body {
  background-image: url(../../img/bgbody.jpg);
  background-repeat: repeat-x;
  font-size: 87.5%;
}

body.webp {
  background-image: url(../../img/bgbody.webp);
}

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  font-size: 100%;
}

h1 {
  color: #0084af;
}

#logo {
  margin-top: 20px;
}

#searchplace {
  position: relative;
  margin-top: 40px;
}

#searchplace #searchform input[type=search] {
  float: right;
  padding-right: 80px;
  margin: 0px;
  height: 40px;
  border: 1px solid #0084af;
  padding-left: 52px;
  z-index: 0;
  text-align: left;
  font-size: 14px;
  color: #6c6c6c;
  max-width: 400px;
  background-color: #FFF;
  background-image: url(../../img/ico-search.png);
  background-repeat: no-repeat;
  background-position: 20px center;
}

.webp #searchplace #searchform input[type=search] {
  background-image: url(../../img/ico-search.webp);
}

#searchplace #searchform .button-search {
  height: 30px;
  float: left;
  z-index: 10;
  margin: 0px;
  border-style: none;
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 0px 1em;
}

#basket-head {
  background-image: url(../../img/bg-header.png);
  background-repeat: no-repeat;
  min-height: 121px;
  background-position: 0px center;
  float: right;
  margin-bottom: 0px;
  padding-left: 70px;
}

.webp #basket-head {
  background-image: url(../../img/bg-header.webp);
}

#basket-inner {
  background-color: #ffcc33;
  padding: 15px 15px;
  min-width: 430px;
  float: right;
  margin-top: 10px;
  min-height: 118px;
  border-bottom: solid 2px #ff4d07;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

#login {
  border-right: 1px solid #d7a61d;
}

#login [type=text], #login [type=password] {
  margin-bottom: 5px;
  height: 1.75rem;
  font-size: 12px;
}

#login .button {
  margin-bottom: 0px;
}

#basket-inner ul, #basket-inner ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 13px;
  font-weight: 600;
}

#basket-top {
  text-decoration: none;
  background-image: url(../../img/b-basket.png);
  background-repeat: no-repeat;
  background-position: 0px 5px;
  padding-left: 35px;
  display: block;
  margin-top: 15px;
}

.webp #basket-top {
  background-image: url(../../img/b-basket.webp);
}

#basket-top:hover {
  text-decoration: underline;
}

#basket-top strong {
  color: #b70303;
}

.offcanvas-header {
  background-color: #0084af;
  color: #fff;
}

#separator-top {
  padding-bottom: 3px;
  background-image: url(../../img/sep-top.gif);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 1170px;
}

.webp #separator-top {
  background-image: url(../../img/sep-top.webp);
}

#separator-top p {
  font-size: 12px;
  margin: 0px;
  color: #0084af;
}

#languages {
  margin-bottom: 0.66rem;
}

#languages ul, #languages ul li {
  text-align: right;
  display: inline-block;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#leftcolumn nav h2 {
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin: 0px;
  padding: 5px 10px;
  background-color: #ffc000;
  color: #fff;
  text-transform: uppercase;
}

#leftcolumn nav ul, #leftcolumn nav li, .c-slider ul, .c-slider ol, .c-slider li {
  background-color: #fff9e7;
  display: block;
  margin: 0px;
  padding: 0px;
  width: 100%;
  list-style: none;
  font-weight: 600;
}

#leftcolumn nav ul ul {
  display: none;
}

#leftcolumn nav ul li.active ul {
  display: block;
}

#leftcolumn nav ul ul ul {
  display: none !important;
}

#leftcolumn nav ul ul li.active ul {
  display: block !important;
}

.c-slider ol, .c-slider ul, .c-slider li {
  background-color: transparent !important;
  position: relative;
}

.c-slider .controls {
  position: absolute;
  width: 100%;
  display: block;
  bottom: 25px;
  right: 25px;
  text-align: right;
  height: 11px;
}

.c-slider .controls li {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 8px;
}

.c-slider .controls li a {
  background-color: #fff;
  display: block;
  overflow: hidden;
  height: 11px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}

.c-slider .controls li.current a {
  background-color: #da001f;
}

.c-slider .controls li a span {
  display: none;
}

.c-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}

#slider li a p {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  margin: 0px;
  padding: 20px 15px 20px 35px;
  width: 100ex;
  position: absolute;
  left: 0px;
  bottom: 0px;
  font-size: 12px;
  color: #FFF;
}

#leftcolumn nav li a {
  text-decoration: none;
  display: block;
  padding: 3px 5px 3px 10px;
  border-bottom: 1px solid #f3f2f4;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
}

#leftcolumn nav li li a {
  padding: 3px 5px 3px 25px;
}

#leftcolumn nav li li li a {
  padding: 3px 5px 3px 40px;
}

#leftcolumn nav li a:hover, #leftcolumn nav li a.active {
  background-color: #ffdc73;
}

#info-column {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e26000+0,fe9307+100 */
  background: #e26000;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#e26000), to(#fe9307));
  background: linear-gradient(to bottom, #e26000 0%, #fe9307 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e26000", endColorstr="#fe9307",GradientType=0 );
  /* IE6-9 */
  padding: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#info-column h3 {
  font-size: 14px;
  font-weight: 600;
  color: #9a4100;
  border-bottom: 1px solid #9a4100;
}

#info-column p {
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
}

#sorting-all {
  overflow: none !important;
  display: none;
}

#filters-all {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #e1e1df;
  border-bottom-color: #e1e1df;
  padding-top: 13px;
  padding-bottom: 4px;
  margin-bottom: 13px;
}

