/* template */

form.fred div.widget {
    margin: 0;
}
div.tp-crums {
    font-weight: bold;
}
div.tp-crums a:after {
    content: ' > ';
}
div.tp-crums a:last-child:after {
    content: '';
}
div.widget input {
    width: 400px;
    max-width: 640px;
}
/* FRED */

th[scope=row] {
    padding: 4px 5px 0 0;
    text-align: left;
    vertical-align: top;
}
h1, h2, p {
    margin-bottom: 1em;
}
div.messages {
    padding-bottom: 10px; 
}
div.messages:empty {
    padding-bottom: 0;
}
div.messages > div {
    background: #aea url(//totalparts.nl/gfx/icon/accept.png) no-repeat 10px center;
    border: 1px solid #0b0;
    border-radius: 2px;
    box-shadow: rgba(0,0,0,0.15) 0px 2px 5px 0px, rgba(0,0,0,0.12) 0px 2px 10px 0px;
    color: #222;
    font-weight: bold;
    font-size: 125%;
    margin: 5px 0;
    padding: 10px 10px 10px 35px;
    position: relative;
}
div.messages > div.warning {
    background-color: #dd8;
    background-image: url(//totalparts.nl/gfx/icon/error.png);
    border-color: #bb0;
}
div.messages > div.error {
    background-color: #eaa;
    background-image: url(//totalparts.nl/gfx/icon/exclamation.png);
    border-color: #b00;
}
div.messages > div.close:hover:after {
    color: #0b0;
    content: '\2716';
    position: absolute;
    right: 10px;
}
div.messages > div.warning.close:hover:after {
    color: #bb0;
}
div.messages > div.error.close:hover:after {
    color: #b00;
}
div.widget {
    padding: 2px;
    position: relative;
}
div.widget div.value {
    font-weight: bold;
}
div.widget fieldset {
    display: inline-block;
}
div.widget input,  div.widget select,  div.widget textarea {
    border: 1px #bbb solid;
    max-width: 85vw;
    padding: 2px;
}
div.widget.readable input,  div.widget.readable select,  div.widget.readable textarea {
    background: #eee;
}
div.widget.writeable.required fieldset:after {
    margin: 0 0 0 5px;
    color: #b00;
    font-weight: bold;
    font-size: 125%;
}
div.widget.writeable.error input,  div.widget.writeable.error label,  div.widget.writeable.error select,  div.widget.writeable.error textarea {
    border-color: #b00;
    background-color: #fdd;
}
div.widget.writeable.error[title]:after {
    content: attr(title);
    position: absolute;
    left: 1em;
    top: 100%;
    z-index: 10;
    background: #fdd;
    border: 1px solid #fbb;
    border-radius: 2px;
    box-shadow: 0 1px 2px 1px #ddd;
    padding: 4px;
}
div.widget button.ui-datepicker-trigger,  div.widget button.help,  div.widget button.picker,  div.widget button.download,  div.widget.table button.menu,  div.widget.table button.columns,  div.widget.table button.save-preset,  div.widget.table button.load-preset,  div.widget.table button.delete-preset {
    background: url(//totalparts.nl/gfx/icon/calendar.png) no-repeat;
    border: none;
    box-shadow: none;
    cursor: pointer;
    margin: 0 0 0 5px;
    outline: none;
    padding: 0;
    width: 16px;
    height: 16px;
}
div.widget button.help {
    background-image: url('//totalparts.nl/gfx/icon/help.png');
}
div.widget button.picker {
    background-image: url('//totalparts.nl/gfx/icon/magnifier.png');
}
div.widget button.download {
    background-image: url('//totalparts.nl/gfx/icon/disk.png');
}
div.widget.table div.download.loading button.download {
    background-image: url('//totalparts.nl/gfx/download_loading.gif');
}
div.widget.table button.columns {
    background-image: url('//totalparts.nl/gfx/icon/table_gear.png');
}
div.widget.table button.save-preset {
    background-image: url('//totalparts.nl/gfx/icon/table_add.png');
}
div.widget.table button.load-preset {
    background-image: url('//totalparts.nl/gfx/icon/table_go.png');
}
div.widget.table button.delete-preset {
    background-image: url('//totalparts.nl/gfx/icon/table_delete.png');
}
div.widget.table button.menu {
    background: #def url('//totalparts.nl/gfx/icon/cog.png');
    position: absolute;
    right: 2px;
    top: 2px;
}
td.ui-datepicker-week-col {
    text-align: center;
}
div.widget span.trailer {
    font-size: 80%;
    font-style: italic;
    margin-left: 10px;
}
div.widget.table {
    border: 1px solid #bbb;
    background: #def no-repeat center;
    padding: 0;
}
div.widget.table.loading {
    background-image: url('//totalparts.nl/gfx/table_loading.gif')
}
div.widget.table thead,  div.widget.table tfoot {
    background: #def;
}
div.widget.table tbody {
    background: #fff;
}
div.widget.table tr.caption th {
    font-weight: bold;
    padding: 3px;
    white-space: nowrap;
}
div.widget.table tr.caption th.order {
    cursor: pointer;
    margin-right: 1em;
    position: relative;
}
div.widget.table tr.caption th.order:after {
    color: #bbb;
    position: absolute;
    right: 0;
}
div.widget.table tr.caption th.order-asc:after {
    content: '▼';
}
div.widget.table tr.caption th.order-desc:after {
    content: '▲';
}
div.widget.table tr.search th,  div.widget.table tbody td {
    padding: 2px 1px;
    vertical-align: middle;
}
div.widget.table tr.search input {
    background: #fff no-repeat 2px center;
    border: 1px solid #bbb;
    width: calc(100% - 8px);
}
div.widget.table tr.search input.empty {
    background-image: url(//totalparts.nl/gfx/search.png);
}
div.widget.table tr.search div.search-from input.empty {
    background-image: url(//totalparts.nl/gfx/search_from.png);
}
div.widget.table tr.search div.search-to input.empty {
    background-image: url(//totalparts.nl/gfx/search_to.png);
}
div.widget.table tr.search input.empty:focus {
    background-image: none;
}
div.widget.table tr.search input.error {
    background-color: #fdd;
}
div.widget.table tr.search th.format-date input,  div.widget.table tr.search th.format-number input,  div.widget.table tbody td.format-date,  div.widget.table tbody td.format-number {
    text-align: right;
}
div.widget.table tr.search th.format-date input {
    width: 10ch;
}
div.widget.table div.menu {
    background: #ddd;
    border: 2px solid #bbb;
    position: absolute;
    right: -1px;
    top: -1px;
}
div.widget.table div.menu button {
    background-position: 5px;
    border-radius: 0;
    color: #444;
    display: block;
    font-weight: normal;
    font-size: 100%;
    height: 24px;
    margin: 0;
    padding: 4px 4px 4px 25px;
    text-align: left;
    width: 100%;
}
div.widget.table div.menu button:hover {
    background-color: #fff;
}
div.widget.table div.menu button.if-preset {
    display: none;
}
div.widget.table div.menu.has-preset button.if-preset {
    display: block;
}
div.widget.table tbody tr {
    cursor: pointer;
}
div.widget.table tbody tr:nth-child(even) td {
    background: linear-gradient(to right, rgba(100,100,100,0.2) 0%, rgba(200,200,200,0.2) 100%);
}
div.widget.table div.download {
    padding: 2px;
}
div.widget.table div.download button {
    vertical-align: middle;
}
div.ui-dialog.presets {
    min-width: 25%;
}
div.ui-dialog.presets button.preset {
    background: #ddd url(//totalparts.nl/gfx/icon/table_go.png) no-repeat 4px center;
    display: block;
    padding-left: 30px;
    text-align: left;
    width: 100%;
}
div.ui-dialog.columns div.dialog label {
    display: block;
}
div.ui-dialog.lookup div.ui-dialog-titlebar {
    display: none;
}
div.ui-dialog.lookup,  div.ui-dialog.lookup div.ui-dialog-content {
    padding: 0;
    border: none;
    border-radius: 0;
    background: #bbb;
}
div.widget.lookup span.descr {
    color: #00f;
    display: inline-block;
    font-style: italic;
    margin-left: 10px;
    max-width: 50vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
button {
    font-size: 115%;
    font-weight: bold;
    color: #444;
    border: 1px solid #888;
    border-radius: 2px;
    padding: 2px;
    /* background: linear-gradient(to bottom, #ddd 0%, #bbb 100%); */
    background-color: #ddd;
    min-width: 50px;
    cursor: pointer;
}
form.fred button[type=submit] {
    margin: 1em 3px;
    font-size: 16px;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 5px;
    background: none;
    background-color: #112052;
    box-shadow: inherit;
}
/* project */



div.widget.options label {
    padding-left: 0;
    text-indent: 0;
}
body {
    margin: 0 auto;
    font-size: 11pt;
    line-height: 15pt;
}
body.tp-show-details {
    overflow: hidden;
}
#primary {
    margin-bottom: 10px !important;
}
#container {
    margin: 0 auto;
    padding: 20px 22px 0 22px;
    width: 100%;
    max-width: 1000px;
}
#content {
    background: none;
    position: relative;
    text-align: left;
}
#menu {
    font-size: 10pt;
    height: 40px;
    padding: 10px 0 0 25px;
}
#menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#menu li {
    display: inline-block;
    margin: 0 5px;
}
#menu a {
    color: #07376f;
    display: inline-block;
    padding: 2px 5px;
    text-decoration: none;
}
#menu a:hover {
    background: #07376f;
    color: #f4f4f4;
}
#slogan {
    color: #07376f;
    width: 600px;
    height: 50px;
    font-size: 14pt;
    font-weight: bold;
    padding-left: 15px;
    text-shadow: 1px 1px #ccc;
}
#logo {
    background: url('//totalparts.nl/gfx/logo.png') no-repeat right top;
    display: block;
    position: absolute;
    right: 15px;
    top: 10px;
    width: 357px;
    height: 79px;
}
#header div.content {
    background-image: url('//totalparts.nl/gfx/header.png');
    font-weight: bold;
    height: 274px;
    margin-bottom: 5px;
    position: relative;
}
#body {
    padding: 5px 15px;
    min-height: 250px;
}
#body h1,  #body h2,  #body h3,  #body h4,  #body h5,  #body h6 {
    clear: none;
}
body.order #body {
    position: relative;
}
body.order section {
  display: flex;
  flex-direction: column;
  justify-content: center;
	margin-top: 20px;
	width: 50%;
    float: left;
}
body.order section:nth-child(2) {margin-top:70px;}

