@charset "UTF-8";/*** browser resets ***//*** sass variables ***/.header .user-menu .desktop-myaccount a:hover,.header .user-menu .desktop-basket a:hover {
  cursor: pointer;
  text-decoration: underline;
  color: #ccc;
}
.basket-action-img {
  display: none;
}


.basket-action-img {
  margin-bottom: 20px;
}
input {
    -webkit-appearance: none;
}
h1, h2, h3, h4, h5, h6 {
  color:#696969;
}
p {color:#746F6B; font-size: 13px; line-height: 20px;}

#nav:before,.slider:before,#nav:after,.slider:after {
  content: " ";
  display: table;
}

#nav:after,.slider:after {
  clear: both;
}
#contact_form,#notice{ margin: 20px 0;}

#nav,.slider {
  *zoom: 1;
}/*** pages ***/.product-thumb-desc {
  font-size: 12px;
  color: #333;
  text-align: left;
  line-height: 20px;
}

.product .price {
  width: 100%;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}


.salespot{
  position: absolute;
  width: 62px;
  height: 62px;
  right:17px;
  top:18px;


}
.salespot p{
  color: #fff;
  text-align: center;
  font-size: 20px;
  margin:0;
  font-weight:bold;
}

.sale_bg{ background: url(../images/salespot.png) no-repeat top center; }
.new_bg{ background: url(../images/sale_spot.png) no-repeat top center; }
.new_bg p{ padding-top: 20px; }


#main-product-image {
  width: 52%;
  max-height: 740px;
  float: left;
  text-align: center;
  overflow: hidden;
}

#main-product-image img {

}

.main-product-info {
  padding: 2%;
  width: 44%;
  min-height: 372px;
  float: left;
}

.main-product-info hr {
  margin: 20px 0 10px 0;
}

.main-product-info .description {
  margin: 20px 0 20px 0;
}

.main-product-info select {
  width: 20%;
  height: 20px;
}
/*
.main-product-info .buy-now {
  width: 90%;
  padding: 10px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  float: left;
  background: green;
} */

#quantity {
  margin:10px 0 ;
}

#quantity input{
  padding: 5px;
  font-size: 14px;
  font-weight: bold;
}

.in_stock{ color: #228b22; }
.out_of_stock{ color: red; }
.min_order{ color: red; }

.product-options {
  width: 50%;
  height: 80px;
  float: left;
}

.product-options .price {
  font-weight: bold;
  font-size: 15px;
}

.product-options a.buy-now {
  margin-top: 23px;
  margin: 0 auto;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 0 10px 0;
}

.spec-dimensions {
  width: 22%;
  float: left;
  margin: 0 5px 0 15px;
  padding-left: 10px;
}

.spec-dimensions th {
  width: 100%;
  background: #F2F1ED;
}

.spec-dimensions tr {
  border: 2px solid #f2f2f2;
}/*** elements **/#logo {
  width: 60%;
  float: left;
}

#logo img {
  margin-top: 10px;
}

.header {
  width: 97%;
  height: 50px;
  margin: 0 auto;
}

.header .user-menu {
  width: 40%;
  height: 52px;
  text-align: center;
  margin: 0 auto;
  float: left;
  margin-top: 55px;
}

.header .user-menu .desktop-myaccount,.header .user-menu .desktop-basket {
  width: 50%;
  margin: 0 auto;
  float: left;
  text-align: center;
}

.header .user-menu .desktop-myaccount a,.header .user-menu .desktop-basket a {
  text-decoration: none;
  font-weight: bold;
  color: #333;
  font-size: 14px;
}

#header_contact{
  float: right;
  display: inline;
  margin: 0px 49px -9px 0;
  padding: 0;
  color: #696969;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: bold;
}

.search {
  width: 100%;
}

.search input {
  float: left;
  /*background: #686868; */
  height: 38px;
  width: 10%;
  float: left;
}

.search input#searchterm {
  padding: 5px;
  height: 26px;
  background: #fcfcfc;
  border: 1px solid #CCC;
  width: 80%;
  float: left;

}

#nav {
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  margin-top: 50px;
}

#nav > a {
  display: none;
}

#nav li {
  list-style: none;
  position: relative;
}

#nav li a {
  color: #333;
  text-decoration: none;
  display: block;
}

#nav li a:active {
  background-color: #AB9B8C !important;
}

#nav span:after {
  width: 0;
  height: 0;
  border: 0.313em solid transparent;
 /* 5 */
  border-bottom: none;
  border-top-color: #efa585;
  content: '';
  vertical-align: middle;
  display: inline-block;
  position: relative;
  right: -0.313em;
 /* 5 */;
}/* first level */#nav > ul {
  height:2.75em;
 /* 60 */
  background: #AB9B8C; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#BFAF9F, #AB9B8C); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#BFAF9F, #AB9B8C); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#BFAF9F, #AB9B8C); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#BFAF9F, #AB9B8C); /* Standard syntax */
}

#nav > ul > li {
  width: 12.5%;
  height: 100%;
  float: left;
}

#nav > ul > li > a {
  height: 100%;
  font-size: 1em;
 /* 24 */
  line-height: 2.5em;
 /* 60 (24) */
  text-align: center;
}

#nav > ul > li > a {
  border-right: 1px solid #f0f0f0;
  border-top: 1px solid  #f0f0f0;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}

#nav > ul > li:hover > a,#nav > ul:not(:hover) > li.active > a {
  background-color: #f7f7f7;
  color: #333;
}/* second level */#nav li ul {
  display: none;
  position: absolute;
  top: 100%;
  padding: 10px;
}

#nav li:hover ul {
  display: block;
  left: 0;
  right: 0;
}

#nav li:not(:first-child):hover ul {
  left: -1px;
}

#nav li ul {
  width: 580px;
  height: auto;
  background: #f7f7f7;
  position: absolute;
  z-index: 999;
  border-radius: 0 0 5px 5px;
}

#nav li.nav-flow-right ul {
  margin-left: -430px;
}

#nav li ul li {
  width: 30%;
  position: relative;
  padding: 5px;
  float: left;
}

