html {
  background: url("../images/bodybg.jpg");
}

body {
  padding: 0;
}

#wrapper {
  height: auto !important;
  background: url("../images/wraper2.png") center repeat-y;
}

.dj-megamenu-default {
  border-radius: 10px;
}

.action-link {
  color: #205fbd;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
}
.action-link:focus, .action-link:hover, .action-link:active {
  color: #205fbd;
  text-decoration: none;
}

/*======================= COMPONENT STYLES ========================*/
input,
textarea {
  width: 220px;
}

textarea {
  resize: none;
}

select,
textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
.uneditable-input {
  box-sizing: border-box;
  height: 28px;
  color: #1e1e1e;
}

textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus,
.uneditable-input:focus,
#jform_contact_name:focus,
#jform_contact_email:focus,
#jform_contact_emailmsg:focus,
#jform_contact_message:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(247, 148, 29, 0.6);
  border: 1px solid #aeaeae;
}

input[type=radio],
input[type=checkbox] {
  margin: 3px 0 0;
}

.checkbox-radio-wrap__inline {
  display: inline-block;
  margin-left: 6px;
  vertical-align: top;
}

.checkbox-radio-wrap__inline input[type=radio],
.checkbox-radio-wrap__inline input[type=checkbox] {
  margin: -2px 0 0 0;
}

#jform_contact_message {
  resize: none;
  width: 100%;
  height: 149px;
}

#jform_contact_name,
#jform_contact_email,
#jform_contact_emailmsg {
  width: 100%;
}

textarea.invalid {
  border: 1px solid #9D261D;
}

.form-vertical label {
  display: inline-block;
}

.view-article #prevArrow, .view-article #nextArrow {
  display: none;
}

.category_children .category_child {
  margin-bottom: 20px;
}

/*======================= TYPOGRAPHY =======================*/
a {
  font-weight: bold;
  color: #303030;
}

h2 a,
h3 a,
h4 a,
h5 a {
  font-weight: normal;
}

h1 {
  font-size: 26px;
  line-height: 36px;
}

h2 {
  font-size: 24px;
  line-height: 36px;
}

a:focus,
a:hover,
a:active {
  color: #427FAC;
  text-decoration: underline;
}

a.selected {
  color: #f7941d;
}

.glyphicon.glyphicon-earphone {
  top: 2px;
}

.glyphicon.glyphicon-envelope {
  top: 3px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

h4 {
  font-size: 24px;
  color: #1e1e1e;
  margin-bottom: 20px;
}

h5 {
  font-size: 18px;
  margin-bottom: 11px;
}

h6 {
  font-size: 14px;
  color: #f7941d;
}

.alert-heading {
  color: inherit;
}

p {
  margin: 0;
  padding-bottom: 12px;
}

/* Layout */
.row-container {
  max-width: 1116px;
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
  padding: 0 18px;
}

.row-container:before,
.row-container:after {
  display: table;
  content: "";
  line-height: 0;
}

.row-container:after {
  clear: both;
}

.content-inner.row-fluid {
  margin-bottom: 40px;
}

#maintop-row .row-fluid, #mainbottom-row .row-fluid {
  margin: 0 0 45px;
  padding: 10px 0 6px;
}

#footer.row-fluid {
  padding-top: 30px;
}

/* Pagination */
.pagenav_previous_chevron {
  background: url(../images/page.png) no-repeat;
  background-position: -21px -25px;
  display: inline-block;
  text-indent: -9999px;
  width: 6px;
}
.pagenav_previous_chevron:hover {
  background: url(../images/page.png) no-repeat;
  background-position: -21px 6px;
  cursor: pointer;
}

.pagenav_start_chevron {
  background: url(../images/page.png) no-repeat;
  background-position: 8px -25px;
  display: inline-block;
  text-indent: -9999px;
  width: 6px;
}
.pagenav_start_chevron:hover {
  background: url(../images/page.png) no-repeat;
  background-position: 8px 6px;
  cursor: pointer;
}

.pagenav_next_chevron {
  background: url(../images/page.png) no-repeat;
  background-position: -51px -25px;
  display: inline-block;
  text-indent: -9999px;
  width: 6px;
}
.pagenav_next_chevron:hover {
  background: url(../images/page.png) no-repeat;
  background-position: -51px 6px;
  cursor: pointer;
}

.pagenav_end_chevron {
  background: url(../images/page.png) no-repeat;
  background-position: -81px -25px;
  display: inline-block;
  text-indent: -9999px;
  width: 6px;
}
.pagenav_end_chevron:hover {
  background: url(../images/page.png) no-repeat;
  background-position: -81px 6px;
  cursor: pointer;
}

