.no-gutter {
  padding-right: 0;
  padding-left: 0;
}

.page-section {
  width: 100%;
}

#block-maxx-themex-top-bar-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  clear: both;
}

.region-top-bar {
  display: block;
  position: relative;
  clear: both;
  height: 40px;

  /*border-bottom: 1px solid #ccc;*/
}

#searchBox {
  height: 40px;
  position: absolute;
  background: #bcbdc1;
  z-index: 1100;
  right: -200%;
  top: 0;
  width: 217px;
  height: 32px;
  line-height: 40px;
  transition: all 0.5s ease;
  display: block !important;
}

#searchBox.showSearch {
  right: 5px;
}

#searchBox form {
  margin: 0;
  padding: 0;
  float: left;
  width: 75%;
}

#searchBox .searchIcon {
  display: none;
}

#searchBox .searchIconClose {
  background: url(https://cdn.barjo.co.uk/public/X.png) no-repeat transparent;
  color: #fff;
  cursor: pointer;
  padding: 12px 28px 12px 12px;
  background-size: 13px;
  float: right;
  width: 20px;
  margin-top: 9px;
}

.glyphicon-remove:before {
  content: "";
}

#searchBox input[type='text'] {
  border: none;
  padding: 0 0 0 35px;
  background: url(https://cdn.barjo.co.uk/public/Magnifying%20glass.png) no-repeat;
  background-position: 8px 50%;
  background-size: 18px;
  width: 100%;
  height: 30px;
  font-size: 20px!important;
  margin: 0;
  color: #fff;
  outline: none;
}

#searchBox .form-item.form-type-textfield.form-item-query {
  margin: 0px auto;
  width: 100%;
  max-width: 1200px;
}

.auth {
  background: #F5F5F5;
}

#topUserMenu form {
  width: 400px;
  margin: 0;
  padding: 15px;
}

#topUserMenu #accountUtils {
  padding: 0;
  text-align: center;
  width: 100%;
}

#topUserMenu a {
  text-decoration: none;
  font-size: 16px !important;
  font-weight: normal;
  text-transform: none;
}

.dropdown-menu-cart {
  border-top: none !important;
  margin-top: 10px;
}

.topCart {
  font-size: 16px;
}

.topCart .container-fluid:last-child {
  display: none;
}

.dropdown-menu .total-new {
  width: 100%;
  padding: 5px 40px;
  margin-bottom: 15px;
  float: left;
}

.topCart .products {
  width: 100%;
  height: auto;
}

.topCart .products .col-sm-8 {
  width: 75%;
  float: left;
}

.topCart .products .col-sm-4 {
  width: 25% !important;
  float: left;
}

.topCart .products .col-sm-8 p, .topCart .products .col-sm-8 p a {
  width: 100%;
  height: auto;
}

.topCart .products .col-sm-8 p a {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

.topCart .products .col-sm-8 p {
  margin-bottom: 10px;
}

.topCart .products .col-sm-4 {
  text-align: right;
  padding-right:0; /* was 20px; but put the alignment out */
}

.topCart .products .col-sm-4 p {
  color: #15c2ea;
  font-size: 15px;
}

.topCart .products .col-sm-1 {
  display: none;
}

.removeFromCart {
  margin-top: 2px;
}

.bordered {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.topCart a {
  text-decoration: none;
  color: #000;
}

.topCart a:hover {
  text-decoration: underline;
}

.topCart .row {
  margin-bottom: 5px;
  padding: 0;
}

#mm_home {
  display: block;
  overflow: hidden;
  text-indent: -3000px;
  width: 15px !important;
  background-image: url("/sites/barjo.co.uk/themes/barjo/images/home.png");
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: 50% 50%;
}

.top_bar_menu a {
  width: 33px;
  height: 33px;
  display: block;
  float: left;
  margin: 0px 5px 0 0;
  padding: 0;
}

.top_bar_menu a:hover, #sociallinks a:hover {
  opacity: 0.7;
}

.top_bar_menu a.edit-basket, .top_bar_menu a.go-checkout {
  float: right;
  padding: 10px 0px;
  width: 100%;
  height: auto;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  max-width: 130px;
  text-decoration: none;
}

.top_bar_menu a.edit-basket {
  background: #bcbdc1;
}

.top_bar_menu a.go-checkout {
  background: #19b1da;
  margin-right: 40px;
}

#sociallinks {
  display: inline;
  float: right;
  margin-bottom: 30px;
}

