/* =================================
	Text select
=================================== */
::selection {
  background: #E5E5E5;
  /* WebKit/Blink Browsers */ }

::-moz-selection {
  background: #E5E5E5;
  /* Gecko Browsers */ }

/* =================================
	CSS
=================================== */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff; 
}
body {
  display: flex;
  flex-direction: column; 
  color: #1e2022;
  line-height: 1.5;
  font-size: 1rem;
  overflow-x: hidden;
}
b,
strong {
	font-weight: 500;	
}
p {
	color: #6C7884;
}

#flex {
	flex-grow: 1;
	flex-shrink: 1;
	/* 2 */
	flex: 1 0 auto;
	position: relative; 
	min-height: 1px;

	padding-bottom: 50px;
	background-color: #fff;
	background-image: linear-gradient(0deg, rgba(55, 125, 255, 0.05) 1%, transparent 6rem);
    background-repeat: no-repeat;
}

/* MAIN */
.full-width {
	width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;	
}
main > section.full-width {
	margin-bottom: -1.5rem;
}
@media (min-width: 768px) {
	main > section.full-width {
		margin-bottom: -3rem;
	}
}
main > .full-width:first-child,
main {
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;
}
main > .full-width:first-child {
	margin-top: -1.5rem;
}
@media (min-width: 768px) {
	main > .full-width:first-child,
	main {
		margin-bottom: 2.5rem;
		margin-top: 2.5rem;
	}
	main > .full-width:first-child {
		margin-top: -3rem;
	}
}


/* =================================
	Layover
=================================== */
.navbar-layover {
  background-color: #515151;
  bottom: 0;
  display: none;
  opacity: .5;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 998; 
}

/* =================================
	Background-color
=================================== */
.bg-light-hover:hover,
.bg-light {
  background-color: #F6F6F6;
  color: #333;
}
.bg-success {
	background-color: #5cb85c;
	color: #fff;
}
a.bg-light:hover, 
a.bg-light:focus,
button.bg-light:hover, 
button.bg-light:focus {
    background-color: #dddddd;
}