/* Eventuele extra stijlen om de inhoud beter aan te passen */
body.order section > * {
  margin: 0 auto; /* Centreer de inhoud horizontaal */
}#body h1 {
    font-weight: bold;
    font-size: 150%;
}
#body h2 {
    font-weight: bold;
    font-size: 125%;
}
a {
    color: #00f;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
#body form.fred {
    margin-top: 1em;
}
#body div.partner {
    display: inline-block;
    box-sizing: border-box;
    width: 33%;
    vertical-align: top;
    padding: 0 15px 10px 0;
    margin-bottom: 1em;
    font-size: 10pt;
}
#body div.partner:hover h2 {
    color: #5a8d41;
}
#body div.partner h2 {
    xxfont-size: 10pt;
    margin-bottom: 3px;
}
#body div.partner p {
    margin-bottom: 2px;
}
#basket {
    width: 100%;
}
#basket tr:nth-child(even) {
    background: #ddd;
}
#basket td {
    vertical-align: top;
    padding: 2px;
}
#basket th {
    background: #444;
    color: #fff;
    font-weight: bold;
    padding: 4px;
}
#basket button {
    min-width: 150px;
    margin: 2px;
}
#basket .price {
    text-align: right;
    position: relative;
}

span.tp-price-orig{
  position: absolute;
  top: -10px;
  left: 0;
  font-size: 90%;
  padding: 0 1em;
}
span.tp-price-orig::before{
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  right: 0;
  border-top: 1px solid red;
  rotate: -5deg;
}
span.tp-price-orig:empty{
  display: none;
}

#steps > div {
    position: relative;
    min-height: 100px;
}
#steps button.next,  #actionOrder {
    position: absolute;
    right: 1em;
    bottom: 1em;
    color: #fff;
    border: 2px solid #800;
    background: linear-gradient(to bottom, #d66 0%, #d44 100%);
    background-color: #d66;
    box-shadow: 0 1px 6px 1px #aaa;
}
#actionOrder:disabled {
    color: #888;
    border: 2px solid #888;
    background: linear-gradient(to bottom, #666 0%, #444 100%);
    background-color: #666;
}
body.order div.widget.options h3 {
    display: inline-block;
    font-weight: bold;
    margin: 0 0 0 4px;
}
body.order div.widget.options p {
    margin-left: 24px;
}
body.order #totalPrice {
    position: absolute;
    right: 5px;
    top: 0;
    background: #fffacd;
    border: 1px solid #444;
    padding: 5px;
    z-index: 1000;
    transition: box-shadow 1s;
}
body.order #totalPrice.changed {
    box-shadow: 0 0 20px #c00;
    transition: box-shadow 0.1s;
}
body.order #totalPrice td {
    text-align: right;
}
body.order #totalPrice span {
    display: inline-block;
    min-width: 100px;
    text-align: right;
}
body.order #totalPrice span.total {
    border-top: 1px solid #000;
}
body.payment #bank label {
    display: block;
}
body.payment #body th {
    padding-right: 1em;
}
#orders {
    width: 100%;
}
#orders th {
    background: #444;
    color: #fff;
    font-weight: bold;
    padding: 4px;
}
#orders td {
    vertical-align: top;
    padding: 5px;
}
#orders tr.order:hover td {
    background: #def;
    cursor: pointer;
}
#orders td.itemCount {
    text-align: center;
}
#orders td.totalAmount {
    text-align: right;
    padding-right: 1em;
}
#orders tr.transaction button.payment {
    display: none;
}
#orders td.details {
    background: #ddd;
    border-left: 2px solid #444;
    padding: 5px 5px 5px 2em;
}
#orders table {
    width: 100%;
    background: #eee;
}
#orders td.details th {
    background: #666;
}
#orders td.details table.details {
    background: none;
    width: auto;
}
#orders td.details table.details th {
    background: none;
    color: inherit;
}

@media screen and (max-width: 1024px) {
#container {
    padding: 0;
}
#header div.content {
    height: 150px;
}
#slogan {
    display: none;
}
#logo {
    background-image: url('//totalparts.nl/gfx/logo-small.png');
}
body.order #totalPrice {
    top: -70px;
}
#body div.partner {
    width: 50%;
}
}

@media screen and (max-width: 640px) {
button {
    min-width: 0;
}
#menu {
    display: none;
}
#logo {
    display: none;
}
#header div.content {
    height: 100px;
}
#body {
    padding: 5px;
}
#basket h2 {
    font-size: 100%;
}
#steps > div {
    padding: 5px;
}
}
/* search */



