@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,600,600i&subset=latin-ext');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/fontawesome.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/regular.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/solid.min.css');
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}
body {
  margin: 0;
}
.cart-title {
  display: none;
}
.user-account-label {
  display: none;
}
#basket-item-number {
  width: 20px;
  top: 5px !important;
  height: 20px;
  color: #FFFFFF;
  background-color: #59af59;
  border-radius: 50%;
  padding: 4px 6px;
  position: absolute;
  right: -11px;
  line-height: 11px;
  text-align: center;
  font-size: 10px;
}
.container .wrapper {
  background-color: transparent !important;
}
footer {
  background-color: #255946 !important;
  padding-top: 80px;
  padding-bottom: 40px;
  position: relative;
  margin-top: 16px;
  &::before {
    content: "";
    width: 100%;
    height: 16px;
    background-image: url(https://www.pasaz24cdn.pl/web6537/media/ripped-paper-base-2.png?d=13053339) !important;
    position: absolute;
    top: -15px;
    left: 0;
    z-index: 10;
    background-size: auto;
    @media (min-width: 1700px) {
      background-size: 100%;
      top: -16px;
    }
  }
	  &::after {
    content: url('https://www.pasaz24cdn.pl/web6537/media/footer-bg-icon-1.png?d=13053340') !important;
    width: 100%;
    height: 400px;
     
    position: absolute;
	background-repeat: no-repeat;
	background-position: bottom right;
	overflow-clip-margin: content-box;
    overflow: clip;
    top: -15px;
    left: 0;
    z-index: 1;
    background-size: auto;
    @media (min-width: 1700px) {
      background-size: 100%;
      top: -16px;
    }
  }
	
  @include laptop {
    padding-top: 100px;
    padding-bottom: 76px;
  }
  [class*="site-footer__shape-"] {
    display: none;
    @include tablet {
      display: block;
      position: absolute;
    }
  }
}
footer .row {
	z-index: 10 !important;
}
footer .main-menu a{
	z-index: 10 !important;
      padding-left: 15px;
      display: block;
      color: #b5c3be !important;
      font-size: 14px;
      transition: all 500ms ease;
      @include laptop {
        font-size: 15px;
      }
    }

     footer .main-menu a:hover {
        color: #99c62d !important;
      }
footer h4{
	color: #b5c3be !important;
      font-size: 14px;
}
  



.promotion-label{
	border-radius: 3px;
}
.recommended-label{
	border-radius: 5px;
	
}
.btn-add-to-cart{
	border-radius: 5px;
}
.static_cms-2 {
  position: relative;
  background-image: url("https://www.pasaz24cdn.pl/web6537/media/65c92706d73b7.jpg?d=13053339");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
  padding: 41px 0;
  display: grid;
  grid-template-columns: 33% 33% 33%;
  border: 1px solid #ebebeb;
  border-radius: 10px;
}
.static_cms {
  position: relative;
  background: #83bc2e;
  padding: 41px 0;
  display: grid;
  grid-template-columns: 33% 33% 33%;
  border: 1px solid #ebebeb;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .static_cms {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .static_cms {
    grid-template-columns: 50% 50%;
    padding: 10px 0;
  }
}
@media (max-width: 480px) {
  .static_cms {
    grid-template-columns: 100%;
  }
}
.static_cms .col-cms {
  position: relative;
}
@media (max-width: 991px) {
  .static_cms .col-cms {
    margin: 10px 0;
  }
  .static_cms .col-cms:before {
    display: none;
  }
}
.static_cms .col-cms:last-child:before {
  display: none;
}
.static_cms .box_cms {
  padding: 0 10px 0 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .static_cms .box_cms {
    padding: 0 25px 0 30px;
  }
}

.static_cms-2 .col-cms {
  position: relative;
}
@media (max-width: 991px) {
  .static_cms-2 .col-cms {
    margin: 10px 0;
  }
  .static_cms-2 .col-cms:before {
    display: none;
  }
}
.static_cms-2 .col-cms:last-child:before {
  display: none;
}
.static_cms-2 .box_cms {
  padding: 0 10px 0 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .static_cms-2 .box_cms {
    padding: 0 25px 0 30px;
  }
}


