/* general */
html, body {
    width: 100%;
    overflow-x: hidden !important;
}

body {
    font-family: 'Open Sans', 'Arial', sans-serif !important;
    background-color: #ebebeb !important;
}

img {
    max-width: 100%;
}

a:hover {
  	color: #007eb0;
    text-decoration: none;
}

span:hover {
    text-decoration: none;
}

hr {
    border-top: 1px solid rgba(50, 50, 50, 0.2);
}

iframe {
    border: none;
}

.form-group .form-control:focus {
  	box-shadow: none;
  	border-color: #CED4DA;
}

.content {
    width: 100%;
}

.tm-row > div, .tm-row > section {
  	margin-bottom: 15px;
}

.f-size-reg {
    font-size: 0.9rem;
}

.no-list-style {
    list-style: none;
    padding: 0;
}

.btn:focus {
  	outline: none;
  	box-shadow: none;
}

h3.title {
    font-size: 1.4rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #323232;
}

a.gui-button-facebook {
    display: none !important;
}

/* header */
.main-header {
    width: 100%;
    position: relative;
    margin-bottom: 2rem;
    padding: 0;
    z-index: 200;
}

.header-1, .header-2 {
    width: 100%;
    background-color: #A7A7A7;
}

.header-1 {
    min-height: 70px;
    padding: 0px 15px 0px 15px;
}

.header-2 {
    min-height: 55px;
    padding: 0px 30px 10px 30px;
}

.header-1 .row {
    position: relative;
}

.center-y {
    display: flex;
    align-items: center;
}

.header-logo-wrap {
    max-height: 33px;
    display: flex;
    align-items: center;
    background-color: #FFF;
    overflow: hidden;
    padding: 45px 20px
}

.header-logo-wrap a {
  	width: 100%;
}

.header-logo-wrap a img {
  	width: 90%;
    display: block;
    margin: auto;
}

.navbar {
    min-height: 70px;
    background-color: #A7A7A7;
}

.navbar-brand {
    display: none;
}

.navbar-toggler {
    justify-self: flex-start;
    padding: 1.3rem 1rem 1rem 1rem;
}

.navbar-toggler:focus {
    outline: none;
}

.menu-icon {
    color: #FFFFFF;
    margin-left: 10px;
}

.text-menu-btn {
    font-size: 0.8rem;
    font-weight: 600;
    color: #FFF;
    margin-left: 5px;
}

.nav-item {
    border-bottom: 1px solid rgba(50, 50, 50, 0.2);
    margin-left: 15px;
}

.nav-link {
    font-size: 0.8rem;
    font-weight: 700;
    color: #FFF;
}

.header-3 {
  background: linear-gradient(0deg, rgba(227,46,72, .8), rgba(227,46,72, .8)), url('https://cdn.webshopapp.com/themes/176237/assets/home-banner.jpg?1');
  background-position: center;
  padding: 2rem 0;
}

.header-3 > .row {
    padding: 0 .35rem 0 0;
    margin: 0 .5rem;
}

.product-filter-searchbar .btn {
  	position: absolute;
    right: 15px;
    top: 0px;
    background-color: #f07c00;
  	border-bottom: 2px solid #B85F00;
    border-radius: 6px;
  	color: #FFF;
    padding: 16px 20px;
}