#nav li ul a {
  font-size: 12px;
  border-top: 1px solid #F2F1ED;
  line-height: 20px;
  padding: 0.75em;
 /* 15 (20) */;
}

#nav li ul li a:hover,#nav li ul:not(:hover) li.active a {
  background-color: #F2F1ED;
}

li.trade {
  background: #AB9B8C;
}

.slider {
  width: 100%;
}/**** brands slider ******/.brands-slider {
  width: 100%;
  height: 250px;
}

#tabs-1,
#tabs-2 { border:1px solid #ccc !important;
          padding:10px;
          width:95%;
          display: inline-block;
      }


#tabs-1 ul,
#tabs-2 ul {
  margin-left:20px;
}


#tabs ul li.headertabs {
  list-style: none !important;
  display: inline !important;;
  background:#DDDDDD !important;;
  text-decoration: left !important;
  padding:10px !important;;
  border: 1px #BFBFBF solid;
}

#tabs ul li.headertabs:hover {background: #ccc !important;; }

#tabs ul li.headertabs a {color:#333 !important;; text-decoration: none !important;;}

#tabs .tabsnav {
  width:300px;
  padding:0;
  margin-bottom: -2px;

}

#tabs{
  margin: 20px 0 10px 0;

}
.content {
  position: absolute;
  top: 28px;
  left: 0;
  background: white;
  right: 0;
  bottom: 0;
  padding: 20px;
  border: 1px solid #ccc;
}

[type=radio]:checked ~ label {
  background: white;
  border-bottom: 1px solid white;
  z-index: 2;
}

[type=radio]:checked ~ label ~ .content {
  z-index: 1;
}

* {
  margin: 0;
  padding: 0;
}

.tab-1, .tab-2 {min-height: 50px;}

body {
  background-image: url("../images/mobile-bg.jpg");
  background-repeat: repeat-x;
  font-family: 'Lato', sans-serif;
}

.clearfix:after {
  content: " ";
 /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.content-container {
  width: 95%;
  margin-top: 25px;
  padding: 5px;
  clear: both;
  margin: 0 auto;
}

.cats {

  margin-left: 25px;

}


#container {
  width: 100%;
  min-height: 800px;
  margin: 0 auto;
  margin-top: 25px;
}

.gray-section,.delivery-banner {
  width: 100%;
  height: 40px;
  color: #333;
  float: left;
  text-align: center;
  background: #DDDDDD;
}

.gray-section p,.delivery-banner p {
  text-decoration: underline;
  padding-top: 10px;
  text-transform: uppercase;
  font-weight: bold;
}

.gray-section {
  width: 100%;
}

.gray-section p {
  text-align: left;
  padding-left: 20px;
  text-decoration: none;
}

.newsletter-block {
  width: 100%;
  height: 130px;
  color: #FFF;
  background: #F2F1ED;
  text-align: center;
  color: #AB9B8C;
  padding-top: 20px;
}

.newsletter-block form {
  margin-top: 10px;
}

.newsletter-block #searchterm {
  width: 40%;
  height: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #AB9B8C;
}

.newsletter-block #newsletter-submit {
  width: 10%;
  height: 30px;
  background: #AB9B8C;
  text-align: center;
  border: none;
  padding: 2px;
  color: #FFF;
  text-transform: uppercase;
}

.newsletter-block #newsletter-submit:hover {
  cursor: pointer;
}

.newsletter-block .newsletter-heading {
  font-size: 35px;
  text-transform: uppercase;
  text-shadow: 1px 1px #999;
}

.product-container .product p {
  height: 40px !important;
}

.product_img {
  height: 150px;
}


.product-container {
  position: relative;
  width: 24%;
  min-height: 200px;
  padding: 0.5%;
  float: left;
}

.product-container .product {
  width: 90%;
  height: 300px;
  padding: 5%;
  float: left;
}

.product-container .product strong {
  text-transform: uppercase;
}

.product-container .product img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 150px;
 /* width: 100%;*/

}

.product-container .product p {

  height: auto;
  /* width: 100%;*/

}
  #register_button,.checkout input[type=submit],
.sidenav input[type=submit],
.list_downloads_sml ul li a,
.form1 input[type=submit],
#right-signin input[type=submit],
.main-product-info .buy-now,
#checkout-basket input[type=button],
.product-container .product .view-more-btn {
  background: #FFF;
  width: 100%;
  padding: 10px 0 10px 0;
  text-decoration: none;
  margin-top: 10px;
  float: left;
  text-align: center;
  color: #333;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  border: 2.2px solid #AB9B8C;
  transition: background 1.9s;
  transition: transform 0.2s;
  cursor: pointer;
}
#register_button,.checkout input[type=submit]:hover,
.sidenav input[type=submit]:hover,
.list_downloads_sml ul li a:hover,
.form1 input[type=submit]:hover,
#right-signin input[type=submit]:hover,
.main-product-info .buy-now:hover,
.product-container .product .view-more-btn:hover {
  cursor: pointer;
  color: #FFF;
  background-color: #BFAF9F;
  transform: scale(1.1);
}


.list_downloads_sml ul li a { width:200px;}

.product img:hover + .view-more {
  color: #FFF;
  background-color: #BFAF9F;
  transform: scale(1.1);}

.sidenav {
  width: 100%;
  float: left;
  margin-top: 20px;
  overflow: hidden;
}

.sidenav ul li {
  width: 100%;
  padding-top: 10px;
  list-style: none;
  border-bottom: 1px dotted #ccc;
}

.sidenav ul li a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
  margin-left: 20px;
  display: block;
  padding-bottom:10px;
}

.sidenav .sidenav-block {
  width: 90%;
  border-bottom: 1px solid #f7f7f7;
  position: relative;
}

.sidenav .sidenav-block h5 {
  width: 100%;
  height: 25px;
  padding: 10px 0 0 25px;
  color: #FFF;
  font-size: 12px;
  text-align: left;
  text-transform: uppercase;
  background: #BFAF9F;
}


.sidenav .arrow {
  position: absolute;
  margin-left: 10px;
  z-index: 200;
}

.sidenav .downarrow {
  margin-top: 15px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #FFF;
}



