/* CSS Document */
@charset utf-8;
/***** FONTS *****/
@font-face {
    font-family: 'quicksandregular';
    font-display: swap;
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/quicksand-regular-webfont.eot');
    src: url('../fonts/quicksand-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/quicksand-regular-webfont.woff2') format('woff2'),
         url('../fonts/quicksand-regular-webfont.woff') format('woff'),
         url('../fonts/quicksand-regular-webfont.ttf') format('truetype'),
         url('../fonts/quicksand-regular-webfont.svg#quicksandregular') format('svg');
}
/***** STYLE *****/
* {
	outline:0 !important;
}
body {
	color:#333;
	background-color: #fdfdfd;
	font-family: 'quicksandregular', Open Sans, sans-serif;
	font-size: 0.875rem !important;
	font-weight: bold !important;
}
a, a:hover {
	color:#EE7D0C;
}
.bg-image-full {
	background: no-repeat top center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-image: url('../../images/banner-wpool.jpg');
}
.bg-image-full>div {
	height:250px;
}
.bg-orange {
	background-color:#EE7D0C !important;
}
.bg-blue {
	background-color:#1C1D1B !important;
}
.bg-grey {
	background-color:#9EA3A3 !important;
}
.bg-lightblue {
	background-color:#F3F3F3 !important;
}
.bg-lightblue2 {
	background-color:#E3E3E3 !important;
}
.bg-darkblue-1 {
	background-color:#021B4E !important;
}
.bg-darkblue-2 {
	background-color:#1C1D1B !important;
}
.txt-blue, .txt-black {
	color:#1C1D1B !important;
}
.txt-grey {
	color:#9EA3A3 !important;
}
.txt-orange {
	color: #EE7D0C;
}
.btn.focus, .btn:focus {
    outline:0;
    box-shadow:none;
}
footer .list-unstyled li {
	padding-bottom:8px;
	line-height: 1.2;
}
footer .list-unstyled a {
	color:#1C1D1B;
}
/***** TOP HEADER *****/
.fa-phone-alt, .fa-envelope, .fa-shopping-cart, 
.fa-user, .fa-globe, .fa-map-marker-alt {
	padding-right: .75rem;
}
.fa-envelope {
	font-size: 18px;
}
.list-inline-item a.text-white {
	font-weight: 500;
}
/***** MENU *****/
.sticky-top {
	padding:0.5rem 0 0 0;
	border-bottom: 1px solid #9EA3A3;
}
.sticky-top .col.text-right ul {
	margin-bottom: 0px;
}
.sticky-top .col.text-right ul>li {
	vertical-align: top;
}
.sticky-top .list-inline-item:not(:last-child) {
    margin-right: 3rem;
}
.navbar {
	position: inherit;
    padding: 0 0 0.25rem 0;
	width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.navbar .navbar-nav {
	margin-top: 0px;
}
.navbar-collapse {
    align-items: flex-end !important;
}
.navbar .navbar-nav .nav-item > .nav-link, 
.navbar .navbar-nav .nav-dropdown > .nav-link,
.nav-link {
	text-transform:uppercase;
	padding-right: 1.2rem;
	padding-left: 1.2rem;
	font-weight: 800;
}
.navbar-light .navbar-nav .nav-link, .nav-link {
	color:#333;
}
.navbar .navbar-nav a.nav-link:hover, .nav-link:hover {
	color:#000;
}
.navbar-light .navbar-nav .active>a.nav-link, 
.navbar-light .navbar-nav .active>.nav-dropdown>a.nav-link, 
.navbar-light .navbar-nav a.nav-link.active {
	color:#EE7D0C;
	font-weight:800;
}
.nav-dropdown button {
	background:none;
    border: none;
    border-radius:0;
}
.nav-dropdown-content.dropdown-menu.show {
	border-top: 1px solid #1C1D1B;
	border-bottom: 1px solid #1C1D1B;
    margin-bottom: 5px;
}
.nav-dropdown-content.dropdown-menu.show .sub-category-wrapper a {
	font-size: 14px;
	font-weight: 600;
}
.list-inline.desktop a>span {
	display: block;
	margin-top: -5px;
}
@media only screen and (min-width: 991px) {
	.navbar {
		position: relative;
		z-index: 100;
		margin-top: -30px;
	}
	a.nav-link {
		padding: 0 0 0.5rem 0;
	}
}
/***** MEGA MENU *****/
.nav-dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  position:relative;
  background-color: inherit;
  font: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}