.footer-info-right p {
  margin: 0;
  font-weight: 100;
}

#sociallinks a {
    display: block;
    width: 32px;
    height: 32px;
    float: left;
    margin-right: 5px;
}

header {
  background: #FFF !important;
  position: relative;
  margin: 35px auto !important;
  padding: 0 26px;
}

.aveta-logo {
  margin: 0 !important;
  width: 100%;
}

#phonenumbers {
  text-align: right;
  width: 100%;
  max-width: 250px;
  margin: 0px auto;
}

/*.page-catalog .grid-item {
  border: 2px solid #f4f4f4;
  text-align: center;
  font-size: 24px;
}
*/
.product-grid-title a {
  text-decoration: none;
}

.btn-hidden {
  border: 0 none;
  height: 0 !important;
  width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}

img.lulu {
  width: 100%;
  height: auto;
}

.commerce-checkout-flow-multistep-default legend {
  font-size: 30px;
  border-bottom: 0;
}

.form-type-textarea textarea,
.form-type-select select,
.form-type-textfield input[type="text"],
.form-type-tel input{
  border: 0;
  font-size: 14px !important;
  border-radius: 0px;
  width: 100%;
  margin: 8px 0px;
  border: 1px solid #bcbdc0;
}

.form-type-tel input {
  background: #fff;
  color: #000;
}

.form-type-textarea textarea.error,
.form-type-select select.error,
.form-type-textfield input[type="text"].error {
  border: 1px solid #ff0000;
}

.form-type-select label,
.form-type-textfield label,
.form-type-tel label{
  line-height: 35px;
  font-size: 18px !important;
}

/*review order*/
.order-review-table {
  width: 80%;
}

.review-button-row td,
.pane-title-row td {
  background: #FFF;
  padding: 10px;
  font-size: 20px;
}

.data-col
.title-col {
  width: 50%;
  padding: 10px !important;
  font-size: 17px;
}

.form-submit {
  font-size: 16px;
}

#cart-form-pane {
  background: #fff;
  border: 1px solid #ccc;
  border: none !important;
}

#header_menu {
  display: inline;
  float: right;
}

#phonenumbers div {
  background: url(/sites/barjo.co.uk/themes/barjo/images/icon-phone.png) no-repeat;
  background-position: 20px 50%;
  padding-left: 45px;
  font-size: 25px;
  color: #464646;
}

#phonenumbers div a {
  color: #464646;
  text-decoration: none;
}

#phonenumbers a span {
  font-weight: 500;
}

/* region main menu */
#mainMenu {
  border-bottom: 3px solid #19b0d9;
}

.front #mainMenu {
  border-bottom: 0;
}

.page-blog,
.page-catalog,
.page-contact,
.page-taxonomy,
.page-node footer {}

footer {
  padding: 30px 0px;
  background: #fff !important;
  border-top: 3px solid #19b0d9;
}

.front footer {
  border-top: none;
}

.region-main-menu {
  background: #FFF;
}

.tb-megamenu {
  background: #FFF !important;
}

li.tb-megamenu-item a {
  color: #464646 !important;
  font-size: 18px;
  text-transform: uppercase;
}

.jumbotron {
  background: #FFF;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 4px solid #19b0d9;
}

.homepage-boxes {
  margin: 30px auto;
}

.hb_item a {
  padding-left: 0 !important;
  display: block;
  width: 100%;
  height: 385px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  margin-right: 28px;
  margin-bottom: 28px;
  position: relative;
}

.hb_item .title {
  background: rgba(25, 176, 217, 0.5);
  color: #FFF;
  font-size: 30px;
  text-transform: uppercase;
  padding: 15px 0;
  text-align: center;
  width: 100%;
  display: block;
  clear: both;
  bottom: 0;
  min-height: 115px;
  position: absolute;
}

