/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
	height: 100%;
}
body {
	font: 300 16px/1.4 'Rubik', sans-serif;
	color: #8c8c8c;
	background: #000;
}

@font-face {
	font-family: DroidSerifRegular;
	src: url('https://d12rh965z7jvqw.cloudfront.net/fonts/DroidSerif.ttf');
}

@font-face {
	font-family: MontserratRegular;
	src: url('https://d12rh965z7jvqw.cloudfront.net/fonts/Montserrat-Regular.ttf');
}

@font-face {
	font-family: MontserratSemiBold;
	src: url('https://d12rh965z7jvqw.cloudfront.net/fonts/Montserrat-SemiBold.ttf');
}

@font-face {
	font-family: MontserratMedium;
	src: url('https://d12rh965z7jvqw.cloudfront.net/fonts/Montserrat-Medium.ttf');
}

@font-face {
	font-family: MontserratBold;
	src: url('https://d12rh965z7jvqw.cloudfront.net/fonts/Montserrat-Bold.ttf');
}

@font-face {
	font-family: ArialNarrow;
	src: url('https://d12rh965z7jvqw.cloudfront.net/fonts/ARIALN.TTF');
}

@font-face {
	font-family: NewBskvBold;
	src: url('https://d12rh965z7jvqw.cloudfront.net/fonts/Newbaskb.ttf');
}

@font-face {
	font-family: NewBskvRoman;
	src: url('https://d12rh965z7jvqw.cloudfront.net/fonts/Newbaskn.ttf');
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color: #8c8c8c;
	text-decoration:none;
}
a:hover {
	color: #8c8c8c;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline: 0;
	border: 1px solid #ff0000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Droid Serif', serif;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 20px;
	color: #fff;
}

h1 {
	font-size: 36px;
	line-height: 44px;
}

h2 {
	font-size: 30px;
	line-height: 38px;
}

h3 {
	font-size: 16px;
	line-height: 24px;
}

h4 {
	font-size: 14px;
	line-height: 22px;
}

h5 {
	font-size: 12px;
	line-height: 20px;
}

h6 {
	font-size: 10px;
	line-height: 18px;
}

p {
	margin: 0 0 20px;
}

.transition {
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.overflow {
	overflow: hidden;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.scrollup {
	background: url("https://d12rh965z7jvqw.cloudfront.net/images/HSECOMMRBNT/images/btn-top.png") no-repeat scroll 0 0 transparent;
	bottom: 50px;
	display: none;
	width: 41px;
	height: 41px;
	opacity: 1;
	position: fixed;
	right: 20px;
	cursor: pointer;
	z-index: 999;
	}

.scrolldown {
	background: url("https://d12rh965z7jvqw.cloudfront.net/images/HSECOMMRBNT/images/btn-bottom.png") no-repeat scroll 0 0 transparent;
	width: 32px;
	height: 32px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -10px;
	cursor: pointer;
}
.common-home #content {
	margin-top: 70px;
	background: #fff;
}
#content > h1 {
	display: none !important;
}
#send-to-friend, #save-my-rubinet{
	padding: 20px;
	height: 100%;
    width: 100%;
}
#send-to-friend h1 {
	color: #000;
}
#save-my-rubinet {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#save-my-rubinet h1 {
	font-size: 3rem;
    line-height: 3.5rem;
    margin: 1rem 0;
	color: #000;
}
#send-to-friend-form label {
color:#000;
width: 100%;
display:inline-block;
margin:10px 0px 10px 0px;
text-transform:uppercase;
font-size: 14px;
font-weight:800;
}
#send-to-friend-form input, #send-to-friend-form  textarea {
width: 100%;
display:inline-block;
}
#send-to-friend-form input{height: 40px;}
#send-to-friend-form textarea{height: 80px;}
#send-to-friend-form  h1{font-size:28px!important;}
#send-to-friend-form .form-footer {
	position: fixed;
    width: 100%;
    height: auto;
    bottom: 0;
    right: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
}
#send-to-friend-form input[type="submit"]{
    background: #f00;
    color: #fff;
    display: inline-block;
    width: 50%;
    border: none;
    text-align: center;
    float: right;
    margin: 10px 20px 10px auto;
}
.sitemap{width:400px; float:left;}
/*------------------OWL CAROUSEL------------------*/
.owl-controls {
    display: none !important;
}
/*------------------------------------*/

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/


.wrapper {
	/* max-width: 1180px; */
	max-width: 1440px;
	width: 95%;
	margin: 0 auto;
	position: relative;
}

.sticky-wrapper {
	left: 0;
  position: absolute;
  top: 0;
  width: 100%;
	z-index: 9999;
}

header {
	background: none;
	height: auto;
	max-height: 70px;
	position: relative;
}

header .overlay {
	background-color: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	/* opacity: 0.6; */
}

/* .is-sticky header .overlay {
	opacity: 1;
} */

header .wrapper {
	/* padding: 0.9rem 2.5%; */
	padding: 0rem;
	max-width: 1440px;
    width: 95%;
    margin: 0 auto;
	min-height: 70px;
	height: 100%;
	background: #000;
	display: flex;
    justify-content: space-between;
    align-items: stretch;
}

header .wrapper .content-left {
	align-self: center;
}