.product-filter-searchbar {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.product-filter-searchbar input {
	width: 100%;
  padding: 1rem;
  border: 1px solid #A7A7A7;
  border-radius: 5px;
}

.product-filter-searchbar input:focus {
	outline: none;
}

.search-form {
    width: 100%;
    display: flex;
    background-color: #FFF;
    border: 1px solid #323232;
    border-radius: 5px;
}

.search-form .form-control {
    width: 70%;
    justify-self: flex-start;
    border: none;
    font-size: 0.7rem;
}

.search-form .btn {
    width: 30%;
    justify-self: flex-end;
    border-left: 1px #A7A7A7 solid;
    border-radius: 0px 5px 5px 0px;
    font-size: 0.8rem;
    font-weight: 700;
    color: #A7A7A7;
}

.search-form .form-control:focus, .search-form .btn:focus {
    box-shadow: none;
}

.search-btn:hover {
    color: #A7A7A7;
}

.user-icons {
    position: absolute;
    top: 117px;
    right: 10%;
    transform: translate(10%);
    z-index: 100;
}

.text-user-link {
    font-size: 0.8rem;
    font-weight: 700;
    color: #FFF;
}

.account-icon {
    width: 19px;
    height: 25px;
    color: #323232;
    margin-right: 20px
}

.cart-icon {
    width: 25px;
    height: 19px;
    color: #FFFFFF;
}

.cart-count {
    min-width: 16px;
    position: absolute;
    top: -10px;
    right: -10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8rem;
    text-align: center;
    background-color: #00B233;
    border-radius: 50%;
    padding: 2px;
}

.cart-dropdown-child {
    min-width: 256px;
    padding: 10px 22px;
}

.cart-text {
    font-size: 0.9rem;
    text-align: center;
    margin: 10px 0px;
}

.cart-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cart-product-img-wrap {
    width: 40px;
    height: 40px;
}

.cart-product-img-wrap img {
    width: 100%;
}

.cart-product-name {
    font-size: 0.8rem;
    color: #007EB0;
}

.cart-product-name:hover {
    color: #007EB0;
}

.cart-product-price {
    font-size: 0.8rem;
}

.cart-btns {
    display: flex;
    justify-content: center;
}

.cart-btn {
    width: 50%;
    display: inline-block;
    font-size: 0.8rem;
    text-align: center;
    color: #FFF;
    border-radius: 6px;
    padding: 6px 17px;
}

.see-cart-btn {
    color: #FFF;
    background-color: #007EB0;
}

.see-cart-btn:hover {
    color: #FFF;
    background-color: #00A3E3;
}

.check-out-btn {
    color: #FFF;
    background-color: #00B233;
    margin-left: 7px;
}

.check-out-btn:hover {
    color: #FFF;
    background-color: #00D13C;
}

/* home */
.view-mode {
  display: none;
}

.products-section .col-md-4 {
    margin-bottom: 15px
}

.filter-section .filter {
    width: 100%;
  	display: block;
   	background: #A7A7A7;
  	border-radius: .4rem;
    padding: 4px 20px;
}

.filter-section .filter button {
  	width: 100%;
  	color: #FFF;
  	font-size: 0.9rem;
  	font-weight: 600;
  	text-align: left;
  	text-transform: uppercase;
}

.filter-section .filter ul {
  	list-style: none;
  	padding: 0;
}

.filter-section .filter p {
    color: #323232;
    font-size: 0.9rem;
    font-weight: 600;
    margin: 0;
}

.filter-section .filter .dropdown-menu.show {
  	width: 100%;
  	position: absolute !important;
    transform: initial !important;
    top: 99% !important;
    left: 0 !important;
    will-change: initial !important;
}

.dropdown-menu.show {
  display: block;
}

#dropdown-menu-filter-brand.show {
  display: flex;
}

.filter-section .filter .btn {
  	background: none;
}

div.filter-brand.loaded {
	flex-direction: column;
}

section.filter-buttons {
	background: #ffffff;
  width: 100%;
  display: block;
  text-align: center;
  padding: 1rem;
  margin-left: 8px;
  margin-right: 8px;
}
section.filter-buttons button {
	border: none;
  background: #f07c00;
  color: #ffffff;
  margin: 0 0.5rem;
  border-radius: 6px;
  padding: 6px 14px;
}
section.filter-buttons button:focus {
	outline: none;
}
section.filter-buttons button:hover {
	cursor: pointer;
}

#dropdown-menu-filter-brand {
  justify-content: space-between;
  transition: 0.4s ease-in-out;
  opacity: 0;
  pointer-events: none;
  top: 99% !important;
  left: 0 !important;
  transform: none !important;
  padding: 0 1rem 1.5rem .75rem;
}
#dropdown-menu-filter-brand > div {
  padding: 0 .75rem 0 .75rem;
}
#dropdown-menu-filter-brand.show {
	opacity: 1;
  pointer-events: auto;
}
#dropdown-menu-filter-brand:not(.show) {
  display: none;
}
#dropdown-menu-filter-brand a.dropdown-item {
  width: 150px;
	height: fit-content;
  align-items: center;
  border: 1px solid #888888;
  border-radius: 5px;
}
#dropdown-menu-filter-brand a.dropdown-item img {
  width: 100%;
  display: block;
  margin: auto;
  pointer-events: none;
}
#dropdown-menu-filter-brand a.dropdown-item p {
  margin-top: 1rem;
  text-align: center;
  pointer-events: none;
}
#dropdown-menu-filter-brand a {
  padding: 1rem;
  margin: 0 auto 1rem auto;
}
#dropdown-menu-filter-brand >div:first-child a {
  margin-top: 1rem;
}
.dropdown-menu {
	margin-top: 3px;
}

.brand-selector-active #dropdown-btn-filter-type {
	display: none;
}
.brand-selector-active .dropdown.filter-type {
	background: none;
  border: none;
}

#dropdown-menu-filter-type {
	display: grid;
  grid-template-columns: 23% 23% 23% 23%;
  grid-gap: 0% 2%;
  justify-content: center;
	transition: 0.4s ease-in-out;
  opacity: 0;
  pointer-events: none;
  top: 99% !important;
  left: 0 !important;
  transform: none !important;
  width: calc(100% - 15px) !important;
  margin: 0 7.5px;
}
#dropdown-menu-filter-type.show {
	opacity: 1;
  pointer-events: auto;
}
#dropdown-menu-filter-type a.dropdown-item {
	white-space: break-spaces;
  border-bottom: 1px solid #cccccc;
}

.brand-image-wrap {
    height: 42px;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-left: 10px;
}

.brand-image {
    height: 30px;
}

#canon-logo {
    width: 95px;
    height: 29px;
}

#hp-logo {
    width: 34px;
    height: 34px;
}

