@charset "UTF-8";

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* FONTS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,900|Source+Sans+Pro:400,700&display=swap");*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,900&display=swap");

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* RESET STYLES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
html {
  overflow-y: scroll;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-text-size-adjust: none;
}

.clear,
.clearfix:after {
  content: '';
  clear: both;
  overflow: hidden;
  height: 0;
  font-size: 0;
  display: block;
}

html:not(.touch-screen)::-webkit-scrollbar,
html:not(.touch-screen) * ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
html:not(.touch-screen) .table-responsive * ::-webkit-scrollbar,html:not(.touch-screen) .table-responsive::-webkit-scrollbar{
  height: 8px;

}


html:not(.touch-screen)::-webkit-scrollbar-track,
html:not(.touch-screen) * ::-webkit-scrollbar-track {
  background: #FFF;
}

html:not(.touch-screen) .table-responsive * ::-webkit-scrollbar-thumb,html:not(.touch-screen) .table-responsive::-webkit-scrollbar-thumb{
  background: #FF3333;
}

html:not(.touch-screen)::-webkit-scrollbar-thumb,
html:not(.touch-screen) * ::-webkit-scrollbar-thumb {
  background: #898989;
}

:focus,
:hover,
:active,
:visited {
  outline: none;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* GLOBAL SETTINGS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* main */
html {
  height: 100%;
}

body {
  height: 100%;
  overflow: hidden;
}

main {
  display: block;
}

#content-block {
  overflow: hidden;
  position: relative;
}

.ie #content-block {
  position: static;
}

.overflow-hidden {
  overflow: hidden;
}

html.overflow-hidden body {
  overflow: hidden;
}

.swiper-slide:not(:first-child) {
  display: none;
}

section {
  position: relative;
}
.page-id-36718 .megamenu{
  display: none !important;
}
@media (min-width: 1360px) {
  .container {
    max-width: 1330px;
  }
}

.image-thumbnail {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.wrapper {
  position: relative;
  z-index: 0;
}

.wrapper-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-width: 100%;
  height: auto;
  z-index: -1;
}

.block-title {
  margin-bottom: 25px;
}

.block-subtitle {
  margin-bottom: 15px;
}

.block-btn {
  margin-top: 40px;
}

.supporting-title {
  opacity: 0.6;
  color: #DFE3E6;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 135px;
  text-shadow: 0 2px 7px 0 rgba(127, 127, 127, 0.5);
  text-transform: uppercase;
  white-space: nowrap;
}

.supporting-title.top-left {
  position: absolute;
  top: -80px;
  left: -60px;
  z-index: -1;
}

.bg-white {
  background-color: #fff;
}

.round {
  border-radius: 50%;
  overflow: hidden;
}

.image {
  position: relative;
}

.img-max {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}

.img-min {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}

.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bg-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: center / cover no-repeat;
  background-position: center;
}

.cell-view {
  display: table-cell;
  vertical-align: middle;
  width: 10000px;
}