div.searchBar {
    text-align: center;
    margin-bottom: 10px;
	border-radius:14px;
}
div.searchBar h2 {
	margin-top: 4px !important;
    font-size: 20px;
    display: inline;
}
div.searchBar input#query {
    margin: 0 10px;
    width: calc(100% - 600px);
    min-width: 50%;
}
#body.loading {
    opacity: 0.5;
    background: url(//totalparts.nl/gfx/body-loading.gif) no-repeat center 100px;
}
body.search #body {
    padding-left: 210px;
}
#selections {
    float: left;
    font-size: 14pt;
    margin-right: 10px;
}
#selections button,  #logos button {
    min-width: 0;
}
#selections div.selection {
    /* background: linear-gradient(#fff, #ededed);
    border: 1px solid #d2d2d2;
    border-radius: 8px; */
    font-size: 12pt;
    font-weight: normal;
    margin: 10px 0 0 0;
    padding: 10px;
    /* width: 188px; */
}
#selections div.selection.loading h1 {
    background: url(//totalparts.nl/css/shop/123parts-selection-loading.gif) no-repeat right;
    padding-right: 20px;
}
#selections div.selection h1 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}
#selections div.selection.selected h1:hover {
    color: #f88;
    background: url(//totalparts.nl/gfx/icon/delete.png) no-repeat right;
}
#selections div.selection a {
    color: #444;
    cursor: pointer;
    display: block;
    margin-top: 2px;
    padding-left: 10px;
    text-indent: -10px;
    text-decoration: none;
}
#selections div.selection a:hover {
    background: linear-gradient(#252525, #0a0a0a);
    color: #eee;
}
#selections div.selection button {
    margin-top: 5px;
}
#selections div.selection p {
    margin-bottom: 0;
}
#plate {
	display: none;
    background-image: url(//totalparts.nl/gfx/plate.png);
    width: 200px;
    height: 43px;
}
#plate input {
    width: 180px;
    text-transform: uppercase;
    font-size: 34px;
    font-weight: bold;
    padding: 0;
    margin: 2px 0 0 20px;
    background-color: transparent;
    text-align: center;
    border: none;
    outline: 0;
    line-height: 1;
}
#logos a {
    border-radius: 10px;
    color: #07376f;
    display: inline-block;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    text-decoration: none;
}
#logos a:hover {
    background: #07376f;
    color: #f4f4f4;
}
#logos a div {
    width: 100px;
    height: 100px;
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 15px;
}
#logos a img {
    max-width: 100%;
    max-height: 100%;
}
#stockPart {
    display: none;
}
a.stock-part {
    background: linear-gradient(150deg, #fff 50%, #ddd 100%);
    box-sizing: border-box;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 10pt;
    padding-left: 5px;
    width: 50%;
    text-decoration: none;
}
a.stock-part:hover {
    background: #60789d;
    color: #fff;
}
#body.loading a.stock-part {
    background: none;
}
a.stock-part div.picture {
    float: left;
    max-width: 25%;
    margin: 2px 10px 2px 2px;
}
a.stock-part div.picture img {
    width: 100%;
}
a.stock-part div.item-descr {
    color: #07376f;
    font-weight: bold;
}
a.stock-part:hover div.item-descr {
    color: #fff;
}
a.stock-part p {
    margin-bottom: 3px;
}
a.stock-part .relevance-container {
    display: inline-block;
    width: 30%;
    border: 1px solid #888;
    background: #bbb;
}
a.stock-part .relevance {
    height: 10px;
    color: transparent;
}
a.stock-part p:empty,  a.stock-part .relevance-container:empty {
    display: none;
}
#detail {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0px;
    padding: 2% 20%;
    background: rgba(10,10,10,0.8);
    border: 2px solid #444;
    /* border-radius: 5px; */
    box-shadow: 0px 5px 35px -5px #888;
    display: none;
    overflow: auto;
    text-align: center;
    z-index: 10000;
}
#detail.loading {
    background: #f4f4f4 url(//totalparts.nl/gfx/body-loading.gif) no-repeat center;
}

#picture {
    height: 50%;
    max-height: 75vw;
    margin-bottom: 20px;
    text-align: center;
    cursor: zoom-in;
}
body.search .elementor img {object-fit:cover;}
#picture.zoom {
    height: auto;
    cursor: zoom-out;
}
#picture img {
    max-height: 100%;
    max-width: 100%;
	width:100%;
	object-fit:cover;
}
#thumbs {
    text-align: center;
}
#thumbs img {
    vertical-align: middle;
    margin: 0 5px 10px;
    cursor: pointer;
}
#detail table th {
    vertical-align: top;
}
#detail table td {
    font-weight: bold;
    padding: 2px 0 2px 10px !important;
}
#detail h1 {
    font-weight: bold;
}
#details {
    display: inline-block;
    margin-right: 20px;
}
#info {
    display: inline-block;
    max-width: 50%;
    min-width: 450px;
    padding: 25px;
    border: 1px solid #444;
    box-shadow: 0px 5px 35px -5px #888;
}
#info div.widget {
    padding: 0;
    display: inline-block;
}
#info div.email input,  #info div.email textarea {
    width: 300px;
    box-sizing: border-box;
}
#info div.email textarea {
    height: 4em;
}
#info div.email input[name='widget[SLICENSE_PRQ]'],  #info div.email input[name='widget[SPOSTALCODE_PRQ]'] {
    width: 70px;
}
#info div.email input[name='widget[SCITY_PRQ]'] {
    margin-left: 5px;
    width: 225px;
}
#detail button.send {
    bottom: 1em;
    color: #fff;
    border-color: #800;
    background: linear-gradient(to bottom, #d66 0%, #d44 100%);
    background-color: #d66;
}
#detail div.direct p {
    margin-bottom: 2px;
}
#detail div.direct p:empty {
    display: none;
}
#detail button {
    min-width: 200px;
    margin: 1em 0 5px;
}
#detail button.close {
    background: url(//totalparts.nl/gfx/icon/cross.png) no-repeat center;
    border: none;
    width: 40px;
    height: 40px;
    margin: 0 0 -20px;
    min-width: 0;
    /* position: absolute; */
    top: 0;
    right: 0;
    z-index: 111;
    cursor: pointer;
}
button.add-to-basket {
    color: #fff;
    border-color: #080;
    background: linear-gradient(to bottom, #6d6 0%, #4d4 100%);
    background-color: #6d6;
    padding: 4px 15px;
}
#slide {
    display: none ;
}
#selections.slide {
    background: #888;
    padding: 0 5px;
    box-shadow: 5px 5px 35px -5px #888;
}
#selections.slide #plate {
    background-image: url(//totalparts.nl/gfx/plate.png);
    width: 200px;
}
#selections.slide #plate input {
    width: 180px;
}
#selections.slide div.selection {
    width: 75vw;
}
div.tp-alt-vehicle-types {
    display: none;
}

@media screen and (max-width: 1024px) {
body.sticky #header div.content {
    left: 0;
    right: 0;
    width: auto;
    top: -90px;
}
body.sticky #header div.filler {
    height: 150px;
}
#logos a {
    padding: 1vw;
    font-size: 8pt;
}
#logos a div {
    width: 10vw;
    height: 10vw;
    padding-bottom: 0;
}
#detail {
    margin: 0;
    border: none;
}
div.widget input {
    max-width: 80vw;
}
}

@media screen and (max-width: 640px) {
body.sticky #header div.content {
    top: -40px;
}
body.sticky #header div.filler {
    height: 100px;
}
#search div.query {
    right: 98px;
}
#search button {
    width: 80px;
}
#selections div.selection {
    width: 86px;
    overflow: hidden;
}
#plate {
    background-image: url(//totalparts.nl/gfx/plate-small.png);
    width: 100px;
}
#plate input {
    width: 80px;
}
#selections:focus div.selection {
    width: 75%;
}
body.search #body {
    padding-left: 110px;
}
a.basket {
    font-size: 7pt;
}
a.stock-part div.picture {
    float: none;
    max-width: 100%;
}
#detail {
    margin: 0;
    padding: 10px;
    border-radius: 0;
    border: none;
}
#slide {
    display: block;
}
	
body.order #steps th {width:100%;}
}

@media screen and (max-width: 400px) {
a.stock-part {
    width: 100%;
}
}

@media screen and (min-width: 1024px) {
#detail > div {
    float: left;
    min-width: 30%;
    padding-right: 1em;
}
#detail #related {
    float: none;
}
#details {
    max-width: 400px;
}
#related {
    clear: both;
}
}



body.order #steps th {width: 40%;}
body.order #steps div.widget input, body.order #steps div.widget select, body.order #steps div.widget textarea {width: 400px! important;}