.sidenav .rightarrow {
  margin-top: 13px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #FFF;
}

.sidenav label {
  width: 100%;
  float: left;
}

.sidenav #price_from,.sidenav #price_to {
  padding: 2%;
  width: 92%;
  float: left;
}

.sidenav input {
  width: 98%;
  padding: 2%;
  float: left;
  margin: 5px 0 10px 0;
}


.filtered-content {
  width: 83%;
  float: left;
  padding: 1%;
}

.breadcrumb-filter {
  width: 100%;
  height: 40px;
  text-align: right;
  float: left;
    color: #333;
}

.breadcrumb-filter select {
  padding: 5px;
  font-size: 12px;
  color: #746F6B;
}

.breadcrumb-filter p {
  float: left;
  font-size: 12px;
  padding-top: 10px;
  text-align: left;
  color: #333;
  font-style: italic;

}
.breadcrumb-filter a {
  color:#746F6B;
  text-decoration: none;
}
.breadcrumb-filter a:hover {text-decoration: underline;}




.breadcrumb-filter label { font-size: 12px; color: #746F6B;}

.footer {
  position: relative;
  bottom: 0;
  width: 100%;
  min-height: 200px;
  background: #686868;
  margin-top: 30px;
  border-top: 5px solid  #BFAF9F;
  float:left;

}

.footer .footer-inner {
  width: 95%;
  height: auto;
  margin: 0 auto;
}

.footer .footer-heading {
  text-transform: uppercase;
  color: #fff;
  font-size: 13px !important;
  font-weight: bold;
}

.footer .footer-links {
  float: left;
  width: 100%;
}

.footer .footer-links ul {
  padding: 10px;
  list-style: none;
  float: left;
  height: auto;
  width: 20%;
  float: left;
}

.footer .footer-links ul li {
  width: 100%;
  margin-top: 10px;
  float: left;
}

.footer .footer-links ul li a {
  color: #FFF;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
}

.footer .footer-contact {
  min-height: 100px;
  width: 100%;
  color: #FFF;
  float: left;

}

.footer .footer-contact p {
  font-size: 16px;
  line-height: 20px;
    color:#FFF;
}
.footer .footer-contact a{
  color: white;
  text-decoration: none;
}
.footer .footer-contact .footer-heading {
  margin-top: 18px;
}

.footer .footer-bottom {
  width: 100%;
  background: #BFAF9F;
  float: left;
}

.footer .footer-bottom .footer-inner {
  height: 40px;
}

.footer .footer-bottom .footer-inner a,.footer .footer-bottom .footer-inner p {
  width: 50%;
  float: left;
  font-size: 12px;
  color: #FFF;
  margin-top: 10px;
}

.footer .footer-bottom .footer-inner a {
  text-align: right;
  text-decoration: none;
}

.social-media-icons {
  width: 100%;
  height: 50px;
}

.social-media-icons a {
  float: left;
  width: auto;
  margin: 0 2px 10px 2px;
  height: 32px;
}

.social-media-icons .footer-heading {
  margin: 10px 0 10px 0;
}


.clearout {
  height: 20px;
  clear: both;
}

#flexisel {
  display: none;
}

.nbs-flexisel-container {
  position: relative;
  max-width: 100%;
}

.nbs-flexisel-ul {
  position: relative;
  width: 99999px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center;
}

.nbs-flexisel-inner {
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
}

.nbs-flexisel-item {
  float: left;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  position: relative;
  line-height: 0px;
}

.nbs-flexisel-item img {
  max-width: 100%;
  cursor: pointer;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}/*** Navigation ***/.nbs-flexisel-nav-left,.nbs-flexisel-nav-right {
  padding: 50px 10px;
  height: 20px;
  position: absolute;
  cursor: pointer;
  z-index: 4;
  top: 20%;
  background: rgba(255, 255, 255, 0.7);
  color: #333;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAQAAABuQZ3IAAAAi0lEàe1P1ArgXwouVvdQq86ww/GQefusNf7kBviBlxpT8k+gL/Wox4r1d4MwAAAABJRU5ErkJggg==");
}

.nbs-flexisel-nav-left {
  left: 10px;
}

.nbs-flexisel-nav-left:before {
  content: "<";
}

.nbs-flexisel-nav-left.disabled {
  opacity: 0.4;
}

.nbs-flexisel-nav-right {
  right: 5px;
}

.nbs-flexisel-nav-right:before {
  content: ">";
}

.nbs-flexisel-nav-right.disabled {
  opacity: 0.4;
}

@media only screen and (min-width: 0px) {
  .product-container {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 520px) {
  .order_image {
    visibility: hidden;
    clear: both;
    float: left;
    display: none;
  }
  .btn_collect{ padding: 1px; white-space: normal;
    width: 100px;}
}


@media only screen and (min-width: 320px) {
  .sidenav {
    width: 100%;
    margin-bottom: 10px;
  }

  .filtered-content {
    width: 98%;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 420px) {
  .product-container {
    width: 49%;
  }
}

@media only screen and (min-width: 518px) {
  .footer .footer-inner {
    width: 90%;
  }
}

@media only screen and (min-width: 565px) and (orientation: landscape) {
  .header .user-menu {
    margin-top: 68px;
   
  }
}

@media only screen and (min-width: 600px) {
  .search input {
    width: 8%;
  }

 
}

@media only screen and (min-width: 600px) and (max-width: 768px) {
  .search input#searchterm {
    width: 85%;
  }
}

@media only screen and (min-width: 700px) {
  .footer .footer-contact {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  #logo {
    text-align: left;
    margin: 0;
    float: left;
    width: 30%;
  }

  #logo img {
    margin-top: 0;
  }

  .header .user-menu {
    width: 40%;
    float: left;
    margin-top: 50px;
  }

  .search input {
    width: 15%;
  }

  .search {
    width: 40%;
    float: left;
    margin-top: 45px;
  }

  #container .hidefordesktop {
    display: none;
  }

  #container .showfordesktop {
    display: block;
  }
}