.hb_item .hb_overlay {
  position: absolute;
  background: rgba(25, 176, 217, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.hb_item .hb_overlay P, .hb_item .hb_overlay h3 {
  color: #fff;
  text-transform: none;
  position: absolute;
  bottom: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 100;
  line-height: 20px;
}

.hb_item .hb_overlay img {
  display: none;
}

.hb_item .hb_overlay .titleX {
  background-image: url(https://cdn.barjo.co.uk/public/sound-barrier-new.png);
  background-size: 35px;
  background-position: 0px 25px;
  background-repeat: no-repeat;
  position: relative;
  line-height: 37px;
  font-size: 35px;
  text-align: left;
  margin-left: 25px;
  padding: 25px 50px;
  color: #fffef8;
  text-transform: uppercase;
}

.hb_item .hb_overlay .content {
  padding: 0 25px;
  color: #000;
  font-size: 17px;
}

/* Horrible styling bodge..... */

.hb_item .hb_overlay .content img {
  display: none;
}

.hb_item .hb_overlay .content p:nth-child(n+2) {
  display: none;
}

.hb_item.col-sm-4:nth-child(4) p:nth-child(n+3) {
  display: none;
}

.hb_item .hb_overlay h3 > p:nth-child(2) {
  display: none;
}

/******************/

.homepage-posts .header {
  text-align: center;
  font-size: 25px;
  text-transform: uppercase;
  color: #636363;
  margin: 35px auto;
}

.h_post_item {
  width: 100%;
  padding: 0;
  margin: 0;
}

.h_post_item .imgWrapper {
  width: 100%;
  height: 246px;
  background-size: cover !important;
  background-position: 50% !important;
}

.h_post_item .imgWrapper .upArrow {
  width: 100%;
  height: 100%;
  background-image: url("/sites/barjo.co.uk/themes/barjo/images/up-arrow.png");
  background-size: 36px 25px;
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

.h_post_item .content {
  background: #CCC;
  padding: 30px;
  font-size: 17px;
  min-height: 200px;
}

.h_post_item .content .title {
  font-size: 19px;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 12px 0;
  letter-spacing: 0.5px;
  line-height: 29px;
  min-height: 90px;
}

.h_post_item .content .postBody {
  display: none;
  line-height: 20px;
  padding: 7px 15px;
  letter-spacing: 0.08em;
}

.h_post_item .content .postBody p {
  color: #000;
  font-weight: 100;
}

#page-section-5 {
  width: 100%;
  margin: 30px 0 0 0;
  padding: 70px 0;
}

.hp_intro_text {
  margin-bottom: 30px;
}

.hp_intro_text h2 {
  font-size: 25px;
  color: #1894CD;
  text-transform: uppercase;
  font-weight: bolder;
  letter-spacing: 1px;
}

.hp_intro_text .content {
  font-size: 17px;
  padding-top: 10px;
  line-height: 27px;
  letter-spacing: 0.5px;
}

.hp_intro_text .go-to-cart {
  background: url(/sites/barjo.co.uk/themes/barjo/images/trolley.png) no-repeat;
  background-position: 425px 50%;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 10px 0px;
  color: #19b0d9;
  text-transform: uppercase;
}

#page-section-3 {
  background: rgba(172, 172, 172, 0.6) !important;
  padding: 20px 0;
  margin-top: 33px;
}

#footer-bottom {
  background: #FFF;
  font-size: 17px;
  color: #707070;
}

#footer-bottom h6 {
  color: #19b0d9;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

#footer-bottom span#copyright {
  font-size: 16px;
}

#footer-bottom div#sales, #footer-bottom div#phone {
  width: 50%;
  float: left;
  padding-left: 45px;
}

#footer-bottom div#sales {
  background: url(/sites/barjo.co.uk/themes/barjo/images/footer-mail.png) no-repeat;
}

#footer-bottom div#phone {
  background: url(/sites/barjo.co.uk/themes/barjo/images/footer-phone.png) no-repeat;
}

#footer-bottom div#sales a, #footer-bottom div#phone a {
  color: #707070;
  text-decoration: none;
}

#page-content {
  width: 100% !important;
  margin-top: 0;
  font-size: 17px;
  line-height: 27px;
  padding-top: 0px;
  padding-bottom: 0;
}

/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
.jcarousel-wrapper {
  margin: 20px auto;
  position: relative;
}

/** Carousel **/

.jcarousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1000px;
  margin: 0px auto;
}

.jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.jcarousel li {
  float: left;
  text-align: center;
  padding: 0px 20px;
  width: auto !important;
}

.jcarousel img {
  max-width: 100%;
  height: auto !important;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #4E443C;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 1px #000;
  font: 24px/27px Arial, sans-serif;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
}

.jcarousel-control-prev {
  background: url(/sites/barjo.co.uk/themes/barjo/images/ArrowLeft.png) no-repeat;
  left: 15px;
}

.jcarousel-control-next {
  background: url(/sites/barjo.co.uk/themes/barjo/images/ArrowRight.png) no-repeat;
  right: 15px;
}