.full-size {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.zi0 {
  z-index: 0;
}

.zi1 {
  z-index: 1;
}

.zi2 {
  z-index: 2;
}

.zi3 {
  z-index: 3;
}

/* spacers */
[class*="spacer"] {
  clear: both;
  width: 100% !important;
}

.spacer-xl {
  height: 210px;
}

.spacer-lg {
  height: 160px;
}

.spacer-md {
  height: 110px;
}

.spacer-m {
  height: 60px;
}

.spacer-sm {
  height: 40px;
}

.spacer-xs {
  height: 20px;
}

/* breakpoints */
@media (max-width: 1499px) and (max-height: 700px), (max-width: 1199px) {
  .spacer-xl {
    height: 160px;
  }
  .spacer-lg {
    height: 120px;
  }
  .spacer-md {
    height: 90px;
  }
}

@media (max-width: 991px) {
  .spacer-xl {
    height: 120px;
  }
  .spacer-lg {
    height: 90px;
  }
  .spacer-md {
    height: 70px;
  }
  .spacer-m {
    height: 40px;
  }
  .supporting-title {
    font-size: 80px;
    line-height: 90px;
  }
}

@media (max-width: 767px) {
  .d-none-sm {
    display: none !important;
  }
  .supporting-title {
    font-size: 60px;
    line-height: 65px;
  }
}

@media (max-width: 575px) {
  .block-title {
    margin-bottom: 20px;
  }
  .block-subtitle {
    margin-bottom: 10px;
  }
  .block-btn {
    margin-top: 30px;
  }
  .spacer-xl {
    height: 60px;
  }
  .spacer-lg {
    height: 60px;
  }
  .spacer-md {
    height: 50px;
  }
  .spacer-sm {
    height: 30px;
  }
  .spacer-xs {
    height: 15px;
  }
  .d-xs-none {
    display: none !important;
  }
  #flipsnack-catalog .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #flipsnack-catalog .container .row {
    width: calc(100% + 30px);
  }
  #flipsnack-catalog .container .row:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  #flipsnack-catalog .container .row:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  #flipsnack-catalog .container .row:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* TYPOGRAPHY */
/*-------------------------------------------------------------------------------------------------------------------------------*/
body {
  color: #000000;
  font-family: 'Source Sans Pro', sans-serif;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.text-xs,
.subtitle-text,
.text-xxl {
  font-family: 'Montserrat', Arial, sans-serif;
}

b,
strong {
  font-weight: 700;
}

a {
  text-decoration: underline;
  color: inherit;
  cursor: pointer;
}

a:hover, a.hover {
  text-decoration: none;
}

a.hover:hover {
  text-decoration: underline;
}

ul,
ol {
  list-style: none;
}

body,
.text {
  font-size: 17px;
  line-height: 25px;
}

table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}

th,
td,
table caption {
  color: #000;
}

th,
table caption {
  font-weight: 700;
  line-height: 20px;
  padding: 10px 10px;
}

tbody tr {
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: #E1E1E1;
}

tbody tr:nth-child(even) {
  background-color: #f8f8f8;
}

tbody tr:last-child {
  border-width: 1px;
}

tbody tr:last-child td.active:before {
  bottom: -1px;
  border-width: 0 2px 2px;
  border-color: transparent #FF3333 #FF3333;
}

th,
td {
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
}

th:first-child,
td:first-child {
  text-align: left;
}

th.active,
td.active {
  position: relative;
  z-index: 1;
}

th.active:before,
td.active:before {
  z-index: -1;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

th.active {
  color: #fff;
}

th.active:before {
  bottom: -1px;
  background-color: #FF3333;
}

td {
  line-height: 25px;
  padding: 15px;
}

td.active:before {
  bottom: -2px;
  border-style: solid;
  border-width: 0 2px;
  border-color: transparent #FF3333;
}

.text-xl,
.text-lg {
  color: #202020;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
}

.text-xl {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
}

.text-lg {
  font-size: 18px;
  line-height: 27px;
}

.text-md {
  color: #515151;
  font-size: 16px;
  line-height: 25px;
  /*text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);*/
}

.text-sm {
  font-size: 15px;
  line-height: 23px;
}

.text-s {
  font-size: 13px;
  line-height: 1.54;
}

.text-xs {
  font-size: 12px;
  line-height: 18px;
}

.text-custom > * {
  margin-bottom: 30px;
}

.text-custom > *:last-child {
  margin-bottom: 0;
}

.text-custom h1,
.text-custom h2,
.text-custom h3,
.text-custom h4,
.text-custom h5,
.text-custom h6 {
  margin-bottom: 10px;
}

.text-custom h4 {
  color: #515151;
  letter-spacing: 0;
}

.text-custom > img {
  display: block;
  width: 100%;
}

.text-custom img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.text-custom > div {
  position: relative;
  padding-top: 56.5%;
}

.text-custom iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.text-custom figcaption {
  color: #898989;
}

.text-custom.do h1,
.text-custom.do h2,
.text-custom.do h3,
.text-custom.do h4,
.text-custom.do h5,
.text-custom.do h6, .text-custom.dont h1,
.text-custom.dont h2,
.text-custom.dont h3,
.text-custom.dont h4,
.text-custom.dont h5,
.text-custom.dont h6 {
  position: relative;
  font-size: 17px;
  font-weight: 900;
  line-height: 35px;
  padding-left: 32px;
}

.text-custom.do h1:before,
.text-custom.do h2:before,
.text-custom.do h3:before,
.text-custom.do h4:before,
.text-custom.do h5:before,
.text-custom.do h6:before, .text-custom.dont h1:before,
.text-custom.dont h2:before,
.text-custom.dont h3:before,
.text-custom.dont h4:before,
.text-custom.dont h5:before,
.text-custom.dont h6:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.text-custom.do h1,
.text-custom.do h2,
.text-custom.do h3,
.text-custom.do h4,
.text-custom.do h5,
.text-custom.do h6 {
  color: #549109;
}

.text-custom.do h1:before,
.text-custom.do h2:before,
.text-custom.do h3:before,
.text-custom.do h4:before,
.text-custom.do h5:before,
.text-custom.do h6:before {
  background: #549109 center/60% url(../img/do.svg) no-repeat;
}

.text-custom.dont h1,
.text-custom.dont h2,
.text-custom.dont h3,
.text-custom.dont h4,
.text-custom.dont h5,
.text-custom.dont h6 {
  color: #AF0303;
}

.text-custom.dont h1:before,
.text-custom.dont h2:before,
.text-custom.dont h3:before,
.text-custom.dont h4:before,
.text-custom.dont h5:before,
.text-custom.dont h6:before {
  background: #AF0303 center/60% url(../img/dont.svg) no-repeat;
}

.text-custom ul,
.text-custom ol {
  line-height: 35px;
}

.text-custom ul li,
.text-custom ol li {
  position: relative;
  padding-left: 10px;
}

.text-custom ul li:before {
  content: '•';
  position: absolute;
  top: 0;
  left: 0;
  line-height: 35px;
  color: #515151;
}

.text-custom ol {
  counter-reset: number;
}

.text-custom ol li {
  padding-left: 0;
}

.text-custom ol li:before {
  color: #515151;
  font-weight: 600;
  counter-increment: number;
  content: counter(number) ".";
  margin-right: 5px;
}

.text-custom a {
  color: #FF3333;
}

.text-custom.style2 > * {
  margin-bottom: 20px;
}

.text-custom.style2:last-child {
  margin-bottom: 0;
}

.text-custom.style2 ul, .text-custom.style2 ol {
  line-height: inherit;
}

.text-custom.style2 ul li, .text-custom.style2 ol li {
  margin-bottom: 5px;
}

.text-custom.style2 ul li:before, .text-custom.style2 ol li:before {
  line-height: inherit;
}

.text-custom.style2 ul li:last-child, .text-custom.style2 ol li:last-child {
  margin-bottom: 0;
}

.text-custom.style2 strong {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2.79px;
  line-height: 18px;
  color: #FF3333;
  text-transform: uppercase;
}

.alignleft {
  float: left;
  margin: 0 30px 15px 0;
}

.alignright {
  float: right;
  margin: 0 0 15px 30px;
}

figure.aligncenter img,
img.aligncenter {
  clear: both;
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.alignnone {
  height: auto;
  max-width: 100%;
}

.text img {
  max-width: 100%;
  height: auto;
  display: block;
}

.text ol {
  counter-reset: number;
}

.text ol li {
  padding-left: 0;
}

.text ol li:before {
  counter-increment: number;
  content: "#" counter(number);
  margin-right: 5px;
}

.text ul li:before {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: currentColor;
  content: '';
  vertical-align: middle;
  margin: 0 5px 0 0;
  border-radius: 50%;
}

.text em {
  font-style: italic;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  color: #202020;
  font-weight: 600;
}

h1.light,
.h1.light,
h2.light,
.h2.light,
h3.light,
.h3.light,
h4.light,
.h4.light,
h5.light,
.h5.light {
  color: #fff;
}

h1,
.h1 {
  font-size: 40px;
  letter-spacing: 0.8px;
  line-height: 50px;
}
/*.project-grid .text-md-right h2{
    letter-spacing: 3px !important;
}*/
h2,
.h2 {
  font-size: 30px;
  letter-spacing: 8px;
  line-height: 36px;
}

.h2.as-h1 {
  font-size: 40px;
}

h3,
.h3 {
  font-size: 25px;
  line-height: 35px;
}

h4,
.h4 {
  font-size: 20px;
  letter-spacing: 2.5px;
  line-height: 30px;
}

h5,
.h5 {
  font-size: 17px;
  line-height: 24px;
}

h6,
.h6 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2.79px;
  line-height: 18px;
  color: #FF3333;
  text-transform: uppercase;
}

.h1.lg {
  font-size: 60px;
  line-height: 70px;
}

.subtitle-text {
  font-size: 16px;
  letter-spacing: 1.14px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.text-xxl {
  font-size: 200px;
  font-weight: 700;
  line-height: 1;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-truncate {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.w-regular {
  font-weight: 400;
}

.w-medium {
  font-weight: 500;
}

.w-semibold {
  font-weight: 600;
}

.w-bold {
  font-weight: 700;
}

.let-space-normal {
  letter-spacing: normal;
}

@media (min-width: 768px) {
  table.mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  body:not(.page-template-calculator) table:not(.schedule-table) {
    margin: 0 -15px;
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
  }
  body:not(.page-template-calculator) table:not(.schedule-table).desktop {
    display: none;
  }
  body:not(.page-template-calculator) table:not(.schedule-table) thead {
    display: none;
  }
  body:not(.page-template-calculator) table:not(.schedule-table) tbody tr {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    border-width: 1px 1px 0;
  }
  body:not(.page-template-calculator) table:not(.schedule-table) tbody tr:last-child {
    border-width: 1px;
  }
  body:not(.page-template-calculator) table:not(.schedule-table) tbody tr.active {
    position: relative;
  }
  body:not(.page-template-calculator) table:not(.schedule-table) tbody tr.active:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #FF3333;
  }
  body:not(.page-template-calculator) table:not(.schedule-table) tbody tr.active td:first-child {
    color: #FF3333;
  }
  body:not(.page-template-calculator) table:not(.schedule-table) th,
  body:not(.page-template-calculator) table:not(.schedule-table) td,
  body:not(.page-template-calculator) table:not(.schedule-table) caption {
    font-size: 16px;
    line-height: 20px;
  }
  body:not(.page-template-calculator) table:not(.schedule-table) td {
    position: relative;
    width: 50%;
    float: left;
    color: #515151;
    font-size: 12px;
    line-height: 25px;
    text-align: left;
    padding: 10px 15px;
  }
  body:not(.page-template-calculator) table:not(.schedule-table):not(.table.type1) td:first-child {
    width: 100%;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
  }
  body:not(.page-template-calculator) table:not(.schedule-table) td:first-child:before {
    display: none;
  }
  body:not(.page-template-calculator) table:not(.schedule-table) td:before {
    content: attr(data-label) ":";
    position: relative;
    color: #000;
    margin-right: 12px;
  }
  /* tbody {
		tr {
			position: relative;
			display: block;
			float: left;
			width: 100%;
			border-width: 1px 1px 0;
			&:last-child {
				border-width: 1px;
			}
			&.active {
				position: relative;
				&:before {
					content: '';
					position: absolute;
					top: 0;
					left: 0;
					right: 0;
					bottom: 0;
					border: 1px solid $color-primary;
				}
				td {
					&:first-child {
						color: $color-primary;
					}
				}
			}
		}
	} */
  /* th,
	td,
	caption {
		font-size: 16px;
		line-height: 20px;
	} */
  /* td {
		position: relative;
		width: 50%;
		float: left;
		color: $color-subtitle;
		font-size: 12px;
		line-height: 25px;
		text-align: left;
		padding: 10px 15px;
		&:first-child {
			width: 100%;
			color: #000;
			font-size: 16px;
			font-weight: 700;
			line-height: 25px;
			&:before {
				display: none;
			}
		}
		&:before {
			content: attr(data-label) ':';
			position: relative;
			color: #000;
			margin-right: 12px;
		}
	} */
  h1,
  .h1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 2px;
  }
  h2,
  .h2 {
    letter-spacing: 2px;
  }
  .h2.as-h1 {
    font-size: 30px;
  }
  .h1.lg {
    font-size: 36px;
    line-height: 44px;
  }
  .text-xxl {
    font-size: 150px;
  }
  .text-custom > * {
    margin-bottom: 15px;
  }
  .text-custom > *:last-child {
    margin-bottom: 0;
  }
  .text-custom.do h1,
  .text-custom.do h2,
  .text-custom.do h3,
  .text-custom.do h4,
  .text-custom.do h5,
  .text-custom.do h6, .text-custom.dont h1,
  .text-custom.dont h2,
  .text-custom.dont h3,
  .text-custom.dont h4,
  .text-custom.dont h5,
  .text-custom.dont h6 {
    font-size: 16px;
    line-height: 26px;
    padding-left: 28px;
  }
  .text-custom.do h1:before,
  .text-custom.do h2:before,
  .text-custom.do h3:before,
  .text-custom.do h4:before,
  .text-custom.do h5:before,
  .text-custom.do h6:before, .text-custom.dont h1:before,
  .text-custom.dont h2:before,
  .text-custom.dont h3:before,
  .text-custom.dont h4:before,
  .text-custom.dont h5:before,
  .text-custom.dont h6:before {
    top: 2px;
    width: 20px;
    height: 20px;
  }
}

@media (min-width: 0) {
  .text-xs-left {
    text-align: left;
  }
  .text-xs-center {
    text-align: center;
  }
  .text-xs-right {
    text-align: right;
  }
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-right {
    text-align: right;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-right {
    text-align: right;
  }
}

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

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left;
  }
  .text-xl-center {
    text-align: center;
  }
  .text-xl-right {
    text-align: right;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* BUTTONS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.btn {
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  border: none;
  padding: 0;
  background: none;
  font-family: 'Montserrat', Arial, sans-serif;
  text-transform: uppercase;
  z-index: 0;
}

.icon-arrow {
  height: 2px;
  background: currentColor;
  width: 32px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.icon-arrow:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  width: 10px;
  height: 10px;
  border-left: 2px currentColor solid;
  border-bottom: 2px currentColor solid;
}

.btn-primary, .btn-primary.warranty-link{
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #000000;
  border: 2px solid #FF3333;
  background-color: #f1f1f1;
  padding: 10px 35px;
  overflow: hidden;
}

.btn-primary.btn-primary-light {
  background-color: transparent;
  color: #fff;
}

.btn-primary:before,
.btn-optional:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #FF3333;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.btn-secondary {
  font-size: 14px;
  line-height: 25px;
  padding: 23px 110px 23px 25px;
  font-weight: 500;
  letter-spacing: 3.32px;
  color: #FFFFFF;
  overflow: hidden;
  text-align: left;
}

.btn-secondary:before {
  content: "";
  position: absolute;
  left: -200px;
  bottom: -200px;
  right: 0;
  top: 0;
  background: #000;
  z-index: -1;
  -webkit-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  transform: skewX(-45deg);
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.btn-secondary span {
  display: block;
  left: 0;
  position: relative;
}

.btn-secondary .icon-wrapper {
  position: absolute;
  width: 70px;
  height: 36px;
  top: 50%;
  margin-top: -18px;
  padding: 0 18px;
  line-height: 34px;
  background: #FF3333;
  right: 18px;
}

.btn-secondary .icon-arrow {
  width: 100%;
}

.btn-arrow {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  padding-right: 40px;
  padding-top: 2px;
  text-align: left;
}

.btn-arrow span {
  display: block;
  color: #515151;
}

.btn-arrow .icon-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
}

.btn-icon {
  font-size: 10px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  white-space: nowrap;
}

.btn-icon span {
  display: inline-block;
  vertical-align: middle;
  border-bottom: 2px solid #979797;
  padding-right: 24px;
  color: #515151;
}

.btn-icon img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}

.btn-hyperlink {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: underline;
  text-transform: none;
}

.btn-optional {
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #000000;
  border: 1px solid #000000;
  padding: 10px 35px;
}

.btn-optional:before {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  background: #000000;
}

.btn-light {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}

.btn-light:before {
  background: #FFF;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-play {
  width: 112px;
  height: 112px;
  position: absolute;
  cursor: pointer;
  left: 50%;
  top: 50%;
  margin: -56px 0 0 -56px;
}

.btn-play .btn-drag {
  margin: 30px 0 0 -58px;
  width: auto;
  height: auto;
  padding: 0 10px;
  font-size: 14px;
  line-height: 18px;
  border-radius: 10px;
  letter-spacing: 1px;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.69);
}

.btn-play .btn-drag:before, .btn-play .btn-drag:after {
  display: none;
}

.btn-play:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 33, 0.7);
  opacity: 0.58;
  border: 1px solid #E7E7E7;
  border-radius: 50%;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.btn-play:after {
  content: '';
  background-color: #FFFFFF;
  opacity: 0.6;
  width: 54px;
  height: 54px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -27px 0 0 -27px;
  border-radius: 50%;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.btn-play span {
  position: absolute;
  left: 50%;
  top: 50%;
  border-top: 12px transparent solid;
  border-bottom: 12px transparent solid;
  border-left: 19px #FF3333 solid;
  z-index: 1;
  margin: -11px 0 0 -7px;
}

.btn-play.type-smaller {
  width: 66px;
  height: 66px;
  margin-top: -33px;
  margin-left: -33px;
}

.btn-play.type-smaller:after {
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
}

.btn-play.type-smaller span {
  border-top: 8px transparent solid;
  border-bottom: 8px transparent solid;
  border-left: 13px #FF3333 solid;
  margin: -8px 0 0 -5px;
}

.btn-drag {
  width: 120px;
  height: 120px;
  position: absolute;
  font-size: 11px;
  line-height: 120px;
  text-align: center;
  color: #FFFF;
  text-transform: uppercase;
  font-family: 'Montserrat', Arial, sans-serif;
  z-index: 2;
  font-weight: 700;
  letter-spacing: 2.36px;
  pointer-events: none;
  margin: -60px 0 0 -60px;
  -webkit-transition: opacity .25s;
  -o-transition: opacity .25s;
  transition: opacity .25s;
  opacity: 0;
  left: 0;
  top: 0;
}

.btn-drag.active {
  opacity: 1;
}

.btn-drag:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0.5;
  border: 2px solid #979797;
  z-index: -1;
}