.pagenav_text,
.hikashop_start_link,
.hikashop_previous_link,
.hikashop_next_link,
.hikashop_end_link {
  display: none;
}

.hikashop_products_pagination,
.hikashop_subcategories_pagination {
  font-size: 11px;
  text-align: center;
  clear: both;
  padding-top: 15px;
}

.hikashop_products_pagination ul.pagination,
.hikashop_subcategories_pagination ul.pagination {
  text-align: center;
}

.hikashop_products_pagination .list-footer .limit,
.hikashop_subcategories_pagination .list-footer .limit {
  color: #333;
  font-weight: normal;
  margin-bottom: 5px;
}

.hikashop_products_pagination .list-footer .limit select,
.hikashop_subcategories_pagination .list-footer .limit select {
  width: 60px;
}

.hikashop_products_pagination .list-footer .limit .inputbox,
.hikashop_subcategories_pagination .list-footer .limit .inputbox {
  margin-left: 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #333;
}

.hikashop_products_pagination .list-footer .pagenav,
.hikashop_subcategories_pagination .list-footer .pagenav {
  color: #14caec;
  font-weight: bold;
  background-color: #FFF;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  border: 1px solid #ccc;
  line-height: 30px;
}

.hikashop_products_pagination .list-footer a.pagenav:hover,
.hikashop_subcategories_pagination .list-footer a.pagenav:hover {
  color: #333;
}

.hikashop_products_pagination .list-footer span.pagenav,
.hikashop_subcategories_pagination .list-footer span.pagenav {
  color: #333;
}

.hikashop_products_pagination .list-footer span.pagenav_text,
.hikashop_subcategories_pagination .list-footer span.pagenav_text {
  display: none;
}

.hikashop_products_pagination .list-footer .counter,
.hikashop_subcategories_pagination .list-footer .counter {
  color: #666;
}

.hikashop_products_pagination .hikashop_results_counter,
.hikashop_subcategories_pagination .hikashop_results_counter {
  color: #666;
}

.pagenav {
  cursor: pointer;
}

.list-footer span.pagenav,
.hikashop_subcategories_pagination .list-footer span.pagenav,
.list-footer a.pagenav,
.pagenav_previous_chevron,
.pagenav_start_chevron,
.pagenav_next_chevron,
.pagenav_end_chevron {
  color: #666;
  padding: 4px 8px;
  border: 1px solid #eee;
  border-radius: 3px;
}

.list-footer span.pagenav:hover,
.hikashop_subcategories_pagination .list-footer span.pagenav:hover,
.list-footer a.pagenav:hover {
  color: #2C8296;
  text-decoration: none;
}

.pagination {
  height: auto;
  margin: 0;
}
.pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0 auto;
  width: 100%;
}
.pagination ul li {
  display: inline-block;
  margin: 0 2px 0 0;
}
.pagination ul li .pagenav {
  line-height: 28px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
}
.pagination ul li a.pagenav:hover {
  background: #CCCCCC;
}
.pagination ul li.num .pagenav {
  background: none !important;
  padding: 0 7px;
}
.pagination ul li.num span.pagenav {
  color: #707070 !important;
}

.item-image,
.category-image {
  margin-bottom: 12px;
}

.item-image {
  margin: 5px 0 26px;
  padding: 15px 15px 12px;
  background: rgba(240, 240, 240, 0.85);
  border-radius: 7px;
  border: 1px solid rgba(220, 220, 220, 0.85);
}
.item-image img {
  padding: 0 0 2px;
  border-bottom: 2px solid #1e1e1e;
}
.item-image.left {
  float: left;
  margin: 0 26px 26px 0;
}
.item-image.right {
  float: right;
  margin: 0 0 26px 26px;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

#top_stripe .row-container,
#top-row .row-container,
#header-row .row-container,
#navigation-row .row-container,
#showcase-row .row-container,
#maintop-row .row-container,
#content-row .row-container,
#mainbottom-row .row-container {
  padding: 0 90px;
}

.footer-wrapper-inner {
  background: url("../images/footbg.jpg");
  padding: 0 90px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1116px;
}

.btn.dropdown-toggle {
  background: #bfbfbf !important;
}
.btn.dropdown-toggle.active, .btn.dropdown-toggle:active, .btn.dropdown-toggle:hover {
  background: #FFFFFF !important;
}