#xerox-logo {
    width: 118px;
    height: 41px;
}

#ricoh-logo {
    width: 96px;
    height: 42px;
}

.product {
    width: 100%;
    min-height: 340px;
    max-height: 500px;
    overflow: hidden;
    color: #323232;
    background-color: #FFF;
    border-radius: 7px;
    padding: 10px
}

.product-img-wrap {
    display: flex;
    height: 190px;
    position: relative;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border: 1px solid #ebebeb;
    border-radius: 7px;
    margin-bottom: 10px;
}

.product-price-bg {
    display: inline-block;
    position: absolute; /* absolute to align in the top left corner, parent element class = product-img-wrap */
    top: 0px; /* set element at baseline of parent element */
    left: 0px;
    background-color: #007eb0;
    color: #FFF;
    border-radius: 5px;
    padding: 2px 7px;
    z-index: 20;
}

.product-price {
    font-size: 1rem;
    font-weight: 700;
}

.product-price-sub {
    font-size: 0.8rem;
    line-height: 0px;
}

.product-discount-bg {
    width: 170px;
    height: 40px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #FEE032;
    font-size: 0.8rem;
    font-weight: 600;
    color: #D93947;
    padding: 10px 5px 10px 10px;
    z-index: 21;
}

.triangle-right {
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 170px;
    border-top: 20px solid transparent;
    border-left: 20px solid #FEE032;
    border-bottom: 20px solid transparent;
    z-index: 22;
}

.carousel {
    width: 100%;
  	height: 100%;
}

.carousel-inner {
    width: 100%;
    height: 100%;
    overflow-x: visible;
    overflow-y: visible;
}

.carousel-item {
    width: 100%;
    height: 100%;
    overflow-x: visible !important;
    overflow-y: visible !important;
}