#masthead .navbar-nav > li > a {font-weight:400 !important;}

#masthead .navbar-nav > li.active > a {font-weight:600 !important;}
#masthead .navbar-nav > li.active > a:hover {font-weight:600 !important;}



.not-desktop {
  display: none;
}
.grecaptcha-badge {
  visibility: hidden;
}
/*----------------
GENARAL
----------------*/
/*----------------
HEADER
----------------*/
header#masthead {
  background-color: #ffffff;
  box-shadow: none;
  border: none;
  padding: 0 !important;
  background-image: url(layout/HeaderBG.gif);
  background-repeat: no-repeat;
  background-position: top center;
}
.logo {
  background-image: url(layout/LogoBG.png);
  z-index: 100;
  background-position: right top;
  background-repeat: no-repeat;
  margin-right: -9%;
}
.navbar-brand {
  height: 100px;
  padding: 10px 30px 0px 0px;
}
.navbar-brand a img {
  width: 100%;
}
.topheader {
  background: #211f1f;
  height: 50px;
  color: #ffffff;
  padding-left: 9%;
  padding-top: 5px;
  font-size: 24px;
}
.topright {
  text-align: right;
  padding-right: 30px;
}
.topright a {
  margin-left: 15px;
}
.topright .usertext {
  font-size: 15px;
  margin-top: -5px !important;
}
.menu {
  background: #25438a;
  height: 50px;
}
#masthead .navbar-nav {
  margin-top: -5px;
}
#masthead .navbar-nav > li > a {
  color: #ffffff;
  padding: 17px 13px 13px;
  font-size: 17px;
  font-weight: 400;
}
#masthead .navbar-nav > li > a:hover {
  color: #ffffff;
  background-color: #001240;
  font-weight: inherit !important;
}
#masthead .navbar-nav > li.active > a {
  color: #25438a;
  background-color: #ffffff;
}
/*----------------
CONTENT
----------------*/
#content.site-content {
  padding: 0 !important;
}
.entry-content {
  margin: 0 !important;
}
/*----  HOME  ----*/
.home .entry-content {
  margin: 0 !important;
}
.spotlight h3 {
  margin-top: -20px !important;
  background-color: #f4f5fb;
  display: table;
  padding: 0px 10px;
}
.spotframe {
  width: 100%;
  border: none;
}
.spotitems {
  display: flex;
}
.spotitems .stock-part {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 5px;
}
.spotitems .stock-part:hover {
  cursor: auto;
}
.spotitems .stock-part .iteminfo {
  margin-bottom: 0px;
}
.stock-part .iteminfo:hover {
  background-color: #F5F5F5;
}
.spotlight .tekstBTN {
  padding: 10px 25px !important;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  text-align: right !important;
  background-color: #d72128;
  margin-bottom: 5px;
  display: inline-block;
}
.spotlight .tekstBTN:hover {
  background-color: #25438a;
  text-decoration: none;
}
#onderdelen {
  display: none;
}
/*------------
//  WIDGETS //
------------*/
/* Whatsapp */
.whatsapp {
  margin-bottom: -30px;
}
.whatsapp .contentbox {
  display: block;
  position: relative;
  z-index: 50;
  margin-top: -250px;
  height: 150px;
  padding-left: 15px;
  background-image: url(layout/WA-persoon.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.whatsapp .contentbox .nummer {
  font-size: 22px;
  margin-top: 15px;
  display: block;
  color: #455a64;
}
.home .whatsapp .contentbox {
  margin-top: -225px;
  height: 170px;
}
/* Partselector */
.shopfilter .partselect {
  width: 100%;
  padding: 5px 35px;
  margin-bottom: 0px;
  font-size: 15px;
	text-transform: uppercase;
}
.shopfilter .partselect:first-child {text-transform:lowercase !important;}
.partselect {
  background: none;
  width: 92%;
  float: right !important;
  border: none;
  margin-top: -27px;
}
.shopfilter .vindBTN {
  /* width: 100%; */
  /* background-color: #d72128; */
  border: none;
  padding: 8px 25px !important;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  text-align: right !important;
  color: #fff;
  margin-top: 5px;
}
.shopfilter .vindBTN:hover {
  background-color: #25438a;
  text-decoration: none;
}
.shopfilter .nmbrform {
  margin-top: 15px;
}
.shopfilter .nmbrfield {
  width: 68%;
  padding: 7px 0px 7px 10px;
  margin-top: 6px;
  font-size: 15px;
}
.shopfilter .zoekBTN {
  width: 30%;
  background-color: #211f1f;
  border: none;
  padding: 8px 25px 8px 0px !important;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  text-align: right !important;
  color: #fff;
  margin-top: 6px;
  float: right;
}
.shopfilter .zoekBTN:hover {
  background-color: #d72128;
  text-decoration: none;
}
/* Wij zoeken motorfietsen */
.zoek-fiets, .sidemotor {
  border-bottom: solid 15px #001240;
}
.zoek-fiets .panel-grid-cell {
  margin-bottom: -8px;
}
.ReadmoreBTN {
  padding: 10px 25px !important;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  text-align: right !important;
}
.ReadmoreBTN:hover {
  background-color: #25438a;
  text-decoration: none;
}
.tekstBTN {
  background-color: #d72128;
  color: #ffffff;
}
.tekstBTN:hover {
  background-color: #25438a;
  color: #ffffff;
  text-decoration: none;
}
.sidemotor .textwidget {
  margin-bottom: -25px;
}
/* form */
.wpcf7-submit {
  background-color: #d72128;
  border: none;
  padding: 8px 25px 8px 25px !important;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  text-align: right !important;
  color: #fff;
}
.wpcf7-submit:hover {
  background-color: #25438a;
}
/* Video */
.video-widget {
  margin-top: 15px;
}
.video-widget h3 {
  font-weight: bold;
  margin-top: -18px !important;
  background-color: #f4f5fb;
  display: table;
  padding: 0px 10px;
}
.video-widget iframe {
  width: 100%;
  height: 185px !important;
}
.video-widget p {
  margin-bottom: 0px;
}
/* USP */
.home .usp {
  margin-top: 85px;
}
.usp h4 {
  margin-bottom: 0.9em;
}
.usp li {
  line-height: 1.3em !important;
  font-size: 20px;
  margin-bottom: 15px;
  padding-left: 10px;
}
.usp .fa-li {
  left: -2.3em;
  top: 0em;
}
.usp i {
  color: #29a71a;
}
/* FWbanner */
#FWbanner {
  color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#FWbanner .tagline {
  display: block;
  text-shadow: 2px 2px 4px #000000;
  margin-bottom: 15px;
}
#FWbanner .CallBTN {
  display: inline-block;
  background-color: rgba(215, 33, 40, 0.75);
  padding: 10px 25px;
  border: 1px solid #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
#FWbanner .CallBTN:hover {
  background-color: rgba(240, 91, 36, 0.75);
}
#FWbanner a {
  color: #ffffff;
  text-decoration: none;
}
/* Footer Call-to-Action */
.CTArow {
  background-color: #25438a;
  color: #ffffff;
  padding: 30px 0px 30px 0px;
}
.closeCTA h3 {
  color: #211f1f;
}
.closeCTA h3 a {
  color: #211f1f;
}
.closeCTA h3 a:hover {
  color: #001240;
}
/* == Trustlogo == */
.trustlogo {
  width: 75px;
  float: left;
  margin: 10px 0 0;
  display: block;
  line-height: 15px;
}
.trustlogo #comodoTL {
  display: none;
}
.trustlogo #tl_popupCL1 {
  z-index: 100 !important;
}
#custom_html-2 {
  margin: 0px !important;
  overflow: unset !important;
}
/*----------------
SHOP
----------------*/
.topheader a {
  color: #fff;
}
.topheader a:hover {
  color: #001240;
  text-decoration: none;
}
.topheader a span.label, .topheader a:hover span.label {
  position: absolute;
  margin: 5px -6px;
  font-size: 11px;
  background: #f00;
  padding: 0px 6px 1px 4px;
  border-radius: 10px;
  color: #fff;
}
.shopheader {
  height: 200px;
  background-image: url(https://www.bor-motorparts.com/wp-content/uploads/2017/11/slide1.png);
  background-position: top center;
  background-size: cover;
  margin-bottom: 30px;
}
.shopheader h2 {
  color: #fff;
  padding: 55px 0px;
}
.shopintro .whatsapp .contentbox {
  margin-top: -215px !important;
  height: 175px !important;
}
.shopselector {
  background-color: #001240;
  color: #ffffff;
  padding: 15px 15px 15px 15px;
}
.tp-crums a {
  color: #211f1f;
}
.tp-crums a:hover {
  color: #25438a;
}
.shopfilters {
  margin: 0px 0px 25px !important;
  padding: 0px 15px 0px 0px !important;
}
.shopfilters h2 {
  font-size: 1.1rem;
}
.shopfilters .selection {
  background-color: #fff;
  font-size: 12pt;
  font-weight: normal;
  margin: 10px 0 0 0;
  padding: 10px !important;
  box-shadow: #888 2px 2px 8px -3px;
}
.shopfilters #slide {
  display: none;
}
.searchBar {
  background-color: #001240;
  color: #ffffff;
  padding: 10px;
}
.searchBar input {
  padding: 7px 0px 7px 10px;
  margin-bottom: 4px;
}
.searchBar h2 {
  display: block;
  padding-top: 2px;
  float: left;
  margin-left: 10px;
}
.searchButton {
  padding: 7px 15px 7px 0px;
  background-color: #000;
  color: #fff;
  border: none;
  text-align: right;
  text-transform: uppercase;
  float: right;
  margin-right: 10px;
}
.searchButton:hover {
  background-color: #d72128;
}
/*.shopfilters #baseModel { display: none !important; }*/
.affix {
  top: 10px;
  z-index: 9999 !important;
}
.shopitems {
  margin: 10px 0 35px;
  padding: 0px 0px 0px 0px !important;
  display: flex;
  flex-wrap: wrap;
  -webkit-display: flex; /* Safari */ -webkit-flex-wrap: wrap; /* Safari 6.1+ */
}
.stock-part {
  display: flex;
  -webkit-display: flex;
  width: 100%;
  margin-bottom: 10px;
}
@media all and (min-width: 40em) {
  .stock-part {
    width: 48%;
    margin-right: 2%;
  }
}
@media all and (min-width: 60em) {
  .stock-part {
    width: 31.33%;
    margin-right: 2%;
  }
}
.stock-part:hover {
  cursor: pointer;
}
.stock-part .picture {
  margin-bottom: 10px;
  width: 100% !important;
}
.stock-part .iteminfo {
  background-color: #ffffff;
  display: flex;
  -webkit-display: flex; /* Safari */
  -webkit-flex-wrap: wrap; /* Safari 6.1+ */
	max-height:500px;
  flex-direction: column;
  padding: 10px 10px 0px;
  width: 100%;
  margin-bottom: 10px;
  box-shadow: #888 2px 2px 8px -3px;
}
.stock-part .iteminfo .item-descr {
  flex: 1 0 auto;
  position: relative;
}
.stock-part .iteminfo .item-descr .pricebox {
  bottom: -10px;
  width: 44%;
  right: -10px;
  position: absolute;
  text-align: right;
  background-color: #25438a;
  color: #fff;
  padding: 10px 20px 10px 0px;
  font-size: 16px;
  font-weight: 700;
}
.stock-part .iteminfo h4 {
  color: #101011;
	font-weight:600;
  font-size: 18px !important;
  padding: 15px 0px 5px;
}
.stock-part .itembtn {
  margin: 10px -10px 0px;
}
.stock-part .itembtn a {
  display: flex;
  flex-direction: column;
  padding: 10px;
  width: 100%;
  background-color: #201b1b;
  margin-top: 10px;
  text-align: center;
  color: #ffffff;
  text-transform: none;
  font-weight: bold;
}
.stock-part .itembtn a:hover {
  background-color: #25438a;
  text-decoration: none;
}
.imagebox {
  max-height: 220px;
}
/* shopfilter */
.shopfilter {
  position: relative;
  z-index: 50;
  margin-bottom: 25px;
}
.shopfilter #model {
  display: block !important;
}
#selections div.selection.selected h1 {
  background: url(layout/close.png) no-repeat right !important;
}
#selections div.selection.selected h1:hover {
  color: #d72128;
  background: url(layout/close_hover.png) no-repeat right !important;
}
.dealerlogo {
  background-color: #fff;
  margin-top: 15px;
  padding: 10px;
  box-shadow: #888 2px 2px 8px -3px;
}
#detail > div {
  padding-right: 0px;
}
/* Product detail */
.detailcontent {
  float: none !important;
  background-color: #f4f5fb;
  text-align: left;
}
.detailcontent h1 {
  padding: 25px;
  font-weight: 400 !important;
  font-size: 24px;
}
.detailcontent .contentrow {
  display: block;
  margin-bottom: 20px;
}
.detailcontent .productimg {
  width: 49%;
  float: left;
  margin-right: 15px;
}
.detailcontent .picture-zoom {
  width: 100% !important;
}
button.add-to-basket {
  border: none !important;
}
.detailcontent .productimg #picture {
  margin-bottom: 0;
}
.detailcontent .productimg #thumbs {
  padding: 15px 0px 0px;
}
.detailcontent .productimg #thumbs img {
  width: 20% !important;
}
.detailcontent #details {
  width: 45% !important;
  max-width: none;
}
.detailcontent #details .container {
  padding: 0;
}
.detailcontent #details table th {
  width: 30%;
  background-color: #001240 !important;
  color: #fff;
  padding: 5px 0 5px 10px;
  border: 3px solid #f4f5fb;
}
.detailcontent #details table td {
  width: 55%;
  color: #211f1f;
  padding: 5px 20px 5px 10px;
  border: 3px solid #f4f5fb;
}
.detailcontent #details button {
  padding: 10px 20px;
  background: #201b1b;
  margin-top: 0px;
  text-align: center;
  color: #ffffff;
  text-transform: none;
  font-weight: bold;
  border-radius: 0px;
}
.detailcontent #details button:hover {
  background: #25438a;
}
block--find-parts__title {
  font-weight: bold;
  font-size: 24px !important;
}
.detailcontent #related {
  display: block;
  width: 100%;
  margin-top: 50px;
  clear: none;
  margin-bottom: 10px;
}
.detailcontent #related h2 {
  margin: 25px 0px 0px;
  padding-bottom: 25px;
  text-align: center;
  padding-top: 25px;
  font-weight: bold;
  font-size: 24px;
}
.detailcontent #related .container {
  width: 100% !important;
  padding: 25px;
  float: left;
  display: flex;
  flex-wrap: wrap;
  margin-right: 15px;
}
.detailcontent #info {
  width: 100%;
  box-shadow: none;
  margin: 0 auto;
  padding: 50px;
}
.detailcontent #info .widget {
  margin: 0px;
}
.detailcontent #info .widget fieldset {
  border: none;
  padding: 0px;
}
#info {
  padding: none !important;
  border: none !important;
  max-width: 100% !important;
}
/* Winkelwagen */
body.basket #body {
  width: 100%;
  margin-top:25px;
  padding: 15px 30px;
  margin-bottom: 50px;
}
body.basket .shopintro {display:none;}
body.basket #tp-shipping-price-descr {margin-bottom:20px; margin-top:-30px;}
body.basket #tp-shipping-price-descr:before {content:"Verzendkosten: ";}