.jcarousel-control-prev:hover,
.jcarousel-control-next:hover {
  opacity: 0.5;
}

/** Carousel Pagination **/

.jcarousel-pagination {
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: 0;
}

.jcarousel-pagination a {
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  height: 10px;
  width: 10px;
  line-height: 10px;
  background: #fff;
  color: #4E443C;
  border-radius: 10px;
  text-indent: -9999px;
  margin-right: 7px;
  -webkit-box-shadow: 0 0 2px #4E443C;
  -moz-box-shadow: 0 0 2px #4E443C;
  box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
  background: #4E443C;
  color: #fff;
  opacity: 1;
  -webkit-box-shadow: 0 0 2px #F0EFE7;
  -moz-box-shadow: 0 0 2px #F0EFE7;
  box-shadow: 0 0 2px #F0EFE7;
}

.tb-megamenu .nav > li > a {
  padding: 15px 14px;
}

/**** INNER PAGES ****/

section#page-header {
  margin-top: 120px;
}

/**** Blog Page ****/

.page-blog .widget li {
  letter-spacing: 0px;
}

.page-blog .widget li a {
  text-decoration: none;
}

.page-blog h3 a {
  text-decoration: none;
}

.page-blog article {
  background: #f5f5f5;
}

.page-blog article .entry-body.effect-loaded {
  padding: 0px 20px;
}

/**** Main Product Page ****/

.page-catalog .view-uc-catalog-terms tr > td > div {
  border: 10px solid #f8f8f8;
  padding: 0;
  background: #fff;
}

.page-catalog .view-uc-catalog-terms tr > td > div .views-field.views-field-entity-id {
  overflow: hidden;
}

.page-catalog .views-field.views-field-name {
  padding: 20px 0;
  background: #19b0d9;
}

.page-catalog .view-uc-catalog-terms span.field-content a {
  text-decoration: none;
  color: #fff;
}

/*.page-catalog .view-uc-catalog-terms tr > td {
    border: 0;
    width: 25%;
}
*/
label {
  font-weight: normal;
}

.address-pane-table .field-label {
  text-align: left;
  font-weight: normal;
  padding-top: 5px;
  width: 200px;
}

.view.view-projects-home {
  float: left;
  width: 100%;
}

div.form-item div.password-suggestions {
  width: 100%;
}

.view-product-tabs-displays .rest span span, .view-uc-catalog .rest span span {
    display: none;
}

.view-uc-catalog-terms .views-row img {
    width: 100%;
    display: none;
}

select#edit-panes-delivery-address-delivery-zone {
  margin: 0;
}

.form-item.form-type-select.form-item-panes-delivery-address-delivery-zone:after {
    content: "Contact us for delivery to the Channel Islands";
    margin-bottom: 10px;
    display: block;
    font-style: italic;
    font-size: 12px;
}

header .dropdown-menu {
    padding: 30px;
    border-radius: 0;
    box-shadow: 0 0 10px #d4d4d4;
    border: 0;
    background: url(https://cdn.barjo.co.uk/public/paypal-lg.jpg) no-repeat #fff;
    background-position: 31px 88%;
    background-size: 134px;
}

@media screen and (max-width: 1024px) {

  .fixed-container {
    background: #fff;
    margin-top: 0;
    padding: 0;
  }
  header .dropdown-menu {
    background: #fff;
  }
}

.creditcardlogos {
  width: 100%;
  float: left;
  padding: 40px 0 0;
}


.creditcardlogos--container {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  gap: 20px;
}

.creditcardlogos--logos {
  display: flex;
  gap: 20px
}

.creditcardlogos--logos img {
  max-height: 25px;
}

.creditcardlogos--text {
  font-size: 25px;
  color: #383838;
}

@media screen and (max-width:479px) {
  .creditcardlogos--text {
    font-size: 20px;
  }

  .creditcardlogos--logos {
    display: flex;
    gap: 12px;
  }

  .creditcardlogos--container {
    gap: 4px;
  }

  .creditcardlogos--logos img {
    max-height: 20px;
  }
}

@media screen and (max-width:373px) {
  .creditcardlogos--text {
    font-size: 18px;
  }

  .creditcardlogos--logos img {
    max-height: 18px;
  }

  .creditcardlogos--logos {
    gap: 8px;
  }

}

.prod-info img {
  max-width: 60px;
}
