/*
Theme Name: Ages Heftruckservice
Theme URI: http://www.spits.online
Version: 1.0
Description: Maatwerk WordPress thema.
Author: Spits
Author URI: http://www.spits.online
Tags: Spits
*/
/* Coding by Spits */
/* ===================
=== NON-RESPONSIVE ===
=================== */
/* VARIABLES */
/* GENERAL */
body {
  background: url(images/background.jpg);
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 16px;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  width: 100%;
  position: relative;
  max-width: 1200px;
}

a {
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: 0;
}

.nogutter {
  padding: 0;
  margin: 0 auto;
}

.clear {
  clear: both;
}

h1.center {
  text-align: center;
}

#swipebox-bottom-bar {
  bottom: 0px !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}

#swipebox-overlay {
  background-color: rgba(0, 0, 0, 0.8);
}

/* === HEADER === */
header {
  background: #fff;
}

header .logo {
  display: block;
}

header .logo img {
  width: 100%;
}

header #header-top {
  margin-bottom: 30px;
}

header address {
  font-size: 14px;
  margin-right: 20px;
  line-height: 50px;
  margin-bottom: 0;
}

header #phone-box ul {
  overflow: hidden;
  list-style: none;
  text-align: right;
  padding: 0;
  margin: 0;
}

header #phone-box ul li span {
  font-family: "ProximaNova-Semibold", sans-serif;
}

header #phone-box ul li a {
  color: #000;
}

header .menu nav {
  margin: 0;
}

header .menu ul li a {
  padding: 0;
  color: #fff;
  transition: 0.3s ease;
}

header .menu ul li a:hover, header .menu ul li.current-menu-item a {
  color: #f5aaac;
}

header #hoofdmenu {
  float: right;
  background: #c00000;
  border-radius: 0 0 20px 20px;
}

header #hoofdmenu nav ul li a {
  font-size: 14px;
}

header #submenu {
  background: #c00000;
  box-shadow: inset 0 15px 20px -15px rgba(0, 0, 0, 0.5);
}

header #submenu ul li a {
  text-transform: uppercase;
}

/* === END HEADER === */
/* === PAGE === */
#slider {
  background: #fff;
}

#page-wrapper {
  background: #fff;
}

#content #latest-items {
  background: #fff;
}

#content #latest-items h2 {
  background: #000;
  margin: 0;
  padding: 20px 25px;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  display: block;
}

#content #latest-items .inner {
  padding: 20px 25px 0 25px;
}

#content #latest-items .single-item {
  margin-bottom: 10px;
}

#content #latest-items .single-item .img a {
  display: block;
  padding-bottom: 85%;
  transition: 0.3s ease;
}

#content #latest-items .single-item .overlay {
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(192, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  position: absolute;
  line-height: 10;
  text-transform: uppercase;
  opacity: 0;
  transition: 0.3s ease;
}

#content #latest-items .single-item .img a:hover .overlay {
  opacity: 1;
}

#content #latest-items .single-item .specs table {
  font-size: 14px;
}

#content #latest-items .single-item h3 {
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 0;
}

#content #latest-items .single-item h3 a {
  color: #000;
}

#content #latest-items .single-item h3 a:hover {
  text-decoration: underline;
}

#content #latest-items .btn-wrap .btn {
  width: 50%;
  border-radius: 0;
  float: left;
  padding: 15px 0;
  text-transform: uppercase;
  border-color: #c00000;
  color: #c00000;
  transition: 0.3s ease;
}

#content #latest-items .btn-wrap .btn:hover {
  background: #c00000 !important;
  color: #fff !important;
}

#content #latest-items .btn-wrap li.current a {
  background: #c00000;
  color: #fff;
}

.single-item .img a, .item a.img {
  position: relative;
}

.single-item .overlay, .item .overlay {
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(192, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  position: absolute;
  line-height: 10;
  text-transform: uppercase;
  opacity: 0;
  transition: 0.3s ease;
}

.item .overlay {
  line-height: 14;
}

.item a.img:hover .overlay {
  opacity: 1;
}

ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul.tabs li {
  background: none;
  display: block;
  cursor: pointer;
}

ul.tabs li.current {
  color: #222;
}

/* .tab-content {
  display: none;
} */


.tab-content.current {
  display: inherit;
}

#content article#intro {
  background: #c00000;
  height: 100%;
  color: #fff;
}

#content article#intro .btn {
  display: block;
  padding: 15px 0;
  background: #fff;
  color: #c00000;
  border: 2px solid #fff;
  border-radius: 0;
  text-transform: uppercase;
  margin-top: 35px;
  transition: 0.3s ease;
}

#content article#intro .btn:hover {
  background: #c00000;
  color: #fff;
}

#content article h1 {
  margin-top: 0;
  font-size: 29px;
  text-transform: uppercase;
}

#content article p {
  margin-bottom: 25px;
  line-height: 27px;
}

#content article p a {
  color: #000;
}

#content article p a:hover {
  text-decoration: underline;
}

#content article p:last-child {
  margin-bottom: 0;
}

#content article ul {
  list-style-position: inside;
  padding: 0;
  margin-bottom: 25px;
}

#content article h3 {
  font-family: "ProximaNova-Light", sans-serif;
}

#brand-slider {
  padding-top: 70px;
}

#brand-slider .inner {
  margin: 0 auto;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

#brand-slider ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
  list-style: none;
  text-align: center;
}

#brand-slider ul li {
  display: inline-block;
  vertical-align: middle;
  width: 20%;
  padding: 0 35px;
  margin: 0 -2px;
}

#brand-slider ul li a {
  display: block;
}

#brand-slider ul li img {
  width: 100%;
  max-width: 100%;
  max-height: 40px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  transition: 0.3s ease;
}

#brand-slider ul li img:hover {
  -webkit-filter: none;
          filter: none;
}

#block-wrap {
  padding: 70px 25px;
}

#block-wrap .single-block {
  padding-bottom: 40%;
  display: block;
  position: relative;
}

