/* 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: rgba(255,255,255,0.95) !important;
	background-color: #1c1d1b !important;
	font-family: 'quicksandregular', Open Sans, sans-serif;
	font-size: 0.875rem !important;
}
a, a:hover {
	color:#F07D1A;
}
.bg-orange {
	background-color:#F07D1A !important;
}
.bg-black {
	background-color:#3c3e3e !important;
}
.txt-orange {
	color: #F07D1A;
}
.txt-black {
	color:#1C1D1B !important;
}
.txt-white {
	color:rgba(255,255,255,0.95) !important;
}
.nowrap {
	white-space:nowrap !important;
}
footer .border-top {
	border-top: 1px solid #F07D1A !important;
}
footer .list-unstyled li {
	padding-bottom:8px;
	line-height: 1.2;
}
footer .list-unstyled a {
	color:#FFF;
}
footer p strong {
	font-size: 16px;
}
/***** TOP HEADER *****/
.fa-phone-alt, .fa-envelope, .fa-shopping-cart, .fa-user, .fa-globe {
	padding-right: .75rem;
}
.fa-envelope {
	font-size: 18px;
}
.list-inline-item a.text-white {
	font-weight: 700;
}
/***** MENU *****/
.sticky-top {
	padding:0.5rem 0 0 0;
	box-shadow: 0 1px 5px 0px rgba(28,29,29,0.1);
}
.sticky-top .col.text-right ul {
	margin-bottom: 0px;
}
.sticky-top .list-inline-item:not(:last-child) {
    margin-right: 1.5rem;
}
.navbar {
	position: inherit;
    padding: 0 0 0.25rem 0;
	width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.navbar .navbar-nav {
	margin-top: 0px;
}
.navbar .navbar-nav .nav-item > .nav-link, 
.navbar .navbar-nav .nav-dropdown > .nav-link,
.nav-link {
	text-transform:uppercase;
	padding-left: 2.5rem;
	font-weight: 800;
}
.navbar-collapse {
    align-items: flex-end !important;
}
.navbar-light .navbar-nav .nav-link, .nav-link {
	color:#1c1d1b;
}
.navbar .navbar-nav a.nav-link:hover, .nav-link:hover {
	color:#F07D1A;
}
.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:#F07D1A;
	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) {
	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;
	color: #FFF;
    position: absolute;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 15px;
    box-shadow: 0px 6px 10px 0px rgba(255,255,255,0.25);
    z-index: 1;
    top: auto;
    border: none;
    border-radius: 0;
}
.nav-dropdown-content a.nav-link {
	color: #FFF !important;
}
.nav-dropdown-content a.nav-link:hover, .nav-dropdown-content .point4 a.nav-link {
	color: #F07D1A !important;
}
.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:45%;
    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;
}
/***** 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: #F07D1A;
  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 #F07D1A;;
  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-size: 1.5rem;
	font-weight: normal;
	margin-top: 1.2rem;
	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::before, h2.section-title>span::before {
  	content: " "; 
  	display: inline-block;
	width: 25px;
  	height: 36px;
	background-image:url(../../images/wpump-drop.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size:100%;
	margin:-5px 20px -5px 0px;
}
h3 {
	font-weight: 700;
}
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: normal;
}
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-content {
	padding: 0.5rem 0;
}
.img-fluid {
	margin-bottom: 1rem;
}
.img-png {
	filter: drop-shadow(0px 0px 25px rgba(255,255,255,0.25));
	-webkit-filter: drop-shadow(0px 0px 25px rgba(255,255,255,0.25));
}
.img-filter {
	margin: 0px;
    padding: 0px;
    width: 100%;
}
ul.no-bullets {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.lead {
	font-size: 1.1rem;
	font-weight:normal;
}
.col-6.col-md-4 img {
	margin-bottom: 8px;
}
.btn-orange {
    color: #fff;
    background-color: #F07D1A;
    border-color: #F07D1A;
    text-transform: uppercase;
    font-weight: bold;
}
.btn-orange:hover {
    color: #F07D1A;
    background-color: #FFF;
}
.btn-white {
    color: #1C1D1B;
    background-color: #fff;
    border-color: #fff;
    font-weight: 700;
}
.btn-white:hover {
    color: #FFF;
    background-color: #1C1D1B;
    border-color: #1C1D1B;
}
.btn-black {
	color: #FFF;
    background-color: #1C1D1B;
    border-color: #1C1D1B;
    text-transform: uppercase;
    font-weight: bold !important;
}
.btn-black:hover {
	color: #1C1D1B;
	background-color: #FFF;
}
.btn-transparent {
	color: #FFF;
    background-color: transparent;
    border-color: #FFF;
    text-transform: uppercase;
    font-weight: bold !important;
}
.btn-transparent:hover {
	color: #1C1D1B;
	background-color: #FFF;
}
.btn-action-list {
    color: #fff;
    background-color: rgba(238,125,12,0.75);
    font-weight: normal;
}
.btn-orange[type="submit"], .btn-call {
	padding:10px 15px;
	font-weight:bold;
	text-transform:uppercase;
}
.list-group-item {
    padding: 0.5rem 0rem !important;
	border: none !important;
}
.banner-assist .col-md-6 {
	border-left: 1px solid #1C1D1B;
}
.banner-assist .col-md-6:first-child {
	border:none;
}
.banner-assist a {
	color: #FFF;
}
@media only screen and (max-width: 768px) {
	.banner-assist .col-md-4 {
		border: none;
	}
}
#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 .col-md-3 {
	border-left: 1px solid #F07D1A;
} 
#blog-bg ul li.blog-main-title {
	padding-top: 20px;
}
#blog-bg ul li {
	padding: 5px 0px;
	line-height: 1.2;
}
#blog-bg ul li:hover a {
    padding-left: 10px;
    border-left: 3px solid #F07D1A;
}
#blog-bg ul li a {
	color: #FFF;
}
#blog-bg ul li a:hover {
	color: #F07D1A;
}
#blog-bg ul li.blog-main-title a {
	font-size: 1rem;
	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;
}
/***** BANNER *****/
#roadshow-banner h1, #roadshow-banner h3 {
	color: #1C1D1B !important;
}
@media only screen and (max-width: 768px) {
	#roadshow-banner h1 {
		font-size: 1.5rem;
	}
} 
/***** CARDS *****/
.card {
	border: none;
	border-radius: 0px;
}
h5.card-title {
    color: #F07D1A;
    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: 1rem !important;
	margin-bottom: 0;
	filter: drop-shadow(0px 0px 25px rgba(255,255,255,0.25));
	-webkit-filter: drop-shadow(0px 0px 25px rgba(255,255,255,0.25));
}
.products .card-body {
	padding: 0.375rem 1.25rem 1rem 1.25rem;
}
.card-img-top {
    border-radius: 0px;
}
.card-title a {
	color: #F07D1A;
}
.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.5;
}
.text-muted {
    color: #fff !important;
    font-size:12px; 
}
.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;
	}
}
/***** 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;
}
/***** 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;
}
/***** 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: #FFF;
    text-align: center;
    background-color: #3c3e3e;
    border: 1px solid #F07D1A;
}
#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;
}
::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;
}
.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 *****/
#inputDistance {
	width: 15%;
    flex: none;
    border: 1px solid #1C1D1B;
    height: auto;		   
}
#inputAddress, #inputDistance, #lat, #lon {
    border: 1px solid #F07D1A;
    height: auto;
}
#longitude-addon {
	border-right:none;
}
.btn-orange-reseller {
    color: #fff;
    background-color: #F07D1A;
    border-color: #F07D1A;
    border-radius: 0 3px 3px 0;
}
.btn-orange-reseller:hover {
    color: #F07D1A;
    background-color: #fff;
}
.IN-widget button {
    margin-bottom: 5px !important;
    width: 77px !important;
    height: 28px !important;
    font-size: 13px !important;
    line-height: 25px !important;
}
.IN-widget {
    margin-left: 30px !important;
}
#map {
    width: 100%;
    height: 470px;
    padding: 0;
    margin: 0;
	z-index: 0;
}
#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;
}
.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;
}
.leaflet-container a {
    color: #F07D1A !important;
}
/***** TABLE *****/
.table.table-striped {
	border: none;
	color: #FFF;
}
.table tbody, .table.table-hover tbody {
	background-color: #1C1D1B;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #3C3E3E;
    border-top: 1px solid #F07D1A;
    border-bottom: 1px solid #F07D1A;
}
.table thead, .table.table-hover thead, .table thead button, .table.table-hover thead button {
	color: #fff;
	background-color: #F07D1A;
	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;
	font-size: 16px;
}
.table tbody .td-img, .table.table-hover tbody .td-img {
	width: 20%;
}
.table td, .table th {
    border-top: none !important;
}
.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-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;
}
tr.no-border-top {
	border-right: 1px solid #dee2e6;	
}
tr.no-border-top td {
	border-top: none;
    vertical-align: middle;
}
.pagination {
	display: inline-flex;
}
.page-link {
	color: #F07D1A;
    padding: 12px .75rem;
}
.page-link:hover {
	color: #F07D1A;
}
.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 #F07D1A;
}
#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;
	}
}
/***** SEE MORE BUTTON *****/
.plus-minus {
	background-color: inherit;
	border: none;
}
.btn-seemore .fa {
	padding: 4px 0;
	width: 30px;
	height: 30px;
	color: #F07D1A;
	background-color: #fff;
	border-radius: 50%;
	margin-left: 10px;
}
.btn-seemore.btn-orange .fa {
	color:#1C1D1B;
}
.btn-seemore.btn-orange:hover .fa {
	color:#F07D1A;
}
.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;
}
/***** RESPONSIVE *****/
@media only screen and (max-width: 991px) {
	body {
		font-size: 0.9rem;
	}
	h1.main-title {
		font-size: 2rem;
	}
	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.675rem;
	}
	h3, h3.section-group-title {
		font-size: 1.5rem;
	}
	h3.title-description {
		font-size: 1rem;
	}
    h4.text-uppercase {
    	font-size: 1.25rem;
    }
    .blockquote {
    	font-size: 1.375rem;
    }
	.btn.btn-lg {
    	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;
    }
    .navbar-brand {
		width: 15%;
		margin-right: 0px;
	}
	.navbar-brand img {
		width: 30%;
    	height: auto;
	}
	#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;
	}
	.filters .product-box .txt-description {
		height:320px;
	}
}
@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;
	}
	.carousel-item .py-5 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	.filters .product-box .txt-description {
		height:auto;
	}
}
@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.point4 {
   		flex: 0 0 25% !important;
   		max-width: 25% !important;  
   }
}
@media only screen and (max-width: 1200px) {
	.filters .product-box .txt-description {
		height:220px;
	}
}
/*** 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: 992px) {
	.navbar {
	position: relative;
	z-index: 100;
	margin-top: -30px;
	}
	.navbar .navbar-brand {
		display: none;
	}
	.nav-dropdown:hover .nav-dropdown-content {
		display:block;
		border-top:2px solid #F07D1A;
	}
	#nav-dropdown-products: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;
	}
}
/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 979px) {
	#mainmenu .menu #btn-connect {
		float:right;
	}
}
/* Big Screen */
@media only screen and (min-width: 980px) and (max-width: 1199px) {
	#mainmenu .menu #btn-connect {
		float:right;
	}
}
/* Large Screen */
@media only screen and (min-width: 1200px) {
	#mainmenu .menu #btn-connect {
		float:right;
	}
}
/**** 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}

#bccs-modal .modal-header{
	background-color: #F07D1A;
}
#bccs-modal .modal-title{
	color: #FFFFFF;
}
#bccs-buttonAgreeAll{
	background-color: #F07D1A;
	border-color: #F07D1A;
}
#bccs-buttonAgree{
	background-color: #F07D1A;
	border-color: #F07D1A;
}
.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;
	bottom: 60px;
	transform: translateY(-50%);
	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;
  color: inherit;
}