.btn-drag:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  background: #000000;
  opacity: .5;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  z-index: -1;
}

.btn-drag .icon-arrow {
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -1px;
  margin-left: 10px;
}

.btn-drag .icon-arrow:last-child {
  left: auto;
  right: 100%;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  margin: 0 10px 0 0;
}

.btn-close {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
}

.btn-close:before {
  content: "\02715";
}

/* nav */
.btn-nav {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  color: #FFF;
  text-align: center;
  position: relative;
  z-index: 0;
}

.btn-nav span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.nav-right span {
  background: #FF3333;
}

.nav-left span {
  background: #515151;
}

.nav-left .icon-arrow {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.btn-nav.style-1 {
  height: 33px;
  line-height: 30px;
  padding: 0 18px;
}

.btn-nav.style-1.size-1 {
  width: 130px;
}

.btn-nav.style-2 {
  height: 48px;
  line-height: 44px;
  padding: 0 40px 0 20px;
  overflow: hidden;
}

.btn-nav.style-2 span {
  -webkit-transform: skew(-38deg);
  -ms-transform: skew(-38deg);
  transform: skew(-38deg);
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.btn-nav.style-3 {
  width: 70px;
  height: 300px;
  line-height: 300px;
  text-align: center;
}

.btn-nav.style-3 span {
  -webkit-transform: skewY(-38deg);
  -ms-transform: skewY(-38deg);
  transform: skewY(-38deg);
}

.btn-nav.style-4 {
  width: 36px;
  height: 60px;
  position: relative;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23FF3333'%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
}

.btn-nav.style-4.nav-left {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.btn-nav.style-5 {
  width: 70px;
  height: 125px;
  line-height: 147px;
  overflow: hidden;
}

.btn-nav.style-5 span {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: skewY(38deg);
  -ms-transform: skewY(38deg);
  transform: skewY(38deg);
}

.btn-nav.style-5 .icon-arrow {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.btn-nav.style-5.nav-right .icon-arrow {
  -webkit-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  transform: rotate(-270deg);
}

.btn-play-line {
  position: relative;
  width: auto;
  height: auto;
}

.btn-play-line:before {
  content: '';
  position: absolute;
  bottom: calc(100% - 20px);
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 140px;
  background-color: rgba(255, 255, 255, 0.6);
}

.btn-play-line .btn-play {
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
}

.back-btn {
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  font-family: 'Montserrat', Arial, sans-serif;
  color: #515151;
  font-weight: 700;
  text-decoration: none;
}

.back-btn .btn-nav span {
  background-color: #FF3333;
}

@media (max-width: 991px) {
  .btn-nav.style-3 {
    width: 50px;
    height: 200px;
    line-height: 200px;
  }
}

@media (max-width: 767px) {
  .btn-play {
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
  }
  .btn-play:after {
    width: 46px;
    height: 46px;
    margin: -23px 0 0 -23px;
  }
  .btn-nav.style-3 {
    width: 40px;
    height: 150px;
    line-height: 150px;
  }
  .btn-nav.style-3 .icon-arrow {
    width: 18px;
  }
  .btn-play-line:before {
    content: none;
  }
}

@media (max-width: 575px) {
  .btn-optional {
    min-width: 0;
  }
  .block-btn {
    display: block;
    width: 100%;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* HEADER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  z-index: 101;
  background-color: rgba(255, 255, 255, 0.8);
  height: 85px;
  width: 100%;
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  -o-transition: box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
}

header:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: background .25s;
  -o-transition: background .25s;
  transition: background .25s;
}

header.scrolled {
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.05);
}

header.scrolled:before {
  background: white;
}

.header-align {
  height: inherit;
}

#logo {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  margin-left: 35px;
  position: relative;
  z-index: 5;
}

#logo img {
  display: block;
  max-width: 100%;
  height: auto;
}

.nav-content > ul {
  white-space: nowrap;
}

.nav-content > ul > li {
  display: inline-block;
  margin: 0 22px;
}

.nav-content > ul > li > a {
  color: #202020;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2.67px;
  position: relative;
  z-index: 2;
}

.nav-content li > a {
  line-height: 28px;
  font-family: 'Montserrat', Arial, sans-serif;
  text-decoration: none;
  display: inline-block;
  vertical-align: bottom;
  position: relative;
}

.nav-content li > a:after,
#hamburger-menu ul li a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: #FF3333;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  width: 0;
}