.static_cms img {
  float: left;
  margin-right: 15px;
}
.static_cms .txt_cms {
  overflow: hidden;
}
.static_cms .txt_cms h4 {
  line-height: 1;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.static_cms-2 img {
  float: right;
  margin: auto;
}
.static_cms-2 .txt_cms {
  overflow: hidden;
}
.static_cms-2 .txt_cms h4 {
  line-height: 1;
  color: #fff;
  font-size: 25px;
  font-weight: 600;

  margin-bottom: 10px;
}
.static_cms-2 .txt_cms p {
  
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  
  margin-bottom: 10px;
}
@media (max-width: 1400px) {
  .static_cms .txt_cms h4 {
    font-size: 14px;
  }
}
.static_cms .txt_cms p {
  line-height: 17px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 1400px) {
  .static_cms .txt_cms p {
    font-size: 11px;
  }
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline
}
audio:not([controls]) {
  display: none;
  height: 0
}
[hidden], template {
  display: none
}
a {
  background-color: transparent
}
a:active, a:hover {
  outline: 0
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}
b, strong {
  font-weight: bold
}
dfn {
  font-style: italic
}
h1 {
  font-size: 2em;
  margin: 0.67em 0
}
mark {
  background: yellow;
  color: black
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sup {
  top: -0.5em
}
sub {
  bottom: -0.25em
}
img {
  border: 0
}
svg:not(:root) {
  overflow: hidden
}
figure {
  margin: 1em 40px
}
hr {
  box-sizing: content-box;
  height: 0
}
pre {
  overflow: auto
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0
}
button {
  overflow: visible
}
button, select {
  text-transform: none
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer
}
button[disabled], html input[disabled] {
  cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0
}
input {
  line-height: normal
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em
}
legend {
  border: 0;
  padding: 0
}
textarea {
  overflow: auto
}
optgroup {
  font-weight: bold
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
td, th {
  padding: 0
}
@media print {
  *, *:before, *:after {
    color: black !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important
  }
  a, a:visited {
    text-decoration: underline
  }
  a[href]:after {
    content: " ("attr(href) ")"
  }
  abbr[title]:after {
    content: " ("attr(title) ")"
  }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""
  }
  pre, blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid
  }
  thead {
    display: table-header-group
  }
  tr, img {
    page-break-inside: avoid
  }
  img {
    max-width: 100% !important
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3
  }
  h2, h3 {
    page-break-after: avoid
  }
  .navbar {
    display: none
  }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: black !important
  }
  .label {
    border: 1px solid black
  }
  .table {
    border-collapse: collapse !important
  }
  .table td, .table th {
    background-color: white !important
  }
  .table-bordered th, .table-bordered td {
    border: 1px solid #dddddd !important
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent
}
body {
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.428571429;
  color: #333333;
}
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}
a {
  color: #6abf4e;
  text-decoration: none
}
a:hover, a:focus {
  color: #498d33;
  text-decoration: underline
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}
figure {
  margin: 0
}
img {
  vertical-align: middle
}
.img-responsive, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto
}
.img-rounded {
  border-radius: 0
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto
}
.img-circle {
  border-radius: 50%
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto
}
[role="button"] {
  cursor: pointer
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.4;
  color: inherit
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777
}
h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px
}
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
  font-size: 65%
}
h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px
}
h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
  font-size: 75%
}
h1, .h1 {
  font-size: 22px
}
h2, .h2 {
  font-size: 20px
}
h3, .h3 {
  font-size: 18px
}
h4, .h4 {
  font-size: 16px
}
h5, .h5 {
  font-size: 14px
}
h6, .h6 {
  font-size: 12px
}
p {
  margin: 0 0 11px
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4
}
@media (min-width:768px) {
  .lead {
    font-size: 24px
  }
}
small, .small {
  font-size: 87%
}
mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3
}
.text-left {
  text-align: left
}
.text-right {
  text-align: right
}
.text-center {
  text-align: center
}
.text-justify {
  text-align: justify
}
.text-nowrap {
  white-space: nowrap
}
.text-lowercase {
  text-transform: lowercase
}
.text-uppercase {
  text-transform: uppercase
}
.text-capitalize {
  text-transform: capitalize
}
.text-muted {
  color: #777777
}
.text-primary {
  color: #6abf4e
}
a.text-primary:hover, a.text-primary:focus {
  color: #53a03a
}
.text-success {
  color: #3c763d
}
a.text-success:hover, a.text-success:focus {
  color: #2b542c
}
.text-info {
  color: #31708f
}
a.text-info:hover, a.text-info:focus {
  color: #245269
}
.text-warning {
  color: #8a6d3b
}
a.text-warning:hover, a.text-warning:focus {
  color: #66512c
}
.text-danger {
  color: white
}
a.text-danger:hover, a.text-danger:focus {
  color: #e6e6e6
}
.bg-primary {
  color: white;
  background-color: #6abf4e
}
a.bg-primary:hover, a.bg-primary:focus {
  background-color: #53a03a
}
.bg-success {
  background-color: #dff0d8
}
a.bg-success:hover, a.bg-success:focus {
  background-color: #c1e2b3
}
.bg-info {
  background-color: #d9edf7
}
a.bg-info:hover, a.bg-info:focus {
  background-color: #afd9ee
}
.bg-warning {
  background-color: #fcf8e3
}
a.bg-warning:hover, a.bg-warning:focus {
  background-color: #f7ecb5
}
.bg-danger {
  background-color: #ff5162
}
a.bg-danger:hover, a.bg-danger:focus {
  background-color: #ff1e34
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee
}
ul, ol {
  margin-top: 0;
  margin-bottom: 11px
}
ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0
}
.list-unstyled {
  padding-left: 0;
  list-style: none
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px
}
dl {
  margin-top: 0;
  margin-bottom: 22px
}
dt, dd {
  line-height: 1.428571429
}
dt {
  font-weight: 700
}
dd {
  margin-left: 0
}
@media (min-width:768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }
  .dl-horizontal dd {
    margin-left: 180px
  }
}
abbr[title], abbr[data-original-title] {
  cursor: help
}
.initialism {
  font-size: 90%;
  text-transform: uppercase
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0
}
blockquote footer, blockquote small, blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777
}
blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: "\2014 \00A0"
}
.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0
}
.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
  content: ""
}
.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
  content: "\00A0 \2014"
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.428571429
}
code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: white;
  background-color: #333333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none
}
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: whitesmoke;
  border: 1px solid #cccccc;
  border-radius: 0
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}
@media (min-width:768px) {
  .container {
    width: 750px
  }
}
@media (min-width:992px) {
  .container {
    width: 970px
  }
}
@media (min-width:1200px) {
  .container {
    width: 1170px
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}
.row {
  margin-right: -15px;
  margin-left: -15px
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left
}
.col-xs-12 {
  width: 100%
}
.col-xs-11 {
  width: 91.666666667%
}
.col-xs-10 {
  width: 83.333333333%
}
.col-xs-9 {
  width: 75%
}
.col-xs-8 {
  width: 66.666666667%
}
.col-xs-7 {
  width: 58.333333333%
}
.col-xs-6 {
  width: 50%
}
.col-xs-5 {
  width: 41.666666667%
}
.col-xs-4 {
  width: 33.333333333%
}
.col-xs-3 {
  width: 25%
}
.col-xs-2 {
  width: 16.666666667%
}
.col-xs-1 {
  width: 8.333333333%
}
.col-xs-pull-12 {
  right: 100%
}
.col-xs-pull-11 {
  right: 91.666666667%
}
.col-xs-pull-10 {
  right: 83.333333333%
}
.col-xs-pull-9 {
  right: 75%
}
.col-xs-pull-8 {
  right: 66.666666667%
}
.col-xs-pull-7 {
  right: 58.333333333%
}
.col-xs-pull-6 {
  right: 50%
}
.col-xs-pull-5 {
  right: 41.666666667%
}
.col-xs-pull-4 {
  right: 33.333333333%
}
.col-xs-pull-3 {
  right: 25%
}
.col-xs-pull-2 {
  right: 16.666666667%
}
.col-xs-pull-1 {
  right: 8.333333333%
}
.col-xs-pull-0 {
  right: auto
}
.col-xs-push-12 {
  left: 100%
}
.col-xs-push-11 {
  left: 91.666666667%
}
.col-xs-push-10 {
  left: 83.333333333%
}
.col-xs-push-9 {
  left: 75%
}
.col-xs-push-8 {
  left: 66.666666667%
}
.col-xs-push-7 {
  left: 58.333333333%
}
.col-xs-push-6 {
  left: 50%
}
.col-xs-push-5 {
  left: 41.666666667%
}
.col-xs-push-4 {
  left: 33.333333333%
}
.col-xs-push-3 {
  left: 25%
}
.col-xs-push-2 {
  left: 16.666666667%
}
.col-xs-push-1 {
  left: 8.333333333%
}
.col-xs-push-0 {
  left: auto
}
.col-xs-offset-12 {
  margin-left: 100%
}
.col-xs-offset-11 {
  margin-left: 91.666666667%
}
.col-xs-offset-10 {
  margin-left: 83.333333333%
}
.col-xs-offset-9 {
  margin-left: 75%
}
.col-xs-offset-8 {
  margin-left: 66.666666667%
}
.col-xs-offset-7 {
  margin-left: 58.333333333%
}
.col-xs-offset-6 {
  margin-left: 50%
}
.col-xs-offset-5 {
  margin-left: 41.666666667%
}
.col-xs-offset-4 {
  margin-left: 33.333333333%
}
.col-xs-offset-3 {
  margin-left: 25%
}
.col-xs-offset-2 {
  margin-left: 16.666666667%
}
.col-xs-offset-1 {
  margin-left: 8.333333333%
}
.col-xs-offset-0 {
  margin-left: 0%
}
@media (min-width:768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left
  }
  .col-sm-12 {
    width: 100%
  }
  .col-sm-11 {
    width: 91.666666667%
  }
  .col-sm-10 {
    width: 83.333333333%
  }
  .col-sm-9 {
    width: 75%
  }
  .col-sm-8 {
    width: 66.666666667%
  }
  .col-sm-7 {
    width: 58.333333333%
  }
  .col-sm-6 {
    width: 50%
  }
  .col-sm-5 {
    width: 41.666666667%
  }
  .col-sm-4 {
    width: 33.333333333%
  }
  .col-sm-3 {
    width: 25%
  }
  .col-sm-2 {
    width: 16.666666667%
  }
  .col-sm-1 {
    width: 8.333333333%
  }
  .col-sm-pull-12 {
    right: 100%
  }
  .col-sm-pull-11 {
    right: 91.666666667%
  }
  .col-sm-pull-10 {
    right: 83.333333333%
  }
  .col-sm-pull-9 {
    right: 75%
  }
  .col-sm-pull-8 {
    right: 66.666666667%
  }
  .col-sm-pull-7 {
    right: 58.333333333%
  }
  .col-sm-pull-6 {
    right: 50%
  }
  .col-sm-pull-5 {
    right: 41.666666667%
  }
  .col-sm-pull-4 {
    right: 33.333333333%
  }
  .col-sm-pull-3 {
    right: 25%
  }
  .col-sm-pull-2 {
    right: 16.666666667%
  }
  .col-sm-pull-1 {
    right: 8.333333333%
  }
  .col-sm-pull-0 {
    right: auto
  }
  .col-sm-push-12 {
    left: 100%
  }
  .col-sm-push-11 {
    left: 91.666666667%
  }
  .col-sm-push-10 {
    left: 83.333333333%
  }
  .col-sm-push-9 {
    left: 75%
  }
  .col-sm-push-8 {
    left: 66.666666667%
  }
  .col-sm-push-7 {
    left: 58.333333333%
  }
  .col-sm-push-6 {
    left: 50%
  }
  .col-sm-push-5 {
    left: 41.666666667%
  }
  .col-sm-push-4 {
    left: 33.333333333%
  }
  .col-sm-push-3 {
    left: 25%
  }
  .col-sm-push-2 {
    left: 16.666666667%
  }
  .col-sm-push-1 {
    left: 8.333333333%
  }
  .col-sm-push-0 {
    left: auto
  }
  .col-sm-offset-12 {
    margin-left: 100%
  }
  .col-sm-offset-11 {
    margin-left: 91.666666667%
  }
  .col-sm-offset-10 {
    margin-left: 83.333333333%
  }
  .col-sm-offset-9 {
    margin-left: 75%
  }
  .col-sm-offset-8 {
    margin-left: 66.666666667%
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333%
  }
  .col-sm-offset-6 {
    margin-left: 50%
  }
  .col-sm-offset-5 {
    margin-left: 41.666666667%
  }
  .col-sm-offset-4 {
    margin-left: 33.333333333%
  }
  .col-sm-offset-3 {
    margin-left: 25%
  }
  .col-sm-offset-2 {
    margin-left: 16.666666667%
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333%
  }
  .col-sm-offset-0 {
    margin-left: 0%
  }
}
@media (min-width:992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left
  }
  .col-md-12 {
    width: 100%
  }
  .col-md-11 {
    width: 91.666666667%
  }
  .col-md-10 {
    width: 83.333333333%
  }
  .col-md-9 {
    width: 75%
  }
  .col-md-8 {
    width: 66.666666667%
  }
  .col-md-7 {
    width: 58.333333333%
  }
  .col-md-6 {
    width: 50%
  }
  .col-md-5 {
    width: 41.666666667%
  }
  .col-md-4 {
    width: 33.333333333%
  }
  .col-md-3 {
    width: 25%
  }
  .col-md-2 {
    width: 16.666666667%
  }
  .col-md-1 {
    width: 8.333333333%
  }
  .col-md-pull-12 {
    right: 100%
  }
  .col-md-pull-11 {
    right: 91.666666667%
  }
  .col-md-pull-10 {
    right: 83.333333333%
  }
  .col-md-pull-9 {
    right: 75%
  }
  .col-md-pull-8 {
    right: 66.666666667%
  }
  .col-md-pull-7 {
    right: 58.333333333%
  }
  .col-md-pull-6 {
    right: 50%
  }
  .col-md-pull-5 {
    right: 41.666666667%
  }
  .col-md-pull-4 {
    right: 33.333333333%
  }
  .col-md-pull-3 {
    right: 25%
  }
  .col-md-pull-2 {
    right: 16.666666667%
  }
  .col-md-pull-1 {
    right: 8.333333333%
  }
  .col-md-pull-0 {
    right: auto
  }
  .col-md-push-12 {
    left: 100%
  }
  .col-md-push-11 {
    left: 91.666666667%
  }
  .col-md-push-10 {
    left: 83.333333333%
  }
  .col-md-push-9 {
    left: 75%
  }
  .col-md-push-8 {
    left: 66.666666667%
  }
  .col-md-push-7 {
    left: 58.333333333%
  }
  .col-md-push-6 {
    left: 50%
  }
  .col-md-push-5 {
    left: 41.666666667%
  }
  .col-md-push-4 {
    left: 33.333333333%
  }
  .col-md-push-3 {
    left: 25%
  }
  .col-md-push-2 {
    left: 16.666666667%
  }
  .col-md-push-1 {
    left: 8.333333333%
  }
  .col-md-push-0 {
    left: auto
  }
  .col-md-offset-12 {
    margin-left: 100%
  }
  .col-md-offset-11 {
    margin-left: 91.666666667%
  }
  .col-md-offset-10 {
    margin-left: 83.333333333%
  }
  .col-md-offset-9 {
    margin-left: 75%
  }
  .col-md-offset-8 {
    margin-left: 66.666666667%
  }
  .col-md-offset-7 {
    margin-left: 58.333333333%
  }
  .col-md-offset-6 {
    margin-left: 50%
  }
  .col-md-offset-5 {
    margin-left: 41.666666667%
  }
  .col-md-offset-4 {
    margin-left: 33.333333333%
  }
  .col-md-offset-3 {
    margin-left: 25%
  }
  .col-md-offset-2 {
    margin-left: 16.666666667%
  }
  .col-md-offset-1 {
    margin-left: 8.333333333%
  }
  .col-md-offset-0 {
    margin-left: 0%
  }
}
@media (min-width:1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left
  }
  .col-lg-12 {
    width: 100%
  }
  .col-lg-11 {
    width: 91.666666667%
  }
  .col-lg-10 {
    width: 83.333333333%
  }
  .col-lg-9 {
    width: 75%
  }
  .col-lg-8 {
    width: 66.666666667%
  }
  .col-lg-7 {
    width: 58.333333333%
  }
  .col-lg-6 {
    width: 50%
  }
  .col-lg-5 {
    width: 41.666666667%
  }
  .col-lg-4 {
    width: 33.333333333%
  }
  .col-lg-3 {
    width: 25%
  }
  .col-lg-2 {
    width: 16.666666667%
  }
  .col-lg-1 {
    width: 8.333333333%
  }
  .col-lg-pull-12 {
    right: 100%
  }
  .col-lg-pull-11 {
    right: 91.666666667%
  }
  .col-lg-pull-10 {
    right: 83.333333333%
  }
  .col-lg-pull-9 {
    right: 75%
  }
  .col-lg-pull-8 {
    right: 66.666666667%
  }
  .col-lg-pull-7 {
    right: 58.333333333%
  }
  .col-lg-pull-6 {
    right: 50%
  }
  .col-lg-pull-5 {
    right: 41.666666667%
  }
  .col-lg-pull-4 {
    right: 33.333333333%
  }
  .col-lg-pull-3 {
    right: 25%
  }
  .col-lg-pull-2 {
    right: 16.666666667%
  }
  .col-lg-pull-1 {
    right: 8.333333333%
  }
  .col-lg-pull-0 {
    right: auto
  }
  .col-lg-push-12 {
    left: 100%
  }
  .col-lg-push-11 {
    left: 91.666666667%
  }
  .col-lg-push-10 {
    left: 83.333333333%
  }
  .col-lg-push-9 {
    left: 75%
  }
  .col-lg-push-8 {
    left: 66.666666667%
  }
  .col-lg-push-7 {
    left: 58.333333333%
  }
  .col-lg-push-6 {
    left: 50%
  }
  .col-lg-push-5 {
    left: 41.666666667%
  }
  .col-lg-push-4 {
    left: 33.333333333%
  }
  .col-lg-push-3 {
    left: 25%
  }
  .col-lg-push-2 {
    left: 16.666666667%
  }
  .col-lg-push-1 {
    left: 8.333333333%
  }
  .col-lg-push-0 {
    left: auto
  }
  .col-lg-offset-12 {
    margin-left: 100%
  }
  .col-lg-offset-11 {
    margin-left: 91.666666667%
  }
  .col-lg-offset-10 {
    margin-left: 83.333333333%
  }
  .col-lg-offset-9 {
    margin-left: 75%
  }
  .col-lg-offset-8 {
    margin-left: 66.666666667%
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333%
  }
  .col-lg-offset-6 {
    margin-left: 50%
  }
  .col-lg-offset-5 {
    margin-left: 41.666666667%
  }
  .col-lg-offset-4 {
    margin-left: 33.333333333%
  }
  .col-lg-offset-3 {
    margin-left: 25%
  }
  .col-lg-offset-2 {
    margin-left: 16.666666667%
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333%
  }
  .col-lg-offset-0 {
    margin-left: 0%
  }
}
table {
  background-color: transparent
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none
}
table td[class*="col-"], table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left
}
th {
  text-align: left
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #eeeeee
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #eeeeee
}
.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
  border-top: 0
}
.table > tbody + tbody {
  border-top: 2px solid #eeeeee
}
.table .table {
  background-color: white
}
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
  padding: 5px
}
.table-bordered {
  border: 1px solid #eeeeee
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #eeeeee
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 2px
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9
}
.table-hover > tbody > tr:hover {
  background-color: whitesmoke
}
.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
  background-color: whitesmoke
}
.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8
}
.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
  background-color: #dff0d8
}
.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6
}
.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
  background-color: #d9edf7
}
.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3
}
.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
  background-color: #fcf8e3
}
.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc
}
.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
  background-color: #ff5162
}
.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ff374b
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto
}
@media screen and (max-width:767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #eeeeee
  }
  .table-responsive > .table {
    margin-bottom: 0
  }
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap
  }
  .table-responsive > .table-bordered {
    border: 0
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5
}
label, .contact-data span:first-child {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none
}
input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal
}
input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed
}
input[type="file"] {
  display: block
}
input[type="range"] {
  display: block;
  width: 100%
}
select[multiple], select[size] {
  height: auto
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #555555
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #555555;
  background-color: white;
  background-image: none;
  border: 1px solid #6abf4e;
  border-radius: 0;
  -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
}
.form-control:focus {
  border-color: #53a03a;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(83, 160, 58, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(83, 160, 58, 0.6)
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1
}
.form-control:-ms-input-placeholder {
  color: #999999
}
.form-control::-webkit-input-placeholder {
  color: #999999
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed
}
textarea.form-control {
  height: auto
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
    line-height: 36px
  }
  input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] {
    line-height: 33px
  }
  input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] {
    line-height: 52px
  }
}
.form-group {
  margin-bottom: 15px
}
.radio, .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px
}
.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
  cursor: not-allowed
}
.radio label, .checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px
}
.radio + .radio, .checkbox + .checkbox {
  margin-top: -5px
}
.radio-inline, .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer
}
.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed
}
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px
}
.form-control-static {
  min-height: 38px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0
}
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0
}
select.input-sm {
  height: 33px;
  line-height: 33px
}
textarea.input-sm, select[multiple].input-sm {
  height: auto
}
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px
}
.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
  height: auto
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5
}
.input-lg {
  height: 52px;
  padding: 10px 30px;
  font-size: 22px;
  line-height: 1.3333333;
  border-radius: 0
}
select.input-lg {
  height: 52px;
  line-height: 52px
}
textarea.input-lg, select[multiple].input-lg {
  height: auto
}
.form-group-lg .form-control {
  height: 52px;
  padding: 10px 30px;
  font-size: 22px;
  line-height: 1.3333333;
  border-radius: 0
}
.form-group-lg select.form-control {
  height: 52px;
  line-height: 52px
}
.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
  height: auto
}
.form-group-lg .form-control-static {
  height: 52px;
  min-height: 44px;
  padding: 11px 30px;
  font-size: 22px;
  line-height: 1.3333333
}
.has-feedback {
  position: relative
}
.has-feedback .form-control {
  padding-right: 45px
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none
}
.input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
  width: 52px;
  height: 52px;
  line-height: 52px
}
.input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d
}
.has-success .form-control {
  border-color: #3c763d;
  -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)
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d
}
.has-success .form-control-feedback {
  color: #3c763d
}
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -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)
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b
}
.has-warning .form-control-feedback {
  color: #8a6d3b
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: white
}
.has-error .form-control {
  border-color: white;
  -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)
}
.has-error .form-control:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white
}
.has-error .input-group-addon {
  color: white;
  background-color: #ff5162;
  border-color: white
}
.has-error .form-control-feedback {
  color: white
}
.has-feedback label ~ .form-control-feedback {
  top: 27px
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373
}
@media (min-width:768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }
  .form-inline .form-control-static {
    display: inline-block
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle
  }
  .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
    width: auto
  }
  .form-inline .input-group > .form-control {
    width: 100%
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle
  }
  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle
  }
  .form-inline .radio label, .form-inline .checkbox label {
    padding-left: 0
  }
  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0
  }
}
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0
}
.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: 29px
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px
}
@media (min-width:768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px
}
@media (min-width:768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 22px
  }
}
@media (min-width:768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear
}
.fade.in {
  opacity: 1
}
.collapse {
  display: none
}
.collapse.in {
  display: block
}
tr.collapse.in {
  display: table-row
}
tbody.collapse.in {
  display: table-row-group
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease
}
.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 0
}
.alert h4 {
  margin-top: 0;
  color: inherit
}
.alert .alert-link {
  font-weight: bold
}
.alert > p, .alert > ul {
  margin-bottom: 0
}
.alert > p + p {
  margin-top: 5px
}
.alert-dismissable, .alert-dismissible {
  padding-right: 35px
}
.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6
}
.alert-success hr {
  border-top-color: #c9e2b3
}
.alert-success .alert-link {
  color: #2b542c
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1
}
.alert-info hr {
  border-top-color: #a6e1ec
}
.alert-info .alert-link {
  color: #245269
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc
}
.alert-warning hr {
  border-top-color: #f7e1b5
}
.alert-warning .alert-link {
  color: #66512c
}
.alert-danger {
  color: white;
  background-color: #ff5162;
  border-color: #ff376c
}
.alert-danger hr {
  border-top-color: #ff1e59
}
.alert-danger .alert-link {
  color: #e6e6e6
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: white;
  border: 1px solid #dddddd
}
.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: white;
  background-color: #6abf4e;
  border-color: #6abf4e
}
.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #e8f5e4
}
a.list-group-item, button.list-group-item {
  color: #555555
}
a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #333333
}
a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus {
  color: #555555;
  text-decoration: none;
  background-color: whitesmoke
}
button.list-group-item {
  width: 100%;
  text-align: left
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8
}
a.list-group-item-success, button.list-group-item-success {
  color: #3c763d
}
a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  color: inherit
}
a.list-group-item-success:hover, button.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6
}
a.list-group-item-success.active, button.list-group-item-success.active, a.list-group-item-success.active:hover, button.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active:focus {
  color: white;
  background-color: #3c763d;
  border-color: #3c763d
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7
}
a.list-group-item-info, button.list-group-item-info {
  color: #31708f
}
a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  color: inherit
}
a.list-group-item-info:hover, button.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3
}
a.list-group-item-info.active, button.list-group-item-info.active, a.list-group-item-info.active:hover, button.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active:focus {
  color: white;
  background-color: #31708f;
  border-color: #31708f
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3
}
a.list-group-item-warning, button.list-group-item-warning {
  color: #8a6d3b
}
a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit
}
a.list-group-item-warning:hover, button.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc
}
a.list-group-item-warning.active, button.list-group-item-warning.active, a.list-group-item-warning.active:hover, button.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active:focus {
  color: white;
  background-color: #8a6d3b;
  border-color: #8a6d3b
}
.list-group-item-danger {
  color: white;
  background-color: #ff5162
}
a.list-group-item-danger, button.list-group-item-danger {
  color: white
}
a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  color: inherit
}
a.list-group-item-danger:hover, button.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:focus {
  color: white;
  background-color: #ff374b
}
a.list-group-item-danger.active, button.list-group-item-danger.active, a.list-group-item-danger.active:hover, button.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active:focus {
  color: white;
  background-color: white;
  border-color: white
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3
}
.panel {
  margin-bottom: 22px;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}