/*======================= MODULE ITEM WIDTH =======================*/
.row-fluid [class*=itemSpan] {
  display: block;
  float: left;
  margin-left: 3.2258064516%;
  min-height: 30px;
  width: 100%;
}
.row-fluid [class*=itemSpan]:first-child {
  margin-left: 0;
}
.row-fluid .itemSpan1 {
  width: 100%;
}
.row-fluid .itemSpan2 {
  width: 48.3870967742%;
}
.row-fluid .itemSpan3 {
  width: 31.1827956989%;
}
.row-fluid .itemSpan4 {
  width: 22.5806451613%;
}
.row-fluid .itemSpan5 {
  width: 17.4193548387%;
}
.row-fluid .itemSpan6 {
  width: 13.9784946237%;
}
.row-fluid .itemSpan7 {
  width: 11.5207373272%;
}
.row-fluid .itemSpan8 {
  width: 9.6774193548%;
}
.row-fluid .itemSpan9 {
  width: 8.2437275986%;
}
.row-fluid .itemSpan10 {
  width: 7.0967741935%;
}
.row-fluid .itemSpan11 {
  width: 6.1583577713%;
}
.row-fluid .itemSpan12 {
  width: 5.376344086%;
}

/*======================= MODAL WINDOW =======================*/
div.modal.fade {
  top: -50%;
}

.modalClose {
  margin: 14px;
}

div.modal.fade.in.loginPopup {
  width: 260px;
  margin: -130px 0 0 -130px;
  top: 50%;
  left: 50%;
}

.input-modal {
  width: 146px;
}

div.modal.fade {
  z-index: 0;
}

div.modal.fade.in {
  z-index: 1100;
}

/*======================= TOP STRIPE =======================*/
#top_stripe {
  padding: 6px 0 3px;
}
#top_stripe ul {
  display: flex;
  margin: 0;
}
#top_stripe ul li {
  flex-grow: 1;
  list-style: none;
  text-align: center;
  font-size: 1.2em;
}
#top_stripe ul li a {
  display: block;
  color: black;
  padding: 10px 15px 10px 10px;
  font-weight: bold;
  letter-spacing: 1px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 5px;
}
#top_stripe ul li a .label {
  font-weight: normal;
}
#top_stripe ul li a:focus, #top_stripe ul li a:hover {
  color: black;
  text-decoration: none;
  background: white;
}
#top_stripe .wide {
  padding-bottom: 3px !important;
}
#top_stripe .wide ul li {
  padding: 0 3px;
}
#top_stripe .wide ul li:first-child {
  padding-left: 0;
}
#top_stripe .wide ul li:last-child {
  padding-right: 0;
}
#top_stripe .slim {
  display: none;
}
#top_stripe .slim ul {
  display: block;
}
#top_stripe .slim ul li {
  padding: 0 0 6px;
}

/*======================= SCROLL TO TOP =======================*/
#back-top {
  position: fixed;
  bottom: 90px;
  right: 20px;
  z-index: 99;
}
#back-top a {
  width: 37px;
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  text-decoration: none;
  color: #1e1e1e;
  /* transition */
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
#back-top a:hover {
  color: #f7941d;
}
#back-top a:hover span {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#back-top {
  /* arrow icon (span tag) */
}
#back-top span {
  width: 37px;
  height: 37px;
  display: block;
  margin-bottom: 7px;
  background: url(../images/up-arrow.png) no-repeat center center;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

/*======================= HEADER =======================*/
#header-row #logo {
  text-align: left;
  padding: 10px;
}
#header-row .logo-row {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.85);
}
#header-row .menu-row {
  margin: 10px 0;
}
#header-row #card_logos p {
  display: table;
  height: 80px;
  text-align: right;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
}
#header-row #card_logos p span {
  display: table-cell;
  vertical-align: middle;
}
#header-row #tag_line p {
  display: table;
  width: 100%;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  height: 80px;
  margin: 0;
  padding: 10px 0;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
}
#header-row #tag_line p span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}
#header-row .dj-megamenu-default {
  border-radius: 10px;
  height: 40px;
}
#header-row .dj-megamenu-default li a.dj-up_a {
  height: 40px;
}
#header-row .dj-megamenu-default li a.dj-up_a span {
  height: 40px;
  line-height: 40px;
}
#header-row .dj-megamenu-default li:hover div.dj-subwrap, #header-row .dj-megamenu-default li.hover div.dj-subwrap {
  top: 40px;
}

#maintop.row-fluid,
#mainbottom.row-fluid {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 10px;
}

#showcase-row .row-fluid {
  background: rgba(255, 255, 255, 0.95);
  margin-bottom: 30px;
  border-radius: 10px;
}
#showcase-row .moduletable {
  padding: 15px;
}
#showcase-row .moduletable p {
  padding-bottom: 0;
  font-size: 1.1em;
  line-height: 150%;
}