header .wrapper .content-right {
	display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

header .logo {
	float: left;
	display: block;
	margin: 0;
	max-width: 422px;
}

header .nav-buttons {
	height: 52px;
	float: right;
	display: flex;
    justify-content: flex-start;
    align-items: center;
}

header .nav-buttons a {
	display: block;
	float: left;
	width: 52px;
	height: 52px;
	background: url("https://d12rh965z7jvqw.cloudfront.net/images/HSECOMMRBNT/images/icons-nav.png") no-repeat scroll 0 0 transparent;
}

header .nav-buttons a:not(:last-child) {
	margin-right: 0.8rem;
}

header .nav-buttons .header-search, header .nav-buttons .header-search .search-form {
	position: relative;
}

header .nav-buttons .header-search.active a.btn-search {
	/* opacity: 0; */
	z-index: 11;
	background: url(https://d12rh965z7jvqw.cloudfront.net/images/HSECOMMRBNT/images/icons-nav.png) no-repeat scroll -209px 0px transparent;
}

header .nav-buttons .header-search .search-field {
	color: #fff;
    background: #000;
    border: 0;
    border: 1px solid #fff;
    display: block;
    font-family: DroidSerifRegular;
	font-size: 14px;
    line-height: 2rem;
    width: 4rem;
    height: 3rem;
    margin: 0;
    padding: 1rem 1rem 1rem 4.5rem;
    position: absolute;
    right: 0.8rem;
    top: 50%;
    opacity: 0;
    transition: opacity .25s linear, visibility 0s linear .25s, width .25s cubic-bezier(.52, .01, .16, 1);
    visibility: hidden;
    z-index: 10;
}

header .nav-buttons .header-search .search-field::placeholder {
	color: #fff;
	font-family: DroidSerifRegular;
    font-size: 14px;
}

header .nav-buttons .header-search.active .search-field {
    opacity: 1;
    transition-delay: 0s;
    visibility: visible;
    width: 300px;
}

header .nav-buttons .header-search .input-group-btn {
	position: absolute;
    left: -280px;
    top: 0;
}

header .nav-buttons .header-search .input-group-btn button {
	background: url(https://d12rh965z7jvqw.cloudfront.net/images/HSECOMMRBNT/images/icons-nav.png) no-repeat scroll -1px -1px transparent;
    border: none;
    padding: 25px;
    z-index: 99;
    display: block;
    margin-left: -25px;
    opacity: 0;
    transition: opacity .25s linear, visibility 0s linear .25s, width .25s cubic-bezier(.52, .01, .16, 1);
    visibility: hidden;
    position: relative;
    z-index: 11;
}

header .nav-buttons .header-search.active .input-group-btn button {
	opacity: 1;
    transition-delay: 0s;
    visibility: visible;
}

header .nav-buttons a.btn-search {
	background-position: 0 0;
}

header .nav-buttons a.btn-search:hover {
	background-position: 0 -52px;
}

header .nav-buttons a.btn-wishlist {
	background-position: -104px 0;
}

header .nav-buttons a.btn-wishlist:hover {
	background-position: -104px -52px;
}

header .nav-buttons a.btn-wishlist.added {
	background-position: -52px 0;
}

header .nav-buttons a.btn-wishlist.added:hover {
	background-position: -52px -52px;
}

header .nav-buttons a.btn-menu {
	background-position: -156px 0;
}

header .nav-buttons a.btn-menu:hover {
	background-position: -156px -52px;
}

header .nav-buttons a[data-tooltip] {
	position: relative;
	z-index: 2;
	cursor: pointer;
}

header .nav-buttons a[data-tooltip]:before,
header .nav-buttons a[data-tooltip]:after {
	visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	pointer-events: none;
}

header .nav-buttons a[data-tooltip]:before {
	position: absolute;
	bottom: -46px;
	left: 50%;
	margin-bottom: 5px;
	margin-left: -45px;
	padding: 7px 10px;
	width: 90px;
	background: #000;
	color: #fff;
	content: attr(data-tooltip);
	text-align: center;
	font-size: 12px;
}

header .nav-buttons a[data-tooltip]:after {
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -5px;
	width: 0;
	border-bottom: 5px solid #000;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	content: " ";
	font-size: 0;
	line-height: 0;
}

header .nav-buttons a[data-tooltip]:hover:before,
header .nav-buttons a[data-tooltip]:hover:after {
	visibility: visible;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.nav-open,
.search-open {
	overflow: hidden;
}

.nav-open .nav-wrap,
.search-open .search-wrap {
	visibility: visible;
	opacity: 1;
}

.nav-wrap,
.search-wrap {
	height: 100%;
	width: 100%;
	z-index: 9999999;
	background: #000;
	visibility: hidden;
	position: fixed;
	right: 0;
	top: 0;
	opacity: 0;
}

.nav-wrap .btn-close,
.search-wrap .btn-close,
.sub-menu .btn-close-2  {
	display: block;
	width: 52px;
	height: 52px;
	background: url("https://d12rh965z7jvqw.cloudfront.net/images/HSECOMMRBNT/images/icons-nav.png") no-repeat scroll -208px 0 transparent;
	position: absolute;
	right: 5%;
	top: 8px;
	cursor: pointer;
	z-index: 999;
}

.sub-menu .btn-close-2 {
	display: none;
}

.nav-wrap .btn-close:hover,
.search-wrap .btn-close:hover,
.sub-menu .btn-close-2:hover {
	background-position: -208px -52px;
}

.nav-wrap nav {
	margin: 0 auto;
	position: relative;
	padding: 300px 0 0;
	width: 200px;
	left: 0;
}

.nav-sub-open .nav-wrap nav {
	left: -25%;
}

.nav-wrap nav a {
	display: block;
	font-size: 24px;
	font-family: 'Droid Serif', serif;
	line-height: 36px;
	text-transform: uppercase;
	color: #ffffff;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.nav-wrap nav a:hover,
.nav-wrap nav a.current {
	color: #ff0000;
}

.nav-wrap .contact-info {
  bottom: 40px;
  left: 10%;
  position: absolute;
}

.nav {
	float: right;
	/* padding: 10px 15px 0 0; */
	padding-right: 15px;
	height: 100%;
}

.nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}

.nav > ul {
	height: 100%;
}

.nav ul > li {
	display: inline-block;
	height: 100%;
	padding: 25px 16px;
}

.nav ul li a {
	font-family: DroidSerifRegular;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	/* padding: 0 18px; */
	transition: all 0.3s ease 0s;
}

.nav ul li a:hover {
	color: #ff0000;
}

.nav li .sub-menu {
	width: auto;
	display: none;
	position: absolute;
	left: 0;
	top: 70px;
	background: #380000;
	min-width: 200px;
	/* padding: 25px 0 40px; */
	background-color: #000;
	opacity: 0.8;
}

.nav li:hover .sub-menu {
	display: block;
}

.nav li .sub-menu li {
	display: block;
	margin: 0 0 10px;
	white-space: nowrap;
}

.nav li .sub-menu .col-wrap {
	float: right;
    min-width: 650px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 2.5rem 3.5rem;
}

.nav li .sub-menu .col {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.nav li .sub-menu .col-1 {
	flex: 1 0 55%;
}

.nav li .sub-menu .col-2 {
	flex: 1 0 45%;
}

.nav li .sub-menu .col .sub-menu-label {
	display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    gap: 1rem;
    margin: 0 auto 2rem;
}

.nav li .sub-menu .col > a,
.nav li .sub-menu .col span {
	font-family: 'MontserratSemiBold';
    font-size: 14px;
	line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    padding: 0;
}

.nav li .sub-menu .col span::after,
.nav li .sub-menu .col > a::after {
	content: '';
	width: 70px;
	height: 1px;
	background: #ff0000;
	display: inline-block;
	vertical-align: top;
	margin: 10px 10px 0;
}

.nav li .sub-menu .col .sub-menu-label > a {
	font-family: 'MontserratSemiBold';
    font-size: 14px;
	line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #FFFFFF;
    padding: 0;
	white-space: nowrap;
	flex: 0 0 auto;
}

.nav li .sub-menu .col .sub-menu-list li a {
	line-height: 22px;
}

.nav li .sub-menu .col-1 .sub-menu-list {
	padding-left: 12rem;
}

.nav li .sub-menu .col-2 .sub-menu-list {
	padding-left: 7rem;
}

.nav li .sub-menu .col .sub-menu-label .red-bar {
	border-bottom: 2px solid #ff0000;
	flex: 0 0 55%;
}

.search-wrap {
	background: #464646;
}

.search-wrap .search {
	padding: 230px 0 0;
	position: relative;
	text-align: center;
	width: 100%;
}

.search-wrap h3 {
	font-family: 'Droid Serif', serif;
	font-size: 18px;
	color: #fff;
}

.search-wrap .search-field {
	background: none;
	border: 0 none;
	border-bottom: 1px solid #ccc;
	color: #ffffff;
	font-size: 50px;
	outline: 0 none;
	text-align: center;
}

.search-wrap .search-submit {
	background: #000;
	color: #fff;
	border: 0;
	display: block;
	font-size: 12px;
	margin: 20px auto 0;
	outline: 0;
	letter-spacing: 2px;
	padding: 15px;
	text-transform: uppercase;
	width: 340px;
}

.search-wrap .search-submit:hover {
	background: #ff0000;
}

.contact-info p {
	font-size: 14px;
	font-family: 'Droid Serif', serif;
	color: #fff;
	overflow: hidden;
	margin: 0;
}

.contact-info p span {
	font-size: 10px;
	color: #8c8c8c;
	float: left;
	width: 90px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}

.contact-info a {
	font-size: 10px;
	text-transform: uppercase;
	display: block;
	margin: 5px 0 0;
	color: #ffffff;
	font-weight: normal;
	font-family: 'Montserrat', sans-serif;
	margin: 10px 0 0;
	letter-spacing: 2px;
	-moz-transition: color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}

.contact-info a:hover {
	color: #ff0000;
}

/* .contact-info .overflow {
  margin: 15px 0 0;
} */

.contact-info .float-left {
	max-width: 150px;
	margin-right: 15px;
}

.contact-info .float-right p {
	margin: 0 0 4px;
}

.contact-info .float-right p a {
	display: inline;
	font-family: "Droid Serif",serif;
	font-size: 14px;
	letter-spacing: 0;
	text-transform: none;
}

.nav-wrap .sub-menu {
  background: #380000;
  display: block;
  height: 100%;
  opacity: 0;
  position: fixed;
	right: 0;
  top: 0;
  width: 50%;
	padding: 300px 70px 0;
	-moz-transform: translate(100%, 0px);
	-webkit-transform: translate(100%, 0px);
	transform: translate(100%, 0px);
}

.nav-sub-open .nav-wrap .sub-menu {
  opacity: 1;
	-moz-transform: translate(0px, 0px);
	-webkit-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}

.nav-wrap .sub-menu .float-left,
.nav-wrap .sub-menu .float-right {
	max-width: 170px;
}

.nav-wrap .sub-menu .float-right {
	float: left;
	margin-left: 110px;
}

.nav-wrap .sub-menu h3 {
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	margin: 0 0 30px;
}

.nav-wrap .sub-menu a {
	display: block;
	font-size: 16px;
	font-family: 'Droid Serif', serif;
	line-height: 28px;
	text-transform: uppercase;
	color: #ffffff;
	-moz-transition: color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}

.nav-wrap .sub-menu a:hover {
	color: #ff0000;
}


.page-banner {
	height: 500px;
	background: none no-repeat scroll center top transparent;
	padding: 245px 20px 0;
	text-align: center;
	position: relative;
	background-size: contain;
	}

.page-banner  h1 {z-index: 9999; opacity: 1 !important}

.page-banner .scrolldown {
	background: url("https://d12rh965z7jvqw.cloudfront.net/images/HSECOMMRBNT/images/btn-bottom-2.png") no-repeat scroll 0 0 transparent;
	width: 19px;
	height: 23px;
	bottom: 15px;
}

.page-banner.small {
	height: auto;
	padding: 80px 20px 20px;
	max-width: 750px;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.page-banner.small .red-box {
	margin-right: 15px;
}

.page-banner.small .content {
    float: left;
    width: 445px;
		margin: 0;
}

.page-banner.small .content p {
	text-align: left;
	margin: 0;
}

.main-container {
	background: #000;
}

.main-container.margin-top {
	margin-top: 70px;
}

main {
	padding: 0;
}

/* .sidebar {

} */

.insta {
    font-size: 30px !important;
    text-align: center;
	font-family: DroidSerifRegular;
}

footer {
	background: #000;
	/* border-top: 1px solid #383838; */
	padding: 85px 0 55px;
	position: relative;
}

footer .wrapper > .float-left,
footer .wrapper > .float-right {
	width: 47%;
}

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

footer .contact-info a {
	font-size: 12px;
}

footer .contact-info p {
	color: #9B9B9B;
    font-size: 17px;
    line-height: 22px;
    font-family: 'DroidSerifRegular';
    letter-spacing: 0.5px;
}

footer .contact-info p span {
	font-size: 11px;
	width: 80px;
	letter-spacing: 0;
	font-family: MontserratSemiBold;
}

footer .contact-info .float-left {
  margin-right: 40px;
  max-width: 250px;
}

footer .contact-info .float-left p {
	font-size: 24px;
	line-height: 28px;
}

footer .contact-info .float-right p {
  margin: 0;
}

footer .footer-menu {
	margin-top: 0;
}

footer .footer-menu a {
	display: block;
	font-size: 14px;
	font-family: 'Droid Serif', serif;
	color: #8c8c8c;
}

footer .footer-menu a:hover {
	color: #ff0000;
}

footer .footer-menu .sub-menu {
	padding: 0 0 35px 80px;
}

footer .footer-menu > .float-left,
footer .footer-menu > .float-right {
	width: 40%;
	float: left;
}

footer .copyright-wrap .copyright {
	font-size: 12px;
	line-height: 20px;
	color: #747474;
	text-align: center;
	font-family: DroidSerifRegular
}

footer .copyright-wrap .copyright a {
	color: #E2DDDD;
	font-family: MontserratSemiBold;
	text-transform: uppercase;
	padding: 0 2rem;
}

footer .copyright-wrap .copyright a:hover {
	color: #ff0000;
}

footer .copyright-wrap .copyright .separator {
	border-right: 2px solid #E2DDDD;
}

footer .copyright-wrap .copyright .separator.hide {
	display: none;
}


/* V2 CSS Start */
.button-cta {
	font-family: MontserratMedium;
    text-transform: uppercase;
    padding: 0.8rem 2rem;
    border: 1px solid;
    font-size: 1.4rem;
    line-height: 2rem;
    border: 1px solid;
    border-radius: 5px;
	text-align: center;
}

.button-cta.button-black {
	background: #000;
	color: #fff;
	border-color: #000;
}

.button-cta.button-black:hover {
	background: #fff;
	color: #000;
}

footer .title {
	font-family: 'MontserratSemiBold';
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 1.5rem 0;
	display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12rem;
	white-space: nowrap;
}

footer .menu-title:hover {
	cursor: pointer;
}

footer .menu-title .title span.caret-icon {
    position: relative;
    top: -8px;
}

footer .menu-title:not(.active) .title .caret-icon img {
    transition: all 0.1s;
    transform: rotate(0);
}

footer .menu-title.active .title .caret-icon img {
    transform: rotate(180deg);
}

footer .menu-title .menu-list {
	display: none;
	height: 0;
    overflow: hidden;
    -webkit-transition: height 0.25s ease-in-out;
    -moz-transition: height 0.25s ease-in-out;
    -ms-transition: height 0.25s ease-in-out;
    -o-transition: height 0.25s ease-in-out;
    transition: height 0.25s ease-in-out
}

footer .menu-title.active .menu-list {
	display: block;
	height: auto;
	overflow: visible;
	margin-bottom: 2rem;
	padding-left: 3.5rem;
}

footer ul {
	list-style-type: none;
	padding-left: 0;
}

footer ul li a, footer ul li label, footer ul li input, footer .sub-menu a, footer .footer-menu a {
	color: #9B9B9B;
	font-family: DroidSerifRegular;
	font-size: 14px;
	line-height: 22px;
	display: flex;
    justify-content: flex-start;
    align-items: center;
	cursor: pointer;
}

footer a:hover {
	color: #ff0000;
}

#dropdown-country ul li label img, #dropdown-language ul li label img {
	height: 12px;
    width: auto;
}

footer .footer-menu .sub-menu {
	padding: 0 0 2rem 2.5rem;
}

footer .contact-info .float-left .text-address {
    color: #9B9B9B;
    font-family: DroidSerifRegular;
	text-transform: none;
	font-style: unset;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 1px;
}

footer .social-links-wrapper, footer .copyright-wrap {
	margin-top: 6rem;
}

footer .social-links-wrapper .social-links ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 3rem;
    margin: 0;
}

footer .social-links-wrapper .social-links ul li a {
	margin: 0;
}

footer .social-links-wrapper .social-links ul li a img {
	max-width: 85%;
}

footer .copyright-wrap .info {
	display: flex;
    justify-content: flex-start;
    align-items: center;	
}

footer .copyright-wrap .info span {
	padding: 0 4rem 0 0;
    font-family: 'DroidSerifRegular';
    color: #E2DDDD;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.5px;
    font-weight: 100;
	width: fit-content;
}

footer .copyright-wrap .info img {
	max-width: 28%;
}

footer .lists-wrapper {
	display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12rem;
}

.footer-menu-wrapper.mobile, .social-links-wrapper.mobile {
	display: none;
}
/* V2 CSS End */

.red-box {
  float: left;
  width: 245px;
  height: 245px;
  position: relative;
	-moz-transition: color 0.25s ease 0s;
	-webkit-transition: color 0.25s ease 0s;
	transition: color 0.25s ease 0s;
}

.red-box::before,
.red-box::after {
  box-sizing: border-box;
  content: '';
  position: absolute;
	border: 1px solid transparent;
  width: 0;
  height: 0;
}

.red-box::before {
  top: 0;
  left: 0;
}

.red-box::after {
  bottom: 0;
  right: 0;
}

.red-box.in-view::before,
.red-box.in-view::after {
  width: 100%;
  height: 100%;
}

.red-box.in-view::before {
  border-top-color: #ff0000;
  border-right-color: #ff0000;
  -moz-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
	-webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
	transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}

.red-box.in-view::after {
  border-bottom-color: #ff0000;
  border-left-color: #ff0000;
  -moz-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
	-webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
	transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}

.red-box p {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin: -9px 0 0;
  color: #ff0000;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
	text-align: center;
}
/****** FANCY BOX ******/

.fancybox-type-html h1 {
    color: #000000;
}

.fancybox-type-html h1{
    padding:20 30 0 20;
}
.fancybox-type-html h1{
    margin-bottom:0px;
}
.fancybox-type-html p{
    padding:20 20 0 20;
}

/**************/
/*------------------------------------*\
    PAGES
\*------------------------------------*/

.product-category-wrap {
	overflow: hidden;
	margin: 170px auto;
	width: 1120px;
}

.product-category-wrap .red-box {
	margin: 0 10px 20px 225px;
}

.product-category-wrap .product-category {
	float: left;
	position: relative;
	margin: 0 10px 20px;
}

.product-category-wrap .product-category .img-wrap {
	position: relative;
	display: block;
}

.product-category-wrap .product-category .img-wrap h3 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 88%;
	font-size: 16px;
	font-family: 'Droid Serif', serif;
	font-weight: normal;
	color: #fff;
	margin: 0 6%;
  padding: 0 0 12px;
	overflow: hidden;
}

.product-category-wrap .product-category .img-wrap h3,
.product-category-wrap .product-category .img-wrap h2,
.page-projects .featured .project .info p {
	-moz-transition: color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
	-moz-transform: perspective(1px) translateZ(0px);
	-webkit-transform: perspective(1px) translateZ(0px);
	transform: perspective(1px) translateZ(0px);
}

.product-category-wrap .product-category .img-wrap:hover h3 {
	color: #ff0000;
}

.product-category-wrap .product-category .img-wrap h3::before,
.product-category-wrap .product-category .img-wrap h2::before,
.page-projects .featured .project .info p::before {
    background: #f00;
    bottom: 10px;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    transform: scaleX(0);
    transform-origin: 0 50% 0;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
		height: 1px;
}

.product-category-wrap .product-category .img-wrap:hover h3::before,
.product-category-wrap .product-category .img-wrap:hover h2::before,
.page-projects .featured .project a:hover .info p::before {
    -moz-transform: scaleX(1);
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
}

.product-category-wrap .product-category.large .img-wrap h3 {
	margin: 0 4%;
	width: 92%;
}

.product-category-wrap .cat-1 {
	float: right;
	margin-top: 172px;
}

.product-category-wrap .cat-2 {
	float: right;
}

.product-category-wrap .cat-3 {
	margin-left: 170px;
}

.product-category-wrap .cat-4 {
	clear: left;
}

.product-category-wrap .cat-5 {
	margin-top: -92px;
}

.product-category-wrap .cat-6 {
	clear: left;
  margin-left: 170px
}

.product-category-wrap .cat-7 {
	margin-top: -91px;
	width: 460px;
}

.product-category-wrap .cat-7 p {
	margin: 20px 0 63px;
}

.product-category-wrap .cat-7 a.btn-white {
	background:url("https://d12rh965z7jvqw.cloudfront.net/images/HSECOMMRBNT/images/arrow-right.png") no-repeat scroll right 5px transparent;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  display: block;
  font-family: "Montserrat",sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  margin: 0 0 30px;
  padding: 0 0 12px;
  text-transform: uppercase;
	-moz-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.product-category-wrap .cat-7 a.btn-white:hover {
	border-color: #FF0000;
	color: #FF0000;
	background-position: right -22px;
}

.page-projects .featured {
	overflow: hidden;
	margin: 0 0 80px;
}

.page-projects .featured .project {
	float: right;
	width: 910px;
	overflow: hidden;
}

.page-projects .featured .project a {
	display: block;
}

.page-projects .featured .project a:hover h2,
.page-projects .featured .project a:hover p {
	color: #ff0000;
}

.page-projects .featured .project img {
	float: left;
	width: 590px;
}

.page-projects .featured .project .info {
	float: left;
	background: #464646;
	width: 320px;
	margin: 100px 0 0;
	padding: 125px 20px 20px;
	min-height: 345px;
}

.page-projects .featured .project .info span {
	color: #ff0000;
  font-family: "Montserrat",sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
	text-transform: uppercase;
	display: block;
	margin: 0 0 8px;
}

.page-projects .featured .project .info h2 {
	margin: 0 0 8px;
}

.page-projects .featured .project .info p {
	margin: 0;
	padding: 0 0 15px;
}

.page-projects .featured .project .info p,
.page-projects .project-wrap .project p,
.slick-slide .title-wrap p {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
}

.page-projects .project-wrap {
	overflow: hidden;
	margin: 0 auto;
  max-width: 1060px;
}

.page-projects .project-wrap .project {
	float: left;
	width: 31.4%;
	margin: 0 0.9% 30px;
}

.page-projects .project-wrap .project .img-wrap {
	overflow: hidden;
	position: relative;
	margin: 0 0 10px;
}

.page-projects .project-wrap .project img {
	width: 100%;
	-moz-transition: transform 0.75s ease 0s;
	-webkit-transition: transform 0.75s ease 0s;
	transition: transform 0.75s ease 0s;
}

.page-projects .project-wrap .project a:hover img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.page-projects .project-wrap .project a h3,
.page-projects .project-wrap .project a p {
	-moz-transition: color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}

.page-projects .project-wrap .project a:hover h3,
.page-projects .project-wrap .project a:hover p {
	color: #ff0000;
}

.page-projects .project-wrap .project h3,
.slick-slide .title-wrap h3 {
	margin: 0;
}

.page-project-details .main-container > .wrapper {
  max-width: 600px;
  margin: 0 auto 70px;
}

.page-project-details .main-container > .wrapper h2 {
  margin: 0 0 35px;
	text-align: center;
}

.page-project-details .main-container > .wrapper .overflow {
  margin-top: 50px;
}

.page-project-details .main-container > .wrapper .overflow .btn-back {
  float: left;
  background: url("https://d12rh965z7jvqw.cloudfront.net/images/HSECOMMRBNT/images/arrow-left.png") no-repeat scroll 8px 3px transparent;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  display: block;
  font-family: "Montserrat",sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0 8px 12px 38px;
  text-transform: uppercase;
	-moz-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.page-project-details .main-container > .wrapper .overflow .btn-back:hover {
	border-color: #FF0000;
	color: #FF0000;
	background-position: 8px -25px;
}

.page-project-details .main-container > .wrapper .overflow .a2a_dd {
  float: right;
  background: url("https://d12rh965z7jvqw.cloudfront.net/images/HSECOMMRBNT/images/icon-share.png") no-repeat scroll center top transparent;
  border-bottom: 1px solid #ffffff;
  text-indent: -9999px;
  width: 180px;
  padding: 0 0 7px;
}

.map-wrap .info-box h4 {
	color: #000;
}

.page-contact .map-wrap .info-box a {
	display: none;
}

.page-dealers .map-wrap {
  width: 100%;
  position: relative;
}

.page-dealers .map-wrap .map {
  width: 100%;
  height: 500px;
}

.page-dealers .map-wrap .dealers-search-wrap {
	background: #fff;
}

.page-dealers .map-wrap .dealers-search-wrap .dealers-search {
	max-width: 870px;
	margin: 0 auto;
	position: relative;
	padding: 45px 0 20px 270px;
}

.page-dealers .map-wrap .dealers-search-wrap .dealers-search .red-box {
  left: 0;
  position: absolute;
  top: 20px;
	float: none;
	z-index: 99;
}

.page-dealers .map-wrap .dealers-search-wrap .dealers-search > p {
	color: #000000;
}

.page-dealers .main-container,
.page-contact .main-container {
	background: #464646;
}

.page-dealers .results-wrap {
	overflow: hidden;
	padding: 20px 0 50px;
}

.page-dealers .results-wrap > p {
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #8c8c8c;
	margin: 0 1% 20px;
}

.page-dealers .results-wrap > p span {
	color: #ff0000;
}

.page-dealers .results-wrap .results {
	overflow: hidden;
}

.page-dealers .results-wrap .results .result {
	float: left;
	width: 31.5%;
	min-height: 320px;
	margin: 0 0.9% 1.8%;
	background: #000;
	border: 1px solid #303030;
  padding: 50px 55px 50px 30px;
}

.page-dealers .results-wrap .results .result .pin {
	float: left;
	background: url("https://d12rh965z7jvqw.cloudfront.net/images/HSECOMMRBNT/images/pin-white.png") no-repeat scroll center 0 transparent;
	width: 15%;
	padding-top: 45px;
  text-align: center;
}

.page-dealers .results-wrap .results .result.selected .pin {
	background-image: url("https://d12rh965z7jvqw.cloudfront.net/images/HSECOMMRBNT/images/pin-red.png");
}

.page-dealers .results-wrap .results .result .pin span {
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
}

.page-dealers .results-wrap .results .result.selected .pin span {
	color: #fe0000;
}

.page-dealers .results-wrap .results .result .info {
	float: right;
  width: 81%;
}

.page-dealers .results-wrap .results .result .info p,
.info-wrap .info .float-right p {
	font-family: 'Droid Serif', serif;
	font-size: 14px;
	color: #fff;
	overflow: hidden;
	margin: 0 0 2px;
}

.page-dealers .results-wrap .results .result .info p span,
.info-wrap .info .float-right p span {
	float: left;
	width: 30px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
	color: #8c8c8c;
}

.page-dealers .results-wrap .results .result .info p a,
.page-dealer-details .info-wrap .info .float-right p a,
.page-dealer-details .info-wrap .info .float-left a {
	color: #fff;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.page-dealers .results-wrap .results .result .info p a:hover,
.page-dealer-details .info-wrap .info .float-right p a:hover,
.page-dealer-details .info-wrap .info .float-left a:hover {
	color: #ff0000;
}

.page-dealers .results-wrap .results .result .info p.address {
	font-weight: 700;
	margin: 0 0 25px;
	text-transform: uppercase;
}

.page-dealers .results-wrap .results .result .info > a {
	background: url("https://d12rh965z7jvqw.cloudfront.net/images/HSECOMMRBNT/images/arrow-right.png") no-repeat scroll right 5px transparent;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	display: block;
	font-family: "Montserrat",sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
	padding: 0 0 12px;
	margin: 20px 0 0;
	text-transform: uppercase;
	-moz-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.page-dealers .results-wrap .results .result .info > a:hover {
	border-color: #FF0000;
	color: #FF0000;
	background-position: right -23px;
}

.page-dealers .results-nav {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}

.btn-results-next,
.btn-results-previous {
	cursor: pointer;
	border: 1px solid #fff;
	padding: 10px 20px;
	display: inline-block;
	font-family: "Montserrat",sans-serif;
	font-size: 12px;
	width: 150px;
}

.page-dealer-details .page-banner.small {
	display: block;
	max-width: none;
	text-align: left;
}

.page-dealer-details .page-banner.small > .wrapper {
	padding: 0 60px;
}

.page-dealer-details .page-banner .btn-back {
	font-size: 10px;
	font-family: "Montserrat",sans-serif;
	text-transform: uppercase;
	color: #acacac;
	display: block;
}

.page-dealer-details .page-banner .btn-back:hover {
	color: #FF0000
}

.page-dealer-details .info-wrap {
	overflow: hidden;
	margin: 30px 0 0;
}

.page-dealer-details .info-wrap .pin {
	float: left;
  width: 4%;
	background: url("https://d12rh965z7jvqw.cloudfront.net/images/HSECOMMRBNT/images/pin-red.png") no-repeat scroll left 0 transparent;
	padding-top: 45px;
}

.page-dealer-details .info-wrap .pin span {
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	color: #fe0000;
	padding: 0 0 0 5px;
}

.page-dealer-details .info-wrap .info {
	float: left;
	overflow: hidden;
	margin: 5px 0 0;
}

.page-dealer-details .info-wrap .info .float-left {
	margin-right: 20px;
  min-width: 310px;
}

.page-dealer-details .info-wrap .info .float-left .address {
	font-size: 18px;
	font-family: 'Droid Serif', serif;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
}

.page-dealer-details .info-wrap .info .float-left a {
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
}

.page-dealer-details .info-wrap .info .float-left a:hover {
	color: #FF0000;
}

.page-dealer-details .info-wrap .info .float-right {
	margin-top: 50px;
	float: left;
}

.page-dealer-details .info-wrap .info .float-right p {
	font-size: 18px;
	margin: 0;
}

.page-dealer-details .info-wrap .info .float-right p span {
	font-size: 14px;
	margin: 4px 0 0;
}

.page-dealer-details .info-wrap .info .float-right p a {
	color: #fff;
}

.page-dealer-details .map-wrap .map,
.page-contact .map-wrap .map {
	height: 480px;
	overflow: hidden;
}

.gm-style-cc {
	display:none;
}

.page-dealer-details .contact-form-wrap {
	background: url("https://d12rh965z7jvqw.cloudfront.net/images/HSECOMMRBNT/images/bgr-transparent-black.png") repeat scroll 0 0 transparent;
	border: 1px solid #414141;
	max-width: 450px;
	padding: 130px 50px 44px;
	position: absolute;
	right: 90px;
	top: 0;
}

.contact-form-wrap > span,
.contact-form-wrap > .wrapper > span {
	color: #ff0000;
  font-family: "Montserrat",sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
	display: block;
	margin: 0 0 18px;
}

.contact-form-wrap > p,
.contact-form-wrap > .wrapper > p {
	color: #fff;
	text-align: center;
}

.page-contact .contact-info-wrap {
	overflow: hidden;
	background: #000;
	padding: 0 0 0px;
}

.page-contact .contact-info-wrap .map-wrap {
	width: 50%;
	height: 600px;
	overflow: hidden;
	float: left;
}

.page-contact .contact-info-wrap .map-wrap .map {
	height: 600px;
}

.page-contact .contact-info-wrap .contact-info {
	float: right;
	width: 50%;
	padding: 150px 0 0 200px;
	position: relative;
}

.page-contact .contact-info-wrap .contact-info img {
	left: -200px;
  position: absolute;
  top: 140px;
}

.page-contact .contact-info-wrap .contact-info h4 {
	color: #ff0000;
	font-family: "Montserrat",sans-serif;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 2px;
	border-bottom: 1px solid #ff0000;
	padding: 0 0 20px;
}

.page-contact .contact-info-wrap .contact-info p {
	font-size: 18px;
	margin: 0 0 25px;
}

.page-contact .contact-info-wrap .contact-info p a {
	font-size: 12px;
	font-family: "Montserrat",sans-serif;
	letter-spacing: 2px;
}

.page-contact .contact-info-wrap .contact-info .info p {
	margin: 0;
}

.page-contact .contact-info-wrap .contact-info .info p a {
	font-family: "Droid Serif",serif;
	display: inline;
	font-family: "Droid Serif",serif;
	font-size: 18px;
	letter-spacing: 0;
	text-transform: none;
}

.page-contact .contact-info-wrap .contact-info .info p span {
	font-size: 12px;
	letter-spacing: 0;
  line-height: 25px;
}

.page-contact .contact-info-wrap .contact-info .social {
	overflow: hidden;
	margin: 30px 0 0;
}

.page-contact .contact-info-wrap .contact-info .social a {
	display: block;
	background: url("https://d12rh965z7jvqw.cloudfront.net/images/HSECOMMRBNT/images/icon-social.png") no-repeat scroll 0 0 transparent;
	width: 34px;
	height: 34px;
	float: left;
	margin-right: 10px;
}

.page-contact .contact-info-wrap .contact-info .social a.facebook {
	background-position: 0 0;
}

.page-contact .contact-info-wrap .contact-info .social a.facebook:hover {
	background-position: 0 -34px;
}

.page-contact .contact-info-wrap .contact-info .social a.houzz {
	background-position: -34px 0;
}

.page-contact .contact-info-wrap .contact-info .social a.houzz:hover {
	background-position: -34px -34px;
}

.page-contact .contact-info-wrap .contact-info .social a.twitter {
	background-position: -68px 0;
}

.page-contact .contact-info-wrap .contact-info .social a.twitter:hover {
	background-position: -68px -34px;
}

.page-contact .contact-info-wrap .contact-info .social a.instagram {
	background-position: -102px 0;
}

.page-contact .contact-info-wrap .contact-info .social a.instagram:hover {
	background-position: -102px -34px;
}

.page-contact .main-container > .wrapper {
	padding: 45px 0 40px;
	max-width: 750px;
	text-align: center;
	width: 100%;
}

.page-wishlist .main-container > .wrapper {
	overflow: hidden;
}

.page-wishlist .wishlist-options-wrapper {
	float: left;
	width: 23%;
	padding: 40px 0 0;
}

.page-wishlist .wishlist-options-project, .page-wishlist #cart-popup-wishlist, .page-wishlist .wishlist-notes-section {
	margin: 0 0 40px;
}

.page-wishlist .wishlist-options-wrapper h3 {
	font-size: 24px;
	font-weight: 700;
	text-transform: none;
	margin: 0 0 15px;
}

.page-wishlist .wishlist-options-wrapper .wishlist-options-project-name,
.page-wishlist .wishlist-options-wrapper .wishlist-options-rooms-description,
.page-wishlist .wishlist-options-wrapper .wishlist-options-notes-name {
	float: none;
	color: #fff;
	font-size: 16px;
	margin: 0 0 15px;
}

.page-wishlist .wishlist-options-wrapper .input-wrap {
	overflow: hidden;
}

.page-wishlist .wishlist-options-wrapper .wishlist-notes-section .input-wrap:not(.input-edit) {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.page-wishlist .wishlist-options-wrapper .wishlist-options-project-name-input,
.page-wishlist .wishlist-options-wrapper .wishlist-options-rooms-add-name-input,
.page-wishlist .wishlist-options-wrapper .wishlist-options-notes-name-input {
	width: 63%;
	padding: 15px;
	margin: 0;
	background: #fff;
	border: 0;
	outline: 0;
	font-size: 12px;
	float: left;
	border-top: 1px solid #555555;
	border-right: 0;
	border-bottom: 1px solid #555555;
	border-left: 1px solid #555555;
}

.page-wishlist .wishlist-options-wrapper .input-wrap.input-edit .wishlist-options-project-name, .page-wishlist .wishlist-options-wrapper .input-wrap.input-edit .wishlist-options-notes-name {
	float: left;
	margin: 0;
	width: 75%;
}

.page-wishlist .wishlist-options-wrapper .input-wrap.input-edit .wishlist-options-project-edit-btn, .page-wishlist .wishlist-options-wrapper .input-wrap.input-edit .wishlist-options-notes-edit-btn {
	float: right;
	width: 20%;
	margin: 0;
	text-align: center;
}

.page-wishlist .wishlist-options-wrapper .wishlist-options-project-save-btn,
.page-wishlist .wishlist-options-wrapper .wishlist-options-notes-save-btn,
.page-wishlist .wishlist-options-wrapper .wishlist-options-rooms-add-btn {
	width: 37%;
	background: #000;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	margin: 0;
	padding: 14px 5px;
	float: left;
	border-top: 1px solid #555555;
	border-right: 1px solid #555555;
	border-bottom: 1px solid #555555;
	border-left: 0;
}

.page-wishlist .wishlist-options-wrapper .wishlist-options-notes-save-btn {
	border: 1px solid #555555 !important;
}

.page-wishlist .wishlist-options-wrapper .wishlist-options-rooms-container {
	margin: 30px 0 0;
}

.page-wishlist .wishlist-options-wrapper .wishlist-options-rooms-item {
	overflow: hidden;
}

.page-wishlist .wishlist-options-wrapper .wishlist-options-rooms-item-name {
	margin: 0 10px 10px 0;
	font-family: 'Droid Serif', serif;
	font-size: 16px;
	color: #fff;
}

.page-wishlist .wishlist-options-wrapper .wishlist-options-rooms-item .wishlist-options-rooms-delete-btn {
	float: right;
}

.page-wishlist .main {
	float: right;
	width: 70%;
}

.page-wishlist .wishlist-nav {
	text-align: center;
	font-size: 0;
	margin: 20px 0 15px;
	font-size: 0;
}

.page-wishlist .wishlist-nav a {
	display: inline-block;
	font-size: 12px;
	font-family: "Montserrat",sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 20px;
	width: 33.33%;
	max-width: 200px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}

.page-wishlist .wishlist-nav a.print {
	background: url("https://d12rh965z7jvqw.cloudfront.net/images/HSECOMMRBNT/images/icon-print.png") no-repeat scroll 25% center transparent;
}

/* .page-wishlist .wishlist-nav a.share {
	background: url("https://d12rh965z7jvqw.cloudfront.net/images/HSECOMMRBNT/images/icon-download.png") no-repeat scroll 23% center transparent;
} */

.page-wishlist .wishlist-nav a.quote {
	background: url("https://d12rh965z7jvqw.cloudfront.net/images/HSECOMMRBNT/images/icon-quote.png") no-repeat scroll 20% center transparent;
	border-right: 1px solid #fff;
}

.cart-wrap {
	max-width: 900px;
	margin: 0 auto 70px;
}

.cart-wrap .row {
	overflow: hidden;
	margin: 0 10px;
	padding: 15px 0 14px;
	border-bottom: 1px dashed #636363;
}

.cart-wrap .row .col {
  float: left;
}

.cart-wrap .row .col-1 {
	width: 60%;
	overflow: hidden;
	padding-left: 20px;
}

.cart-wrap .row .col-1 img {
	float: left;
	margin-right: 15px;
	width:150px; background: #ffffff; padding: 5px;
}

.cart-wrap .row .col-1 .desc {
	float: left;
	padding: 5px 0 0;
}

.cart-wrap .row .col-1 .desc h3 {
	margin: 0 0 8px;
}

.cart-wrap .row .col-1 .desc p {
	margin: 0 0 2px;
	font-size: 12px;
	font-family: 'Droid Serif', serif;
	color: #fff;
	overflow: hidden;
}

.cart-wrap .row .col-1 .desc p span {
	font-size: 11px;
	font-family: "Montserrat",sans-serif;
	text-transform: uppercase;
	color: #8c8c8c;
}

.cart-wrap .row .col-1 .desc a {
    display: block;
    margin: 25px 0 0;
		color: #fff;
		font-size: 10px;
		font-family: "Montserrat",sans-serif;
		text-transform: uppercase;
		letter-spacing: 2px;
}

.cart-wrap .row .col-2 {
	text-align: center;
  	width: 10%;
	padding-top: 10px;
}

.cart-wrap .row .col-3 {
	text-align: center;
	width: 20%;
	font-size: 18px;
	font-family: 'Droid Serif', serif;
	color: #fff;
	padding-top: 10px;
}

.cart-wrap .row .col-4 {
	text-align: center;
  	width: 10%;
	padding-top: 10px;
}

.cart-wrap .row .col-4 .remove {
	display: inline-block;
	width: 18px;
	height: 24px;
	cursor: pointer;
	background: url("https://d12rh965z7jvqw.cloudfront.net/images/HSECOMMRBNT/images/icon-delete.png") no-repeat scroll 0 0 transparent;
}

.cart-wrap .cart-top {
	background: #282828;
	font-size: 10px;
	font-family: "Montserrat",sans-serif;
	text-transform: uppercase;
	color: #8c8c8c;
	margin: 0;
	border: 0;
	padding: 15px 20px;
	letter-spacing: 2px;
}

.cart-wrap .cart-top.cart-room {
	margin-top: 5px;
	background: #5f5f5f;
}

.cart-wrap .cart-top.cart-room .col-1 {
	font-family: 'Droid Serif', serif;
	font-size: 16px;
	text-transform: none;
	color: #fff;
	letter-spacing: 0;
}

.cart-wrap .cart-top .col-1,
.cart-wrap .cart-top .col-2,
.cart-wrap .cart-top .col-3,
.cart-wrap .cart-top .col-4 {
	color: #8c8c8c;
	font-family: "Montserrat",sans-serif;
	font-size: 10px;
	padding: 0;
}

.cart-wrap .cart-top .col-1 {
	padding-left: 20px;
}

.page-wishlist .contact-form-wrap {
	background: #464646;
	clear: both;
}

.page-wishlist .contact-form-wrap > .wrapper {
	max-width: 900px;
	padding: 60px 0;
}

.page-about .main-container > .red-box {
	display: none;
}

.page-about .section {
	position: relative;
}

.page-about .section-1 img {
	z-index: 9;
	position: relative;
}

.page-about .section-1 img.second {
  position: absolute;;
  top: 180px;
	right: 0;
	-webkit-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.75);
}

.page-about .section-2 {
	background: url("https://d12rh965z7jvqw.cloudfront.net/images/HSECOMMRBNT/images/bgr-transparent-black.png") repeat-x scroll top left #000;
	top: -50px;
	padding: 75px 0 0;
}

.page-about .section-2 .wrapper {
	overflow: hidden;
}

.page-about .section-2 .red-box {
	margin-left: 190px;
}

.page-about .section-2 .content {
  float: left;
  margin: 175px 25px 0;
  width: 320px;
	position: relative;
  z-index: 9;
}

.page-about .section-2 .content p {
	text-align: justify;
}

.page-about .section-2 img.first {
	left: 0;
	position: absolute;
	top: 340px;
}

.page-about .section-2 img.second {
	position: absolute;
	right: 85px;
	top: 280px;
}

.page-about .section-4 {
	overflow: hidden;
}

.page-about .section-4 .wrapper {
	overflow: hidden;
	padding: 0 60px 140px;
}

.page-about .section-4 .float-left {
	max-width: 325px;
	margin-right: 40px;
	position: relative;
	z-index: 10;
}

.page-about .section-4 .float-left p {
	text-align: justify;
}

.page-about .section-4 img.first {
	left: 0;
  position: absolute;
  top: 15%;
  width: 100%;
}

.page-about .section-5 img.first {
	float: left;
  position: relative;
  top: -80px;
	-webkit-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.75);
}

.page-about .section-5 .content {
	float: left;
  margin: 60px 0 0 40px;
  max-width: 335px;
}

.page-about .section-5 .content p {
	text-align: justify;
}
.clear{clear:both;}
.general-pages-wrap{margin: 40px 0px;}
.dlprice{color: #fff;
    text-align: center;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: bold;
    padding-top: 137px;
    height: 300px;
    text-align: center;
    width: 350px;
    display: inline-block;
    float: left;
    margin: 10px;}
.page-products .main-container {
	/*background: url("https://d12rh965z7jvqw.cloudfront.net/images/HSECOMMRBNT/images/bgr-products.png") repeat-x scroll top left #000000;*/
}

.page-products .product-category-wrap {
	margin: 0 auto;
	overflow: visible;
}

.page-products .product-category-wrap .product-category {
	width: 48%;
	margin: 0 1% 2%;
}

.page-products .product-category-wrap .product-category.float-left {
	text-align: right;
}

.page-products .product-category-wrap .product-category.float-right {
	text-align: left;
}

.page-products .product-category-wrap .left-wrap {
	width: 48%;
	margin: 0 1%;
	float: left;
}

.page-products .product-category-wrap .left-wrap .product-category {
	width: 100%;
	margin: 0 0 4%;
}

.page-products .product-category-wrap .product-category a {
	display: block;
}

.page-products .product-category-wrap .product-category.large {
	float: none;
	width: 100%;
	clear: both;
}

.page-products .product-category-wrap .product-category h2 {
font-family: "Montserrat",sans-serif;
	position: absolute;
	left: 0;
	top: 50%;
	background: url("https://d12rh965z7jvqw.cloudfront.net/images/HSECOMMRBNT/images/bgr-transparent-black.png") repeat scroll 0 0 transparent;
	border-bottom: 1px solid transparent;
	text-transform: none;
	padding: 10px 25px;
	color: #ff0000;
}

.page-products .product-category-wrap .product-category a:hover h2 {
	color: #ffffff;
}

.page-products .product-category-wrap .product-category .img-wrap {
  display: inline-block;
}

.page-products .product-category-wrap .product-category.large h2 {
	font-size: 36px;
	line-height: 44px;
	padding: 15px 25px;
	text-align: right;
	left: -80px;
	margin-top: -37px;
	min-width: 370px;
}

.page-products .product-category-wrap .product-category.medium h2 {
	font-size: 24px;
	line-height: 32px;
	margin-top: -25px;
	min-width: 260px;
}

.page-products .product-category-wrap .product-category.small h2 {
	font-size: 20px;
	line-height: 28px;
	margin-top: -26px;
	min-width: 210px;
}

.page-products .product-category-wrap .product-category.vertical h2 {
	font-size: 28px;
	line-height: 36px;
	margin-top: -33px;
	min-width: 320px;
	padding: 15px 25px;
}

.page-products .product-category-wrap .product-category.float-left h2 {
	text-align: right;
	left: -80px;
}

.page-products .product-category-wrap .product-category.float-right h2 {
	text-align: left;
	right: -80px;
	left: auto;
}

.page-collections .collection-wrap {
	overflow: hidden;
	margin: 0 0 30px;
}

.page-collections .collection-wrap .collection {
	float: left;
	width: 23%;
	margin: 0 1% 2%;
	position: relative;
}

.page-collections .collection-wrap .collection a > img {
	opacity: 0.4;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.page-collections .collection-wrap .collection a:hover > img {
	opacity: 0.9;
}

.page-collections .collection-wrap .collection .logo-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	align-items: center;
  display: flex;
	padding: 40px 0;
}

.page-collections .collection-wrap .collection .logo-wrap img {
	display: block;
  margin: 0 auto;
	width: auto;
	-moz-transition: transform 0.75s ease 0s;
	-webkit-transition: transform 0.75s ease 0s;
	transition: transform 0.75s ease 0s;
}

.page-collections .collection-wrap .collection a {
	overflow: hidden;
	display: block;
}

.page-collections .collection-wrap .collection a:hover > img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.products-wrap {
	position: relative;
	padding: 25px 0 40px;
	overflow: hidden;
	min-height: 100vh;
}

.products-wrap .product-nav {
	position: relative;
	margin: 0 0.7% 25px;
	overflow: hidden;
	height: 35px;
}

.products-wrap .product-nav p {
	font-family: "Montserrat",sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	max-width: 640px;
	margin: 0 auto;
}

.products-wrap .products {
	overflow: hidden;
	padding: 0 4%;
}

.products-wrap .products .product {
	display: none;
	margin: 0 0.7% 2%;
  width: 23.5%;
	float: left;
}

.products-wrap .products .product a {
	display: block;
	position: relative;
}

.products-wrap .products .product.selected a::after {
	background: url("https://d12rh965z7jvqw.cloudfront.net/images/HSECOMMRBNT/images/icon-wishlist.png") no-repeat scroll 0 0 transparent;
	content: '';
  position: absolute;
  top: 0;
	right: 6px;
	width: 31px;
	height: 29px;
}

.products-wrap .products .product .img-wrap {
	position: relative;
	overflow: hidden;
	margin: 0 0 8px;
	height: 275px;
	background: #fff;
	display: block;
	padding: 20px;
}

.products-wrap .products .product .img-wrap .img {
	height: 100%;
	width: 100%;
	background: none no-repeat scroll center center transparent;
	background-size: contain;
}

.products-wrap .products .product img {
	height: 90%;
	width: auto;
	padding: 0 5%;
	display: block;
	margin: 0 auto;
	-moz-transition: transform 0.75s ease 0s;
	-webkit-transition: transform 0.75s ease 0s;
	transition: transform 0.75s ease 0s;
}

.products-wrap .products .product a:hover img {
  -moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.products-wrap .products .product h3 {
	margin: 0;
	height: 25px;
	overflow: hidden;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.products-wrap .products .product a:hover h3 {
	color: #ff0000;
}

.cd-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  background: #000;
	/*border-top: 1px solid #383838;
	border-right: 1px solid #383838;
	border-left: 1px solid #383838;*/
  box-shadow: 4px 4px 20px transparent;
  z-index: 2;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
  -moz-transition: -moz-transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
}

.cd-filter form {
  padding: 90px 6% 30px 15%;
}

.cd-filter-trigger {
	position: absolute;
	left: 3.8%;
	top: 0;
	font-family: "Montserrat",sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
	background: url("https://d12rh965z7jvqw.cloudfront.net/images/HSECOMMRBNT/images/icon-filter.png") no-repeat scroll left 0 transparent;
	border-bottom: 1px solid #fff;
  padding: 0 0 12px 28px;
	margin: 25px 0 0;
	cursor: pointer;
	z-index: 2;
	min-width: 19.8%;
	-webkit-transition: color 0.3s ease 0s;
	-moz-transition: color 0.3s ease 0s;
	transition: color 0.3s ease 0s;
}

.cd-filter-trigger.filter-is-visible {
	background-image: url("https://d12rh965z7jvqw.cloudfront.net/images/HSECOMMRBNT/images/icon-close.png");
	color: #ff0000;
}

.cd-filter-trigger:hover {
	color: #fff;
}

.cd-filter-block {
  border-bottom: 1px dashed #636363;
	margin: 0 0 6px;
}

.cd-filter-block h4 {
	display: inline-block;
	position: relative;
	margin-bottom: 0;
	padding: 0 0 6px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Montserrat",sans-serif;
	font-size: 12px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

.cd-filter-block h4:hover,
.cd-filter-block h4.closed,
.cd-filter-block h4.normal a,
.cd-filter-block a.active,
.cd-filter-block a:hover {
  color: #ff0000;
  cursor: pointer;
}

.cd-filter-block h4::after {
	content: '';
	position: absolute;
	right: -20px;
	top: 50%;
	width: 7px;
	height: 11px;
	margin-top: -3px;
	background: url("https://d12rh965z7jvqw.cloudfront.net/images/HSECOMMRBNT/images/icon-arrow.png") no-repeat center center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.cd-filter-block h4.normal::after {
	background: none;
}

.cd-filter-block h4.closed::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.cd-filter-block h4 a {
	color: #fff;
}

ul.cd-filter-content {
	padding: 0;
	margin: 10px 0 15px;
	list-style: none;
	display: none;
}

ul.cd-filter-content.list li {
  position: relative;
	display: block;
  margin-bottom: 12px;
	color: #8c8c8c;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Montserrat",sans-serif;
	font-size: 12px;
}

ul.cd-filter-content.list li:last-of-type {
  margin-bottom: 0;
}

ul.cd-filter-content.list li .more {
	background: url("https://d12rh965z7jvqw.cloudfront.net/images/HSECOMMRBNT/images/icon-plus.png") no-repeat scroll 3px 3px transparent;
	padding: 0 0 0 24px;
}

.cd-gallery {
  padding: 0;
  width: 100%;
	float: right;
	-moz-transition: width 0.3s ease 0s;
	-webkit-transition: width 0.3s ease 0s;
	transition: width 0.3s ease 0s;
}

.cd-gallery.filter-is-visible {
    width: 75%;
}

.cd-filter.filter-is-visible {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.cd-filter-block input, .cd-filter-block select,
.cd-filter-block .radio-label::before,
.cd-filter-block .checkbox-label::before {
  /* shared style for input elements */
  border-radius: 0;
  background-color: #ffffff;
  border: 2px solid #e6e6e6;
}

.cd-filter-block input[type=radio],
.cd-filter-block input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 2;
}

.cd-filter-block .checkbox-label,
.cd-filter-block .radio-label {
  padding-left: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cd-filter-block .checkbox-label::before,
.cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
  /* custom radio and check boxes */
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cd-filter-block .checkbox-label::before,
.cd-filter-block .radio-label::before {
  width: 16px;
  height: 16px;
  left: 0;
}

.cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::after {
  /* check mark - hidden */
  display: none;
}

.cd-filter-block .checkbox-label::after {
  /* check mark style for check boxes */
  width: 16px;
  height: 16px;
  background: url("https://d12rh965z7jvqw.cloudfront.net/images/HSECOMMRBNT/images/cd-icon-check.svg") no-repeat center center;
}

.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
  border-radius: 50%;
}

.cd-filter-block .radio-label::after {
  /* check mark style for radio buttons */
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  left: 5px;
}

.cd-filter-block input[type=radio]:checked + label::before,
.cd-filter-block input[type=checkbox]:checked + label::before {
  border-color: #FF0000;
  background-color: #FF0000;
}

.cd-filter-block input[type=radio]:checked + label::after,
.cd-filter-block input[type=checkbox]:checked + label::after {
  display: block;
}

.page-product-details .main-container.margin-top {
    margin-top: 70px;
}

.page-product-details header {
	background: #000;
}

.product-wrap {
	overflow: hidden;
}

.product-wrap .product-image-wrap {
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  float: left;
  width: 50%;
}

.product-wrap .product-image-wrap  .float-left {
  float: none;
  width: 100%;
	background: #fff;
}

.product-wrap .float-right {
	background: #fff;
	padding: 15px 0 0;
	border-left: 1px solid #e7e7e7;
	clear: both;
	width: 50%;
}

.product-wrap .float-right .content {
	border-bottom: 1px solid #e7e7e7;
	padding: 0 30px 20px;
}

.product-wrap .float-right .content .cart-item-details {
	font-family: 'Droid Serif', serif;
	font-size: 14px;
	color: #000;
}

.product-wrap .float-right .content .info-wrap {
	overflow: hidden;
	margin: 0 0 25px;
}

.product-wrap .float-right .content .info {
	float: left;
	width: 50%;
}

.product-wrap .float-right .content .title-wrap {
	overflow: hidden;
	padding-right: 25px;
}

.product-wrap .float-right .content .title-wrap h2 {
	color: #000000;
	text-transform: none;
	font-weight: 700;
	float: left;
}

.product-wrap .float-right .content .title-wrap img {
	margin-right: 0px;
	float: right;
	background: #f8f8f8;
    padding: 10px;
}

.product-wrap .float-right .content .info p.finish-price {
	margin: 0;
	font-size: 16px;
	font-family: 'Droid Serif', serif;
	color: #000;
	overflow: hidden;
}

.product-wrap .float-right .content .info p.finish-price span {
	float: left;
	font-weight: 700;
	width: 100px;
	margin-right: 10px;
}

.product-wrap .float-right .content .info p.finish-price.title {
	font-size: 11px;
	font-family: "Montserrat",sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #8c8c8c;
	margin: 0 0 10px;
}

.product-wrap .float-right .content .info p.finish-price.title span {
	font-weight: normal;
}

.product-wrap .float-right .content .info-img {
	float: right;
	width: 50%;
	padding-right: 25px;
	overflow: hidden;
}

.product-wrap .float-right .content .info-img .btn-wishlist {
	display: block;
	float: right;
	width: 195px;
	height: 45px;
	clear: both;
	margin: 8px 0 0;
	background: url("https://d12rh965z7jvqw.cloudfront.net/images/HSECOMMRBNT/images/btn-wishlist.png") no-repeat scroll 0 0 transparent;
	cursor: pointer;
}

.product-wrap .float-right .content .info-img .btn-wishlist:hover,
.product-wrap .float-right .content .info-img .btn-wishlist.active {
	background-position: 0 -45px;
}

.product-wrap .float-right .content .text {
	clear: both;
}

.product-wrap .float-right .content .text p {
	font-size: 14px;
	color: #010101;
}

.product-wrap .float-right .content > a {
	font-size: 12px;
	font-family: "Montserrat",sans-serif;
	text-transform: uppercase;
	color: #010101;
}

.product-wrap .float-right .finishes-wrap {
	padding: 15px 30px 20px;
	border-bottom: 1px solid #e7e7e7;
}

.product-wrap .float-right .finishes-section {
	overflow: hidden;
}

.product-wrap .float-right h4 {
	font-size: 11px;
	font-family: "Montserrat",sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #8c8c8c;
	margin: 0 0 15px;
}

.product-wrap .float-right .finishes-section .finishes {
	margin: 0 0 15px;
	overflow: hidden;
}

.product-wrap .float-right .finishes-section .finishes .finish {
	float: left;
	margin: 0 0.5% 0.5% 0;
  width: 12%;
	position: relative;
}

.product-wrap .float-right .finishes-section .finishes .finish .overlay {
	background: url("https://d12rh965z7jvqw.cloudfront.net/images/HSECOMMRBNT/images/bgr-transparent-black.png") repeat scroll center center transparent;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	align-items: center;
	color: #ffffff;
	display: flex;
	text-align: center;
	font-size: 12px;
}

.product-wrap .float-right .finishes-section .finishes .finish:hover .overlay {
	opacity: 1;
}
.overlay-img {
	width: 100%;
    position: absolute;
    left: 0;
    max-height: 150%;
}
.accent-overlay {
	width: 100%;
    position: absolute;
	top: 0;
}
.search .overlay {
    position: absolute;
	top: 0;
    padding: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.search .overlay img {
    height: 100% !important;
}
.search .img {
	position: relative !important;
}
.search a:hover img{
	transform: unset !important;
}
.disclosures .col-md-4 {
    display: flex;
    font-size: 1rem;
    align-items: center;
    justify-content: center;
}

.disclosures .row {
    display: flex;
    font-size: 1rem;
    align-items: center;
    justify-content: center;
}
.img-place {
    position: relative;
}
.myrubinet-accent {
    position: absolute;
    left: 20px;
    background: transparent !important;
}
@media (max-width:600px){
	.search .overlay img{
		padding: 0 !important;
	}
}
.search .img-wrap>.overlay img {
    height: unset;
}

.product-wrap .float-right .finishes-section .finishes .finish .overlay p {
	margin: 0;
	width: 100%;
}

.product-wrap .float-right .finishes-section .finishes .finish.selected::after {
	background: url("https://d12rh965z7jvqw.cloudfront.net/images/HSECOMMRBNT/images/bgr-transparent-black.png") repeat scroll center center transparent;
	content: url("https://d12rh965z7jvqw.cloudfront.net/images/HSECOMMRBNT/images/icon-checkmark.png");
  height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	padding: 42% 0 0;
  width: 100%;
	text-align: center;
}

.product-wrap .float-right .finishes-section .finishes .finish img {
	width: 100%;
	cursor: pointer;
}

.product-wrap .float-right .resources-wrap, .product-wrap .float-right .other-resources-wrap {
	padding: 15px 30px 30px;
	border-bottom: 1px solid #e7e7e7;
}

.product-wrap .float-right .resources-wrap h4, .product-wrap .float-right .other-resources-wrap h4 {
	border-bottom: 1px dashed #cccccc;
	padding: 0 0 12px;
	margin: 0;
}

.product-wrap .float-right .resources-wrap a, .product-wrap .float-right .other-resources-wrap a {
	display: block;
	width: 100%;
	font-size: 14px;
	font-family: 'Droid Serif', serif;
	text-transform: uppercase;
	color: #000000;
	border-bottom: 1px dashed #cccccc;
	padding: 12px 70px 12px 20px;
}

.product-wrap .float-right .resources-wrap a:hover, .product-wrap .float-right .other-resources-wrap a:hover {
	color: #FF0000;
}

.product-wrap .float-right .resources-wrap a.pdf, .product-wrap .float-right .other-resources-wrap a.pdf {
	background: url("https://d12rh965z7jvqw.cloudfront.net/images/HSECOMMRBNT/images/icon-pdf.png") no-repeat scroll 96% center transparent;
}

  /********Inspiration*******/
  #images img{
	  width:150px;
	  height:150px;
	  object-fit: cover;
  }
  body.lb-disable-scrolling {
	overflow: hidden;
  }
  
  .lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: black;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	display: none;
  }
  
  .lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-weight: normal;
	outline: none;
  }
  
  .lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	max-height: none;
	border-radius: 3px;
  
	/* Image border */
	border: 4px solid white;
  }
  
  .lightbox a img {
	border: none;
  }
  
  .lb-outerContainer {
	position: relative;
	*zoom: 1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border-radius: 4px;
	background-color: white;
  }
  
  .lb-outerContainer:after {
	content: "";
	display: table;
	clear: both;
  }
  
  .lb-loader {
	position: absolute;
	top: 43%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
  }
  
  .lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url(https://d12rh965z7jvqw.cloudfront.net/images/HSECOMMRBNT/images/lightbox/loading.gif) no-repeat;
  }
  
  .lb-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
  }
  
  .lb-container > .nav {
	left: 0;
  }
  
  .lb-nav a {
	outline: none;
	background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
  }
  
  .lb-prev, .lb-next {
	height: 100%;
	cursor: pointer;
	display: block;
  }
  
  .lb-nav a.lb-prev {
	width: 34%;
	left: 0;
	float: left;
	background: url(https://d12rh965z7jvqw.cloudfront.net/images/HSECOMMRBNT/images/lightbox/prev.png) left 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
  }
  
  .lb-nav a.lb-prev:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
  }
  
  .lb-nav a.lb-next {
	width: 64%;
	right: 0;
	float: right;
	background: url(https://d12rh965z7jvqw.cloudfront.net/images/HSECOMMRBNT/images/lightbox/next.png) right 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
  }
  
  .lb-nav a.lb-next:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
  }
  
  .lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	*zoom: 1;
	width: 100%;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
  }
  
  .lb-dataContainer:after {
	content: "";
	display: table;
	clear: both;
  }
  
  .lb-data {
	padding: 0 4px;
	color: #ccc;
  }
  
  .lb-data .lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em;
  }
  
  .lb-data .lb-caption {
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
  }
  
  .lb-data .lb-caption a {
	color: #4ae;
  }
  
  .lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px;
	color: #999999;
  }
  
  .lb-data .lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: url(https://d12rh965z7jvqw.cloudfront.net/images/HSECOMMRBNT/images/lightbox/close.png) top right no-repeat;
	text-align: right;
	outline: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
  }
  
  .lb-data .lb-close:hover {
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
  }
  /******End Inspiration*****/
.product-wrap .float-right .related-wrap {
	padding: 15px 30px 20px;
	border-bottom: 1px solid #e7e7e7;
}

.product-wrap .float-right .related-wrap:last-of-type {
	border-bottom: 0;
}

.product-wrap .float-right .related-wrap .related {
	overflow: hidden;
}

.product-wrap .float-right .related-wrap .related a {
	display: block;
	float: left;
	width: 24%;
	margin: 0 1% 1% 0;
	text-align: center;
}

.product-wrap .float-right .related-wrap .related h5 {
	margin: 0;
	font-size: 14px;
	line-height: 22px;
	color: #000;
	text-align: left;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.product-wrap .float-right .related-wrap .related a:hover h5 {
	color: #ff0000;
}

.product-wrap .float-right .related-wrap .related img {
	width: 100%;
	border: 1px solid #cccccc;
	margin: 0 0 5px;
}

.page-product-details .product-wrap .breadcrumbs {
	float: right;
	width: 50%;
	padding: 15px 30px 5px;
	margin: 0;
	background: #fff;
	border-left: 1px solid #e7e7e7;
}


.breadcrumbs {
	padding: 0 30px;
	margin: 0 25px 20px 0;
	font-size: 9px;
	font-weight: 400;
	text-transform: uppercase;
	color: #000;
	overflow: hidden;
}

.breadcrumbs a {
	font-size: 10px;
	color: #a1a1a1;
}

.breadcrumbs .separator {
	color: #a1a1a1;
	padding: 0 3px;
}

.breadcrumbs .btn-back {
	float: right;
	font-size: 10px;
	font-family: "Montserrat",sans-serif;
	font-weight: regular;
	color: #8c8c8c;
}

#loading-message {
	text-align: center;
	clear: both;
}

/*------------------------------------*\
    CART/WISHLIST
\*------------------------------------*/

.wishlist-options-project-name, .wishlist-options-notes-name {
	float:left;
	margin: 0 5px 0 0;
}
.wishlist-options-project-name-input, .wishlist-options-notes-name-input {
	float: left;
	margin: 0 5px 0 0;
}
.wishlist-options-project-edit-btn,
.wishlist-options-notes-edit-btn,
.wishlist-options-project-save-btn, 
.wishlist-options-notes-save-btn {
	float: left;
	margin: 0 5px 0 0;
}
.wishlist-options-project-edit-btn:hover,
.wishlist-options-notes-edit-btn:hover,
.wishlist-options-project-save-btn:hover,
.wishlist-options-notes-save-btn:hover,
.wishlist-options-rooms-add-btn:hover,
.wishlist-options-rooms-delete-btn:hover {
	cursor: pointer;
}
.wishlist-options-project-edit-btn svg path,
.wishlist-options-notes-edit-btn svg path,
.wishlist-options-project-save-btn svg path,
.wishlist-options-notes-save-btn svg path,
.wishlist-options-rooms-add-btn svg path,
.wishlist-options-rooms-delete-btn svg path {
	fill: #FFFFFF;
}

.wishlist-options-rooms-add-name-input,
.wishlist-options-rooms-item-name {
	float: left;
	margin: 0 5px 0 0;
}

.page-product-details #cart-popup,
.page-product-details #cart-popup .wishlist-options-rooms-delete-btn {
	display: none;
}
.page-wishlist .wishlist-options-rooms-pop-description,
.page-product-details .wishlist-options-rooms-description {
	display: none;
}
.page-product-details #cart-popup .wishlist-options-rooms-item-save-btn:hover {
	cursor: pointer;
}