/* Header voor de tabel */
body.basket #basket th {
  background-color: transparent;
  color: #000;
  font-size: 16px;
  text-align: left;
  padding: 10px 0;
  border-bottom: none;
}

/* Afbeeldingen in de winkelmand */
.tp-basket-row img {
  width: 100px;
  border-radius: 6px;
  object-fit: cover;
}

/* Rijen van de winkelmand (tr) */
body.basket #basket tr {
  display: grid;
  grid-template-columns: 100px 1fr 80px;
  align-items: center;
  padding: 10px 0;
  border-bottom: none;
}


body.basket #basket tr:first-child {
    background: #ebebeb;
    padding: 0;
	padding-top: 17px;}

body.basket #basket tr:nth-child(even):hover {background-color:#f3535300;}

/* Alternatieve achtergrond voor even rijen */
body.basket #basket tr:nth-child(even) {
  background-color: #f9f9f9;
}

/* Data cellen (td) in de tabel */
body.basket #basket td {
  padding: 10px 0;
  font-size: 14px;
  color: #333;
	border:none;
}

/* Specifieke opmaak voor prijs cellen */
body.basket #basket td.price {
  font-weight: bold;
  font-size: 16px;
  color: #0044cc;
  text-align: left;
}

/* Header voor prijs kolom */
body.basket #basket th.price {
  padding: 10px 0;
  text-align: right;
}



