.navbar {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #008ad2;
	width: 100vw;
	padding-right: 15px;
	position: relative;
	z-index: 11;
	height: 80.667px;
}

.swal2-profile-edit {
	margin: 15px 0;
}

.navbar .info {
	cursor: pointer;
	color: #fff;
	border-left: 1px solid #fff;
	margin-left: 10px;
	padding-left: 10px;
}

.navbar .info img {
	width: 35px;
	height: 30px;
}

.login-greeting {
	position: absolute;
	top: 30px;
	text-align: center;
}

.login-greeting h1 {
	margin-bottom: 5px;
}

.loginform label {
	font-size: 12px;
	cursor: pointer;
}

.loginform input {
	font-size: 14px;
	line-height: 20px;
	padding: 3px 10px;
	margin: 5px;
	border: 2px solid #1a1b1c;
	width: 170px;
}

.loginform button {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	background-color: #1a1b1c;
	color: #fff;
	width: 60%;
	border: none;
	cursor: pointer;
	padding: 10px;
	margin-top: 10px;
}

.loginform button:hover {
	width: 90%;
}

.cart-name {
	color: #fff;
	font-size: 16px;
}

.flashElm {
	-webkit-animation-name: flashElm;
	-moz-animation-name: flashElm;
	-o-animation-name: flashElm;
	animation-name: flashElm;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.flashText {
	-webkit-animation-name: flashText;
	-moz-animation-name: flashText;
	-o-animation-name: flashText;
	animation-name: flashText;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.navbar-menu {
	position: absolute;
	right: 0;
	z-index: 10;
	font-size: 0.9em;
	line-height: 1.5em;
	background-color: #fcfcfc;
	width: 360px;
	height: -webkit-calc(100vh - 80.667px);
	height: -moz-calc(100vh - 80.667px);
	height: calc(100vh - 80.667px);
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	-webkit-box-shadow: 0px 0px 10px #ddd;
	-moz-box-shadow: 0px 0px 10px #ddd;
	box-shadow: 0px 0px 10px #ddd;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #333;
	overflow-y: auto;
}

.navbar-menu .new {
	background: #7596ba;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 6px;
	color: #fff !important;
	text-decoration: none !important;
}

.navbar-menu .contents {
	margin: 4px 0;
}
.navbar-menu .line {
	background-color: #e7e7e7;
	border: none;
	height: 2px;
	width: 100%;
	margin: 20px 0px;
}

.navbar-menu .user-name {
	text-decoration: underline;
	color: #4a5367;
}

.navbar-menu .title {
	color: #008ad2;
	cursor: pointer;
}

.info-menu-options-btn {
	margin-left: 10px;
	cursor: pointer;
	border: none;
	background-color: #fcfcfc;
	color: #008ad2;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
}

.edit-profile-btn:hover,
.navbar-menu .header span:hover,
.info-menu-options-btn:hover {
	color: #1a1b1c;
	text-decoration: underline;
}

.secondary-menu-nav {
	position: relative;
	padding: 0px 25px;
	width: 50%;
	height: 100%;
	color: #fff;
	background-color: #008ad2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
}

.navbar-price {
	color: #fff;
	cursor: pointer;
}

.navbar-price .in-cart {
	text-align: center;
	font-size: 11px;
	width: 14px;
	position: absolute;
	top: -1px;
	left: 5px;
	color: #fff;
	background-color: #008ad2;
}

.navbar-price .in-cart-total {
	position: relative;
	color: #fff;
	font-size: 1em;
	font-weight: 700;
}

.navbar-price:hover {
	text-decoration: underline;
}

.navbar-price .in-cart-wrapper {
	position: relative;
}

.navbar-price .in-cart-wrapper img {
	width: 30px;
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}

.navbar-configurator {
	width: 50%;
	height: 100%;
	background-color: #008ad2;
	padding: 0 10px;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.navbar-configurator .title {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}

.navbar-configurator .select-box__input {
	padding: 5px 10px;
}

.drop-down-menu .select-box__input-text {
	font-size: 14px !important;
}

.select-box__current p {
	font-size: 14px;
	padding: 8px 35px 8px 15px;
}

.select-box__current img {
	width: 16px !important;
	opacity: 1;
}

.toggleWrapper {
	font-size: 14px;
	font-weight: 400;
}
.navbar-configurator .select-box__input-text {
	background-color: #008ad2;
	color: #fff;
	line-height: 25px;
	padding-top: 5px;
}

.title {
	margin-bottom: 4px;
	font-weight: 600;
}

#selectConfigurator div {
	background-color: #008ad2 !important;
	color: #fff;
}

#selectConfigurator {
	font-size: 1.1em;
	font-weight: 600;
	line-height: 20px;
}

#selectConfigurator p {
	background-color: #008ad2;
	padding: 0;
	font-size: 16px !important;
	line-height: 24px;
	border: 1px solid #fff;
	padding-left: 10px;
}