#block-wrap .single-block:after {
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(left bottom, right top, color-stop(15%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  background: linear-gradient(45deg, rgba(255, 255, 255, 0) 15%, rgba(0, 0, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=1 );
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
}

#block-wrap .single-block img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}

#block-wrap .single-block:hover .overlay {
  opacity: 1;
}

#block-wrap .single-block .overlay {
  transition: 0.3s ease;
  opacity: 0;
  position: absolute;
  background: rgba(192, 0, 0, 0.8);
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  display: table;
  height: 218px;
  width: 100%;
  z-index: 9;
}

#block-wrap .single-block .overlay p strong {
  display: block;
}

#block-wrap .single-block .overlay p {
  display: table-cell;
  vertical-align: middle;
}

/* === BREADCRUMBS === */
#breadcrumbs-wrap {
  background: #fff;
  border-bottom: 1px solid #f4f4f4;
}

#breadcrumbs-wrap p {
  margin: 0;
  color: #cdcdcd;
  font-size: 13px;
  padding: 10px 0;
  line-height: 15px;
}

#breadcrumbs-wrap p a {
  color: #cdcdcd;
  transition: 0.3s ease;
}

#breadcrumbs-wrap p a:hover {
  color: #707070;
}

#breadcrumbs-wrap span {
  color: #707070;
}

/* === END BREADCRUMBS === */
/* === FILTERS === */
.btn-filters {
  display: block;
  border-radius: 0;
  border: 0;
  font-size: 16px;
  padding: 10px 15px;
  background: #c00000;
  color: rgba(255, 255, 255, 0.9);
  text-align: left;
  margin-bottom: 25px;
}

.btn-filters:focus, .btn-filters:hover {
  background: #c00000 !important;
  color: rgba(255, 255, 255, 0.9);
}

.btn-filters i {
  float: right;
  line-height: 27px;
}

#filters {
  margin-bottom: 20px;
  transition: 0.3s ease;
}

#filters {
  background: #fff;
  padding: 15px;
}

#filters.active, .filters.active {
  display: block;
}

#filters h3 {
  margin-top: 0;
}

#filters a.delete-filters {
  color: #000;
  margin-bottom: 15px;
  font-size: 14px;
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #ececec;
  background-color: #ececec;
}

#filters a.delete-filters:hover {
	background-color: #e4e2e2;
	border-color: #e4e2e2;
}

#filters a.delete-filters i {
	color: #c00000;
	margin-right: 5px;
}

#filters ul {
  padding: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  list-style: none;
  overflow: hidden;
}

#filters ul.filters-Hefcapaciteit li, #filters ul.filters-Hefhoogte li {
  float: left;
  width: 50%;
}

#filters ul.filters-Status {
  margin: 0;
  padding: 0;
  border: 0;
}

#filters ul li a {
  color: #c00000;
  font-size: 14px;
}

#filters ul li a:hover {
  text-decoration: underline;
}

#filters ul li a .count {
  color: #707070;
}

#filters ul.actieve-filters li span {
  color: #707070;
}

#filters p {
  font-family: "ProximaNova-Light", sans-serif;
  color: #707070;
  text-transform: uppercase;
}

/* === END FILTERS === */
/* === AANBOD === */
#aanbod-wrap p.results {
  font-size: 14px;
}

#aanbod-wrap ul.item-list {
  padding: 0 2px;
  overflow: hidden;
  list-style: none;
  margin: 0 -10px;
}

#aanbod-wrap ul.item-list li.item {
  padding: 0 10px;
}

#aanbod-wrap ul.item-list li.item .inner {
  background: #fff;
  border: 1px solid #ddd;
}

#aanbod-wrap ul.item-list li.item .img {
  display: block;
  padding-bottom: 85%;
  background-color: #f3f3f3;
  transition: 0.3s ease;
}

#aanbod-wrap ul.item-list li.item h2 {
  font-size: 18px;
  margin: 15px 8px;
  min-height: 40px;
}

#aanbod-wrap ul.item-list li.item h2 a {
  color: #000;
}

#aanbod-wrap ul.item-list li.item h2 a:hover {
  text-decoration: underline;
}

#aanbod-wrap ul.item-list li.item table {
  font-size: 14px;
}

#aanbod-wrap ul.item-list li.item .btn {
  margin: 0 0 10px 10px;
  border-radius: 0;
  border: 0;
  background: #c00000;
  color: #fff;
  font-size: 13px;
  padding: 10px 20px;
  transition: 0.3s ease;
}

#aanbod-wrap ul.item-list li.item .btn:hover {
  background: #820000;
}

#aanbod-wrap .pagination-wrap {
  text-align: right;
}

#aanbod-wrap .pagination-wrap ul {
  margin-bottom: 0;
  margin-top: 10px;
}

#aanbod-wrap .pagination-wrap li a {
  color: #707070;
  transition: 0.3s ease;
}

#aanbod-wrap .pagination-wrap li a:hover {
  background-color: none;
  color: #000;
}

/* === END AANBOD === */
/* === SINGLE PRODUCT === */
#product-img {
  margin: -5px;
}

#product-img a:first-child {
  width: 100%;
  height: 500px;
}

#product-img a {
  display: inline-block;
  width: 33.333%;
  height: 175px;
  overflow: hidden;
  padding: 5px;
  float: left;
}

#product-img img:first-child {
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
}

#product-img img:nth-child(3) {
  padding: 0 10px;
}

#product-img img {
  width: 33.333%;
  float: left;
}

#product-content {
  background: #fff;
  height: 100%;
}

#product-content h3 {
  margin-top: 0;
  margin-bottom: 25px;
}

#product-content table.specs {
  font-size: 14px;
}

#product-content .btn-wrap .btn {
  border-radius: 0;
  padding: 15px 0;
  text-transform: uppercase;
  border-color: #c00000;
  border: 0;
  color: #fff;
}

#product-content .btn-wrap .btn-interesse {
  background: #c00000;
}

#product-content .btn-wrap .btn-interesse:before {
  background: #9e0202;
}