p#sorting {
  font-size: 12px;
}

p#sorting a {
  text-decoration: none;
  display: inline-block;
  padding: 3px 6px;
  margin-left: 10px;
  border-radius: 3px;
}

p#sorting a span {
  color: #99d2fc;
}

p#sorting a:hover, p#sorting a:hover span, p#sorting a.active, p#sorting a.active span {
  color: #fff;
  background-color: #0084af;
}

p#sorting-add a {
  font-size: 12px;
  color: #0084af;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}

#sorting-all .dropdown-pane {
  padding-bottom: 0px;
}

#sorting-all label {
  font-size: 12px;
}

.pagination a, .pagination button {
  text-decoration: none;
  color: #222222;
}

.product {
  position: relative;
  overflow: hidden;
  padding: 5px;
  border: 1px solid #e3e3e1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 15px;
}

.product:hover {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.31);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.31);
}

.product-ico {
  height: 28px;
}

.product-ico img {
  margin-right: 5px;
}

.product .product-img {
  height: 185px;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  clear: both;
}

.product .product-img .inner-img {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  text-align: center;
}

.product .product-img img {
  max-height: 180px;
}

.product h2 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
  height: 40px;
  overflow: hidden;
  position: relative;
}

.product h2 a {
  color: #0084af;
  text-decoration: none;
}

.product h2 a:hover {
  text-decoration: underline;
}

.product .product-info, .product .product-inf {
  height: 132px;
  overflow: hidden;
  position: relative;
}

.product .product-inf {
  height: auto;
}

.product-info p, .product-inf p {
  font-size: 12px;
  line-height: 1.1;
  margin-bottom: 0px;
}

.product .btn, .product input {
  margin-bottom: 3px;
  margin-top: 10px;
}

.btn-increment, .btn-decrement {
  border: solid 1px #cacaca;
  padding: 0.15rem 1em !important;
}

.product input[type=number], .product input[type=text], .detail-product input[type=text] {
  height: 31px;
  font-size: 13px;
}

.product .added, .detail-product .added {
  background-color: #0084af;
  background-image: url("../../img/bg-basket.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 500px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  display: none;
}

.webp .product .added, .detail-product .added {
  background-image: url("../../img/bg-basket.webp");
}

.detail-product .added {
  background-position: center 90px;
}

#product-detail .product-info p {
  line-height: 1.4;
}

.detail-product {
  position: relative;
  overflow: hidden;
}

.tabs-title > a {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #ffc000;
  color: #fff;
}

.tabs {
  background: #0084af;
  border: solid 1px #0084af;
}

.accordion-title {
  border: solid 1px #0084af;
  border-bottom: 0;
  text-decoration: none;
  text-transform: uppercase;
}

.accordion-item:last-child .accordion-title {
  border: solid 1px #0084af;
}

.is-active .accordion-title {
  background: #0084af;
  color: #fff;
}

/*.accordion-title:hover, .accordion-title:focus {
    background: #ffc000;
    color: #fff;
}*/
#nbico, #basketForm label img {
  height: 50px;
}

#importCsvOrder h3 {
  font-size: 18px;
  margin-bottom: 5px;
  display: block;
}

#importCsvOrder input, #importCsvOrder label {
  margin-bottom: 5px;
}

#importCsvOrder p {
  margin-bottom: 0px;
}

.basket-nav {
  margin-bottom: 15px;
  overflow: hidden;
  width: 100%;
}

.basket-nav .step {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0px 0;
  background-image: url(../../img/top-basket.png);
  background-repeat: no-repeat;
  background-position: right top;
  margin-left: 0px;
  position: relative;
  margin-bottom: 1px;
  text-transform: uppercase;
  width: 35%;
  margin-left: -10%;
  float: left;
  padding-left: 12%;
}

.webp .basket-nav .step {
  background-image: url(../../img/top-basket.webp);
}

.basket-nav .step.active {
  text-decoration: none;
  background-position: right bottom;
}

.basket-nav .step a {
  color: #696969;
  text-decoration: none;
}

.basket-nav .step.active a {
  color: #fff;
}

.basket-nav div.step:nth-child(1) {
  z-index: 3;
}

.basket-nav div.step:nth-child(2) {
  z-index: 2;
}

.basket-nav div.step:nth-child(3) {
  z-index: 1;
}

.basket-nav .step.last {
  height: auto;
  line-height: normal;
  background: none;
  text-transform: none;
}

.basket-nav .step.last p, .basket-nav .step.last small, .basket-nav .step.last small a {
  line-height: 1 !important;
}

#footer {
  background-image: url(../../img/bg-footer.jpg);
  background-repeat: repeat-x;
  background-position: center;
  min-height: 228px;
  background-size: auto 228px;
  border-top: 1px solid #b70303;
  margin-top: 25px;
  padding-top: 45px;
}

.webp #footer {
  background-image: url(../../img/bg-footer.webp);
}

#footer ul, #footer li {
  display: block;
  margin: 0px;
  padding: 0px;
  width: 100%;
  list-style: none;
  font-size: 13px;
  line-height: 1.9;
}

#footer li a {
  color: #B70303;
}

#footer h4 {
  font-size: 14px;
  color: #B70303;
  margin-bottom: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

#footer-bottom p {
  margin: 0px;
  font-size: 11px;
  line-height: 64px;
}

#footer a, #footer-bottom a {
  text-decoration: none;
}

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

.bgblue {
  background-color: #0084af !important;
}

.bg3 {
  background-color: #b70303 !important;
}