.carousel-item a {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-item.product-detail-img-wrap.active {
	  display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-item > a > img, .carousel-item img:not(.zoomImg) {
  	max-width: 100% !important;
  	max-height: 100% !important;
}

.carousel-control-prev, .carousel-control-next {
    opacity: 100%;
}

.carousel-control-icon {
    color: #323232;
}

.product-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 0;
    display: block;
    overflow: hidden;
  	text-overflow: ellipsis;
    white-space: nowrap;
}

.product-title a {
    color: #323232;
}

.product-title a:hover {
    color: #007eb0;
  text-decoration: none;
}

.product .text-tiny {
    display: block;
    overflow: hidden;
  	text-overflow: ellipsis;
    white-space: nowrap;
}

.product-properties {
    margin-bottom: 7px;
    padding-left: 20px;
}

.product-properties li {
    font-size: 1rem;
    color: #323232;
    margin-bottom: 4px;
}

.compare-product {
  	position: absolute;
  	bottom: 3%;
  	transform: translate(0%, 3%);
    font-size: 0.8rem;
    margin-top: 15px;
}

.compare-link {
    color: #323232;
}

.compare-link:hover {
    color: #323232;
}

.fa-square {
    font-size: 1rem;
    color: #323232;
}

.fa-check-square {
    font-size: 1rem;
    color: rgb(245, 151, 148);
}

.service-icons {
    display: flex;
    min-height: 55px;
    align-items: center;
    border-radius: 10px;
    background-color: #FFF;
    margin: 0px;
    padding: 25px 15px 5px 15px;
}

.service-group {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0px 0px 10px 0px;
}

.service-icon-cert, .service-icon-worker, .service-icon-truck, .service-icon-network, .service-icon-supplies {
    width: 39px;
    height: 39px;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.service-text {
    font-size: 0.9rem;
    font-weight: 700;
    color: #007eb0;
    margin-bottom: 0px;
}

.pagination-section {
    display: flex;
    justify-content: center;
}

#collection-pagination-description {
  margin-bottom: 1rem;
}

.pager ul {
	list-style: none;
  display: flex;
  align-items: center;
  padding-left: 1rem;
}

.pager ul li {
  margin: 0 0.2rem;
}

.pager ul li:first-child {
  margin-left: 0 !important;
}

.pager .prev, .pager .next {
    display: inline-block;
    background: #007EB0;
    border-radius: .3rem;
    color: #FFF;
    font-size: .7rem;
    line-height: 1.25;
    padding: .5rem .7rem;
}

.pager .prev {
  	margin-right: .5rem;
}

.pager .next {
  	margin-left: .5rem;
}

.pager span.current:not(.prev, .next) {
    display: inline-block;
    background: #A7A7A7;
    border-radius: .3rem;
    color: #000;
  	font-size: .9rem;
    line-height: 1.25;
    padding: .2rem .5rem;
}

.pager .page-link:not(.prev, .next) {
  	color: #007EB0;
    background: none;
    border: none;
    border-radius: 3px;
    font-size: .9rem;
  	padding: .2rem .5rem;
    transition: .2s;
}

.pager .page-link:focus {
    box-shadow: none;
}

.price-filter-range.clear {
    display: none;
}

.card-header.filterhead {
    background-color: #f07c00 !important;
}

.card-custom {
    width: 100%;
    min-height: 200px;
    overflow: hidden;
    border-radius: 7px !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.card-custom .card-header {
    color: #FFF;
    background-color: #888888;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 10px 30px;
}

.card-custom .card-body {
    padding: 30px;
}

.card-bd-text-wrap {
    border-bottom: 1px solid #D3D3D3;
    margin-bottom: 10px;
  	cursor: pointer;
}

.card-bd-text {
    font-weight: 600;
}

.card-bd-text-sub-wrap {
    margin-bottom: 30px;
}

.form-check-label {
    font-size: 0.9rem;
}

.form-check-label input {
    margin-top: 0.2rem
}

.card-bd-link {
    color: #323232;
}

.card-bd-link:hover {
    color: #323232;
}

.card-bd-text  {
    position: relative;
    margin-bottom: 10px;
}

.down-icon {
    position: absolute;
    font-size: 0.8rem;
    bottom: 5px;
    right: 0px;
}

.card-bd-text-sub-wrap {
    font-weight: normal;
    margin-left: 15px;
}

.check-1 {
    margin-bottom: 5px;
}

.check-2 {
    margin-bottom: 30px;
}

.filter-product-reset {
    font-size: 0.8rem;
    text-align: right;
}

.filter-product-reset a{
    color: #323232;
}

.filter-product-reset a:hover {
    cursor: pointer;
    color: #323232;
}

.ten-reasons-list {
    font-size: 0.9rem;
    font-weight: 600;
    margin-left: 20px;
    padding: 0px;
}

.information-header {
    font-size: 1.6rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #323232;
}

.information-text {
    font-size: 0.9rem;
    color: #323232;
}

/* footer */
.main-footer {
    min-height: 250px;
    overflow: hidden;
  	margin-top: 4rem;
    padding: 0;
}

.footer-1 {
    width: 100%;
    background-color: rgb(50, 50, 50);
}

.footer-1 .row, .footer-2 .row {
    min-height: 100px;
    padding: 15px;
}

.footer-list {
    list-style: none;
    padding: 0px;
}

.footer-list-header {
    font-family: 'Poppins', sans-serif;
  	color: #FFF;
    border-bottom: 1px solid #FFFFFF;
}

.footer-list li {
    font-size: 0.9rem;
    border-bottom: 1px solid #FFFFFF;
    padding: 15px;
}

.footer-link-header:hover, .footer-list a:hover {
    color: #A7A7A7;
    text-decoration: none;
}

.footer-link-header {
    display: inline-block;
    font-weight: 600;
    color: #FFF;
    margin-bottom: 10px;
    padding: 5px
}

.footer-list a {
    color: #FFF;
}

.social-media-list {
    list-style: none;
    padding-left: 10px;
}

.social-media-icon {
    font-size: 2rem;
    color: #FFF;
    margin: 20px 25px 0px 0px;
}

.footer-2 {
    width: 100%;
    background-color: #F6F6F6;
}

.footer-text {
    font-size: 0.9rem;
    text-align: center;
    margin-bottom: 40px;
}

.footer-text a {
    color: #9B9B9B;
}

.footer-text a:hover {
    color: #007eb0;
}


/* product detail page */
.card-custom-2 {
    width: 100%;
    background-color: #FFF;
    border-radius: 7px !important;
    padding: 30px;
}

.product-detail h3 {
    font-size: 1.1rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #007EB0;
}

.product-detail-carousel-wrap {
    display: flex;
    height: 275px;
    position: relative;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 20px;
}

.product-detail-carousel-wrap .carousel-indicators {
    width: 53px;
    height: 275px;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  	justify-content: space-evenly;
}

.product-detail-carousel-wrap .carousel-indicators li {
    width: 35px;
    height: 35px;
    cursor: crosshair;
    border: 1px solid #000;
}

.product-detail-carousel-wrap .carousel-indicators li .indicator-img-wrap {
    width: 100%;
    position: relative;
    padding: 5px;
  	overflow: hidden;
    height: 100%;
}

.product-detail-carousel-wrap .carousel-indicators li .indicator-img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
}

#product-detail-carousel {
    margin-left: 50px;
}

.nav-tabs {
    border-bottom: 1px solid #000;
}

.nav-tabs li {
    border: 1px solid #323232;
    border-radius: 5px 5px 0 0;
    margin-left: 0;
}

#tab-1 {
    max-width: 35% !important;
}

#tab-2 {
    max-width: 40% !important;
}

#tab-3 {
    max-width: 25% !important;
}

.nav-tabs .nav-item .nav-link {
    text-align: center;
    font-size: 0.8rem;
    font-weight: 400;
    color: #323232;
    border: none;
    padding: 7px;
}

.nav-tabs .nav-item .nav-link:hover {
    color: #FFF;
    background-color: #000;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #000;
    color: #FFF;
}

.tab-content {
    padding: 15px 5px;
}

.product-detail-list {
    margin-bottom: 25px;
    padding-left: 0;
}