#cart-popup {
	overflow: hidden;
	height: 100%;
}

#cart-popup .wishlist-options-product {
	float: left;
	width: 40%;
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	height: 100%;
	padding: 30px;
	border-right: 1px solid #ebebeb;
}

#cart-popup .wishlist-options-product-name {
	font-family: 'Droid Serif', serif;
	font-size: 16px;
	font-weight: 700;
	margin: 70px 0 0 10px;
}

#cart-popup .wishlist-options-product-thumbnail {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
#cart-popup .wishlist-options-product-thumbnail img {
	width: 100%;
	max-width: 200px;
	margin: 0 0 20px;
}
#cart-popup .wishlist-options-product-thumbnail img.add-to-my-rubinet-popup-accent {
	position: absolute;
}

#cart-popup .wishlist-options-rooms {
	float: right;
	width: 60%;
	height: 100%;
	display: flex;
    flex-direction: column;
}

#cart-popup .wishlist-options-rooms-popup-description {
	height: 11%;
	margin: 5% 0 0;
}

#cart-popup .wishlist-options-rooms h1 {
	font-family: 'Droid Serif', serif;
	font-size: 24px;
	font-weight: 700;
	text-transform: none;
	color: #000000;
	padding: 0 18px;
	margin: 0 0 1%;
}