.nav-dropdown-content {
	display: none;
    position: absolute;
    background-color: #fdfdfd;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 15px;
    box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.35);
    z-index: 1;
    top: auto;
    background: #fdfdfd;
    border: none;
    border-radius: 0;
}
.nav-dropdown:hover .row {
	margin:0;
}
.nav-dropdown:hover .dropbtn {
	color:#333;
}
.nav-dropdown:hover .dropbtn::after {
	content:'\f0d8';
	font-weight: 900;
	font-family:Font Awesome\ 5 Free;
	font-size:30px;
    position:absolute;
    bottom:0;
    right:50%;
    height:27px;
    width:16px;
    margin-right:-8px;
	color:#F07D1A;
}
.nav-dropdown-content h3 {
	margin-left:0;
	padding-left:0;
}
.nav-dropdown-content .main-category {
	margin-left:0;
	padding-left:0 !important;
	font-weight:bold;
	text-transform:uppercase;
}
.nav-dropdown-content .sub-category-wrapper {
	display:inline-block;
}
.nav-dropdown-content .sub-category-list {
	float:left;
    text-align:left;
	margin-bottom:30px;
}
.nav-dropdown-content .sub-category-list .nav-link {
	padding:0;
}
.nav-dropdown-content a > i.fa-chevron-right, 
.nav-dropdown-content .sub-category-list .nav-link i.fa-chevron-right {
	font-size:12px;
}
.nav-dropdown > button {
	width:0;
	display:none;
}
.nav-dropdown > .nav-link.dropbtn {
	width:100%;
}
/*a.nav-link {
	padding-right: 0px !important;
}*/
.nav-dropdown-content.dropdown-menu.text-right {
	width: 50%;
	left: 50%;
}
.nav-dropdown-content.dropdown-menu.text-right .nav-link {
	text-transform: none;
}
.nav-dropdown-content.dropdown-menu.text-right .nav-link:hover {
	color: #1C1D1B;
}
.nav-dropdown-content.dropdown-menu tr.no-border-top {
	border-right: none;
}
.nav-dropdown-content.dropdown-menu .btn.btn-orange {
	float: right;
}
#nav-dropdown-dehumidifiers .dropdown-menu a,
#nav-dropdown-equipment .dropdown-menu a,
#nav-dropdown-heatpumps .dropdown-menu a {
	color:#212529 !important;
	text-decoration:none;
}
#nav-dropdown-dehumidifiers .dropdown-menu > .row > div,
#nav-dropdown-heatpumps .dropdown-menu > .row > div {
	line-height:1;
	border-bottom:2px solid #eee;
	border-right:2px solid #eee;
}
#nav-dropdown-dehumidifiers .dropdown-menu > .row > div:last-child,
#nav-dropdown-heatpumps .dropdown-menu > .row > div:last-child {
	border-right:none;
}
#nav-dropdown-dehumidifiers .dropdown-menu > .row:last-child > div,
#nav-dropdown-heatpumps .dropdown-menu > .row:last-child > div {
	border-bottom:none;
}
#nav-dropdown-equipment .dropdown-menu > .row > div {
	padding: 10px 0;
	border-bottom:2px solid #eee;
}
#nav-dropdown-equipment .dropdown-menu > .row:last-child > div {
	border-bottom:none;
}
#nav-dropdown-dehumidifiers .dropdown-menu > .row > div small,
#nav-dropdown-heatpumps .dropdown-menu > .row > div small {
	padding-top:7px;
	display: inline-block;
}
/***** BREADCRUMB *****/
.breadcrumb {
	margin:0;
	padding:0;
	background:none;
	overflow: hidden;
	flex-wrap:nowrap;
	-ms-flex-wrap:nowrap;
}
@media only screen and (max-width: 767px) {
	.breadcrumb {
		display: none;
	}
}
.breadcrumb-item+.breadcrumb-item::before {
	content:'';
	display:none;
}
.breadcrumb li a {
  color: white;
  text-decoration: none; 
  padding:5px 0 5px 40px;
  background: #1C1D1B;
  position: relative; 
  display: block;
  float: left;
}
.breadcrumb li a::after { 
  content: " "; 
  display: block; 
  width: 0; 
  height: 0;
  border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 30px solid #1C1D1B;
  position: absolute;
  top: 50%;
  margin-top: -50px; 
  left: 100%;
  z-index: 2; 
}
.breadcrumb li a::before { 
  content: " "; 
  display: block; 
  width: 0; 
  height: 0;
  border-top: 50px solid transparent;       
  border-bottom: 50px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px; 
  margin-left: 1px;
  left: 100%;
  z-index: 1; 
}
.breadcrumb li:first-child a {
	padding-left:0;
}
.breadcrumb .breadcrumb-item a, 
.breadcrumb .breadcrumb-item a:hover {
	color:#fff;
	cursor:pointer;
}
/***** CONTENT *****/
.main-title {
	font-family: 'quicksandregular', Open Sans, sans-serif;
	font-weight: bold;
	text-shadow:0px 3px 6px rgba(0,0,0,0.16);
}
.title-description {
	font-weight: normal;
	margin-top: 1.2rem;
	text-shadow:0px 3px 6px rgba(0,0,0,0.16);
}
.page-title {
	font-family: 'quicksandregular', Open Sans, sans-serif;
	color:#1C1D1B;
	font-size:36px;
	font-weight:bold;
	text-align:right;
	margin-top:75px;
	text-transform:uppercase;
	text-shadow:0px 3px 6px rgba(0,0,0,0.16);
}
h1.section-title, h2.section-title {
	font-size: 2rem;
	font-family: 'quicksandregular', Open Sans, sans-serif;
	font-weight: bold;
	margin-bottom:30px;
	text-transform:uppercase;
}
/*h1.section-title>span::after, h2.section-title>span::after, */
h1.section-title>span::before, h2.section-title>span::before {
  	content: " "; 
  	display: inline-block;
  	/*width: 50px;
  	height: 10px;
	background-image:url(../../images/double-wave-white.png);*/
	width: 25px;
  	height: 36px;
	background-image:url(../../images/wpool-drop.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size:100%;
	margin:-5px 12px;
}
/*h1.section-title.txt-blue>span::after, h2.section-title.txt-blue>span::after, */
h1.section-title.txt-blue>span::before, h2.section-title.txt-blue>span::before {
	/*background-image:url(../../images/double-wave-blue.png);*/
	background-image:url(../../images/wpool-drop.png);
}
h2.name-title {
	font-family: 'quicksandregular', Open Sans, sans-serif;
	font-size: 26px;
	font-weight: bold;
	margin-top:10px;
	margin-bottom:10px;
}
h2.secondary-title, h3.card-title, #blog-bg h3 {
	font-family: 'quicksandregular', Open Sans, sans-serif;
	font-weight: bold;	
}
h3.section-group-title {
	font-size: 1.6rem;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 30px;
}
h3.text-uppercase {
	font-family: 'quicksandregular', Open Sans, sans-serif;
	font-size: 1.375rem;
	font-weight: bold;	
	margin-bottom: 1rem;	
}
h3.title-dropdown {
	font-size: 1.15rem;
}
h4 {
	font-weight: bold;
	text-transform: uppercase;
}
h4.panel-title {
	text-transform: none;
	font-weight: normal;
}
#blog-bg h4 {
	text-transform: none;
	font-weight: 600;
}
.blockquote {
	font-family: 'quicksandregular', Open Sans, sans-serif;
	font-weight: bold;	
	font-size: 42px;	
}
.img-logo {
	max-height:39px;
	max-width:220px;
	margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.img-content {
	padding: 0.5rem 0;
}
.img-fluid {
	margin-bottom: 1rem;
}
.img-filter {
	margin: 0px;
    padding: 0px;
    width: 100%;
}
.lead {
	font-size: 1.1rem;
	font-weight:normal;
}
.col-6.col-md-4 img {
	margin-bottom: 8px;
}
.btn-action {
	color:#fff;
	padding:15px 30px;
	font-size:22px;
	margin-top:20px;
	font-weight:bold;
	background-color:#EE7D0C;
	text-transform:uppercase;
}
.btn-action-orange {
	color:#fff !important;
	padding:15px 30px;
	font-size:22px;
	margin-top:20px;
	font-weight:bold;
	background-color:#EE7D0C;
	text-transform:uppercase;
	width: 100%;
}
.btn-action-blue {
	color:#fff;
	padding:15px 30px;
	font-size:22px;
	margin-top:20px;
	font-weight:bold;
	background-color:#1C1D1B;
	text-transform:uppercase;
	width: 100%;
}
.btn-action-white {
	color:#1C1D1B;
	padding:15px 30px;
	font-size:22px;
	margin-top:20px;
	font-weight:bold;
	background-color:#fff;
	border: 1px solid #1C1D1B;
	text-transform:uppercase;
	width: 100%;
}
.btn-action:hover, .btn-action-orange:hover, .btn-orange:hover {
	color: #EE7D0C !important;
	background-color: #fff;
	border: 1px solid #EE7D0C;
}
.btn-action-blue:hover, .btn-blue:hover {
	color: #1C1D1B;
	background-color: #fff;
	border: 1px solid #1C1D1B;
}
.btn-action-white:hover, .btn-white:hover {
	color: #fff;
	background-color: #1C1D1B;
	border: 1px solid #1C1D1B;
}
.btn-orange {
    color: #fff;
    background-color: #EE7D0C;
    border-color: #EE7D0C;
    text-transform: uppercase;
    font-weight: bold;
}
.btn-blue {
    color: #fff;
    background-color: #1C1D1B;
    border-color: #1C1D1B;
    padding:10px 15px;
	font-weight:bold;
	text-transform:uppercase;
}
.btn-white {
    color: #333;
    background-color: #fff;
    border-color: #fff;
}
.btn-white2 {
	color: #EE7D0C;
    background-color: #fff;
    border-color: #EE7D0C;
    text-transform: uppercase;
    font-weight: normal !important;
}
.btn-white2:hover {
	color: #fff;
	background-color: #EE7D0C;
}
.btn-action-list {
    color: #fff;
    background-color: rgba(238,125,12,0.75);
    font-weight: normal;
}
.btn-action-list:hover, .btn-action-list:active {
    color: #fff;
    background-color: #EE7D0C;
}
.btn-orange[type="submit"], .btn-call {
	padding:10px 15px;
	font-weight:bold;
	text-transform:uppercase;
}
.product-box {
	padding:15px;
	background:#fff;
	box-shadow: 1px 3px 9px 0 #b1b1b1;
	margin-bottom: 15px;
}
.product-box .txt-title {
	margin:10px 0;
	color:#333;
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
}
.products .product-box .txt-description {
	height:50px;
	overflow:hidden;
}
.filters .product-box .txt-description {
	height:200px;
	overflow:hidden;
}
.blog .product-box .txt-description {
	height:200px;
	overflow:hidden;
}
.job-box {
	border-radius:5px;
	background:#fff;
	padding:15px;
	margin:15px 0;
}
.job-box .txt-title {
	color:#333;
	line-height:27px;
	text-align:left;
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
}
.job-box .txt-location {
	color:#666;
	font-size:18px;
}
.job-box .txt-location span {
	font-weight:bold;
	text-transform:uppercase;
}
.job-box .readmore {
	display:block;
}
.shadow {
	box-shadow: 1px 3px 9px 0 #b1b1b1 !important;	
}
.padding-top-0 {
	padding-top: 0px !important;
}
.mag {
	color: #fff;
}
.list-group-item {
    padding: 0.5rem 0rem !important;
	border: none !important;
}
.banner-assist {
	/*background-color:#E3E3E3 !important;*/
}
.banner-assist .col-md-4 {
	border-left: 1px solid #CCC;
}
.banner-assist .col-md-4:first-child {
	border:none;
}
#roadshow-banner {
	transform: translate(0,-10%);
}
@media only screen and (max-width: 768px) {
	.banner-assist .col-md-4 {
		border: none;
	}
}
#blog-bg {
	background-image: linear-gradient(to right,#fafafa,#fafafa,#F3F3F3,#F3F3F3);
}
#blog-bg .container .col-md-9 {
	background-color: #fafafa;
}
#blog-bg .col-md-9 .img-float-right {
	padding-left: 30px;
    padding-bottom: 15px;
}
#blog-bg .col-md-9 .img-float-left {
	padding-right: 30px;
    padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
	#blog-bg .col-md-9 p>img {
		padding-left: 0px;
	    padding-bottom: 10px;
	    width: 100%;
	}
	#blog-bg .card-footer {
		padding-top: 0px;
	}
	#blog-bg .card-footer p {
		margin-bottom: : 0px;
	}
}
#blog-bg ul li {
	padding: 5px 0px;
	line-height: 1.2;
}
#blog-bg ul li:hover {
    padding-left: 10px;
    border-left: 3px solid #1C1D1B;
}
#blog-bg ul li a {
	color: #333;
}
#blog-bg ul li a:hover {
	color: #1C1D1B;
}
#blog-bg ul li.blog-main-title a {
	text-transform: uppercase;
	font-weight: bold;
}
.hidden {
	display: none;
}
.blog-theme-description .note-float-right, .blog-article-content .note-float-right {
	padding-left: 20px !important;
}
.blog-theme-description .note-float-left, .blog-article-content .note-float-left {
	padding-right: 20px !important;
}
/***** CARDS *****/
.card {
	box-shadow: 1px 3px 9px 0 #b1b1b1;
	border: none;
	border-radius: 0px;
}
h5.card-title {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.card-title small {
	text-transform: none;
	font-size: 18px;
	font-weight: 600;
}
.card-footer {
    background-color: #fff;
    border: none;
}
.card-footer .btn-action {
	margin-top: 0px;
}
.products .card-deck img, .choose-pac .card-deck img {
	padding-left: 0.375rem;
	padding-right: 0.375rem;
	padding-bottom: 0px;
	margin-bottom: 0;
}
.products .card-body {
	padding: 0.375rem 1.25rem 1rem 1.25rem;
}
.card-img-top {
    border-radius: 0px;
}
.card-title a, .card-text a {
	color: #333;
}
.card-body p:nth-child(3) {
	margin-bottom: 0px !important;
}
.card-body p span {
	font-size: 12px;
	font-style: italic;
}
.card-body p {
	line-height: 1.2;
}
.text-muted {
    color: #EE7D0C !important;
}
.card.opacity {
	opacity: 0;
}
@media only screen and (max-width: 768px) {
	.card-deck {
	    flex-flow: column;
	    margin-right: -15px;
    	margin-left: -15px;
	}
	h5.card-title {
    	font-size: 1.25rem;
	}
	.card .btn.btn-lg {
		padding: 5px 10px;
    	font-size: 14px;
	}
	.products .card-img-top {
		width: 60%;
		margin-right: auto;
		margin-left: auto;
	}
}
@media only screen and (min-width: 576px) {
	.card-deck .card {
		margin-bottom: 15px;
	}
}
/***** CHOOSE HEAT PUMP *****/
.tab_pac span.tab_number {
    font-size: 22px;
    min-width: 30px;
    border: 1px solid white;
    border-radius: 100px;
    display: inline-block;
    height: 30px;
    text-align: center;
    margin-right: 10px;
}
.tab_pac span.tab_title {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}
.tab_pac h4 {
	margin-bottom: 15px;
}
.tab_pac .tab_label label {
    width: 100%;
    margin-bottom: 10px;
    cursor: pointer;
}
.tab_label input[type=radio], .tab_label input[type=checkbox] {
    display: none;
}
.tab_label input[type=radio]+span, .tab_label input[type=checkbox]+span {
    position: relative;
    padding-left: 30px;
    height: 20px;
    display: block;
}
.tab_label input[type=radio]+span:before, .tab_label input[type=checkbox]+span:before {
    width: 20px;
    content: "";
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 0px;
    background-color: #fff;
}
.tab_label input[type=radio]+span:after, .tab_label input[type=checkbox]+span:after {
    top: calc(50% - 5px);
    background-color: #FFFFFF;
    position: absolute;
    width: 10px;
    content: "";
    height: 10px;
    display: inline-block;
    left: 5px;
    transition: background .25s linear;
    -webkit-transition: background .25s linear;
}
.tab_label input[type=radio]+span:before, .tab_label input[type=radio]+span:after {
	border-radius: 100%;
}
.tab_label input[type=radio]:checked+span:after, .tab_label input[type=checkbox]:checked+span:after{
    background: #EE7D0C;
}
.tab_label input[type=radio]:checked+span, .tab_label input[type=checkbox]:checked+span {
    color: #EE7D0C;
    font-weight: 600;
}
.tab_pac {
    padding: 20px 0px;
    border-bottom: 1px solid #B2D7E1;
}
.tab_reini {
    padding: 30px 0 40px;
}
.tab_reini p {
    margin: 0;
    cursor: pointer;
    display: inline-block;
}
.loading {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    background-color: rgba(255,255,255,0.8);
    z-index: 101;
}
.spinner-border {
    width: 3rem;
    height: 3rem;
}
.choose-pac .bg-blue {
	position: relative;
}
.pac-selection {
	position: relative;
}
.popover-body {
    padding: .75rem;
    color: #333;
    background-color: #fff;
    border-radius: 5px;
}
.tab_title .btn-secondary {
    background: none;
    border: none;
    padding: 0 0.25rem;
}
.info_mobile {
    display: none;
}
@media screen and (max-width: 768px) {
	.info_mobile {
    	display: block;
    }
    .info_desk {
    	display: none;
	}
	.choose-pac .container .row>div:first-child {
    	order: 2;
	}
	.choose-pac .container .row>div:last-child {
    	order: 1;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.choose-pac .btn.btn-lg {
		font-size: 11px;
	}
}
/***** SINGLE PRODUCT *****/
.product_price {
	margin-bottom: 0px;
}
.product_price span {
	color: #EE7D0C;
	font-size: 24px;
	font-weight: bold;
}
.product_img img, .product_img p {
	margin-bottom: 0px;
}
.btn-action-blue i {
	padding-right: 10px;
}
/***** QUANTITY BUTTON *****/
button.btn-danger.btn-number, button.btn-success.btn-number{
    height: 25px;
    width: 25px;
    color: #fff;
    background: #EE7D0C;
    border: 1px solid #EE7D0C;
    border-radius: 0px;
    padding: 0;
}
.input-group>.form-control.input-number {
	flex: none;
	width: 65px;
	height: 25px;
	text-align: center;
    border: 1px solid #EE7D0C;
    font-weight: bold;
}
@media only screen and (max-width: 990px) {
	.table-responsive-sm .input-group>.form-control.input-number {
		width: 35px;
		height: 15px;
	}
	.table-responsive-sm button.btn-danger.btn-number, .table-responsive-sm button.btn-success.btn-number {
		width: 15px;
		height: 15px;
	}
	.table-responsive-sm .input-group .input-group-btn {
    	line-height: 0.5rem;
	}
	.table-responsive-sm .input-group .input-group-btn .btn {
    	line-height: 0;
	}
	.table-responsive-sm .input-group .input-group-btn .btn i {
    	font-size: 10px;
	}
}
.input-group .input-group-btn {
	line-height: 1rem;
}
/***** LOGIN FORM *****/
.login-container{
    margin-top: 5%;
    margin-bottom: 5%;
}
.login-form-1{
    padding: 3%;
    background: #1C1D1B;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}
.login-form-1 h3{
    text-align: center;
    color: #fff;
}
.login-form-2, .login-form-3{
    padding: 3%;
    background: #fff;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}
.login-form-2 h3, .login-form-3 h3{
    text-align: center;
    color: #333;
}
.login-container form, .login-form-3 form{
    padding: 10%;
}
.btnSubmit {
    width: 100%;
    border-radius: 3px;
    padding: 1.5%;
    border: none;
    cursor: pointer;
}
.login-form-1 .btnSubmit, .login-form-2 .btnSubmit{
    font-weight: 600;
    color: #fff;
    background-color: #EE7D0C;
    border: 1px solid #EE7D0C;
    text-transform: uppercase;
}
.login-form-3 .btnSubmit{
    font-weight: 600;
    color: #fff;
    background-color: #1C1D1B;
    border: 1px solid #1C1D1B;
    text-transform: uppercase;
}
.login-form-1 .btnSubmit:hover, .login-form-2 .btnSubmit:hover {
    color: #EE7D0C;
    background-color: #fff;
}
.login-form-3 .btnSubmit:hover{
    color: #1C1D1B;
    background-color: #fff;
}
.login-form-2 .ForgotPwd, .login-form-3 .ForgotPwd{
    color: #333;
    font-weight: 400;
    text-decoration: none;
    float: right;
}
.login-form-1 .ForgotPwd{
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    float: right;
}
.login-form-3 .form-control {
	background-color: #fafafa !important;
	border: 1px solid #999999;
}
#btn-show-pwd {
    width: 20px;
    height: 20px;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 5px;
    color: #999;
    z-index: 2;
}
/***** FORMS *****/
form .form-control {
	border: 1px solid #999;
}
input[readonly], input[disabled], select[disabled], button[disabled] {
	cursor: not-allowed;
}
input[readonly]:focus, input[readonly]:active {
	outline: 0 !important;
	border:1px solid #999 !important;
	box-shadow:none !important;
}
.input-group .input-group-addon {
	border-radius: 0 3px 3px 0;
	border: 1px solid #999;
	border-left: none;
}
.input-group-text {
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    text-align: center;
    background-color: #E3E3E3;
    border: 1px solid #1C1D1B;
}
#FRM_filter .input-group-text {
	border: 1px solid #999;
}
#contactForm .form-control {
	border: none;
}
form .input-group-prepend .btn-blue {
	padding: .375rem .75rem;
	border-radius: 0 3px 3px 0;
}
form label {
	font-weight: 600;
}
form label#input-file-wrapper, form .form-check-label {
	font-weight: normal;
}
#checkout-wrapper .form-check-label, #checkout-wrapper small, #checkout-wrapper h5 {
	font-weight: 600;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999 !important;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #333 !important;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #333 !important;
}
.fa-paperclip {
	color: #333;
	min-width: 50px;
	text-align: center;
	border-radius: 3px 0 0 3px;
}
.no-margin {
	margin: 0px;
}
.pointer {
	cursor: pointer;
}
.pointer .form-control-file {
	display: none;
}
#contactForm .dropdown-toggle {
	border-radius: 0 3px 3px 0;
}
.form-group.required label:after {
	content:" *";
	color:red;
}
/***** RESELLER FORM *****/
/*#distance-addon {
	border-radius: 3px 0 0 3px;
	border-right: none;
}
#distance-addon2 {
	border-radius: 0 3px 3px 0;
	border-left: none;
}*/
#inputDistance {
	width: 15%;
    flex: none;
    border: 1px solid #1C1D1B;
    height: auto;
			   
}
#inputAddress, #inputDistance, #lat, #lon {
    border: 1px solid #1C1D1B;
    height: auto;
}
#longitude-addon {
	border-right:none;
}
.btn-blue-reseller {
    color: #fff;
    background-color: #1C1D1B;
    border-color: #1C1D1B;
    border-radius: 0 3px 3px 0;
}
.btn-blue-reseller:hover {
    color: #1C1D1B;
    background-color: #fff;
}
#map {
    width: 100%;
    height: 470px;
    padding: 0;
    margin: 0;
	z-index: 0;
}
/*#thermalForm label#input-file-wrapper, #thermalForm .form-check-label {
	font-weight: normal;
}*/
#station {
    color: #1C1D1B;
    font-weight: bold;
    text-transform: uppercase;
}
#map_canvas {
    height: 300px;
    border: 1px solid #999;
}
#radioBtn a {
	white-space: nowrap;
}
#radioBtn .notActive {
    color: #1C1D1B;
	border-color: #1C1D1B;
    background-color: #fff;
}
#radioBtn .btn-primary:not(:disabled):not(.disabled).active, 
#radioBtn .btn-primary:not(:disabled):not(.disabled):active, 
#radioBtn .show>.btn-primary.dropdown-toggle,
#needs-wrapper .form-group .input-group span .btn-primary {
    color: #fff;
    background-color: #1C1D1B;
    border-color: #1C1D1B;
}
#needs-wrapper .form-group .input-group span .btn-primary:hover {
    color: #1C1D1B;
    background-color: #fff;
}
#tbtempsaison {
	font-size: 12px;
	border: 1px solid #999;
	text-align: center;
}
#tbtempsaison th {
    padding: .25rem;
}
#tbtempsaison td {
    padding: .25rem;
}
/***** SAV TICKET FORM *****/
/*#date-addon, #savForm .input-group-addon, #date-addon, #savproForm .input-group-addon {
	border-radius: 0 3px 3px 0;
	border: 1px solid #999;
	border-left: none;
}
#savForm label, #savproForm label {
	font-weight: 600;
}
#savForm label#input-file-wrapper, #savForm .form-check-label, #savproForm label#input-file-wrapper, #savproForm .form-check-label {
	font-weight: normal;
}
#btn-validation {
	width: 100%;
	color: #fff;
	background-color: #1C1D1B;
	border: 1px solid #1C1D1B;
	padding: .375rem .75rem;
}
#btn-validation:hover {
	color: #1C1D1B;
	background-color: #fff;
}*/
.bootstrap-select .btn-light {
	color: #495057;
    background-color: #fff;
    border-color: #999;
}
.has-error .control-label {
	color: #f00;
}
.has-error .form-control {
    border-color: #f00 !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.has-error .input-group-addon {
    color: #f00;
    background-color: rgba(255,0,0,0.25);
    border-color: #f00 !important;
}
.has-success .control-label {
	color: #3c763d;
}
.has-success .form-control {
    border-color: #3c763d !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.has-success .input-group-addon {
    color: #3c763d;
    background-color: rgba(0,255,0,0.25);
    border-color: #3c763d !important;
}
/***** TABLE *****/
.table.table-striped {
	border:1px solid #dee2e6;
}
.table thead, .table.table-hover thead, .table thead button, .table.table-hover thead button {
	color: #fff;
	background-color: #9EA3A3;
	border: none;
}
.table thead button, .table.table-hover thead button {
	padding: 0;
}
.table thead th, .table.table-hover thead th, .table thead th button, .table.table-hover thead th button {
	border-bottom: none;
	font-weight: 600;
	vertical-align: top;
}
.table tbody, .table.table-hover tbody {
	background-color: #f9f9f9;
}
.table tbody .td-img, .table.table-hover tbody .td-img {
	width: 20%;
}
.table button.btn-danger.btn-number, .tabler button.btn-success.btn-number, .table.table-hover button.btn-danger.btn-number, .table.table-hover button.btn-success.btn-number {
    background: #1C1D1B;
    border: 1px solid #1C1D1B;
}
.table .input-group>.form-control.input-number, .table.table-hover .input-group>.form-control.input-number {
    border: 1px solid #1C1D1B;
}
.table form textarea, .table.table-hover form textarea {
	border: 1px solid #999;
	background-color: #fafafa;
	font-size: 12px;
}
.table-hover tbody tr:hover {
    background-color: #fff;
 }