#product-content .btn-wrap .btn-info {
  background: #313131;
}

#product-content .btn-wrap .btn-info:before {
  background: #131212;
}

#product-content #documenten {
  margin-top: 25px;
}

#product-content #documenten ul {
  overflow: hidden;
  padding: 0;
  margin: 0;
}

#product-content #documenten ul li:first-child {
  border: 0;
}

#product-content #documenten ul li {
  border-top: 1px solid #eee;
}

#product-content #documenten ul li a {
  color: #707070;
  position: relative;
  padding: 15px 0 15px 60px;
  display: block;
  transition: 0.3s ease;
}

#product-content #documenten ul li:hover a {
  color: #000;
}

#product-content #documenten ul li a:before {
  content: "k";
  font-family: "ages";
  font-size: 35px;
  position: absolute;
  top: 0;
  left: 0;
  color: #c00000;
  line-height: 50px;
}

.btn-back {
  background-color: #dedede;
  color: #707070;
  border-radius: 0;
  border: 0;
  padding: 15px 30px;
  text-transform: uppercase;
  transition: 0.3s ease;
}

.btn-back:hover {
  background-color: #707070;
  color: #dedede;
}

/* === END SINGLE PRODUCT === */
/* === NEWS === */
#newsoverview ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
  list-style: none;
}

#newsoverview ul li {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #c9c9c9;
}

#newsoverview ul li a {
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 95%;
  display: block;
  transition: 0.3s ease;
}

#newsoverview ul li:hover a {
  padding-left: 5px;
}

#newsoverview ul li:last-child {
  border: 0;
  margin: 0;
  padding: 0;
}

#newsoverview h3 {
  margin-bottom: 25px;
}

/* === END NEWS === */
/* === END PAGE === */
/* === SUBPAGE === */
.page-inner {
  padding: 25px 0;
}

.page-inner h1 {
  margin-top: 0;
}

.page-inner h1 .count {
  color: #6d6d6d;
  vertical-align: middle;
  font-size: 22px;
}

#content.subPage {
  border-left: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
  padding: 40px 70px;
}

#content.subPage article h1 {
  font-size: 30px;
  color: #c00000;
  margin-bottom: 40px;
}

#content.subPage article h2 {
  font-size: 24px;
  color: #c00000;
  margin-top: 0;
}

#content.subPage article p {
  color: #707070;
}

#content.subPage article p a {
  color: #000;
}

#content.subPage article p a:hover {
  text-decoration: underline;
}

#content.subPage article .page-img {
  padding-bottom: 75%;
}

/* === END SUBPAGE === */
/* === PAGE TECHNISCHE INFORMATIE === */
#content.subPage .text-block:first-child {
  padding-top: 0;
}

#content.subPage .text-block {
  padding: 45px 0;
}

#content.subPage .text-block-documenten {
  padding: 45px 25px;
}

#content.subPage .text-block a.download {
  padding-left: 70px;
  position: relative;
  display: inline-block;
}

#content.subPage .text-block a.download:hov h3 {
  text-decoration: underline;
}

#content.subPage .text-block a.download h3 {
  color: #c00000;
  margin-bottom: 0;
  font-size: 18px;
  transition: 0.3s ease;
}

#content.subPage .text-block a.download p {
  font-size: 14px;
}

#content.subPage .text-block a.download:before {
  content: "k";
  font-family: "ages";
  font-size: 45px;
  position: absolute;
  top: 0;
  left: 0;
  color: #c00000;
  line-height: 50px;
  transition: 0.3s ease;
}

#content.subPage .text-block a.download:hover:before, #content.subPage .text-block a.download:hover h3 {
  color: #820404;
}

#content.subPage .text-block:nth-child(even) {
  background: #f4f4f4;
  padding: 25px;
}

#content.subPage .text-block .single-document {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  margin: 35px -2px 0 -2px;
  padding-right: 15px;
}

#content.subPage .text-block .single-document h3 {
  margin-top: 0;
  font-size: 18px;
}

#content.subPage .text-block .fout-alarmcodes {
  width: 33.333%;
}

#content.subPage .text-block .fout-alarmcodes h3 {
  line-height: 50px;
}

/* === END PAGE TECHNISCHE INFORMATIE === */
/* === CONTACTPAGE === */
#content.page-contact {
  padding: 25px 0 50px 0;
}

#content.page-contact h1 {
  color: #c00000;
  font-size: 24px;
  margin-top: 0;
}

.contactBox {
  background: #fff;
  border: 1px solid #c9c9c9;
  padding: 20px;
}

.archive.medewerkers h1{
    margin-left: 35px;
}

.medewerkers .employeeInfo{
    /* text-align: center; */
    margin-top: 15px;
}
.medewerkers .btn.btn-default:first-child{
    float: left;
}
.medewerkers .btn.btn-default:last-child{
    float: right;
}

.medewerkers .btn.btn-default{
    display: inline-block;
    padding: 15px 0;
    border: 2px solid #c00000;
    border-radius: 0;
    text-transform: uppercase;
    margin-top: 0px;
    transition: 0.3s ease;
    background: #c00000;
    color: #fff;
    width: 45%;
    text-align:center;
    font-size: 1.6rem;
}
.medewerkers .btn.btn-default:hover{
    background: #fff;
    color: #c00000;
    border: 2px solid #c00000;
}

.medewerkers .employeeBox{
	margin-bottom:20px;
	background: #fff;
    border: 1px solid #c9c9c9;
    box-shadow: 0px 3px 2px #d9d9d9;
}
.employeeBox a{
	color: #c30000;
}

.medewerkers hr{
    margin-top: 0;
}

.employeeBox h3{
	margin-bottom: 5px !important; 
}
.employeeBox .employeeImg{
    display: inline-block;
    transition: 0.3s;	
	background-position: center;
	background-size: cover;    
}
.employeeBox .employeeImg.compat-object-fit img {
	opacity: 0;
}
.employeeImg img{
    object-fit: cover;
	width: 100% !important;
    height: 300px !important;
	object-position: bottom;
}
.employeeBox .employeeImg:hover{
	webkit-filter: blur(4px); /* Chrome, Safari, Opera */
    filter: blur(4px);
}
.employeeBox .employeeLoc, .employeeBox .employeeDep{
	margin-bottom: 0px !important;
	display: block;
}
.employeeBox .employeeLoc{
	display: inline-block;
    width: 60%;
    padding-left: 15px;
}