@media only screen and (min-width: 768px) and (orientation: landscape) {
  #logo {
    width: 20%;
  }

  #logo img {
    margin-top: 0;
  }

  .header .user-menu {
    width: 30%;
    height: 40px;
    margin-top: 50px;
  }
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
  .header .user-menu {
    margin-top: 49px;
    width: 30%;
    height: 40px;
  }
}

@media only screen and (min-width: 800px) {
  .footer .footer-links {
    width: 70%;
  }

  .footer .footer-contact {
    width: 30%;
  }
}

@media only screen and (min-width: 900px) {
  .product-container {
    width: 32%;
  }

  .sidenav {
    width: 15%;
  }

  .filtered-content {
    width: 83%;
  }
}

@media only screen and (min-width: 1000px) and (orientation: landscape) {
  .search {
    margin-left: 0;
    width: 50%;
    float: left;
    margin-top: 45px;
  }
}

@media only screen and (min-width: 1000px) {
  .product-container {
    width: 24%;
  }
}



@media only screen and (max-width: 2000px) and (min-width: 565px) and (orientation: landscape) {
  .header .user-menu .desktop-myaccount span.desktop,.header .user-menu .desktop-basket span.desktop {
    display: block;
  }
}

@media only screen and (max-width: 2000px) {
  .header .user-menu .desktop-myaccount .desktop,.header .user-menu .desktop-basket .desktop {
    display: none;
  }

  .header .user-menu .desktop-myaccount .mobile,.header .user-menu .desktop-basket .mobile {
    display: block;
  }

  .header .user-menu .desktop-myaccount .mobile img,.header .user-menu .desktop-basket .mobile img {
    width: 40px;
    height: 40px;
  }


  .tabs .spec-dimensions {
    width: 45%;
    margin: 0;
  }
}

@media only screen and (max-width: 768px) {
  .search input#searchterm {
    width: 80%;
  }
}

@media only screen and (max-width: 767px) {
  html {
    font-size: 75%;
 /* 12 */;
  }

  #nav {
    height: 60px;
    top: auto;
    left: auto;
  }

  #nav .menu-icon {
    width: 37.6px;
    float: left;
  }

  #nav > a {
    width: 3.125em;
 /* 50 */
    height: 3.125em;
 /* 50 */
    text-align: left;
    text-indent: -9999px;
    background-color: #333;
    position: relative;
  }

  #nav > a:before,#nav > a:after {
    position: absolute;
    border: 2px solid #fff;
    top: 35%;
    left: 25%;
    right: 25%;
    content: '';
  }

  #nav > a:after {
    top: 60%;
  }

  #nav:not(:target) > a:first-of-type,#nav:target > a:last-of-type {
    display: block;
  }/* first level */  #nav > ul {
    height: auto;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 39px;
    z-index: 9999;
  }

  #nav:target > ul {
    display: block;
    margin-top:29px;
  }

  #nav li ul {
    background: #f7f7f7;
    position: static;
    width: auto;
    border-radius: 0;
  }

  #nav li ul li {
    width: 100%;
    padding: 0;
    float: none;
  }

  #nav > ul > li {
    width: 100%;
    float: none;

  }

  #nav > ul > li > a {
    height: auto;
    text-align: left;
    font-size: 1.5em;
 /* 24 */
       padding:20px;
 /* 20 (24) */;
  }

  #nav > ul > li:not(:last-child) > a {
  
    border-right: none;
    border-bottom: 1px solid #f0f0f0;
  }/* second level */  #nav li ul {
    position: static;
    padding: 1.25em;
 /* 20 */
    padding-top: 0;
  }

  #container .hideformobile {
    display: none;
  }

  #container .showformobile {
    display: block;
  }
}

@media only screen and (max-width: 700px) {
  .footer .footer-links ul {
    width: 40%;
  }
}

@media only screen and (max-width: 650px) {


  .tabs .content {
    padding: 10px 0 0 0;
    margin: 0;
    width: 95%;
  }
}

@media only screen and (max-width: 600px) {
  #main-product-image {
    width: 100%;
    float: none;
  }

  .main-product-info {
    width: 100%;
    float: none;
  }

  .footer .footer-links ul {
    width: 100%;
  }
}

@media only screen and (max-width: 599px) {
  .search input#searchterm {
    width: 78%;
  }
}

@media only screen and (max-width: 520px) {
  .product-options {
    width: 100%;
    float: none;
  }

  .product-options a.buy-now {
    width: 95%;
  }

  #logo {
    width: 60%;
  }
}

@media only screen and (max-width: 468px) {


  .tabs .spec-dimensions {
    width: 100%;
    margin: 0;
  }
}

@media only screen and (max-width: 440px) {
  .footer .footer-links ul {
    width: 100%;
  }
}

@media only screen and (max-width: 420px) {
  .newsletter-block #searchterm {
    width: 60%;
    font-size: 12px;
  }

  .newsletter-block #newsletter-submit {
    width: 30%;
  }

  .newsletter-block .newsletter-heading {
    font-size: 25px;
  }
}

@media only screen and (max-width: 400px) {
  .search input {
    width: 13%;
  }

  .search input#searchterm {
    width: 70%;
  }

  .breadcrumb-filter {
    display: none;
  }
  #checkout-basket input[type=text],#checkout-basket input[type=number]{padding:5px 0 !important;}
}


/*******************
sign up
*******************/


#left-signin{
  float: left;
  width: 450px;
  min-height: 200px;
}

.ie7 #left-signin {
  min-height: 300px;
  margin: 40px 3px;
}

#right-signin{
  float: left;
  width: 440px;
  min-height:200px;
  margin: 20px 0 0 10px;
  padding: 10px;
  display:inline;
}

.ie7 #right-signin {margin-top: 40px;}

.widthfull #errormessage {
  margin: 0 auto;
}

#errormessage{
  background-color: #eee;
  border: 1px solid #900;
  padding: 20px;
  color:#000;
  width:400px;
}

#errormessage2{
  background-color: #eee;
  border: 1px solid #900;
  padding: 20px;
  color:#000;
  width:322px;
}

.formbgs{
  float: left;
  margin: 10px;
  margin-left: 0;
  width: 45%;
  display: table;
}


/*********** FORMS  ***********/

#contact {
  float: left;
  margin: 0 10px;
}

