
.wps-cls {
  zoom: 1;
}
.wps-cls:before,
.wps-cls:after {
  content: "";
  display: table;
}
.wps-cls:after {
  clear: both;
}
[class^="wps"],
[class^="wps"]:before,
[class^="wps"]:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
[class*="listpaddedh"] {
  padding: 0 0 0 16px;
}
[class*="wps-"][class*="marged"] {
  margin: 16px 0 16px 0;
}
a[class*="wps-"][class*="-block"] {
  display: block;
  line-height: 0;
}
.wps-boxed {
  zoom: 1;
}
.wps-boxed:before,
.wps-boxed:after {
  content: "";
  display: table;
}
.wps-boxed:after {
  clear: both;
}
.wps-boxed [class*="wps-"][class*="h1"],
.wps-boxed [class*="wps-"][class*="h2"],
.wps-boxed [class*="wps-"][class*="h3"],
.wps-boxed [class*="wps-"][class*="h4"],
.wps-boxed [class*="wps-"][class*="h5"],
.wps-boxed [class*="wps-"][class*="h6"] {
  margin-top: 0;
  margin-bottom: .8em;
}
[class*="wps-"][class*="alignRight"] {
  float: right;
  margin-left: 1em;
}
[class*="wps-"][class*="alignLeft"] {
  float: left;
  margin-right: 1em;
}
[class*="wps"][class*="-h1"],
[class*="wps"][class*="-h2"],
[class*="wps"][class*="-h3"],
[class*="wps"][class*="-h4"],
[class*="wps"][class*="-h5"],
[class*="wps"][class*="-h6"] {
  font-weight: normal;
  display: block;
  vertical-align: middle;
  max-width: 100%;
  margin: 0.5em 0;
  margin-top: 0;
  line-height: 1;
}
[class*="wps"][class*="-h1"][class*="line"],
[class*="wps"][class*="-h2"][class*="line"],
[class*="wps"][class*="-h3"][class*="line"],
[class*="wps"][class*="-h4"][class*="line"],
[class*="wps"][class*="-h5"][class*="line"],
[class*="wps"][class*="-h6"][class*="line"] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
[class*="wps"][class*="-h1"] [class*="wps-"][class*="bton"],
[class*="wps"][class*="-h2"] [class*="wps-"][class*="bton"],
[class*="wps"][class*="-h3"] [class*="wps-"][class*="bton"],
[class*="wps"][class*="-h4"] [class*="wps-"][class*="bton"],
[class*="wps"][class*="-h5"] [class*="wps-"][class*="bton"],
[class*="wps"][class*="-h6"] [class*="wps-"][class*="bton"] {
  float: right;
  margin-left: 4px;
}
[class*="wps"][class*="-h1"] i,
[class*="wps"][class*="-h2"] i,
[class*="wps"][class*="-h3"] i,
[class*="wps"][class*="-h4"] i,
[class*="wps"][class*="-h5"] i,
[class*="wps"][class*="-h6"] i {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  font-style: normal;
  margin-right: 0.5em;
  display: inline;
  padding: .2em .6em .2em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: none;
}
[class*="wps"][class*="-h1"] i[class*="wps-"][class*="icon"],
[class*="wps"][class*="-h2"] i[class*="wps-"][class*="icon"],
[class*="wps"][class*="-h3"] i[class*="wps-"][class*="icon"],
[class*="wps"][class*="-h4"] i[class*="wps-"][class*="icon"],
[class*="wps"][class*="-h5"] i[class*="wps-"][class*="icon"],
[class*="wps"][class*="-h6"] i[class*="wps-"][class*="icon"] {
  display: inline-block;
  padding: 1em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: #444;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}
[class*="wps"][class*="-h1"] i[class*="wps-"][class*="icon"][class*="mini"],
[class*="wps"][class*="-h2"] i[class*="wps-"][class*="icon"][class*="mini"],
[class*="wps"][class*="-h3"] i[class*="wps-"][class*="icon"][class*="mini"],
[class*="wps"][class*="-h4"] i[class*="wps-"][class*="icon"][class*="mini"],
[class*="wps"][class*="-h5"] i[class*="wps-"][class*="icon"][class*="mini"],
[class*="wps"][class*="-h6"] i[class*="wps-"][class*="icon"][class*="mini"] {
  font-size: 32%;
  margin-left: 1em;
  color: #ffffff;
  opacity: .6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
[class*="wps"][class*="-h1"] i[class*="wps-"][class*="icon"][class*="mini"]:hover,
[class*="wps"][class*="-h2"] i[class*="wps-"][class*="icon"][class*="mini"]:hover,
[class*="wps"][class*="-h3"] i[class*="wps-"][class*="icon"][class*="mini"]:hover,
[class*="wps"][class*="-h4"] i[class*="wps-"][class*="icon"][class*="mini"]:hover,
[class*="wps"][class*="-h5"] i[class*="wps-"][class*="icon"][class*="mini"]:hover,
[class*="wps"][class*="-h6"] i[class*="wps-"][class*="icon"][class*="mini"]:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
[class*="wps"][class*="-h1"] i[class*="wps-"][class*="icon"][class*="mini"]:hover [class*="-helper"],
[class*="wps"][class*="-h2"] i[class*="wps-"][class*="icon"][class*="mini"]:hover [class*="-helper"],
[class*="wps"][class*="-h3"] i[class*="wps-"][class*="icon"][class*="mini"]:hover [class*="-helper"],
[class*="wps"][class*="-h4"] i[class*="wps-"][class*="icon"][class*="mini"]:hover [class*="-helper"],
[class*="wps"][class*="-h5"] i[class*="wps-"][class*="icon"][class*="mini"]:hover [class*="-helper"],
[class*="wps"][class*="-h6"] i[class*="wps-"][class*="icon"][class*="mini"]:hover [class*="-helper"] {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translate(3em, -50%);
      -ms-transform: translate(3em, -50%);
          transform: translate(3em, -50%);
  visibility: visible;
}
[class*="wps"][class*="-helper"] {
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translate(60px, -50%);
      -ms-transform: translate(60px, -50%);
          transform: translate(60px, -50%);
  font-size: 13px;
  line-height: 18px;
  background: #b1c7eb;
  color: #ffffff;
  padding: 8px 14px;
  position: absolute;
  top: 50%;
  left: 0px;
  display: block;
  min-width: 250px;
  visibility: hidden;
  text-align: left;
  font-style: italic;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  font-weight: normal;
}
[class*="wps"][class*="-helper"]:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #b1c7eb;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
[class*="wps"][class*="rotate_90"] {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
[class*="wps"][class*="rounded"] {
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
[class*="wps"][class*="fullrounded"] {
  -webkit-border-radius: 2em;
          border-radius: 2em;
}
[class*="wps"][class*="circlerounded"] {
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.wps-table-layout {
  display: table;
  width: 100%;
}
.wps-table-layout > * {
  display: table-cell;
}
.wps-product-section {
  margin: 0 0 1em 0;
}
.wps-product-section:after {
  content: '';
  display: table;
  clear: both;
}
.wps-table {
  display: table;
  width: 100%;
  border: solid #e6e6e6 1px;
  margin-bottom: 16px;
}
.wps-table label {
  display: none;
}
.wps-table > div {
  display: table-row;
  background: #fafafa;
}
.wps-table > div:nth-child(even) {
  background: #fff;
}
.wps-table > div.wps-table-header {
  font-weight: bold;
  font-size: 0.7em;
  text-transform: uppercase;
  font-family: sans-serif;
}
.wps-table > div > div {
  display: table-cell;
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
  position: relative;
  text-align: center;
  padding: 8px;
  border-right: solid #f1f1f1 1px;
  border-bottom: solid #efefef 1px;
  font-size: .9em;
  line-height: 1.2em;
  vertical-align: middle;
}
.wps-table > div > div ul {
  margin: 0;
  padding: 0;
}
.wps-table > div > div li {
  list-style: none;
}
.wps-table > div > div [class*="wps"][class*="label"] {
  opacity: .6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.wps-table > div > div * {
  margin: 0;
}
.wps-table > div > div[class*="big"] {
  font-weight: bold;
  font-size: 1.5em;
}
.wps-table > div > div[class*="small"] {
  font-style: italic;
  font-size: .8em;
}
.wps-table > div:last-child > div {
  border-bottom: none;
}
.wps-table a {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.wps-bloc-loader {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.wps-bloc-loader:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  content: '';
  display: block;
  position: absolute;
  z-index: 99999;
  top: -3em;
  left: 50%;
  width: 2em;
  height: 2em;
  border-top: solid 3px #4285f4;
  border-right: solid 3px #4285f4;
  border-bottom: solid 3px rgba(255, 255, 255, 0.7);
  border-left: solid 3px rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-clip: padding-box;
  -webkit-animation: loadingcentered .3s infinite linear;
          animation: loadingcentered .3s infinite linear;
}
.wps-bloc-loading {
  opacity: .6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  pointer-events: none;
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.wps-bloc-loading:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  top: 160px;
  top: 10rem;
  left: 50%;
}
.wps-productQtyForm > * {
  vertical-align: middle;
  display: inline-block !important;
}
.wps-productQtyForm .wps-form {
  max-width: 3em;
  padding: 0 .5em;
}
.wps-productQtyForm input {
  text-align: center;
  border: none !important;
  background: none;
  font-weight: bold;
  height: 2em;
  width: 2em;
  min-height: 2em !important;
  line-height: 2em;
  margin: 0 .25em;
  font-weight: normal;
}
.wps-productQtyForm a {
  font-size: 13.6px;
  font-size: .85rem;
  padding: 0;
  background: #666;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  height: 1.5em;
  width: 1.5em;
  line-height: 1.5;
  text-align: center;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.wps-productQtyForm a i {
  margin: 0;
  color: #fff;
}
.wps-productQtyForm a:after {
  content: none;
}

/*.wps-taxonomy-wrapper {
  display: table-cell;
  table-layout: fixed;
}
.wps-taxonomy-wrapper > * {
  display: table-cell;
  vertical-align: top;
}*/
.wps-taxonomy-wrapper .wps-filters {
  width: 18em;
  padding-right: 2em;
}
.tax-wpshop_product_category .wps-entry-header {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 1em;
}
.tax-wpshop_product_category .wps-entry-caption {
  display: table-cell;
  vertical-align: middle;
  padding-left: 1em;
}
.tax-wpshop_product_category .wps-entry-thumbnail {
  display: table-cell;
  vertical-align: middle;
  width: 4em;
}
.tax-wpshop_product_category .wps-entry-thumbnail img {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 100%;
  height: auto;
}
.wps-categorie-item {
  overflow: hidden;
  text-align: left;
}
.wps-categorie-item a,
.wps-categorie-item span {
  display: block;
}
.wps-categorie-item a {
  line-height: 0;
  position: relative;
  text-decoration: none;
}
.wps-categorie-item .wps-categorie-item-thumbnail img {
  width: 100%;
  height: auto;
}
.wps-categorie-item .wps-categorie-item-thumbnail:after {
  display: block;
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.wps-categorie-item .wps-categorie-item-caption {
  line-height: 1.4;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding: 2em;
}
.wps-categorie-item .wps-categorie-item-title {
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: .25em;
}


@media (max-width: 1100px) {

}
@media (max-width: 1100px) {

}
@media (max-width: 960px) {


}
@media (max-width: 780px) {

  [class*=wps][class*="boxed"] {
    float: none !important;
    width: 100% !important;
  }
  .wps-table {
    border: none;
    display: block;
  }
  .wps-table .wps-table-header {
    display: none;
  }
  .wps-table .wps-table-content {
    margin-bottom: 1em;
    border: solid #e6e6e6 1px;
    background: none;
  }
  .wps-table label {
    display: inline-block;
    font-weight: bold;
    font-size: 0.8em;
    font-family: sans-serif;
    padding: 0 1em;
    width: 30%;
    float: left;
  }
  .wps-table > div {
    display: block;
  }
  .wps-table > div > div {
    text-align: right;
    display: block;
    border: none;
    border-bottom: dashed #dfdfdf 1px !important;
  }
  .wps-table > div > div:last-child {
    border-bottom: none !important;
  }
  [class*="paddedh"] {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .wps-table label {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: .4em !important;
  }
  .wps-table > div {
    display: block;
  }
  .wps-table > div > div {
    text-align: center;
    display: block;
    border: none;
    border-bottom: dashed #dfdfdf 1px;
  }
}
@media (max-width: 1100px) {
  [class*="wps-"][class*="filters"][class*="header"] {
    display: block;
  }
  [class*="wps-"][class*="filters"][class*="header"] a {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    background: #65c2ee;
    color: #ffffff;
    text-align: center;
    padding: 16px;
  }
  [class*="wps-"][class*="filters"][class*="header"] a:hover {
    background: #7ccbf1;
    color: #ffffff;
  }
  [class*="wps-"][class*="filters"] [class*="filters-body"] {
    display: none;
  }
  [class*="wps-"][class*="filters"] [class*="wps-form"] {
    display: inline-block;
    margin-right: 8px;
  }
}

[class*="wps"][class*="gridwrapper"] {
  position: relative;
  padding: 0;
  margin: 0 -16px;
  margin: 0 -1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  zoom: 1;
}
[class*="wps"][class*="gridwrapper"] > * {
  list-style: none;
  padding: 16px;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
[class*="wps"][class*="gridwrapper"][class*="gridwrapper2"] > * {
  width: 50%;
}
[class*="wps"][class*="gridwrapper"][class*="gridwrapper3"] > * {
  width: 33.33333333%;
}
[class*="wps"][class*="gridwrapper"][class*="gridwrapper4"] > * {
  width: 25%;
}
[class*="wps"][class*="gridwrapper"][class*="gridwrapper5"] > * {
  width: 20%;
}
[class*="wps"][class*="gridwrapper"][class*="gridwrapper6"] > * {
  width: 16.66666667%;
}
[class*="wps"][class*="gridwrapper"][class*="gridwrapper7"] > * {
  width: 14.28571429%;
}
[class*="wps"][class*="gridwrapper"][class*="gridwrapper8"] > * {
  width: 12.5%;
}
[class*="wps"][class*="gridwrapper"]:before,
[class*="wps"][class*="gridwrapper"]:after {
  content: "";
  display: block;
}
[class*="wps"][class*="gridwrapper"]:after {
  clear: both;
}
[class*="wps"][class*="gridwrapper"] > *[class*="wps-"][class*="grid"][class*="1x2"],
[class*="wps"][class*="gridwrapper"] > *[class*="wps-"][class*="grid"][class*="2x4"],
[class*="wps"][class*="gridwrapper"] > *[class*="wps-"][class*="grid"][class*="3x6"],
[class*="wps"][class*="gridwrapper"] > *[class*="wps-"][class*="grid"][class*="8x4"] {
  width: 50%;
}
[class*="wps"][class*="gridwrapper"] > *[class*="wps-"][class*="grid"][class*="1x1"],
[class*="wps"][class*="gridwrapper"] > *[class*="wps-"][class*="grid"][class*="2x2"],
[class*="wps"][class*="gridwrapper"] > *[class*="wps-"][class*="grid"][class*="3x3"],
[class*="wps"][class*="gridwrapper"] > *[class*="wps-"][class*="grid"][class*="4x4"],
[class*="wps"][class*="gridwrapper"] > *[class*="wps-"][class*="grid"][class*="5x5"],
[class*="wps"][class*="gridwrapper"] > *[class*="wps-"][class*="grid"][class*="6x6"],
[class*="wps"][class*="gridwrapper"] > *[class*="wps-"][class*="grid"][class*="6x6"],
[class*="wps"][class*="gridwrapper"] > *[class*="wps-"][class*="grid"][class*="7x7"],
[class*="wps"][class*="gridwrapper"] > *[class*="wps-"][class*="grid"][class*="8x8"] {
  width: 100%;
}
[class*="wps"][class*="gridwrapper"] > *[class*="wps-"][class*="grid"][class*="1x3"],
[class*="wps"][class*="gridwrapper"] > *[class*="wps-"][class*="grid"][class*="2x6"] {
  width: 33.33333333%;
}
[class*="wps"][class*="gridwrapper"] > *[class*="wps-"][class*="grid"][class*="2x3"],
[class*="wps"][class*="gridwrapper"] > *[class*="wps-"][class*="grid"][class*="4x6"] {
  width: 66.66666667%;
}
[class*="wps"][class*="gridwrapper"] > *[class*="wps-"][class*="grid"][class*="1x4"],
[class*="wps"][class*="gridwrapper"] > *[class*="wps-"][class*="grid"][class*="2x8"] {
  width: 25%;
}
[class*="wps"][class*="gridwrapper"] > *[class*="wps-"][class*="grid"][class*="3x4"],
[class*="wps"][class*="gridwrapper"] > *[class*="wps-"][class*="grid"][class*="6x8"] {
  width: 75%;
}
[class*="wps"][class*="gridwrapper"] > *[class*="wps-"][class*="grid"][class*="1x5"] {
  width: 20%;
}
[class*="wps"][class*="gridwrapper"] > *[class*="wps-"][class*="grid"][class*="2x5"] {
  width: 40%;
}
[class*="wps"][class*="gridwrapper"] > *[class*="wps-"][class*="grid"][class*="3x5"] {
  width: 60%;
}
[class*="wps"][class*="gridwrapper"] > *[class*="wps-"][class*="grid"][class*="4x5"] {
  width: 80%;
}
[class*="wps"][class*="gridwrapper"] > *[class*="wps-"][class*="grid"][class*="1x6"] {
  width: 16.66666667%;
}
[class*="wps"][class*="gridwrapper"] > *[class*="wps-"][class*="grid"][class*="2x6"] {
  width: 33.33333333%;
}
[class*="wps"][class*="gridwrapper"] > *[class*="wps-"][class*="grid"][class*="5x6"] {
  width: 83.33333333%;
}
[class*="wps"][class*="gridwrapper"] > *[class*="wps-"][class*="grid"][class*="1x7"] {
  width: 14.28571429%;
}
[class*="wps"][class*="gridwrapper"] > *[class*="wps-"][class*="grid"][class*="2x7"] {
  width: 28.57142857%;
}
[class*="wps"][class*="gridwrapper"] > *[class*="wps-"][class*="grid"][class*="3x7"] {
  width: 42.85714286%;
}
[class*="wps"][class*="gridwrapper"] > *[class*="wps-"][class*="grid"][class*="4x7"] {
  width: 57.14285714%;
}
[class*="wps"][class*="gridwrapper"] > *[class*="wps-"][class*="grid"][class*="5x7"] {
  width: 71.42857143%;
}
[class*="wps"][class*="gridwrapper"] > *[class*="wps-"][class*="grid"][class*="6x7"] {
  width: 85.71428571%;
}
[class*="wps"][class*="gridwrapper"] > *[class*="wps-"][class*="grid"][class*="1x8"] {
  width: 12.5%;
}
[class*="wps"][class*="gridwrapper"] > *[class*="wps-"][class*="grid"][class*="2x8"] {
  width: 25%;
}
[class*="wps"][class*="gridwrapper"] > *[class*="wps-"][class*="grid"][class*="5x8"] {
  width: 62.5%;
}
[class*="wps"][class*="gridwrapper"] > *[class*="wps-"][class*="grid"][class*="7x8"] {
  width: 87.5%;
}
[class*="wps"][class*="gridwrapper"] > *[class*="wps-"][class*="grid"] > * {
  max-width: 100%;
}
@media (max-width: 1100px) {
  [class*="wps-"][class*="gridwrapper"][class*="gridwrapper5"] > *,
  [class*="wps-"][class*="gridwrapper"][class*="gridwrapper6"] > *,
  [class*="wps-"][class*="gridwrapper"][class*="gridwrapper7"] > *,
  [class*="wps-"][class*="gridwrapper"][class*="gridwrapper8"] > * {
    width: 25%;
  }
}
@media (max-width: 1100px) {
  [class*="wps-"][class*="gridwrapper"][class*="gridwrapper4"] > *,
  [class*="wps-"][class*="gridwrapper"][class*="gridwrapper5"] > *,
  [class*="wps-"][class*="gridwrapper"][class*="gridwrapper6"] > *,
  [class*="wps-"][class*="gridwrapper"][class*="gridwrapper7"] > *,
  [class*="wps-"][class*="gridwrapper"][class*="gridwrapper8"] > * {
    width: 25%;
  }
}
@media (max-width: 960px) {
  [class*="wps-"][class*="gridwrapper"][class*="gridwrapper4"] > *,
  [class*="wps-"][class*="gridwrapper"][class*="gridwrapper5"] > *,
  [class*="wps-"][class*="gridwrapper"][class*="gridwrapper6"] > *,
  [class*="wps-"][class*="gridwrapper"][class*="gridwrapper7"] > *,
  [class*="wps-"][class*="gridwrapper"][class*="gridwrapper8"] > * {
    width: 50%;
  }
}
@media (max-width: 780px) {
  [class*="wps-"][class*="gridwrapper"][class*="gridwrapper2"] > *,
  [class*="wps-"][class*="gridwrapper"][class*="gridwrapper3"] > *,
  [class*="wps-"][class*="gridwrapper"][class*="gridwrapper4"] > *,
  [class*="wps-"][class*="gridwrapper"][class*="gridwrapper5"] > *,
  [class*="wps-"][class*="gridwrapper"][class*="gridwrapper6"] > *,
  [class*="wps-"][class*="gridwrapper"][class*="gridwrapper7"] > *,
  [class*="wps-"][class*="gridwrapper"][class*="gridwrapper8"] > * {
    width: 50%;
  }
}
@media (max-width: 480px) {
  [class*="wps-"][class*="gridwrapper"][class*="gridwrapper"] > * {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
}
.wps-label {
  font-size: .8em;
  line-height: 1;
  padding: .3em .6em;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  background: #848484;
  border: none;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  font-family: sans-serif;
}
.wps-label i {
  margin-right: .6em;
  color: #fff;
}
.wps-rouge {
  background: #d8432e;
}
.wps-orange {
  background: #ffb504;
}
.wps-bleu {
  background: #4285f4;
}
.wps-vert {
  background: #52bc8c;
}
.wps-jaune {
  background: #f9da07;
}
.wps-label-rouge {
  font-size: .8em;
  line-height: 1;
  padding: .3em .6em;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  background: #848484;
  border: none;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  font-family: sans-serif;
  background: #d8432e;
}
.wps-label-rouge i {
  margin-right: .6em;
  color: #fff;
}
.wps-label-orange {
  font-size: .8em;
  line-height: 1;
  padding: .3em .6em;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  background: #848484;
  border: none;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  font-family: sans-serif;
  background: #ffb504;
}
.wps-label-orange i {
  margin-right: .6em;
  color: #fff;
}
.wps-label-bleu {
  font-size: .8em;
  line-height: 1;
  padding: .3em .6em;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  background: #848484;
  border: none;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  font-family: sans-serif;
  background: #4285f4;
}
.wps-label-bleu i {
  margin-right: .6em;
  color: #fff;
}
.wps-label-vert {
  font-size: .8em;
  line-height: 1;
  padding: .3em .6em;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  background: #848484;
  border: none;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  font-family: sans-serif;
  background: #52bc8c;
}
.wps-label-vert i {
  margin-right: .6em;
  color: #fff;
}
.wps-label-jaune {
  font-size: .8em;
  line-height: 1;
  padding: .3em .6em;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  background: #848484;
  border: none;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  font-family: sans-serif;
  background: #f9da07;
}
.wps-label-jaune i {
  margin-right: .6em;
  color: #fff;
}
@media (max-width: 60em) {
  .wps-label {
    height: 2em;
    width: 2em;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    padding: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .wps-label i {
    margin: 0;
  }
  .wps-label > span {
    display: none;
  }
  .wps-label .wps-icon-love,
  .wps-label .wps-icon-star {
    padding-top: .15em;
  }
}
[class*="wps-form"] * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
[class*="wps-form"][class*="-group"] {
  font-size: .9em;
  width: 50%;
  float: left;
  margin: 0 0 1em 0;
}
[class*="wps-form"][class*="-group"] label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 6.4px;
  margin-bottom: .4rem;
}
[class*="wps-form"][class*="-group"] label em {
  color: #d8432e;
  font-style: normal;
  vertical-align: top;
  font-size: 80%;
}
[class*="wps-form"][class*="-group"] label[for] {
  cursor: pointer;
}
[class*="wps-form"][class*="-group"]:nth-of-type(even) {
  padding-left: 1em;
}
[class*="wps-form"] .wps-form-inliner {
  position: relative;
}
[class*="wps-form"] .wps-form-inliner button {
  margin: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
[class*="wps-form"][class*="group"][class*="inline"] {
  zoom: 1;
  display: table;
  width: 100%;
}
[class*="wps-form"][class*="group"][class*="inline"]:before,
[class*="wps-form"][class*="group"][class*="inline"]:after {
  content: "";
  display: table;
}
[class*="wps-form"][class*="group"][class*="inline"]:after {
  clear: both;
}
[class*="wps-form"][class*="group"][class*="inline"] > * {
  display: table-cell;
  vertical-align: middle;
}
[class*="wps-form"] input[type="text"],
[class*="wps-form"] input[type="number"],
[class*="wps-form"] input[type="tel"],
[class*="wps-form"] input[type="url"],
[class*="wps-form"] input[type="search"],
[class*="wps-form"] input[type="email"],
[class*="wps-form"] input[type="password"],
[class*="wps-form"] textarea,
[class*="wps-form"] select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  line-height: 1.4;
  padding: -webkit-calc(.5em - 1px) 1em;
  padding: calc(.5em - 1px) 1em;
  line-height: 1.428571429;
  vertical-align: middle;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.1);

}
[class*="wps-form"] input[type="text"]:focus,
[class*="wps-form"] input[type="number"]:focus,
[class*="wps-form"] input[type="tel"]:focus,
[class*="wps-form"] input[type="url"]:focus,
[class*="wps-form"] input[type="search"]:focus,
[class*="wps-form"] input[type="email"]:focus,
[class*="wps-form"] input[type="password"]:focus,
[class*="wps-form"] textarea:focus,
[class*="wps-form"] select:focus {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
[class*="wps-form"] input[type="checkbox"],
[class*="wps-form"] input[type="radio"] {
  margin-right: 0.5em;
}
[class*="wps-form"] textarea {
  height: auto;
}
@media (max-width: 780px) {
  [class*="wps-form"][class*="group"][class*="inline"] {
    display: block;
  }
  [class*="wps-form"][class*="group"][class*="inline"] > * {
    display: block;
  }
}
[class*="wps-"][class*="error"] label,
[class*="wps-"][class*="error"] span,
[class*="wps-"][class*="error"] input,
[class*="wps-"][class*="error"] textarea,
[class*="wps-"][class*="error"] select {
  color: #d8432e;
  border-color: #d8432e;
}
[class*="wps-"][class*="error"] label:focus,
[class*="wps-"][class*="error"] span:focus,
[class*="wps-"][class*="error"] input:focus,
[class*="wps-"][class*="error"] textarea:focus,
[class*="wps-"][class*="error"] select:focus {
  -webkit-box-shadow: 0 0 6px #d8432e;
  box-shadow: 0 0 6px #d8432e;
}
[class*="wps-"][class*="error"] [class*="wps-"][class*="form"] {
  position: relative;
}
[class*="wps-"][class*="error"] [class*="wps-"][class*="form"]:before {
  content: '\e810';
  display: block;
  font-family: "fontello";
  position: absolute;
  top: 10px;
  right: 10px;
  color: #d8432e;
}
[class*="wps-"][class*="warning"] label,
[class*="wps-"][class*="warning"] span,
[class*="wps-"][class*="warning"] input,
[class*="wps-"][class*="warning"] textarea,
[class*="wps-"][class*="warning"] select {
  color: #ffb504;
  border-color: #ffb504;
}
[class*="wps-"][class*="warning"] label:focus,
[class*="wps-"][class*="warning"] span:focus,
[class*="wps-"][class*="warning"] input:focus,
[class*="wps-"][class*="warning"] textarea:focus,
[class*="wps-"][class*="warning"] select:focus {
  -webkit-box-shadow: 0 0 6px #ffb504;
  box-shadow: 0 0 6px #ffb504;
}
[class*="wps-"][class*="info"] label,
[class*="wps-"][class*="info"] span,
[class*="wps-"][class*="info"] input,
[class*="wps-"][class*="info"] textarea,
[class*="wps-"][class*="info"] select {
  color: #4285f4;
  border-color: #4285f4;
}
[class*="wps-"][class*="info"] label:focus,
[class*="wps-"][class*="info"] span:focus,
[class*="wps-"][class*="info"] input:focus,
[class*="wps-"][class*="info"] textarea:focus,
[class*="wps-"][class*="info"] select:focus {
  -webkit-box-shadow: 0 0 6px #4285f4;
  box-shadow: 0 0 6px #4285f4;
}
[class*="wps-"][class*="success"] label,
[class*="wps-"][class*="success"] span,
[class*="wps-"][class*="success"] input,
[class*="wps-"][class*="success"] textarea,
[class*="wps-"][class*="success"] select {
  color: #52bc8c;
  border-color: #52bc8c;
}
[class*="wps-"][class*="success"] label:focus,
[class*="wps-"][class*="success"] span:focus,
[class*="wps-"][class*="success"] input:focus,
[class*="wps-"][class*="success"] textarea:focus,
[class*="wps-"][class*="success"] select:focus {
  -webkit-box-shadow: 0 0 6px #52bc8c;
  box-shadow: 0 0 6px #52bc8c;
}
[class*="wps-"][class*="success"] [class*="wps-"][class*="form"] {
  position: relative;
}
[class*="wps-"][class*="success"] [class*="wps-"][class*="form"]:before {
  content: '\e80f';
  display: block;
  font-family: "fontello";
  position: absolute;
  top: 10px;
  right: 10px;
  color: #52bc8c;
}
[class*="wps-form"][class*="helped"] input,
[class*="wps-form"][class*="helped"] textarea,
[class*="wps-form"][class*="helped"] select {
  float: left;
  width: 60%;
  margin-right: 10px;
}
[class*="wps-form"][class*="helped"] span {
  line-height: 2.6em;
}
input[type=radio] {
  border-width: 1px;
  border-style: solid;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 16px;
  margin: -4px 4px 0 0;
  outline: 0;
  padding: 0!important;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  min-width: 16px;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border-color: #bbb;
  color: #555;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 4px;
  line-height: 10px;
}
input[type=checkbox] {
  border-width: 1px;
  border-style: solid;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 14px;
  margin: -4px 4px 0 0;
  outline: 0;
  padding: 0!important;
  text-align: center;
  vertical-align: middle;
  width: 14px;
  min-width: 14px;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border-color: #bbb;
  color: #555;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-right: 4px;
  line-height: 10px;
}
input[type=radio]:before {
  content: '';
  display: block;
  height: 8px;
  width: 8px;
  margin: 3px 0 0 3px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #72a4f7;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}
input[type=checkbox]:before {
  content: '\e817';
  display: block;
  margin: 0;
  font: 400 12px/1 "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  color: #72a4f7;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}
input[type=checkbox]:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
input[type=radio]:checked:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
[class*="wps-help-inline"] {
  font-size: 75%;
  display: inline-block;
  line-height: 1em;
  color: #bbbbbb;
  margin-left: 0.3em;
}


.wps-itemList {
  padding: 0;
  margin: 0 !important;
}
.wps-itemList li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  overflow: hidden;
  position: relative;
  border-left: solid #ddd 1px;
  border-right: solid #ddd 1px;
  margin: 0;
  -webkit-transition: margin 0.4s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: margin 0.4s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: margin 0.4s cubic-bezier(0.19, 1, 0.22, 1), transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: margin 0.4s cubic-bezier(0.19, 1, 0.22, 1), transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  border-bottom: solid #ddd 1px;
  padding: .5em;
  list-style: none;
  background: rgba(0, 0, 0, 0.05);
}
.wps-itemList li:first-child {
  border-top: solid #ddd 1px;
}
.wps-itemList li:last-child {
  border-bottom: solid #ddd 1px;
}
.wps-itemList li span,
.wps-itemList li a {
  display: inline-block;
  color: #2e2e2e;
  height: 1.5em;
  line-height: 1.5em;
  min-width: 1.5em;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.wps-itemList li span {
  vertical-align: top;
}
.wps-itemList li a {
  float: left;
}
.wps-itemList li > span {
  max-width: 30%;
  margin-right: .25em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.wps-itemList li > span:first-child {
  text-align: center;
  border-right: none;
}
.wps-itemList li > span:nth-child(2) {
  border-right: solid #ddd 1px;
  padding-right: .5em;
}
.wps-itemList li > span:nth-child(3) {
  opacity: .6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.wps-itemList li input {
  margin-right: 0;
}
.wps-itemList li .wps-itemList-tools {
  overflow: visible;
  margin: 0;
  text-overflow: clip;
  -webkit-transform: translate(150%, 0);
  -moz-transform: translate(150%, 0);
  -ms-transform: translate(150%, 0);
  -o-transform: translate(150%, 0);
  position: absolute;
  top: 0;
  right: 0;
}
.wps-itemList li .wps-itemList-tools > a {
  height: 2.5em;
  width: 2.5em;
  text-align: center;
  padding-top: .5em;
  margin-left: -0.5em;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wps-itemList li i {
  color: #888;
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.wps-itemList li a:hover i {
  color: #2e2e2e;
}
.wps-itemList li div {
  padding: 0;
  margin: 0;
  max-height: 0;
  overflow: hidden;

}
.wps-itemList li div span {
  display: block;
  color: rgba(0, 0, 0, 0.7);
  font-weight: bold;
}
.wps-itemList li div span strong {
  display: inline-block;
  min-width: 25%;
  font-weight: normal;
}
.wps-itemList li .wps-itemList-content {
  padding: 0;
}
.wps-itemList li:hover {
  background: #fff;
  cursor: pointer;
}
.wps-itemList li.wps-activ {
  background: #fff;
  margin: 0;
}
.wps-itemList li.wps-activ .wps-itemList-tools {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.wps-itemList li.wps-activ .wps-itemList-content {
  padding: 1em 2em 0 2.3em;
}
.wps-itemList li.wps-activ div {
  max-height: 200em;
}
.wps-itemList li.wps-activ div:empty {
  display: none;
}
.wps-itemList li.wps-activ > span:nth-child(2) {
  border-right: solid #ddd 1px;
}
.wps-itemList li.wps-activ i {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}

@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?21373220');
  src: url('../font/fontello.eot?21373220#iefix') format('embedded-opentype'), url('../font/fontello.woff?21373220') format('woff'), url('../font/fontello.ttf?21373220') format('truetype'), url('../font/fontello.svg?21373220#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icons';
  src: url("../font/wpshop.eot");
  src: url("../font/wpshop.eot?#iefix") format("embedded-opentype"), url("../font/wpshop.woff") format("woff"), url("../font/wpshop.ttf") format("truetype"), url("../font/wpshop.svg#wpshop") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class*="wps-icon"] {
  display: inline-block;
  vertical-align: middle;
}
[class*="wps-icon"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-variant: normal;
  text-transform: none;
}
.wps-icon-close:before {
  content: 'c';
}
.wps-icon-basket:before {
  content: 'a';
}
.wps-icon-plus:before {
  content: 'b';
}
.wps-icon-minus:before {
  content: 'd';
}
.wps-icon-pencil:before {
  content: 'e';
}
.wps-icon-trash:before {
  content: 'f';
}

.wps-icon-grid:before {
  content: 'g';
}
.wps-icon-list:before {
  content: 'h';
}
.wps-icon-star:before {
  content: 'i';
}
.wps-icon-save:before {
  content: 'j';
}


.wps-icon-paiement:before {
  content: 'o';
}
.wps-icon-love:before {
  content: 'p';
}
.wps-icon-arrowdown:before {
  content: 'k';
}
.wps-icon-arrowleft:before {
  content: 'l';
}
.wps-icon-arrowup:before {
  content: 'n';
}
.wps-icon-arrowright:before {
  content: 'm';
}
.wps-icon-email:before {
  content: 'q';
}
.wps-icon-user:before {
  content: 'r';
}
.wps-icon-address:before {
  content: 's';
}
.wps-icon-truck:before {
  content: 't';
}
.wps-icon-promo:before {
  content: 'u';
}
.wps-icon-chat:before {
  content: 'v';
}
.wps-icon-search:before {
  content: 'w';
}
.wps-icon-power:before {
  content: 'B';
}



.wps-icodoc {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: none;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  height: 2.5em;
  width: 2em;
  background: #4285f4;
  margin-right: .5em;
}
.wps-icodoc span {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  font-size: .6em;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 .35em;
  line-height: 1.5;
}
.wps-icodoc:after {
  display: block;
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  border-style: solid;
  border-width: .6em 0 0 .6em;
  border-color: white transparent transparent #0b51c5;
  -webkit-transition: border 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: border 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}
a:hover .wps-icodoc:after {
  border-width: 1em 0 0 1em;
}
.wps-icodoc-txt,
.wps-icodoc-doc,
.wps-icodoc-docx,
.wps-icodoc-odt {
  background: #3f98d4;
}
.wps-icodoc-txt:after,
.wps-icodoc-doc:after,
.wps-icodoc-docx:after,
.wps-icodoc-odt:after {
  border-left-color: #20618d;
}
.wps-icodoc-xls,
.wps-icodoc-xlsx {
  background: #27b194;
}
.wps-icodoc-xls:after,
.wps-icodoc-xlsx:after {
  border-left-color: #155d4e;
}
.wps-icodoc-ppt,
.wps-icodoc-pptx,
.wps-icodoc-pps,
.wps-icodoc-odp {
  background: #f2c601;
}
.wps-icodoc-ppt:after,
.wps-icodoc-pptx:after,
.wps-icodoc-pps:after,
.wps-icodoc-odp:after {
  border-left-color: #8c7301;
}
.wps-icodoc-pdf,
.wps-icodoc-pdfx {
  background: #e34133;
}
.wps-icodoc-pdf:after,
.wps-icodoc-pdfx:after {
  border-left-color: #9b2015;
}
.wps-icodoc-mpg,
.wps-icodoc-mpeg,
.wps-icodoc-rar {
  background: #7a398e;
}
.wps-icodoc-mpg:after,
.wps-icodoc-mpeg:after,
.wps-icodoc-rar:after {
  border-left-color: #3b1c45;
}
.wps-icodoc-zip {
  background: #f2d06e;
}
.wps-icodoc-zip:after {
  border-left-color: #e5b015;
}
.wps-icodoc-jpg,
.wps-icodoc-jpeg {
  background: #f28e0a;
}
.wps-icodoc-jpg:after,
.wps-icodoc-jpeg:after {
  border-left-color: #905506;
}
.wps-icodoc-png {
  background: #27b194;
}
.wps-icodoc-png:after {
  border-left-color: #155d4e;
}
.wps-icodoc-mp3 {
  background: #f2c601;
}
.wps-icodoc-mp3:after {
  border-left-color: #8c7301;
}
.wps-icodoc-gif {
  background: #3f98d4;
}
.wps-icodoc-gif:after {
  border-left-color: #20618d;
}
.wps-icodoc-css {
  background: #7a398e;
}
.wps-icodoc-css:after {
  border-left-color: #3b1c45;
}
.wps-icodoc-html {
  background: #bec8d1;
}
.wps-icodoc-html:after {
  border-left-color: #8295a7;
}
.wps-icodoc-eps {
  background: #e34133;
}
.wps-icodoc-eps:after {
  border-left-color: #9b2015;
}
.wps-icodoc-wav {
  background: #f28e0a;
}
.wps-icodoc-wav:after {
  border-left-color: #905506;
}
.wps-icodoc-avi {
  background: #3f98d4;
}
.wps-icodoc-avi:after {
  border-left-color: #20618d;
}
[class*="wps-bton"] {
  font-size: .85em;
  font-weight: inherit;
  text-transform: inherit;
  font-family: inherit;
  background: none;
  border: none;
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin: .5em 0;
  padding: .35em 1em;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  outline: none;
  z-index: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: padding 0.4s cubic-bezier(0.19, 1, 0.22, 1), background 0.4s cubic-bezier(0.19, 1, 0.22, 1), color 0.4s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: padding 0.4s cubic-bezier(0.19, 1, 0.22, 1), background 0.4s cubic-bezier(0.19, 1, 0.22, 1), color 0.4s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
[class*="wps-bton"] i {
  margin-right: .8em;
  margin-left: -0.25em;
  vertical-align: middle;
  display: inline-block;
}
[class*="wps-bton"][class*="-loading"] {
  padding-right: 2.25em;
  -webkit-animation: blink 2s infinite linear;
          animation: blink 2s infinite linear;
  pointer-events: none;
}
[class*="wps-bton"][class*="-loading"]:after {
  right: .75em;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
[class*="wps-bton"][class*="icon"] {
  border: none;
  padding: 0;
}
[class*="wps-bton"][class*="icon"] i {
  margin: 0;
}
[class*="wps-bton"][class*="icon"]:after {
  content: none;
}
[class*="wps-bton"][disabled] {
  pointer-events: none;
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
[class*="wps-bton"]:after {
  content: '';
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  display: block;
  position: absolute;
  right: -1em;
  top: .75em;
  width: .9em;
  height: .9em;
  border-top: .15em solid #fff !important;
  border-right: .15em solid #fff !important;
  border-bottom: .15em solid #fff !important;
  border-left: 0.15em solid rgba(255, 255, 255, 0.01) !important;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: right 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation: loading .4s infinite linear;
          animation: loading .4s infinite linear;
}
[class*="wps-bton"][class*="circled"] {
  -webkit-box-shadow: inset 0 0 0 20px #ffffff;
          box-shadow: inset 0 0 0 20px #ffffff;
  padding: 0;
  background: none;
  color: #303030;
}
[class*="wps-bton"][class*="fullwidth"] {
  width: 100%;
  display: block;
}
[class*="wps-bton"][class*="halfwidth"] {
  width: 50%;
  float: left;
  display: block;
  margin: 0;
}

.no_stock:after {
  content: none;
}
.wps-link {
  outline: none;
  cursor: pointer;
  color: #4285f4;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 11px;
  font-weight: bold;
  padding: .5em 0;
}
.wps-link i {
  margin-right: .4em;
}
.wps-link:hover,
.wps-link:active {
  background: none;
  border: none;
  color: #0b51c5;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.wps-link.wps-alignright {
  display: block;
  text-align: right;
  width: 100%;
}
.wps-link:after {
  top: .8em;
  border-top-color: #4285f4 !important;
  border-right-color: #4285f4 !important;
  border-bottom-color: #4285f4 !important;
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes loadingcentered {
  0% {
    -webkit-transform: rotate(0deg) translate(-50%, -50%);
            transform: rotate(0deg) translate(-50%, -50%);
  }
  100% {
    -webkit-transform: rotate(360deg) translate(-50%, -50%);
            transform: rotate(360deg) translate(-50%, -50%);
  }
}
@keyframes loadingcentered {
  0% {
    -webkit-transform: rotate(0deg) translate(-50%, -50%);
            transform: rotate(0deg) translate(-50%, -50%);
  }
  100% {
    -webkit-transform: rotate(360deg) translate(-50%, -50%);
            transform: rotate(360deg) translate(-50%, -50%);
  }
}
@-webkit-keyframes blink {
  50% {
    opacity: .85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  }
}
@keyframes blink {
  50% {
    opacity: .85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  }
}
@-webkit-keyframes boxPlusUn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: visible;
  }
  20% {
    -webkit-transform: rotateY(0) scale(1) translate(-50%, -50%);
            transform: rotateY(0) scale(1) translate(-50%, -50%);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  85% {
    -webkit-transform: rotateY(0) scale(1) translate(-50%, -50%);
            transform: rotateY(0) scale(1) translate(-50%, -50%);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    -webkit-transform: rotateY(180deg) scale(0.5) translate(-50%, -50%);
            transform: rotateY(180deg) scale(0.5) translate(-50%, -50%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@keyframes boxPlusUn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: visible;
  }
  20% {
    -webkit-transform: rotateY(0) scale(1) translate(-50%, -50%);
            transform: rotateY(0) scale(1) translate(-50%, -50%);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  85% {
    -webkit-transform: rotateY(0) scale(1) translate(-50%, -50%);
            transform: rotateY(0) scale(1) translate(-50%, -50%);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    -webkit-transform: rotateY(180deg) scale(0.5) translate(-50%, -50%);
            transform: rotateY(180deg) scale(0.5) translate(-50%, -50%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
.crossed_out_price {
  display: block;
  margin-bottom: -4px;
  font-size: .8em;
  font-weight: normal;
  text-decoration: line-through;
}
.wps-productRating {
  color: #fba319;
}
.wps-productRating .dashicons-star-empty {
  color: #ddd;
}
.wps-single .wps-productRating {
  margin-top: -1em;
}
.wps-product-section:empty {
  display: none;
}
.wpshop_save_money_message {
  font-size: 12px !important;
}
.wps-prices {
  font-size: 1.4em;
}
.wps-prices .crossed_out_price,
.wps-prices .wps-price {
  display: block;
}
.wps-prices .wpshop_save_money_message {

}
#wps-product-description [class*="wps-zoom-loupe"] {
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
#wps-product-description [class*="wps-zoom-loupe"].wps-activ {
  visibility: visible;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
#wps-product-description [class*="wps-zoom-loupe"] img {
  height: auto;
  width: auto;
  max-width: none;
  position: absolute;
}
[class*="wps"][class*="transformerSize"] [class*="sizeItem"] {
  display: inline-block;
  margin-left: .5em;
  height: 34px;
  font-size: .8em;
  line-height: 28px;
  padding: 0;
  width: 34px;
  border: solid #fff 4px;
  text-decoration: none;
  font-weight: bold;
  color: #808080;
  text-align: center;
}
[class*="wps"][class*="transformerSize"] [class*="sizeItem"]:first-child {
  margin-left: 0;
}
[class*="wps"][class*="transformerSize"] [class*="sizeItem"]:hover {
  -webkit-box-shadow: 0 0 0 3px #ccc;
  box-shadow: 0 0 0 3px #ccc;
}
[class*="wps"][class*="transformerSize"] [class*="sizeItem"].wps-activ {
  -webkit-box-shadow: 0 0 0 3px #808080;
  box-shadow: 0 0 0 3px #808080;
}
[class*="wps"][class*="transformerSize"][class*="circle"] [class*="sizeItem"] {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
[class*="wps"][class*="transformerColor"] [class*="colorItem"] {
  display: inline-block;
  margin-left: .5em;
  min-height: 34px;
  min-width: 34px;
  border: solid #fff 4px;
}
[class*="wps"][class*="transformerColor"] [class*="colorItem"]:first-child {
  margin-left: 0;
}
[class*="wps"][class*="transformerColor"] [class*="colorItem"]:hover {
  -webkit-box-shadow: 0 0 0 3px #ccc;
  box-shadow: 0 0 0 3px #ccc;
}
[class*="wps"][class*="transformerColor"] [class*="colorItem"].wps-activ {
  -webkit-box-shadow: 0 0 0 3px #808080;
  box-shadow: 0 0 0 3px #808080;
}
[class*="wps"][class*="transformerColor"][class*="circle"] [class*="colorItem"] {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.wps-showroom-slider-thumbnails img {
  width: 100%;
  height: auto;
}
.wps-showroom-slider-thumbnails p {
  margin: 0;
  padding: 0;
}
#wps-product-thumbnail {
  position: relative;
  line-height: 0;
}
#wps-product-thumbnail p {
  margin: 0;
  padding: 0;
}
#wps-product-thumbnail img {
  width: 100%;
  height: auto;
}
#wps-product-thumbnail [class*="wps-zoom-loupe"] {
  -webkit-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
}
#wps-product-thumbnail [class*="wps-zoom-loupe"] img {
  height: auto;
  width: auto;
  max-width: none;
  max-height: none;
  position: absolute;
}
#wps-product-thumbnail [class*="wps-zoom-loupe"].wps-activ {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
#wps-product-thumbnail [class*="wps-badge"] {
  pointer-events: none;
}
#wps-product-pictures {
  padding-bottom: 16px;
  line-height: 0;
}
.wps-product-docs {
  margin: 0;
  padding: 0;
}
.wps-product-docs li {
  list-style: none;
  margin: 0 0 1em 0;
}
.wps-product-docs i {
  font-size: 11px;
}

[class*="wps"][class*="rating"] {
  margin-bottom: 12.30769231px;
}
[class*="wps"][class*="rating"] > * {
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ccc;
  margin-right: 6px;
}
[class*="wps"][class*="rating"] > *[class*="activ"] {
  color: #ffb504;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffb504;
}



[class*="wps-"][class*="filters"] > [class*="filters-header"] {
  display: none;
}
[class*="wps-"][class*="filters"] > [class*="filters-header"] h2 {
  border-bottom: dashed #ccc 1px;
  line-height: 3.3em;
}
[class*="wps-"][class*="filters"] [class*="filter-title"] {
  margin-bottom: 1em;
}
[class*="wps-"][class*="filters"] [class*="wps"][class*="filter-group"] {
  border-bottom: dashed #ccc 1px;
}
[class*="wps-"][class*="filters"] [class*="wps"][class*="filter-group"] [class*="wps"][class*="filter-header"] {
  padding: 10.66666667px 0 16px 0;
}
[class*="wps-"][class*="filters"] [class*="wps"][class*="filter-group"] [class*="wps"][class*="filter-header"] h3 {
  padding: 0;
  margin: 0;
  line-height: 1em;
}
[class*="wps-"][class*="filters"] [class*="wps"][class*="filter-group"] [class*="wps"][class*="filter-header"] h3 a {
  display: block;
}
[class*="wps-"][class*="filters"] [class*="wps"][class*="filter-group"] [class*="filter-body"] {
  width: 100%;
  padding-bottom: 8px;
}
[class*="wps-"][class*="filters"] [class*="wps"][class*="filter-group"][class*="toogle"] [class*="wps-filter-body"] {
  display: none;
}
.wps-showroom-slider-content a {
  display: block;
  line-height: 0;
  position: relative;
  cursor: default;
}
.wps-showroom-slider-content a.wps-cursorCross:hover {
  cursor: crosshair;
}
.wps-showroom-slider-thumbnails:after {
  content: '';
  display: table;
  clear: both;
}
.wps-showroom-slider-thumbnails a {
  display: block;
  float: left;
  width: 25%;
  line-height: 0;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.wps-showroom-slider-thumbnails a:hover,
.wps-showroom-slider-thumbnails a.wps-activ {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
@media (max-width: 1100px) {

}
@media (max-width: 1100px) {

}
@media (max-width: 960px) {


}
@media (max-width: 780px) {

  [class*=wps][class*="boxed"] {
    float: none !important;
    width: 100% !important;
  }
  .wps-table {
    border: none;
    display: block;
  }
  .wps-table .wps-table-header {
    display: none;
  }
  .wps-table .wps-table-content {
    margin-bottom: 1em;
    border: solid #e6e6e6 1px;
    background: none;
  }
  .wps-table label {
    display: inline-block;
    font-weight: bold;
    font-size: 0.8em;
    font-family: sans-serif;
    padding: 0 1em;
    width: 30%;
    float: left;
  }
  .wps-table > div {
    display: block;
  }
  .wps-table > div > div {
    text-align: right;
    display: block;
    border: none;
    border-bottom: dashed #dfdfdf 1px !important;
  }
  .wps-table > div > div:last-child {
    border-bottom: none !important;
  }
  [class*="paddedh"] {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .wps-table label {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: .4em !important;
  }
  .wps-table > div {
    display: block;
  }
  .wps-table > div > div {
    text-align: center;
    display: block;
    border: none;
    border-bottom: dashed #dfdfdf 1px;
  }
}
@media (max-width: 1100px) {
  [class*="wps-"][class*="filters"][class*="header"] {
    display: block;
  }
  [class*="wps-"][class*="filters"][class*="header"] a {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    background: #65c2ee;
    color: #ffffff;
    text-align: center;
    padding: 16px;
  }
  [class*="wps-"][class*="filters"][class*="header"] a:hover {
    background: #7ccbf1;
    color: #ffffff;
  }
  [class*="wps-"][class*="filters"] [class*="filters-body"] {
    display: none;
  }
  [class*="wps-"][class*="filters"] [class*="wps-form"] {
    display: inline-block;
    margin-right: 8px;
  }
}
.wps-fixed-tool-bar {
  width: 440px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1999;
  -webkit-transform: translate(440px, 0);
  -ms-transform: translate(440px, 0);
      transform: translate(440px, 0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
      transform-origin: 0 50%;
  padding: 8px 16px;
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  background: #fff;
  overflow-y: auto;
}
.wps-fixed-tool-bar.wps-activ {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}
.wps-catalog-sorting {
  margin-top: 1em;
}
.wps-catalog-sorting li {
  list-style: none;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.wps-catalog-sorting li a {
  outline: none;
  text-align: center;
  display: block;
  margin: 0 .4em;
  border: none;
}
.wps-catalog-sorting li a:hover {
  color: #4285f4;
}
.wps-catalog-sorting li a.inversed {
  -webkit-transform: rotateZ(180deg) translate(0, 0.2em);
      -ms-transform: rotate(180deg) translate(0, 0.2em);
          transform: rotateZ(180deg) translate(0, 0.2em);
}
.wps-catalog-sorting li a.active {
  pointer-events: none;
  opacity: .25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
}
.wps-catalog-sorting li i {
  font-size: 1.25em;
  margin: 0;
}
.wps-catalog-sorting .wps-bloc {
  position: relative;
}
.wps-catalog-sorting .wps-bloc span {
  position: absolute;
  left: 0;
  top: 50%;
  line-height: 1;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.wps-catalog-sorting select {
  margin: 10px 0 10px 10px;
  max-width: 16em;
  margin-left: 3em;
  width: -webkit-calc(100% - 3em);
  width: calc(100% - 3em);
}
.wps-catalog-sorting .wps-sorting-tools {
  text-align: right;
  margin: 0;
  padding: 0;
  min-width: 8em;
}
@media (max-width: 480px) {
}
.wps-catalog > li {
  margin: 0;
  text-align: center;
  position: relative;
}
.wps-catalog .wpshop_mini_grid_thumbnail {
  display: block;
  overflow: hidden;
  line-height: 0;
  margin-bottom: .75em;
}
.wps-catalog .wps-title,
.wps-catalog h2 {
  margin: 0;
  display: block;
  font-size: 1.1em;
}
.wps-catalog .wps-caption {
  line-height: 24px;
  line-height: 1.5rem;
  display: block;
  margin-bottom: .25em;
}
.wps-catalog .wps-thumbnail {
  position: relative;
  display: block;
  margin-bottom: .75em;
  line-height: 0;
}
.wps-catalog .wps-thumbnail .wps-label {
  position: absolute;
}
.wps-catalog .wps-thumbnail .wps-label:nth-child(1) {
  top: 1em;
  left: 1em;
}
.wps-catalog .wps-thumbnail .wps-label:nth-child(2) {
  top: 1em;
  right: 1em;
}
.wps-catalog .wps-thumbnail .wps-label:nth-child(3) {
  bottom: 1em;
  left: 1em;
}
.wps-catalog .wps-thumbnail .wps-label:nth-child(4) {
  bottom: 1em;
  right: 1em;
}
.wps-catalog .wps-hover {
  font-size: 11.2px;
  font-size: .7rem;
  line-height: 1.4;
  background: #4285f4;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: .75em 1.5em;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.wps-catalog a {
  outline: none;
}
.wps-catalog a:hover .wps-hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.wps-catalog .wps-price-container {
  display: block;
}
.wps-catalog img {
  width: 100%;
  height: auto;
  min-width: 6em;
}
.wps-catalog .wps-action-container a,
.wps-catalog .wps-action-container button {
  margin: .5em 0 0 0;
}
.wps-pagination {
  padding: 0;
  margin: 2em 0 !important;
}
.wps-pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  list-style: none;
}
.wps-pagination .page-numbers {
  text-align: center;
  display: block;
  height: 2em;
  width: 2em;
  line-height: 2;
}
.wps-pagination .current {
  font-weight: bold;
}
[class*="wps"][class*="listwrapper"] {
  margin: 0 -1em;
  padding: 0;
}
[class*="wps"][class*="listwrapper"] li {
  border-right: none;
  padding: 0;
  margin: 0;
  display: table;
  width: 100%;
}
[class*="wps"][class*="listwrapper"] li > a,
[class*="wps"][class*="listwrapper"] li > span {
  display: table-cell;
  position: relative;
  text-align: left;
  vertical-align: top;
  padding: 1em;
}
[class*="wps"][class*="listwrapper"] li > a:first-child,
[class*="wps"][class*="listwrapper"] li > span:first-child {
  width: 20%;
  min-width: 4em;
  line-height: 0;
  padding-right: 0;
}
[class*="wps"][class*="listwrapper"] li p {
  font-size: .9em;
  margin: .5em 0 .5em 0;
}
[class*="wps"][class*="listwrapper"] li .wps-extras {
  position: absolute;
  top: 1.5em;
  left: 1.5em;
}
[class*="wps"][class*="listwrapper"] li .wps-extras > .wps-label {
  margin: 0 .5em .5em 0;
}
[class*="wps"][class*="listwrapper"].wps-bordered {
  border: none;
}
[class*="wps"][class*="listwrapper"] .wps-title {
  margin-top: -0.3em;
}

.WP_Widget_Wpshop_Products .wpshop_add_to_cart_button {
  display: none;
}
.WP_Widget_Wpshop_Products [class*="wps-listwrapper"] .wps-extras .wps-label {
  font-size: .6em;
  height: 2em;
  width: 2em;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  padding: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.WP_Widget_Wpshop_Products [class*="wps-listwrapper"] .wps-extras .wps-label i {
  margin: 0;
}
.WP_Widget_Wpshop_Products [class*="wps-listwrapper"] .wps-extras .wps-label > span {
  display: none;
}
.WP_Widget_Wpshop_Products [class*="wps-listwrapper"] .wps-extras .wps-label .wps-icon-love,
.WP_Widget_Wpshop_Products [class*="wps-listwrapper"] .wps-extras .wps-label .wps-icon-star {
  padding-top: .15em;
}

@media (max-width: 40em) {
}
@media (max-width: 30em) {
  [class*="wps"][class*="listwrapper"] .wps-extras {
    display: none;
  }
}
.wps-alert-error,
.wps-alert-success,
.wps-alert-warning,
.wps-alert-info {
  position: relative;
  display: block;
  padding: 16px 16px 16px 4em;
  overflow: hidden;
  font-weight: bold;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  line-height: 1.35;
  font-size: .9em;
  font-weight: normal;
}
.wps-alert-error[class*="center"],
.wps-alert-success[class*="center"],
.wps-alert-warning[class*="center"],
.wps-alert-info[class*="center"] {
  text-align: center;
}
.wps-alert-error [class*="wps-h1"],
.wps-alert-success [class*="wps-h1"],
.wps-alert-warning [class*="wps-h1"],
.wps-alert-info [class*="wps-h1"],
.wps-alert-error [class*="wps-h2"],
.wps-alert-success [class*="wps-h2"],
.wps-alert-warning [class*="wps-h2"],
.wps-alert-info [class*="wps-h2"],
.wps-alert-error [class*="wps-h3"],
.wps-alert-success [class*="wps-h3"],
.wps-alert-warning [class*="wps-h3"],
.wps-alert-info [class*="wps-h3"],
.wps-alert-error [class*="wps-h4"],
.wps-alert-success [class*="wps-h4"],
.wps-alert-warning [class*="wps-h4"],
.wps-alert-info [class*="wps-h4"],
.wps-alert-error [class*="wps-h5"],
.wps-alert-success [class*="wps-h5"],
.wps-alert-warning [class*="wps-h5"],
.wps-alert-info [class*="wps-h5"],
.wps-alert-error [class*="wps-h6"],
.wps-alert-success [class*="wps-h6"],
.wps-alert-warning [class*="wps-h6"],
.wps-alert-info [class*="wps-h6"] {
  margin-top: 0;
}
.wps-alert-error [class*="wps-bton-icon-close"],
.wps-alert-success [class*="wps-bton-icon-close"],
.wps-alert-warning [class*="wps-bton-icon-close"],
.wps-alert-info [class*="wps-bton-icon-close"] {
  float: right;
  padding: 6px;
  margin-top: -10px;
  margin-right: -10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wps-alert-error [class*="wps-bton-icon-close"]:before,
.wps-alert-success [class*="wps-bton-icon-close"]:before,
.wps-alert-warning [class*="wps-bton-icon-close"]:before,
.wps-alert-info [class*="wps-bton-icon-close"]:before {
  font-size: 12px;
  background: none;
}
.wps-alert-error:empty,
.wps-alert-success:empty,
.wps-alert-warning:empty,
.wps-alert-info:empty {
  display: none;
}
.wps-alert-error:before,
.wps-alert-success:before,
.wps-alert-warning:before,
.wps-alert-info:before {
  position: absolute;
  left: .25em;
  top: 50%;
  display: inline-block;
  vertical-align: middle;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: 'x';
  font-size: 32px;
  font-size: 2rem;
  margin-right: 16px;
  margin-right: 1rem;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.wps-alert-info {
  background: #fff;
  color: #4285f4;
  -webkit-box-shadow: inset 0 0 1px rgba(66, 133, 244, 0.6);
          box-shadow: inset 0 0 1px rgba(66, 133, 244, 0.6);
}
.wps-alert-info h4,
.wps-alert-info p,
.wps-alert-info button {
  color: #4285f4;
}
.wps-alert-info strong {
  font-weight: bold;
  color: #0b51c5;
}
.wps-alert-info a {
  color: #0b51c5;
}
.wps-alert-info a:hover {
  color: #0b51c5;
  text-decoration: underline;
}
.wps-alert-info [class*="wps-bton"] {
  background: #1266f1;
  color: #ffffff;
}
.wps-alert-info [class*="wps-bton"]:after {
  border-color: #ffffff;
}
.wps-alert-info [class*="wps-bton"]:hover {
  background: #4285f4;
  color: #ffffff;
}
.wps-alert-info [class*="wps-bton-icon-close"] {
  background: none;
  color: #4285f4;
}
.wps-alert-info [class*="wps-bton-icon-close"]:hover {
  background: none;
  color: #a2c3fa;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wps-alert-warning {
  background: #fff;
  color: #ffb504;
  -webkit-box-shadow: inset 0 0 1px rgba(255, 181, 4, 0.6);
          box-shadow: inset 0 0 1px rgba(255, 181, 4, 0.6);
}
.wps-alert-warning h4,
.wps-alert-warning p,
.wps-alert-warning button {
  color: #ffb504;
}
.wps-alert-warning strong {
  font-weight: bold;
  color: #9d6f00;
}
.wps-alert-warning a {
  color: #9d6f00;
}
.wps-alert-warning a:hover {
  color: #9d6f00;
  text-decoration: underline;
}
.wps-alert-warning [class*="wps-bton"] {
  background: #d09300;
  color: #ffffff;
}
.wps-alert-warning [class*="wps-bton"]:after {
  border-color: #ffffff;
}
.wps-alert-warning [class*="wps-bton"]:hover {
  background: #ffb504;
  color: #ffffff;
}
.wps-alert-warning [class*="wps-bton-icon-close"] {
  background: none;
  color: #ffb504;
}
.wps-alert-warning [class*="wps-bton-icon-close"]:hover {
  background: none;
  color: #ffd36a;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wps-alert-warning:before {
  content: 'z';
}
.wps-alert-success {
  background: #fff;
  color: #52bc8c;
  -webkit-box-shadow: inset 0 0 1px rgba(82, 188, 140, 0.6);
          box-shadow: inset 0 0 1px rgba(82, 188, 140, 0.6);
}
.wps-alert-success h4,
.wps-alert-success p,
.wps-alert-success button {
  color: #52bc8c;
}
.wps-alert-success strong {
  font-weight: bold;
  color: #2f7958;
}
.wps-alert-success a {
  color: #2f7958;
}
.wps-alert-success a:hover {
  color: #2f7958;
  text-decoration: underline;
}
.wps-alert-success [class*="wps-bton"] {
  background: #3d9e72;
  color: #ffffff;
}
.wps-alert-success [class*="wps-bton"]:after {
  border-color: #ffffff;
}
.wps-alert-success [class*="wps-bton"]:hover {
  background: #52bc8c;
  color: #ffffff;
}
.wps-alert-success [class*="wps-bton-icon-close"] {
  background: none;
  color: #52bc8c;
}
.wps-alert-success [class*="wps-bton-icon-close"]:hover {
  background: none;
  color: #9cd8bd;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wps-alert-success:before {
  content: 'A';
}
.wps-alert-error {
  background: #fff;
  color: #d8432e;
  -webkit-box-shadow: inset 0 0 1px rgba(216, 67, 46, 0.6);
          box-shadow: inset 0 0 1px rgba(216, 67, 46, 0.6);
}
.wps-alert-error h4,
.wps-alert-error p,
.wps-alert-error button {
  color: #d8432e;
}
.wps-alert-error strong {
  font-weight: bold;
  color: #872719;
}
.wps-alert-error a {
  color: #872719;
}
.wps-alert-error a:hover {
  color: #872719;
  text-decoration: underline;
}
.wps-alert-error [class*="wps-bton"] {
  background: #b23321;
  color: #ffffff;
}
.wps-alert-error [class*="wps-bton"]:after {
  border-color: #ffffff;
}
.wps-alert-error [class*="wps-bton"]:hover {
  background: #d8432e;
  color: #ffffff;
}
.wps-alert-error [class*="wps-bton-icon-close"] {
  background: none;
  color: #d8432e;
}
.wps-alert-error [class*="wps-bton-icon-close"]:hover {
  background: none;
  color: #e89084;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wps-alert-error:before {
  content: 'y';
}
.wps-modal-overlay,
.wps-cart-overlay {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.wps-body-overlay .wps-modal-overlay {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}
.wpsjs-cart-opened .wps-cart-overlay {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}
.wpsjq-modal-opened {
  overflow: hidden;
}
.wpsjq-modal-opened .wps-modal-overlay {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}
.wps-modal-container {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 100%;
  width: 100%;
  z-index: 2000;
  pointer-events: none;
  -webkit-perspective: 1500px;
          perspective: 1500px;
}
.wps-modal-opened .wps-modal-container {
  visibility: visible;
  overflow-x: hidden;
  overflow-y: auto;
}
[class*="wps-modal-content"] {
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  max-width: 800px;
  min-width: 680px;
  height: auto;
  z-index: 2000;
  margin-bottom: 40px;
  margin-top: 40px;
  pointer-events: auto;
}
.wps-modal-opened [class*="wps-modal-content"] {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.wps-modal-header {
  padding: 16px;
  padding: 1rem;
  position: relative;
  zoom: 1;
}
.wps-modal-header:before,
.wps-modal-header:after {
  content: "";
  display: table;
}
.wps-modal-header:after {
  clear: both;
}
.wps-modal-header button {
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 1em;
  color: rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin: 0;
  background: none;
  border: none;
}
.wps-modal-header button i {
  margin: 0;
}
.wps-modal-header .wps-bton-icon:active,
.wps-modal-header .wps-bton-icon:hover {
  background: none;
}
.wps-modal-header .wps-modal-title {
  margin: 0 2em 0 0;
}
.wps-modal-body {
  padding: 32px;
  padding: 2rem;
  max-height: 60%;
  background: #fafafa;
}
.wps-modal-body [class*="wps"][class*="catalog"] {
  margin: 0;
  padding: 0;
}
.wps-modal-body [class*="wps"][class*="catalog"] li {
  margin: 0;
}
.wps-modal-body label {
  font-size: 12.8px;
  font-size: .8rem;
}
.wps-modal-body,
.wps-modal-footer {
  zoom: 1;
}
.wps-modal-body:before,
.wps-modal-footer:before,
.wps-modal-body:after,
.wps-modal-footer:after {
  content: "";
  display: table;
}
.wps-modal-body:after,
.wps-modal-footer:after {
  clear: both;
}
.wps-modal-body > div,
.wps-modal-footer > div {
  clear: both;
}
.wps-modal-footer {
  padding: 16px;
  padding: 1rem;
  text-align: right;
}
.wps-modal-footer [class*="wps-bton"] {
  margin: 0 0 0 1em;
}
.wps-modal-footer:empty {
  display: none;
}
[class*="wps-modal-content"] {
  background: #fff;
}
.wps-modal-product {
  text-align: center;
}
.wps-modal-product img {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.wps-modal-product h2 {
  font-size: 1.5em;
  margin-bottom: 8px;
  margin-bottom: .5rem;
}
.wps-modal-product p {
  font-weight: 100;
}
@media (max-width: 780px) {
  [class*="wps-modal-content"] {
    min-width: 0;
    width: auto;
    margin: 0;
  }
  [class*="wps-modal-content"] {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1) translate(100%, 0);
        -ms-transform: scale(1) translate(100%, 0);
            transform: scale(1) translate(100%, 0);
    -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .wps-modal-opened [class*="wps-modal-content"] {
    -webkit-transform: scale(1) translate(0, 0);
        -ms-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
  }
}
@media (max-width: 480px) {
  .wps-modal-body {
    padding: 16px;
  }
  .wps-modal-body .wps-form-group {
    padding: 0 !important;
    float: none;
    width: auto;
  }
}
.wps-body-inactiv {
  overflow: hidden;
}
.wps-body-inactiv .wps-header-mini-cart,
.wps-body-inactiv .wps-fixed-tool-bar {
  z-index: 0;
}
.wps-body-inactiv .wps-modal-overlay {
  z-index: 2000;
}
.wps-sidebar-sticker {
  position: relative;
}
.wps-sticked-sidebar {
  position: fixed;
  top: 0;
}
.wps-sticked-bottom-sidebar {
  position: absolute;
  bottom: 0;
}
.wps-body-overlay {
  overflow: hidden;

}
.wps-clear:after {
  content: '';
  display: table;
  clear: both;
}


.wps-user-dashboard {
  text-align: left;
  border-top: solid #eee 1px;
  border-bottom: solid #eee 1px;
  font-size: 14px;
  padding: .5em 0;
}
.wps-user-dashboard > * {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
}
.wps-user-dashboard img {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.wps-user-dashboard .wps-user-name {
  font-size: 1.2em;
}
.wps-user-dashboard .wps-user-name strong {
  margin-left: .5em;
}
.wps-user-dashboard a {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.wps-section-account {
  clear: both;
  display: table;
  width: 100%;
}
.wps-section-taskbar {
  display: table-cell;
  vertical-align: top;
  width: 200px;
}
.wps-section-taskbar ul {
  margin: 0;
  padding: 0;
  position: relative;
  right: -1px;
}
.wps-section-taskbar ul li {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: solid #eee 1px;
}
.wps-section-taskbar ul li.wps-activ {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.wps-section-taskbar ul li.wps-activ a {
  color: #4285f4;
  border-left: solid #4285f4 4px;
  background: #fafafa;
}
.wps-section-taskbar ul a {
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  outline: none;
  display: block;
  font-size: 13px;
  text-decoration: none;
  line-height: 3em;
  padding: 0 1em;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.wps-section-taskbar ul a i {
  margin-right: .3em;
  font-size: 1.6em;
}
.wps-section-taskbar ul a:hover {
  color: #4285f4;
  border-left: solid #4285f4 4px;
}
.wps-section-taskbar ul:after {
  content: '';
  display: table;
  clear: both;
}
.wps-section-content {
  display: table-cell;
  vertical-align: top;
  border-right: solid #eee 1px;
  border-bottom: solid #eee 1px;
  border-left: solid #eee 1px;
  padding: 1em;
  background: #fafafa;
}
.wps-section-content .wps-boxed {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.07);
}
@media (max-width: 960px) {
  .wps-section-taskbar {
    width: 100px;
  }
  .wps-section-taskbar > ul > li {
    text-align: center;
    line-height: 1.4em;
  }
  .wps-section-taskbar > ul > li a {
    line-height: 1.4em;
    padding: 1em;
  }
  .wps-section-taskbar > ul > li a span {
    margin-top: .5em;
    display: block;
    line-height: 1;
    font-weight: bold;
    font-size: .8rem;
  }
  .wps-section-taskbar > ul > li a i {
    margin: 0;
  }
  .wps-section-taskbar:after {
    content: '';
    display: table;
    clear: both;
  }
}
@media (max-width: 780px) {
  .wps-section-taskbar > ul > li a {
    padding: 10px;
  }
  .wps-section-taskbar > ul > li a span {
    display: none;
  }
}
@media (max-width: 480px) {
  .wps-section-account {
    display: block;
  }
  .wps-section-account > * {
    display: block;
    width: auto;
  }
  .wps-section-taskbar > ul {
    display: table;
    width: 100%;
  }
  .wps-section-taskbar > ul > * {
    display: table-cell;
  }
  .wps-section-taskbar > ul li a:hover {
    border: none;
  }
  .wps-section-taskbar > ul li.wps-activ a {
    border: none;
  }
}
.wps-ui-tab {
  font-size: 13px;
  text-align: left;
  margin: 0 0 20px 0;
}
.wps-ui-tab > ul {
  padding: 0;
  margin: 0;
  border-bottom: solid #ccc 1px;
}
.wps-ui-tab > ul i {
  margin-right: 6.4px;
  margin-right: .4rem;
}
.wps-ui-tab > ul > li {
  display: inline-block;
  margin: 0;
}
.wps-ui-tab > ul > li.wps-activ a {
  background: #fff;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  border-top: solid #ccc 1px;
  border-right: solid #ccc 1px;
  border-left: solid #ccc 1px;
}
.wps-ui-tab > ul a {
  display: block;
  outline: none;
  color: #666;
  background: none;
  border-top: solid #fff 1px;
  border-right: solid #fff 1px;
  border-left: solid #fff 1px;
  border-bottom: none;
  -webkit-border-radius: 3px 3px 0 0;
          border-radius: 3px 3px 0 0;
  padding: 12px 16px;
  text-decoration: none;
  opacity: .4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";

  margin-bottom: -1px;
  line-height: 1.2;
  word-wrap: break-word;
}
.wps-ui-tab > div {
  padding: 32px;
  border-right: solid #ccc 1px;
  border-bottom: solid #ccc 1px;
  border-left: solid #ccc 1px;
  -webkit-border-radius: 0 0 3px 3px;
          border-radius: 0 0 3px 3px;
}
.wps-ui-tab > div ul {
  margin: 0 0 0 32px;
  margin: 0 0 0 2rem;
  padding: 0;
}
@media (max-width: 960px) {
  .wps-ui-tab {

  }
}
@media (max-width: 960px) {
  .wps-ui-tab > ul {
    position: relative;
    z-index: 9;
    width: 30%;
    float: left;
    margin-right: -1px;
    border: solid #ccc 1px;
    border-right: none;
    -webkit-border-radius: 3px;
            border-radius: 3px;
  }
  .wps-ui-tab > ul li {
    display: block;
    border-right: solid #ccc 1px;
    border-top: solid #ccc 1px;
  }
  .wps-ui-tab > ul li a {
    text-align: right;
    border: none !important;
    margin: 0;
    -webkit-border-radius: 0;
            border-radius: 0;
  }
  .wps-ui-tab > ul li:first-child {
    border-top: none;
  }
  .wps-ui-tab > ul li.wps-activ {
    border-right: solid #fff 1px;
    -webkit-box-shadow: 1px 0px 0 0px #fff;
            box-shadow: 1px 0px 0 0px #fff;
  }
  .wps-ui-tab > ul li.wps-activ a {
    border-right: none;
  }
  .wps-ui-tab > div {
    position: relative;
    z-index: 8;
    min-height: 20rem;
    width: 70%;
    float: left;
    border: solid #ccc 1px;
  }
}
.wps-tool-bar {
  padding-right: 80px;
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.wps-mini-cart-header {
  zoom: 1;
  margin-bottom: 16px;
  padding-bottom: 8px;
}
.wps-mini-cart-header:before,
.wps-mini-cart-header:after {
  content: "";
  display: table;
}
.wps-mini-cart-header:after {
  clear: both;
}
.wps-mini-cart-header > span {
  float: right;
}
.wps-mini-cart-header > span:first-child {
  float: left;
  margin: .3em 0;
}
.wps-fixed-mini-cart-opened .wps-wrapper {
  -webkit-transform: translate(-300px, 0);
  -moz-transform: translate(-300px, 0);
  -ms-transform: translate(-300px, 0);
  -o-transform: translate(-300px, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.wps-fixed-mini-cart-opened .wps-fixed-tool-bar {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.wps-fixed-cart-container .wps-cart-item-variations li {
  margin: 3px 5px 0 0;
  list-style: none;
  display: inline-block;
  width: auto;
  line-height: 1em;
}
.wps-fixed-cart-container .wps-cart-item-variations li:nth-child(even) {
  background: rgba(132, 132, 132, 0.5);
}
.wps-fixed-cart-container .wps-cart-item-variations li:nth-child(odd) {
  background: rgba(132, 132, 132, 0.5);
}
.wps-header-mini-cart {
  position: relative;
  z-index: 1999;
  display: inline-block;
}
.wps-header-mini-cart .wps-mini-cart-body {
  position: absolute;
  top: 2.5em;
  right: 0;
  min-width: 300px;
  padding-bottom: 1em;
  -webkit-transform: scale(1, 0.9);
  -ms-transform: scale(1, 0.9);
      transform: scale(1, 0.9);
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  -o-transform-origin: top center;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  overflow: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  visibility: hidden;
  padding: 20px;
}
.wps-mini-cart-body > div {
  max-height: 230px;
  overflow-y: auto;
  width: 400px;
}
.wps-mini-cart-body ul {
  list-style: none;
}
.wps-mini-cart-body a {
  text-decoration: none;
  display: block;
  text-align: left;
}
.wps-mini-cart-body li {
  line-height: 2.6em;
  font-size: 0.8em;
}
.wps-mini-cart-body li:last-child {
  border-bottom: none;
}
.wps-activ.wps-header-mini-cart .wps-mini-cart-body {
  height: auto;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  visibility: visible;
}
.wps-mini-cart-body-title {
  display: block;
  line-height: 3em;
  text-align: center;
}
.wps-mini-cart-body-title strong {
  margin-right: 4px;
}
.wps-mini-cart-body-title span:before {
  content: ' - ';
  font-weight: normal;
}
.wps-mini-cart-listing-price {
  float: right;
}
.wps-cart-notices {
  clear: both;
}
.wps-cart-resume {
  margin: 0 0 1em 0;
}
.wps-cart-resume ul {
  padding: 0;
}
.wps-cart-resume li {
  margin: 0;
  list-style: none;
  display: table;
  width: 100%;
  table-layout: fixed;
}
.wps-cart-resume li > div {
  display: table-cell;
  vertical-align: top;
  padding: 1em;
}
.wps-cart-resume li:nth-child(odd) {
  background: rgba(0, 0, 0, 0.02);
}
.wps-cart-resume .wps-cart-cartouche {
  margin: 0;
}
.wps-cart-resume .wps-cart-cartouche .wps-cart-message,
.wps-cart-resume .wps-cart-cartouche .wps-cart-total {
  padding: 0;
  float: none;
  width: auto;
}
.wps-cart-resume .wps-cart-item-img,
.wps-cart-resume .wps-cart-item-price {
  width: 6em;
}
.wps-cart-resume-list {
  margin: 0 0 1em 0;
}
.wps-cart-item-title {
  display: block;
  line-height: 1.3;
  margin-bottom: .25em;
}
.wps-tva {
  font-size: .8em;
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.wps-mini-cart-body .wps-mini-cart-body-title {
  background: #f0f0f0;
}
.wps-mini-cart-bton {
  display: inline-block;
  position: relative;
}
.wps-mini-cart-bton .wps-numeration-cart {
  position: absolute;
  right: 4px;
  top: 0;
  display: inline;
  padding: .25em .62em .25em;
  font-size: .7em;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border: none;
  -webkit-border-radius: 2em;
  border-radius: 2em;
  background: #d8432e;
  color: #fff;
  -webkit-transform: translate(100%, -50%);
  -moz-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  -o-transform: translate(100%, -50%);
}
.wps-fullcart {
  padding-left: 0;
  display: table;
  width: 100%;
  margin: 1em 0;
}
.wps-fullcart a {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.wps-fullcart > li {
  position: relative;
  display: table-row;
  width: 100%;
}
.wps-fullcart > li > div {
  display: table-cell;
  vertical-align: middle;
  padding: .5em;
}
.wps-fullcart > li.cart_header {
  font-size: 1em;
  font-weight: normal;
}
.wps-fullcart > li:nth-child(even) {
  background: rgba(0, 0, 0, 0.02);
}
.wps-cart-item-img {
  width: 8em;
}
.wps-cart-item-img a {
  display: block;
  line-height: 0;
}
.wps-cart-item-img img {
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  height: auto;
}
.wps-cart-item-variations {
  margin: 0 0 0 -0.25em;
  padding: 0;
  line-height: 0;
}
.wps-cart-item-variations li {
  margin: .25em;
  list-style: none;
}
.wps-cart-item-unit-price,
.wps-cart-item-quantity,
.wps-cart-item-price,
.wps-cart-item-close {
  width: 15%;
  text-align: center;
  min-width: 6em;
}
.wps-coupon button {
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
}
.wps-checkout-actions {
  margin: 2em 0;
  text-align: right;
}
.wps-checkout-actions button {
  margin: 0;
}
.wps-cart-cartouche {
  margin: -1em;
}
.wps-cart-cartouche .wps-cart-message,
.wps-cart-cartouche .wps-cart-total {
  width: 50%;
  float: left;
  padding: 1em;
}
.wps-cart-cartouche .wps-cart-total > p {
  margin: 4px 0;
  margin: .25rem 0;
  padding: 4px 0 0 0;
  padding: .25rem 0 0 0;
  border-top: solid rgba(0, 0, 0, 0.1) 1px;
}
.wps-cart-cartouche .wps-cart-total > p:first-child {
  border-top: none;
}
.wps-cart-cartouche:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 780px) {
  .wps-cart-cartouche .wps-cart-message,
  .wps-cart-cartouche .wps-cart-total {
    float: none;
    width: auto;
  }
}
.wps-secured-logos {
  text-align: center;
  font-size: 10px;
  padding: 2em 0;
}
.wps-resume-address .wps-item-resume-address {
  margin-bottom: 16px;
}
.wps-resume-address strong {
  display: none;
}
.wps-resume-address .entry-title {
  font-weight: bold;
}
.wps-resume-address .wps-company {
  display: block;
}
.wps-resume-address .entry-content {
  font-size: .9em;
  line-height: 1.2em;
  font-style: italic;
  margin: 0;
}
.wps-resume-address .wps-address:after,
.wps-resume-address .wps-postcode:after,
.wps-resume-address .wps-city:after,
.wps-resume-address .wps-country:after {
  content: '-';
  display: inline-block;
  margin: 0 .2em;
  vertical-align: middle;
}
.wps-resume-address .wps-address_title {
  font-weight: bold;
  font-style: normal;
}
.wps-resume-address .wps-address_title:after {
  content: ': ';
}
.wps-checkout-steps.--wps-touch {
  text-align: center;
}
.wps-checkout-steps.--wps-touch .wps-h3 {
  margin-bottom: 0;
}
.wps-checkout-steps[class*="gridwrapper"] {
  font-size: .9em;
  padding: 2em;
  max-width: 60em;
  margin: 0 auto;
}
.wps-checkout-steps-caption {
  font-weight: bold;
}
.wps-checkout-step {
  text-align: center;
  position: relative;
  padding-top: 2.5em !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 16.66666667% !important;
}
.wps-checkout-step a {
  text-decoration: none;
  box-shadow: 0 0;
  border: none;
  outline: none;
}
.wps-checkout-step span {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #ccc;
}
.wps-checkout-step i {
  font-style: normal;
  font-weight: bold;
  display: inline-block;
  padding: 0;
  width: 3em;
  height: 3em;
  line-height: 2.75;
  text-align: center;
  vertical-align: middle;
  z-index: 2;
  position: relative;
  color: #fff;
  background: #ccc;
}
.wps-checkout-step:after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #ccc;
  overflow: hidden;
  position: relative;
  top: -1.5em;
  z-index: 1;
}
.wps-checkout-step:first-child:after {
  max-width: 50%;
  left: 50%;
}
.wps-checkout-step:last-child:after {
  max-width: 50%;
}
.wps-checkout-step.--wps-finished i {
  background: #64c398;
}
.wps-checkout-step.--wps-finished:after {
  background: #64c398;
}
.wps-checkout-step.--wps-finished span {
  color: #64c398;
}
.wps-checkout-step.--wps-current i {
  background: #5a95f5;
}
.wps-checkout-step.--wps-current:after {
  background: #5a95f5;
}
.wps-checkout-step.--wps-current span {
  color: #5a95f5;
}
@media (max-width: 940px) {
  .wps-checkout-step {
    font-size: 15px;
  }
}
@media (max-width: 780px) {
  .wps-checkout-step {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .wps-checkout-step {
    font-size: 13px;
  }
}
.wps-shipping-address > button,
.wps-billing-address > button {
  margin-top: 0;
  padding-right: 0;
  float: right;
}
.wps-shipping-address > button:hover,
.wps-billing-address > button:hover {
  padding-right: 0;
}
.wps-shipping-address:after,
.wps-billing-address:after {
  content: '';
  display: table;
  clear: both;
}
.wps-checkout-wrapper .wps-sidebar-resume {
  padding: 0 0 2em 2em;
  width: 40%;
  float: right;
}
.wps-checkout-wrapper .wps-checkout-content {
  width: 60%;
  float: left;
}
.wps-checkout-wrapper:after {
  content: '';
  display: table;
  clear: both;
}
.wps-cgv-line {
  text-align: right;
  font-size: 12.8px;
  font-size: .8rem;
  padding: .5em 0;
}
.wps-cgv-line a {
  text-decoration: none;
}
.wps-checkout-content .wps-comment-box {
  margin: 1em 0;
  padding: 0 1em 0 1em;
  width: auto;
  float: none;
}
.wps-checkout-content .wps-comment-box textarea {
  height: 6em;
}
[class*="wps-"][class*="mini"][class*="step"][class*="checkout"] {
  text-align: left;
  position: relative;
  padding: 0;
}
[class*="wps-"][class*="mini"][class*="step"][class*="checkout"] i {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 5px;
  left: 0;
  line-height: 28px;
  font-size: 12px;
}
[class*="wps-"][class*="mini"][class*="step"][class*="checkout"]:after {
  border: none;
}
[class*="wps-"][class*="mini"][class*="step"][class*="checkout"] [class*="wps"][class*="title"] h3 {
  margin-left: 40px;
  height: 40px;
  line-height: 40px;
}
[class*="wps-"][class*="mini"][class*="step"][class*="checkout"] [class*="wps"][class*="title"] h3 button {
  margin-left: 6px;
}
[class*="wps-"][class*="mini"][class*="step"][class*="checkout"] [class*="wps"][class*="content"] {
  padding-left: 20px;
  border-left: solid #ccc 2px;
  margin-left: 14px;
}
[class*="wps-"][class*="mini"][class*="step"][class*="checkout"][class*="finished"] [class*="wps"][class*="content"] {
  border-color: #d3eee2;
}
[class*="wps-"][class*="mini"][class*="step"][class*="checkout"][class*="current"] [class*="wps"][class*="content"] {
  border-color: #4285f4;
}
[class*="wps-"][class*="mini"][class*="step"][class*="checkout"]:last-child [class*="wps"][class*="content"] {
  border: none;
  margin-bottom: 32px;
}
[class*="wps"][class*="item-selector"] > * a {
  display: block;
  padding: 16px;
  text-align: center;
  margin: 8px;
  background: #fff;
  -webkit-box-shadow: inset 0 0 0 1px #ccc;
  box-shadow: inset 0 0 0 1px #ccc;
  -webkit-transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}
[class*="wps"][class*="item-selector"] > * a:hover {
  -webkit-box-shadow: inset 0 0 0 6px #65c2ee;
  box-shadow: inset 0 0 0 6px #65c2ee;
}
.wps-login-first-error {
  margin: 1em 0;
}
.wps-password-reminder-link {
  font-size: .9em;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.wps-welcome_back_message {
  margin: 2em 0;
}
@media (max-width: 960px) {
  [class*="wps-"][class*="step"][class*="checkout"] i {
    height: 34px;
    width: 34px;
    line-height: 32px;
    font-size: 12px;
  }
  [class*="wps-"][class*="step"][class*="checkout"]:after {
    top: -18px;
  }
}
@media (max-width: 960px) {
  .wps-checkout-content,
  .wps-sidebar-resume {
    float: none !important;
    width: auto !important;
    padding: 0 !important;
  }
}
.wps-highlighting-item a {
  display: block;
  position: relative;
}
.wps-highlighting-item img {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  height: auto;
}
.wps-highlighting-item .wps-hightlight-hover {
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  padding: 0;
  background: transparent;
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-box-shadow: inset 0 0 0 0 #ffffff;
  box-shadow: inset 0 0 0 0 #ffffff;
}
.wps-highlighting-item a:hover .wps-hightlight-hover {
  -webkit-box-shadow: inset 0 0 0 6px #ffffff;
  box-shadow: inset 0 0 0 6px #ffffff;
}
@media (min-width: 780px) {
  .--wps-touch {
    display: none;
  }
}
@media (max-width: 780px) {
  .-wps-screen {
    display: none !important;
  }
  .--wps-touch {
    display: block;
  }
}

[class*="wps"][class*="bton"][class*="first"] {
  text-decoration: none;
  color: #ffffff;
  background: #4285f4;
  border: none;
}
[class*="wps"][class*="bton"][class*="first"] > [class*="icon"] {
  color: #ffffff;
  text-shadow: none;
}
[class*="wps"][class*="bton"][class*="first"] > [class*="icon"]:hover {
  color: #ffffff;
}
[class*="wps"][class*="bton"][class*="first"]:hover {
  text-decoration: none;
  color: #ffffff;
  background: #72a4f7;
}
[class*="wps"][class*="bton"][class*="first"]:hover i {
  color: #ffffff;
}
[class*="wps"][class*="bton"][class*="first"]:active {
  text-decoration: none;
}
[class*="wps"][class*="bton"][class*="second"] {
  text-decoration: none;
  color: #65c2ee;
  background: none;
  -webkit-box-shadow: inset 0 0 0 2px #65c2ee;
          box-shadow: inset 0 0 0 2px #65c2ee;
  border: none;
}
[class*="wps"][class*="bton"][class*="second"]:hover {
  background-color: #65c2ee;
  border-color: #65c2ee;
  color: #fff;
}
[class*="wps"][class*="bton"][class*="second"]:hover:after {
  border-top-color: #fff !important;
  border-right-color: #fff !important;
  border-bottom-color: #fff !important;
}
[class*="wps"][class*="bton"][class*="second"]:after {
  border-top-color: #65c2ee !important;
  border-right-color: #65c2ee !important;
  border-bottom-color: #65c2ee !important;
}
[class*="wps"][class*="bton"][class*="second"]:active {
  text-decoration: none;
  top: .125em;
  position: relative;
}
[class*="wps"][class*="bton"][class*="third"] {
  text-decoration: none;
  color: #4285f4;
  background: none;
  border: none;
  font-weight: normal;
}
[class*="wps"][class*="bton"][class*="third"]:hover {
  color: #4285f4;
  text-decoration: underline;
}
[class*="wps"][class*="bton"][class*="third"]:after {
  border-top-color: #4285f4 !important;
  border-right-color: #4285f4 !important;
  border-bottom-color: #4285f4 !important;
}
[class*="wps"][class*="bton"][class*="third"]:active {
  text-decoration: none;
  top: .125em;
  position: relative;
}
[class*="wps"][class*="bton"][class*="fourth"] {
  text-decoration: none;
  color: #65c2ee;
  background: none;
  border: none;
  font-weight: normal;
}
[class*="wps"][class*="bton"][class*="fourth"]:hover {
  color: #65c2ee;
  text-decoration: underline;
}
[class*="wps"][class*="bton"][class*="fourth"]:after {
  border-top-color: #65c2ee !important;
  border-right-color: #65c2ee !important;
  border-bottom-color: #65c2ee !important;
}
[class*="wps"][class*="bton"][class*="fourth"]:active {
  text-decoration: none;
  top: .125em;
  position: relative;
}
[class*="wps"][class*="bton"][class*="fifth"] {
  text-decoration: none;
  color: #ffffff;
  background: #ff5c37;
  border: none;
}
[class*="wps"][class*="bton"][class*="fifth"] > [class*="icon"] {
  color: #ffffff;
  text-shadow: none;
}
[class*="wps"][class*="bton"][class*="fifth"] > [class*="icon"]:hover {
  color: #ffffff;
}
[class*="wps"][class*="bton"][class*="fifth"]:hover {
  text-decoration: none;
  color: #ffffff;
  background: #ff866a;
}
[class*="wps"][class*="bton"][class*="fifth"]:hover i {
  color: #ffffff;
}
[class*="wps"][class*="bton"][class*="fifth"]:active {
  text-decoration: none;
}
[class*="wps"][class*="bton"][class*="sixth"] {
  text-decoration: none;
  color: #534301;
  background: #fdce09;
  border: none;
}
[class*="wps"][class*="bton"][class*="sixth"] > [class*="icon"] {
  color: #534301;
  text-shadow: none;
}
[class*="wps"][class*="bton"][class*="sixth"] > [class*="icon"]:hover {
  color: #ffffff;
}
[class*="wps"][class*="bton"][class*="sixth"]:hover {
  text-decoration: none;
  color: #000000;
  background: #ebbe02;
}
[class*="wps"][class*="bton"][class*="sixth"]:hover i {
  color: #000000;
}
[class*="wps"][class*="bton"][class*="sixth"]:active {
  text-decoration: none;
  top: .125em;
  position: relative;
}
[class*="wps"][class*="bton"][class*="seve"] {
  text-decoration: none;
  color: #848484;
  background: #ddd;
  border: none;
}
[class*="wps"][class*="bton"][class*="seve"] > [class*="icon"] {
  color: #848484;
  text-shadow: none;
}
[class*="wps"][class*="bton"][class*="seve"] > [class*="icon"]:hover {
  color: #ffffff;
}
[class*="wps"][class*="bton"][class*="seve"]:hover {
  text-decoration: none;
  color: #444444;
  background: #d0d0d0;
}
[class*="wps"][class*="bton"][class*="seve"]:hover i {
  color: #444444;
}
[class*="wps"][class*="bton"][class*="seve"]:active {
  text-decoration: none;
  top: .125em;
  position: relative;
}
[class*="wps"][class*="bton"][class*="disabled"] {
  background: #efefef;
  color: #ccc;
  border: solid #ddd 1px;
  text-shadow: 1px 1px 0 #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
[class*="wps"][class*="bton"][class*="disabled"]:active {
  top: 0;
}
[class*="wps"][class*="bton"][class*="disabled"] i {
  color: #ccc;
}

[class*="wps-catalog"] a {
  text-decoration: none;
  color: inherit;
  display: block;
}
.wps-catalog-hover {
  background: #65c2ee;
}


[class*="wps-"][class*="-h1"] {
  color: #555;
  font-size: 1.6em;
  line-height: 1em;
  margin-bottom: 1em;
}
[class*="wps-"][class*="-h2"] {
  color: #555;
  font-size: 1.5em;
  line-height: 1em;
  margin-bottom: 1em;
}
[class*="wps-"][class*="-h3"] {
  color: #555;
  font-size: 1.4em;
  line-height: 1em;
  margin-bottom: 1em;
}
[class*="wps-"][class*="-h4"] {
  color: #555;
  font-size: 1.3em;
  line-height: 1em;
  margin-bottom: 1em;
}
[class*="wps-"][class*="-h5"] {
  color: #555;
  font-size: 1.2em;
  line-height: 1em;
  margin-bottom: 1em;
}
[class*="wps-"][class*="-h6"] {
  color: #555;
  font-size: 1em;
  line-height: 1em;
  margin-bottom: 1em;
}

.wps-boxed {
  padding: 16px 16px 8px 16px;
  margin-bottom: 16px;
  background: #fff;
  border: solid #eee 1px;
}
.wps-boxed [class*="wps-"][class*="h1"],
.wps-boxed [class*="wps-"][class*="h2"],
.wps-boxed [class*="wps-"][class*="h3"],
.wps-boxed [class*="wps-"][class*="h4"],
.wps-boxed [class*="wps-"][class*="h5"],
.wps-boxed [class*="wps-"][class*="h6"] {
  padding-bottom: .6em;
  font-weight: bold;
}
.wps-boxed [class*="wps-alert"] {
  margin: 0;
}
.wps-boxed .summary_shipping_boxed_title {
  border: none;
  font-weight: bold;
  font-size: 1.2em;
}
.wps-tabled {
  margin-bottom: 8px;
  -webkit-box-shadow: inset 0 0 0 4px #ebebeb;
  box-shadow: inset 0 0 0 4px #ebebeb;
  background: #fafafa;
}

.wps-modal-opened .wps-modal-container {
	pointer-events: all;
}