.single .employeeBox .employeeLoc{
	padding-left: 0;
}

.employeeBox .employeeDep{
	color: #bfbfbf;
}

.employeeBox .employeeHoverContainer{
	position:relative;
	width: 100%;
    display: block;
	padding: 13px 0 13px 5px;
}

.employeeBox .btn-employee{
	color: #bfbfbf;
	font-size: 22px;
	background: #f5f5f5;
	padding: 12.6px 16px;
	border-radius: 0;
	top: 0;
	
}

.employeeBox .btn-employee.btn-employeePhone{
	position: absolute;
	z-index: 10;
    right: -105px;
    overflow: hidden;
    width: 210px;
    text-align: left;
    transition: .2s ease-in-out;
    
}

.employeeBox .btn-employeePhone span {
    left: 55px;
    position: absolute;
    font-size: 14px;
    margin-top: 4px;
    color: #e2a8a8;
}

.employeeBox .btn-employee.btn-employeeMail{
	position: absolute;
	z-index: 10;
	right: 0;
	background: #c00000;
	color: #d77474;
}

.employeeBox .btn-employee.btn-employeePhone:hover{
	background: #c00000;
    transition: .2s ease-in-out;
	transform: translateX(-156px);
	color: #e2a8a8;	
}

.employeeBox .employeeContent{
	color: #a6a6a6;
	overflow: hidden;
}

.btn-employeePhone > img{
	width: 19px;
	opacity: .3;
}

.btn-employeeMail > img{
	height: 17px;
	opacity: .3;
}

.employeeHeader{
	position: relative;
}

.employeeHighlight{
	padding: 10px 15px 10px 15px;
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,.3);
    width: 100%;
}

.employeeBox .employeeName{
	color: #fff;
}


.page-contact h3 {
  margin-top: 0;
  color: #c00000;
  font-family: "ProximaNova-Semibold", sans-serif;
}

#contactBox-left .contactBox-single h3 {
    text-overflow: ellipsis;
    overflow: hidden;
}

#contactBox-left .contactBox-single a {
	color: #707070;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
}

#contactBox-left .contactBox-single {
  padding-left: 50px;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9dcdc;
}

#contactBox-left .contactBox-single:before {
  font-family: "ages";
  content: "j";
  position: absolute;
  left: -10px;
  top: -15px;
  font-size: 50px;
  color: #c00000;
}

#contactBox-left .contactBox-single:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

#contactBox-right {
  margin-bottom: 50px;
}

#contactBox-right #contactformulier {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e9dcdc;
}

.page-contact .heftruck-img {
  position: relative;
}

.page-contact .heftruck-img img {
    position: absolute;
    width: 436px;
    max-width: initial;
    left: 0;
    top: 57px;
    z-index: 50;
}

.page-contact #contactgegevens {
  margin: 0;
  padding: 20px !important;
  border-left: 1px solid #e9dcdc;
}

.page-contact .singleBlock {
  padding-top: 20px;
  overflow: hidden;
  color: #707070;
}

.page-contact #openingstijden dl {
  float: left;
  width: 50%;
  margin-bottom: 10px;
}

.page-contact #openingstijden dl dt {
  float: left;
  width: 50%;
}

.page-contact #contactgegevens .email-wrap {
  margin-top: 15px;
}

.page-contact #contactgegevens .email-wrap a {
  color: #000;
}

.page-contact #contactgegevens .email-wrap a:hover {
  text-decoration: underline;
}

.page-contact #contactgegevens .email-wrap .mail-verkoop {
  float: right;
}

#map_canvas {
  height: 300px;
  background: #fff;
}

a[href^="http://maps.google.com/maps"] {
  display: none !important;
}

a[href^="https://maps.google.com/maps"] {
  display: none !important;
}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
  display: none;
}

#content .employeeBox h1{
	margin-bottom: 10px;
}

.contactBox.employeeBox{
	padding: 30px;
}

/* === END CONTACTPAGE === */

/* === Opleidingen === */

.page-opleidingen #page-wrapper{
	background: none;
}

.page-opleidingen #content.subPage{
	border: none;
	padding: 0;
}

.opleidingInfo{
	padding: 40px 70px;
    background: #fff;
    border-left: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
}

body.page-opleidingen .tab-content{
	display:block;
}
body.page-opleidingen #content{
	margin-bottom: 35px;
}
body.page-opleidingen #content #latest-items, .page-yale.page #content #latest-items  {
    padding: 0px 25px 25px 25px;
}
body.page-opleidingen #content #latest-items .inner, .page-yale.page #content #latest-items .inner  {
    padding: 14px 25px 161px 25px;
}
body.page-opleidingen #content #latest-items p {
	line-height: 2;
}

body.page-opleidingen #opl-title, .page-yale.page #opl-title{
	position: absolute;
    bottom: 0px;
    left: 40px;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}

body.page-opleidingen #content article#intro, .page-yale.page #content article#intro {
	padding: 40px;
}

body.page-opleidingen .page-img, .page-yale.page .page-img {
	position: relative;
}

body.page-opleidingen #content #latest-items h2, .page-yale.page #content #latest-items h2 {
    padding: 25px 25px 20px 50px;
    margin: -14px -50px 20px -50px;
}


body.page-opleidingen #course-details{
    margin: -8px 0 -50px 40px;
}

body.page-opleidingen #course-details .nav > li{
	border-bottom:1px solid #383838;
}

body.page-opleidingen #course-details #tab-heading{
    justify-content: center;
}

body.page-opleidingen #course-details #tab-heading h2{
    text-align:center;
}

body.page-opleidingen #course-details #tab-row {
    padding-right: 175px;
    padding-left: 175px;
}