.bg-dark {
  background-color: #333; }
.bg-dark,
.bg-dark a,
.bg-dark dt {
	color: #ccc;
}

/* =================================
	Button Gray-100
=================================== */
.btn-gray-100 {
  background-color: #E5E5E5;
  color: #434343; }
  .btn-gray-100:focus, .btn-gray-100:hover {
    background-color: #434343;
    color: #E5E5E5; }

/* =================================
	Button common
=================================== */
.popover strong,
.btn-social,
.btn-more,
.btn-dark,
.btn-gray-700 {
  color: #fff!important; }
  .btn-dark:focus, 
  .btn-dark:hover,
  .btn-gray-700:focus, 
  .btn-gray-700:hover {
    color: #fff; }

/* =================================
	Button bg
=================================== */
.btn-gray-700 {
  background-color: #434343;
}
.btn-more,
.btn-dark {
	background-color: #333;
}

/* =================================
	Lists
=================================== */	
body dt {
	width: 41.6666666667%;
	clear: left;
	float: left;
}
body dd {
	margin: 0 0 0 41.6666666667%;
	padding-left: 15px;
}
dt.today + dd,
dt {
	letter-spacing: 1px;
	font-weight: 700;
}
dd {
  break-before: avoid;
}

.page-dots,
ul.reset,
footer ul,
header ul,
.breadcrumb,
.pagination {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0; 
	border: 0;
}
.breadcrumb li {
	display: inline-block; 
}


/* =================================
	Header
=================================== */

body > header .container {
	position: relative;
}
body > header {
    font-size: 1.125em;
	min-height: 55px;
	background-color: #fff;
	position: absolute;
	z-index: 999;
    top: 0;
    right: 0;
    left: 0;
	height: 60px;
	-webkit-box-shadow: 0 1px 10px rgba(130, 130, 134, 0.1);
	box-shadow: 0 1px 10px rgba(130, 130, 134, 0.1);
}
header > label[for],
header .nav-social {
	display: none;
}

@media (max-width: 991.98px) {
	body.nav-open header .nav-social {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		justify-content: space-around;
		-webkit-justify-content: space-around;
		flex-wrap: nowrap;
		-webkit-flex-wrap: nowrap;
		
		background-color: #515151;
		border-top: 1px solid #fff;
		position: fixed;
		z-index: 999;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 15px 0;
	}
}
@media (max-width: 767.98px) {
	body.nav-open header .nav-social {
		bottom: auto;
		top: 0;
	}
}

/* =================================
	Logo
=================================== */
header a#logo {
    float: left;
	position: relative;
	z-index: 999;
}
header a#logo img {
    height: 30px;
}

@media (min-width: 992px) {
	header > label[for],
	header .nav-social {
		display: block;
		position: absolute;
		right: 37px;
		top: 2px;
	}
	body > header {
		padding-top: 30px;
		height: 100px;
	}
	header > label[for] {
		right: 3px;
	}
}

/* =================================
	Footer
=================================== */
nav#breadcrumb,
body > footer {
  border-top: 1px solid #eaeaea;
}
/* FOOTER */
footer {
	clear: both;
	background: #ffffff;
}
footer, 
footer a,
footer .sub a:not(:hover) {
	color: #828286; 
}
footer a:focus, 
footer a:hover {
	color: #1E6CFF;
}
footer h5 a,
footer h5 {
	color: #1e2022; 
}

footer > div:first-child {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

footer ul.main li li {
    font-size: 0.875rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}

footer address {
  font-style: normal;
}

footer ul.main > li > h5 {
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 579px) {
	footer > ul.main img {
		position: absolute;
		bottom: 0px;
		right: 0px;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
}
@media (min-width: 580px) {
	footer ul.main > li {
		float: left;
		width: 33.3%; 
	}
	footer ul.main > li:first-child {
		width: 100%;
		float: none;
	}
}
@media (min-width: 1024px) {
	footer ul.main > li {
		float: left;
		width: 20%;
		clear: none !important;
		clear: unset !important; 
	}

	footer ul.main img {
		height: 60px;
		position: absolute;
		bottom: 2.5rem;
		right: 2.5rem;
	}
	footer ul.main > li:first-child {
		width: 40%;
		padding-right: 120px;
		float: left;
	}
}

/* footer sub */
footer .sub {
  padding: 2rem 0 2rem;
  border-top: 1px solid #e0e0e0;
  text-align: center;
  margin: 0; 
  font-size: 80%;
}
@media (min-width: 768px) and (max-width: 1023px) {
	footer .sub > div > ul {
		text-align: left;
	}
}

footer .sub > div > ul li {
  display: inline;
  margin: 0 8px; }
footer .sub > div > ul li:first-child {
  padding-right: 10px; }

/* show copyright as block */
@media (max-width: 579px) {
  footer .sub > div > ul li:first-child {
    display: block;
    padding-bottom: 10px; } }

footer #credits {
	padding: 23px 0;
	text-align: center;
}		
@media (min-width: 768px) {	
	footer #credits {
		position: absolute;
		right: 70px;
		bottom: 0px;
	}
}

/* =================================
	Hero - Slider
=================================== */
.hero--slider {
  margin-top: 16px; }
.hero--slider .prev-next {
	font-weight: 700;
}
  .hero--slider .prev-next .btn {
    color: #434343;
    font-size: 20px;
    padding: 0; }
    .hero--slider .prev-next .btn .fa {
      color: #434343;
      cursor: pointer; }
  .hero--slider .logo {
    height: 88px;
    width: 215px; }
  .hero--slider .name {
    color: #222222;
    font-size: 1.25em;
    position: relative; }
    .hero--slider .name::before {
      content: "-";
      left: -14px;
      position: absolute;
      top: -1px; }

/* =================================
	Hero - Text header
=================================== */
.hero--text-header {
  background-color: #333;
  height: 400px;
  position: relative;
  overflow: hidden;
}
.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
  .hero--text-header .layer:before {
	  content: "";
	  position: absolute;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	 background-color: rgba(34, 34, 34, 0.25);
  }
  .hero--text-header .layer {
    height: 100%;
    width: 100%; }
    .hero--text-header .layer .h1 {
      color: #fff;
	  display: block;
      font-size: 60px; }
      @media (max-width: 767.98px) {
        .hero--text-header .layer .h1 {
          font-size: 40px; } }

/* =================================
	Hotspots
=================================== */
.hotspot-container {
	position: relative;
}
.hotspot-container a.tooltip {
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
    position: absolute;	
	z-index: 2;
}
.hotspot-container a:hover {
	z-index: 3;
}
.hotspot-container a:before {
	content: "";
	background-color: #E21D72;
	border: 2px solid #fff;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
	height: 14px;
	width: 14px;
	display: block;
	z-index: 1;
}
  .hotspot-container .brand {
    background-color: #fff;
    height: 72px;
    left: 10px;
    padding: 12px;
    position: absolute;
    top: 10px;
    width: 100px;
    z-index: 2; }
    .hotspot-container .brand img {
      width: 100%; }

/* =================================
	Carousel - Image card
=================================== */
.carousel-multiple .carousel-cell {
	width: 50%;
	counter-increment: carousel-cell;
	border: 0 solid #fff;
	border-width: 0 7px
}
.carousel-multiple .carousel-cell .card {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	height: 333px;
	position: relative; 
}
.carousel-multiple .carousel-cell .card .bg-tint {
	padding: 22px;
}
.carousel-multiple .carousel-cell .card .content {
	bottom: 0;
	-webkit-transform: translateY(170px);
	transform: translateY(170px);
	left: 22px;
	position: absolute;
	right: 22px;
}
.carousel-multiple .carousel-cell .card .content h6 {
	color: #fff; 
}
.carousel-multiple .carousel-cell .card .content p {
	color: #fff;
	font-size: 0.875em;
	line-height: 16px;
}
.carousel-multiple .carousel-cell .widget--card-image {
	height: 260px;
	overflow: hidden;
}
.carousel-multiple .carousel-cell .widget--card-image .content {
	-webkit-transform: translateY(150px);
	transform: translateY(150px);
}
.carousel-multiple.carousel-lg .carousel-cell .card .content {
	-webkit-transform: translateY(110px);
	transform: translateY(110px);
}

.carousel-multiple.carousel-sm .carousel-cell .card {
	height: 280px;
}
.carousel-multiple.carousel-sm .carousel-cell .card .content {
	-webkit-transform: translateY(170px);
	transform: translateY(170px);
}

@media (max-width: 575.98px) {
	.carousel-multiple .carousel-cell {
		width: 100%; 
	}
}
@media (max-width: 1199.98px) {
	.carousel-multiple .carousel-cell .widget--card-image .content {
		-webkit-transform: translateY(-22px);
		transform: translateY(-22px);
	}
	.carousel-multiple .carousel-cell .card .content {
		-webkit-transform: translateY(-10px)!important;
		transform: translateY(-10px)!important;
	}
	.carousel-multiple.carousel-sm .carousel-cell .card .content p {
		font-size: 0.75em;
		line-height: 14px; 
	}
}
@media (max-width: 991.98px) {
	.carousel-multiple .carousel-cell .widget--card-image .content {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	.carousel-multiple.carousel-sm .carousel-cell .card .content p {
		font-size: 0.875em;
		line-height: 16px; 
	}
}
.carousel-multiple a.card:focus .content, 
.carousel-multiple a.card:hover .content {
	-webkit-transform: translateY(-22px)!important;
	transform: translateY(-22px)!important;
}

/* =================================
	Brand names
=================================== */
.brand-names ul {
	column-count: 6;
	margin-bottom: 0;
}
.brand-names ul li a {
	color: #080808;
	line-height: 2.4;
}
.brand-names ul li a:focus, .brand-names ul li a:hover {
	color: #E21D72;
}

@media (max-width: 991.98px) {
	.brand-names ul {
		column-count: 4;
	}
}
@media (max-width: 767.98px) {
	.brand-names ul {
		column-count: 3;
	}
}
@media (max-width: 575.98px) {
	.brand-names ul {
		column-count: 2;
	}
}

/* =================================
	Side-nav
=================================== */
@media (min-width: 992px) {
	main aside.col-xs-12 {
		padding-right: 1.5rem;
	}
}
@media (min-width: 1440px) {
	main aside.col-xs-12 {
		padding-right: 90px;
	}
}
aside .item {
	margin-bottom: 2rem;
}
aside .row .item > div {
	-webkit-border-radius: 4px;	
	border-radius: 4px;	
}
aside .row .item > div,
aside .row .item div.wrapper {
	height: 100%;
	position: relative;
}
aside .row .item div.wrapper {
	overflow-y: auto;
	overflow-x: hidden;
	padding-bottom: 43px;
}
aside .row .item div.wrapper .btn {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 0 4px;
}
nav.item,
aside .item:first-child {
	margin-bottom: 2.5rem;
}
aside .item div {
	background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
div.bg-contain,
aside .item div.bg-contain {
	background-size: contain;
}
aside .item p {
	margin-bottom: 0;
}
aside .item p + p {
	padding-top: 1rem;
}
aside .item .b-lazy h4,
aside .item .b-lazy p {
	padding: 1rem;
	padding-bottom: 0;
}

.item .reset a,
.item h4 * {
	padding: 0.5rem 1rem;
	display: block;
}
.item h4 {
	margin-bottom: 0;
}
.item h4 ~ .reset {
	padding-top: 0.5rem;
}
.item h4 * {
	padding-left: 0;
	padding-top: 0;
}
.item h4 a,
.item h4 a:focus,
.item h4 a:hover {
	color: #434343;
}
.item .reset a,
.item .reset a:hover {
	text-decoration: none!important;
}
.item .reset input:checked + label,
.item .reset a.active {
	font-weight: 700;
}
.item .reset input:checked + label,
.item .reset label:focus,
.item .reset label:hover,
.item .reset a:hover,
.item .reset a.active {
	color: #080808;
}
.item .reset p,
.item .reset ul {
	padding: 0 0 1.5rem 1rem!important;
}

  .side-nav a.active {
    color: #080808;
   }
  .side-nav a:focus, .side-nav a:hover {
    color: #222222; }

/* =================================
	Card - Standard
=================================== */
.card {
  border: none;
  border-radius: 0;
  display: block; }
  .card:focus .read-more, .card:hover .read-more {
    color: #FAD2E3; }
  .card .read-more {
    color: #080808;
    font-weight: 600; }

/* =================================
	Jumbotron - Standard
=================================== */
.jumbotron {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}

/* =================================
	Jumbotron - Style image
=================================== */
.jumbotron--style-image {
  position: relative; }
  .jumbotron--style-image article {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }

/* =================================
	Jumbotron - Logo
=================================== */
body.collection .jumbotron--logo article {
    background-color: rgba(250, 210, 227, 0.9);
    border-radius: 2px;
    position: relative;
    z-index: 1;
}

.jumbotron--logo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%; }
  .jumbotron--logo article {
    border-radius: 2px; }
    .jumbotron--logo article .avatar img {
		max-height: 120px;
	  background-color: #fff;
      border: 4px solid #F3EEEE;
      border-radius: 100%; }
    .jumbotron--logo article p {
		margin: 0;
		padding: 0;
      color: #080808; }
    .jumbotron--logo article .product--brand {
      background-color: #fff;
      border: 1px solid #E5E5E5;
      height: 120px;
      padding: 7px;
      width: 120px; }

/* =================================
	Alerts
=================================== */
.alert {
  border: none;
  border-radius: 0;
  color: rgba(8, 8, 8, 0.6);
  font-size: 0.75em;
  font-weight: 600;
  padding: 0.75rem; }
  .alert p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 0; }

.alert-primary {
  background-color: rgba(230, 29, 114, 0.3); }

.alert-secondary {
  background-color: rgba(250, 210, 227, 0.3); }

.alert-brand {
  background-color: rgba(230, 29, 114, 0.3); }

.alert-success {
  background-color: rgba(129, 190, 90, 0.3); }

.alert-danger {
  background-color: rgba(208, 75, 88, 0.3); }

.alert-warning {
  background-color: rgba(235, 200, 94, 0.3); }

.alert-info {
  background-color: rgba(23, 162, 184, 0.3); }

.alert-light {
  background-color: #F6F6F6; }
.alert-blush {
  background-color: #FAD2E3; }
.alert-black {
	color: #C3C3C3;
  background-color: #515151; }
.alert-dark {
  background-color: rgba(51, 51, 51, 0.3); }

/* =================================
	Alerts Dismissing
=================================== */
.alert-dismissible {
  background-color: #515151;
  color: #fff;
  display: inline-block;
  font-size: 0.625em;
  padding: 4px 20px 4px 6px; }
  .alert-dismissible .close {
    font-size: 17px;
    font-weight: 600;
    opacity: 1;
    padding: 3px 4px;
    text-shadow: none; }
    .alert-dismissible .close:focus, .alert-dismissible .close:hover {
      color: #EBC85E; }

/* =================================
	Alerts Client
=================================== */
.alert--client small {
  color: #717171;	
  font-size: 13px; }
  .alert--client small strong {
    color: #434343; }
.alert--client p {
  font-size: 18px;
  font-style: italic;
  line-height: 1.6; }
  @media (max-width: 767.98px) {
    .alert--client p {
      font-size: 14px;
      line-height: 1.25; } }

/* =================================
	Alerts Aside
=================================== */
.alert--aside {
  font-weight: inherit; }
  .alert--aside .font--alternative {
    font-size: 25px; }
  .alert--aside ol {
    margin-bottom: 2rem;
    padding-left: 1rem; }
    .alert--aside ol li {
      font-size: 14px;
      font-style: italic;
      line-height: 1.25;
      margin-bottom: 1rem; }

/* =================================
	Meta navigation (Dark)
=================================== */
#meta-navigation {
	background-color: #515151;
	min-height: 50px;
}
#meta-navigation a {
	color: #F6F6F6;
	font-size: 0.8em;
	line-height: 50px;
	margin-right: 14px;
	text-decoration: none;
}
#meta-navigation a:focus, #meta-navigation a:hover {
	color: #fff;
	text-decoration: underline;
}


/* =================================
	Widget -- Interior advice LONG
=================================== */
.widget--interior-advice-long {
  background-color: #FAD2E3;
  background-position: center;
  background-size: cover; }
  .widget--interior-advice-long blockquote {
    color: #434343;
    font-style: italic;
    font-size: 1.28em;
    line-height: 1.2; }
    .widget--interior-advice-long blockquote a {
      color: #E21D72; }
  .widget--interior-advice-long .widget--avatar {
    height: 190px; }
  .widget--interior-advice-long .name {
    color: #080808;
    display: inline-block;
    font-size: 25px;
    left: -40px;
    line-height: 0.85;
    position: absolute;
    top: 10px;
    transform: rotate(-12deg);
    width: 125px; }
    @media (max-width: 575.98px) {
      .widget--interior-advice-long .name {
        left: 15px; } }

/* =================================
	Widget -- Sale
=================================== */
.aside-sale a {
    color: #333;
    text-align: center;
    text-transform: uppercase;	
}
.aside-sale a,
.aside-sale a strong {
	display: block; 
	font-weight: 700;
}
.aside-sale a strong {
	margin-bottom: 0.5rem;
	background-color: #E21D72;
	border-radius: 4px;
	color: #fff;
	font-size: 4em;
	line-height: 1.5;
	letter-spacing: 1.5rem;
	transition: background-color 150ms linear 0s;
}
.aside-sale a:hover,
.aside-sale a:focus {
	text-decoration: none!important;
}
.aside-sale a:hover strong, 
.aside-sale a:focus strong {
	background-color: #a41250; 
}

/* =================================
	Widget -- Dark
=================================== */
  .widget-inspiration h4 {
	font-weight: 300;
    color: #fff;
    font-size: 54px;
    line-height: 0.78;
    text-transform: lowercase; }
  body:not(.tpl-noside) .widget-inspiration.widget-sm h4 {
    font-size: 34px;
    line-height: 1; }

/* =================================
	Widget -- Light
=================================== */
.widget--light {
  background-color: #E5E5E5; }
  .widget--light img {
    height: 270px;
    width: auto; }

/* =================================
	Widget -- Secondary
=================================== */
.widget--secondary {
  background-color: #FAD2E3; }

/* =================================
	Product Tiles
=================================== */
ul.thumbs {
	border-left: 1px solid #E5E5E5;
	border-top: 1px solid #E5E5E5;
	width: 100%;
}
ul.thumbs > li {
	position: relative;
	border-bottom: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	display: inline-block;
	float: left;
	height: 100%;
	width: 33.333%; 
}
ul.bordered.thumbs,
ul.bordered.thumbs > li { 
	border-width: 0;
}
ul.bordered.thumbs > li { 
	border: 10px solid #fff;
}
#product-results ul.thumbs {
	margin: 0 -10px;
}
ul.thumbs-brands > li,
.product--tiles-sale ul.thumbs > li {
	width: 12.5%;
}

ul.thumbs li a {
	background-color: #fff;
	display: block;
	position: relative; 
}
ul.thumbs li a .wrapper {
	padding-top: 100%;
	overflow: hidden;
	position: relative;
}
ul.thumbs.h66 li a .wrapper {
	padding-top: 66.66%;
}
.brand-logo img,
ul.thumbs li figure a img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
	height: auto;
}
.brand-logo img {
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);	
}
ul.thumbs.scale-1 li figure a img {
	-webkit-transform: translate(-50%,-50%) scale(1.1);
	transform: translate(-50%,-50%) scale(1.1);
}
ul.thumbs li .popover {
	color: #F6F6F6;
	display: none;
	font-size: 14px;
	left: 0;
	max-width: inherit;
	padding: 10px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 100%;
	margin-top: 15px;
}
ul.thumbs li .popover:before {
	content: "";
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #434343;
	height: 0;
	left: 50%;
	position: absolute;
	top: -9px;
	transform: translateX(-50%);
	width: 0;
}
ul.thumbs li a:focus + .popover, 
ul.thumbs li a:hover + .popover {
	background-color: #434343;
	display: block; 
}

@media (max-width: 1199.98px) {
	ul.thumbs li a {
		min-height: inherit;
	} 
	ul.thumbs > li {		  
		width: 33.33%;
	} 
}
@media (max-width: 991.98px) {
	ul.thumbs-brands > li {
		width: 25%;
	}
}
@media (max-width: 575.98px) {
	ul.thumbs > li {		  
		width: 50%; 
	}		
}
@media (max-width: 359.98px) {
	ul.thumbs > li {		  
		width: 100%; 
	}		
}

ul.thumbs figure {
	display: block;
	z-index: 1;
}
ul.thumbs:not(.list-ul) > li > * {
	display: none;
}
ul.thumbs:not(.list-ul) figure {
	display: block;
	width: 100%;
	padding: 0;
	position: static;
}
ul.thumbs.list-ul .popover {
	display: none!important;
}
ul.thumbs.list-ul > li {
	width: 100%!important;
	border-right-width: 0;
	padding: 1rem 0;
}
ul.bordered.thumbs.list-ul > li {
	border-bottom: 1px solid #e5e5e5!important;
}
ul.bordered.thumbs.list-ul > li figure {
	padding-left: 0;
	padding-bottom: 20px;
}
ul.thumbs.list-ul {
	border-width: 0;
}
.brand-logo,
ul.thumbs.list-ul .brand-logo {
	display: inline-block;
    background-color: #fff;
	height: 80px;
	width: 80px;
    position: absolute;
    right: 15px;
    top: 38px;
	z-index: 99;
	border: 5px solid #fff;
}
ul.thumbs.list-ul li figure .wrapper {
	padding: 0;
}
ul.thumbs.list-ul li figure a img {
	top: 0;
	left: 0;
	position: relative;
	-webkit-transform: scale(1);
	transform: scale(1);
}
ul li h2 a,
ul.thumbs.list-ul a {
	color: #434343;
	line-height: 1.33;
}
@media (max-width: 767.98px) {
	ul.thumbs.list-ul li figure a img {
		width: 100%;
	}
	ul.thumbs.list-ul .brand-logo {
		height: 50px;
		width: 50px;
	}
}

/* =================================
	Product Detail
=================================== */
.go-back {
	font-weight: 700;
}
ul.thumbs.w-33 > li,
.product-detail main ul.thumbs > li {
	width: 33.3333333%; 
}
@media (max-width: 575.98px) {
	.product-detail ul.thumbs > li {
		width: 100%;
	}
}

.brand-logo.border img {
	width: 80%;
}
.brand-logo.border {
	position: relative;
	top: 0;
	right: 0;
	box-sizing: unset;
	padding: 10px;
	border: 1px solid #BFBEBE;
}

/* =================================
	Product Sale
=================================== */
.product--sale s {
	text-decoration: line-through;
  color: #515151;
  font-weight: 700;
  font-size: 16px; }
.product--sale .h2 {
  color: #E21D72;
  font-weight: 700;
  margin-top: 20px; }
.product--sale ul li {
  border-bottom: none;
  color: #515151;
  line-height: 1.3;
  margin-bottom: 1em; }
  .product--sale ul li:focus::before, .product--sale ul li:hover::before {
    background-image: none;
    content: "";
    overflow: hidden; }

/* =================================
	Color Palettes
=================================== */
.color-palettes li {
  border-bottom: none !important;
  display: inline-block;
}
  .color-palettes img,
  .color-palettes li.more-items a {
    color: #434343;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px; }
  ul.color-palettes li:not(.more-items) a {
	background-color: #eee;
  }
  ul.color-palettes li a {
	display: block;
	position: relative;
	margin-bottom: 4px;
	margin-right: 4px;
}

/* =================================
	Product slider
=================================== */
.product--slider {
	position: relative;
}
.product--slider .carousel {
	border: 1px solid #E5E5E5;
	border-radius: 2px;
}
.product--slider .carousel .carousel-cell {
	overflow: hidden;
	counter-increment: carousel-cell;
	height: 560px;
	width: 100%;
}
.product--slider .carousel .carousel-cell img {
	height: 100%;
	width: auto;
}

@media (max-width: 1199.98px) {
	.product--slider .carousel .carousel-cell {
		height: 288px;
	}
}
/* =================================
	Toolbar
=================================== */
.toolbar {
	color: #080808; 
}
.toolbar label {
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	display: inline-block;
    border: 1px solid transparent;
    width: 38px;
    height: 38px;
    line-height: 35px;
    text-align: center;
}
.toolbar label:focus,
.toolbar label:hover,
.toolbar input:checked + label {
    color: #080808;
	border-color: #BFBEBE;
}
.toolbar input + label:hover {
	border-color: #080808;
}

/* =================================
	Form
=================================== */
form label {
	font-size: 14px;
	color: #333;
	font-weight: 700;
}
form .form-control {
	background-color: #fff;
	border: 1px solid #BFBEBE;
	border-radius: 0;
	color: #515151;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	font-size: 1em;
	line-height: 1.9;
}
form .form-control:focus {
	border-color: #74b9fd;
	box-shadow: 0 0 0 0.2rem rgba(4,122,237,0.25) 
}
form .custom-checkbox .custom-control-label {
  font-weight: 400 !important;
  line-height: 28px;
  margin-bottom: 8px;
  padding-left: 8px; }
  form .custom-checkbox .custom-control-label::before {
    background-color: transparent;
    border: 1px solid #BFBEBE;
    border-radius: 0;
    height: 20px;
    width: 20px; }
form .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #fff; }
form .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23E61D72' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
  background-size: 60%;
  height: 20px;
  width: 20px; }
form .custom-radio .custom-control-label {
  font-weight: 400 !important;
  line-height: 30px;
  padding-left: 8px; }
  form .custom-radio .custom-control-label::before {
    background-color: transparent;
    border: 1px solid #BFBEBE;
    height: 20px;
    width: 20px; }
form .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #fff; }
form .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23E61D72'/%3E%3C/svg%3E");
  background-size: 60%;
  height: 20px;
  width: 20px; }
form .custom-file {
  overflow-x: hidden; }
form .custom-file-label {
  line-height: 26px; }
  form .custom-file-label::after {
    line-height: 26px; }
form .forgot-password {
  float: right;
  font-size: 0.875em;
  margin-top: 10px;
  text-decoration: underline; }
  @media (max-width: 575.98px) {
    form .forgot-password {
      float: left; } }
form textarea {
  height: 120px !important; }

/* =================================
	Page Dots
=================================== */
.page-dots {
	display: inline-block;
    height: 70px;
    padding: 10px 0 10px 15px;
}
.tpl-home .page-dots {
    overflow: hidden;
	margin: 0 -15px;
}
.page-dots li {
	margin: 0 0 14px -14px;
	display: inline-block;
	position: relative;
}
.page-dots li.dot a {
	display: block;
	border: 4px solid #F3EEEE;
	border-radius: 100%;
	cursor: pointer;
	-webkit-filter: grayscale(100%);
	/* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	height: 50px;
	overflow: hidden;
	width: 50px;
}
.page-dots li.dot.active a {
	transform: scale(1.5);
	outline: none;
}
.page-dots li.dot a:focus,
.page-dots li.dot a:hover,
.page-dots li.dot.active a {
	-webkit-box-shadow: 0 0 20px 0  rgba(50, 50, 50, 0.4);
	-moz-box-shadow: 0 0 20px 0  rgba(50, 50, 50, 0.4);
	box-shadow: 0 0 20px 0 rgba(50, 50, 50, 0.4);
	border: none;
	-webkit-filter: grayscale(0);
	/* Safari 6.0 - 9.0 */
	filter: grayscale(0);
}
.page-dots li.dot.active a {
	-webkit-box-shadow: 0 0 20px 0  rgba(50, 50, 50, 0.4);
	-moz-box-shadow: 0 0 20px 0  rgba(50, 50, 50, 0.4);
	box-shadow: 0 0 20px 0 rgba(50, 50, 50, 0.4);
}
.page-dots li.dot:not(.active) a:focus,
.page-dots li.dot:not(.active) a:hover {
	-webkit-box-shadow: 0 0 2px 0  rgba(50, 50, 50, 0.4);
	-moz-box-shadow: 0 0 2px 0  rgba(50, 50, 50, 0.4);
	box-shadow: 0 0 2px 0 rgba(50, 50, 50, 0.4);	
}
.page-dots li.dot.active {
	width: 72px;
	transform: translateX(10px);
}
.page-dots:not(:hover) li.dot.active {
	z-index: 1;
}
.page-dots li.dot img {
	border-radius: 100%;
	width: 100%;
}

@media (max-width: 575.98px) {
	.page-dots li.dot a {
		height: 40px;
		width: 40px; 
	} 
	.page-dots li.dot.active {
		width: 62px;
	}
}

/* =================================
	Contact
=================================== */
.contact dl {
	line-height: 2.5em;
}
dt.today,
dt.today + dd {
	color: #000;
}
dd[aria-label]:after {
	display: block;
	content: "";
	height: 20px;
}
dd[aria-label]:before {
	font-weight: 300;
	content: attr(aria-label);
	position: absolute;
	margin-top: 20px;
	left: 15px;
}
.bg-dark .h3, 
.bg-dark .h5,
.bg-dark dt.today,
.bg-dark dt.today a,
.bg-dark dt.today + dd {
	color: #fff;
}

#contact-fluid a {
	text-decoration: underline;
}
#contact-fluid a.btn {
	text-decoration: none;
}
#contact-fluid .google-map {
	background: #E5E3DF url(/file/img/wdg/maps-marker.svg) no-repeat center center;
	min-height: 300px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	#contact-fluid div.px-5 {
		padding-left: 15px!important;
		padding-right: 15px!important;
	}
	#contact-fluid dt {
		width: 35px;
		max-width: 35px;
	}
	#contact-fluid dt .text-day {
		overflow: hidden;
		text-overflow: ellipsis;
		display: block;
		white-space: nowrap;
	}
	#contact-fluid dd {
		margin-left: 35px;
	}	
}