#cart-popup .wishlist-options-rooms-item {
	background: #fff;
	transition: all 0.3s ease 0s;
}

#cart-popup .wishlist-options-rooms-item:hover {
	background: #ebebeb;
}

#cart-popup .wishlist-options-rooms-item-name {
	float: left;
	width: 72%;
	margin: 0;
	padding: 12px 18px;
	font-family: 'Droid Serif', serif;
	font-size: 16px;
	color: #000000;
}

#cart-popup .wishlist-options-rooms-item-save-btn,
#cart-popup .wishlist-options-rooms-add-btn {
	float: right;
	width: 28%;
	background: #000;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 15px 5px;
	transition: all 0.3s ease 0s;
}

#cart-popup .wishlist-options-rooms-item-save-btn {
	opacity: 0;
}

#cart-popup .wishlist-options-rooms-item:hover .wishlist-options-rooms-item-save-btn {
	opacity: 1;
}

#cart-popup .wishlist-options-rooms-add {
	overflow: hidden;
	height: 22%;
}

#cart-popup .wishlist-options-rooms-add-name-input, #cart-popup .wishlist-options-quantity-input {
	background: #ebebeb;
	border: 1px solid #ebebeb;
	outline: 0;
	font-size: 12px;
	padding: 15px 15px;
	width: 68%;
	margin: 0;
}