body.page-opleidingen #course-details .nav > li > a {
    padding: 20px 25px;
}

body.page-opleidingen .nav-stacked > li + li{
	margin: 0;
}
body.page-opleidingen .nav-pills > li > a{
	border-radius: 0;
}
body.page-opleidingen .nav-pills > li > a > i{
	display: inline-block;
	width: 25px;
}

body.page-opleidingen .tab-content > .active{
	padding: 10px 35px;
}

body.page-opleidingen .nav-pills > li.active > a, body.page-opleidingen .nav-pills > li.active > a:hover, body.page-opleidingen .nav-pills > li.active > a:focus{
    background: #313131;
    color: #fff;
}
body.page-opleidingen .nav-pills > li > a, body.page-opleidingen .nav-pills > li > a:hover, body.page-opleidingen .nav-pills > li > a:focus{
	background: #1e1e1e;
	color: #fff;
}

body.page-opleidingen #course-details-info{
	padding: 25px 30px 25px 30px;
	background: #313131;
	color: #fff;
}

body.page-opleidingen section.content{
	border-left: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
	padding: 40px 70px;
    background: #fff;
}

body.page-opleidingen section.content#course-cta{
    background: #c00000;
    color: #fff;
}

#course-cta .btn{
	display: inline-block;
	width: 250px;
    padding: 15px 0;
    background: #fff;
    color: #c00000;
    border: 2px solid #fff;
    border-radius: 0;
    text-transform: uppercase;
    margin-top: 35px;
    transition: 0.3s ease;
}
#course-cta .btn:hover {
    background: #c00000;
    color: #fff;
}

#course-cta .btn-inverse{
	background: #c00000;
    color: #fff;
    display: inline-block;
    width: 250px;
    padding: 15px 0;
    border: 2px solid #fff;
    border-radius: 0;
    text-transform: uppercase;
    margin-top: 35px;
    transition: 0.3s ease;
}
#course-cta .btn-inverse:hover {
    background: #fff;
    color: #c00000;
    border: 2px solid #fff;
 }

#reviews{
	padding: 70px 40px;
	border-top: 1px solid #c9c9c9;
}

#course-cta{
	padding: 40px 40px;
}

#reviews h2{
	margin-bottom: 25px;
}
.slides li img{
	margin-bottom: 25px;
}
.slides li em{
	display: block;
	text-align: center;
	font-size: 14px;
	color: #585858;
}

/* === end opleidingen === */

/* === start verkoop === */

#content article#intro.yale{
	background: #e7b220;
}

#content article#intro .btn-yale{
	display: block;
    padding: 15px 0;
    background: #fff;
    color: #e7b220;
    border: 2px solid #fff;
    border-radius: 0;
    text-transform: uppercase;
    margin-top: 35px;
    transition: 0.3s ease;
}

#content article#intro .btn-yale:hover{
	background: #e7b220;
    color: #fff;
}

.page-yale.page #tab-1.tab-content.current p {
	line-height: 2;	
}

#toyota-products{
	padding: 40px 40px;
}


#toyota-products .panel .panel-heading{
	padding: 0px;
	background: #fff;
	min-height: 300px;
	max-height: 300px;
	overflow:hidden;
	-webkit-transform: rotate(0);
}

#toyota-products .panel .panel-heading img{
	width: 100%;
	transition: all .4s;  
	padding: 15px;
	position: relative;
    -webkit-backface-visibility: hidden;
    padding: 0 !important;
    height: 300px !important;
}

#toyota-products .panel .panel-heading img:hover{
	opacity: .6;
	-webkit-backface-visibility: hidden;
}

#toyota-products .panel .panel-body{
	padding: 15px 20px 15px 20px;
	min-height: 325px;
}

#toyota-products .panel .panel-body h4{
    font-size: 18px;
    color: #636363;
}

.page-yale #block-wrap {
    padding: 30px 25px 70px 25px;
}

.page-yale .panel{
	border-radius: 0;
}

#toyota-products .panel-used-machines .panel-heading{
	background: #fff;
    border-radius: 0;
}

#toyota-products .panel-used-machines .panel-heading img{
	background: #fff;
    border-radius: 0;
}


#toyota-products .panel-used-machines{
	background: #c00000;
	color: #fff;
}

#toyota-products .panel-used-machines h3{
	color: #fff;
}

#toyota-products .panel-used-machines .panel-body h4{
	color: #fff;
}

#toyota-products .panel-used-machines .btn-toyota {
	display: block;
    padding: 15px 0;
    background: #fff;
    color: #c00000;
    border: 2px solid #fff;
    border-radius: 0;
    text-transform: uppercase;
    margin-top: 35px;
    transition: 0.3s ease;	
}

/* === end verkoop === */


/* === FOOTER === */
footer {
  background: #1e1e1e;
  border-top: 3px solid #c00000;
}

footer h4 {
  font-family: "ProximaNova-Semibold", sans-serif;
  color: #fff;
  font-size: 22px;
  margin-top: 0;
}

footer h5.details {
  font-family: "ProximaNova-Semibold", sans-serif;
  color: #fff;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 10px;
}

footer h4 i {
  float: left;
  margin-right: 10px;
}

footer ul {
  padding: 0;
  list-style: none;
  overflow: hidden;
  margin: 0;
}

footer ul li a {
  font-size: 14px;
  color: #fff;
  line-height: 22px;
}

footer ul li a:hover {
  text-decoration: underline;
}

footer p {
  color: #fff;
  font-size: 15px;
}

footer p a {
  color: #fff;
}

footer p a:hover {
  text-decoration: underline;
}

footer address {
  color: #fff;
  font-size: 15px;
}

footer span {
  color: #fff;
  display: block;
  font-weight: bold;
}

footer .certificaten ul {
  margin: 0 -15px;
}

footer .certificaten ul li {
  float: left;
  width: 50%;
  padding: 0 15px;
}

footer .certificaten ul li img { width: 100%; height: auto; }

#footerTop .custom-width {
  width: 20% !important;
}