.header-contact-row {
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #CCC;
}

.header-contact-row .span6 {
  width: 50%;
  margin: 0;
}

.header-contact {
  text-align: center;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  text-rendering: optimizeLegibility;
  border-top: 1px solid #ccc;
}

.header-contact.email a {
  border-left: 1px solid #CCC;
}

.header-contact a {
  display: block;
  padding: 10px;
  color: black;
}

.header-contact a:hover {
  text-decoration: none;
  background: #efefef;
}

.header-contact a strong {
  text-transform: uppercase;
  font-weight: normal;
}

#content-row .content-inner {
  border-top: 0;
}

/*======================= Contacts Page ========================*/
#contact-form label {
  display: inline-block;
  margin-bottom: 5px;
}

#contact-form label.invalid {
  border: 0;
}

.phone-num {
  display: inline-block;
}

/*======================= 404 PAGE =======================*/
.errorBox {
  background: none;
  text-align: left;
}

/*======================= CONTENT =======================*/
#component {
  min-height: 0;
}

.container-fluid {
  padding: 0 !important;
}

.item {
  margin-bottom: 18px;
}

.item:after {
  content: "";
  display: block;
  clear: both;
}

.page-header {
  border: none;
  padding: 0;
  margin: 0;
}

.page_header h3 {
  margin-bottom: 22px;
}

.item_info_dl {
  margin: 0 0 18px;
}
.item_info_dl dd {
  margin: 0 30px 0 0;
  display: inline;
}
.item_info_dl dd > * {
  display: inline;
}

.item_icons.btn-group.pull-right {
  margin: 0 0 10px 10px;
}

#content-row .img-intro {
  margin-top: 3px;
}
#content-row .item {
  margin-bottom: 20px;
}

.input-append .add-on,
.input-prepend .add-on {
  padding: 4px 5px 3px;
}

.label-info,
.badge-info {
  background: #f7941d;
}

/*======================= CONTENT BOTTOM =======================*/
#content-bottom-row {
  padding: 37px 0 0;
}

/*======================= ASIDE RIGHT =======================*/
#aside-right .moduletable {
  border-bottom: 1px solid #1e1e1e;
  padding: 37px 0 10px;
}
#aside-right .moduletable:last-child {
  border-bottom: none;
}
#aside-right .moduletable:first-child {
  padding: 0 0 10px;
}

/*======================= BOTTOM =======================*/
#bottom-row .row-container {
  padding: 35px 90px 33px;
  background: #FFF;
}

/*======================= FOOTER =======================*/
#footer-row .row-container {
  padding: 44px 0 13px;
  border-bottom: 1px solid #1e1e1e;
}
#footer-row .moduletable {
  line-height: 24px;
}
#footer-row .moduletable p {
  padding-bottom: 24px;
}
#footer-row .moduletable h5.moduleTitle {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #1e1e1e;
  margin-bottom: 27px;
}
#footer-row .visitus a {
  text-decoration: underline;
}
#footer-row .visitus a:hover {
  text-decoration: none;
}
#footer-row {
  /*
  li {
    line-height: 24px;

    a {
      background: none;
      display: inline;
    }

    &.item-236 {
      display: none;
    }
  }
  */
}
#footer-row .follow h5.moduleTitle {
  margin-bottom: 30px;
}
#footer-row .contacts span {
  float: right;
  margin: 0 0 0 10px;
}

#footer h5 a {
  color: black;
}
#footer .moduleTitle {
  padding-bottom: 5px;
  border-bottom: 1px solid black;
}

#copyright-row .row-container {
  padding: 39px 0 20px;
}

#copyright a {
  color: #1e1e1e;
}
#copyright a:hover {
  color: #f7941d;
}

p.footer_credit {
  text-align: right;
}

/* Parts Catalogue */
.hikashop_products_listing_main div[style="clear:both"] {
  clear: none !important;
}

.com_hikashop.view-category .hikashop_submodules {
  padding-top: 0;
}

#hikashop_product_top_part h1 {
  font-size: 20px;
  color: #000;
  font-weight: normal;
  padding: 10px;
  margin: 15px 0;
  border-radius: 5px;
  line-height: 100%;
  text-transform: none;
}

.introduction {
  font-weight: normal;
  font-size: 1.1em;
  line-height: 150%;
  padding: 15px;
  margin: 0 0 15px;
  border-radius: 5px;
  text-transform: none;
  border: 1px solid #606060;
  border-left-width: 5px;
  border-right-width: 5px;
  background: rgba(255, 255, 255, 0.85);
}