.btn-table-red {
    background-color: #F8D9D9;
    width: 25px;
    height: 25px;
    padding: 1px 6px;
    line-height: 1rem;
    vertical-align: inherit !important;
	color: #CC0000 !important;
}
.btn-table-blue {
    background-color: #9EA3A3;
    width: 25px;
    height: 25px;
    padding: 1px 3px;
    line-height: 1rem;
    vertical-align: inherit !important;
    color: #1C1D1B !important;
}
.btn-table-blue:hover {
    background-color: #1C1D1B !important;
	color: #fff !important;
}
.btn-table-blue2 {
    background-color: #1C1D1B;
    padding: 3px 5px;
    line-height: 1rem;
    margin-top: 0.25rem;
	color: #fff !important;
}
.btn-table-grey.btn-link {
	background-color: #E8E8E8;
    width: 25px;
    height: 25px;
    padding: 1px 3px;
    line-height: 1rem;
    vertical-align: inherit !important;
	color: #707070 !important;
}
.btn-table-grey.btn-link:hover {
    background-color: rgba(255,0,0,0.25);
}
.btn-table-grey.btn-link:hover {
    color: #f00;	
}
tr.border-lr {
	border-left: 1px solid #dee2e6;
	border-right: 1px solid #dee2e6;
}
tr.no-border-top {
	border-right: 1px solid #dee2e6;	
}
tr.no-border-top td {
	border-top: none;
    vertical-align: middle;
}
.cart-table-products tr:first-child td {
	border-top: none;
}
.cart-table-products h5, .table-cart-summary h5 {
	font-weight:900;
}
.cart-table-total td, .table-cart-summary tr.text-right>td {
	text-align: right;
	padding: .15rem 0.75rem;
	white-space:nowrap;
}
.cart-table-total tr.bg-blue td, .table-cart-summary tr.text-right.bg-blue>td {
	padding:.55rem .75rem;
	text-transform:uppercase;
	white-space:nowrap;
}
#table-account-orders tr:last-child, tr.border-bottom {
	border-bottom: 1px solid #dee2e6;
}
.pagination {
	display: inline-flex;
}
.page-link {
	color: #EE7D0C;
    padding: 12px .75rem;
}
.page-link:hover {
	color: #EE7D0C;
}
.page-link:focus {
	box-shadow:none;
}
.page-item.active .page-link {
    background-color: #1C1D1B;
    border-color: #1C1D1B;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu>li>a:hover {
	text-decoration: none;
}
.dropdown-menu>li:hover, 
.dropdown-menu>li.active, 
.dropdown-menu>li:active {
	background-color: #D5E4EE;
}
/***** CART MODAL *****/
#popupCartModal .modal-dialog {
	font-size: 0.75rem;
}
#popupCartModal .modal-content {
	border: 10px solid #9EA3A3;
}
#popupCartModal table thead th {
    vertical-align: top;
}
#popupCartModal table h5 {
    font-size: 1rem;
}
#popupCartModal button.btn-danger.btn-number, #popupCartModal button.btn-success.btn-number {
    height: 15px;
    width: 15px;
}
#popupCartModal .input-group>.form-control.input-number {
    width: 35px;
    height: 15px;
    font-size: 0.75rem;
}
#popupCartModal .input-group .input-group-btn {
    line-height: 0.5rem;
}
#popupCartModal .input-group-btn .btn {
    font-size: 0.5rem;
    line-height: 0.5rem;
}
#popupCartModal .table td {
	padding: .25rem;
}
#popupCartModal .table {
	margin-bottom: 0px;
}
#popupCartModal .modal-footer {
	justify-content: space-between;
	border-top: none;
	padding-top: 0px;
}
#popupCartModal .modal-header {
	padding: 0px;
	border-bottom: none;
}
#popupCartModal .modal-header button {
	margin-right: -.75rem;
}
#popupCartModal tr.no-border-top {
	border-right: none;	
}
#popupCartModal .btn-table-grey {
    width: 20px;
    height: 20px;
    padding: 1px 3px;
    line-height: 0.75rem;
}
#popupCartModal .btn-table-grey i {
	font-size: 0.75rem;
}
#top-shopping-cart .cart-table-total tr>td:last-child, 
#popupCartModal .cart-table-total tr>td:last-child {
	width:25%;
}
@media (min-width: 576px) { 
	#popupCartModal .modal-dialog {
	    max-width: 650px;
	}
}
/***** CHECKOUT *****/
span.checkout_number {
    font-size: 22px;
    min-width: 30px;
    border: 1px solid #1C1D1B;
    color: #fff;
    background-color: #1C1D1B;
    border-radius: 100px;
    display: inline-block;
    height: 30px;
    text-align: center;
    margin-right: 10px;
}
span.checkout_title {
    font-size: 22px;
    font-weight: bold;
}
.checkout_layout h4 {
	margin-bottom: 15px;
}
.checkout_layout .table-cart-summary h5 {
	font-size:1rem;
}
.tab_checkout input[type=radio]+span {
    position: relative;
    padding-left: 10px;
}
.checkout_layout .table.table-hover tbody .td-img {
	width: 50%;
}
.checkout_layout tr.no-border-top {
	border-right: none;	
}
.checkout_layout .table td {
	padding: .5rem;
}
.checkout_layout tr.no-border-top td {
    border-top: none;
}
.checkout_layout table {
	box-shadow: 0px 3px 6px grey;
}
/***** SEE MORE BUTTON *****/
.plus-minus {
	background-color: inherit;
	border: none;
}
.btn-seemore .fa {
	padding: 4px 0;
	width: 30px;
	height: 30px;
	color: #EE7D0C;
	background-color: #fff;
	border-radius: 50%;
	margin-left: 10px;
}
.btn-seemore.btn-blue .fa {
	color:#1C1D1B;
}
.btn-seemore.btn-blue:hover .fa {
	color:#EE7D0C;
}
.fa-plus::before {
    content: "\f067";
}
.btn-seemore-collapse.collapsed>i.fa-plus::before {
    content: "\f067";
}
.btn-seemore-collapse>i.fa-plus::before {
    content: "\f068";
}
/***** CAROUSEL *****/
.carousel-control-next, .carousel-control-prev {
    width: 10% !important;
}
/***** NEWSLETTER *****/
#sib-container, .sib-input, .sib-form-block, #error-message, #success-message {
 	padding: 0px !important;
 	margin: 0px !important;
 }