body.basket #body .tp-goto-search {
  background: #001240;
  padding: 5px 10px;
  border: solid 2px #fff;
  text-transform: none;
  color: #fff;
}
body.basket #body .tp-goto-order {
  background: #d72128;
  padding: 5px 10px;
  border: solid 2px #fff;
  text-transform: none;
  color: #fff;
}
body.order .gegevens_shop {display:none;}
body.basket .gegevens_shop {display:none;}
body.basket #basket .tp-basket-remove, body.basket #basket .tp-basket-view {
  background: #161616;
	border:none;
	border-radius:4px;
  font-size: 13px;
  text-transform: none !important;
  padding: 5px 10px;
}
body.basket .shopfilter, body.order .shopfilter {
  display: none;
}
/* Bestellen */
body.order .shopintro, body.payment .shopintro {
  display: none;
}
body.order #body {
  width: 100%;
  padding: 15px 30px;
  border: none;
  margin-bottom: 20px;
}
body.order #totalPrice {
  right: 30px;
  top: -120px;
  background: #001240;
  border: none;
  color: #fff;
  padding: 20px;
  box-shadow: #888 2px 2px 8px -3px;
}
body.order #totalPrice .total {
  border-top: #fff solid thin !important;
  font-weight: bold;
}
body.order #totalPrice .total tr:last-child {
  font-weight: bold;
}
body.order #steps {
  border: none;
  border-radius: 0px;
}
body.order #steps .step {
  border: solid 3px #25438a;
  border-top: none;
  border-radius: 0px;
  padding: 20px;
	min-height:350px;
}
body.order #steps .ui-widget-header {
  background: #25438a;
  border: none;
  border-radius: 0px;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: none;
  border-radius: 0px;
  border-bottom: solid 2px #fff !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: none;
  background: #001240;
  border-radius: 0px;
  border-bottom: solid 2px #25438a;
}
.ui-state-default a, .ui-widget-content .ui-state-default a, .ui-widget-header .ui-state-default a {
  color: #7e96d0 !important;
}
.ui-state-active a, .ui-widget-content .ui-state-active a, .ui-widget-header .ui-state-active a {
  color: #fff !important;
}
body.order #steps fieldset {
  border: none;
  padding: 0px;
}
body.order #steps th, body.order #steps td {
  font-size: 16px;
}
body.order #steps div.check input {
  width: 30px !important;
}
body.order #steps button.next, body.order #steps button.action {
  background: #0c7500;
  box-shadow: none;
  padding: 5px 20px;
  border: solid 1px #fff;
  border-radius: 0px;
	font-size:18px;
}
body.order #steps #stepDeliveryMethod label {
  display: none;
}
body.order #steps #stepDeliveryMethod .widget fieldset {
  padding-left: 15px;
}
body.order #steps #stepDeliveryMethod .widget label {
  display: block;
  padding: 15px 30px 0px 15px;
  border: solid thin #001240;
  font-size: 14px;
}
body.order #steps #stepDeliveryMethod .widget label input {
  width: 30px !important;
}
body.order #steps #stepPaymentMethod label {
  width: 100%;
  padding: 10px 20px 5px;
  font-size: 22px;
}
body.order #steps #stepPaymentMethod .widget fieldset {
  padding-left: 15px;
}
body.order #steps #stepPaymentMethod .widget label {
  display: block;
  padding: 15px 30px 0px 15px;
  border: solid thin #001240;
  font-size: 16px;
}
body.order #steps #stepPaymentMethod .widget label input {
  width: 30px !important;
}
body.order #steps #stepPaymentMethod .widget textarea {
  width: 350px !important;
}
body.order #steps #stepPaymentMethod #orderConditions label {
  border: none;
  padding: 15px 30px 0px 0px;
}
body.order #steps #stepConfirm p {
  font-size: 16px;
  margin-bottom: 0px;
}
body.order #steps #stepConfirm h1 {
  margin-top: 25px;
}
body.order #steps #stepConfirm .tp-parts {
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: bold;
}
body.order #steps #stepConfirm .tp-parts h3 {
  margin-bottom: -2px;
}
body.order #steps #stepConfirm .tp-parts p {
  font-weight: normal;
  margin-bottom: 15px;
}
body.order #steps #stepConfirm p.total {
  font-weight: bold;
  font-size: 26px;
  color: #d72128;
}
body.order #steps #stepConfirm p.total:before {
  font-weight: bold;
  font-size: 26px;
  color: #d72128;
  content: '\20AC '
}
body.payment #body {
  width: 100%;
  padding: 15px 30px;
  border: solid thin #001240;
  margin-bottom: 20px;
}
/*----------------
FAQ
----------------*/
.accordion-title {
  padding: 5px 20px 7px;
  background-color: #25438a;
  color: #ffffff;
  margin-bottom: -20px;
}
.accordion-content {
  background-color: #ffffff;
  padding: 1px 15px 15px;
  margin-top: 20px;
  margin-bottom: -15px;
}
/*----------------
Formulier
----------------*/
.formulier {
  border: solid thin #001240;
  padding: 15px 15px 0px;
  margin-bottom: 20px;
}
.formulier form {
  margin-bottom: -40px;
}
.formulier form label {
  width: 75%;
}
.formulier form .upload {
  border: solid thin #CCC;
  padding: 5px;
  background: #fff;
}
.formulier form .captcha {
  border: none;
  background: none;
}
/*----------------
FOOTER

----------------*/
.footerinfo a {
  color: #fff;
}
.footerinfo a:hover {
  text-decoration: underline;
  color: #001240;
}
.footerinfo .menu {
  background: none;
  height: auto;
}
.footerinfo .menu a.nav-link {
  padding: 0px !important;
  color: #ffffff;
  background: none;
}
.footerinfo .menu a.nav-link:hover {
  background: none !important;
  color: #25438a;
  text-decoration: none;
}
.footerinfo {
  background-image: url(layout/FooterBG.gif);
  background-repeat: repeat-y;
  background-position: top center;
  color: #ffffff;
  border-top: solid 15px #001240;
}
.footerinfo #footer-widget div {
  background-color: #211f1f;
}
.footerinfo #footer-widget div.footerlogo {
  background-image: url(layout/FooterBG.gif);
  background-repeat: repeat-y;
  background-position: top center;
  padding: 55px 0px 20px 70px;
}
.footerlogo img {
  z-index: 100;
  position: relative;
  display: block;
}
.footerlogo :before {
  content: '';
  border-top: 0px solid transparent;
  border-bottom: 330px solid #fff;
  border-left: 300px solid transparent;
  border-right: 100px solid #fff;
  position: absolute;
  top: 0px;
  left: -155px;
}
.site-footer {
  background-color: #ffffff !important;
  text-align: left;
}
.site-footer .site-info {
  text-align: right;
}
.mobilephone {
  display: none;
}
.phonenumber {
  font-size: 18px;
  margin-top: 7px;
}
/* RESPONSIVE */
/* Tablet - Landscape*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .logo {
    margin-right: -11%;
  }
  .navbar-brand {
    height: auto !important;
  }
  .navbar-brand a img {
    max-width: 95%;
    padding: 10px 0px 0px;
  }
  .menu .navbar {
    padding: 5px 0px 0px 90px !important;
  }
  .menu .navbar button {
    z-index: 999;
  }
  .whatsapp .contentbox {
    margin-top: -225px;
    padding: 15px;
  }
  .whatsapp .contentbox img {
    width: 50%;
  }
  .navbar div.navbar-collapse {
    background-color: #25438a !important;
    margin-top: 8px;
  }
  .navbar div.navbar-collapse ul {
    margin-top: 0px;
  }
  .stock-part .iteminfo .item-descr .pricebox {
    font-size: 15px;
  }
  /* SHOP */
  #detail {
    padding: 2% 10%;
  }
}
/* Tablet - Portrait*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .not-mobile {
    display: none;
  }
  .not-desktop {
    display: block;
  }
  .container {
    max-width: 100%;
  }
  .logo {
    margin-right: -11%;
  }
  .topleft {
    font-size: 18px;
    padding-top: 5px;
  }
  .topright {}
  .navbar-brand {
    height: auto !important;
  }
  .navbar-brand a img {
    max-width: 95%;
    padding: 0 15px 10px;
  }
  .menu .navbar {
    padding: 7px 0px 10px 60px !important;
  }
  .menu .navbar button {
    z-index: 999;
  }
  .navbar div.navbar-collapse {
    background-color: #25438a !important;
    margin-top: 10px;
  }
  .navbar div.navbar-collapse ul {
    margin-top: 0px;
  }
  .whatsapp .contentbox {
    margin-top: -20px !important;
    background-color: #fff;
    padding: 15px;
  }
  .whatsapp .contentbox img.logo {
    width: 55% !important;
  }
  .shopintro .whatsapp .contentbox {
    margin-top: 20px !important;
    background-color: #fff;
    padding: 15px;
  }
  .shopintro .introtekst {
    padding-top: 30px;
  }
  .footerlogo img {
    max-width: 70% !important;
    height: auto;
    float: right;
    padding-right: 60px;
  }
  .footerlogo :before {
    border-bottom: 300px solid #fff;
    border-left: 300px solid transparent;
  }
  /* SHOP */
  #detail {
    padding: 2% 10%;
  }
  .detailcontent .productimg {
    width: 100%;
    margin-bottom: 15px;
  }
  .detailcontent #details {
    width: 100% !important;
    max-width: none;
  }
}
/* MOBILE - Landscape*/
@media only screen and (min-width: 320px) and (max-width: 767px)and (orientation: landscape) {
  .not-mobile {
    display: none;
  }
  .not-desktop {
    display: block;
  }
  .container {
    max-width: 100%;
  }
  header#masthead {
    background: none !important;
  }
  #masthead .navbar-nav > li > a {
    padding: 8px 10px 6px !important;
  }
  .logo {
    background-image: none;
    background-color: #fff;
    margin-right: 0;
  }
  .mobilephone {
    display: block;
    float: right;
    font-size: 16px;
    margin-top: -48px;
    padding-right: 15px;
    z-index: 200;
    position: relative;
  }
  .mobilephone a {
    color: #000;
  }
  .topheader {
    margin-bottom: -50px;
  }
  .topleft {
    display: none;
  }
  .topright {
    display: block;
    z-index: 100;
    position: relative;
  }
  .navbar-brand {
    height: auto !important;
  }
  .navbar-brand a img {
    max-width: 30%;
    padding: 0 15px 10px;
  }
  .menu .navbar {
    padding: 7px 0px 10px !important;
  }
  .menu .navbar button {
    z-index: 999;
  }
  .navbar div.navbar-collapse {
    background-color: #25438a !important;
    margin-top: 8px;
  }
  .navbar div.navbar-collapse ul {
    margin-top: 0px;
  }
  .slider {
    display: none !important;
  }
  .whatsapp .contentbox {
    margin-top: -20px !important;
    background-color: #fff;
    padding: 15px;
  }
  .shopintro .whatsapp .contentbox {
    margin-top: 20px !important;
    background-color: #fff;
    padding: 15px;
  }
  .formulier form label {
    width: 100%;
  }
  .footerlogo img {
    max-width: 70% !important;
    height: auto;
    float: right;
    padding-right: 60px;
  }
  .footerlogo :before {
    border-bottom: 400px solid #fff;
    border-left: 430px solid transparent;
  }
  /* Button */
  #steps button.next, #actionOrder {
    position: relative;
    left: 1em;
    margin-bottom: 10px;
    margin-top: 10px;
    bottom: 0;
  }