footer #footerBottom {
  border-top: 1px solid #fff;
  padding-top: 15px;
  width: 75%;
}

footer #footerBottom p {
  margin: 0;
  font-size: 12px;
}

footer #footerBottom a {
  font-size: 12px;
  color: #fff;
}

footer #footerBottom a:hover {
  text-decoration: underline;
}

footer #footerBottom a i {
  float: right;
  line-height: 20px;
  margin-left: 5px;
}

/* === END FOOTER === */
/* Standard Contact Form
========================================= */
.wpcf7-form p {
  margin-bottom: 0;
}

.wpcf7-form .form-group {
  margin-bottom: 20px;
}

.wpcf7-form label {
  font-weight: 700;
  font-size: 1em;
  color: #333;
}

.form-control {
  height: auto;
}

.wpcf7-form .form-control {
  background-color: #eee;
  outline: 0;
  box-shadow: none;
  border: 0;
  border-bottom: 2px solid #bbb;
  padding: 10px 20px;
  border-radius: 0;
}

.wpcf7-form .form-control:focus {
  outline: 0;
  border-color: #c00000;
}

.wpcf7-form textarea {
  max-width: 100%;
}

.wpcf7-form .btn.btn-primary {
  font-size: 1em;
  padding: 10px 20px;
  border-radius: 0;
  background-color: #c00000;
  border: 0;
  transition: all 300ms;
}

.wpcf7-form .btn.btn-primary:focus, .wpcf7-form .btn.btn-primary:hover {
  outline: 0;
  box-shadow: none;
  background-color: #980203;
}

.wpcf7-form span.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-form .wpcf7-not-valid {
  border-color: red;
}

.wpcf7-form .wpcf7-response-output {
  margin: 20px 0 0 0;
  padding: 20px;
  background-color: #eee;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

.page-recente-verkopen #aanbod-wrap ul.item-list li.item table {
  display: none;
}

.page-diensten ul.dienstenWrapper {
  overflow: hidden;
  list-style: none;
  margin: 0 -15px;
}

.page-diensten ul.dienstenWrapper li.page_item {
  float: left;
  width: 33.333%;
}

.page-diensten ul.dienstenWrapper li.page_item a {
  padding: 40px 27px 35px;
  border-left: 8px solid #c00000;
  display: block;
  font-size: 25px;
  color: #1e1e1e;
  background: #f7f7f7;
  line-height: 20px;
  margin: 0 15px 35px;
  transition: 0.3s ease;
}

.page-diensten ul.dienstenWrapper li.page_item:hover a {
  background: #c00000;
  color: #fff;
}

header #hoofdmenu {
	margin-left: 20px;
}

header address {
	margin-right: 0;
}

header #header-top {
	margin-bottom: 0;
}

#phone-box {
	margin-bottom: 20px;
}

/* ===================
=== RESPONSIVE     ===
=================== */

@media screen and (max-width: 992px) {
	.contactBox {
		margin-bottom: 30px;
	}
	
	header #header-top {
		margin-bottom: 20px;
	}
	
	#phone-box {
		margin-bottom: 20px;
	}
	
	header #hoofdmenu {
		margin-left: 0;
	}
	
	.employeeBox .btn-employee.btn-employeePhone:hover {
	    width: calc(100% - 51px);
	}
	
}

@media screen and (max-width: 992px) and (min-width: 769px) {
	header .menu ul li {
		padding: 0 5px !important;
	}
	
	header #menu-item-377 {
		display: none;
	}
	
	header #menu-item-376 {
		display: none;
	}
	
	header #phone-box ul li span {
		display: inline-block;
	}
}