.sib-form {
 	padding: 0px !important;
 	font-family: "Segoe UI", sans-serif !important;
}
#error-message {
	font-size:16px; 
	text-align:left; 
 	font-family: "Segoe UI", sans-serif !important;
	color:#661d1d; 
	background-color:#ffeded; 
	border-radius:3px; 
	border-color:#ff4949;
	max-width:540px; 	
}
#success-message {
	font-size:16px; 
	text-align:left; 
 	font-family: "Segoe UI", sans-serif !important;
	color:#085229; 
	background-color:#e7faf0; 
	border-radius:3px; 
	border-color:#13ce66;
	max-width:540px; 
}
#sib-container {
	text-align:center;
	background-color:transparent !important;
	border-radius:3px; 
}
#sib-form>div {
	padding: 8px 0;
}
.entry__error .entry__error--primary {
	font-size:16px; 
	text-align:left; 
 	font-family: "Segoe UI", sans-serif !important;
	color:#661d1d; 
	background-color:#ffeded; 
	border-radius:3px; 
	border-width:px; 
	border-color:#ff4949;
}
#sib-form .sib-form-block .sib-form-block__button.sib-form-block__button-with-loader {
    padding: .5rem 1rem !important;
    font-size: 1.25rem !important;
    line-height: 1.5 !important;
    border-radius: .3rem !important;
	text-align:left; 
	color: #fff !important;
    background-color: #EE7D0C !important;
    border: 1px solid #ee7d0c !important;
}
#sib-form .sib-form-block .sib-form-block__button:hover {
	color: #EE7D0C !important;
    background-color: #fff !important;
    border: 1px solid #ee7d0c !important;
}
.sib-form .entry__field {
	border: 1px solid #EE7D0C !important;
	background: rgba(238,125,12,0.2) !important;
}
.sib-input .input {
    padding: .5rem 1rem !important;
    font-size: 1.25rem !important;
    line-height: 1.5 !important;
    border-radius: .3rem !important;
}
.sib-form .input:not(textarea), .sib-form .input__button {
    height: auto !important;
}
/***** TERMS CGV PRIVACY *****/
.page-terms h4, .page-cgv h4, .page-privacy h4 {
	font-size: 1.3rem;
	font-weight:normal;
    text-transform:none;
}
/***** RESPONSIVE *****/
@media only screen and (max-width: 991px) {
	body {
		font-size: 0.9rem;
	}
	h1, .page-title {
		font-size: 1.5rem;
	}
	h1.section-title>span::after {
		display: none;
	}
	h2 {
		font-size: 1.75rem;
	}
	h2.name-title {
		font-size: 18px;
	}
	h2.section-title>span::after {
		display: none;
	}
	h1.section-title, h2.section-title {
	    font-size: 1.75rem;
	}
	h3, h3.section-group-title {
		font-size: 1.5rem;
	}
	h3.title-description {
		font-size: 1.1rem;
	}
	h4, h4.panel-title {
    	font-size: 1.375rem;
    }
    h4.text-uppercase {
    	font-size: 1.25rem;
    }
    .blockquote {
    	font-size: 1.375rem;
    }
	.btn.btn-lg, .btn.btn-action {
    	padding: 10px 15px;
    	font-size: 15px;
    }
    .btn-seemore .fa {
	    padding: 2px 0;
	    width: 20px;
	    height: 20px;
	}
    .lead {
    	font-size: 1rem;
    }
    .product-box .txt-title {
    	font-size: 18px;
    }
    .text-contact h3.text-uppercase, .text-contact p {
    	text-align: center;
    }
	#navbarResponsive .nav-item:nth-child(2) .nav-dropdown-content .row:nth-child(2) {
		display: none;
	}
	.nav-dropdown-content .sub-category-wrapper {
	    display: inline !important;
	}
	.bg-orange .col-9 .col-md-4 {
		display: none;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1215px) {
    .video-present {
    	width: 100%;
    	height: 330px;
    }
}
@media only screen and (max-width: 767px) {
    .video-present, .map {
    	width: 100%;
    	height: 255px;
    }
    .video-banner {
    	width: 345px;
    	height: 200px;
    }
    .product-box .img-content {
    	width: 70%;
	}
	.product-box .btn-action {
		margin-top: 0px;
	}
	.product-box .txt-description {
		margin-bottom: 0px;
		height: auto;
	}
	.carousel-control-prev, .carousel-control-next {
		display: none;
	}
	.bg-darkblue-1 {
		text-align: center;
	}
	.bg-darkblue-1 .d-block {
		margin-left: auto;
		margin-right: auto;
	}
	.navbar-brand {
		width: 50%;
		margin-right: 0px;
	}
	.navbar-brand img {
		width: 100%;
    	height: auto;
	}
	.bg-image-full.d-block {
		height: 440px;
	}
	.bg-image-full {
		height: 250px;
	}
	.bg-image-full .btn-action {
		margin-top: 0px;
	}
	.carousel-item .py-5 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-box .img-logo {
		max-height: 30px;
    }
}
@media only screen and (min-width: 768px) {
   .col-sm-2.point5 {
   		flex: 0 0 20% !important;
   		max-width: 20% !important;  
   }
   .col-sm-2.point5 img, .col-sm-3.point5 img {
   		height: 5rem !important;
   }
}
@media only screen and (max-width: 1200px) {
	.filters .product-box .txt-description {
		height:220px;
	}
}
@media only screen and (max-width: 991px) {
	.filters .product-box .txt-description {
		height:320px;
	}
}
@media only screen and (max-width: 767px) {
   	.filters .product-box .txt-description {
		height:auto;
	}
}
/*** MOBILE MENU ***/
.list-inline.mobile {
	margin-bottom: 0px;
	text-align: center;
}
.list-inline.mobile>li>a {
	font-size: 22px;
	padding: 0px;
}
.list-inline.mobile .list-inline-item {
	margin-right: 0.5rem;
}
.list-inline.mobile .dropdown-toggle::after {
	display: none;
}
.list-inline.mobile .dropdown-menu.show {
	border-top: 2px solid #1C1D1B;
	left: -400%;
}
.navbar img{
	width: auto;
}
@media only screen and (max-width: 991px) {
	.nav-fill .nav-item {
		text-align: left;
	}
	.navbar-nav .nav-item {
		border-top:1px solid #efefff;
	}
	.navbar .navbar-nav {
		margin-top: 10px;
	}
	.navbar .navbar-toggler {
		border: none !important;
		color: #1C1D1B;
	    font-size: 35px;
	    padding: 0px;
	}
	.navbar .navbar-toggler .fa-bars:before {
		content: "\f00d";
	}
	.navbar .navbar-toggler.collapsed .fa-bars:before {
		content: "\f0c9";
	}
	.nav-dropdown .dropdown-toggle {
		width:25%;
		float:right;
		display:inline-block;
		color:#1C1D1B;
		font-size:24px;
		padding-right:0;
	}
	.nav-dropdown .dropdown-toggle::after {
		margin-left: 30px;
	}
	.nav-dropdown.show .dropdown-toggle::after {
		border-top: 0;
		border-right: .3em solid transparent;
		border-bottom: .3em solid;
		border-left: .3em solid transparent;
	}
	.nav-dropdown > .nav-link.dropbtn {
		width:75%;
	}
	.nav-dropdown > .nav-dropdown-content.dropdown-menu {
		box-shadow: none;
		position: relative;
		padding:10px 0;
	}
	.nav-dropdown:hover .dropbtn:after {
		content:'';
	}
	.nav-dropdown.show > button.dropdown-toggle > i.fa-plus-circle:before {
		content: "\f056";
	}
	.nav-dropdown.show > .dropdown-menu.show {
		margin-bottom:0;
		padding-left: 0px;
	}
	.nav-dropdown-content.dropdown-menu.show .sub-category-wrapper a {
		font-size:13px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-box .img-logo {
		max-height: 30px;
    }
}
@media only screen and (min-width: 990px) {
	.navbar .navbar-brand {
		display: none;
	}
	.nav-dropdown:hover .nav-dropdown-content {
		display:block;
		border-top:2px solid #F07D1A;
	}
	/*#nav-dropdown-heatpumps:hover .nav-dropdown-content {
		animation:showSubMenu 100ms ease-in-out both;
		animation-delay:.3s;
	}
	#nav-dropdown-dehumidifiers:hover .nav-dropdown-content {
		animation:showSubMenu 100ms ease-in-out both;
		animation-delay:.3s;
	}*/
}
@keyframes showSubMenu {
	from {opacity:0;}
	to {opacity:1;}
}
/**** PRINT ******/
#print, #print table {
	font-size:11px;
	background:#FFF;
	border-top:none;
}
#print h3 {
	font-weight:bold;
	font-size:13px;
}
#print h4 {
	font-size:12px;
}
#print .container {
	margin:10px auto;
}
@media only screen and (max-width: 767px) {
	#mainmenu .icon-bar {
		background:#333;
	}
	#slogan {
		margin-top:5px;
	}
	#slider-wrapper, #footer-wrapper {
		padding:19px;
		margin-left:0;
	}
	.sidebar-nav .nav-canvas {
        top: 0;
        left: -100%;
        position: absolute;
        width: 80%;
        z-index: 2;
        background: rgba(0, 0, 0, 0.8);
        margin: 0 !important;
        border-radius: 0 0 20px 0;
        /*padding-bottom: 10px;*/
        will-change: left;
    }
    .sidebar-nav.active .nav-canvas {
        left: -30px;
        border-right: solid 1px white;
        border-bottom: solid 1px white;
    }
    .sidebar-nav {
        position: relative;
        z-index: 3;
        margin: 0 !important;
        padding: 0;
    }
    .nav-canvas {
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -ms-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
    }
    .sidebar-nav a {
        border: none !important;
        color: white;
    }
	#mainmenu .menu li {
		float:none;
		padding:0;
		display:block;
		border-top: solid 1px white;
	}
	#mainmenu .menu li:first-child {
		padding-left:0;
	}
	#mainmenu .menu li:last-child a {
		 border-radius: 0 0 20px 0;
	}
	#mainmenu .menu li a {
		display: block;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;
		line-height: 44px;
		padding: 0 18px 8px;
		color:#FFF;
		background:none;
	}
	#mainmenu .menu li a:hover, #mainmenu .menu li a.active {
		color:#fcfcfc;
		background:#3c7abd;
	}
	#menu-admin-dd {
		position:absolute;
		right:10px;
		top:-40px !important;
	}
	.first_list, .second_list {
		width:100%;
	}
	.first_list {
		margin-right:0;
	}
	form .btn-group .text-right {
		text-align: left !important;
	}
	#product-list {
		margin-top:0;
	}
	#product-details h3 {
		margin-top:20px;
	}
	#product-details, #product-details .col-xs-12 {
		padding-left:0 !important;
		padding-right:0 !important;
	}
	#product-details table {
		font-size:13px;
	}
	.app_float_right{
		margin-top: 0px;
	}
}
/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 979px) {
	#mainmenu .menu #btn-connect {
		float:right;
	}
	.app_float_right{
		margin-top: 0px;
	}
}
/* Big Screen */
@media only screen and (min-width: 980px) and (max-width: 1199px) {
	#mainmenu .menu #btn-connect {
		float:right;
	}
	.app_float_right{
		margin-top:-114px
	}
}
/* Large Screen */
@media only screen and (min-width: 1200px) {
	#mainmenu .menu #btn-connect {
		float:right;
	}
	.app_float_right{
		margin-top:-114px
	}
}
/**** MSG BANNER ******/
.msg_banner-wrapper{z-index:9001;position:fixed}
.msg_container .msg_message{font-size:0.6em;transition:font-size 200ms;margin:0;padding:0;line-height:1.5em}
@media screen and (min-width: 500px){.msg_container .msg_message{font-size:0.8em}}
@media screen and (min-width: 768px){.msg_container .msg_message{font-size:1em;line-height:1em}}
@media screen and (min-width: 992px){.msg_container .msg_message{font-size:1em}}
@media print{.msg_banner-wrapper,.msg_container{display:none}}
.msg_banner-wrapper{height:64px;}
.msg_container{padding:15px 15px 15px;overflow:hidden;position:fixed;bottom:0;left:0;right:0}
.msg_container .msg_message{display:block;text-align:center;}
.msg_container .msg_message span{text-align:left;display:inline-block;}
@media screen and (min-width: 768px){.msg_container{padding:15px 30px 15px}}
.msg_container{background:#000;color:#fff;font-size:17px}
.msg_container ::-moz-selection{background:#ccc;color:#808080;text-shadow:none}
@-webkit-keyframes slideDown{0%{margin-top:-66px}100%{margin-top:0}}
@keyframes slideDown{0%{margin-top:-66px}100%{margin-top:0px}}
@-webkit-keyframes growDown{0%{height:0}100%{height:66px}}
@keyframes growDown{0%{height:0}100%{height:66px}}
.msg_container{-webkit-animation-duration:0.8s;-moz-animation-duration:0.8s;-o-animation-duration:0.8s;animation-duration:0.8s;-webkit-animation-name:growDown;animation-name:growDown}
.msg_banner-wrapper{-webkit-animation-duration:0.8s;-moz-animation-duration:0.8s;-o-animation-duration:0.8s;animation-duration:0.8s;-webkit-animation-name:slideDown;animation-name:slideDown;margin-bottom:0}

/* Custom Linkedin Share button */
.IN-widget {
	margin-left: 30px !important;
}
.IN-widget button {
	margin-bottom: 5px !important;
	width: 77px !important;
    height: 28px !important;
    font-size: 13px !important;
    line-height: 25px !important;
}
#bccs-modal .modal-header{
	background-color: #1C1D1B;
}
#bccs-modal .modal-title{
	color: #FFFFFF;
}
#bccs-buttonAgreeAll{
	background-color: #EE7D0C;
	border-color: #EE7D0C;
}
#bccs-buttonAgree{
	background-color: #EE7D0C;
	border-color: #EE7D0C;
}
.bg-banner { background-color: rgba(255,255,255,0.8); padding: 15px; }