#cart-popup .wishlist-options-quantity-input {
	width: 35%;
	font-size: 16px;
}

#cart-popup .wishlist-options-quantity-input::placeholder {
	font-size: 12px;
}

#cart-popup .wishlist-options-rooms-add-btn {
	width: 32%;
}

#cart-popup .wishlist-options-rooms-container {
	height: 56%;
	overflow-y: scroll;
}

/*------------------------------------*\
    BROWSERS
\*------------------------------------*/

.flexbox .page-collections .collection-wrap .collection .logo-wrap {
	padding: 0;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/

/*------------------------------------*\
    FORMS
\*------------------------------------*/

.input,
.select,
.textarea {
	width: 100%;
	background: none no-repeat scroll right center #fff;
	border: 1px solid #b9b9b9;
	outline: 0;
	font-size: 11px;
	font-family: "Montserrat",sans-serif;
	color: #000;
	display: block;
  letter-spacing: 1px;
  margin: 0 0 8px;
  padding: 16px 15px;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}

form > .overflow .float-left,
form > .overflow .float-right {
	width: 49.5%;
}

form > .overflow > .col-3 .float-left,
form > .overflow > .col-3 .float-right {
	width: 32%;
}

form > .overflow > .col-3 .middle {
	margin: 0 2%;
}

.textarea {
	resize: vertical;
}

.select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("https://d12rh965z7jvqw.cloudfront.net/images/HSECOMMRBNT/images/arrow-down.png");
	padding: 15px;
	color: #adadad;
}