.navbar .menus {
	height: 100%;
	width: 20vw;
	min-width: 300px;
}

.navbar .nav-extra {
	width: 40vw;
	min-width: 600px;
}

.back-text {
	font-size: 13px;
	color: #333;
}
.cart-position-wrapper {
	margin-top: 5px;
	font-size: 13px;
}

#selectCartPosition input {
	width: 25px;
	line-height: 22px;
	padding: 2px 5px;
	font-size: 14px;
}

.layouts-presets-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	position: relative;
}

.layouts-presets-filter img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.layouts-presets-filter:hover img,
.layouts-presets-filter-selected img {
	-webkit-filter: none !important;
	filter: none !important;
}

.layouts-presets-filter {
	width: 48%;
}
.layouts-presets-filter img {
	width: 120px;
	height: 74px;
}
.unset-options {
	text-align: center;
	vertical-align: middle;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}

.configurator-dimensions {
	position: relative;
	z-index: 5;
	background-color: #fff;
	width: 20vw;
	min-width: 300px;
	height: -webkit-calc(100vh - 80.667px);
	height: -moz-calc(100vh - 80.667px);
	height: calc(100vh - 80.667px);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.configurator-dimensions .menu-main {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	overflow-y: auto;
}

.accessory-menus {
	width: 100%;
	margin-bottom: 30px;
}

.configurator-dimensions .dimensions-wrapper {
	padding: 10px 20px 0 20px;
}

.accessory-wrapper {
	margin-bottom: 20px;
	width: 100%;
	border-bottom: 1px solid #1a1b1c;
}

.glazing-select-option {
	text-indent: 15px;
	font-size: 12px;
}

#cat_couplings-0 ul,
#cat_couplings-1 ul {
	width: 100%;
}

#selectGlazing,
#selectSpacers {
	width: 100%;
	margin-bottom: 15px;
}

#selectView {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ececec;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	margin-left: 10px;
	width: 150px;
}

.dim_format {
	font-size: 12px;
	padding-left: 10px;
	width: 100px;
}

#selectView p {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.metrics-inputs-wrapper label {
	font-size: 12px;
	color: #585d60;
	text-transform: lowercase;
	padding-top: 4px;
	line-height: 20x;
}

.metrics-inputs-wrapper {
	padding: 5px 15px 15px 15px;
	border-bottom: 1px solid #ededed;
}

.metrics-inputs-wrapper span {
	margin-top: 5px;
	color: #585d60;
	font-size: 12px;
}

.metrics-inputs-wrapper input {
	border: 1px solid #ececec;
	font-weight: 700;
	width: 80%;
	padding: 10px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	font-size: 18px;
	background-color: #fff;
}

.metrics-inputs-wrapper input:disabled {
	background-color: #ececec;
}

.demo-product-category {
	border-bottom: 1px solid #ededed;
	padding: 20px 10px 20px 20px;
}

.demo-product-category .subtitle {
	font-size: 13px;
	line-height: 18px;
	color: #666;
}

.configurator-menu .menu-section {
	cursor: pointer;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	padding: 20px 10px 20px 20px;
	border-bottom: 1px solid #ededed;
	height: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.configurator-menu .menu-section:hover {
	background-color: #f6f6f6;
}

.configurator-menu .menu-section .image-div {
	height: 55px;
	border: 1px solid #ededed;
	margin-left: 4px;
}

.configurator-menu .title {
	padding-right: 7px;
}

.configurator-dimensions .title,
.configurator-menu .title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #1a1b1c;
}

.decimal-metrics label {
	font-size: 13px;
	margin-bottom: 4px;
	color: #666;
	text-transform: lowercase;
}
.configurator-menu .subtitle {
	font-size: 13px;
	line-height: 18px;
	color: #666;
	padding-right: 15px;
}

.configurator-menu .image {
	width: auto;
	max-height: 100%;
	max-width: 100px;
}

.configurator-menu .arrow-menu-img {
	width: 30px;
}