.tab-content a {
    font-size: 0.9rem;
    color: #A7A7A7;
}

.tab-content a:hover {
    color: #007EB0;
}

.product-detail-list-header {
    font-weight: 700;
    list-style: none;
    margin-bottom: 5px;
}

.call-to-action-bg {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #FFF;
    box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.1);
    z-index: 90;
}

.call-to-action {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px 30px;
}

.call-to-action-info {
    margin-bottom: 20px;
}

.call-to-action-info a {
    display: inline-block;
    color: #323232;
}

.call-to-action i {
    margin-right: 5px;
}

.call-to-action span {
    margin-right: 30px;
}

.modal-header {
  	background-color: #323232;
  	padding: 13px 20px;
}

.modal-header button {
  	color: #FFF;
}

.modal-header button:focus, .modal-header button:hover {
  	outline: none;
  	box-shadow: none;
  	color: #FFF;
}

.modal-title {
  	font-family: 'Poppins', sans-serif;
  	font-size: 1.1rem;
  	color: #FFF;
}

.modal-body iframe {
  	width: 100%;
}

.call-to-action h2 {
    font-size: 1.9rem;
    font-weight: 700;
    margin-bottom: 15px;
}

#order-btn, #quotation-btn {
    width: 125px;
    display: inline-block;
    text-align: center;
    font-size: 1.1rem;
    font-family: 'Poppins', sans-serif;
    color: #FFFFFF;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px 20px;
}

#order-btn {
    background-color: #F07C00;
}

#order-btn span {
  margin: 0; 
}

#quotation-btn {
    background-color: #00B233;
}

.calculate h2 {
    font-size: 1.5rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #007EB0;
    margin-bottom: 10px;
}

.calculate p a {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #323232;
}

#collapse-calculate .form-check-label {
    margin-bottom: 10px;
}

.fa-caret-down {
    font-size: 1.5rem;
    margin-right: 10px;
}

.calculate ul {
    list-style: none;
    padding: 0;
}

.calculate ul li {
    margin-bottom: 10px;
}

#print-amount {
    width: 15%;
    margin-right: 10px;
}

.price-text {
    font-size: 1rem;
    font-weight: 700;
}

.header-breadcrumbs {
  color: #FFF;
  text-align: center;
}

.header-breadcrumbs a {
    color: #FFF;
}

.header-breadcrumbs a:hover {
    color: #5B5B5B;
}

.price .price-box {
  background-color: #EFEFEF;
  margin-bottom: 1rem;
  padding: 1rem;
}

.price .price-box span {
  color: #9B9B9B;
  font-size: 0.8rem;
}

.price .price-box i {
  color: #F07C01;
  margin-right: 0.5rem;
}

.price ul {
  list-style: none;
  padding: 0;
}

.price ul li i {
  color: #F07C01;
  margin-right: 0.5rem;
}

.contact {
  height: 290px;
  background-image: url('https://cdn.webshopapp.com/shops/313942/themes/176237/v/611109/assets/klantenservice.png?20210329104839'); 
  background-position: right 10px bottom; 
  background-repeat: no-repeat;
}

.contact .contact-link {
  display: block;
  color: #007eb0;
  padding: 0.2rem 0;

}

.contact .contact-link:hover {
  color: #000;
  text-decoration: none;
}

i.fas.fa-envelope.mr-1, i.fas.fa-phone.mr-1 {
  color: #000;
}

.company-data-section .contact-link {
   color: #007eb0;
}

.company-data-section .contact-link:hover {
   color: #000;
}

.contact .direct-contact-link {
  background-color: #00B233;
  font-family: 'Poppins', sans-serif;
  color: #FFFFFF;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 5px 10px;
}

.contact .direct-contact-link:hover {
  background-color: #00D13C;
}

.contact .direct-contact-link i {
  color: #FFF;
  margin-right: 0.5rem;
}

.ad h4 {
  color: #007eb0;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.ad a {
  background-color: #F07C01;
  border-radius: 5px;
  color: #FFFFFF;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 1.5rem;
  padding: 5px 10px;
}

.cart input {
  width: 0; 
  height: 0;
  display: block;
  visibility: hidden; 
}

.cart .form-group {
  width: 30%;
  display: inline-block;
}

.cart .submit-btn {
  width: 100%;
  display: inline-block;
  background-color: #F07C01;
  border-radius: 0;
}

.cart .submit-btn span {
  color: #FFF;
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
}

/* visibility rules */
.no-border-top {
    border-top: none !important;
}

.no-border-btm {
    border-bottom: none !important;
}

.extra-section-dt {
		display: none;
}

.hide-mb {
    display: none;
}

.show-inline-block {
    display: inline-block;
}

.hide {
    display: none;
}