.form1 {
  margin: 0;
  padding:0;
  width: 100%;
  font-family:"Source Sans Pro", sans-serif;
  font-size: 18px;
}

.ie7 .form1 {
  margin: 40px 0 0 0;
}

.ie7 .register-form #surname, .ie7 .register-form #address_1, .ie7 .register-form #address_2, .ie7 .register-form #town, .ie7 .register-form #county, .ie7 .register-form #postcode, .ie7 .register-form #telephone, .ie7 .register-form #email, .ie7 .register-form #password, .ie7 .register-form #password2 {
  margin-left: -20px;
}

.register {list-style: none;}

.form1 input[type=text], .form1 input[type=password] {
  width: 95%;
  height: 20px;
  margin: 2px 0;
  padding:6px;
  font-family:"Source Sans Pro", sans-serif;
  font-size: 18px;
  color: #333;
  border: 2px solid #ccc;
}

.form1 select {
  width: 99%;
  height: 40px;
  margin: 2px;
  padding:6px;
  font-family:"Source Sans Pro", sans-serif;
  font-size: 18px;
  color: #666;
  border: 2px solid #ccc;
}

.form1 textarea {
  font-family:"Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #666;
  width: 365px;
  height: 58px;
  margin: 2px 0;
  padding: 6px;
  border: 2px solid #ccc;
}

.ie7 .form1 textarea {
  margin-left: 0px;
}

.form1 label{
  font-weight: bold;
  text-align: left;
  color: #666;
  display:block;
  margin-top: 5px;
  margin-right: 5px;
  float:left;
  width:99%;
  font-family:"Source Sans Pro", sans-serif;
  font-size: 16px;
}