.select option {
	color: #000;
}

.submit {
	font-size: 12px;
	font-family: "Montserrat",sans-serif;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 2px;
	width: 100%;
	display: block;
	background: #000;
	border: 0;
	outline: 0;
	padding: 15px;
	max-width: 350px;
	margin: 0 auto;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}

.submit:hover {
	color: #ff0000;
}

.page-dealer-details .input,
.page-dealer-details .select,
.page-dealer-details .textarea {
	background-color: #f0f0f0;
	margin: 0 0 5px;
}

.page-dealer-details form > .overflow .float-left,
.page-dealer-details form > .overflow .float-right {
	width: 49%;
}

.map-wrap .dealers-search-wrap .dealers-search .input {
	background: #f0f0f0;
	outline: 0;
	border-top: 1px solid #bababa;
	border-bottom: 1px solid #bababa;
	border-left: 1px solid #bababa;
	border-right: 0;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #989898;
	padding: 18px 20px;
  width: 90%;
	float: left;
}

.map-wrap .dealers-search-wrap .dealers-search .submit {
	background: url("https://d12rh965z7jvqw.cloudfront.net/images/HSECOMMRBNT/images/icon-target.png") no-repeat scroll center center #f0f0f0;
	border-top: 1px solid #bababa;
	border-bottom: 1px solid #bababa;
	border-right: 1px solid #bababa;
	float: left;
  height: 54px;
  width: 10%;
}