/* TABLET */
@media only screen and (min-width: 768px) {

  	/* general */
  	.tm-row > div, .tm-row > section {
        padding: 0 0px;
    }
  
  .tm-row > div, .tm-row > section.col-md-9, .tm-row > div, .tm-row > section.col-md-6, section.col-md-3.company-data-section {
        padding: 0 8px;
    }
  
  main.flex-grow.padding-left-xl\@md {
    padding-left: 0;
}
  
  .padding-y-lg {
    padding-top: 0;
}
  
  section.row.tm-row {
    width: 100%;
    margin-left: 0px;
}
  
  .flex\@md aside.col-lg-3 {
    padding-left: 0;
    padding-right: 20px;
}
  
  .container.max-width-lg {
    max-width: none;
    padding: 0;
}
  
  section.row.rent-printer-section.mb-4 {
/*     width: 89%; */
    margin-left: auto;
    margin-right: auto;
}
  
  .container{
  	width: 101% !important;
  }
  
  aside.col-md-4 {
    padding: 0;
}
  
  	.wysiwyg-container {
      max-width: 750px;
      margin-left: 10%;
    }
  
    /* header */
    .header-1 {
        background-color: #FFF;
    }

    .header-2 {
        padding: 3px 10px;
    }

    .header-1 .row, .header-2 .row {
        max-width: 1300px;
        align-items: center;
        margin: 0 auto;
    }

    .header-logo-wrap {
        padding: 25px 20px
    }

    .header-logo-wrap a img {
        margin: 0;
    }

    .navbar {
        background-color: #FFF;
    }

    .navbar-nav {
        flex-wrap: wrap;
    }

    .nav-item {
        border-bottom: none;
        margin-left: 5px;
    }

    .nav-link {
        font-weight: 600;
        color: #323232;
    }

    .nav-link:hover {
        color: #007eb0;
    }

    .nav-btn-dt {
        color: #FFF;
        background-color: #f07c00;
        border-radius: 6px;
        padding: 6px 14px !important;
    }

    .nav-btn-dt:hover {
        color: #FFF;
    }
    
    .dropdown {
        cursor: pointer;
    }

    .btn-header-nav-2 {
        display: inline-block;
        font-size: 0.8rem;
        font-weight: 700;
        color: #FFF;
        background-color: #A7A7A7;
        border: 1px solid #FFF;
        border-radius: 5px;
        padding: 7px 14px;
        transition: 0.1s;
    }

    .btn-header-nav-2:hover {
        color: #de2c3b;
        background-color: #FFF;
    }

    #printers-dropdown:hover #printers-dropdown-list {
        display: block;
    }

    .dropdown-menu{
        margin-top: 0;
    }

    #desktop-printers-link {
        position: relative;
    }

    .caret-right-icon {
        color: #323232;
        margin-left: 50px;
    }

    .dropdown-item {
        font-size: 0.9rem;
    }

    #desktop-printers-dropright {
        display: none;
        position: absolute;
        top: 0;
        left: 100%;
        text-align: left;
        background-color: #FFF;
        list-style: none;
        padding: 8px;
    }

    .account-icon {
        color: #FFF;
        margin-right: 5px;
    }

    .divider-user-link {
        color: #FFF;
        padding: 0px 10px;
    }

    /* home */
    .content {
        max-width: 1300px;
    }
  
   .position-initial {
      position: initial;
    }

    #dropdown-menu-filter-brand {
      margin: 0px 7.5px 7.5px;
    }
  
  	#dropdown-menu-filter-brand a.dropdown-item {
  		width: 100%;
      margin-top: 1.5rem;
  	}

    #dropdown-menu-filter-brand a.dropdown-item:hover {
      box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
    }
  
  	#dropdown-menu-filter-brand >div:first-child a {
      margin-top: 1.5rem;
    }
    #dropdown-menu-filter-brand a {
      margin: initial;
    }

    .vertical-line-left {
        border-left: 1px solid #000;
        padding-left: 10px;
    }

    .service-icons {
        margin: 0px;
        padding: 10px 15px 10px 15px;
    }

    .service-group {
        margin: 0px;
        padding: 0px;
    }

    .flex-end {
        display: flex;
        justify-content: flex-end;
    }

    /* footer */
    .footer-1 .row, .footer-2 .row {
        max-width: 1300px;
        margin: 0 auto;
    }

    #ft-collapse-1, #ft-collapse-2, #ft-collapse-3, #ft-collapse-4 {
        display: block;
    }

    .footer-list-header {
        border-bottom: none;
    }
  
  	.disable-link-dt {
      	pointer-events: none;
  	}

    .footer-list li {
        border-bottom: none;
        padding: 5px;
    }

    /* product detail page */
    .product-detail-carousel-wrap {
        height: 525px;
    }

    #product-detail-carousel .carousel-inner {
        cursor: crosshair;
    }

    .call-to-action {
        max-width: 1300px;
        margin: 0 auto;
        padding: 10px 0;
    }

    .call-to-action-info, .call-to-action p, .call-to-action h2, .call-to-action a {
        margin-bottom: 0;
    }

    .call-to-action {
        flex-direction: row;
    }
  
  	.modal-dialog {
      	max-width: 900px;
      	height: 550px;
  	}
  
  	.modal-content {
      	height: 100%;
  	}
  
  	.modal-body iframe {
      	height: 100%;
  	}

    .call-to-action p {
        margin-right: 20px;
    }

    /* visibility rules */
    .no-border-btm-dt {
        border-bottom: none !important;
    }
  
  	.extra-section-dt {
				display: none;
    }

    .hide-dt {
        display: none;
    }

    .hide-mb {
        display: inline-block;
    }

}