/* =================================
	Legend
=================================== */
.legend-container .legend {
  margin-bottom: 1rem; }
  .legend-container .legend .block {
    border-radius: 2px;
    height: 20px;
    margin-right: 8px;
    width: 20px; }
    .legend-container .legend .block.bg-light {
      background-color: #F6F6F6; }
    .legend-container .legend .block.bg-white {
      background-color: #fff;
      border: 1px solid #E5E5E5; }
    .legend-container .legend .block.bg-info {
      background-color: #17a2b8; }

/* =================================
	Modules
=================================== */
/* =================================
	Module - Full background
=================================== */
.module--full-background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 620px;
  width: 100%; }
  .module--full-background .card {
    border: none;
    border-radius: 2px;
    margin: 5rem 0;
    padding: 38px 32px; }
    @media (max-width: 575.98px) {
      .module--full-background .card .h1 {
        font-size: 1.5em; } }

/* =================================
	Module - Brands highlighted
=================================== */

ul.thumbs--populair {
	border: none;
}
ul.thumbs--populair li {
	width: 12.5%;
	border: 1px solid #e5e5e5;
	border-width: 1px 0 1px 1px;
}
ul.thumbs--populair li .btn {
	height: 120px;
	background-color: #E5E5E5;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	color: #434343;
	display: block;
	line-height: 1.15;
	white-space: normal;
}
ul.thumbs--populair li a img {
	padding: 10px!important;
}
ul.thumbs--populair li a .wrapper {
	padding-top: 120px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	ul.thumbs--populair li {
		width: 14.28%;
	}
	ul.thumbs--populair li:first-child {
		display: none;
	}
}
@media (max-width: 767.98px) {
	ul.thumbs--populair li a .wrapper {
		padding-top: 100px;
	}
	ul.thumbs--populair li .btn {
		height: 100px;
	}
}
@media (max-width: 575.98px) {
	ul.thumbs--populair li a img {
		padding: 30px!important;
	}
	ul.thumbs--populair li {
		width: 50%;
	}
}

.text-sup {
	color: #222222;
	font-size: 1.25em;
	line-height: 1.25;
	position: relative;
	top: -30px;
	transform: rotate(10deg);
	text-align: center;
	display: inline-block;
}
/* bowline */
.widget--interior-advice-long .name:before,
nav .text-sup:before,
ol .text-sup:before,
ul .text-sup:before {
	content: "";
	height: 15px;
	position: absolute;
	transform: translate(-17px, 30px);
	width: 30px;
	
	/*
	border: 1.5px solid #333;
	border-color: transparent #333 #333 transparent;
    border-radius: 0px 7px 20px 25px;
	overflow: hidden;
	*/
	background-image: url(/file/img/icon/bow-line.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.widget--interior-advice-long .name:before {
	transform: translate(29px, 30px) scaleY(-1) rotate(160deg);
    left: 20px;
    top: 20px;	
}
nav .text-sup:before {
	transform: translate(29px, 30px) scaleY(-1) rotate(142deg);
    bottom: 0;	
}
.page-dots.page-dots--employees .text-sup {
	left: -5%;
}