header nav li > a.active:after,
#hamburger-menu ul li a.active:after {
  width: 100%;
}

.chinese-header {
  margin-right: 20px;
  font-size: 14px;
}

.chinese-header a {
  padding: 0 10px;
  text-decoration: none;
}

#header-submenu {
  position: absolute;
  right: 70px;
  top: 0;
  z-index: 6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header-submenu .title {
  color: #353535;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.67px;
  line-height: 25px;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
}

#header-submenu .toggle {
  background-color: #FFFFFF;
  padding: 5px 15px;
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
}

#header-submenu .toggle a {
  display: block;
  white-space: nowrap;
  text-align: right;
  color: #959595;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 25px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px 0;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

#header-submenu-toggle {
  position: relative;
  padding-right: 26px;
}

#header-submenu-toggle:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #353535 transparent transparent;
}

#header-submenu-toggle.active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.close {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.active > .close {
  display: block;
}

#header-search .content,
#learn-plan-search .content {
  background: #515151;
  height: 100%;
  z-index: 6;
  opacity: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

#header-search .content button,
#learn-plan-search .content button {
  background: rgba(255, 255, 255, 0.3);
}

#header-search button,
#learn-plan-search button {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: none;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  border-radius: 50%;
  z-index: 2;
}

#header-search button:not(.btn),
#learn-plan-search button:not(.btn) {
  text-align: center;
  line-height: 46px;
}

#header-search button svg,
#learn-plan-search button svg {
  position: relative;
  display: inline-block;
}

#header-search input,
#learn-plan-search input {
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding: 0 10px;
  border-left: 1px #898989 solid;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 20px;
  color: #FFF;
}

#header-search input::-webkit-input-placeholder, #header-search input:-moz-placeholder, #header-search input::-moz-placeholder, #header-search input:-ms-input-placeholder,
#learn-plan-search input::-webkit-input-placeholder,
#learn-plan-search input:-moz-placeholder,
#learn-plan-search input::-moz-placeholder,
#learn-plan-search input:-ms-input-placeholder {
  color: #B7B7B7;
  opacity: 1;
}

#header-search.active .content,
#learn-plan-search.active .content {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}

#header-search.active .toggle,
#learn-plan-search.active .toggle {
  display: none;
}

#header-search {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 70px;
  height: 60px;
  overflow: hidden;
}

#header-search .content {
  position: relative;
  padding: 6px 60px 6px 30px;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

#header-search .content button {
  background: rgba(255, 255, 255, 0.3);
}

#header-search button {
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -18px;
}

#hamburger {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 100%;
  background: #FF3333;
  cursor: pointer;
  z-index: 4;
}

#hamburger span {
  position: absolute;
  width: 22px;
  height: 2px;
  background: #FFF;
  left: 24px;
  top: 50%;
  margin-top: -1px;
}

#hamburger span:nth-child(1) {
  margin-top: -9px;
}

#hamburger span:nth-child(3) {
  margin-top: 7px;
}

#hamburger.active span:nth-child(1) {
  margin-top: 0px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#hamburger.active span:nth-child(2) {
  opacity: 0;
}

#hamburger.active span:nth-child(3) {
  margin-top: 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.megamenu-right ul {
  margin-bottom: 10px;
}