/*
	Don't style the introductions when they are in the showcase bars
	(the class is still needed to identify them for the links being clicked in a GA goal)
*/
#showcase-row .introduction {
  margin: 0;
  padding: 0 0 12px;
  border-radius: 0;
  border: none;
  background: transparent;
}

.clearance_feature {
  background: rgba(227, 211, 147, 0.5);
  padding: 10px 10px 0;
  margin-bottom: 10px;
  border: 1px solid rgba(196, 182, 106, 0.85);
  border-radius: 5px;
  border-left-width: 5px;
  border-right-width: 5px;
}
.clearance_feature table {
  width: auto;
  table-layout: auto;
  margin-bottom: 10px;
}

.clearance_feature h2 {
  font-size: 1.3em;
  font-weight: normal;
  line-height: 1.3em;
}

.hikashop_product_price_full {
  /* Overriding right align in frontend_default.css */
  text-align: left;
}

/* Product Contact Page Heading */
h1.product_contact {
  font-size: 24px;
  color: #000;
  font-weight: normal;
  line-height: 28px;
  text-transform: none;
}
h1.product_contact a {
  font-weight: normal;
}

/* Inserted products */
span.hikashop_inserted_product span.hikashop_product_name,
span.hikashop_inserted_product span.hikashop_product_name a {
  display: inline !important;
}

/* Display as block when in a striped list */
.list-striped li span.hikashop_product_name,
.list-striped li span.hikashop_product_name a {
  display: block !important;
}

/* For clearance listings */
p.hikashop_inserted_product {
  padding: 10px;
  margin-bottom: 10px;
  background: rgba(200, 200, 200, 0.85);
}
p.hikashop_inserted_product .hikashop_product_name a {
  /* When the inserted product is a paragraph, then it has an accompanying price, and we change the product name display */
  color: black;
  display: inline;
}
p.hikashop_inserted_product .hikashop_product_name a:active, p.hikashop_inserted_product .hikashop_product_name a:focus, p.hikashop_inserted_product .hikashop_product_name a:hover {
  text-decoration: underline;
}

#hikashop_product_description_main {
  color: #101010;
  border-radius: 5px;
  padding: 10px 10px 0;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(220, 220, 220, 0.85);
}
#hikashop_product_description_main h2, #hikashop_product_description_main h3 {
  text-transform: none;
}
#hikashop_product_description_main p {
  padding-bottom: 10px;
}

.hikashop_products_pagination .list-footer .pagenav, .hikashop_subcategories_pagination .list-footer .pagenav {
  color: #222;
}
.hikashop_products_pagination .list-footer a.pagenav:hover, .hikashop_subcategories_pagination .list-footer a.pagenav:hover {
  text-decoration: underline;
}

.pagenav_next_chevron,
.pagenav_previous_chevron,
.pagenav_start_chevron,
.pagenav_end_chevron {
  background-color: white;
}
.pagenav_next_chevron:hover,
.pagenav_previous_chevron:hover,
.pagenav_start_chevron:hover,
.pagenav_end_chevron:hover {
  background-color: #ccc;
  border-color: #aaa;
}

/*
   It wasn't possible to remove the line break after the filter title without overriding the filter class, which seemed overkill.
   This is set to inline instead so the line break doesn't add a blank line below it.
*/
.hikashop_filter_title {
  display: inline;
}

/* Tidy up the filter spacing */
.com_hikashop .filter_values_container {
  display: block;
  padding-top: 3px;
  margin-left: -2px;
}

.hikashop_filter_main_div .hikashop_buttons_outside {
  clear: left;
}
.hikashop_filter_main_div input[type=text],
.hikashop_filter_main_div select {
  width: 180px;
}
.hikashop_filter_main_div .hikashop_filter_checkbox label {
  padding-left: 5px;
}

.hikashop_filter_main {
  width: auto !important;
}

/* Override new HikaShop styles 2019-07-20 */
.hikashop_products_listing {
  clear: none;
}

.hikashop_filter_main label {
  display: inline;
}
.hikashop_filter_main.hikashop_filter_main_ModelType_5, .hikashop_filter_main.hikashop_filter_main_PartType_6 {
  margin-bottom: 7px;
}

.hikashop_product_tags {
  margin-bottom: 5px;
}
.hikashop_product_tags:after {
  /* clearfix */
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.hikashop_product_tags .label {
  padding: 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  display: block;
  float: left;
  background: transparent;
  font-size: 1em;
  font-weight: normal;
  color: #303030;
  text-shadow: none;
  border: 1px solid #606060;
}
.hikashop_product_tags .label:focus, .hikashop_product_tags .label:hover, .hikashop_product_tags .label:active {
  color: #000;
  background: white;
}

#hikashop_product_tags_main {
  max-width: 600px;
}