::-webkit-input-placeholder {
	opacity: 1;
	color: #adadad;
	}

:-moz-placeholder { /* Firefox 18- */
	opacity: 1;
	color: #adadad;
	}

::-moz-placeholder {  /* Firefox 19+ */
	opacity: 1;
	color: #adadad;
	}

:-ms-input-placeholder {
	opacity: 1;
	color: #adadad;
	}

:placeholder-shown { /* Standard one last! */
	opacity: 1;
	color: #adadad;
	}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/****** Cookies Consent CSS Start ******/
#cookies-consent.container-fluid {
	width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
#cookies-consent .col-md-12 {
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
	max-width: 100%;
	position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
#cookies-consent .col-md-10 {
	flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
#cookies-consent .col-md-2 {
	flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
#consent-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;     /* Added z-index as '99999999' for future purpose so that nothing can override this z-index */
    cursor: auto;
}
#cookies-consent {
    position: fixed;
    bottom: 0;
    background: #ffffff;
    z-index: 9999999;     /* Added z-index as '9999999' for future purpose so that nothing can override this z-index */
    border-top: 1px solid #666E63;
    width: 100%;
}
#cookies-consent .col-md-10.cookie-text p.small {
    padding: 2rem 0; 
    margin-bottom: 0;
    line-height: 1.5;
}
#cookies-consent .col-md-2.accept-button {
    margin: 0px auto; 
    height: 105px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    flex-wrap: wrap;
}
#cookies-consent .col-md-2.accept-button button#acceptCookie {
    margin: 0;
	border-radius: 25px;
    background: #000000;
	color: #ffffff;
	border: 1px solid #000000;
    display: inline-block;
    font-size: 1.4rem;
    letter-spacing: 2px;
    line-height: 1;
    margin: 1.7em auto 0;
    padding: 1.3em 2.1em 1.2em;
    text-decoration: none;
    text-transform: uppercase;
    /* transition: color 0.25s cubic-bezier(0.52, 0.01, 0.16, 1), background 0.25s cubic-bezier(0.52, 0.01, 0.16, 1); */
    width: auto;
}
#cookies-consent .col-md-2.accept-button button#acceptCookie:hover {
	background: #f00;
	border: 1px solid #f00;
    color: #ffffff;
}
#cookies-consent .col-md-2.accept-button img.arrow-right {
	height: 1.2rem;
	width: 1.4rem;
}