.panel-body {
  padding: 15px
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: -1;
  border-top-right-radius: -1
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit
}
.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
  color: inherit
}
.panel-footer {
  padding: 10px 15px;
  background-color: whitesmoke;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1
}
.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0
}
.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0
}
.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: -1;
  border-top-right-radius: -1
}
.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0
}
.list-group + .panel-footer {
  border-top-width: 0
}
.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
  margin-bottom: 0
}
.panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px
}
.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1
}
.panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1
}
.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1
}
.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1
}
.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #eeeeee
}
.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0
}
.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0
}
.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0
}
.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0
}
.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0
}
.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0
}
.panel-group {
  margin-bottom: 22px
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0
}
.panel-group .panel + .panel {
  margin-top: 5px
}
.panel-group .panel-heading {
  border-bottom: 0
}
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd
}
.panel-group .panel-footer {
  border-top: 0
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd
}
.panel-default {
  border-color: #dddddd
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: whitesmoke;
  border-color: #dddddd
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd
}
.panel-default > .panel-heading .badge {
  color: whitesmoke;
  background-color: #333333
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd
}
.panel-primary {
  border-color: #6abf4e
}
.panel-primary > .panel-heading {
  color: white;
  background-color: #6abf4e;
  border-color: #6abf4e
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #6abf4e
}
.panel-primary > .panel-heading .badge {
  color: #6abf4e;
  background-color: white
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #6abf4e
}
.panel-success {
  border-color: #d6e9c6
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6
}
.panel-info {
  border-color: #bce8f1
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1
}
.panel-warning {
  border-color: #faebcc
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc
}
.panel-danger {
  border-color: #ff376c
}
.panel-danger > .panel-heading {
  color: white;
  background-color: #ff5162;
  border-color: #ff376c
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ff376c
}
.panel-danger > .panel-heading .badge {
  color: #ff5162;
  background-color: white
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ff376c
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%
}
.embed-responsive-4by3 {
  padding-bottom: 75%
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: black;
  text-shadow: 0 1px 0 white;
  filter: alpha(opacity=20);
  opacity: 0.2
}
.close:hover, .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none
}
.modal-open {
  overflow: hidden
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1100;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0)
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px
}
.modal-content {
  position: relative;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: black
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5
}
.modal-header .close {
  margin-top: -2px
}
.modal-title {
  margin: 0;
  line-height: 1.428571429
}
.modal-body {
  position: relative;
  padding: 15px
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}
@media (min-width:768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
  }
  .modal-sm {
    width: 600px
  }
}
@media (min-width:992px) {
  .modal-lg {
    width: 900px
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  filter: alpha(opacity=0);
  opacity: 0
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: black
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: black
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: black
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: black
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: black
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: white;
  text-align: center;
  background-color: black;
  border-radius: 0
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}
.carousel {
  position: relative
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  line-height: 1
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0
  }
}
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block
}
.carousel-inner > .active {
  left: 0
}
.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%
}
.carousel-inner > .next {
  left: 100%
}
.carousel-inner > .prev {
  left: -100%
}
.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0
}
.carousel-inner > .active.left {
  left: -100%
}
.carousel-inner > .active.right {
  left: 100%
}
.carousel-control, .modal-gallery-image .left, .modal-gallery-image .right {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
  filter: alpha(opacity=50);
  opacity: 0.5
}
.carousel-control.left, .modal-gallery-image .left.left, .modal-gallery-image .right.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x
}
.carousel-control.right, .modal-gallery-image .left.right, .modal-gallery-image .right.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x
}
.carousel-control:hover, .carousel-control:focus, .modal-gallery-image .left:hover, .modal-gallery-image .right:hover, .modal-gallery-image .left:focus, .modal-gallery-image .right:focus {
  color: white;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .modal-gallery-image .left .icon-prev, .modal-gallery-image .right .icon-prev, .modal-gallery-image .left .icon-next, .modal-gallery-image .right .icon-next, .modal-gallery-image .left .glyphicon-chevron-left, .modal-gallery-image .right .glyphicon-chevron-left, .modal-gallery-image .left .glyphicon-chevron-right, .modal-gallery-image .right .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left, .modal-gallery-image .left .icon-prev, .modal-gallery-image .right .icon-prev, .modal-gallery-image .left .glyphicon-chevron-left, .modal-gallery-image .right .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right, .modal-gallery-image .left .icon-next, .modal-gallery-image .right .icon-next, .modal-gallery-image .left .glyphicon-chevron-right, .modal-gallery-image .right .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px
}
.carousel-control .icon-prev, .carousel-control .icon-next, .modal-gallery-image .left .icon-prev, .modal-gallery-image .right .icon-prev, .modal-gallery-image .left .icon-next, .modal-gallery-image .right .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1
}
.carousel-control .icon-prev:before, .modal-gallery-image .left .icon-prev:before, .modal-gallery-image .right .icon-prev:before {
  content: "\2039"
}
.carousel-control .icon-next:before, .modal-gallery-image .left .icon-next:before, .modal-gallery-image .right .icon-next:before {
  content: "\203a"
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: black \9;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 10px
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: white
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}
.carousel-caption .btn {
  text-shadow: none
}
@media screen and (min-width:768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next, .modal-gallery-image .left .glyphicon-chevron-left, .modal-gallery-image .right .glyphicon-chevron-left, .modal-gallery-image .left .glyphicon-chevron-right, .modal-gallery-image .right .glyphicon-chevron-right, .modal-gallery-image .left .icon-prev, .modal-gallery-image .right .icon-prev, .modal-gallery-image .left .icon-next, .modal-gallery-image .right .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px
  }
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev, .modal-gallery-image .left .glyphicon-chevron-left, .modal-gallery-image .right .glyphicon-chevron-left, .modal-gallery-image .left .icon-prev, .modal-gallery-image .right .icon-prev {
    margin-left: -10px
  }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .modal-gallery-image .left .glyphicon-chevron-right, .modal-gallery-image .right .glyphicon-chevron-right, .modal-gallery-image .left .icon-next, .modal-gallery-image .right .icon-next {
    margin-right: -10px
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px
  }
  .carousel-indicators {
    bottom: 20px
  }
}
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .container:before, .container-fluid:before, .row:before, .form-horizontal .form-group:before, .panel-body:before, .modal-header:before, .modal-footer:before, .basket-user-actions:before, .widget-search-feature .search-feature-container:before, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .panel-body:after, .modal-header:after, .modal-footer:after, .basket-user-actions:after, .widget-search-feature .search-feature-container:after {
  display: table;
  content: " "
}
.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .panel-body:after, .modal-header:after, .modal-footer:after, .basket-user-actions:after, .widget-search-feature .search-feature-container:after {
  clear: both
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto
}
.pull-right {
  float: right !important
}
.pull-left {
  float: left !important
}
.hide {
  display: none !important
}
.show {
  display: block !important
}
.invisible {
  visibility: hidden
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}
.hidden {
  display: none !important
}
.affix {
  position: fixed
}
@-ms-viewport {
  width: device-width
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important
}
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important
}
@media (max-width:767px) {
  .visible-xs {
    display: block !important
  }
  table.visible-xs {
    display: table !important
  }
  tr.visible-xs {
    display: table-row !important
  }
  th.visible-xs, td.visible-xs {
    display: table-cell !important
  }
}
@media (max-width:767px) {
  .visible-xs-block {
    display: block !important
  }
}
@media (max-width:767px) {
  .visible-xs-inline {
    display: inline !important
  }
}
@media (max-width:767px) {
  .visible-xs-inline-block {
    display: inline-block !important
  }
}
@media (min-width:768px) and (max-width:991px) {
  .visible-sm {
    display: block !important
  }
  table.visible-sm {
    display: table !important
  }
  tr.visible-sm {
    display: table-row !important
  }
  th.visible-sm, td.visible-sm {
    display: table-cell !important
  }
}
@media (min-width:768px) and (max-width:991px) {
  .visible-sm-block {
    display: block !important
  }
}
@media (min-width:768px) and (max-width:991px) {
  .visible-sm-inline {
    display: inline !important
  }
}
@media (min-width:768px) and (max-width:991px) {
  .visible-sm-inline-block {
    display: inline-block !important
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .visible-md {
    display: block !important
  }
  table.visible-md {
    display: table !important
  }
  tr.visible-md {
    display: table-row !important
  }
  th.visible-md, td.visible-md {
    display: table-cell !important
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .visible-md-block {
    display: block !important
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .visible-md-inline {
    display: inline !important
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .visible-md-inline-block {
    display: inline-block !important
  }
}
@media (min-width:1200px) {
  .visible-lg {
    display: block !important
  }
  table.visible-lg {
    display: table !important
  }
  tr.visible-lg {
    display: table-row !important
  }
  th.visible-lg, td.visible-lg {
    display: table-cell !important
  }
}
@media (min-width:1200px) {
  .visible-lg-block {
    display: block !important
  }
}
@media (min-width:1200px) {
  .visible-lg-inline {
    display: inline !important
  }
}
@media (min-width:1200px) {
  .visible-lg-inline-block {
    display: inline-block !important
  }
}
@media (max-width:767px) {
  .hidden-xs {
    display: none !important
  }
}
@media (min-width:768px) and (max-width:991px) {
  .hidden-sm {
    display: none !important
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .hidden-md {
    display: none !important
  }
}
@media (min-width:1200px) {
  .hidden-lg {
    display: none !important
  }
}
.visible-print {
  display: none !important
}
@media print {
  .visible-print {
    display: block !important
  }
  table.visible-print {
    display: table !important
  }
  tr.visible-print {
    display: table-row !important
  }
  th.visible-print, td.visible-print {
    display: table-cell !important
  }
}
.visible-print-block {
  display: none !important
}
@media print {
  .visible-print-block {
    display: block !important
  }
}
.visible-print-inline {
  display: none !important
}
@media print {
  .visible-print-inline {
    display: inline !important
  }
}
.visible-print-inline-block {
  display: none !important
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important
  }
}
@media print {
  .hidden-print {
    display: none !important
  }
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: 'Poppins';
  font-weight: 600
}
img {
  display: block;
  max-width: 100%;
  height: auto
}
input[type="text"], input[type="password"], input[type="email"], textarea, .form-control {
  color: #777777;
  font-size: 14px;
  outline: none;
  padding: 5px 15px;
  border-radius: 5px;
  resize: none;
  transition: 0.5s all;
  width: 100%;
  display: block;
  float: left;
  margin-bottom: 5px;
  box-shadow: initial
}
input[type="text"]:hover, input[type="password"]:hover, input[type="email"]:hover, textarea:hover, .form-control:hover, input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus, .form-control:focus {
  box-shadow: inset 0 -15px 12px -15px #aaaaaa;
  color: #777777
}
textarea {
  min-height: 140px
}
select, .list-products-sort .dropdown-toggle {
  background-color: white;
  border: 0;
  color: #777777;
  font-size: 14px;
  outline: none;
  padding: 5px 2px;
  resize: none;
  transition: 0.5s all;
  width: 100%;
  display: block;
  float: left;
  margin-bottom: 5px;
  box-shadow: initial;
  padding-right: 15px;
  width: auto
}
select:hover, .list-products-sort .dropdown-toggle:hover, select:focus, .list-products-sort .dropdown-toggle:focus {
  box-shadow: inset 0 -15px 12px -15px #aaaaaa;
  color: #777777
}
label, .contact-data span:first-child {
  font-size: 12px;
  display: block;
  margin-bottom: 1px
}
.form-group {
  clear: both
}
.form-group:before, .form-group:after {
  display: table;
  content: " "
}
.form-group:after {
  clear: both
}
.validationMessage {
  font-size: 12px;
  color: white;
  background-color: #ff5162;
  margin-top: 1px;
  padding: 5px 10px;
  float: left;
  clear: both;
  display: inline-block
}
.validationMessage:before, .validationMessage:after {
  display: table;
  content: " "
}
.validationMessage:after {
  clear: both
}
.list-products-sort {
  float: right
}
.list-products-sort .dropdown {
  display: inline-block;
  position: relative
}
.list-products-sort .dropdown .dropdown-menu {
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s linear 0.1s, visibility 0.2s linear 0.1s;
  backface-visibility: hidden
}
.list-products-sort .dropdown .dropdown-menu li a {
  padding: 3px 8px;
  display: inline-block;
  color: #333333
}
.list-products-sort .dropdown .dropdown-menu li a:hover, .list-products-sort .dropdown .dropdown-menu li a:focus {
  color: #777777;
  text-decoration: none
}
.list-products-sort .dropdown.open .dropdown-toggle {
  color: #777777
}
.list-products-sort .dropdown.open .dropdown-toggle::after {
  border-top-color: #777777
}
.list-products-sort .dropdown.open .dropdown-menu {
  visibility: visible;
  opacity: 1
}
.list-products-sort .dropdown-toggle {
  cursor: default;
  display: inline-block;
  position: relative;
  color: #333333
}
.list-products-sort .dropdown-toggle, .list-products-sort .dropdown-toggle:hover, .list-products-sort .dropdown-toggle:focus {
  text-decoration: none
}
.list-products-sort .dropdown-toggle::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #333333;
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  right: 2px;
  top: 0;
  width: 0
}
.list-products-sort .dropdown-menu {
  list-style-type: none;
  position: absolute;
  right: 0;
  top: 100%;
  max-width: 200px;
  text-align: center
}
@media (min-height:300px) {
  .list-products-sort .dropdown-menu {
    z-index: 300
  }
}
.list-products-sort .dropdown-menu, .list-products-sort .dropdown-menu li {
  margin: 0;
  padding: 0
}
button {
  outline: none
}
button, input[type="submit"], input[type="button"], a[class^="btn-"], span[class^="btn-"] {
  padding: 8px 15px;
  border: 1px solid #777777;
  font-size: 12px;
  background-color: transparent;
  transition: 0.5s all
}
button:hover, input[type="submit"]:hover, input[type="button"]:hover, a[class^="btn-"]:hover, span[class^="btn-"]:hover, button:focus, input[type="submit"]:focus, input[type="button"]:focus, a[class^="btn-"]:focus, span[class^="btn-"]:focus {
  color: white;
  background-color: #777777
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  display: block;
  margin: 0 auto;
  float: none;
  background-image: none;
  border: 1px solid transparent
}
.navbar-toggle:focus {
  outline: 0
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px
}
@media (min-width:768px) {
  .navbar-toggle {
    display: none
  }
}
.navbar-toggle, .navbar-toggle:hover, .navbar-toggle:focus {
  background-color: transparent
}
.navbar-toggle .icon-bar {
  background-color: #6abf4e;
  height: 3px
}
@media (min-width:768px) {
  .navbar-toggle {
    display: none
  }
}
@media (min-width:768px) {
  .nav-collapse {
    height: auto !important
  }
  .main-menu .collapse, .category-list .collapse {
    display: block
  }
}
.nav-tabs {
  text-align: center;
  list-style-type: none;
  font-size: 13px;
  clear: both
}
.nav-tabs a {
  color: #777777;
  display: inline-block;
  padding: 10px 0 15px 0
}
.nav-tabs a:hover, .nav-tabs a:focus {
  text-decoration: none
}
.nav-tabs li.active a {
  color: #333333;
  box-shadow: inset 0 -3px 0 0 #6abf4e
}
.nav-tabs, .nav-tabs li {
  margin: 0;
  padding: 0
}
.nav-tabs li {
  display: inline-block;
  margin: 0 10px -1px 10px
}
.nav-tabs li:first-child {
  margin-left: 0
}
.nav-tabs li:last-child {
  margin-right: none
}
.nav-tabs:before, .nav-tabs:after {
  display: table;
  content: " "
}
.nav-tabs:after {
  clear: both
}
.tab-content > .tab-pane {
  display: none
}
.tab-content > .active {
  display: block
}
.pagination {
  text-align: center;
  margin: 10px 0
}
.pagination .offer-paging-input > input {
  font-size: 16px;
  width: 45px;
  text-align: center;
  display: inline-block;
  float: none
}
.pagination .current-page, .pagination .current-of, .pagination .offer-paging-item, .pagination .arrow-left, .pagination .arrow-right {
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
  margin: 5px 0
}
.pagination .offer-paging-item, .pagination .arrow-left, .pagination .arrow-right {
  cursor: pointer
}
.cookies {
  text-align: center;
  font-size: 12px;
  padding: 5px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: white;
  border-top: 1px solid #333333;
  z-index: 1030
}
.cookies button {
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 5px
}
table > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9
}
table > tbody > tr:nth-of-type(even) {
  background-color: #eeeeee
}
footer {
  background-color: #FFF;
}
footer:before, footer:after {
  display: table;
  content: " "
}
footer:after {
  clear: both
}
.alert-dismissible .close {
  opacity: 0.6
}
.alert-dismissible .close, .alert-dismissible .close:focus, .alert-dismissible .close:hover {
  background-color: transparent
}
.breadcrumbs .widget-content {
  font-size: 11px
}
.breadcrumbs .sep {
  font-size: 8px
}
.breadcrumbs .sep::after {
  content: ' / ';
  margin: 0 5px
}
.cart {
  text-align: center
}
.cart .widget-header {
  padding-bottom: 0;
  margin-bottom: 5px
}
.cart .widget-header::after {
  display: none
}
.cart .widget-content {
  font-size: 12px;
  min-height: 48px;
  padding-top: 48px;
  background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20id%3D%22Capa_1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2033%2033%22%20style%3D%22enable-background%3Anew%200%200%2033%2033%3B%22%20xml%3Aspace%3D%22preserve%22%20width%3D%22512px%22%20height%3D%22512px%22%3E%0A%3Cg%3E%0A%09%3Cpath%20d%3D%22M28.313%2C33H4.688c-0.137%2C0-0.268-0.056-0.362-0.155c-0.094-0.099-0.144-0.232-0.138-0.369L5.313%2C8.851%20%20%20c0.013-0.267%2C0.232-0.476%2C0.5-0.476h21.375c0.267%2C0%2C0.487%2C0.209%2C0.5%2C0.476l1.125%2C23.625c0.006%2C0.137-0.043%2C0.27-0.138%2C0.369%20%20%20C28.58%2C32.944%2C28.449%2C33%2C28.313%2C33z%20M5.212%2C32h22.576L26.711%2C9.375H6.289L5.212%2C32z%22%20fill%3D%22%23333333%22%2F%3E%0A%09%3Cpath%20d%3D%22M21.905%2C11.375c-0.276%2C0-0.5-0.224-0.5-0.5v-4.97C21.405%2C3.201%2C19.205%2C1%2C16.5%2C1s-4.905%2C2.201-4.905%2C4.905v4.97%20%20%20c0%2C0.276-0.224%2C0.5-0.5%2C0.5s-0.5-0.224-0.5-0.5v-4.97C10.595%2C2.649%2C13.244%2C0%2C16.5%2C0s5.905%2C2.649%2C5.905%2C5.905v4.97%20%20%20C22.405%2C11.151%2C22.182%2C11.375%2C21.905%2C11.375z%22%20fill%3D%22%23333333%22%2F%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A');
  background-size: 28px 28px;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  display: inline-block
}
.cart .widget-content::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 3px;
  display: block;
  background-color: #6abf4e;
  width: 100%;
  max-width: 40px;
  content: '';
  bottom: auto;
  top: 40px
}
.cart:hover .cart-tooltip {
  visibility: visible;
  opacity: 1
}
.cart .cart-price {
  display: block;
  clear: both;
  font-weight: 600
}
.cart-tooltip {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: white;
  width: 300px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s linear 0.1s, visibility 0.2s linear 0.1s;
  backface-visibility: hidden;
  border: 2px solid #6abf4e;
  border-radius: 5px;
  box-shadow: 0 0 3px #ebebeb;
  z-index: 1000
}
.cart-tooltip img {
  max-height: 80px;
  margin: 5px auto
}
@media (max-width:991px) {
  .cart-tooltip {
    display: none
  }
}
.cart-tooltip .show-properties, .cart-tooltip .cart-tooltip-summary-price, .cart-tooltip .cart-tooltip-props {
  margin: 5px auto;
}
.cart-tooltip .cart-tooltip-promotion-price {
  font-weight: 600
}
.cart-tooltip .cart-tooltip-standard-price {
  color: #777777;
  text-decoration: line-through
}
.cart-tooltip .cart-tooltip-item-description {
  margin-bottom: 10px
}
.cart-tooltip .cart-tooltip-item-description p {
  margin-bottom: 3px
}
.cart-tooltip .cart-tooltip-total-price-value, .cart-tooltip .cart-tooltip-item-quantity cart-tooltip-item-quantity {
  font-weight: 600
}
.category-list {
  font-weight: 600;
  text-align: center
}
.category-list ul {
  list-style-type: none
}
.category-list ul, .category-list li {
  margin: 0;
  padding: 0
}
.category-list .category-item-icon {
  max-width: 16px;
  max-height: 16px;
  display: inline-block;
  margin-right: 5px
}
.category-list .category-item-icon:empty {
  display: none
}
.category-list a {
  display: inline-block;
  padding: 5px 10px
}
.category-list a:hover, .category-list a:focus {
  text-decoration: none
}
.category-list .category-item.active > a {
  background-color: #6abf4e;
  color: white
}
.category-list .category-parent-item {
  position: relative
}
.category-list .category-parent-item ul {
  font-size: 14px;
  font-weight: 400
}
.category-list .category-parent-item .collapse {
  display: block
}
.category-list .nav > .category-parent-item > a {
  position: relative
}
.category-list .nav > .category-parent-item > a::after {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -2px;
  background-color: #6abf4e;
  border-radius: 50%
}
.category-list .nav > .category-parent-item.active > a::after {
  background-color: white
}
.category-list .has-submenu:before, .category-list .has-submenu:after {
  display: table;
  content: " "
}
.category-list .has-submenu:after {
  clear: both
}
@media (min-width:768px) {
  .col-sm-1 > .category-list li, .col-sm-2 > .category-list li, .col-sm-3 > .category-list li {
    display: block;
    width: 100%;
    margin-top: 2px;
    margin-bottom: 2px
  }
  .col-sm-4 > .category-list .nav > .category-item, .col-sm-5 > .category-list .nav > .category-item, .col-sm-6 > .category-list .nav > .category-item, .col-sm-7 > .category-list .nav > .category-item, .col-sm-8 > .category-list .nav > .category-item, .col-sm-9 > .category-list .nav > .category-item, .col-sm-10 > .category-list .nav > .category-item, .col-sm-11 > .category-list .nav > .category-item, .col-sm-12 > .category-list .nav > .category-item {
    display: inline-block !important;
    width: auto
  }
  .col-sm-4 > .category-list .nav > .category-item > a > .category-item-icon, .col-sm-5 > .category-list .nav > .category-item > a > .category-item-icon, .col-sm-6 > .category-list .nav > .category-item > a > .category-item-icon, .col-sm-7 > .category-list .nav > .category-item > a > .category-item-icon, .col-sm-8 > .category-list .nav > .category-item > a > .category-item-icon, .col-sm-9 > .category-list .nav > .category-item > a > .category-item-icon, .col-sm-10 > .category-list .nav > .category-item > a > .category-item-icon, .col-sm-11 > .category-list .nav > .category-item > a > .category-item-icon, .col-sm-12 > .category-list .nav > .category-item > a > .category-item-icon {
    display: block;
    margin: 0 auto 10px auto
  }
  .col-sm-4 > .category-list .nav > .category-item > .subnav, .col-sm-5 > .category-list .nav > .category-item > .subnav, .col-sm-6 > .category-list .nav > .category-item > .subnav, .col-sm-7 > .category-list .nav > .category-item > .subnav, .col-sm-8 > .category-list .nav > .category-item > .subnav, .col-sm-9 > .category-list .nav > .category-item > .subnav, .col-sm-10 > .category-list .nav > .category-item > .subnav, .col-sm-11 > .category-list .nav > .category-item > .subnav, .col-sm-12 > .category-list .nav > .category-item > .subnav {
    position: absolute;
    top: 100%;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s linear 0.1s, visibility 0.2s linear 0.1s;
    backface-visibility: hidden;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.9)
  }
  .col-sm-4 > .category-list .nav > .category-item.category-parent-item:hover > .subnav, .col-sm-5 > .category-list .nav > .category-item.category-parent-item:hover > .subnav, .col-sm-6 > .category-list .nav > .category-item.category-parent-item:hover > .subnav, .col-sm-7 > .category-list .nav > .category-item.category-parent-item:hover > .subnav, .col-sm-8 > .category-list .nav > .category-item.category-parent-item:hover > .subnav, .col-sm-9 > .category-list .nav > .category-item.category-parent-item:hover > .subnav, .col-sm-10 > .category-list .nav > .category-item.category-parent-item:hover > .subnav, .col-sm-11 > .category-list .nav > .category-item.category-parent-item:hover > .subnav, .col-sm-12 > .category-list .nav > .category-item.category-parent-item:hover > .subnav {
    visibility: visible;
    opacity: 1
  }
}
.contact-data div {
  margin-bottom: 10px
}
.contact-data span, .contact-data a {
  display: block
}
.widget.gallery img {
  display: initial;
  margin-bottom: 3px;
  z-index: 1;
  cursor: pointer;
  transition: opacity 0.5s;
  backface-visibility: hidden
}
.widget.gallery span {
  position: relative;
  z-index: 2;
  display: inline-block;
  background-color: white
}
.widget.gallery span:hover {
  background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20viewBox%3D%220%200%20129%20129%22%20enable-background%3D%22new%200%200%20129%20129%22%20width%3D%22512px%22%20height%3D%22512px%22%20class%3D%22%22%3E%3Cg%3E%3Cg%3E%0A%20%20%20%20%3Cg%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M51.6%2C96.7c11%2C0%2C21-3.9%2C28.8-10.5l35%2C35c0.8%2C0.8%2C1.8%2C1.2%2C2.9%2C1.2c1%2C0%2C2.1-0.4%2C2.9-1.2c1.6-1.6%2C1.6-4.2%2C0-5.8l-35-35%20%20%20%20c6.5-7.8%2C10.5-17.9%2C10.5-28.8c0-24.9-20.2-45.1-45.1-45.1C26.8%2C6.5%2C6.5%2C26.8%2C6.5%2C51.6C6.5%2C76.5%2C26.8%2C96.7%2C51.6%2C96.7z%20M51.6%2C14.7%20%20%20%20c20.4%2C0%2C36.9%2C16.6%2C36.9%2C36.9C88.5%2C72%2C72%2C88.5%2C51.6%2C88.5c-20.4%2C0-36.9-16.6-36.9-36.9C14.7%2C31.3%2C31.3%2C14.7%2C51.6%2C14.7z%22%20data-original%3D%22%23000000%22%20class%3D%22active-path%22%20data-old_color%3D%22%23000000%22%20fill%3D%22%23777777%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22m47.5%2C78.3c0%2C2.3%201.8%2C4.1%204.1%2C4.1%202.3%2C0%204.1-1.8%204.1-4.1v-22.6h22.6c2.3%2C0%204.1-1.8%204.1-4.1s-1.8-4.1-4.1-4.1h-22.6v-22.6c0-2.3-1.8-4.1-4.1-4.1-2.3%2C0-4.1%2C1.8-4.1%2C4.1v22.6h-22.6c-2.3%2C0-4.1%2C1.8-4.1%2C4.1s1.8%2C4.1%204.1%2C4.1h22.6v22.6z%22%20data-original%3D%22%23000000%22%20class%3D%22active-path%22%20data-old_color%3D%22%23000000%22%20fill%3D%22%23777777%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%3C%2Fg%3E%20%3C%2Fsvg%3E%0A');
  background-repeat: no-repeat;
  background-size: auto 20%;
  background-position: center center
}
.widget.gallery span:hover img {
  opacity: 0.2
}
.modal-gallery-image .modal-header {
  border-bottom: none
}
.modal-gallery-image .modal-footer {
  border-top: none
}
.modal-gallery-image .left .arrow {
  left: 30px
}
.modal-gallery-image .left:hover, .modal-gallery-image .left:focus {
  cursor: pointer
}
.modal-gallery-image .right .arrow {
  right: 30px
}
.modal-gallery-image .right:hover, .modal-gallery-image .right:focus {
  cursor: pointer
}
.modal-gallery-image .img-box {
  text-align: center
}
.modal-gallery-image .img-box img {
  display: inline-block
}
.list-products .list-products-category-description {
  text-align: justify;
  margin-bottom: 15px
}
.list-products .list-products-category-description:before, .list-products .list-products-category-description:after {
  display: table;
  content: " "
}
.list-products .list-products-category-description:after {
  clear: both
}
.list-products .row {
  margin-left: -5px;
  margin-right: -5px
}
.list-products .product-item {
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px
}
.list-products .promotion-label {
  margin-bottom: 10px
}
.product-item {
  position: relative;
  overflow: hidden
}
.product-item .btn-add-to-cart {
  margin-left: auto;
  margin-right: auto
}
@media (min-width:768px) {
  .product-item .quantity-change {
    margin-bottom: 61px
  }
  .product-item .quantity-change input {
    margin: 0
  }
  .product-item .btn-add-to-cart {
    margin-bottom: 10px
  }
  .product-item .quantity-change, .product-item .btn-add-to-cart {
    z-index: 1000;
    right: 5px;
    position: absolute;
    opacity: 0;
    bottom: 100%;
  }
}
.product-item-container {
  background-color: #f8f8f8;
  position: relative;
  transition: background 0.5s;
  padding: 0;
  border-radius: 15px;
}
@media (min-width:768px) {
  .product-item-container .product-label {
    opacity: 0
  }
  .product-item-container:hover, .product-item-container:focus {
    background-color: #f6fbf4;
    box-shadow: inset 0 0 0 3px #e9f6e5
  }
  .product-item-container:hover .product-label, .product-item-container:focus .product-label, .product-item-container:hover .quantity-change, .product-item-container:focus .quantity-change, .product-item-container:hover .btn-add-to-cart, .product-item-container:focus .btn-add-to-cart, .product-item-container:hover .letter-of-enquiry, .product-item-container:focus .letter-of-enquiry {
    opacity: 1
  }
  .product-item-container:hover .promotion-label, .product-item-container:focus .promotion-label {
    transform: scale(1.8)
  }
}
.product-image-container {
  width: 100%;
  padding-top: 66%;
  height: auto;
  position: relative;
  overflow: hidden;
  margin-left: 0;
  margin-right: 0
}
.product-image-container a {
  position: absolute;
  width: auto;
  height: 100%;
  top: 10px;
  left: 10px;
  right: 10px;
  text-align: center
}
.product-image-container img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto
}
@media (min-width:768px) {
  .product-item.one-column .product-item-container:before, .product-item.one-column .product-item-container:after {
    display: table;
    content: " "
  }
  .product-item.one-column .product-item-container:after {
    clear: both
  }
  .product-item.one-column .product-image-container {
    width: 30%;
    float: left;
    padding-top: 10px;
    height: 140px
  }
  .product-item.one-column .product-data-container {
    margin-left: 30%;
    width: 70%;
    min-height: 140px;
    padding-right: 150px
  }
  .product-item.one-column .product-data-container .promotion-label {
    bottom: 0;
    left: auto;
    right: 100%;
    margin-right: 3px;
    margin-left: auto;
    transform-origin: right bottom
  }
  .product-item.one-column .quantity-change, .product-item.one-column .btn-add-to-cart {
    bottom: 0
  }
  .product-item.one-column .quantity-change {
    margin-bottom: 56
  }
  .product-item.one-column .letter-of-enquiry {
    margin-right: 150px
  }
  .product-item.one-column .product-short-description {
    height: auto
  }
}
.service-label, .recommended-label {
  font-size: 12px;
  font-weight: 600;
  padding: 5px 8px;
  border-width: 3px;
  border-style: solid;
  background-color: rgba(255, 255, 255, 0.9);
  top: 5px
}
.service-label {
  color: #777777;
  border-color: #777777;
  position: absolute;
  right: 5px;
  z-index: 3
}
.recommended-label {
  color: #a34ebf;
  border-color: #a34ebf;
  position: absolute;
  left: 5px
}
.product-label, .service-label, .recommended-label, .btn-add-to-cart, .letter-of-enquiry, .customer-discount {
  display: block
}
.product-label:empty, .service-label:empty, .recommended-label:empty, .btn-add-to-cart:empty, .letter-of-enquiry:empty, .customer-discount:empty {
  visibility: hidden;
  opacity: 0
}
.product-short-description {
  font-size: 15px;
  height: 200px;
  overflow: hidden
}
.product-data-container {
  text-align: center;
  position: relative;
  padding: 0 10px 20px 10px
}
.product-title {
  height: 52px;
  margin-top: 10px;
  margin-bottom: 0;
  overflow: hidden
}
.product-price, .product-details-price span.product-price-promotion, .product-details-price span:last-child, .product-variant .product-variant-price, .product-variant .product-variant-price-promotion {
  font-size: 20px;
  font-weight: 600;
  margin: 0
}
.product-price .product-price-promotion + .product-price-wrap, .basket-area-items-list .standard-price, .product-details-price span.product-price-promotion + span, .product-variant .product-variant-price-promotion + .product-variant-price-wrap {
  font-weight: 400;
  font-size: 13px;
  text-decoration: line-through;
  color: #777777
}
.product-label {
  font-size: 13px;
  transition: opacity 0.5s;
  height: 20px
}
.btn-add-to-cart {
  width: 130px
}
.letter-of-enquiry {
  position: absolute;
  bottom: 3px;
  font-size: 12px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  opacity: 0
}
.letter-of-enquiry:hover, .letter-of-enquiry:focus {
  text-decoration: none
}
.btn-add-to-cart, .quantity-change, .letter-of-enquiry {
  transition: background-color 0.5s, opacity 0.5s
}
.btn-add-to-cart {
  font-size: 12px;
  color: white;
  border: 0;
  padding: 0;
  height: 50px;
  line-height: 50px;
  background-color: #333333;
  white-space: nowrap
}
.btn-add-to-cart::before {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  outline: none;
  background-color: #6abf4e;
  background-size: 28px 28px;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  margin-right: 0;
  float: left
}
.btn-add-to-cart i {
  display: none
}
.btn-add-to-cart::before {
  background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20id%3D%22Capa_1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2033%2033%22%20style%3D%22enable-background%3Anew%200%200%2033%2033%3B%22%20xml%3Aspace%3D%22preserve%22%20width%3D%22512px%22%20height%3D%22512px%22%3E%0A%3Cg%3E%0A%09%3Cpath%20d%3D%22M28.313%2C33H4.688c-0.137%2C0-0.268-0.056-0.362-0.155c-0.094-0.099-0.144-0.232-0.138-0.369L5.313%2C8.851%20%20%20c0.013-0.267%2C0.232-0.476%2C0.5-0.476h21.375c0.267%2C0%2C0.487%2C0.209%2C0.5%2C0.476l1.125%2C23.625c0.006%2C0.137-0.043%2C0.27-0.138%2C0.369%20%20%20C28.58%2C32.944%2C28.449%2C33%2C28.313%2C33z%20M5.212%2C32h22.576L26.711%2C9.375H6.289L5.212%2C32z%22%20fill%3D%22%23FFFFFF%22%2F%3E%0A%09%3Cpath%20d%3D%22M21.905%2C11.375c-0.276%2C0-0.5-0.224-0.5-0.5v-4.97C21.405%2C3.201%2C19.205%2C1%2C16.5%2C1s-4.905%2C2.201-4.905%2C4.905v4.97%20%20%20c0%2C0.276-0.224%2C0.5-0.5%2C0.5s-0.5-0.224-0.5-0.5v-4.97C10.595%2C2.649%2C13.244%2C0%2C16.5%2C0s5.905%2C2.649%2C5.905%2C5.905v4.97%20%20%20C22.405%2C11.151%2C22.182%2C11.375%2C21.905%2C11.375z%22%20fill%3D%22%23FFFFFF%22%2F%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A')
}
.btn-add-to-cart:empty {
  display: none
}
.promotion-label {
  padding: 4px;
  font-weight: 600;
  font-size: 14px;
  color: white;
  background-color: #ff6a00;
  position: absolute;
  left: 5px;
  bottom: 100%;
  display: block;
  backface-visibility: hidden;
  transform-origin: left bottom;
  transition: transform 0.5s;
  white-space: nowrap
}
.quantity-change {
  position: relative;
  width: 130px;
  margin: 10px auto
}
.quantity-change:before, .quantity-change:after {
  display: table;
  content: " "
}
.quantity-change:after {
  clear: both
}
.quantity-change > div, .quantity-change input {
  height: auto;
  text-align: center
}
.quantity-change input {
  padding-left: 25px;
  padding-right: 25px;
  margin: 0
}
.quantity-change button {
  background-color: transparent;
  border: none;
  position: absolute;
  margin: auto;
  width: 20px;
  padding: 0
}
.quantity-change button.btn-plus {
  top: 0;
  bottom: 0;
  right: 0
}
.quantity-change button.btn-minus {
  top: 0;
  bottom: 0;
  left: 0
}
.quantity-change button:hover, .quantity-change button:focus {
  color: #333333
}
@media (min-width:768px) {
  .list-products-actions-container, .list-products-sort {
    width: 50%
  }
}
.list-products-actions-container {
  float: left
}
.list-products-sort {
  float: right;
  text-align: right;
  font-size: 13px
}
.list-products-sort .dropdown-toggle {
  margin-left: 10px;
  float: none;
  display: inline-block
}
.list-products-sort .list-view, .list-products-actions-container .list-view {
  list-style-type: none
}
.list-products-sort .list-view li, .list-products-actions-container .list-view li {
  float: left
}
.list-products-sort .list-view, .list-products-actions-container .list-view, .list-products-sort .list-view li, .list-products-actions-container .list-view li {
  margin: 0;
  padding: 0
}
.list-products-sort .list-view a, .list-products-actions-container .list-view a {
  width: 15px;
  height: 15px;
  display: block;
  margin-right: 5px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 15px 15px
}
.list-products-sort .list-view .one-column-icon, .list-products-actions-container .list-view .one-column-icon {
  background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C%21--%20Created%20with%20Inkscape%20%28http%3A%2F%2Fwww.inkscape.org%2F%29%20--%3E%0A%0A%3Csvg%0A%20%20%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%0A%20%20%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%0A%20%20%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%0A%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20version%3D%221.1%22%0A%20%20%20width%3D%22512%22%0A%20%20%20height%3D%22512%22%0A%20%20%20viewBox%3D%220%200%2016%2016%22%0A%20%20%20id%3D%22svg2%22%3E%0A%20%20%3Cmetadata%0A%20%20%20%20%20id%3D%22metadata20%22%3E%0A%20%20%20%20%3Crdf%3ARDF%3E%0A%20%20%20%20%20%20%3Ccc%3AWork%0A%20%20%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atype%0A%20%20%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atitle%3E%3C%2Fdc%3Atitle%3E%0A%20%20%20%20%20%20%3C%2Fcc%3AWork%3E%0A%20%20%20%20%3C%2Frdf%3ARDF%3E%0A%20%20%3C%2Fmetadata%3E%0A%20%20%3Cdefs%0A%20%20%20%20%20id%3D%22defs18%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22M%206%2C0%20H%2016%20V%204%20H%206%20V%200%20z%22%0A%20%20%20%20%20id%3D%22path4%22%0A%20%20%20%20%20style%3D%22fill%3A%23cccccc%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%206%2C6%20h%2010%20v%204%20H%206%20V%206%20z%22%0A%20%20%20%20%20id%3D%22path6%22%0A%20%20%20%20%20style%3D%22fill%3A%23cccccc%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%206%2C12%20h%2010%20v%204%20H%206%20v%20-4%20z%22%0A%20%20%20%20%20id%3D%22path8%22%0A%20%20%20%20%20style%3D%22fill%3A%23cccccc%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22M%204%2C0%200%2C0%200%2C4%204%2C4%20z%22%0A%20%20%20%20%20id%3D%22path10%22%0A%20%20%20%20%20style%3D%22fill%3A%23cccccc%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%204%2C12%20-4%2C0%200%2C4%204%2C0%20z%22%0A%20%20%20%20%20id%3D%22path12%22%0A%20%20%20%20%20style%3D%22fill%3A%23cccccc%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%204%2C6.0000003%20-4%2C0%20L%200%2C10%204%2C10%20z%22%0A%20%20%20%20%20id%3D%22path12-7%22%0A%20%20%20%20%20style%3D%22fill%3A%23cccccc%22%20%2F%3E%0A%3C%2Fsvg%3E%0A')
}
.list-products-sort .list-view .two-column-icon, .list-products-actions-container .list-view .two-column-icon {
  background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C%21--%20Created%20with%20Inkscape%20%28http%3A%2F%2Fwww.inkscape.org%2F%29%20--%3E%0A%0A%3Csvg%0A%20%20%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%0A%20%20%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%0A%20%20%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%0A%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20version%3D%221.1%22%0A%20%20%20width%3D%22512%22%0A%20%20%20height%3D%22512%22%0A%20%20%20viewBox%3D%220%200%2016%2016%22%0A%20%20%20id%3D%22svg2%22%3E%0A%20%20%3Cmetadata%0A%20%20%20%20%20id%3D%22metadata16%22%3E%0A%20%20%20%20%3Crdf%3ARDF%3E%0A%20%20%20%20%20%20%3Ccc%3AWork%0A%20%20%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atype%0A%20%20%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atitle%3E%3C%2Fdc%3Atitle%3E%0A%20%20%20%20%20%20%3C%2Fcc%3AWork%3E%0A%20%20%20%20%3C%2Frdf%3ARDF%3E%0A%20%20%3C%2Fmetadata%3E%0A%20%20%3Cdefs%0A%20%20%20%20%20id%3D%22defs14%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22M%200%2C0%20H%207%20V%207%20H%200%20V%200%20z%22%0A%20%20%20%20%20id%3D%22path4%22%0A%20%20%20%20%20style%3D%22fill%3A%23cccccc%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%209%2C0%20h%207%20V%207%20H%209%20V%200%20z%22%0A%20%20%20%20%20id%3D%22path6%22%0A%20%20%20%20%20style%3D%22fill%3A%23cccccc%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%200%2C9%20h%207%20v%207%20H%200%20V%209%20z%22%0A%20%20%20%20%20id%3D%22path8%22%0A%20%20%20%20%20style%3D%22fill%3A%23cccccc%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%209%2C9%20h%207%20v%207%20H%209%20V%209%20z%22%0A%20%20%20%20%20id%3D%22path10%22%0A%20%20%20%20%20style%3D%22fill%3A%23cccccc%22%20%2F%3E%0A%3C%2Fsvg%3E%0A')
}
.list-products-sort .list-view .three-column-icon, .list-products-actions-container .list-view .three-column-icon {
  background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C%21--%20Created%20with%20Inkscape%20%28http%3A%2F%2Fwww.inkscape.org%2F%29%20--%3E%0A%0A%3Csvg%0A%20%20%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%0A%20%20%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%0A%20%20%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%0A%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20version%3D%221.1%22%0A%20%20%20width%3D%22512%22%0A%20%20%20height%3D%22512%22%0A%20%20%20viewBox%3D%220%200%2016%2016%22%0A%20%20%20id%3D%22svg2%22%3E%0A%20%20%3Cmetadata%0A%20%20%20%20%20id%3D%22metadata26%22%3E%0A%20%20%20%20%3Crdf%3ARDF%3E%0A%20%20%20%20%20%20%3Ccc%3AWork%0A%20%20%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atype%0A%20%20%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atitle%3E%3C%2Fdc%3Atitle%3E%0A%20%20%20%20%20%20%3C%2Fcc%3AWork%3E%0A%20%20%20%20%3C%2Frdf%3ARDF%3E%0A%20%20%3C%2Fmetadata%3E%0A%20%20%3Cdefs%0A%20%20%20%20%20id%3D%22defs24%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22M%200%2C0%20H%204%20V%204%20H%200%20V%200%20z%22%0A%20%20%20%20%20id%3D%22path4%22%0A%20%20%20%20%20style%3D%22fill%3A%23cccccc%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%200%2C6%20h%204%20v%204%20H%200%20V%206%20z%22%0A%20%20%20%20%20id%3D%22path6%22%0A%20%20%20%20%20style%3D%22fill%3A%23cccccc%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%200%2C12%20h%204%20v%204%20H%200%20v%20-4%20z%22%0A%20%20%20%20%20id%3D%22path8%22%0A%20%20%20%20%20style%3D%22fill%3A%23cccccc%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%206%2C0%20h%204%20V%204%20H%206%20V%200%20z%22%0A%20%20%20%20%20id%3D%22path10%22%0A%20%20%20%20%20style%3D%22fill%3A%23cccccc%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%206%2C6%20h%204%20v%204%20H%206%20V%206%20z%22%0A%20%20%20%20%20id%3D%22path12%22%0A%20%20%20%20%20style%3D%22fill%3A%23cccccc%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%206%2C12%20h%204%20v%204%20H%206%20v%20-4%20z%22%0A%20%20%20%20%20id%3D%22path14%22%0A%20%20%20%20%20style%3D%22fill%3A%23cccccc%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%2012%2C0%20h%204%20V%204%20H%2012%20V%200%20z%22%0A%20%20%20%20%20id%3D%22path16%22%0A%20%20%20%20%20style%3D%22fill%3A%23cccccc%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%2012%2C6%20h%204%20v%204%20H%2012%20V%206%20z%22%0A%20%20%20%20%20id%3D%22path18%22%0A%20%20%20%20%20style%3D%22fill%3A%23cccccc%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%2012%2C12%20h%204%20v%204%20h%20-4%20v%20-4%20z%22%0A%20%20%20%20%20id%3D%22path20%22%0A%20%20%20%20%20style%3D%22fill%3A%23cccccc%22%20%2F%3E%0A%3C%2Fsvg%3E%0A')
}
.list-products-sort .list-view .four-column-icon, .list-products-actions-container .list-view .four-column-icon {
  background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C%21--%20Created%20with%20Inkscape%20%28http%3A%2F%2Fwww.inkscape.org%2F%29%20--%3E%0A%0A%3Csvg%0A%20%20%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%0A%20%20%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%0A%20%20%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%0A%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20version%3D%221.1%22%0A%20%20%20width%3D%22512%22%0A%20%20%20height%3D%22512%22%0A%20%20%20viewBox%3D%220%200%2016%2016%22%0A%20%20%20id%3D%22svg2%22%3E%0A%20%20%3Cmetadata%0A%20%20%20%20%20id%3D%22metadata26%22%3E%0A%20%20%20%20%3Crdf%3ARDF%3E%0A%20%20%20%20%20%20%3Ccc%3AWork%0A%20%20%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atype%0A%20%20%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atitle%3E%3C%2Fdc%3Atitle%3E%0A%20%20%20%20%20%20%3C%2Fcc%3AWork%3E%0A%20%20%20%20%3C%2Frdf%3ARDF%3E%0A%20%20%3C%2Fmetadata%3E%0A%20%20%3Cdefs%0A%20%20%20%20%20id%3D%22defs24%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22M%200%2C0%20H%204%20V%204%20H%200%20V%200%20z%22%0A%20%20%20%20%20id%3D%22path4%22%0A%20%20%20%20%20style%3D%22fill%3A%23cccccc%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%200%2C6%20h%204%20v%204%20H%200%20V%206%20z%22%0A%20%20%20%20%20id%3D%22path6%22%0A%20%20%20%20%20style%3D%22fill%3A%23cccccc%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%200%2C12%20h%204%20v%204%20H%200%20v%20-4%20z%22%0A%20%20%20%20%20id%3D%22path8%22%0A%20%20%20%20%20style%3D%22fill%3A%23cccccc%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%206%2C0%20h%204%20V%204%20H%206%20V%200%20z%22%0A%20%20%20%20%20id%3D%22path10%22%0A%20%20%20%20%20style%3D%22fill%3A%23cccccc%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%206%2C6%20h%204%20v%204%20H%206%20V%206%20z%22%0A%20%20%20%20%20id%3D%22path12%22%0A%20%20%20%20%20style%3D%22fill%3A%23cccccc%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%206%2C12%20h%204%20v%204%20H%206%20v%20-4%20z%22%0A%20%20%20%20%20id%3D%22path14%22%0A%20%20%20%20%20style%3D%22fill%3A%23cccccc%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%2012%2C0%20h%204%20V%204%20H%2012%20V%200%20z%22%0A%20%20%20%20%20id%3D%22path16%22%0A%20%20%20%20%20style%3D%22fill%3A%23cccccc%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%2012%2C6%20h%204%20v%204%20H%2012%20V%206%20z%22%0A%20%20%20%20%20id%3D%22path18%22%0A%20%20%20%20%20style%3D%22fill%3A%23cccccc%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%2012%2C12%20h%204%20v%204%20h%20-4%20v%20-4%20z%22%0A%20%20%20%20%20id%3D%22path20%22%0A%20%20%20%20%20style%3D%22fill%3A%23cccccc%22%20%2F%3E%0A%3C%2Fsvg%3E%0A')
}
.list-products-sort .list-view .active .one-column-icon, .list-products-actions-container .list-view .active .one-column-icon {
  background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C%21--%20Created%20with%20Inkscape%20%28http%3A%2F%2Fwww.inkscape.org%2F%29%20--%3E%0A%0A%3Csvg%0A%20%20%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%0A%20%20%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%0A%20%20%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%0A%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20version%3D%221.1%22%0A%20%20%20width%3D%22512%22%0A%20%20%20height%3D%22512%22%0A%20%20%20viewBox%3D%220%200%2016%2016%22%0A%20%20%20id%3D%22svg2%22%3E%0A%20%20%3Cmetadata%0A%20%20%20%20%20id%3D%22metadata20%22%3E%0A%20%20%20%20%3Crdf%3ARDF%3E%0A%20%20%20%20%20%20%3Ccc%3AWork%0A%20%20%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atype%0A%20%20%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atitle%3E%3C%2Fdc%3Atitle%3E%0A%20%20%20%20%20%20%3C%2Fcc%3AWork%3E%0A%20%20%20%20%3C%2Frdf%3ARDF%3E%0A%20%20%3C%2Fmetadata%3E%0A%20%20%3Cdefs%0A%20%20%20%20%20id%3D%22defs18%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22M%206%2C0%20H%2016%20V%204%20H%206%20V%200%20z%22%0A%20%20%20%20%20id%3D%22path4%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%206%2C6%20h%2010%20v%204%20H%206%20V%206%20z%22%0A%20%20%20%20%20id%3D%22path6%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%206%2C12%20h%2010%20v%204%20H%206%20v%20-4%20z%22%0A%20%20%20%20%20id%3D%22path8%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22M%204%2C0%200%2C0%200%2C4%204%2C4%20z%22%0A%20%20%20%20%20id%3D%22path10%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%204%2C12%20-4%2C0%200%2C4%204%2C0%20z%22%0A%20%20%20%20%20id%3D%22path12%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%204%2C6.0000003%20-4%2C0%20L%200%2C10%204%2C10%20z%22%0A%20%20%20%20%20id%3D%22path12-7%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%3C%2Fsvg%3E%0A')
}
.list-products-sort .list-view .active .two-column-icon, .list-products-actions-container .list-view .active .two-column-icon {
  background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C%21--%20Created%20with%20Inkscape%20%28http%3A%2F%2Fwww.inkscape.org%2F%29%20--%3E%0A%0A%3Csvg%0A%20%20%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%0A%20%20%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%0A%20%20%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%0A%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20version%3D%221.1%22%0A%20%20%20width%3D%22512%22%0A%20%20%20height%3D%22512%22%0A%20%20%20viewBox%3D%220%200%2016%2016%22%0A%20%20%20id%3D%22svg2%22%3E%0A%20%20%3Cmetadata%0A%20%20%20%20%20id%3D%22metadata16%22%3E%0A%20%20%20%20%3Crdf%3ARDF%3E%0A%20%20%20%20%20%20%3Ccc%3AWork%0A%20%20%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atype%0A%20%20%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atitle%3E%3C%2Fdc%3Atitle%3E%0A%20%20%20%20%20%20%3C%2Fcc%3AWork%3E%0A%20%20%20%20%3C%2Frdf%3ARDF%3E%0A%20%20%3C%2Fmetadata%3E%0A%20%20%3Cdefs%0A%20%20%20%20%20id%3D%22defs14%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22M%200%2C0%20H%207%20V%207%20H%200%20V%200%20z%22%0A%20%20%20%20%20id%3D%22path4%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%209%2C0%20h%207%20V%207%20H%209%20V%200%20z%22%0A%20%20%20%20%20id%3D%22path6%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%200%2C9%20h%207%20v%207%20H%200%20V%209%20z%22%0A%20%20%20%20%20id%3D%22path8%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%209%2C9%20h%207%20v%207%20H%209%20V%209%20z%22%0A%20%20%20%20%20id%3D%22path10%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%3C%2Fsvg%3E%0A')
}
.list-products-sort .list-view .active .three-column-icon, .list-products-actions-container .list-view .active .three-column-icon {
  background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C%21--%20Created%20with%20Inkscape%20%28http%3A%2F%2Fwww.inkscape.org%2F%29%20--%3E%0A%0A%3Csvg%0A%20%20%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%0A%20%20%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%0A%20%20%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%0A%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20version%3D%221.1%22%0A%20%20%20width%3D%22512%22%0A%20%20%20height%3D%22512%22%0A%20%20%20viewBox%3D%220%200%2016%2016%22%0A%20%20%20id%3D%22svg2%22%3E%0A%20%20%3Cmetadata%0A%20%20%20%20%20id%3D%22metadata26%22%3E%0A%20%20%20%20%3Crdf%3ARDF%3E%0A%20%20%20%20%20%20%3Ccc%3AWork%0A%20%20%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atype%0A%20%20%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atitle%3E%3C%2Fdc%3Atitle%3E%0A%20%20%20%20%20%20%3C%2Fcc%3AWork%3E%0A%20%20%20%20%3C%2Frdf%3ARDF%3E%0A%20%20%3C%2Fmetadata%3E%0A%20%20%3Cdefs%0A%20%20%20%20%20id%3D%22defs24%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22M%200%2C0%20H%204%20V%204%20H%200%20V%200%20z%22%0A%20%20%20%20%20id%3D%22path4%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%200%2C6%20h%204%20v%204%20H%200%20V%206%20z%22%0A%20%20%20%20%20id%3D%22path6%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%200%2C12%20h%204%20v%204%20H%200%20v%20-4%20z%22%0A%20%20%20%20%20id%3D%22path8%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%206%2C0%20h%204%20V%204%20H%206%20V%200%20z%22%0A%20%20%20%20%20id%3D%22path10%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%206%2C6%20h%204%20v%204%20H%206%20V%206%20z%22%0A%20%20%20%20%20id%3D%22path12%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%206%2C12%20h%204%20v%204%20H%206%20v%20-4%20z%22%0A%20%20%20%20%20id%3D%22path14%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%2012%2C0%20h%204%20V%204%20H%2012%20V%200%20z%22%0A%20%20%20%20%20id%3D%22path16%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%2012%2C6%20h%204%20v%204%20H%2012%20V%206%20z%22%0A%20%20%20%20%20id%3D%22path18%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%2012%2C12%20h%204%20v%204%20h%20-4%20v%20-4%20z%22%0A%20%20%20%20%20id%3D%22path20%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%3C%2Fsvg%3E%0A')
}
.list-products-sort .list-view .active .four-column-icon, .list-products-actions-container .list-view .active .four-column-icon {
  background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C%21--%20Created%20with%20Inkscape%20%28http%3A%2F%2Fwww.inkscape.org%2F%29%20--%3E%0A%0A%3Csvg%0A%20%20%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%0A%20%20%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%0A%20%20%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%0A%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20version%3D%221.1%22%0A%20%20%20width%3D%22512%22%0A%20%20%20height%3D%22512%22%0A%20%20%20viewBox%3D%220%200%2016%2016%22%0A%20%20%20id%3D%22svg2%22%3E%0A%20%20%3Cmetadata%0A%20%20%20%20%20id%3D%22metadata26%22%3E%0A%20%20%20%20%3Crdf%3ARDF%3E%0A%20%20%20%20%20%20%3Ccc%3AWork%0A%20%20%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atype%0A%20%20%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atitle%3E%3C%2Fdc%3Atitle%3E%0A%20%20%20%20%20%20%3C%2Fcc%3AWork%3E%0A%20%20%20%20%3C%2Frdf%3ARDF%3E%0A%20%20%3C%2Fmetadata%3E%0A%20%20%3Cdefs%0A%20%20%20%20%20id%3D%22defs24%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%204.3841803%2C4.3841807%20h%202.847458%20V%207.2316383%20H%204.3841803%20V%204.3841807%20z%22%0A%20%20%20%20%20id%3D%22path4%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22M%201.4589513e-7%2C4.3841807%20H%202.8474575%20V%207.2316383%20H%201.4589513e-7%20V%204.3841807%20z%22%0A%20%20%20%20%20id%3D%22path4-1%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22M%20-7.6271185e-8%2C0%20H%202.8474577%20V%202.8474577%20H%20-7.6271185e-8%20V%200%20z%22%0A%20%20%20%20%20id%3D%22path4-7%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%204.3841803%2C2.5e-8%20h%202.847458%20V%202.8474577%20H%204.3841803%20V%202.5e-8%20z%22%0A%20%20%20%20%20id%3D%22path4-4%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22M%208.7683604%2C2.5e-8%20H%2011.615819%20V%202.8474577%20H%208.7683604%20V%202.5e-8%20z%22%0A%20%20%20%20%20id%3D%22path4-4-0%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22M%208.7683613%2C4.3841807%20H%2011.615818%20V%207.2316384%20H%208.7683613%20V%204.3841807%20z%22%0A%20%20%20%20%20id%3D%22path4-4-9%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%2013.152541%2C2.5e-8%20h%202.847458%20V%202.8474577%20H%2013.152541%20V%202.5e-8%20z%22%0A%20%20%20%20%20id%3D%22path4-4-4%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%2013.152541%2C4.3841807%20h%202.847458%20V%207.2316383%20H%2013.152541%20V%204.3841807%20z%22%0A%20%20%20%20%20id%3D%22path4-4-8%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22M%20-1.5254237e-7%2C8.7683613%20H%202.8474578%20V%2011.615819%20H%20-1.5254237e-7%20V%208.7683613%20z%22%0A%20%20%20%20%20id%3D%22path4-4-82%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%204.3841803%2C8.7683613%20h%202.847458%20V%2011.615819%20H%204.3841803%20V%208.7683613%20z%22%0A%20%20%20%20%20id%3D%22path4-4-45%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22M%208.7683603%2C8.7683612%20H%2011.615819%20V%2011.615819%20H%208.7683603%20V%208.7683612%20z%22%0A%20%20%20%20%20id%3D%22path4-4-5%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%2013.152541%2C8.7683612%20h%202.847458%20V%2011.615819%20H%2013.152541%20V%208.7683612%20z%22%0A%20%20%20%20%20id%3D%22path4-4-1%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22M%20-1.5254237e-7%2C13.152542%20H%202.8474578%20V%2016%20H%20-1.5254237e-7%20v%20-2.847458%20z%22%0A%20%20%20%20%20id%3D%22path4-4-7%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%204.3841803%2C13.152542%20h%202.847458%20v%202.847457%20h%20-2.847458%20v%20-2.847457%20z%22%0A%20%20%20%20%20id%3D%22path4-4-11%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%208.7683604%2C13.152542%20h%202.8474586%20v%202.847457%20H%208.7683604%20v%20-2.847457%20z%22%0A%20%20%20%20%20id%3D%22path4-4-52%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%2013.152542%2C13.152542%20h%202.847457%20v%202.847457%20h%20-2.847457%20v%20-2.847457%20z%22%0A%20%20%20%20%20id%3D%22path4-4-76%22%0A%20%20%20%20%20style%3D%22fill%3A%23999999%22%20%2F%3E%0A%3C%2Fsvg%3E%0A')
}
.list-products-amount {
  clear: both
}
.list-products-filters {
  text-align: left;
  font-size: 12px;
  clear: both;
  margin: 5px 0
}
.list-products-filters:before, .list-products-filters:after {
  display: table;
  content: " "
}
.list-products-filters:after {
  clear: both
}
.list-products-filters .list-products-clearfilters {
  display: inline
}
.list-products-filters .list-products-clearfilters a {
  background-color: #333333
}
.list-products-filters .list-products-clearfilters a:hover, .list-products-filters .list-products-clearfilters a:focus {
  background-color: #777777
}
.list-products-filters a {
  display: inline-block;
  color: white;
  background-color: #777777;
  padding: 3px 7px;
  margin-bottom: 3px;
  transition: background-color 0.5s
}
.list-products-filters a, .list-products-filters a::after {
  vertical-align: middle
}
.list-products-filters a::after {
  content: '';
  display: inline-block;
  margin-bottom: 1px;
  width: 10px;
  height: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20viewBox%3D%220%200%20129%20129%22%20enable-background%3D%22new%200%200%20129%20129%22%20width%3D%22512px%22%20height%3D%22512px%22%20class%3D%22%22%3E%3Cg%3E%3Cg%3E%0A%20%20%20%20%3Cpath%20d%3D%22M7.6%2C121.4c0.8%2C0.8%2C1.8%2C1.2%2C2.9%2C1.2s2.1-0.4%2C2.9-1.2l51.1-51.1l51.1%2C51.1c0.8%2C0.8%2C1.8%2C1.2%2C2.9%2C1.2c1%2C0%2C2.1-0.4%2C2.9-1.2%20%20%20c1.6-1.6%2C1.6-4.2%2C0-5.8L70.3%2C64.5l51.1-51.1c1.6-1.6%2C1.6-4.2%2C0-5.8s-4.2-1.6-5.8%2C0L64.5%2C58.7L13.4%2C7.6C11.8%2C6%2C9.2%2C6%2C7.6%2C7.6%20%20%20s-1.6%2C4.2%2C0%2C5.8l51.1%2C51.1L7.6%2C115.6C6%2C117.2%2C6%2C119.8%2C7.6%2C121.4z%22%20data-original%3D%22%23000000%22%20class%3D%22active-path%22%20data-old_color%3D%22%23ffffff%22%20fill%3D%22%23ffffff%22%2F%3E%0A%20%20%3C%2Fg%3E%3C%2Fg%3E%20%3C%2Fsvg%3E%0A')
}
.list-products-filters a > span {
  display: none
}
.list-products-filters a:hover, .list-products-filters a:focus {
  text-decoration: none;
  background-color: #333333
}
.customer-discount {
  font-size: 14px;
  color: white;
  padding: 5px 10px;
  background-color: #ff6a00;
  display: inline-block;
  margin: 10px auto
}
.additional-units-modal .quantity-change {
  margin-top: 15px;
  width: 100%
}
.additional-units-modal .form-control {
  margin: 10px 0
}
.additional-units-modal .unit-symbol {
  margin-top: 25px
}
@media (max-width:767px) {
  .additional-units-modal .unit-symbol {
    text-align: center;
    display: block
  }
}
.historical-price {
  font-size: 10px;
  color: #9c9c9c;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap
}
.historical-price, .historical-price:empty {
  height: 15px;
  line-height: 15px
}
.list-products .product-item-container .historical-price {
  margin-bottom: 20px
}
.brand h1, .brand h2, .brand h3, .brand h4, .brand h5, .brand h6 {
  margin: 5px 0
}
.brand img {
  max-width: 100%;
  height: auto
}
@media (max-width:767px) {
  .brand {
    text-align: center
  }
}
.main-menu {
  font-size: 13px
}
.main-menu .icon-bar {
  background-color: #333333
}
.main-menu a {
  color: #333333;
  padding: 6px 8px;
  display: inline-block;
  position: relative
}
.main-menu a:hover, .main-menu a:focus {
  color: #777777;
  text-decoration: none
}
@media (min-width:768px) {
  .main-menu a {
    padding-top: 3px;
    padding-bottom: 3px
  }
}
@media (max-width:480px) {
  .main-menu li {
    margin-bottom: 3px;
    display: block;
    width: 100%
  }
}
.main-menu .menu-active > a {
  color: white;
  background-color: #59af59;
  border-radius: 5px;
}
.main-menu ul {
  list-style-type: none;
  text-align: center;
  font-weight: 600
}
.main-menu ul, .main-menu li {
  margin: 0;
  padding: 0
}
.main-menu li {
  display: inline-block;
  padding: 3px 5px;
  vertical-align: top;
  position: relative
}
.main-menu .has-submenu > a::after {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -2px;
  background-color: #333333;
  border-radius: 50%
}
.main-menu .has-submenu.menu-active > a::after {
  background-color: white
}
@media (min-width:768px) {
  .col-sm-1 > .main-menu li, .col-sm-2 > .main-menu li, .col-sm-3 .main-menu li {
    display: block;
    width: 100%
  }
  .col-sm-4 > .main-menu .dropdown-menu, .col-sm-5 > .main-menu .dropdown-menu, .col-sm-6 .main-menu .col-sm-7 > .main-menu .dropdown-menu, .col-sm-8 > .main-menu .dropdown-menu, .col-sm-9 .main-menu .col-sm-10 > .main-menu .dropdown-menu, .col-sm-11 > .main-menu .dropdown-menu, .col-sm-12 .main-menu .dropdown-menu {
    width: 200px;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -100px;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.8);
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s linear 0.1s, visibility 0.2s linear 0.1s;
    backface-visibility: hidden
  }
  .col-sm-4 > .main-menu .dropdown-menu > li, .col-sm-5 > .main-menu .dropdown-menu > li, .col-sm-6 .main-menu .col-sm-7 > .main-menu .dropdown-menu > li, .col-sm-8 > .main-menu .dropdown-menu > li, .col-sm-9 .main-menu .col-sm-10 > .main-menu .dropdown-menu > li, .col-sm-11 > .main-menu .dropdown-menu > li, .col-sm-12 .main-menu .dropdown-menu > li {
    display: block
  }
  .col-sm-4 > .main-menu .has-submenu:hover .dropdown-menu, .col-sm-5 > .main-menu .has-submenu:hover .dropdown-menu, .col-sm-6 .main-menu .col-sm-7 > .main-menu .has-submenu:hover .dropdown-menu, .col-sm-8 > .main-menu .has-submenu:hover .dropdown-menu, .col-sm-9 .main-menu .col-sm-10 > .main-menu .has-submenu:hover .dropdown-menu, .col-sm-11 > .main-menu .has-submenu:hover .dropdown-menu, .col-sm-12 .main-menu .has-submenu:hover .dropdown-menu {
    visibility: visible;
    opacity: 1
  }
}
footer .main-menu .navbar-toggle {
  display: none
}
footer .main-menu .collapse {
  display: block
}
.widget-news-title {
  font-weight: 700
}
.widget-news-date {
  font-size: 12px;
  color: #777777;
  font-style: italic;
  margin-left: 10px
}
.widget-news-title, .widget-news-date {
  display: inline-block
}
.widget-news-article-thumbnail {
  max-width: 120px;
  text-align: justify;
  max-height: 200px;
  margin: 0 15px 5px 0;
  float: left
}
@media (min-width:768px) {
  .widget-news-article-thumbnail {
    max-width: 200px
  }
}
.widget-news-item {
  clear: both;
  margin-bottom: 40px
}
.widget-news-item::before {
  display: inline-block
}
.widget-news-item:before, .widget-news-item:after {
  display: table;
  content: " "
}
.widget-news-item:after {
  clear: both
}
.widget-news-description {
  width: 100%
}
.widget-news .widget-content {
  padding-top: 30px;
  word-wrap: break-word
}
.widget-newsletter-box {
  padding-bottom: 50px;
  position: relative
}
.widget-newsletter-box:before, .widget-newsletter-box:after {
  display: table;
  content: " "
}
.widget-newsletter-box:after {
  clear: both
}
.widget-newsletter-box .btn-subscribe {
  position: absolute;
  left: 0;
  bottom: 0
}
.widget-newsletter-box .validationMessage {
  margin-bottom: 0
}
.widget-newsletter-box .email-newsletter-input {
  margin-bottom: 15px;
  float: none
}
.subscribe, .unsubscribe {
  font-size: 18px;
  text-align: center;
  padding: 50px 20px;
  margin: 50px 0;
  background-color: #dff0d8;
  border: 1px solid #dddddd
}
.subscribe-title, .unsubscribe-title {
  font-weight: 500;
  font-size: 21px;
  margin: 0 0 20px 0
}
.subscribe--error, .unsubscribe--error {
  background-color: #f8d7da
}
.consent-checkbox {
  margin-top: 5px;
  float: left
}
.consent-label {
  margin-left: 25px;
  margin-bottom: 5px;
  display: block
}
.basket-steps {
  margin: 15px 0 30px 0;
  font-weight: 600
}
.basket-steps a {
  color: #333333;
  font-weight: 400
}
.basket-steps i {
  font-size: 12px
}
.basket-steps i::after {
  content: ' / ';
  margin: 0 5px
}
.basket-area-items-list {
  width: 100%;
  text-align: center
}
@media (max-width:767px) {
  .basket-area-items-list thead {
    display: none
  }
  .basket-area-items-list tr, .basket-area-items-list th, .basket-area-items-list td {
    width: 100%;
    display: block
  }
  .basket-area-items-list tr:before, .basket-area-items-list th:before, .basket-area-items-list td:before, .basket-area-items-list tr:after, .basket-area-items-list th:after, .basket-area-items-list td:after {
    display: table;
    content: " "
  }
  .basket-area-items-list tr:after, .basket-area-items-list th:after, .basket-area-items-list td:after {
    clear: both
  }
  .basket-area-items-list td:last-child {
    position: initial
  }
  .basket-area-items-list .item-image {
    display: block;
    margin: 10px auto
  }
}
.basket-area-items-list tr {
  position: relative
}
.basket-area-items-list th {
  font-size: 14px;
  text-align: center
}
.basket-area-items-list th, .basket-area-items-list td {
  padding: 5px;
  position: relative
}
.basket-area-items-list .item-image {
  max-width: 180px;
  max-height: 180px;
  display: block;
  margin: 0 auto
}
.basket-area-items-list .item-title {
  text-align: center
}
.basket-area-items-list .amount-quantity {
  font-size: 11px;
  clear: both;
  display: block
}
.basket-area-items-list .remove-item-from-basket {
  border: 0;
  display: block;
  padding: 0;
  width: 25px;
  height: 25px;
  background-color: red;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20viewBox%3D%220%200%20129%20129%22%20enable-background%3D%22new%200%200%20129%20129%22%20width%3D%22512px%22%20height%3D%22512px%22%20class%3D%22%22%3E%3Cg%3E%3Cg%3E%0A%20%20%20%20%3Cpath%20d%3D%22M7.6%2C121.4c0.8%2C0.8%2C1.8%2C1.2%2C2.9%2C1.2s2.1-0.4%2C2.9-1.2l51.1-51.1l51.1%2C51.1c0.8%2C0.8%2C1.8%2C1.2%2C2.9%2C1.2c1%2C0%2C2.1-0.4%2C2.9-1.2%20%20%20c1.6-1.6%2C1.6-4.2%2C0-5.8L70.3%2C64.5l51.1-51.1c1.6-1.6%2C1.6-4.2%2C0-5.8s-4.2-1.6-5.8%2C0L64.5%2C58.7L13.4%2C7.6C11.8%2C6%2C9.2%2C6%2C7.6%2C7.6%20%20%20s-1.6%2C4.2%2C0%2C5.8l51.1%2C51.1L7.6%2C115.6C6%2C117.2%2C6%2C119.8%2C7.6%2C121.4z%22%20data-original%3D%22%23000000%22%20class%3D%22active-path%22%20data-old_color%3D%22%23ffffff%22%20fill%3D%22%23ffffff%22%2F%3E%0A%20%20%3C%2Fg%3E%3C%2Fg%3E%20%3C%2Fsvg%3E%0A')
}
.basket-area-items-list .remove-item-from-basket:hover, .basket-area-items-list .remove-item-from-basket:focus {
  background-color: #ff9999
}
@media (max-width:767px) {
  .basket-area-items-list .remove-item-from-basket {
    top: 2px;
    right: 2px;
    position: absolute
  }
}
@media (min-width:768px) {
  .basket-area-items-list .remove-item-from-basket {
    margin: -3px auto
  }
}
.basket-area-items-list .item-features {
  font-size: 10px;
  list-style-type: none
}
.basket-area-items-list .item-features li {
  display: block;
  padding: 3px
}
.basket-area-items-list .item-features {
  padding: 0;
  margin: 0
}
.basket-area-items-list .tooltip-toggle {
  position: relative;
  cursor: pointer
}
.basket-area-items-list .tooltip-toggle > div:first-child {
  font-weight: 700
}
.basket-area-items-list .tooltip-toggle .tooltip {
  font-size: 12px
}
@media (min-width:768px) {
  .basket-area-items-list .tooltip-toggle .tooltip {
    min-width: 190px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s linear 0.1s, visibility 0.2s linear 0.1s;
    backface-visibility: hidden;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    background-color: white;
    padding: 10px;
    border: 1px solid #6abf4e
  }
  .basket-area-items-list .tooltip-toggle:hover .tooltip, .basket-area-items-list .tooltip-toggle:focus .tooltip {
    visibility: visible;
    opacity: 1
  }
}
.basket-area .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0
}
.basket-area input[type="text"].input-discount-code {
  width: 100%;
  margin-right: 5px
}
@media (min-width:768px) {
  .basket-area input[type="text"].input-discount-code {
    width: 150px
  }
}
.basket-area-summary .basket-area-summary-price {
  text-align: right;
  margin-top: 0;
  margin-bottom: 20px
}
.basket-area-summary .basket-area-summary-price > span {
  font-weight: 600
}
.basket-area-summary .btn-checkout {
  float: right
}
.basket-area-summary, .basket-area-footer {
  clear: both;
  margin: 40px auto
}
.basket-area-summary:before, .basket-area-footer:before, .basket-area-summary:after, .basket-area-footer:after {
  display: table;
  content: " "
}
.basket-area-summary:after, .basket-area-footer:after {
  clear: both
}
.basket-area-summary .btn-checkout, .basket-area-footer .btn-checkout {
  float: right
}
@media (min-width:992px) {
  .checkout-user-data, .checkout-company-data, .payments-table-box, .company-table-box, .delivery-table-box, .checkout-deliveries, .invoice-table-box, .deliverer-table-box {
    float: left;
    width: 50%
  }
}
.checkout-user-data, .checkout-company-data {
  clear: both
}
.checkout-user-data:before, .checkout-company-data:before, .checkout-user-data:after, .checkout-company-data:after {
  display: table;
  content: " "
}
.checkout-user-data:after, .checkout-company-data:after {
  clear: both
}
.payments-table-box, .company-table-box, .delivery-table-box, .invoice-table-box, .deliverer-table-box {
  margin-bottom: 15px
}
.payments-table-box table, .company-table-box table, .delivery-table-box table, .invoice-table-box table, .deliverer-table-box table {
  width: 100%;
  table-layout: fixed
}
.payments-table-box table th, .company-table-box table th, .delivery-table-box table th, .invoice-table-box table th, .deliverer-table-box table th, .payments-table-box table td, .company-table-box table td, .delivery-table-box table td, .invoice-table-box table td, .deliverer-table-box table td {
  padding: 10px
}
.summary-data-container {
  margin: 15px 0
}
.summary-data-container > div:nth-child(odd) {
  padding-right: 15px;
  clear: left
}
.summary-data-container > div:nth-child(even) {
  padding-left: 15px
}
.summary-data-container > div.summary-comment-form {
  clear: both;
  padding-left: 0;
  padding-right: 0
}
.summary-data-container > div.summary-comment-form:before, .summary-data-container > div.summary-comment-form:after {
  display: table;
  content: " "
}
.summary-data-container > div.summary-comment-form:after {
  clear: both
}
.summary-agreements {
  margin: 15px 0
}
.summary-regulations .checkbox {
  clear: both
}
.summary-regulations .checkbox span {
  display: inline-block;
  margin-top: 2px
}
.summary-regulations .checkbox:before, .summary-regulations .checkbox:after {
  display: table;
  content: " "
}
.summary-regulations .checkbox:after {
  clear: both
}
.order-completed-info-group {
  margin-bottom: 40px
}
.order-completed-info-group label, .order-completed-info-group span {
  display: inline
}
.order-completed-info-title, .order-completed-container-products {
  margin-bottom: 40px
}
.checkout-company-data .form-group:nth-child(-n+3) {
  position: relative;
  padding-top: 2px
}
.checkout-company-data .form-group:nth-child(-n+3) input[type="checkbox"], .checkout-company-data .form-group:nth-child(-n+3) input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0
}
.checkout-company-data label[for="InvoiceData_CompanyName"] {
  margin-top: 20px
}
.checkout-company-data label[for="InvoiceUserType_Company"], .checkout-company-data label[for="InvoiceUserType_NaturalPerson"] {
  padding-left: 20px
}
.order-payment-container, .order-completed-container-properties {
  padding-bottom: 20px
}
.order-payment-container p, .order-completed-container-properties p {
  padding-bottom: 15px
}
.order-payment-container span, .order-completed-container-properties span {
  font-weight: 700
}
h4.order-completed-info-title, .order-completed-container-products {
  margin-bottom: 30px
}
.order-payment-info-group, .order-completed-info-group {
  margin-bottom: 20px
}
.order-completed-container-products h4 label, .order-completed-info-group label, .order-payment-info-group label {
  display: inline;
  font-size: 16px;
  font-weight: 400
}
.order-completed-container-products h4 label {
  font-weight: 700
}
.order-completed-status {
  text-align: center
}
.order-completed-status p {
  margin-bottom: 10px
}
input[type="submit"].payu-logo {
  appearance: none;
  border: 0;
  background-color: transparent
}
.basket-user-actions {
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 20px
}
.basket-user-actions .basket-user-login, .basket-user-actions .basket-user-register, .basket-user-actions .basket-user-order-proceed {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  margin-bottom: 30px
}
@media (min-width:768px) {
  .basket-user-actions .basket-user-login, .basket-user-actions .basket-user-register, .basket-user-actions .basket-user-order-proceed {
    float: left;
    width: 33.333333333%
  }
}
#delivery-inpost-plugin {
  display: block;
  width: 100%;
  clear: both
}
#delivery-inpost-plugin .delivery-insurance {
  clear: both
}
.widget-product-details {
  background-color: #f8f8f8;
  padding: 10px
}
.widget-product-details:before, .widget-product-details:after {
  display: table;
  content: " "
}
.widget-product-details:after {
  clear: both
}
.widget-product-details .quantity-change {
  margin-bottom: 1px
}
.widget-product-details .quantity-change input {
  margin-bottom: 0
}
.widget-product-details .carousel .item {
  height: 100%
}
.widget-product-details .carousel .item img {
  width: auto;
  max-height: 100%
}
.widget-product-details #carousel {
  padding: 0 2px;
  margin-bottom: 30px
}
.widget-product-details .carousel-inner {
  height: 280px
}
.widget-product-details:hover .promotion-label, .widget-product-details:focus .promotion-label {
  transform: scale(1.8)
}
.product-details-image-container {
  position: relative;
  display: block
}
@media (min-width:768px) {
  .product-details-image-container {
    width: 50%;
    float: left;
    padding-right: 30px
  }
}
.product-details-image-container .promotion-label {
  top: 252px;
  bottom: auto
}
.product-details-data-container, .one-product-tables {
  position: relative;
  display: block;
  margin-bottom: 40px
}
@media (min-width:768px) {
  .product-details-data-container, .one-product-tables {
    width: 50%;
    float: right
  }
}
.product-details-data-container {
  text-align: center
}
@media (min-width:768px) {
  .product-details-data-container {
    padding-top: 20px
  }
}
.carousel-thumbnails {
  margin-bottom: 30px
}
.carousel-thumbnails .carousel-inner {
  height: 100px;
  padding: 0
}
.carousel-thumbnails .item {
  list-style-type: none;
  margin: 0;
  padding: 0
}
.carousel-thumbnails li {
  margin: 0;
  float: left;
  height: 100%;
  position: relative;
  width: 33.333333333%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding: 2px
}
.carousel-thumbnails li > a {
  position: relative;
  display: block;
  height: 100%;
  width: 100%
}
.carousel-thumbnails img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto
}
.product-details-title {
  margin-top: 0
}
.product-details-price, .product-details-actions, .product-details-availability {
  clear: both
}
.product-details-price:before, .product-details-actions:before, .product-details-availability:before, .product-details-price:after, .product-details-actions:after, .product-details-availability:after {
  display: table;
  content: " "
}
.product-details-price:after, .product-details-actions:after, .product-details-availability:after {
  clear: both
}
.product-details-actions .quantity-change, .product-details-actions .btn-add-to-cart {
  margin-left: auto;
  margin-right: auto
}
.product-details-actions .quantity-change:before, .product-details-actions .btn-add-to-cart:before, .product-details-actions .quantity-change:after, .product-details-actions .btn-add-to-cart:after {
  display: table;
  content: " "
}
.product-details-actions .quantity-change:after, .product-details-actions .btn-add-to-cart:after {
  clear: both
}
.product-details-availability {
  margin-bottom: 20px
}
.product-details-price span:first-child {
  display: block
}
.one-product-tables {
  clear: right;
  border: 1px solid #eeeeee;
  padding: 5px 10px
}
.one-product-tables .tab-content {
  padding-top: 40px
}
.one-product-tables .tab-content #description {
  overflow: auto
}
.one-product-tables .tab-content #description .item-description img {
  max-width: 100% !important
}
.one-product-tables .tab-content #description .item-description table, .one-product-tables .tab-content #description .item-description tbody {
  width: 100% !important
}
.item-description {
  margin-bottom: 30px
}
.item-description h1:first-child, .item-description h2:first-child, .item-description h3:first-child, .item-description h4:first-child, .item-description h5:first-child, .item-description h6:first-child {
  margin-top: 0
}
.item-description > * {
  max-width: 100%
}
.item-description:last-child {
  margin-bottom: 0
}
a.fileLink {
  padding-left: 24px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 14px;
  background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2019.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20id%3D%22Capa_1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2041.712%2041.712%22%20style%3D%22enable-background%3Anew%200%200%2041.712%2041.712%3B%22%20xml%3Aspace%3D%22preserve%22%20width%3D%22512px%22%20height%3D%22512px%22%3E%0A%3Cpath%20d%3D%22M31.586%2C21.8c0.444-0.444%2C0.444-1.143%2C0-1.587c-0.429-0.444-1.143-0.444-1.571%2C0l-8.047%2C8.032V1.706%20%20c0-0.619-0.492-1.127-1.111-1.127c-0.619%2C0-1.127%2C0.508-1.127%2C1.127v26.539l-8.031-8.032c-0.444-0.444-1.159-0.444-1.587%2C0%20%20c-0.444%2C0.444-0.444%2C1.143%2C0%2C1.587l9.952%2C9.952c0.429%2C0.429%2C1.143%2C0.429%2C1.587%2C0L31.586%2C21.8z%20M39.474%2C29.086%20%20c0-0.619%2C0.492-1.111%2C1.111-1.111c0.619%2C0%2C1.127%2C0.492%2C1.127%2C1.111v10.92c0%2C0.619-0.508%2C1.127-1.127%2C1.127H1.111%20%20C0.492%2C41.133%2C0%2C40.625%2C0%2C40.006v-10.92c0-0.619%2C0.492-1.111%2C1.111-1.111s1.127%2C0.492%2C1.127%2C1.111v9.809h37.236V29.086z%22%20fill%3D%22%23a8a8a8%22%2F%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A');
  margin-bottom: 15px
}
.item-attachment {
  padding-bottom: 15px
}
.product-variant-list {
  clear: both;
  padding-top: 15px
}
.product-variant-list:before, .product-variant-list:after {
  display: table;
  content: " "
}
.product-variant-list:after {
  clear: both
}
.product-variant-header {
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 20px
}
.product-variant {
  width: 100%;
  display: block;
  margin-bottom: 15px;
  padding: 5px;
  border: 1px solid #eeeeee
}
.product-variant:before, .product-variant:after {
  display: table;
  content: " "
}
.product-variant:after {
  clear: both
}
.product-variant:hover {
  background-color: #f6fbf4;
  box-shadow: inset 0 0 0 3px #e9f6e5
}
.product-variant .product-variant-thumb, .product-variant .product-variant-data {
  display: inline-block;
  vertical-align: middle;
  width: 100%
}
.product-variant .product-variant-thumb {
  width: 25%;
  height: 140px;
  position: relative
}
.product-variant .product-variant-thumb img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  margin: auto;
  max-width: 100%;
  max-height: 100%
}
.product-variant .product-variant-data {
  text-align: center;
  padding: 10px 10px 5px 10px;
  position: relative;
  margin-left: -6px;
  width: 75%
}
.product-variant .product-variant-filter {
  font-size: 12px;
  display: block;
  margin-bottom: 5px
}
.product-variant .product-variant-key {
  font-weight: bold
}
.product-variant .product-variant-product {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
  transition-duration: 0.3s;
  transition-property: color;
  transition-timing-function: ease
}
.product-variant .product-variant-product:hover, .product-variant .product-variant-product:focus {
  color: #6abf4e
}
.product-variant .product-variant-product, .product-variant .product-variant-thumb img {
  cursor: pointer
}
.product-variant .product-variant-price, .product-variant .product-variant-action {
  width: 100%;
  clear: both
}
.product-variant .quantity-change, .product-variant .btn-add-to-cart {
  margin-right: auto;
  margin-left: auto
}
.product-variant .product-variant-price {
  margin-top: 10px;
  margin-bottom: 15px
}
@media (min-width:992px) {
  .product-variant .product-variant-thumb, .product-variant .product-variant-data {
    vertical-align: middle
  }
  .product-variant .product-variant-price {
    text-align: center
  }
  .product-variant .quantity-change {
    margin-top: 0
  }
  .product-variant .btn-add-to-cart {
    margin-bottom: 0
  }
}
.opinion-rate, .rating-stars {
  color: #ffa94f;
  user-select: none
}
.product-details-data-container .rating-stars {
  margin-bottom: 20px
}
.opinion-rate {
  margin-bottom: 10px
}
.opinion-rate:before, .opinion-rate:after {
  display: table;
  content: " "
}
.opinion-rate:after {
  clear: both
}
.opinion-rate__star {
  cursor: pointer;
  float: left
}
.opinion-form {
  margin-bottom: 30px
}
.opinions-list {
  margin-bottom: 20px
}
.opinion-item {
  margin: 30px 0;
  font-size: 13px
}
.opinion-item__rate-stars {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px
}
.opinion-item__nickname {
  font-weight: 700;
  font-size: 13px
}
.product-details-filters-container {
  width: 70%;
  display: block;
  margin-left: auto;
  margin-right: auto
}
.variant-filter-key, .variant-filter-value {
  width: 100% !important
}
.variant-filter-key {
  text-align: left !important
}
.product-details-data-container .historical-price {
  margin-bottom: 20px
}
.product-details-data-container .historical-price .historical-price__info {
  display: inline
}
.product-details-data-container .historical-price .historical-price__value {
  font-size: 10px !important;
  font-weight: normal !important
}
.widget-search-feature .search-feature-container {
  margin-right: -15px;
  margin-left: -15px;
  word-wrap: break-word;
  word-break: break-word
}
.widget-search-feature .search-feature-item {
  margin-bottom: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}