#steps button.next, #actionOrder {position:relative;}
  /* Totaalbedrag blok */
  body.order #totalPrice {
    position: initial;
  }

  /* SHOP */
  body.search .introtekst {
    display: none !important;
  }
  .detailcontent .productimg {
    width: 100%;
    margin-bottom: 15px;
  }
  .detailcontent #details {
    width: 100% !important;
    max-width: none;
  }
}
/* MOBILE - Portrait*/
@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
  .not-mobile {
    display: none;
  }
  .not-desktop {
    display: block;
  }
  header#masthead {
    background: none !important;
  }
  .logo {
    background-image: none;
    background-color: #fff;
    margin-right: 0;
  }
  .mobilephone {
    display: block;
    float: right;
    font-size: 16px;
    margin-top: -48px;
    padding-right: 15px;
    z-index: 200;
    position: relative;
  }
  .mobilephone a {
    color: #000;
  }
  .topheader {
    margin-bottom: -50px;
  }
  .topleft {
    display: none;
  }
  .topright {
    display: block;
    z-index: 100;
    position: relative;
  }
  .navbar-brand {
    height: auto !important;
  }
  .navbar-brand a img {
    max-width: 50%;
    padding: 0 15px 10px;
  }
  .menu .navbar {
    padding: 7px 0px 10px !important;
  }
  .menu .navbar button {
    z-index: 999;
  }
  .navbar div.navbar-collapse {
    background-color: #25438a !important;
    margin-top: 8px;
  }
  .navbar div.navbar-collapse ul {
    margin-top: 0px;
  }
  .slider {
    display: none !important;
  }
  .searchBar {
    margin: 15px 0px 5px 0px !important;
  }
  .searchBar h2 {
    display: none !important;
  }
  .searchBar input.searchText {
    margin-left: 0px !important;
    width: 60% !important;
  }
  .searchBar button.searchButton {
    width: 30% !important;
  }
  .tp-crums {
    margin-top: 10px;
  }
  .whatsapp .contentbox {
    margin-top: -20px !important;
    background-color: #fff;
    padding: 15px;
  }
  .whatsapp .contentbox img.logo {
    width: 55% !important;
  }
  .shopintro .whatsapp .contentbox {
    margin-top: 20px !important;
    background-color: #fff;
    padding: 15px;
  }
  .formulier form label {
    width: 100%;
  }
  .accordion-title {
    margin-bottom: -18px;
  }
  .spotitems .stock-part {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .spotitems #part3 {
    display: none;
  }
  /* Opmerking */
  body.order #steps #stepPaymentMethod .widget textarea {
    width: 100% !important;
  }
  /* Button */
  #steps button.next, #actionOrder {
    position: relative;
    left: 1em;
    margin-bottom: 10px;
    margin-top: 10px;
    bottom: 0;
  }
  /* Totaalbedrag blok */
  body.order #totalPrice {
    position: initial;
  }
  /* SHOP */
  body.search .introtekst {
    display: none !important;
  }
  .detailcontent .productimg {
    width: 100%;
    margin-bottom: 15px;
  }
  .detailcontent #details, .detailcontent #info {
    width: 100% !important;
    max-width: none;
  }
  .detailcontent #info .email input {
    width: 100% !important;
  }
  /* BASKET */
  body.basket .shopintro {
    display: none !important;
  }
  body.basket #body {
    padding: 15px 15px !important;
  }
  body.basket #body form table {
    margin-bottom: 0px !important;
  }
  table#basket {
    margin-top: 15px !important;
    font-size: 13px !important;
  }
  button.basket-remove {
    content: 'verwijder' !important;
  }
  .shopfilters {
    padding: 0px !important;
  }
  .shopfilters .selection {
    width: 100% !important;
  }
  .footerlogo img {
    max-width: 70% !important;
    height: auto;
    float: right;
    padding-right: 60px;
  }
  .footerlogo :before {
    border-bottom: 300px solid #fff;
    border-left: 300px solid transparent;
  }
}
.headernum {
  color: #fff;
  margin-right: 15px;
}
.headernum:hover {
  color: #25438a;
}
.shopfilter .steps {
  width: 8%;
  float: left;
  font-weight: bold;
  color: #212529;
}
.shopfilter .steps:after {
  content: '|';
  color: #ccc;
  right: 0;
  margin-left: 10px;
  top: 8px;
}
.shopfilter .onderdelen-select {
  /* background-color: #fff !important; */
  border-radius: 5px;
  height: 45px;
  padding: 10px;
  margin-bottom: 10px;
}
.shopfilter button {
  border-radius: 5px;
}
.shopfilter input {
  border-radius: 5px;
  border: none;
  height: 38px;
}
.content-padding {
  padding: 0px 0px 0px 25px !important;
}
#detail button.send {
  padding: 10px 20px;
  background: #201b1b;
  margin-top: 0px;
  text-align: center;
  color: #ffffff;
  text-transform: none;
  font-weight: bold;
  border-radius: 0px;
  border: none;
}
#detail button.send:hover {
  background: #25438a;
}
#detail button {
  min-width: 200px;
  margin: 0px;
  padding: 10px 20px;
  background: #d13434;
  margin-top: 0px;
  text-align: center;
  color: #ffffff;
  text-transform: none;
  font-weight: bold;
  border-radius: 0px;
  border: none;
}
#detail button:hover {
  background: #25438a;
}
.navbar-dark .navbar-nav .active > .nav-link {
  font-weight: bold !important;
}
.navbar-dark .navbar-nav .active:hover {
  font-weight: bold !important;
}
trp_language_switcher_shortcode {width:200px !important;}
.trp-language-switcher > div > a {display: block;
    padding: 2px;
    font-size: 14px;
    border-radius: 0px;
	color: rgb(33 31 31);}