@media (max-width: 768px) {
	#cookies-consent .col-md-2.accept-button img.arrow-right {
		position: absolute;
	}
}

@media (max-width: 499px) {
	#cookies-consent {
		padding-bottom: 55px;
	}
    #cookies-consent .col-md-10.cookie-text, #cookies-consent .col-2.accept-button {
        max-width: 100%;
        flex: 0 0 100%;
    }
    #cookies-consent .col-md-2.accept-button {
        height: 50px;
        justify-content: center;
	}
}
/****** Cookies Consent CSS End ******/

/****** Country Selectiont CSS Start ******/
.language-consent-banner {
	top: 0;
	left: 0;
	z-index: 2147483645;
	box-sizing: border-box;
	width: 100%;
	background-color: #000000;
  }
  .language-consent-banner.mobile {
	top: 0;
	left: 0;
	z-index: 2147483645;
	box-sizing: border-box;
	width: 100%;
	position:sticky;
	background-color: #000000;
  }
  
  .language-consent-banner__inner {     
	max-width: 1220px;
	margin: 0 auto;
	padding: 8px 0;
	display: flex;
    justify-content: space-between;
    align-items: center;
  }
.site-footer .sub-menu li input {
    display: block;
    font-size: 14px;
    font-family: 'Droid Serif', serif;
    color: #8c8c8c !important;
    /* padding-left: 0px !important; */
}
.site-footer .sub-menu ul{
    padding-left:0px !important;
}
.site-footer .sub-menu li {
    list-style-type: none;
}
.site-footer .sub-menu ul li input{
    padding-left:0px !important;
}

  select#select-country {
    box-sizing: border-box;
    display: inline-block;
    min-width: 164px;
    padding: 11px 13px;
    border-radius: 2px;
    background-color: #000000;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
	border: 1px solid #ffffff;
	-webkit-appearance: none;
}
  .language-consent-banner__copy { 
	flex:2;
  }
  
  .language-consent-banner__actions {    
	  flex:1
  }
  
  .language-consent-banner__header {
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
  }
  
  .language-consent-banner__description {
	font-weight: normal;
	color: #ffffff;
	font-size: 12px;
	line-height: 24px;
  }
  
  .language-consent-banner__cta {
	box-sizing: border-box;
	display: inline-block;
	min-width: 164px;
	padding: 11px 13px;
	border-radius: 2px;
	background-color: #ff0100;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
  }
  
  .language-consent-banner__cta--secondary { 
	padding: 9px 13px;
	border: 2px solid #ffffff;
	background-color: #ffffff;
	color: #ff0100;
	font-weight:bold;
  }
  
  .language-consent-banner__cta:hover {
	background-color: #ff0100;
  }
  
  .language-consent-banner__cta--secondary:hover {
	border-color: #ffffff;
	  
	background-color: transparent;
	
	color: #ff0100;
  }
  
  .language-consent-banner__cta:last-child {
	margin-left: 16px;
  }
  @media (min-width:991px){
	.language-consent-banner {
		display: block;
	}
	.language-consent-banner.mobile {
		display: none;
	}
  }
  @media (max-width:768px){
	.language-consent-banner {
		display: none;
	}
	.language-consent-banner.mobile {
		display: block;
		padding:12px;
	}
	.language-consent-banner__cta--secondary{
		margin:10px;
	}
	select#select-country{
		min-width: 150px;
	}
  }
  @media (max-width:1100px){
    .language-consent-banner__inner{
        flex-direction:column !important;
    }
}

  
/****** Country Selection CSS End ******/

@media (min-width: 991px){
	.nav.lang ul li:last-child a::before {
		content: '|';
		color: white;
		position: relative;
		left: -16px;
	}
	.nav.lang{
		display: block;
	}
}
@media (max-width: 599px){
	.nav.lang{
		display: none;
	}
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