/*carousel_detail_product*/
/* Position the image container (needed to position the left and right arrows) */
.carousel_container {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgb(241 236 236 / 52%);
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

/*thumbnail_carousel*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  height: 74px;
}
.flexslider {
  margin-top: 15px;
  overflow: hidden;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  margin-right: 11px;
  -moz-user-select: none;
  display: block;
} 
.flex-direction-nav a {
  position: absolute;
  font-size: medium;
  top: 77%;
  padding: 12px;
  color: inherit;
}
.flex-direction-nav .flex-prev {
  left: 0;
}
.flex-direction-nav .flex-next {
  right: 0;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover,
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
  background-color: rgb(241 236 236 / 52%);
  padding: 12px;
  /*margin-top: -13px;*/
  color: inherit;
}
.compatible-savvy {
	width:60%;
	display:block;
	padding:2px 0 4px;
	position: relative;
	background-color:#eee;
}
.compatible-savvy:after {
    content: " ";
    position: absolute;
    display: block;
    width: 10%;
    height: 50%;
    top: 0px;
    right: -15px;
    z-index: 3;
    border:15px solid #FFF;
    border-right: 0px;
    transform-origin: top right;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
}
.w-60 {
	width: 60%!important;
}
/* SLIDER BAR */
.custom-range {
    width: 55%;
	height: 0.5rem;
}
.custom-range::-webkit-slider-thumb, 
.custom-range::-webkit-slider-thumb:active {
	background-color: #EE7D0C;
}
.custom-range::-moz-range-thumb,
.custom-range::-moz-range-thumb:active {
	background-color: #EE7D0C;
}
.custom-range::-webkit-slider-runnable-track {
	margin-top: 2px;
	height: 5px;
}
.custom-range::-moz-range-track {
	margin-top: 2px;
	height: 5px;
}
.custom-range-prefix {
	text-align:center;
	color:#000;
	font-size:10px;
	background:#ddd;
	display:inline-block;
	border-radius:50%;
	padding:0 4px;
	width:17px;
	height:17px;
	margin-right:-7px;
}
.custom-range-suffix {
	text-align:center;
	color:#000;
	font-size:10px;
	background:#ddd;
	display:inline-block;
	border-radius:50%;
	width:17px;
	height:17px;
	padding:0 2px;
	margin-left:-7px;
}
.custom-range-result {
	width:50px;
	text-align:center;
	color:#000;
	padding:0 5px;
	margin-left:20px;
	background:#fff;
	border-radius:5px;
	display:inline-block;
}

section ul.li_check {
  list-style-type: none;
}
section ul.li_check li::before {
	font-family: "Font Awesome 5 Free";
	content: '\f00c';
	display: inline-block;
	height: 0.9em;
	width: 2.5em;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: -2.5em;
	left: -1.4em;
	position: relative;
}