.megamenu-right ul li {
  padding: 10px 0;
}

.megamenu-right ul li a {
  color: #515151;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2.82px;
}

@media (min-width: 992px) {
  .megamenu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    max-height: 100%;
    -webkit-transition: opacity .25s, left 0s .25s;
    -o-transition: opacity .25s, left 0s .25s;
    transition: opacity .25s, left 0s .25s;
    opacity: 0;
    left: -100%;
    display: block !important;
  }
  .megamenu:before {
    content: '';
    position: absolute;
    left: 0;
    top: 85px;
    width: 100%;
    height: 10000px;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
    pointer-events: none;
  }
  .megamenu-content {
    background: #FFF;
    position: relative;
    padding-bottom: 50px;
    padding-top: 85px;
  }
  .megamenu-left {
    position: absolute;
    left: 0;
    top: 85px;
    width: 50%;
    bottom: 50px;
    background: #E3E3E3;
    background-size: cover;
    background-position: center center;
  }
  .megamenu-left .entry {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    opacity: 0;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
  }
  .megamenu-left .entry.active {
    opacity: 1;
    left: 0;
  }
  .megamenu-left .entry span {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 10%;
    text-transform: uppercase;
    color: #FFF;
  }
  .megamenu-right {
    margin-left: 50%;
    width: 50%;
    padding: 50px 50px 0 75px;
    text-align: left;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 85px - 50px);
  }
  .megamenu-subtitle {
    margin-bottom: 10px;
  }
  #hamburger-menu {
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    z-index: 4;
    padding: 85px 0;
    font-size: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    -webkit-transition: opacity .25s, left 0s .25s;
    -o-transition: opacity .25s, left 0s .25s;
    transition: opacity .25s, left 0s .25s;
  }
  #hamburger-menu:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  #hamburger-menu.active {
    opacity: 1;
    left: 0;
    -webkit-transition: opacity .25s, left 0s;
    -o-transition: opacity .25s, left 0s;
    transition: opacity .25s, left 0s;
  }
  #hamburger-menu ul {
    padding: 30px 0;
  }
  #hamburger-menu ul li {
    display: block;
    padding: 10px 0;
  }
  #hamburger-menu ul li a {
    color: #2A2417;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 38px;
    text-decoration: none;
    display: inline-block;
    vertical-align: bottom;
    position: relative;
  }
  .hamburger-left,
  .hamburger-right {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    padding: 0 35px;
  }
  .hamburger-left .align {
    max-width: 490px;
    margin: 0 auto;
  }
  .hamburger-right .align {
    max-width: 336px;
    margin: 0 auto;
  }
  .hamburger-catalog {
    position: relative;
    margin: 30px 0;
    max-width: 336px;
  }
  .hamburger-catalog:before {
    content: '';
    position: absolute;
    left: -10%;
    top: 50%;
    margin-top: -75px;
    width: 120%;
    height: 130px;
    background: #FF3333;
    -webkit-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg);
  }
  .hamburger-catalog img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-box-shadow: 10px 10px 40px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 10px 10px 40px 0 rgba(0, 0, 0, 0.24);
    position: relative;
  }
}

@media (min-width: 992px) and (max-height: 700px) {
  .megamenu-right {
    padding-top: 30px;
  }
}

@media (min-width: 992px) {
  .nav-content > ul {
    text-align: center;
  }
  .nav-content > ul > li > a {
    text-transform: uppercase;
  }
}

@media (max-width: 991px) {
  header {
    height: 60px;
  }
  #header-submenu {
    height: 60px;
    left: 0;
    right: 60px;
    padding: 15px 20px;
    opacity: 0;
    border-bottom: 1px solid #202020;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    background-color: #fff;
  }
  #header-submenu .title {
    text-align: center;
    letter-spacing: .75px;
  }
  #header-submenu .title:after {
    right: 0;
  }
  #header-submenu .toggle {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 15px;
    -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.05);
  }
  #header-submenu .toggle a {
    text-align: left;
    padding: 0;
    margin-bottom: 10px;
  }
  #header-submenu .toggle a:last-child {
    margin-bottom: 0;
  }
  #header-submenu .close {
    display: none;
  }
  #header-submenu.active {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #header-submenu-toggle {
    padding-right: 15px;
  }
  #header-submenu-toggle:after {
    right: 0;
  }
  header nav {
    position: fixed;
    left: 0;
    width: 100%;
    max-height: 100%;
    top: 0;
    background: #FFF;
    z-index: -1;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  header nav::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  header nav::-webkit-scrollbar-track {
    background: transparent;
  }
  header nav::-webkit-scrollbar-thumb {
    background: #898989;
  }
  header nav.active {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    opacity: 1;
  }
  .nav-content {
    padding: 90px 15px 15px;
  }
  .nav-content > .btn {
    margin-top: 30px;
  }
  #hamburger {
    width: 60px;
    z-index: 2;
  }
  #hamburger span {
    left: 19px;
  }
  .megamenu-subtitle {
    display: none;
  }
  .megamenu-left {
    display: none;
  }
  .nav-content > ul {
    white-space: normal;
    margin-bottom: 30px;
  }
  .nav-content > ul > li {
    display: block;
    padding: 10px 15px;
    position: relative;
    margin: 0;
  }
  .nav-content > h5,
  .nav-content > .h2 {
    padding: 0 15px;
  }
  .nav-content > h5 {
    font-size: 15px;
    line-height: 29px;
  }
  .nav-content > .h2 {
    font-size: 25px;
    line-height: 25px;
  }
  .nav-content .btn {
    width: 100%;
  }
  .megamenu-icon {
    position: relative;
    display: inline-block;
    cursor: pointer;
    top: -4px;
  }
  .megamenu-icon:before {
    content: '';
    width: 10px;
    height: 10px;
    border-left: 2px #FF3333 solid;
    border-bottom: 2px #FF3333 solid;
    display: block;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: 10px;
  }
  .megamenu-icon.active {
    top: 0;
    left: 10px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  #logo {
    margin-left: 15px;
  }
  #header-search {
    right: 60px;
  }
  #header-search button {
    right: 5px;
  }
  #header-search .content {
    padding: 6px 50px 6px 15px;
  }
  .megamenu {
    display: none;
    padding: 15px;
    background: #EEE;
    top: 10px;
    position: relative;
  }
  .megamenu-right ul li {
    padding: 5px 0;
  }
  #hamburger-menu {
    display: none;
  }
}

@media (max-width: 575px) {
  #logo {
    width: 130px;
  }
  #header-submenu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    padding: 5px 20px;
  }
  .chinese-header a:first-child {
    padding-left: 0;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* BANNER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.banner-main {
  position: relative;
  height: 90vh;
  overflow: hidden;
}

.banner-main:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45%;
  opacity: .8;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  z-index: 1;
  pointer-events: none;
}

.banner-main .title {
  position: absolute;
  left: 35px;
  bottom: 35px;
  right: 35px;
  z-index: 1;
}

.banner-main .scroll-to {
  position: absolute;
  right: 0;
  bottom: 0;
}

.banner-main .breadcrumbs {
  position: absolute;
  top: 90px;
  left: 35px;
  z-index: 1;
}

/* .banner-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  z-index: -1;
} */

.banner-image {
  position: absolute;
  object-fit: cover;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center center;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}

.simple-banner > img{
  display: block;
  height: 500px;
  width: 100%;
  object-fit: cover;
}

