html { overflow-y: scroll !important; }
body .modal-open { overflow: visible; }


::-moz-selection { /* Code for Firefox */
   background-color: #ffea00;
   color:#4b4e53;
}

::selection {
    background-color: #ffea00;
    color:#4b4e53;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 500;
    background: url('../../imgs/misc/loader.gif') 50% 50% no-repeat rgba(249,249,249,.60);
    opacity: .9;
	
}

#cookieAlert {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1050;
      background-color: #343a40;
      color: white;
      padding: 1rem;
    }
    #cookieAlert a {
      color: #ffc107;
      text-decoration: underline;
    }
    @media (max-width: 576px) {
      #cookieAlert .btn {
        width: 100%;
        margin-bottom: 0.5rem;
      }
}


.landing_tic {
	
	background-image:    url('../../imgs/landing_page/TIC.jpg');
    background-size:     cover;                    
    background-repeat:   no-repeat;
    background-position: center center;   
	
}
.landing_tor {
	
	background-image:    url('../../imgs/landing_page/TOR.jpg');
    background-size:     cover;                    
    background-repeat:   no-repeat;
    background-position: center center;   
	
}
.landing_inf {
	
	background-image:    url('../../imgs/landing_page/INF.jpg');
    background-size:     cover;                    
    background-repeat:   no-repeat;
    background-position: center center;   
	
}
.landing_esc {
	
	background-image:    url('../../imgs/landing_page/ESC.jpg');
    background-size:     cover;                    
    background-repeat:   no-repeat;
    background-position: center center;   
	
}


.breadcrumb-products {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-products-item + .breadcrumb-products-item {
  padding-left: 0.5rem;
}

.breadcrumb-products-item + .breadcrumb-products-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: ">";
}

.breadcrumb-products-item + .breadcrumb-products-item:hover::before {
  text-decoration: none;
}

.breadcrumb-products-item + .breadcrumb-products-item:hover::before {
  text-decoration: none;
}

.breadcrumb-products-item.active {
  color: #6c757d;
}


#product_carousel .list-inline {
    white-space:nowrap;
    overflow-x:hidden;
	 overflow-y:hidden;
}

#product_carousel .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
}

#product_carousel .carousel-indicators > li {
    width: initial;
    height: initial;
    text-indent: initial;
	opacity: 0.5;
}

#product_carousel .carousel-indicators > li.active img {
    opacity: 1;
	border-bottom: 3px #999 solid;
}
.carousel-inner .carousel-item {
   transition: opacity .35s ease-in-out;
   -moz-transition: opacity .35s ease-in-out;
   -webkit-transition: opacity .35s ease-in-out;
}
	



.help-block {
  color: red;
}
.mouse-disabled {
	
	cursor: not-allowed !important;
	
}

.display-5 {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.0;
} 
.custom-control-label {
	
	cursor: pointer !important;
	
}

.form-group.has-error.has-danger .form-control-label {
  color: red;
}

.form-group.has-error.has-danger .form-control {
  border: 1px solid red;
  box-shadow: 0 0 0 0.2rem rgba(250, 16, 0, 0.18);
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #55FF58;
}
.has-success .form-control {
  border-color: #55FF58;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #26D06E;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #26D06E;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.xsmall {
	
   font-size: 60% !important;
	
}

.bg-white {
	
	background-color: #FFFFFF !important;
	
}
.white {
	
	color: #FFFFFF !important;
	
}
.bg-transparent {
	
	background-color: transparent !important;
	
}

div.jumbotron.user-access{

  
    background:url('../../imgs/misc/user-access-jumbotron.jpg');
    background-size:cover;
    background-position:center;
    padding-top:100px;
    padding-bottom:100px;
}

div.no-results-jumbotron{

  
    background:url('../../imgs/misc/no-results-jumbotron.jpg');
    background-size:cover;
    background-position:center;
    padding-top:100px;
    padding-bottom:100px;
	
}