/* Smallest devices (phones (.col-xs-)) below 768px) */
@media screen and (max-width: 768px) {
  .nogutter-mobile {
    padding: 0;
  }
  header .logo {
    margin: 20px 0 20px 0;
  }
  header #phone-box {
    margin: 9px 0;
  }
  header #phone-box ul li {
    font-size: 14px;
  }
  header #phone-box ul li span {
	display: block;
  }
  header #submenu .container {
    padding: 0;
  }
  header #submenu .navbar-header {
    margin: 0;
  }
  header #submenu .navbar-toggle span.menu-title {
    float: left;
    font-size: 12px;
    margin-right: 5px;
    font-family: "ProximaNova-Semibold", sans-serif;
    color: #790000;
    line-height: 16px;
  }
  header #submenu .navbar-toggle .icon-bars {
    float: left;
  }
  header #submenu .navbar-toggle .icon-bar {
    background: #fff;
    margin-bottom: 5px;
  }
  header #submenu .navbar-toggle .icon-bar:last-child {
    margin: 0;
  }
  header #submenu nav {
    margin: 0;
    padding: 0;
  }
  header #submenu ul {
    text-align: center;
    margin: 0;
  }
  header #submenu ul li a {
    padding: 10px 0;
  }
  header #submenu ul li {
    border-top: 1px solid #a70707;
  }
  header #submenu ul li.current-menu-item a {
    background: #a70707;
  }
  #slider {
    height: 150px;
  }
  #slider .flexslider {
    height: 150px;
  }
  #slider ul li {
    height: 150px;
  }
  #content article#intro {
    padding: 15px;
  }
  #content article h1 {
    margin-bottom: 25px;
    font-size: 24px;
  }
  #content #latest-items .inner {
    padding: 15px;
  }
  #content #latest-items .single-item .img {
    margin-bottom: 15px;
  }
  #content #latest-items .single-item .img a {
    padding-bottom: 45%;
  }
  #content #latest-items .btn-wrap .btn {
    width: 100%;
  }
  .page-inner h1 {
    font-size: 28px;
  }
  #aanbod-wrap p.results {
    margin: 15px 0;
  }
  #aanbod-wrap ul.item-list {
    padding: 0;
  }
  #aanbod-wrap ul.item-list li.item {
    width: 100%;
    margin-bottom: 20px;
  }
  #brand-slider .inner {
    padding: 15px 0;
  }
  #brand-slider ul li {
    padding: 25px;
    width: 50%;
  }
  #block-wrap {
    padding: 40px 15px;
  }
  #block-wrap .single-block {
    margin-bottom: 15px;
    overflow: hidden;
  }
  #block-wrap .single-block img {
    width: 40%;
  }
  #content.subPage {
    padding: 15px;
  }
  #content.subPage article h1 {
    margin-bottom: 20px;
  }
  #content.subPage .text-block a.download {
    padding-left: 40px;
  }
  #content.subPage .text-block a.download h3 {
    font-size: 20px;
    line-height: 50px;
  }
  #content.subPage .text-block a.download:before {
    font-size: 25px;
  }
  #content.subPage .text-block .single-document {
    width: 100%;
    margin: 15px -2px 0 -2px;
  }
  .contactBox {
    margin-bottom: 20px;
  }
  .page-contact #openingstijden dl {
    width: 100%;
  }
  .page-contact #contactgegevens {
    border: 0;
    padding: 0 !important;
  }
  .page-contact .singleBlock {
    margin-bottom: 20px;
    padding: 0;
  }
  #contactBox-right {
    margin-bottom: 25px;
  }
  #contactBox-right #contactformulier {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #e9dcdc;
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #content.page-contact {
    padding: 25px 0;
  }
  #filters, .filters {
    display: none;
  }
  footer {
    padding: 15px 0;
  }
  footer h4 {
    margin-bottom: 20px;
  }
  footer ul {
    line-height: 37px;
  }
  footer ul li a {
    font-size: 16px;
  }
  footer .footer-block {
    margin-bottom: 15px;
    text-align: center;
  }
  footer address {
    line-height: 27px;
  }
  footer #footerTop {
    margin-bottom: 15px;
  }
  footer #footerBottom {
    width: 100%;
  }
  #footerTop .custom-width {
    width: 100% !important;
  }
  /* === SINGLE PRODUCT === */
  #product-wrap {
    margin-bottom: 15px;
  }
  #product-img {
    margin-bottom: 15px;
  }
  #product-img a {
    height: 115px;
  }
  #product-img a:first-child {
    height: 250px;
  }
  #product-content {
    padding: 15px;
  }
  #product-content .btn-wrap .btn {
    width: 100%;
  }
  /* === END SINGLE PRODUCT === */
  
  /* === Opleidingen page  === */
  
  body.page-opleidingen #opl-title{
	font-size: 28px;
  }
  
  body.page-opleidingen #content #latest-items h2{
	  width: 134%;
  }
  body.page-opleidingen #content #latest-items .inner, .page-yale.page #content #latest-items .inner{
		padding: 12px 25px 40px 25px;
  }
  
  body.page-opleidingen #course-details{
	  margin: 0;
  }
  
  body.page-opleidingen #course-details #tab-row{
	  padding: 0;
  }
  
  body.page-opleidingen #course-details #tab-heading h2{
	  text-align: left;
  }
  
  	body.page-opleidingen #course-details #tab-heading {
    	padding: 0 40px;
	}
	body.page-opleidingen #course-details .nav > li > a {
    	padding: 20px 55px;
	}
	
	body.page-opleidingen .tab-content > .active {
    	padding: 10px 25px;
	}
	body.page-opleidingen #course-details .nav > li > a {
    	padding: 15px 55px;
	}
	body.page-opleidingen #course-cta, body.page-opleidingen #reviews{
		text-align: center;
	}
  
  /* === END SINGLE PRODUCT === */
}

/* Small devices (tablets (.col-sm-), 768px and up) */
@media screen and (min-width: 768px) {
  .flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .form-group-flex {
    height: 100%;
  }
  .form-group-flex textarea {
    height: 100%;
  }
  header {
    border-top: 8px solid #c00000;
  }
  header .logo {
    margin: 30px 35px 30px 0;
  }
  header #phone-box ul li {
    font-size: 20px;
  }
  header #phone-box ul li span {
    margin-right: 15px;
  }
  header #phone-box ul li a {
    float: right;
  }
  header #phone-box ul li a:before {
    content: "b";
    font-family: "ages";
    width: 25px;
    height: 25px;
    float: left;
    font-size: 24px;
    line-height: 26px;
    -webkit-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  header #hoofdmenu ul {
    padding: 15px 0;
  }
  header #submenu {
    padding: 20px 0;
  }
  header #submenu ul {
    float: right;
  }
  header .menu ul li {
    border-right: 1px solid #980203;
    padding: 0 10px;
  }
  header .menu ul li:last-child {
    border: 0;
  }
  #slider {
    height: 430px;
  }
  #slider .flexslider {
    height: 430px;
  }
  #slider ul li {
    height: 430px;
  }
  #content article#intro {
    padding: 45px;
  }
  #content article h1 {
    margin-bottom: 45px;
  }
  #content #latest-items .single-item .img {
    width: 30%;
    margin-right: 5%;
    float: left;
  }
  #content #latest-items .single-item .specs {
    width: 65%;
    float: left;
  }
  #aanbod-wrap p.results {
    margin: 15px 0;
  }
  #aanbod-wrap ul.item-list {
    padding: 0 2px;
  }
  #aanbod-wrap ul.item-list li.item {
    width: 33.333%;
    display: inline-block;
    vertical-align: top;
    margin: 0 -2px 20px -2px;
  }
  #aanbod-wrap ul.item-list li.item-25 {
    width: 25%;
  }
  #brand-slider .inner {
    padding: 50px 100px;
  }
  footer {
    padding: 60px 0 35px 0;
  }
  footer h4 {
    margin-bottom: 40px;
  }
  footer #footerTop {
    margin-bottom: 85px;
  }
  #footerTop .custom-width {
    width: 25% !important;
  }
  /* === SINGLE PRODUCT === */
  #product-wrap {
    margin-bottom: 45px;
  }
  #product-img {
    margin: -5px;
  }
  #product-content {
    padding: 25px;
  }
  #product-content .btn-wrap .btn {
    width: 50%;
    float: left;
  }
  #product-content table.specs {
    margin-bottom: 100px;
  }
  /* === END SINGLE PRODUCT === */
}