.configurator-wrapper {
	position: absolute;
	top: 80.667px;
	right: 0;
	width: 80vw;
	max-width: -webkit-calc(100vw - 300px);
	max-width: -moz-calc(100vw - 300px);
	max-width: calc(100vw - 300px);
	height: -webkit-calc(100vh - 80.667px);
	height: -moz-calc(100vh - 80.667px);
	height: calc(100vh - 80.667px);
	padding: 130px 12% 15px 90px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.configurator-back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 30px 0 10px;
	z-index: 5;
}

.configurator-back .back-btn {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	cursor: pointer;
	margin-right: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 8px 13px;
	font-weight: 400;
}

.configurator-back .back-text {
	font-size: 14px;
}

.preview-text {
	font-size: 18px;
	padding: 0;
	margin: 0;
	text-align: center;
	z-index: 3;
	color: #008ad2;
	position: absolute;
	top: -50px;
	width: 100%;
	letter-spacing: -0.4px;
}

.configurator {
	height: -webkit-calc(65vh - 125px);
	height: -moz-calc(65vh - 125px);
	height: calc(65vh - 125px);
	width: -webkit-calc(100vw - 550px);
	width: -moz-calc(100vw - 550px);
	width: calc(100vw - 550px);
}

.configuration-placeholder {
	position: absolute;
	z-index: 5;
	width: auto;
	-o-object-fit: cover;
	object-fit: cover;
	opacity: 0.7;
}

.configurator-metrics-bottom {
	position: relative;
	z-index: 2;
	height: 45px;
	margin-left: 0.5px;
}

.configurator-metrics-right {
	position: relative;
	z-index: 2;
	width: 55px;
}

.metrics-right {
	border-bottom: 1px solid #d6d6d6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.metrics-bottom {
	border-right: 1px solid #d6d6d6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.metrics-input {
	width: 60px;
	font-size: 13px;
	height: 22px;
	line-height: 20px;
	text-align: center;
	border: 1px solid #d6d6d6;
}

.metrics-input-disabled {
	cursor: not-allowed !important;
	background-color: #fff;
}

.configurator-arrow-top {
	border-left: 5px solid #f6f6f6;
	border-right: 5px solid #f6f6f6;
	border-bottom: 5px solid #f6f6f6;
	border-top: 5px solid #d6d6d6;
}

.configurator-arrow-bottom {
	border-left: 5px solid #f6f6f6;
	border-right: 5px solid #f6f6f6;
	border-bottom: 5px solid #d6d6d6;
	border-top: 5px solid #f6f6f6;
}

.configurator-arrow-left {
	border-left: 5px solid #d6d6d6;
	border-right: 5px solid #f6f6f6;
	border-bottom: 5px solid #f6f6f6;
	border-top: 5px solid #f6f6f6;
}

.configurator-arrow-right {
	border-left: 5px solid #f6f6f6;
	border-right: 5px solid #d6d6d6;
	border-bottom: 5px solid #f6f6f6;
	border-top: 5px solid #f6f6f6;
}

.layouts-presets-filter,
.secondary-menu-options {
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	position: relative;
	border: 2px solid #f6f6f6;
	background-color: #fff;
	width: 100%;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	margin-top: 15px;
	background-color: #f6f6f6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.secondary-menu-header {
	width: 100%;
	margin-bottom: 15px;
	font-size: 16px;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 5;
	background-color: #fff;
	padding: 20px;
	margin-left: -20px;
	margin-right: -20px;
}

.secondary-menu-header b {
	font-weight: 400;
	text-decoration: underline;
}

.secondary-menu-header span {
	font-weight: 600;
	width: 30px;
	cursor: pointer;
	text-align: right;
}

.configurator-contact-us {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding: 6.5px 10px;
	border: 1px solid #008ad2;
	background-color: #fff;
	color: #008ad2;
	margin-top: 10px;
	font-size: 13.5px;
	font-weight: 600;
	cursor: pointer;
}

.secondary-menu-header span:hover {
	color: #f00;
}

.secondary-profiles .secondary-menu-options {
	background-color: #fff;
}

.hover-efect-profiles:hover,
.chosen-secondary-menu-option {
	border: 2px solid #0666da !important;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
}