div.cartridge-finder-jumbotron{

  
    background:url('../../imgs/misc/cartridge-finder-jumbotron.jpg');
    background-size:cover;
    background-position:center;
    padding-top:100px;
    padding-bottom:100px;
	
}

div.categories-card{

  
    background: rgba(40,48,72,0.72);  /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #859398, rgba(40,48,72,0.72));  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #859398, rgba(40,48,72,0.72)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

div.jumbotron.shipment-select{

  
    background:url('../../imgs/shipment/shipment_select_page.jpg');
    background-size: cover;
    background-position: center;

}
div.jumbotron.empties-select{

  
    background:url('../../imgs/misc/empties_shipment_select_page.jpg');
    background-size: cover;
    background-position: center;

}

.ellipsis  {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	
}

.btn-menu {
	
	background-color: transparent; height: 39px; padding:0px;
	border: 0px;
} 
.sticky-menu {
    position: sticky;
    position: -webkit-sticky;
    top: 68px;
    z-index: 1001;
}
.btn-facebook {
	
	background-color: #3b5998;
	color: #FFF;
	
}
.btn-facebook:hover {
  color: #fff !important;
  background-color: #0090E0;
  border-color: #0090E0;
}
@media (max-width: 767px) {
	
	
	#toTop{
		position: fixed;
		bottom: 95px;
		right: -4px;
		cursor: pointer;
		display: none;
		color: #6c757d;
		z-index: 9999;
	}
	
	
	div.cartridge-finder-jumbotron{

  
    background:url('../../imgs/misc/cartridge-finder-jumbotron-mobile.jpg');
    background-size:cover;
    background-position:center;
    padding-top:100px;
    padding-bottom:100px;
	
}
	
	
	
	.w-sm-100 {
	
		width: 100% !important;
		
	}
	.product-price {
		
		font-size: 14px;
		font-weight: 500;
		
	}
	.card-product-description {
		
	font-size: 14px !important; 
    font-weight: 600;
}
	
  .nav-menu-links {

	 background: linear-gradient(#FFF, #EEEEEE);
	 margin-top: 32px;
	 position: static;
	
	
  } 

	.menu-open-links {
		
	background-color: transparent !important;
		
		
	}	
	
	
		.mobile-search {
		background: linear-gradient(#FFF, #EEEEEE);
		-webkit-box-shadow: 0 4px 4px -4px #666;
		-moz-box-shadow: 0 4px 4px -4px #666;
		box-shadow: 0 4px 4px -4px #666;	
	}	
	
		.menu-cat {
		
	padding-bottom: 5px !important;
	border-bottom: 1px solid #333;		
	}	
}


.badge_cart{
		
		margin-left: -4px;
		background-color:rgba(255,0,0,0.70) !important;
		color: #FFF;
		
		
		
	}


@media (min-width: 768px) and (max-width: 992px) {
	.menu-links-size-md {
		
		font-size: 10px !important;
	}

}
@media (min-width: 768px) {
	
	.card-product-description {
	font-size: 12.5px !important;
    height: 40px;
    font-weight: 500;
}
	.cards-header-menu {
	-webkit-column-count: 5 !important;
	-moz-column-count: 5 !important; 
	column-count: 5 !important;
	
	overflow: hidden; 		
	-webkit-column-fill: auto; 
	-moz-column-fill: balance !important; 
	column-fill: auto !important; 

	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	page-break-inside: avoid;
	-moz-page-break-inside: avoid;
	-moz-break-inside: avoid;
	break-inside: avoid-column;
	

	
}
	
	.menu-open-links {
		background: linear-gradient(#FFF, #EEEEEE);
		-webkit-box-shadow: 0 4px 4px -4px #666;
		-moz-box-shadow: 0 4px 4px -4px #666;
		box-shadow: 0 4px 4px -4px #666;	
	}	
	
	
	.nav-menu-links {
	height: 45px !important;
	background-color: #FFF !important;
	vertical-align: middle !important;

	border-bottom: 1px solid #DDDDDD;
		-webkit-box-shadow: 0 6px 6px -6px #DDDDDD;
		-moz-box-shadow: 0 6px 6px -6px #DDDDDD;
		box-shadow: 0 6px 6px -6px #DDDDDD;	
	}	
}
.carousel-item .img-fluid {
  width:100%;
}
.carousel-item a {
  display: block;
  width:100%;
}

.stock-badge {
 font-size: 10px;
}

.stock-spares {
 font-size: 12px;
}


.bg-mobile-menu{
	background-image: url("../../imgs/misc/bg_mobile.jpg");
	width:100%;
   
  
	
}
.bg-light-landing{
	
	background-color: #F7F8F9 !important;
	
}

.bg-footer{
	
	background-color: #EEEEEE !important;
	
}
.bg-sitebar{
	
	background-image: url("../../imgs/misc/bg.jpg");
	width:100%;
	
	
}

.tooltip.bs-tooltip-top .tooltip-inner {
 background:#666 !important;
 }

.tooltip.bs-tooltip-top .arrow:before {
 border-bottom-color:#666 !important;
  border-top-color:#666 !important;
  }


.input-buy {
  color: #dc3545;
  background-color: #FFF;
  
	border: 1px solid #f8f9fa;
  font-size: 16px;
  font-weight: bold;
}

.btn-buy {
  color: #dc3545;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-buy:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-buy.disabled, .btn-buy:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-buy:not(:disabled):not(.disabled):active, .btn-buy:not(:disabled):not(.disabled).active,
.show > .btn-buy.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-order-process {
  color: #666;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
font-weight: 700;
}

.btn-order-process:hover {
  color: #333;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-order-process.disabled, .btn-order-process:disabled {
  color: #999;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn--order-process:not(:disabled):not(.disabled):active, .btn-order-process:not(:disabled):not(.disabled).active,
.show > .btn-order-process.dropdown-toggle {
  color: #FFF;
  background-color: #59B61F;
  border-color: #d3d9df;
}


.btn-radio {
	width: 100%; 
}
.img-radio {
	opacity: 0.4;
	margin-bottom: 5px;
	width: 90%;
	height: 90%;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}
 .active {
	opacity: 1 !important;
}


/* Form Progress */
.order-progress {
  width: 100%;
  height: 70px;
  margin: 0px;
  text-align: center;
}
.order-progress .circle,
.order-progress .bar {
  display: inline-block;
  background: #fff;
  width: 40px; height: 40px;
  border-radius: 40px;
  border: 1px solid #04A5FF;
}
.order-progress .bar {
  position: relative;
  width: 25%;
  height: 6px;
  top: -33px;
  margin-left: -5px;
  margin-right: -5px;
  border-left: none;
  border-right: none;
  border-radius: 0;
}
.order-progress .circle .label {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 25px;
  border-radius: 32px;
  margin-top: 5px;
  color: #FFF;
  font-size: 17px;
}
.order-progress .circle .title {
	color: #666;
	font-size: 12px;
	line-height: 30px;
	margin-left: -50%;
	margin-right: -50%;
	text-align: center;
	font-weight: normal;
		
}

/* Done / Active */
.order-progress .bar.done,
.order-progress .circle.done {
  background: #eee;
}
.order-progress .bar.active {
  background: linear-gradient(to right, #EEE 40%, #FFF 60%);
}
.order-progress .circle.done .label {
  color: #FFF;
  background: #8bc435;
  box-shadow: inset 0 0 2px rgba(0,0,0,.2);
}
.order-progress .circle.done .title {
  color: #444;
}
.order-progress .circle.active .label {
  color: #FFF;
  background: #0c95be;
  box-shadow: inset 0 0 2px rgba(0,0,0,.2);
}
.order-progress .circle.active .title {
  color: #0c95be;
}



/*---------------------------------------------------------------------- /
BADGES
----------------------------------------------------------------------- */
.new-product-badge {
	
	position: absolute;
	margin-top: -8px;
	color: #FFF;
	border: 0px;
	
	
}
.deal-badge {
	
	position: absolute;
	margin-top: -7px;
	background-color: #FFF;
	border-radius: 5px;
	padding: 0px 5px;
	
}
.deal-bg{
  background-color: #FFF;
  background-image: -webkit-linear-gradient(100deg, #FFF 35%, #9CDD23 35%);
  background-position: top;
  background-size: 100% 180px;
  background-repeat: no-repeat;
}


.card-menu {
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.09), 0 3px 1px -2px rgba(0,0,0,0.09), 0 1px 5px 0 rgba(0,0,0,0.08);
}

.card-menu:hover {
    
	box-shadow: 0 20px 20px -20px #666, 0 3px 1px -2px rgba(0,0,0,0.09), 0 1px 5px 2px rgba(0,0,0,0.07);
}

.card-menu-footer {
	
	height: 60px !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}



/*---------------------------------------------------------------------- /
CARD PRODUCT
----------------------------------------------------------------------- */

.card-product {
    display: inline-block;
    position: relative;
    width: 100%;
	margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 6px;
    color: rgba(0, 0, 0, 0.87);
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.10), 0 3px 1px -2px rgba(0,0,0,0.13), 0 1px 5px 0 rgba(0,0,0,0.08);
}

.card-product:hover {
    
	box-shadow: 0 20px 20px -20px #666, 0 3px 1px -2px rgba(0,0,0,0.13), 0 1px 5px 2px rgba(0,0,0,0.08);
}

.card-product .card-caption {
    margin-top: 5px;
}

.card-product .card-product-image + .category {
    margin-top: 20px;
}

.card-product .card-product-image {
    height: 60%;
    position: relative;
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -15px;
    border-radius: 4px;
	padding: 15px;
	background-color: #FFF;
    box-shadow: 0 4px 19px -6px rgba(0, 0, 0, 0.25), 0 2px 12px 0px rgba(0, 0, 0, 0.12), 0 4px 5px -2px rgba(0, 0, 0, 0.2);
}

.card-product .card-product-image img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    pointer-events: none;
}


.card-product .card-product-image .card-product-caption {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
    font-size: 0.6em;
    text-shadow: 0 2px 5px rgba(33, 33, 33, 0.5);
}

.card-product img {
    width: 100%;
    height: auto;
}

.img-raised {
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.card-product .ftr {
    margin-top: 10px;
}

.card-product .ftr div {
    display: inline-block;
}

.card-product .ftr .author {
    color: #888;
}

.card-product .ftr .stats {
    float: right;
    line-height: 30px;
}

.card-product .ftr .stats {
    position: relative;
    top: 1px;
    font-size: 14px;
}


/* ============ Card Table ============ */


.card-product .table {
    padding: 15px 15px;
	margin-bottom: 0px;
}

.card-product .table-info {
    background: linear-gradient(60deg, #26c6da, #0097a7);
}

.card-product .table-success {
    background: linear-gradient(60deg, #66bb6a, #388e3c);
}

.card-product .table-warning {
    background: linear-gradient(60deg, #ffa726, #f57c00);
}

.card-product .table-danger {
    background: linear-gradient(60deg, #ef5350, #d32f2f);
}

.card-product[class*="table-"] {
    color: #FFFFFF;
    border-radius: 6px;
}

.card-product[class*="table-"] .card-product-caption a,
.card-product[class*="table-"] .card-product-caption,
.card-product[class*="table-"] .icon i {
    color: #FFFFFF;
}

.card-product[class*="table-"] .icon i {
    border-color: rgba(255, 255, 255, 0.25);
}




.card-product-raised {
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}


/* ============ Card Background ============ */

.card-product-background {
    background-position: center;
    background-size: cover;
    text-align: left;
}

.card-product-background .table {
    position: relative;
    z-index: 2;
    min-height: 280px;
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 440px;
    margin: 0 auto;
}


.card-product-background .card-product-caption {
    color: #FFFFFF;
    margin-top: 10px;
}

.card-product-background:after {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    table: "";
    background-color: rgba(0, 0, 0, 0.56);
    border-radius: 6px;
}