@media(max-width: 1000px){
  .simple-banner > img{
    display: block;
    height: 400px;
    width: 100%;
    object-fit: cover;
  }
}
@media(max-width: 768px){
  .banner-image {
    position: relative;
    max-width: 100%;
    height: auto;
    margin-top: 60px;
  }
  body.single-product .banner-main{
    height: auto!important;
    overflow: hidden;
    max-height: 250px;
  }
  .page-template-page-home .banner-image {
    position: absolute;
  }

  .simple-banner > img{
    display: block;
    height: 344px;
    object-fit: cover;
  }
}

.banner {
  position: relative;
  overflow: hidden;
}

.banner:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 35%;
  opacity: .58;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.banner.banner-full .cell-view {
  height: 100vh;
  vertical-align: bottom;
  padding: 120px 0 130px;
}

.banner .subtitle-text {
  position: relative;
  z-index: 1;
}

.banner .subtitle-text:not(:first-child) {
  margin-top: 15px;
}

.banner .scroll-to {
  position: absolute;
  right: 0;
  bottom: 0;
}

.banner-title {
  position: relative;
  padding: 0 0 50px 100px;
}

.banner-title .btn-play-line {
  position: absolute;
  left: 0;
  bottom: 0;
}

/* top offset */
.main-default {
  position: relative;
  margin-top: 85px;
}

.main-default .breadcrumbs {
  padding-top: 10px;
  margin: 0 0 20px 35px;
}

.main-default .back-btn {
  margin-top: 30px;
}

.main-default .back-btn + .aligned-with-back-btn {
  margin-top: -50px;
}

.banner-angle {
  position: relative;
  overflow: hidden;
  padding-left: 10%;
}

.banner-angle:after {
  content: '';
  position: absolute;
  left: -1%;
  bottom: -2px;
  width: 13.8%;
  height: 26%;
  background-color: #fff;
  -webkit-transform: skew(46.84deg);
  -ms-transform: skew(46.84deg);
  transform: skew(46.84deg);
}

.banner-angle > div[data-bg] {
  position: relative;
  width: 100%;
  padding-top: 44%;
  background: center / cover no-repeat;
}

.banner-angle > div[data-bg]:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .58;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(#000));
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0) 0%, #000 100%);
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.banner-angle .cell-view {
  position: absolute;
  top: 0;
  left: 10%;
  right: 0;
  bottom: 0;
  padding: 5.6% 0 0 1.5%;
}

.banner-angle .subtitle-text {
  position: relative;
  z-index: 1;
}

.banner-angle .subtitle-text:not(:first-child) {
  margin-top: 15px;
}

.helpful-tools-banner {
  position: relative;
}

.helpful-tools-banner .row > div:first-child {
  padding-top: 50px;
  min-height: 400px;
}

.helpful-tools-banner .row > div:last-child {
  position: static;
}

.helpful-tools-banner .banner-angle {
  position: absolute;
  top: 0;
  right: 0;
  width: 56%;
}

.helpful-tools-banner .banner-angle:after {
  left: -4%;
  width: 25.8%;
  height: 34%;
}

.helpful-tools-banner .banner-angle > div[data-bg] {
  padding-top: 64.4%;
}

.helpful-tools-banner .banner-angle > div[data-bg]:after {
  display: none;
}

.helpful-tools-banner.contractor .row > div:first-child {
  padding-top: 80px;
  min-height: auto;
}

.helpful-tools-banner.contractor .banner-angle {
  top: -45px;
  bottom: 0;
  padding-left: 0;
}

.helpful-tools-banner.contractor .banner-angle:after {
  left: -16.2%;
}

.helpful-tools-banner.contractor .banner-angle > div[data-bg] {
  height: 100%;
  padding-top: 0;
}

.helpful-tools-banner.contractor.contacts .row > div:first-child {
  padding-top: 0;
}

.helpful-tools-banner.contractor.contacts .banner-angle {
  bottom: auto;
  width: 55%;
}

.helpful-tools-banner.contractor.contacts .banner-angle > div[data-bg] {
  height: auto;
  padding-top: 73%;
}

.helpful-tools-banner.contractor.contacts .h4 {
  letter-spacing: 0;
}

.helpful-tools-banner.contractor.contacts .icon-text a {
  margin-right: 15px;
}

.helpful-tools-banner.contractor.contacts .icon-text a:last-child {
  margin-right: 0;
}

@media (min-width: 1901px) {
  .helpful-tools-banner .banner-angle > div[data-bg] {
    padding-top: 46.4%;
  }
}

@media (max-width: 1599px) {
  .banner-angle {
    padding-left: 6%;
  }
  .banner-angle:after {
    left: -1%;
  }
  .banner-angle > div[data-bg] {
    padding-top: 52.8%;
  }
  .banner-angle .cell-view {
    left: 6%;
  }
  .helpful-tools-banner .banner-angle > div[data-bg] {
    padding-top: 69%;
  }
  .helpful-tools-banner.contractor.contacts .banner-angle {
    width: 56%;
  }
}

@media (max-width: 1499px) {
  .helpful-tools-banner .banner-angle > div[data-bg] {
    padding-top: 79.4%;
  }
}

@media (max-width: 1399px) {
  .banner-angle:after {
    left: -2%;
  }
  .banner-angle > div[data-bg] {
    padding-top: 44%;
  }
}

@media (max-width: 1499px) and (max-height: 700px), (max-width: 1199px) {
  .banner.banner-full .cell-view {
    padding-bottom: 60px;
  }
}

@media (max-width: 1199px) and (orientation: portrait) {
  .banner.banner-full .cell-view {
    height: 60vh;
  }
}

@media (max-width: 1199px) {
  .main-default .back-btn + .aligned-with-back-btn {
    margin-top: 20px;
  }
  .helpful-tools-banner .row > div:first-child {
    padding-top: 30px;
  }
  .helpful-tools-banner.contractor .row > div:first-child {
    padding-top: 50px;
  }
  .helpful-tools-banner.contractor .banner-angle:after {
    left: -20%;
  }
}

@media (max-width: 991px) {
  .banner-main .breadcrumbs {
    left: 15px;
  }
  .main-default {
    margin-top: 60px;
  }
  .main-default .breadcrumbs {
    margin: 0 0 20px 15px;
  }
  .helpful-tools-banner .row > div:first-child {
    min-height: auto;
    padding-top: 0;
  }
  .helpful-tools-banner .banner-angle {
    width: 48%;
  }
  .helpful-tools-banner.contractor .row > div:first-child {
    padding-top: 50px;
  }
  .helpful-tools-banner.contractor .banner-angle:after {
    left: -26%;
  }
  .helpful-tools-banner.contractor.contacts .banner-angle {
    width: 49%;
  }
}