@media (min-width:768px) {
  .widget-search-feature .search-feature-item {
    float: left;
    width: 100%
  }
}
.col-sm-5 > .widget-search-feature .search-feature-item, .col-sm-6 > .widget-search-feature .search-feature-item, .col-sm-7 > .widget-search-feature .search-feature-item, .col-sm-8 > .widget-search-feature .search-feature-item {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}
@media (min-width:768px) {
  .col-sm-5 > .widget-search-feature .search-feature-item, .col-sm-6 > .widget-search-feature .search-feature-item, .col-sm-7 > .widget-search-feature .search-feature-item, .col-sm-8 > .widget-search-feature .search-feature-item {
    float: left;
    width: 50%
  }
}
.col-sm-9 > .widget-search-feature .search-feature-item, .col-sm-10 > .widget-search-feature .search-feature-item {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}
@media (min-width:768px) {
  .col-sm-9 > .widget-search-feature .search-feature-item, .col-sm-10 > .widget-search-feature .search-feature-item {
    float: left;
    width: 50%
  }
}
@media (min-width:992px) {
  .col-sm-9 > .widget-search-feature .search-feature-item, .col-sm-10 > .widget-search-feature .search-feature-item {
    float: left;
    width: 33.333333333%
  }
}
.col-sm-11 > .widget-search-feature .search-feature-item, .col-sm-12 > .widget-search-feature .search-feature-item {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}
@media (min-width:768px) {
  .col-sm-11 > .widget-search-feature .search-feature-item, .col-sm-12 > .widget-search-feature .search-feature-item {
    float: left;
    width: 33.333333333%
  }
}
@media (min-width:992px) {
  .col-sm-11 > .widget-search-feature .search-feature-item, .col-sm-12 > .widget-search-feature .search-feature-item {
    float: left;
    width: 25%
  }
}
.widget-search-feature select {
  width: 100%;
}
.search-widget .search-widget-form {
  position: relative;
}
.search-widget .search-widget-query {
  border: none;
  border: dashed #6abf4e 1px;
}
.search-widget .btn-search {
  height: 31px;
  width: 31px;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20viewBox%3D%220%200%20129%20129%22%20enable-background%3D%22new%200%200%20129%20129%22%20width%3D%22512px%22%20height%3D%22512px%22%20class%3D%22%22%3E%3Cg%3E%3Cg%3E%0A%20%20%20%20%3Cpath%20d%3D%22M51.6%2C96.7c11%2C0%2C21-3.9%2C28.8-10.5l35%2C35c0.8%2C0.8%2C1.8%2C1.2%2C2.9%2C1.2s2.1-0.4%2C2.9-1.2c1.6-1.6%2C1.6-4.2%2C0-5.8l-35-35%20%20%20c6.5-7.8%2C10.5-17.9%2C10.5-28.8c0-24.9-20.2-45.1-45.1-45.1C26.8%2C6.5%2C6.5%2C26.8%2C6.5%2C51.6C6.5%2C76.5%2C26.8%2C96.7%2C51.6%2C96.7z%20M51.6%2C14.7%20%20%20c20.4%2C0%2C36.9%2C16.6%2C36.9%2C36.9C88.5%2C72%2C72%2C88.5%2C51.6%2C88.5c-20.4%2C0-36.9-16.6-36.9-36.9C14.7%2C31.3%2C31.3%2C14.7%2C51.6%2C14.7z%22%20data-original%3D%22%23000000%22%20class%3D%22active-path%22%20data-old_color%3D%22%23000000%22%20fill%3D%22%23777777%22%2F%3E%0A%20%20%3C%2Fg%3E%3C%2Fg%3E%20%3C%2Fsvg%3E%0A');
  background-size: 20px 20px;
  overflow: hidden;
  text-indent: -9999px
}
.modal-search-results .modal-body {
  overflow-y: auto
}
.search-result-item-content {
  color: #333333;
  font-size: 12px
}
.search-result-item a:hover, .search-result-item a:focus {
  text-decoration: none
}
.search-result-item a:hover > span, .search-result-item a:focus > span {
  text-decoration: underline
}
.carousel-control.left, .carousel-control.right, .modal-gallery-image .left.left, .modal-gallery-image .right.left, .modal-gallery-image .left.right, .modal-gallery-image .right.right {
  background-image: none;
  opacity: 1
}
.carousel-control.left .arrow, .carousel-control.right .arrow, .carousel-control.left .ikonaarrow, .carousel-control.right .ikonaarrow, .modal-gallery-image .left.left .arrow, .modal-gallery-image .left.right .arrow, .modal-gallery-image .right.left .arrow, .modal-gallery-image .right.right .arrow, .modal-gallery-image .left.left .ikonaarrow, .modal-gallery-image .left.right .ikonaarrow, .modal-gallery-image .right.left .ikonaarrow, .modal-gallery-image .right.right .ikonaarrow {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  border-top: 3px solid #6abf4e;
  border-right: 3px solid #6abf4e;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.5
}
@media (min-width:768px) {
  .carousel-control.left .arrow, .carousel-control.right .arrow, .carousel-control.left .ikonaarrow, .carousel-control.right .ikonaarrow, .modal-gallery-image .left.left .arrow, .modal-gallery-image .left.right .arrow, .modal-gallery-image .left.left .ikonaarrow, .modal-gallery-image .left.right .ikonaarrow, .modal-gallery-image .right.left .arrow, .modal-gallery-image .right.right .arrow, .modal-gallery-image .right.left .ikonaarrow, .modal-gallery-image .right.right .ikonaarrow {
    width: 30px;
    height: 30px
  }
}
.carousel-control.left:hover .arrow, .carousel-control.right:hover .arrow, .carousel-control.left:hover .ikonaarrow, .carousel-control.right:hover .ikonaarrow, .modal-gallery-image .left.left:hover .arrow, .modal-gallery-image .left.right:hover .arrow, .modal-gallery-image .right.left:hover .arrow, .modal-gallery-image .right.right:hover .arrow, .modal-gallery-image .left.left:hover .ikonaarrow, .modal-gallery-image .left.right:hover .ikonaarrow, .modal-gallery-image .right.left:hover .ikonaarrow, .modal-gallery-image .right.right:hover .ikonaarrow {
  box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.1);
  opacity: 1
}
.carousel-control.left .arrow, .carousel-control.left .ikonaarrow, .modal-gallery-image .left.left .arrow, .modal-gallery-image .right.left .arrow, .modal-gallery-image .left.left .ikonaarrow, .modal-gallery-image .right.left .ikonaarrow {
  transform-origin: center center;
  transform: rotate(-135deg)
}
@media (min-width:768px) {
  .carousel-control.left .arrow, .carousel-control.left .ikonaarrow, .modal-gallery-image .left.left .arrow, .modal-gallery-image .left.left .ikonaarrow, .modal-gallery-image .right.left .arrow, .modal-gallery-image .right.left .ikonaarrow {
    right: auto;
    left: 20px
  }
}
.carousel-control.right .arrow, .carousel-control.right .ikonaarrow, .modal-gallery-image .left.right .arrow, .modal-gallery-image .right.right .arrow, .modal-gallery-image .left.right .ikonaarrow, .modal-gallery-image .right.right .ikonaarrow {
  transform-origin: center center;
  transform: rotate(45deg)
}
@media (min-width:768px) {
  .carousel-control.right .arrow, .carousel-control.right .ikonaarrow, .modal-gallery-image .left.right .arrow, .modal-gallery-image .left.right .ikonaarrow, .modal-gallery-image .right.right .arrow, .modal-gallery-image .right.right .ikonaarrow {
    left: auto;
    right: 20px
  }
}
.carousel-indicators {
  bottom: 5px;
  margin-bottom: 5px
}
.carousel-indicators li, .carousel-indicators .active {
  border-radius: 0;
  border-width: 0;
  margin: 0;
  width: 20px;
  height: 3px
}
@media (min-width:768px) {
  .carousel-indicators li, .carousel-indicators .active {
    width: 40px
  }
}
.carousel-indicators li, .carousel-indicators li.active {
  background-color: #6abf4e
}
.carousel-indicators li {
  opacity: 0.5
}
.carousel-indicators li:hover {
  opacity: 1;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1)
}
.carousel-indicators .active {
  opacity: 1
}
.carousel {
  position: relative
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%
}
.carousel-inner > .item {
  display: none;
  position: relative;
  text-align: center;
  height: 100%;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  line-height: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  max-width: 100% !important
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: all 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0
  }
}
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block
}
.carousel-inner > .active {
  left: 0
}
.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%
}
.carousel-inner > .next {
  left: 100%
}
.carousel-inner > .prev {
  left: -100%
}
.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0
}
.carousel-inner > .active.left {
  left: -100%
}
.carousel-inner > .active.right {
  left: 100%
}
.carousel.carousel-vertical .carousel-inner > .item {
  -webkit-transition: 0.6s ease-in-out top;
  -o-transition: 0.6s ease-in-out top;
  transition: 0.6s ease-in-out top
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel.carousel-vertical .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000
  }
  .carousel.carousel-vertical .carousel-inner > .item.next, .carousel.carousel-vertical .carousel-inner > .item.active.right {
    top: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
  .carousel.carousel-vertical .carousel-inner > .item.prev, .carousel.carousel-vertical .carousel-inner > .item.active.left {
    top: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
  .carousel.carousel-vertical .carousel-inner > .item.next.left, .carousel.carousel-vertical .carousel-inner > .item.prev.right, .carousel.carousel-vertical .carousel-inner > .item.active {
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
.carousel.carousel-vertical .carousel-inner > .active {
  top: 0
}
.carousel.carousel-vertical .carousel-inner > .next, .carousel.carousel-vertical .carousel-inner > .prev {
  top: 0;
  height: 100%;
  width: auto
}
.carousel.carousel-vertical .carousel-inner > .next {
  left: 0;
  top: 100%
}
.carousel.carousel-vertical .carousel-inner > .prev {
  left: 0;
  top: -100%
}
.carousel.carousel-vertical .carousel-inner > .next.left, .carousel.carousel-vertical .carousel-inner > .prev.right {
  top: 0
}
.carousel.carousel-vertical .carousel-inner > .active.left {
  left: 0;
  top: -100%
}
.carousel.carousel-vertical .carousel-inner > .active.right {
  left: 0;
  top: 100%
}
.carousel.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity
}
.carousel.carousel-fade .carousel-inner .active {
  opacity: 1
}
.carousel.carousel-fade .carousel-inner .active.left, .carousel.carousel-fade .carousel-inner .active.right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  z-index: 1
}
.carousel.carousel-fade .carousel-inner .next.left, .carousel.carousel-fade .carousel-inner .prev.right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0;
  right: 0;
  margin: 0;
  opacity: 1
}
.carousel.carousel-fade .carousel-control, .carousel.carousel-fade .modal-gallery-image .left, .carousel.carousel-fade .modal-gallery-image .right {
  z-index: 2
}
.user-account {
  text-align: center
}
.user-account .widget-header {
  padding-bottom: 0;
  margin-bottom: 5px
}
.user-account .widget-header::after {
  display: none
}
.user-account .widget-content {
  font-size: 12px;
  padding-top: 48px;
  background-size: 28px 28px;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  display: inline-block;
  min-width: 40px;
  background-image: url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20id%3D%22Capa_1%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2033%2033%22%20style%3D%22enable-background%3Anew%200%200%2033%2033%3B%22%20xml%3Aspace%3D%22preserve%22%20width%3D%22512px%22%20height%3D%22512px%22%3E%0A%3Cg%3E%0A%09%3Cpath%20d%3D%22M20.626%2C33h-8.253c-0.276%2C0-0.5-0.224-0.5-0.5v-9.701H11.76c-1.47%2C0-2.665-1.195-2.665-2.665v-6.442%20%20%20c0-1.47%2C1.195-2.665%2C2.665-2.665h9.479c1.47%2C0%2C2.665%2C1.195%2C2.665%2C2.665v6.442c0%2C1.469-1.195%2C2.665-2.665%2C2.665h-0.113V32.5%20%20%20C21.126%2C32.776%2C20.903%2C33%2C20.626%2C33z%20M12.874%2C32h7.253v-9.701c0-0.276%2C0.224-0.5%2C0.5-0.5h0.613c0.918%2C0%2C1.665-0.747%2C1.665-1.665%20%20%20v-6.442c0-0.918-0.747-1.665-1.665-1.665H11.76c-0.918%2C0-1.665%2C0.747-1.665%2C1.665v6.442c0%2C0.918%2C0.747%2C1.665%2C1.665%2C1.665h0.613%20%20%20c0.276%2C0%2C0.5%2C0.224%2C0.5%2C0.5V32z%22%20fill%3D%22%23333333%22%2F%3E%0A%09%3Cpath%20d%3D%22M16.5%2C9.862c-2.719%2C0-4.931-2.212-4.931-4.931S13.781%2C0%2C16.5%2C0c2.72%2C0%2C4.932%2C2.212%2C4.932%2C4.931S19.219%2C9.862%2C16.5%2C9.862z%20%20%20%20M16.5%2C1c-2.167%2C0-3.931%2C1.764-3.931%2C3.931s1.764%2C3.931%2C3.931%2C3.931c2.168%2C0%2C3.932-1.764%2C3.932-3.931S18.667%2C1%2C16.5%2C1z%22%20fill%3D%22%23333333%22%2F%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A')
}
.user-account .widget-content::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 3px;
  display: block;
  background-color: #6abf4e;
  width: 100%;
  max-width: 40px;
  content: '';
  bottom: auto;
  top: 40px
}
.user-account .user-account-label span {
  font-weight: 600
}
@media (min-width:768px) {
  .user-account-tooltip-visible {
    position: relative
  }
  .user-account-tooltip-visible .user-account-tooltip {
    position: absolute;
    top: 100%;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s linear 0.1s, visibility 0.2s linear 0.1s;
    backface-visibility: hidden;
    background-color: white;
    width: 300px;
    padding: 10px;
    border: 3px solid #6abf4e;
    z-index: 1000
  }
  .user-account-tooltip-visible:hover .user-account-tooltip {
    visibility: visible;
    opacity: 1
  }
}
.widget {
  margin: 20px 0;
  clear: both
}
.widget:before, .widget:after {
  display: table;
  content: " "
}
.widget:after {
  clear: both
}
.widget-content {
  margin: 0
}
.widget-header {
  position: relative;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 15px;
  text-transform: uppercase
}
.widget-header:before, .widget-header:after {
  display: table;
  content: " "
}
.widget-header:after {
  clear: both
}
.widget-header h4, .widget-header h1, .basket-steps a {
  font-size: 14px;
  margin: 0;
  padding: 0;
  display: inline-block
}
.widget-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 3px;
  display: block;
  background-color: #6abf4e;
  width: 100%;
  max-width: 40px
}
.header-line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 3px;
  display: block;
  background-color: #6abf4e;
  width: 100%;
  max-width: 40px
}