.chosen-option-tick {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #0666da !important;
	color: #fff;
	width: 30px !important;
	height: 30px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.configurator-wizard-menu-wrapper {
	position: absolute;
	z-index: 10;
}

.price-menu-quantity {
	font-size: 12px;
	font-weight: 400;
	padding: 0px;
	color: transparent;
	overflow: hidden;
	text-indent: -250px;
}

.price-menu-price-text-wrapper {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 130px;
	min-height: 65px;
}

.price-menu-price-text-wrapper h3 {
	margin: 0;
	font-weight: 700;
	font-size: 25px;
	letter-spacing: -1px;
	line-height: 32px;
}

.price-menu-price-text-wrapper h3 img {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	height: 29.778px;
}

.price-menu-price-text-wrapper span {
	color: #ababab;
	font-size: 10px;
}

.secondary-menu-img {
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
	margin: 0 5px;
}

.add-notes-btn {
	height: 32px;
	width: 125px;
	margin-left: 20px;
	padding: 3px !important;
}

.secondary-menu-img-profile {
	display: block;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	width: 100%;
	/*height: 250px;*/
}

.secondary-menu-info-div {
	padding: 20px;
	background-color: #fff;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

.secondary-menu-info-div .profile-material {
	margin-bottom: 5px;
	color: #666;
	font-size: 0.8em;
}

.secondary-menu-info-div .profile-name {
	font-weight: 400;
	font-size: 1em;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.secondary-menu-info-div-last span {
	margin-bottom: 5px;
}

.iphone-like-wrapper {
	width: 100%;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.iphone-title {
	font-weight: 400;
	font-size: 14px;
}

.iphone-title-wrapper {
	margin-top: 15px;
}

.iphone-title-wrapper label {
	cursor: pointer;
}

.iphone-radio-buttons {
	font-size: 12px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	cursor: pointer;
	padding: 5px 10px;
}

.secondary-menu-select-main {
	display: inline-block;
	width: 60%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ececec;
	position: relative;
	z-index: 3;
	width: 85%;
}

.select-menus-wrapper {
	margin-bottom: 20px;
}

.secondary-menu-select-flex {
	border-bottom: 1px solid rgb(228, 228, 228);
	width: 100%;
	padding-bottom: 20px;
}

.secondary-menu {
	width: 20vw;
	min-width: 300px;
	height: -webkit-calc(100vh - 80.667px);
	height: -moz-calc(100vh - 80.667px);
	height: calc(100vh - 80.667px);
	background-color: #f6f6f6;
	-webkit-box-shadow: 0px 0px 10px #ddd;
	-moz-box-shadow: 0px 0px 10px #ddd;
	box-shadow: 0px 0px 10px #ddd;
	padding: 0 20px 20px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.price-menu {
	border-top: 4px solid #10a420;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 5px #ddd;
	-moz-box-shadow: 0px 0px 5px #ddd;
	box-shadow: 0px 0px 5px #ddd;
	width: 100%;
	min-height: 150px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
}

.price-quantity {
	width: 40%;
	height: 100%;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	border: 1px solid #ddd;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.qty-wrapper {
	margin-right: 10px;
	width: 60%;
	height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.qty-btns {
	height: 100%;
	border: none;
	width: 30%;
	cursor: pointer;
	background-color: #ddd;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0;
	font-size: 22px;
}

.qty-wrapper .qty-btns:first-child {
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}

.qty-wrapper .qty-btns:last-child {
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
}

.price-button {
	cursor: pointer;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #008ad2;
	padding: 10px 0;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.price-button:hover {
	background-color: #008ad2;
}
.navbar-to-config-select {
	background-color: #fff;
	margin-left: -6px;
}

.color-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.color-options .secondary-menu-img {
	width: 100%;
	height: 100%;
	margin: 0;
}
.color-options {
	width: 80px;
	height: 80px;
	border: 2px solid #1a1b1c;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin: 10px 1px 0 1px !important;
	position: relative;
	overflow: hidden;
}

.color-options span {
	position: absolute;
	bottom: 0;
	width: 68px;
	height: 26px;
	background-color: rgba(0, 0, 0, 0.45);
	color: #fff;
	font-size: 9px;
	padding: 0 5px;
	text-align: center;
}

.input-metrics {
	font-size: 11px;
}

.metrics-input-popup {
	width: 100px;
	font-size: 14px;
	height: 30px;
	line-height: 20px;
	text-align: center;
	border: 1px solid #d6d6d6;
}

.metrics-button {
	width: 70px;
	font-size: 11px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background-color: #008ad2 !important;
	padding: 1px;
	color: white;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border: none;
}

.metrics-button:hover {
	background-color: #28458a;
	cursor: pointer;
}

.admin-notes-configurator,
.extra-info-area {
	resize: none;
	width: 70%;
	max-width: 500px;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	font-size: 14px;
	line-height: 20px;
	padding: 5px 10px;
	border: 1px solid #a9a9a9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.admin-notes-configurator {
	margin-top: 10px;
	color: #e20606;
	line-height: 1.2em;
	font-size: 13px;
}

.item-add-update-popup {
	font-size: 13px;
	text-align: left;
	margin: 2px;
}

.item-add-update-popup b {
	width: 28%;
	padding-right: 10px;
	line-height: 24px;
}

.item-add-update-popup span {
	text-align: right;
	width: 70%;
	line-height: 18px;
}

.conf-bottom div {
	margin: 0;
}

.conf-bottom {
	z-index: 5;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
}

.systems-btn {
	border: 1px solid #a9a9a9;
	background-color: #fff;
	padding: 8px 13px;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 10px;
}

.systems-wrapper {
	padding: 0 15px;
	font-size: 15px;
	line-height: 28px;
	margin: 35px 0 15px;
}

.systems-wrapper div span {
	text-align: left;
}

.priceToggle input.mobileToggle + label:before {
	background-color: #b60000;
}

.drop-down-menu {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	position: relative;
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ececec;
}

.drop-down-menu span {
	font-size: 13px;
	font-weight: 400;
}
.drop-down-menu p {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.cat_sill_profiles,
.cat_extensions,
.cat_couplings {
	margin-bottom: 35px;
	width: 100%;
}

.cat_extensions .select-menus-wrapper,
.cat_couplings .select-menus-wrapper {
	width: 100%;
	float: left;
	margin-right: 4%;
	margin-top: 5px;
}

.secondary-menu input .select-box__input {
	font-size: 14px;
	font-weight: 200;
	color: #1a1b1c;
}

.category_glazing {
	text-align: left;
	clear: both;
	width: 100%;
	margin-bottom: 7%;
}

ul li .select-box__option {
	font-size: 14px;
}

.category_title {
	text-align: left;
	font-weight: 400;
	font-size: 0.9em;
	margin-bottom: 10px;
	color: #1a1b1c;
	border-bottom: 1px solid #aeaeae;
}

.category_row {
	font-size: 0.9em;
	color: #666;
	line-height: 1.5em;
	padding: 3%;
	background: #fbfbfb;
	display: block;
	margin: 1%;
}

.navbar .short-logo {
	display: none;
}

.navbar .mobile-img {
	width: 264.5px;
	margin-left: 5px;
}

.navbar-menu div {
	line-height: 24px;
}

.navbar .price-menu-navbar {
	padding: 30px 20px 10px 20px;
}

.glazing-grilles-index {
	margin-right: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	background-color: #0062dd;
	padding: 5px;
	width: 30px;
	height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
}

.opened-menu-section {
	background-color: #eee !important;
}

.menu-btns {
	height: 20px;
	margin: 0 5px;
}

@-webkit-keyframes flashElm {
	0% {
		background-color: #fff;
	}
	50% {
		background-color: #99cffc;
	}
	100% {
		background-color: #fff;
	}
}

@-moz-keyframes flashElm {
	0% {
		background-color: #fff;
	}
	50% {
		background-color: #99cffc;
	}
	100% {
		background-color: #fff;
	}
}

@-o-keyframes flashElm {
	0% {
		background-color: #fff;
	}
	50% {
		background-color: #99cffc;
	}
	100% {
		background-color: #fff;
	}
}

@keyframes flashElm {
	0% {
		background-color: #fff;
	}
	50% {
		background-color: #99cffc;
	}
	100% {
		background-color: #fff;
	}
}

@-webkit-keyframes flashText {
	0% {
		color: #fff;
	}
	50% {
		color: #ffd800;
	}
	100% {
		color: #fff;
	}
}

@-moz-keyframes flashText {
	0% {
		color: #fff;
	}
	50% {
		color: #ffd800;
	}
	100% {
		color: #fff;
	}
}

@-o-keyframes flashText {
	0% {
		color: #fff;
	}
	50% {
		color: #ffd800;
	}
	100% {
		color: #fff;
	}
}

@keyframes flashText {
	0% {
		color: #fff;
	}
	50% {
		color: #ffd800;
	}
	100% {
		color: #fff;
	}
}