@media (max-width: 767px) {
  .banner.banner-full .cell-view {
    height: 70vh;
    padding-bottom: 40px;
  }
  .banner-title {
    padding: 0;
  }
  .banner-title .btn-play-line {
    margin-top: 15px;
    position: relative;
  }
  .main-default .breadcrumbs {
    margin: 0 15px;
  }
  .banner-angle {
    padding-left: 0;
  }
  .banner-angle:after {
    display: none;
  }
  .banner-angle > div[data-bg] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 0;
  }
  .banner-angle > div[data-bg]:after {
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
  }
  .banner-angle .cell-view {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    padding: 35px 15px;
  }
  .banner-angle .subtitle-text {
    position: relative;
    z-index: 1;
  }
  .banner-angle .subtitle-text:not(:first-child) {
    margin-top: 15px;
  }
  .outdoor-idea-banner {
    text-align: center;
  }
  .outdoor-idea-banner .btn-play {
    margin: 0 auto;
  }
  .page-template-page-helpful-tools .description-entry {
    margin-top: 20px;
  }
  .helpful-tools-banner .banner-angle {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
  }
  .helpful-tools-banner .banner-angle > div[data-bg] {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    padding-top: 52%;
  }
  .helpful-tools-banner .btn,
  .helpful-tools-banner + section .btn {
    display: block;
    width: 100%;
  }
  .helpful-tools-banner.contractor .row > div:first-child {
    padding-top: 40px;
  }
  .helpful-tools-banner.contractor .banner-angle {
    top: auto;
    right: auto;
    bottom: auto;
    width: auto;
    height: 200px;
    margin: 40px -15px 0;
  }
  .helpful-tools-banner.contractor.contacts {
    margin-top: 15px;
  }
  .helpful-tools-banner.contractor.contacts .banner-angle {
    display: none;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* COLORS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.color-dark {
  color: #000;
}

.color-title {
  color: #202020;
}

.color-primary {
  color: #FF3333;
}

.color-secondary {
  color: #656565;
}

.color-subtitle {
  color: #515151;
}

.color-disabled {
  color: #898989;
}

.color-white,
.color-white h1,
.color-white .h1,
.color-white h2,
.color-white .h2,
.color-white h3,
.color-white .h3,
.color-white h4,
.color-white .h4,
.color-white h5,
.color-white .h5,
.color-white h6,
.color-white .h6 {
  color: #FFF;
}

.color-decor {
  color: #DFE3E6;
}

.bg-grey {
  background-color: #EFEFEF;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* PRODUCTS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.product-listing-page {
  background-color: #f3f5f6;
}

@media (min-width: 992px) {
  .product-listing-page {
    min-height: calc(100vh - 300px);
  }
}

.product-listing-page .container {
  width: auto;
  max-width: 1900px;
  padding: 0 30px;
}

.product-listing-page .top-product-infoline {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-listing-page .breadcrumbs {
  padding: 0;
  margin: 0 0 0 60px;
}

@media (min-width: 2010px) {
  .product-listing-page .breadcrumbs {
    margin-left: 0;
  }
}

.product-listing-page.filter-is-opened-lg .container {
  margin-left: 300px;
}

.product-listing-page.filter-is-opened-lg .item {
  width: calc(20% - 20px);
}

.product-listing-page.filter-is-opened-lg .breadcrumbs {
  margin-left: 0;
}

@media (min-width: 2510px) {
  .product-listing-page.filter-is-opened-lg .container {
    margin-left: auto;
  }
}

.counter_post_wrapper {
  color: #8A8A8A;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'Montserrat', Arial, sans-serif;
  padding-left: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

#filter-btn-open {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

#filter-btn-open span {
  font-size: 0;
  color: transparent;
  background-color: #515151;
}

#filter-btn-open + .breadcrumbs {
  padding-top: 15px;
  margin: 0 15px 15px 100px;
}

.items-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin: 0 -10px;
}

.items-wrap + .page-controls {
  margin-top: 20px;
}

.item {
  position: relative;
  width: calc(16.66% - 20px);
  margin: 0 10px 25px;
  text-align: center;
  background-color: #fff;
}
.item div[data-bg] {
  padding-top: 70%;
  background: center / cover no-repeat;
  background-color: #ccc;
}


.item .info {
  padding: 35px 15px 18px;
  border: 0.5px solid #D6D6D6;
}

.item .info .text-xl,
.item .info .text-s {
  margin-bottom: 22px;
}

.item .info .text-xl {
  min-height: 60px;
  letter-spacing: 2.5px;
}

.item .info .text-s {
  display: block;
}

.item .colors-wrapper .color-entry {
  width: 15px;
  height: 15px;
  margin: 0;
}

.item .full-size {
  z-index: -1;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.item .full-size:after {
  z-index: 0;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.18);
}

.item .full-size span {
  z-index: 1;
  position: relative;
}

.slidechange-colors .color-entry {
  cursor: pointer;
}

*[data-main-image] {
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

*[data-main-image].selected {
  cursor: default;
}

.product-swiper .swiper-slide {
  background: #D0D4D7;
}

#filter {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 300px;
  background-color: #fff;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-box-shadow: 0 -5px 4px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 -5px 4px 2px rgba(0, 0, 0, 0.05);
}

#filter .nav-left span {
  background-color: #FF3333;
}

#filter > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  color: #515151;
  line-height: 40px;
  font-weight: 500;
  font-family: 'Montserrat', Arial, sans-serif;
}

#filter form {
  padding: 15px;
  overflow: auto;
  max-height: calc(100% - 73px);
}
/*ie fix*/
.ie #filter form {
  max-height: unset;
  height: calc(100% - 73px);
}

#filter .btn {
  display: block;
}

#filter.active {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

@media (min-width: 991px) {
  .filter-is-opened-lg #filter {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.filter-item {
  margin-bottom: 5px;
}

.filter-item:last-child {
  margin-bottom: 0;
}

.filter-item-title {
  position: relative;
  font-size: 17px;
  line-height: 1;
  font-weight: 500;
  cursor: pointer;
  color: #898989;
  padding: 14px 40px 13px 15px;
  border-bottom: 1px solid #908F8F;
  font-family: 'Montserrat', Arial, sans-serif;
}

.filter-item-title:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 8px;
  height: 8px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.filter-item-title.active {
  color: #FF3333;
}

.filter-item-title.active:after {
  margin-top: 3px;
  border-color: #FF3333;
  -webkit-transform: translate(-50%, -50%) rotate(-225deg);
  -ms-transform: translate(-50%, -50%) rotate(-225deg);
  transform: translate(-50%, -50%) rotate(-225deg);
}

.selected-items {
  display: none;
  font-size: 15px;
  line-height: 20px;
  color: #898989;
  margin-bottom: 15px;
}

.filter-item-content {
  display: none;
  padding-top: 15px;
}

.filter-item-content > span {
  display: block;
  font-size: 15px;
  line-height: 20px;
  color: #898989;
  margin: 15px 0;
}

.filter-item-content .checkbox-entry {
  display: block;
  margin-right: 0;
  margin-bottom: 5px;
}

.filter-item-content .checkbox-entry:last-child {
  margin-bottom: 0;
}

.filter-item-content .checkbox-entry .color-entry {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 5px;
  margin-top: -2px;
}

.filter-item-content .checkbox-entry span {
  color: #515151;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  border-radius: 3px;
  padding: 14px 15px 13px;
  font-family: 'Montserrat', Arial, sans-serif;
}

.filter-item-content .checkbox-entry span:before, .filter-item-content .checkbox-entry span:after {
  top: 50%;
  left: auto;
  right: 15px;
  width: 16px;
  height: 2px;
  border: none;
  opacity: 0;
  margin-top: -1px;
  background-color: #515151;
}

.filter-item-content .checkbox-entry span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.filter-item-content .checkbox-entry span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.filter-item-content .checkbox-entry input:checked + span {
  color: #202020;
  background-color: #DFDFDF;
}

.filter-item-content .checkbox-entry input:checked + span:before, .filter-item-content .checkbox-entry input:checked + span:after {
  opacity: 1;
}

.filter-item-content .checkbox-entry.price-checkbox {
  display: inline-block;
  margin-right: 10px;
}

.filter-item-content .checkbox-entry.price-checkbox span {
  padding: 13px 10px;
  min-width: 75px;
  text-align: center;
  border: 1px solid #C0BEBE;
}

.filter-item-content .checkbox-entry.price-checkbox span:after, .filter-item-content .checkbox-entry.price-checkbox span:before {
  content: none;
}