/* DESKTOP */
@media only screen and (min-width: 992px) {

    /* general */
    .content {
        padding: 0;
    }

    /* header */
    .cart-delete-item {
        display: none;
    }

    .cart-product-name:hover .cart-delete-item {
        display: inline;
    }
  
  	.header-2 .row {
      min-height: 55px;
  	}
  
  	.header-3 > .row {
      max-width: 1300px;
      margin: 0 auto;
    }
  
  	.header-3 > .row > div {
      padding: 0;
    }
  
  	.product-filter-searchbar .btn {    
      right: 6px;
      top: 6px;
      padding: 10px 30px;
    }
  
  	.product-filter-searchbar .btn i {
      margin-right: .5rem;
  	}
  
  	.header-breadcrumbs {
      text-align: left;
    }

    /* home */
  	.view-mode {
      display: block;
    }
  
    .filter-section .filter .dropdown-menu.show { 
        width: 98.5%;
    }

    /* product detail page */
    .call-to-action {
        justify-content: flex-end;
    }

  	.cart .form-group {
      width: 20%;
      margin-right: 0.5rem;
  	}
  
    .cart .submit-btn {
    	width: 60%;
    }
  
    .ad h4, .ad a {
      margin-bottom: 0;
    }
  
  	.ad a {
      margin-left: auto;
  	}

    /* visbility rules */
    .carousel-control-prev, .carousel-control-next {
        display: none;
    }

    .carousel:hover .carousel-control-prev, .carousel:hover .carousel-control-next {
        display: flex;
    }

    .inline-dt {
        display: inline;
    }
  
  	.extra-section-dt {
			display: block;
		}

    .hide-dt {
        display: none;
    }

    .hide-mb {
        display: inline-block;
    }

    .extra-section {
        display: none;
    }

}

/* TABLET landscape */
@media only screen
and (min-width: 1024px)
and (max-height: 768px)
and (orientation: landscape) {
    .content {
        padding: 0 10px;
    }

    .cart-delete-item {
        display: inline;
    }

    .carousel-control-prev, .carousel-control-next {
        display: flex;
    }
}

/*  MOBILE small */
@media only screen and (max-width: 374px) {
    .nav-tabs .nav-item .nav-link {
        font-size: 0.6rem;
    }
}
@media only screen and (max-width: 600px) {
    .col-6 {
    flex: auto !important;
    max-width: none !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-left: auto;
    margin-right: auto;
}
  .prod-card__action-button {
    width: 30% !important;
    left: 210px !important;
}
  
  div#filter-panel {
    display: none;
}
  
  aside.col-lg-3 {
    padding: 0;
}
  
  .row.tm-row {
    margin-left: auto;
    margin-right: auto;
}
  
  .col-md-12.filter {
    padding-left: 0;
    padding-right: 0;
    margin-top: 15px;
}
  
  section.collection-page__content.padding-y-lg {
    padding-top: 0;
}
  
  section.row.rent-printer-section.mb-4 {
    width: 93%;
    margin-left: auto;
    margin-right: auto;
}
  
 section.row.tm-row.price-section .col-md-12 {
    padding: 0;
}
  
  section.row.tm-row.contact-section .col-md-12 {
    padding: 0;
}
}

@media (min-width: 768px){
.col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
}

.text-tiny {
	font-size: 0.8rem;
}

.loader-animation {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #a7a7a7;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  animation: spin 2s linear infinite;
  position: absolute;
  z-index: 100;
  left: 50%;
  top: 30vh;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.products.row.products-section {
	transition: 0.2s ease-in-out;
  opacity: 1;
}
.products.row.products-section.loading {
  opacity: 0.4;
}

.spinner-background {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .3);
  z-index: 2000
}

.spinner {
  display: inline-block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  animation: spin 2s linear infinite;
  z-index: 2001;
}

.products-section {
  display: none;
}

.header-2 {
  position: relative;
  z-index: 20;
}

.header-3 {
  box-shadow: 0 3px 15px rgb(0 0 0 / 30%);
  position: relative;
  z-index: 15;
}

#list .col-md-4 {
  flex: 0 0 100% !important;
	max-width: 100% !important;
}

#list .product {
  display: flex;
  justify-content: flex-start;
  max-height: none !important;
  min-height: 0 !important;
  height: auto !important;
}
 
#list .product .product-text-wrap {
  align-self: center;
  margin-left: 15px !important;
  width: 65% !important;
  margin-right: 15px;
}

#list .product .product-price {
  display: block;
  align-self: center;
  width: 50px;
  white-space:nowrap;
}

#list .product .product-img-wrap {
  margin: 0;
}

#list .product .product-img-wrap .product-price-bg {
  display: none !important;
}