@media screen and (max-width: 992px) {
  .dropdown-menu .dropdown-item {
    padding:15px !important;
	  background: #f9f9f9;
  }
	.dropdown-menu {margin-left:0px;}
}

body.detail body.basket table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {background-color: #001240;}
body.detail .detailcontent #details table th {background-color: #001240 !important;}

label[for="for-countryKey"] {margin-top:25px;}
label[for="for-promotionCode"] {margin-top:19px;}

body.basket table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {background-color:hsl(0deg 0% 50.2% / 0%) !important;}

body.order div.widget.options h3 {font-size:18px;}
body.order table td, table th {border:none !important;}

table td, table th {border:none !important;}

.cama-payment-methods {margin-top:25px;}
.cama-payment-methods img {width:40px; margin-right:10px;}
body.order #totalPrice {display:none! important;}
body.order .row {display: table-row !important;}
.remark-returns {font-size:12px; background:#fff; border-radius:14px; padding:25px;}
.shipping-info {font-size:12px !important; padding:25px!important;}
.detailcontent #details button {border-radius:14px; margin-top:-2px !important;}
#detail table.top-details{
  clear: both;
}
#detail table.top-details th{
  text-align: left;
  padding-right: 1em;
}
#detail table.top-details td.status::before{
  content: '✓';
  color: #fff;
  background: #080;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  text-align: center;
  margin-right: 10px;
}
.row {display: table-row; display: flex;}
.onderdelen-select {margin-right:0px !important;}
.elementor img {height:100% !important;}
.whats-float img {height:45px;}
.price_above {font-size:32px; color:#080; font-weight:700; width:100%;}
.verzending {float:left; margin-bottom:15px; margin-top:-5px;}
body.order button.next {position:static !important; margin-top:15px;}
body.order div.widget input, div.widget select, div.widget textarea {border-radius:14px; padding:10px;}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {border-radius:14px !important;}

body.userLogin .gegevens_shop {display:none;}
.id-userId {display:table-row !important;}
.id-password {display:table-row !important;}
body.userLogin {table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: hsl(0deg 0% 50.2% / 0%);
    border: none;
}}
body.userLogin {table td, table th {border:none;}}
body.userLogin {div.widget input, div.widget select, div.widget textarea {padding: 10px; border-radius:14px;}}

body.userForgot .gegevens_shop {display:none;}
body.userForgot {table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: hsl(0deg 0% 50.2% / 0%);
    border: none;
}}
body.userForgot {table td, table th {border:none;}}
body.userForgot {div.widget input, div.widget select, div.widget textarea {padding: 10px; border-radius:14px;}}

body.userRegister .gegevens_shop {display:none;}
body.userRegister {table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: hsl(0deg 0% 50.2% / 0%);
    border: none;
}}
body.userRegister {table td, table th {border:none;}}
body.userRegister {div.widget input, div.widget select, div.widget textarea {padding: 10px; border-radius:14px;}}
body.userRegister .row {display:revert;}
#detail button.add-to-basket {margin-bottom:10px;}

@media only screen and (max-width: 768px) {
  .tabs.ui-tabs-nav {
    display: flex;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
  }

  .tabs.ui-tabs-nav li {
    display: inline-block;
    width: 100%;
    text-align: center;
    white-space: normal;
    position: relative;
  }

  .tabs.ui-tabs-nav li:not(.ui-tabs-active) {
    display: none;
  }

  .tabs.ui-tabs-nav li.ui-tabs-active {
    display: inline-block;
  }

  /* Voeg pijltjes toe */
  .tabs.ui-tabs-nav li.ui-tabs-active::after {
    content: '→';
    font-size: 24px;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  .tabs.ui-tabs-nav li:last-child.ui-tabs-active::after {
    content: ''; /* Geen pijltje voor de laatste tab */
  }
	body.order section {width:100%; float:inherit;}
	body.order .row {display:flex !important;}
	body.order #steps div.widget input, body.order #steps div.widget select, body.order #steps div.widget textarea {max-width:250px !important;}
	table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {background-color:hsl(0deg 0% 50.2% / 0%) !important;}
	.ids-SNUMBER_CTM-SNOADD_CTM {display:grid; margin-left:-15px;}
	body.order #steps th, body.order #steps td {padding:5px;}
	body.order #steps #stepPaymentMethod .widget label {padding:3px 0px 0px 5px;}
	body.order div.widget.options h3 {font-size:13px;}
	body.order div.widget.options p {font-size:13px;}
	select.bank {width:175px !important;}
	
}

.menu-orders {margin-right:15px !important;}
.menu-returns {margin-right:15px !important;}
body.userEdit table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: hsl(240deg 3.03% 6.47% / 0%) !important;
}
body.orderStatus .large {display:none;}
body.userEdit .row {display: table-footer-group;}
#orders th {color:#000;}
#orders td.details {padding:10px; margin-top:15px;}
body.orderStatus .picture {width: auto;
    float: left;
    margin-right: 5px;
    border-radius: 14px;
}
body.orderStatus #body {padding-top:25px; padding-left:0px; padding-right:0px;}
body.orderStatus #orders td.totalAmount {text-align:left;}
.e-con.e-grid, .e-con.e-grid>.e-con-inner {grid-template-rows: min-content !important;}

/* hide shipping country selection flags */
div.elementor-element-b9b03a1,
div.elementor-element-5a34672{
  display: none;
}