.hikashop_product_page #hikashop_product_tags_main h2 {
  font-size: 1.2em;
  text-transform: none;
  padding: 0;
  margin: 0 0 3px;
  line-height: 1.3em;
}
.hikashop_product_page .hikashop_product_contact_main .hikabtn {
  color: #000;
  background: white;
  border-color: #303030;
  padding: 7px 10px;
  margin-bottom: 15px;
}
.hikashop_product_page .hikashop_product_contact_main .hikabtn:focus, .hikashop_product_page .hikashop_product_contact_main .hikabtn:hover, .hikashop_product_page .hikashop_product_contact_main .hikabtn:active {
  background: #f2f2f2;
}

.hikashop_product_right_part {
  margin-top: 20px;
}

.hikashop_product_page table.product_info {
  margin-bottom: 10px;
}

/* Reset spacing from HiksShop CSS */
.hikashop_categories_listing_main {
  margin: 0;
}

/* Remove spacing from bottom of product pages */
.hikashop_submodules {
  padding-top: 0;
}

/* Related products container */
#hikashop_module_147 {
  padding: 10px 0;
}

.hikashop_product_page table.product_info th {
  font-weight: normal;
  text-align: left;
  padding-right: 7px;
  vertical-align: top;
}
.hikashop_product_page table.product_info td {
  text-align: left;
}
.hikashop_product_page table.product_info a {
  color: black;
  font-weight: normal;
}
.hikashop_product_page table.product_info ul {
  margin: 0;
}
.hikashop_product_page table.product_info ul li {
  list-style: none;
}

/* Remove top spacing from HikaShop CSS */
#hikashop_product_top_part h1 {
  padding-top: 5px;
  margin-top: 0;
}

.hikashop_product_description_main h2 {
  font-size: 1.1em;
  font-weight: normal;
  line-height: 1.3em;
}
.hikashop_product_description_main h3 {
  font-size: 1.1em;
  font-weight: normal;
  font-style: italic;
  line-height: 1.3em;
}

ul.article-info {
  display: flex;
  margin: 0 0 6px;
  padding: 0;
}
ul.article-info li {
  list-style: none;
  margin-right: 10px;
}
ul.article-info li:last-child {
  margin-right: 0;
}
ul.article-info:last-child {
  margin-bottom: 0;
}

.com-content-article ul.article-info {
  margin-bottom: 12px;
}

#hikashop_contact_altbody {
  height: 200px;
}

h5.moduleTitle.info,
h5.moduleTitle.indexes,
h5.moduleTitle.part_types {
  margin-top: 27px;
}

/* JCB Parts */
.com_hikashop.view-product.task-listing.itemid-302 #content-top-row {
  border-bottom: 0;
  padding-bottom: 0;
}

.wrapper-inner {
  background: url("/images/general_background.jpg") center top no-repeat;
  background-size: 1296px;
}

/* Main content area */
#content-row .content-inner {
  background: rgba(255, 255, 255, 0.85);
  margin-bottom: 30px;
  padding: 15px 0;
  border-radius: 10px;
}
#content-row .content-inner > .span12 {
  padding-right: 15px;
  padding-left: 15px;
}

#mainbottom.row-fluid > .span12 {
  padding-right: 15px;
  padding-left: 15px;
}
#mainbottom.row-fluid > .span6 {
  padding-right: 15px;
  padding-left: 15px;
}

ol.mod-breadcrumbs,
ul.breadcrumb {
  border-radius: 0;
  background: none;
  border-top: 0;
  border-bottom: 1px solid rgba(220, 220, 220, 0.85);
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}
ol.mod-breadcrumbs .float-start,
ul.breadcrumb .float-start {
  display: none;
}
ol.mod-breadcrumbs .mod-breadcrumbs__item.active,
ul.breadcrumb .mod-breadcrumbs__item.active {
  color: black;
}
ol.mod-breadcrumbs .mod-breadcrumbs__item:after,
ul.breadcrumb .mod-breadcrumbs__item:after {
  content: "/";
  color: #ccc;
  padding: 0 6px;
}
ol.mod-breadcrumbs .mod-breadcrumbs__item:last-child:after,
ul.breadcrumb .mod-breadcrumbs__item:last-child:after {
  content: "";
  padding: 0;
}

#wrapper {
  background: url(../images/wraper3.png) center repeat-y;
}

/* Bogus link to catch badly behaved bots */
#bogus {
  display: none;
}