.filter-item-content .checkbox-entry.price-checkbox:last-child {
  margin-right: 0;
}

.where-buy form {
  position: relative;
}

.where-buy form .supporting-title {
  position: absolute;
  top: 88%;
  left: 0;
  right: 0;
  font-size: 200px;
  text-align: right;
}

.where-buy hr {
  opacity: .5;
  border-top: 1px solid #ADADAD;
}

.where-buy .h4 {
  min-height: 60px;
  letter-spacing: 0;
  overflow: hidden;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 26px;
}

.where-buy-header {
  padding: 25px;
  background-color: #DFE3E6;
}

.where-buy-header .h1 {
  letter-spacing: 0;
}

.where-buy-header .input-wrapper.search button {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  background: none;
}

.where-buy-header .input-wrapper.search svg {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
}

.find-idea-center {
  margin-top: -15px;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  padding: 30px 26% 30px 30px;
  background-color: #DFE3E6;
  border-left: 5px solid #FF3333;
}

.find-idea-center .graphics-entry {
  height: 100px;
  position: absolute;
  left: 83%;
  bottom: 25px;
  width: 10000px;
  background: #FF3333;
  -webkit-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  transform: skewX(-45deg);
}

@media (min-width: 1200px) {
  .where-buy-results > div {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .where-buy-results > div:nth-of-type(1) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .where-buy-results > div:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .where-buy-results > div:nth-of-type(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .where-buy-results > div:nth-of-type(4) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media (max-width: 1599px) {
  .item {
    position: relative;
    width: calc(20% - 20px);
  }
  .item .info .text-xl {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2px;
  }
  .product-listing-page.filter-is-opened-lg .item {
    width: calc(33% - 20px);
  }
  .megamenu-right ul li {
    padding: 9px 0;
  }
}
@media (max-width: 1299px) {
  .product-listing-page.filter-is-opened-lg .item {
    width: calc(33.33% - 20px);
  }
}
@media (max-width: 1199px) {
  .item {
    width: calc(25% - 20px);
  }

}

@media (max-width: 1199px) and (min-width: 992px) {
  .where-buy-results > div {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .where-buy-results > div:nth-of-type(1) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .where-buy-results > div:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .where-buy-results > div:nth-of-type(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (min-width: 992px) {
  #filter-layer-close,
  #filter-btn-open div[data-bg] {
    display: none;
  }
  #filter > span.mobile {
    display: none;
  }
}

@media (max-width: 991px) {
  .product-listing-page .breadcrumbs {
    margin-left: 0;
  }
  .product-listing-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-listing-page .top-product-infoline {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .product-listing-page .container {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .product-listing-page .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  #filter-btn-open {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    position: relative;
    display: block;
    top: auto;
    right: auto;
    width: 100%;
    height: auto;
    padding: 15px;
    text-align: left;
    margin: 0 auto 20px;
    line-height: 19px;
    background-color: #DFE3E6;
  }
  #filter-btn-open span {
    z-index: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    color: #2A2417;
    font-size: 16px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: none;
    font-weight: 500;
    line-height: 19px;
    font-family: 'Montserrat', Arial, sans-serif;
  }
  #filter-btn-open .icon-arrow {
    display: none;
  }
  #filter-btn-open div[data-bg] {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background: center / contain no-repeat;
  }
  #filter-btn-open + .breadcrumbs {
    width: 100%;
    margin: 0 0 20px 15px;
  }
  #filter {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    width: 50%;
    -webkit-transform: translate3d(calc(100% + 45px), 0, 0);
    transform: translate3d(calc(100% + 45px), 0, 0);
    z-index: 111;
  }
  #filter > span.desktop {
    display: none;
    font-size: 12px;
    line-height: 30px;
    text-transform: uppercase;
  }
  #filter > span.mobile {
    margin-left: 15px;
  }
  #filter form {
    padding: 0;
    max-height: calc(100vh - 80px);
  }
  #filter .btn {
    max-width: calc(100% - 30px);
    margin: 0 auto;
  }
  .selected-items {
    padding-left: 15px;
  }
  #filter-btn-close {
    margin-left: -44px;
    width: 44px;
    height: 44px;
    padding: 0;
  }
  #filter-btn-close:before, #filter-btn-close:after {
    content: '';
    position: absolute;
    top: 21px;
    left: 13px;
    width: 18px;
    height: 2px;
    background-color: #fff;
  }
  #filter-btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #filter-btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #filter-btn-close span {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #filter-btn-close .icon-arrow {
    display: none;
  }
  #filter-layer-close {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    opacity: 0;
    -webkit-transition: opacity .25s ease;
    -o-transition: opacity .25s ease;
    transition: opacity .25s ease;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    background-color: rgba(0, 0, 0, 0.6);
  }
  #filter-layer-close.active {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .item {
    width: calc(33.33333% - 20px);
  }
  .filter-item-content {
    padding: 5px 15px 0;
  }
  .where-buy form .supporting-title {
    font-size: 70px;
  }
  .where-buy-header .row > div {
    margin-bottom: 15px;
  }
  .where-buy-header .row > div:last-child {
    margin-bottom: 0;
  }
  .find-idea-center {
    margin: 0 0 30px;
  }
  .product-listing-page.filter-is-opened-lg .item {
    width: calc(33.3333% - 20px);
  }
  .product-listing-page.filter-is-opened-lg .container {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .where-buy br {
    display: none;
  }
}

@media (max-width: 767px) {
  .items-wrap {
    width: auto;
    margin: 0 -6px;
  }
  .item {
    width: calc(50% - 12px);
    margin: 0 6px 15px;
  }
  .product-listing-page .container {
    max-width: 540px;
    margin: 0 auto !important;
  }
  .product-listing-page.filter-is-opened-lg .item {
    width: calc(50% - 12px);
  }
  #filter-btn-open {
    max-width: 510px;
  }
  #filter {
    width: calc(100% - 44px);
  }
  .where-buy form .supporting-title {
    top: 68%;
  }
  .where-buy form > .checkbox-entry {
    margin-bottom: 15px;
  }
}

@media (max-width: 575px) {
  .find-idea-center {
    padding: 30px 15px;
  }
  .find-idea-center .graphics-entry {
    display: none;
  }
  .item .info {
    padding: 25px 10px 15px;
  }
  .item .info .text-xl {
    min-height: 40px;
    letter-spacing: 1.5px;
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .item .info .text-xl, .item .info .text-s {
    margin-bottom: 15px;
  }
}

/* colors-entry new output */
.colors-wrapper {
  margin: -5px;
  font-size: 0;
}

.colors-wrapper .color-entry {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 5px;
  display: inline-block;
  vertical-align: top;
}

.colors-wrapper.type2 {
  padding: 5px;
  border: 1px solid #DCDCDC;
  border-radius: 8px;
  margin: 0;
}

.colors-wrapper-outer {
  display: inline-block;
  vertical-align: bottom;
}

.colors-wrapper-outer + .colors-wrapper-outer {
  margin-right: 7px;
}

.description-entry .colors-wrapper-outer {
  margin-bottom: 10px;
  margin-right: 20px;
}
.description-entry .colors-wrapper-outer_ucara{
  margin-right: 10px;
  margin-bottom: 20px;
}

.description-entry .colors-wrapper-outer .title {
  margin-bottom: 5px;
}

.color-entry-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 300px;
}

.color-entry-wrap .color-entry {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.color-entry-wrap .color-title {
  position: relative;
  line-height: 20px;
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: 5px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.color-entry-wrap.active .color-title {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

/* end of colors-entry new output */