.form1 a {color: #333;}
.form1 a:hover {color:#333;}

.shopping-basket-dropdown {width:230px;
  min-height:50px;
  position: absolute;
  padding:20px 10px 10px 10px;
  background:#FFF;
  z-index: 99999;
  margin-top: 0px;
  font-size: 14px;
  right: 0.2%;
  display: none;
}
.basket-heading {font-size:18px;}
.shopping-basket-dropdown .basket-item {border-bottom: 1px solid #ccc; width:100%; height:auto; float:left; padding-top:5px;}
.shopping-basket-dropdown p {margin:0; padding:0; line-height: 20px;}
.shopping-basket-dropdown p.price-from-basket {width:120px; float:left;}
.shopping-basket-dropdown p.remove-from-basket {text-align: right  !important;}
.shopping-basket-dropdown p.remove-from-basket {float:right; width:100px;font-size:10px; color:red;}
.shopping-basket-dropdown p.remove-from-basket:hover {text-decoration: underline;  cursor:pointer;}
.shopping-basket-dropdown p.clear-from-basket {text-align: right  !important;}
.shopping-basket-dropdown p.clear-from-basket {float:right; width:100px;font-size:10px; color:red;}
.shopping-basket-dropdown p.clear-from-basket:hover {text-decoration: underline;  cursor:pointer;}
.shopping-basket-dropdown .checkout-from-basket {clear:both; position: relative; bottom:0px; margin-top:10px; left:2%; color:#FFF; padding:10px; border:none; border-radius: 5px; background:#000; float:left; width:95%; text-decoration: none;}
.shopping-basket-dropdown .checkout-from-basket:hover {  cursor:pointer; background:green;}
.shopping-basket-dropdown .basket-from-basket {clear:both; position: relative; bottom:0px; margin-top:10px; left:2%; color:#FFF; padding:10px; border:none; border-radius: 5px; background:#000; float:left; width:95%; text-decoration: none;}
.shopping-basket-dropdown .basket-from-basket:hover {  cursor:pointer; background:green;}
#loading-mask{ width: 60%; display:block; margin: 0 auto; text-align: center; font-size: 24px;}

#order_note{ width: 100%; min-height: 100px;}
#checkout-basket input[type=text],#checkout-basket input[type=number]{width:95%; padding:5px; font-size: 14px;}
#checkout-basket select {width:95%; padding:5px; font-size: 14px;}

.table-a {
  border-collapse: collapse;
  margin: 10px;
  width: 95%;
  text-align: left;
  font-size:14px;
}
.table-a th {
  font-size: 20px;
  font-weight: bold;
  background-color: #323232;
  color: #fff;
  padding: 8px;
  vertical-align: top;
}
.table-a td {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ccc;
  color: #333;
  padding: 8px;
  vertical-align:top;
}
.table-a td.dark {
  background-color: #151515;
  border: none;
  color: #fff;
  font-size: 16px;
}
.table-a td.aligncenter {
  text-align: center;
}
.table-a td.alignright {
  text-align: right;
}
.table-a td.grey {
  background-color: #E8E8E8;
}
.table-a td.topborder {
  border-top: 4px solid #ccc;
  font-size: 16px;
}
.table-a tr td a,.table-a tr td a:hover{
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

.table-a tr {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.imgborder{
  border: 1px solid #ccc;
  margin: 2px;
  max-height: 74px;
  max-width: 71px;
}


.table p{
  width: 50%;
  margin: 0;
  padding:0;
}

/*.table-a tr:hover td {
    background: none repeat scroll 0 0 #F2F0E8;
    color: #666;
}
*/

#checkout ul{
  margin: 10px 0;
  padding: 0;
  list-style-type: none;

}
#checkout ul li{
  margin: 0 0 0 10px;
  list-style-type: none;
}


#gmap {
  border: 1px solid #ccc; height:300px;
}


.form2 {
  margin: 0;
  padding:10px;
  text-align: left;
  width: 90%;

}
.form2 br {
  clear:both;
}
.form2 label {
  font-weight: bold;
  text-align: left;
  color: #666;
  display:block;
  margin-top: 5px;
  margin-right: 5px;
  float:left;
  width:100%;
  font-family:"BellCent Add BT", sans-serif;
  font-size: 18px;
}
label.smalllabel {
  font-weight: bold;
  text-align: left;
  color: #666;
  display:block;
  margin-top: 5px;
  margin-right: 5px;
  float:left;
  width:48%;
  font-family:"BellCent Add BT", sans-serif;
  font-size: 18px;
}
.form2 input.small {
  float:left;
  width:44%;
  margin: 0 5px 0 0;
  padding:6px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}
.form2 input {
  width: 93%;
  margin: 0 5px 0 0;
  padding:6px;
  font-family:"BellCent Add BT", sans-serif;
  font-size: 18px;
  border: 2px solid #ccc;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}
.form2 select {
  font-size: 18px;
  float:left;
  width:97%;
  border: 2px solid #ccc;
  margin: 0 5px 0 0;
  padding:6px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}

.form2 textarea {
  clear:both;
  float:left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #333;
  height:50px;
  width:550px;
  margin: 10px;
}

.form2 br{
  clear:both;
}

input[type=radio]{
  width: 20%;
  float: left;
  display: block;
  height: 30px;
}
.form2 p > label
{
  float: left;
  width: 70%;
  display: block;
  height: 30px;
}

#comments2{
  display:none;
}

#center-forms {
  width: auto;
  margin: 0 0 0 10px;
  padding-top:40px;
}

#center-forms h1 {margin-left:20px;}
/*
input.submit1, a.submit1, a.submit1:link, a.submit1:visited{font-family:Helvetica; color:#545454; background: url(../images/submitbg1.gif) left repeat-x; border:none; font-size:13px; font-weight:bold; padding:4px 6px 3px 6px; cursor:pointer; text-decoration:none; width:auto; text-transform:capitalize; border-right:1px solid #CCCCCC; border-left:1px solid #CCCCCC;}
a.submit1:hover, input.submit1:hover{font-family:Helvetica; color:#666666; background: url(../images/submitbg1.gif) left repeat-x; border:none; font-size:13px; font-weight:bold; padding:6px 6px 5px 6px; cursor:pointer; text-decoration:none; width:auto; text-transform:capitalize; border-right:1px solid #CCCCCC; border-left:1px solid #CCCCCC;}
*/

.list_downloads{
  width: 950px;
  height: auto;
  float: left;
  margin: 0px 0px 20px 0px;
  padding: 0;
}
.list_downloads ul{
  margin: 0;
  padding: 0;
}
.list_downloads li{
  width: 430px;
  height: auto;
  border-bottom: 1px #333 dotted;
  float: left;
  text-align: left;
  margin: 0px 10px 20px 10px;
  padding: 10px;
  list-style-type: none;
  font-family: 'Nunito', sans-serif;
  font-size: 0.850em;
  font-weight: normal;
  color: #FFFFFF;
  text-decoration: none;
}
.list_downloads li div.ld_img{
  width: 75px;
  height: auto;
  float: left;
  text-align: left;
  margin: 0px 25px 0px 0px;
  padding: 0;
}
.list_downloads li div.ld_content{
  width: 330px;
  height: auto;
  float: right;
  text-align: left;
  margin: 0;
  padding: 0;
}
.list_downloads li span{
  width: 100%;
  height: auto;
  float: left;
  text-align: left;
  margin: 10px 0px 15px 0px;
  padding: 0;
  font-family: Helvetica;
  font-size: 18px;
  color: #444444;
}
.list_downloads li span a:link, .list_downloads li span a:visited, .list_downloads li span a:active{
  font-size: 22px;
  font-weight: normal;
  color: #0085B2;
  text-decoration: none;
  text-transform: capitalize;
}
.list_downloads li span a:hover{
  font-size: 22px;
  font-weight: normal;
  color: #666666;
  text-decoration: none;
  text-transform: capitalize;
}

.list_downloads_sml{
  width: 100%;
  height: auto;
  float: left;
  margin: 10px 0px 10px 0px;
  padding: 0;
}
.list_downloads_sml span{
  width: 98%;
  height: auto;
  background: #B20000;
  float: left;
  margin: 0px 0px 5px 0px;
  padding: 1%;
  font-family: Helvetica;
  font-size: 18px;
  font-weight: normal;
  color: #FFFFFF;
}
.list_downloads_sml ul{
  margin: 0;
  padding: 0;
}
.list_downloads_sml li{
  width: 98%;
  height: auto;
  border-bottom: 1px #DBDFE0 dashed;
  float: left;
  text-align: left;
  margin: 0px 0px 5px 0px;
  padding: 1%;
  text-transform: capitalize;
  list-style-type: none;
}

.contact_form label {
  font-weight: 300;
}
.contact_form .row {
  margin-bottom: 35px;
}

.col-md-4 {
  width: 33.33333333%;
}
.col-md-6 {
  width: 50%;
  height: 200px;
}
.col-md-12 {
  width: 100%;
}

.btn-primary {
  color: #ffffff;
  background-color: #BFAF9F;
  cursor: pointer;
  padding: 6px 12px;
}

.alert-warning {
  background-color: #fcf8e3;
}

.grey-note {
  background-color: #fcfcfc;
}

.green-note {
  background-color: #D4ED91;
  color:#333 !important;
}


.alert-warning,
.note{
  border-color: #faebcc;
  color: #8a6d3b;
  padding:8px;
  margin-top:10px;
  text-align: left;
  border:1px dashed #CCC;
}

.form-control {
  display: block;
  width: 100%;
  height: 24px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

textarea.form-control {
  height: auto;
}



/****** new styles post php work ****/
.currency-select { position: absolute;
                   right:10px;}

.product a.product-name {
  height: 60px;
  display: block;
  line-height: 20px;
  margin-top:10px;
  font-size: 13px;
  text-decoration: none;
  color: #333;
}

.product a.product-name:hover {text-decoration: underline;}

 .product p.product-desc {font-size: 12px; line-height: 20px; height:10px !important; color:#746F6B;}

#main-product-image .mainprodimg img {height: 59vh;  margin-top:20px;}

.main-product-info .buy-now {width:100%; margin-top:10%;}

.loginpage {float:left;}

@media only screen and (max-width: 600px) {

#left-signin, #right-signin {width:100%; float:none;}



}

@media only screen and (min-width: 580px) {

 #left-signin, #right-signin {width:40%; float:left; }
  #left-signin {margin:30px;}



.form1 { margin-top:22px;}
}


@media only screen and (max-width: 768px) {

  .main-product-info .buy-now { margin:0px 0 20px 0;}
  .tabs .content {padding:10px; width:90%;}



  #nav {width:100%; margin:0 auto; float:left;} 

}


@media only screen and (max-width:860px) {

 #main-product-image .mainprodimg img {width:100%;}


}

   .main-product-info ul,
  .tabs .content ul {margin:20px;}






/** new magnalux admin styles **/
/** require jquery jQuery UI Tabs 1.8.7 **/

.checkout fieldset { padding-top:20px; width:90%; border:none;}
  .checkout input { padding:5px;}

  .orders_tbl  {width:100%; border: none; margin-top:10px; position: relative; float:left;}

  /*.orders_tbl th {display: none;}*/

.orders_tbl th {

  width:17.5%; border-bottom:  2px solid #ccc; color:#333; padding:5px; margin-bottom:10px;
}



  .orders_tbl thead tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
    display: none;

  }
  
  .orders_tbl tr { border: 1px solid #ccc;  border-bottom: none;}
  
  .orders_tbl td { 
    border: none;
    border-bottom: 1px solid #eee; 
    position: relative;

  }
  
  .orders_tbl td:before { 
    position: relative;

    white-space: nowrap;
  }
  /*
  .orders_tbl td:nth-of-type(1):before { content: "Order Date"; width:92%; background: #AB9B8C; color:#FFF; padding:5px; margin-bottom:10px; display: block; }
  .orders_tbl td:nth-of-type(2):before { content: "Order No.";  width:92%; border-bottom:  2px solid #ccc; color:#333; padding:5px; margin-bottom:10px;  display: block;}
  .orders_tbl td:nth-of-type(3):before { content: "Product";  width:92%; border-bottom:  2px solid #ccc; color:#333; padding:5px; margin-bottom:10px; display: block; }
  .orders_tbl td:nth-of-type(4):before { content: "Sub Total";  width:92%; border-bottom:  2px solid #ccc; color:#333; padding:5px; margin-bottom:10px; display: block; }
  .orders_tbl td:nth-of-type(5):before { content: "Delivery";  width:92%; border-bottom:  2px solid #ccc; color:#333; padding:5px; margin-bottom:10px;  display: block;}
  .orders_tbl td:nth-of-type(6):before { content: "Total";  width:92%;border-bottom:  2px solid #ccc; color:#333; padding:5px; margin-bottom:10px; display: block; }
  .orders_tbl td:nth-of-type(7):before { content: "Status";  width:92%;border-bottom:  2px solid #ccc; color:#333; padding:5px; margin-bottom:10px; display: block; }
  .orders_tbl td:nth-of-type(9) {margin-bottom:80px; padding:0 0 10px 20px;}
*/


.order_tbl  {width:100%; border: none; margin-top:10px; position: relative; float:left;}

.order_tbl, .order_tbl thead,  .order_tbl tbody, .order_tbl  th, .order_tbl  td, .order_tbl  tr {
  display: block;
}
.order_tbl th {display: none;}
.order_tbl thead tr {
  position: absolute;
  top: -9999px;
  left: -9999px;
  display: none;

}

.order_tbl tr { border: 1px solid #ccc;  border-bottom: none;}

.order_tbl td {
  border: none;
  border-bottom: 1px solid #eee;
  position: relative;
  padding:0 0 20px 20px;
}

.order_tbl td:before {
  position: relative;

  white-space: nowrap;
}

.order_tbl td:nth-of-type(1):before { content: "Order Date"; font-weight: bold; width:96%; border-bottom:  2px solid #ccc; color:#333; padding:5px; margin-bottom:10px;  display: block; }
.order_tbl td:nth-of-type(2):before { content: "Order No.";  font-weight: bold; width:96%; border-bottom:  2px solid #ccc; color:#333; padding:5px; margin-bottom:10px;  display: block;}
.order_tbl td:nth-of-type(3):before { content: "Status";  font-weight: bold; width:96%; border-bottom:  2px solid #ccc; color:#333; padding:5px; margin-bottom:10px; display: block; }
.order_tbl td:nth-of-type(4):before { content: "Bill Address";  font-weight: bold; width:96%; border-bottom:  2px solid #ccc; color:#333; padding:5px; margin-bottom:10px; display: block; }
.order_tbl td:nth-of-type(5):before { content: "Delivery Address";  font-weight: bold; width:96%; border-bottom:  2px solid #ccc; color:#333; padding:5px; margin-bottom:10px;  display: block;}
.order_tbl td:nth-of-type(6):before { content: "Total";  font-weight: bold; width:96%;border-bottom:  2px solid #ccc; color:#333; padding:5px; margin-bottom:10px; display: block; }
.order_tbl td:nth-of-type(7):before { content: "Status";  font-weight: bold; width:96%;border-bottom:  2px solid #ccc; color:#333; padding:5px; margin-bottom:10px; display: block; }
.order_tbl td:nth-of-type(9) {margin-bottom:80px; padding:0 0 10px 20px;}





#center-forms .ui-tabs-nav li {width:23.775%;
                             min-height:40px;
                             text-align: center;
                             background:#AB9B8C;
                             line-height: 40px;
                             display: inline; 
                             float:left;
                             border-left: 2px solid #FFF;
                             margin-bottom:10px;}

#center-forms .ui-tabs-nav li:hover {background:#CCC;}
#center-forms .ui-tabs-nav li:hover a {color:#333;}
#center-forms .ui-tabs-nav li a {color:#FFF; display: block; width:100%; height:100%;}
#center-forms  fieldset {border:0;}
.backend-user-details select {width:110% !important; padding:10px; margin-bottom:10px;}
.backend-user-details input {padding:10px; width:100% !important;}
.backend-user-details input[type=submit] { width:110% !important;}

.backend-user-details  div {margin-right:60px;}


#tabs{
    float:left;
    width:100%;
    z-index:0;
}

#tabs h3 {margin: 0;}

#tabs a{
    font-size:12px;
}

.ui-widget-header {background: none !important; border:none !important;}
.ui-widget-content { border:none !important; }

.download{ width: 25%; float: left;}
.download a{ float:left; text-align: center; font-size: 14px; text-decoration: none; }
@media only screen and (max-width: 600px){
#tabs .checkout fieldset div {
    width: 90% !important;
    float: left;
} 

#center-forms .ui-tabs-nav li {width:95%;
}

}

@media only screen and (max-width: 930px) {
 .formbgs {
    width:100%;
  }

}

@media only screen and (max-width: 330px) {
#logo {width:47%;}
#logo img {width:100%;}
.header  .desktop-myaccount a {font-size: 11px !important;}
.header .user-menu {width:44%; margin-top:27px; margin-left:20px; font-size: 12px;}
}

@media only screen and (min-width: 1000px){
  .search input {
      width: 8%;
  }
}
.orders_tbl tr td.viewmore p,
.orders_tbl tr td.reorder p{padding:20px;}
.orders_tbl tr td.viewmore p:hover,
.orders_tbl tr td.reorder p:hover {color:#FFF;}

.orders_tbl tr td.hidden { display: none;}
.orders_tbl tr td.viewmore { cursor: pointer;  background: #f9f9f9;  text-align: center; height:50px;}
.orders_tbl tr td.viewmore:hover { background: #ccc; }
.orders_tbl tr td.reorder { cursor: pointer; margin-top:20px;  background: #f9f9f9; height:50px; text-align: center;}
.orders_tbl tr td.reorder:hover { background: green;}

.brand-group {width:100%;
               padding:10px;
               height:auto;
               float:left;
             }
.brand-group-name {
  width:100%;
  height:20px;
  margin:20px 0 20px 0;
  float:left;
  background: #F2F1ED;
  padding:10px;
}


/*! http://responsiveslides.com v1.55 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

  .unslider-nav { display: none;}

#qty_box{
  width: 60px;
  background-color: lightgrey;
  border: 1px solid ;
  border-color: #bfbebe;
  padding: 2px;
  text-align: center;
}

#price_box{
  width: 60px;
  border: 1px solid ;
  border-color: #bfbebe;
  margin-bottom: 5px;
  padding: 2px;
  text-align: center;


}

#whole_box_container{
  width: 100%;
  float: left;
  display: block;
}

#whole_box{
  margin-right: 5px;
  float: left;
}


.productborder p{
  font-size: 26px;
  margin:0;
  padding:15px 0;
}

.order_search {
  align :left;
  width: 50%;
  margin-top: 25px;
  background: #e5e5e5;
  line-height: 40px;

}

.order_search label{
  margin-top: 25px;

}

.product-desc1{ float: left; width: 40%;}
.product-desc2{ float: left; width: 60%;}

@media only screen and (max-width: 720px) {
  .order_search {
    width: 100%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 1000px) {
  .table-a {
    width: 100% !important;
    margin: 10px 0;
  }
}

@media only screen and (min-width: 0px) and (max-width: 820px) {
  .table-a {
    float: left;
  }
  .basket-action-btn {
    display: none;
  }
  .basket-action-img {
    display: block;
  }

}



@media only screen and (min-width: 0px) and (max-width: 370px) {
  .button {
  
    font-size: 12px !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 370px) {
  .table-a {
    width: 100% !important;
    margin: 10px 0;
  }

  .table-a td{padding: 2px !important;}
  .table-a .dark{font-size: 12px !important; font-weight: bold;}
  .table-a .basket-qty{width: 14px;}
  .basket-unit-price{width: 60px !important;}
  .product-desc1{ width: 100%;}
  .product-desc2{ width: 100%;}

}
.second-image {
  padding-top: 20px;
  padding-right: 10px;
  float: left;
}
.mainprodimg {
  width: 90%;
  padding: 10px;
  text-align: center;
}

.mainprodimg img {
  max-width: 100%;
  border: 1px solid #ccc;
}

.subcats {
  margin-left: 40px;
  font-style: italic;
}

.cookie-banner{
  background: #e5e5e5;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.cookie-banner .cookie-container{
  margin:0 auto;
  width:90%;
  color: black;
  padding:15px;
  font-size: 14px;
}

.cookie-banner .cookie-container a{
  color: red;
}

#eucookielaw { display:none }

#close {
  float: right;
  display: inline-block;
  padding: 3px 10px;
  cursor: pointer;
  border-radius: 25px;
  background-color: #303030;
  color: white;
}

.discontinued{ color:red; font-style: italic; }

#product_details_brand{ float:right; text-decoration: none; color: #696969;}
#product_details_brand img{ float:right; height: 60px; max-width: 200px;}
.del_address_container, .del_collection_container{ padding: 5px; background-color: #eee; display: none;}
.label{
  font-weight: bold;
  text-align: left;
  color: #666;
  margin-top: 5px;
  margin-right: 5px;
  float:left;
  font-family:"Source Sans Pro", sans-serif;
  font-size: 16px;
}
.select{
  font-size: 18px;
  float:left;
  width:97%;
  border: 2px solid #ccc;
  margin: 0 5px 10px 0;
  padding:6px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}
input[type="checkbox"]{-webkit-appearance: checkbox; float: left; margin: 8px 0 0 10px;}
input[type="radio"]{-webkit-appearance: radio; float: none; margin: 0 0px 0 8px; display: inline; width:18px; height:10px;}
.back_order_message{ text-align:  center; display:block;}


/* Customize the label (the container) */
.checkbox_container {
  display: block;
  position: relative;
  padding: 5px 0 0 35px;
  margin: 0 30px 12px 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
}

/* Hide the browser's default checkbox */
.checkbox_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkbox_checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border: 2px solid #2196F3;
}

/* On mouse-over, add a grey background color */
.checkbox_container:hover input ~ .checkbox_checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox_container input:checked ~ .checkbox_checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox_checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox_container input:checked ~ .checkbox_checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox_container .checkbox_checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Customize the label (the container) */
.radio_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
  margin-right: 30px;
}

/* Hide the browser's default radio button */
.radio_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.radio_checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio_container:hover input ~ .radio_checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio_container input:checked ~ .radio_checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio_checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio_container input:checked ~ .radio_checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio_container .radio_checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