#list .product .product-img-wrap {
  width: 75px !important;
  height: 75px !important;
  position: static !important; 
}

#list .product form {
  display: flex;
  align-items: center;
}

#grid .product form {
  display: flex;
  justify-content: flex-end;
}

.add-to-cart {
  padding: .2rem .4rem !important;
  background-color: #f07c00;
	border-radius: 4px !important;
  color: #FFF;
  font-size: .9rem !important;
  margin-left: 2rem;
  transition: 0.25s !important;
  position: absolute;
  right: 20px;
  bottom: 10px;
}

#grid .product .add-to-cart i, #list .product .add-to-cart i {
    text-align: center;
}

.dropdown-item.active, .dropdown-item:active {
    color: initial;
    text-decoration: initial;
    background-color: initial;
}

.view-mode .buttons {
    width: 100%;
  	height: 100%;
  	display: flex;
    justify-content: space-around;
    align-items: center;
    background: #A7A7A7;
    border-radius: .4rem;
    padding: 4px 20px;
}

.view-mode a {
		cursor: pointer; 
}

.view-mode i {
  	color: #FFF;
  	font-size: 1.2rem;
  	padding: .25rem;
  	margin-left: .5rem;
}

.view-mode .grid-view i.highlight-view, .view-mode .list-view i.highlight-view {
  	color: #007EB0;
  	border-radius: .3rem;
  	transition: .2s;
}

.no-products-message h4 {
	color: #007eb0;
  font-size: 1.3rem;
  font-weight: 600;
}

.container-fluid{
 padding-left: 0 !important;
  padding-right: 0 !important;
}

.col-md-4.px-md-2 {
    max-width: 340px;
}

.product-text-wrap > .product-price-bg {
    display: inline-block;
    position: relative;
    color: black;
  	background: none;
    margin-bottom: 10%;
  padding: 0;
}

.product-text-wrap > .product-properties {
    padding: 0;
}

.product-text-wrap > .product-properties li {
    font-size: 0.8rem;
    color: #323232;
    margin-bottom: 4px;
  	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media only screen and (min-width: 1000px) {
.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
  	flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
    margin-left: 0;
    padding: 0 !important;
      margin-bottom: 0.75em;
}
}

.prod-card__action-button {
    position: absolute;
    background: #f07c00;
    right: 1px !important;
    bottom: var(--space-sm);
    opacity: 1;
    visibility: visible;
    width: 35%;
    color: white;
  left: 160px;
  font-size: 0.8rem !important;
}

.card-title-md {
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
}

@media (min-width: 1200px){
.container.max-width-lg.padding-y-xl {
    max-width: 1300px;
}
}

.gui-block.gui-div-cart-shipping {
    display: none;
}

.gui-progressbar {
    background: none;
}

.gui a.gui-button-small.gui-button-action {
    background-color: #007EB0;
  color: #FFF;
}

.gui a {
    color: #949494;
}

.gui-block.gui-margin {
    display: none;
}

.information-text.mb-4 {
    margin-bottom: 16px !important;
    font-weight: 600;
}

@media only screen and (min-width: 600px) {
section.row.rent-printer-section.mb-4 .px-md-2 {
    padding-left: 1.5rem !important;
}
}


.dropbtn {


  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}

.dropbtn {
  background-color: #A7A7A7; 
border-radius: 7px;
margin-top: 10px;
  font-size: 13px;
  border: white 1px solid;
  padding: 7px 14px;
    min-height: 35px;
    font-family: open sans;
    font-weight: 700;
  color: white;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  background-color: white;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: white;
border-radius: 7px 7px 0 0;
  color: #de2c3b;
}

.col-md-4.p-0.flexb {
    display: flex;
}

section.row.bread {
    margin: 0 !important;
}

p.text-sm {
    margin-bottom: 16px !important;
}

.col-md-4.px-md-2.list {
    max-width: 100%;
}

.product.productlist {
    min-height: 94px !important;
    max-height: 120px;
    display: flex;
}

.product.productlist .product-img-wrap {
    height: 100px;
    width: 100px;
}

.productlist .product-text-wrap {
    margin-left: 20px;
}

.productlist ul.product-properties li br {
    display: none;
}

.productlist .product-text-wrap > .product-price-bg {
    left: 670px;
    top: -18px;
}

.productlist .add-to-cart {
    right: 20px;
    bottom: 47px;
}

.grid li.col-12 {
    margin-bottom: 15px;
    padding-left: 0;
  	padding-right: 0;
    margin-left: 0;
}

.product.productlist .product-img-wrap .product-price-bg {
    display: none;
}

@media only screen and (max-width: 600px) {
  .card.card-custom.reden {
      display: none;
  }
}

@media only screen and (max-width: 600px) {
  .col-md-4.px-md-2 {
      max-width: none;
    	padding: 0;
  }
}

.margin-bottom-md.hide\@md.no-js\:is-hidden {
  	margin-bottom: 0;
}

button.btn.btn--subtle.width-100\% {
    background-color: #007eb0;
    color: white;
}