/* Medium devices (desktops (.col-md-), 992px and up) */
@media screen and (min-width: 992px) {
  #footerTop .custom-width {
    width: 20% !important;
  }
}

/* Large devices (large desktops (.col-lg-), 1200px and up) */
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#action-modal { display: none; }
.modal101 { display: none; position: fixed; z-index: 99999999999; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.4); }
.modal101 .modal-content { position: relative; background-color: #fefefe; margin: 20px auto 0; padding: 0; width: 80%; max-width: 750px; box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19); animation-name: animatetop; animation-duration: 0.4s; border-radius: 0; border: 0;}
.modal101 .modal-header { padding: 10px 16px; background-color: #C00001; display: block; color: white; min-height: 40px; border: 0; }
.modal101 .modal-body { font-family: 'arial'; font-size: 14px; padding: 0; color: #fff;  }
.modal101 .modal-body img { max-width: 600px; margin: 0 auto; display: block; }
.modal101 .modal-content-black { background-color: #363537; text-align: center; padding: 20px 25px; font-size: 12px; }
@keyframes animatetop { from {top: -300px; opacity: 0}  to {top: 0; opacity: 1} }
@-webkit-keyframes animatetop { from {top:-300px; opacity:0} to {top:0; opacity:1} }
.modal101 .close { color: white; float: right; font-size: 28px; font-weight: bold; }
.modal101 .close:hover, .media101 .close:focus { color: #000; text-decoration: none; cursor: pointer; }
.close { text-shadow: none; opacity: 1; }

@media only screen and (max-width: 767px) {
  .modal101 .modal-header h1 { font-size: 32px; padding: 12px 0; }
}

/* PRODUCTS */
.filters {
  background: #fff;
  padding: 15px;
  margin-bottom: 20px;
}

#latest-items .btn {
    background: #c00000;
    color: #fff;
    font-size: 13px;
    padding: 10px 20px;
}

.filters h6 {
  text-transform: uppercase;
  color: #707070;
  font-size: 16px;
}

.card {
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 15px;
  height: 475px;
}

.card .img {
  display: block;
  padding-bottom: 80%;
  background-color: #f3f3f3;
  transition: 0.3s ease;
  position: relative;
}

.card .img:hover .overlay {
  opacity: 1;
}

.card .img .overlay {
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(192, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  position: absolute;
  line-height: 10;
  text-transform: uppercase;
  opacity: 0;
  transition: 0.3s ease;
}

.card .card-title a {
  font-size: 18px;
  margin: 15px 8px;
  min-height: 40px;
  color: #000000;
}

.card .btn, .facetwp-reset {
  margin: 0 0 10px 10px;
  border-radius: 0;
  border: 0;
  background: #c00000;
  color: #fff;
  font-size: 13px;
  padding: 10px 20px;
  transition: 0.3s ease;
}

.card table {
  font-size: 14px;
}

.card .btn:hover, .facetwp-reset:hover {
  background: #820000;
}

.facetwp-toggle {
  color: #c00000;
}

.facetwp-type-pager {
  text-align: right;
  display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.facetwp-pager a {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.facetwp-page {
  margin-right: 0 !important;
}

.facetwp-page.active {
  color: #c00000;
}

.facetwp-page.active:hover {
  background-color: #fff;
  border: 1px solid #ddd;
}

.facetwp-pager a:hover {
  background-color: #eee;
  border-color: #ddd;
}

.img-big img, .img_thumb img {
  height: 100%;
  object-fit: cover;
}

#product-img img:first-child {
  height: 100%;
  object-fit: cover;
}

.btn-back {
  margin-top: 25px;
}

.object-fit-contain {
  object-fit: contain;
}

.object-fit-cover {
  object-fit: cover;
}

.tab-content h2 {
  margin-bottom: 2rem !important;
}

.opl-title, #opl-title {
  color: #ffffff !important;
}

.text-primary {
  color: #c00000 !important;
}

#moreInfoModal {
  padding: 0;  
}

@media screen and (min-width: 992px) {
  #moreInfoModal {
    width: 70vw;
  }
}

@media screen and (max-width: 992px) {
  #moreInfoModal {
    width: 100%;
  }
  #moreInfoModal .row {
    display: flex;
    flex-direction: column;
  }
  #moreInfoModal .col-md-6:nth-child(1) {
    order: 2;
  }
  #moreInfoModal .col-md-6:nth-child(2) {
    order: 1;
  }
  #moreInfoModal img {
    height: 30rem !important;
  }
  #moreInfoModal .content {
    padding: 2rem !important;
  }
}

#moreInfoModal .row {
  margin-left: 0;
  margin-right: 0;
}

#moreInfoModal .row .col-md-6 {
  padding-left: 0;
  padding-right: 0;
}

#moreInfoModal img {
  height: 60rem;
  object-fit: cover;
  width: 100%;
}

#moreInfoModal .content {
  padding: 3rem;
}

#moreInfoModal .content h2 {
  margin-top: 0 !important;
}

.single-product .btn-back {
  margin-bottom: 2rem;
}

.facetwp-reset {
  color: #ffffff !important;
}

.facetwp-template.row {
  display: flex;
  flex-wrap: wrap;
}

.facetwp-template.row .col-lg-4 {
  margin-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media screen and (max-width: 992px) {
  .facetwp-template .col-lg-4 {
    width: 100%;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

.facetwp-template.row .col-lg-4 .card {
  height: 100%;
  margin-bottom: 0;
}

.facetwp-template.row .col-lg-4 .card-title {
  margin-top: 0;
  margin-bottom: 0;
}

.facetwp-template.row .col-lg-4 .card-title a {
  min-height: unset;
  display: block;
}

.facetwp-template.row .col-lg-4 .card-body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.facetwp-template.row .col-lg-4 .card {
  display: flex;
  flex-direction: column;
}

.facetwp-template.row .col-lg-4 .card .btn {
  width: max-content;
  margin-top: auto;
}