/* Icon Stripes */
.icon_stripe::after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
.icon_stripe > * {
  display: block;
  float: left;
  box-sizing: border-box;
  text-align: center;
  background: no-repeat center center;
  height: 116px;
  margin-bottom: 10px;
}
.icon_stripe.group_of_3 > * {
  width: 33.3333333333%;
}
.icon_stripe > .road {
  background-image: url("/images/icon_stripe/road.png");
}
.icon_stripe > .sea {
  background-image: url("/images/icon_stripe/sea.png");
}
.icon_stripe > .air {
  background-image: url("/images/icon_stripe/air.png");
}
.icon_stripe > .team {
  background-image: url("/images/icon_stripe/team.png");
}
.icon_stripe > .meeting {
  background-image: url("/images/icon_stripe/meeting.png");
}
.icon_stripe > .agreement {
  background-image: url("/images/icon_stripe/agreement.png");
}
.icon_stripe > .warehouse {
  background-image: url("/images/icon_stripe/warehouse.png");
}
.icon_stripe > .packing {
  background-image: url("/images/icon_stripe/packing.png");
}
.icon_stripe > .sending {
  background-image: url("/images/icon_stripe/sending.png");
}
.icon_stripe > .repair {
  background-image: url("/images/icon_stripe/repair.png");
}
.icon_stripe > .engineer {
  background-image: url("/images/icon_stripe/engineer.png");
}
.icon_stripe > .parts {
  background-image: url("/images/icon_stripe/parts.png");
}
.icon_stripe > .product {
  background-image: url("/images/icon_stripe/product.png");
}
.icon_stripe > .part_on_laptop {
  background-image: url("/images/icon_stripe/part_on_laptop.png");
}
.icon_stripe > .part_on_mobile {
  background-image: url("/images/icon_stripe/part_on_mobile.png");
}
.icon_stripe > .shopping_list {
  background-image: url("/images/icon_stripe/shopping_list.png");
}
.icon_stripe > .shopping_trolley {
  background-image: url("/images/icon_stripe/shopping_trolley.png");
}
.icon_stripe > .money {
  background-image: url("/images/icon_stripe/money.png");
}

/* Don't highlight the active menu item (except on hover)  */
.dj-megamenu-default li:hover.active a.dj-up_a {
  background: rgb(56, 172, 231) !important;
  background: linear-gradient(to bottom, rgb(56, 172, 231) 0%, rgb(22, 129, 209) 100%) !important;
  border-left-color: #46a5df !important;
}
.dj-megamenu-default li.active a.dj-up_a {
  background: transparent !important;
  border-left-color: rgb(85, 85, 85) !important;
}

/* Ad-hoc notices placed on the site */
.site_notice {
  padding: 10px;
  margin-bottom: 12px;
  background: white;
  border: 1px solid #999;
  border-radius: 5px;
}

/* Recently Viewed Parts */
#content-bottom .moduletable .moduleTitle {
  font-weight: bold;
  font-size: 14px;
  color: #555;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 10px;
}
#content-bottom .moduletable {
  /* Hide duplicated title */
}
#content-bottom .moduletable .row-fluid h2 {
  display: none;
}

.hikashop_products .hikashop_product .hikashop_subcontainer {
  padding-bottom: 10px;
}

/* Modified Bootstrap list-striped */
.list-striped li {
  padding: 0;
}
.list-striped li a {
  padding: 8px;
  display: block;
}
.list-striped .hikashop_product_name {
  margin-bottom: 0;
}

/* Blog Category Pages */
.blog-items .blog-item {
  background: #fff;
  padding: 10px;
  border: 1px solid rgba(220, 220, 220, 0.85);
  margin-bottom: 20px;
}
.blog-items .blog-item h2 {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 6px;
}
.blog-items .blog-item h2 a {
  font-weight: normal;
}
.blog-items .blog-item p {
  padding-bottom: 6px;
}
.blog-items .blog-item p:last-child {
  padding-bottom: 0;
}
.blog-items .blog-item img {
  padding: 3px;
  border: 1px solid rgba(70, 70, 70, 0.7);
}
.blog-items .blog-item img.pull-right {
  margin: 0 0 10px 10px;
}

/* Homepage */
.itemid-101 {
  background: url(../images/wraper.png) center repeat-y;
}
.itemid-101 #overcoat {
  background: url("/images/homepage_background.jpg") center top no-repeat;
  background-size: 1296px;
}
.itemid-101 #wrapper {
  background: url(../images/wraper2.png) center repeat-y;
}
.itemid-101 #wrapper,
.itemid-101 .wrapper-inner {
  background: none;
}
.itemid-101 .list-striped li {
  background-color: transparent !important;
}
.itemid-101 #content-row .content-inner {
  padding-bottom: 0;
}
.itemid-101 section {
  padding: 15px 15px 3px;
  margin-bottom: 20px;
  border: 1px solid #c0c0c0;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.7);
}
.itemid-101 section h1 {
  line-height: 26px;
  margin-bottom: 15px;
}
.itemid-101 section h2 {
  line-height: 24px;
  margin-bottom: 15px;
}
.itemid-101 section h3 {
  line-height: 20px;
  margin-bottom: 15px;
}
.itemid-101 #mainbottom > div:nth-child(2) {
  margin-left: 0;
}

/* Contact Page */
.itemid-102 .content-inner p,
.itemid-102 .content-inner address,
.itemid-102 .content-inner legend {
  font-size: 15px;
  line-height: 21px;
}

.context_intro_desc {
  margin-bottom: 15px;
}

#contact-info-row {
  padding: 0 15px;
  display: flex;
  align-items: stretch;
}
#contact-info-row .contact-info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 21px 9px;
  margin-bottom: 15px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  border: 1px solid rgba(200, 200, 200, 0.8);
  margin-right: 15px;
}
#contact-info-row .contact-info:last-child {
  margin-right: 0;
}
#contact-info-row .contact-info h2 {
  font-size: 34px;
  line-height: 42px;
  margin-bottom: 21px;
}
#contact-info-row .contact-info p {
  overflow: hidden;
  text-overflow: ellipsis;
}
#contact-info-row .contact-info address div {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}
#contact-info-row .contact-info .info-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#contact-info-row .contact-info .info-content p {
  font-size: 18px;
}
#contact-info-row .contact-info .info-content p a {
  font-size: 20px;
}
#contact-info-row .contact-info .info-content address {
  font-size: 16px;
  font-style: normal;
}
#contact-info-row .contact-info.phone .info-content p {
  line-height: 1.5;
}

#contact-form-row {
  padding: 15px 25px 15px 15px;
  margin: 0 auto 15px;
  max-width: 650px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  border: 1px solid rgba(200, 200, 200, 0.8);
}
#contact-form-row legend {
  margin-bottom: 10px;
}
#contact-form-row .form-actions {
  margin-bottom: 0;
}

/* Contact About This Part Page */
body.view-product.task-contact #content-bottom-row {
  display: none;
}

/* Mailer Forms */
.contact-form button {
  padding: 10px;
  border-radius: 5px;
}
.contact-form p {
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0;
}
.contact-form p.intro {
  position: relative;
  top: -9px;
}
.contact-form input[type=text],
.contact-form textarea {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  border: 1px solid #c6c6c6;
  font-size: 15px;
  padding: 10px;
}
.contact-form input[type=text].warn_missing,
.contact-form textarea.warn_missing {
  border-color: #D8000C;
}
.contact-form input[type=text] {
  height: auto;
}
.contact-form textarea {
  height: 300px;
}
.contact-form .note {
  font-size: 0.9em;
}
.contact-form .confirmation {
  background: #333;
  color: white;
  padding: 10px;
  margin: 0 0 10px;
  box-sizing: border-box;
  border-radius: 3px;
}
.contact-form .confirmation.removable {
  cursor: pointer;
}
.contact-form .confirmation.success {
  background-color: #557127;
  border: 2px solid #557127;
  color: black;
}
.contact-form .confirmation.failure {
  background-color: #ffd7d7;
  border: 1px solid #D8000C;
  color: black;
  font-size: 0.95em;
}
.contact-form .confirmation a {
  color: black;
}
.contact-form .warning {
  position: relative;
  top: -10px;
  font-size: 13px !important;
  margin-bottom: 0;
  padding-left: 3px;
  color: #D8000C;
}

/* Compendium Main Page */
.itemid-346 h2, .itemid-346 h3 {
  margin-bottom: 0;
}

/* About Page */
.itemid-167 .com-content-article__body p {
  font-size: 15px;
  line-height: 21px;
}
.itemid-167 .com-content-article__body h2 {
  margin-top: 0;
  margin-bottom: 15px;
}
.itemid-167 .com-content-article__body section {
  padding: 15px 15px 3px;
  margin-bottom: 20px;
  border: 1px solid #c0c0c0;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.7);
}
.itemid-167 .com-content-article__body #content-row .content-inner {
  padding-bottom: 0;
}

/* Articles */
.com-content-article__body h2 {
  font-size: 16px;
  line-height: 22px;
}

/*# sourceMappingURL=template.css.map */
