@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* forms */
/* color */
/* title */
/* border */
/* background */
/* header */
/* buttons */
/* tabs */
/* menu */
/* effects */
/* rating */
/* video */
/* footer subscribe*/
/* social home */
/* carousel arrows */
/* ui */
/* payment logos color hover*/
/*alert*/
.buttons_bottom_block {
  padding: 0 !important;
}
.row:before,
.clearfix:before,
.nav.nav-tabs:before,
.row:after,
.clearfix:after,
.nav.nav-tabs:after {
  content: "";
  display: table;
}
.row:after,
.clearfix:after,
.nav.nav-tabs:after {
  clear: both;
}

.grid .product_list__inner,
.header__main-panel__wrapper {
  display: table;
  width: 100%;
  font-size: 0;
}
.grid .product_list__inner > *,
.header__main-panel__wrapper > * {
  float: none !important;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}

.-scroll-background {
  background-repeat: no-repeat !important;
  animation: 12s linear 0s infinite running animatedBackground;
  -webkit-animation: 12s linear 0s infinite running animatedBackground;
  -moz-animation: 12s linear 0s infinite running animatedBackground;
  -ms-animation: 12s linear 0s infinite running animatedBackground;
}
@media screen and (min-width: 1401px) {
  .-scroll-background {
    background-position: 50% 0 !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1024px) {
  .-scroll-background {
    background-position: 0 0 !important;
    background-attachment: fixed !important;
  }
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
*/
body {
  -webkit-backface-visibility: hidden;
}

.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  -moz-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  -moz-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  -moz-animation-name: slideInDown;
  -o-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  -moz-animation-name: slideInLeft;
  -o-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  -moz-animation-name: slideInRight;
  -o-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  -moz-animation-name: slideInUp;
  -o-animation-name: slideInUp;
  animation-name: slideInUp;
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0")
      format("embedded-opentype"),
    url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"),
    url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"),
    url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"),
    url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon,
[class^="icon"] {
  display: inline-block;
  font: normal normal normal 14px FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.icon-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.icon-2x {
  font-size: 2em;
}

.icon-3x {
  font-size: 3em;
}

.icon-4x {
  font-size: 4em;
}

.icon-5x {
  font-size: 5em;
}

.icon-fw {
  width: 1.28571em;
  text-align: center;
}

.icon-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.icon-ul > li {
  position: relative;
}

.icon-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.icon-li.icon-lg {
  left: -1.85714em;
}

.icon-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.icon-pull-left {
  float: left;
}

.icon-pull-right {
  float: right;
}

.icon.icon-pull-left {
  margin-right: 0.3em;
}
.icon.icon-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.icon.pull-left {
  margin-right: 0.3em;
}
.icon.pull-right {
  margin-left: 0.3em;
}

.icon-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.icon-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.icon-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.icon-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.icon-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.icon-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.icon-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .icon-rotate-90,
:root .icon-rotate-180,
:root .icon-rotate-270,
:root .icon-flip-horizontal,
:root .icon-flip-vertical {
  filter: none;
}

.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.icon-stack-1x,
.icon-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.icon-stack-1x {
  line-height: inherit;
}

.icon-stack-2x {
  font-size: 2em;
}

.icon-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "";
}

.icon-music:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-envelope-o:before {
  content: "";
}

.icon-heart:before {
  content: "";
}

.icon-star:before {
  content: "";
}

.icon-star-o:before {
  content: "";
}

.icon-user:before {
  content: "";
}

.icon-film:before {
  content: "";
}

.icon-th-large:before {
  content: "";
}

.icon-th:before {
  content: "";
}

.icon-th-list:before {
  content: "";
}

.icon-check:before {
  content: "";
}

.icon-remove:before,
.icon-close:before,
.icon-times:before {
  content: "";
}

.icon-search-plus:before {
  content: "";
}

.icon-search-minus:before {
  content: "";
}

.icon-power-off:before {
  content: "";
}

.icon-signal:before {
  content: "";
}

.icon-gear:before,
.icon-cog:before {
  content: "";
}

.icon-trash-o:before {
  content: "";
}

.icon-home:before {
  content: "";
}

.icon-file-o:before {
  content: "";
}

.icon-clock-o:before {
  content: "";
}

.icon-road:before {
  content: "";
}

.icon-download:before {
  content: "";
}

.icon-arrow-circle-o-down:before {
  content: "";
}

.icon-arrow-circle-o-up:before {
  content: "";
}

.icon-inbox:before {
  content: "";
}

.icon-play-circle-o:before {
  content: "";
}

.icon-rotate-right:before,
.icon-repeat:before {
  content: "";
}

.icon-refresh:before {
  content: "";
}

.icon-list-alt:before {
  content: "";
}

.icon-lock:before {
  content: "";
}

.icon-flag:before {
  content: "";
}

.icon-headphones:before {
  content: "";
}

.icon-volume-off:before {
  content: "";
}

.icon-volume-down:before {
  content: "";
}

.icon-volume-up:before {
  content: "";
}

.icon-qrcode:before {
  content: "";
}

.icon-barcode:before {
  content: "";
}

.icon-tag:before {
  content: "";
}

.icon-tags:before {
  content: "";
}

.icon-book:before {
  content: "";
}

.icon-bookmark:before {
  content: "";
}

.icon-print:before {
  content: "";
}

.icon-camera:before {
  content: "";
}

.icon-font:before {
  content: "";
}

.icon-bold:before {
  content: "";
}

.icon-italic:before {
  content: "";
}

.icon-text-height:before {
  content: "";
}

.icon-text-width:before {
  content: "";
}

.icon-align-left:before {
  content: "";
}

.icon-align-center:before {
  content: "";
}

.icon-align-right:before {
  content: "";
}

.icon-align-justify:before {
  content: "";
}

.icon-list:before {
  content: "";
}

.icon-dedent:before,
.icon-outdent:before {
  content: "";
}

.icon-indent:before {
  content: "";
}

.icon-video-camera:before {
  content: "";
}

.icon-photo:before,
.icon-image:before,
.icon-picture-o:before {
  content: "";
}

.icon-pencil:before {
  content: "";
}

.icon-map-marker:before {
  content: "";
}

.icon-adjust:before {
  content: "";
}

.icon-tint:before {
  content: "";
}

.icon-edit:before,
.icon-pencil-square-o:before {
  content: "";
}

.icon-share-square-o:before {
  content: "";
}

.icon-check-square-o:before {
  content: "";
}

.icon-arrows:before {
  content: "";
}

.icon-step-backward:before {
  content: "";
}

.icon-fast-backward:before {
  content: "";
}

.icon-backward:before {
  content: "";
}

.icon-play:before {
  content: "";
}

.icon-pause:before {
  content: "";
}

.icon-stop:before {
  content: "";
}

.icon-forward:before {
  content: "";
}

.icon-fast-forward:before {
  content: "";
}

.icon-step-forward:before {
  content: "";
}

.icon-eject:before {
  content: "";
}

.icon-chevron-left:before {
  content: "";
}

.icon-chevron-right:before {
  content: "";
}

.icon-plus-circle:before {
  content: "";
}

.icon-minus-circle:before {
  content: "";
}

.icon-times-circle:before {
  content: "";
}

.icon-check-circle:before {
  content: "";
}

.icon-question-circle:before {
  content: "";
}

.icon-info-circle:before {
  content: "";
}

.icon-crosshairs:before {
  content: "";
}

.icon-times-circle-o:before {
  content: "";
}

.icon-check-circle-o:before {
  content: "";
}

.icon-ban:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-arrow-up:before {
  content: "";
}

.icon-arrow-down:before {
  content: "";
}

.icon-mail-forward:before,
.icon-share:before {
  content: "";
}

.icon-expand:before {
  content: "";
}

.icon-compress:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-minus:before {
  content: "";
}

.icon-asterisk:before {
  content: "";
}

.icon-exclamation-circle:before {
  content: "";
}

.icon-gift:before {
  content: "";
}

.icon-leaf:before {
  content: "";
}

.icon-fire:before {
  content: "";
}

.icon-eye:before {
  content: "";
}

.icon-eye-slash:before {
  content: "";
}

.icon-warning:before,
.icon-exclamation-triangle:before {
  content: "";
}

.icon-plane:before {
  content: "";
}

.icon-calendar:before {
  content: "";
}

.icon-random:before {
  content: "";
}

.icon-comment:before {
  content: "";
}

.icon-magnet:before {
  content: "";
}

.icon-chevron-up:before {
  content: "";
}

.icon-chevron-down:before {
  content: "";
}

.icon-retweet:before {
  content: "";
}

.icon-shopping-cart:before {
  content: "";
}

.icon-folder:before {
  content: "";
}

.icon-folder-open:before {
  content: "";
}

.icon-arrows-v:before {
  content: "";
}

.icon-arrows-h:before {
  content: "";
}

.icon-bar-chart-o:before,
.icon-bar-chart:before {
  content: "";
}

.icon-twitter-square:before {
  content: "";
}

.icon-facebook-square:before {
  content: "";
}

.icon-camera-retro:before {
  content: "";
}

.icon-key:before {
  content: "";
}

.icon-gears:before,
.icon-cogs:before {
  content: "";
}

.icon-comments:before {
  content: "";
}

.icon-thumbs-o-up:before {
  content: "";
}

.icon-thumbs-o-down:before {
  content: "";
}

.icon-star-half:before {
  content: "";
}

.icon-heart-o:before {
  content: "";
}

.icon-sign-out:before {
  content: "";
}

.icon-linkedin-square:before {
  content: "";
}

.icon-thumb-tack:before {
  content: "";
}

.icon-external-link:before {
  content: "";
}

.icon-sign-in:before {
  content: "";
}

.icon-trophy:before {
  content: "";
}

.icon-github-square:before {
  content: "";
}

.icon-upload:before {
  content: "";
}

.icon-lemon-o:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-square-o:before {
  content: "";
}

.icon-bookmark-o:before {
  content: "";
}

.icon-phone-square:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-facebook-f:before,
.icon-facebook:before {
  content: "";
}

.icon-github:before {
  content: "";
}

.icon-unlock:before {
  content: "";
}

.icon-credit-card:before {
  content: "";
}

.icon-feed:before,
.icon-rss:before {
  content: "";
}

.icon-hdd-o:before {
  content: "";
}

.icon-bullhorn:before {
  content: "";
}

.icon-bell:before {
  content: "";
}

.icon-certificate:before {
  content: "";
}

.icon-hand-o-right:before {
  content: "";
}

.icon-hand-o-left:before {
  content: "";
}

.icon-hand-o-up:before {
  content: "";
}

.icon-hand-o-down:before {
  content: "";
}

.icon-arrow-circle-left:before {
  content: "";
}

.icon-arrow-circle-right:before {
  content: "";
}

.icon-arrow-circle-up:before {
  content: "";
}

.icon-arrow-circle-down:before {
  content: "";
}

.icon-globe:before {
  content: "";
}

.icon-wrench:before {
  content: "";
}

.icon-tasks:before {
  content: "";
}

.icon-filter:before {
  content: "";
}

.icon-briefcase:before {
  content: "";
}

.icon-arrows-alt:before {
  content: "";
}

.icon-group:before,
.icon-users:before {
  content: "";
}

.icon-chain:before,
.icon-link:before {
  content: "";
}

.icon-cloud:before {
  content: "";
}

.icon-flask:before {
  content: "";
}

.icon-cut:before,
.icon-scissors:before {
  content: "";
}

.icon-copy:before,
.icon-files-o:before {
  content: "";
}

.icon-paperclip:before {
  content: "";
}

.icon-save:before,
.icon-floppy-o:before {
  content: "";
}

.icon-square:before {
  content: "";
}

.icon-navicon:before,
.icon-reorder:before,
.icon-bars:before {
  content: "";
}

.icon-list-ul:before {
  content: "";
}

.icon-list-ol:before {
  content: "";
}

.icon-strikethrough:before {
  content: "";
}

.icon-underline:before {
  content: "";
}

.icon-table:before {
  content: "";
}

.icon-magic:before {
  content: "";
}

.icon-truck:before {
  content: "";
}

.icon-pinterest:before {
  content: "";
}

.icon-pinterest-square:before {
  content: "";
}

.icon-google-plus-square:before {
  content: "";
}

.icon-google-plus:before {
  content: "";
}

.icon-money:before {
  content: "";
}

.icon-caret-down:before {
  content: "";
}

.icon-caret-up:before {
  content: "";
}

.icon-caret-left:before {
  content: "";
}

.icon-caret-right:before {
  content: "";
}

.icon-columns:before {
  content: "";
}

.icon-unsorted:before,
.icon-sort:before {
  content: "";
}

.icon-sort-down:before,
.icon-sort-desc:before {
  content: "";
}

.icon-sort-up:before,
.icon-sort-asc:before {
  content: "";
}

.icon-envelope:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-rotate-left:before,
.icon-undo:before {
  content: "";
}

.icon-legal:before,
.icon-gavel:before {
  content: "";
}

.icon-dashboard:before,
.icon-tachometer:before {
  content: "";
}

.icon-comment-o:before {
  content: "";
}

.icon-comments-o:before {
  content: "";
}

.icon-flash:before,
.icon-bolt:before {
  content: "";
}

.icon-sitemap:before {
  content: "";
}

.icon-umbrella:before {
  content: "";
}

.icon-paste:before,
.icon-clipboard:before {
  content: "";
}

.icon-lightbulb-o:before {
  content: "";
}

.icon-exchange:before {
  content: "";
}

.icon-cloud-download:before {
  content: "";
}

.icon-cloud-upload:before {
  content: "";
}

.icon-user-md:before {
  content: "";
}

.icon-stethoscope:before {
  content: "";
}

.icon-suitcase:before {
  content: "";
}

.icon-bell-o:before {
  content: "";
}

.icon-coffee:before {
  content: "";
}

.icon-cutlery:before {
  content: "";
}

.icon-file-text-o:before {
  content: "";
}

.icon-building-o:before {
  content: "";
}

.icon-hospital-o:before {
  content: "";
}

.icon-ambulance:before {
  content: "";
}

.icon-medkit:before {
  content: "";
}

.icon-fighter-jet:before {
  content: "";
}

.icon-beer:before {
  content: "";
}

.icon-h-square:before {
  content: "";
}

.icon-plus-square:before {
  content: "";
}

.icon-angle-double-left:before {
  content: "";
}

.icon-angle-double-right:before {
  content: "";
}

.icon-angle-double-up:before {
  content: "";
}

.icon-angle-double-down:before {
  content: "";
}

.icon-angle-left:before {
  content: "";
}

.icon-angle-right:before {
  content: "";
}

.icon-angle-up:before {
  content: "";
}

.icon-angle-down:before {
  content: "";
}

.icon-desktop:before {
  content: "";
}

.icon-laptop:before {
  content: "";
}

.icon-tablet:before {
  content: "";
}

.icon-mobile-phone:before,
.icon-mobile:before {
  content: "";
}

.icon-circle-o:before {
  content: "";
}

.icon-quote-left:before {
  content: "";
}

.icon-quote-right:before {
  content: "";
}

.icon-spinner:before {
  content: "";
}

.icon-circle:before {
  content: "";
}

.icon-mail-reply:before,
.icon-reply:before {
  content: "";
}

.icon-github-alt:before {
  content: "";
}

.icon-folder-o:before {
  content: "";
}

.icon-folder-open-o:before {
  content: "";
}

.icon-smile-o:before {
  content: "";
}

.icon-frown-o:before {
  content: "";
}

.icon-meh-o:before {
  content: "";
}

.icon-gamepad:before {
  content: "";
}

.icon-keyboard-o:before {
  content: "";
}

.icon-flag-o:before {
  content: "";
}

.icon-flag-checkered:before {
  content: "";
}

.icon-terminal:before {
  content: "";
}

.icon-code:before {
  content: "";
}

.icon-mail-reply-all:before,
.icon-reply-all:before {
  content: "";
}

.icon-star-half-empty:before,
.icon-star-half-full:before,
.icon-star-half-o:before {
  content: "";
}

.icon-location-arrow:before {
  content: "";
}

.icon-crop:before {
  content: "";
}

.icon-code-fork:before {
  content: "";
}

.icon-unlink:before,
.icon-chain-broken:before {
  content: "";
}

.icon-question:before {
  content: "";
}

.icon-info:before {
  content: "";
}

.icon-exclamation:before {
  content: "";
}

.icon-superscript:before {
  content: "";
}

.icon-subscript:before {
  content: "";
}

.icon-eraser:before {
  content: "";
}

.icon-puzzle-piece:before {
  content: "";
}

.icon-microphone:before {
  content: "";
}

.icon-microphone-slash:before {
  content: "";
}

.icon-shield:before {
  content: "";
}

.icon-calendar-o:before {
  content: "";
}

.icon-fire-extinguisher:before {
  content: "";
}

.icon-rocket:before {
  content: "";
}

.icon-maxcdn:before {
  content: "";
}

.icon-chevron-circle-left:before {
  content: "";
}

.icon-chevron-circle-right:before {
  content: "";
}

.icon-chevron-circle-up:before {
  content: "";
}

.icon-chevron-circle-down:before {
  content: "";
}

.icon-html5:before {
  content: "";
}

.icon-css3:before {
  content: "";
}

.icon-anchor:before {
  content: "";
}

.icon-unlock-alt:before {
  content: "";
}

.icon-bullseye:before {
  content: "";
}

.icon-ellipsis-h:before {
  content: "";
}

.icon-ellipsis-v:before {
  content: "";
}

.icon-rss-square:before {
  content: "";
}

.icon-play-circle:before {
  content: "";
}

.icon-ticket:before {
  content: "";
}

.icon-minus-square:before {
  content: "";
}

.icon-minus-square-o:before {
  content: "";
}

.icon-level-up:before {
  content: "";
}

.icon-level-down:before {
  content: "";
}

.icon-check-square:before {
  content: "";
}

.icon-pencil-square:before {
  content: "";
}

.icon-external-link-square:before {
  content: "";
}

.icon-share-square:before {
  content: "";
}

.icon-compass:before {
  content: "";
}

.icon-toggle-down:before,
.icon-caret-square-o-down:before {
  content: "";
}

.icon-toggle-up:before,
.icon-caret-square-o-up:before {
  content: "";
}

.icon-toggle-right:before,
.icon-caret-square-o-right:before {
  content: "";
}

.icon-euro:before,
.icon-eur:before {
  content: "";
}

.icon-gbp:before {
  content: "";
}

.icon-dollar:before,
.icon-usd:before {
  content: "";
}

.icon-rupee:before,
.icon-inr:before {
  content: "";
}

.icon-cny:before,
.icon-rmb:before,
.icon-yen:before,
.icon-jpy:before {
  content: "";
}

.icon-ruble:before,
.icon-rouble:before,
.icon-rub:before {
  content: "";
}

.icon-won:before,
.icon-krw:before {
  content: "";
}

.icon-bitcoin:before,
.icon-btc:before {
  content: "";
}

.icon-file:before {
  content: "";
}

.icon-file-text:before {
  content: "";
}

.icon-sort-alpha-asc:before {
  content: "";
}

.icon-sort-alpha-desc:before {
  content: "";
}

.icon-sort-amount-asc:before {
  content: "";
}

.icon-sort-amount-desc:before {
  content: "";
}

.icon-sort-numeric-asc:before {
  content: "";
}

.icon-sort-numeric-desc:before {
  content: "";
}

.icon-thumbs-up:before {
  content: "";
}

.icon-thumbs-down:before {
  content: "";
}

.icon-youtube-square:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

.icon-xing:before {
  content: "";
}

.icon-xing-square:before {
  content: "";
}

.icon-youtube-play:before {
  content: "";
}

.icon-dropbox:before {
  content: "";
}

.icon-stack-overflow:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-flickr:before {
  content: "";
}

.icon-adn:before {
  content: "";
}

.icon-bitbucket:before {
  content: "";
}

.icon-bitbucket-square:before {
  content: "";
}

.icon-tumblr:before {
  content: "";
}

.icon-tumblr-square:before {
  content: "";
}

.icon-long-arrow-down:before {
  content: "";
}

.icon-long-arrow-up:before {
  content: "";
}

.icon-long-arrow-left:before {
  content: "";
}

.icon-long-arrow-right:before {
  content: "";
}

.icon-apple:before {
  content: "";
}

.icon-windows:before {
  content: "";
}

.icon-android:before {
  content: "";
}

.icon-linux:before {
  content: "";
}

.icon-dribbble:before {
  content: "";
}

.icon-skype:before {
  content: "";
}

.icon-foursquare:before {
  content: "";
}

.icon-trello:before {
  content: "";
}

.icon-female:before {
  content: "";
}

.icon-male:before {
  content: "";
}

.icon-gittip:before,
.icon-gratipay:before {
  content: "";
}

.icon-sun-o:before {
  content: "";
}

.icon-moon-o:before {
  content: "";
}

.icon-archive:before {
  content: "";
}

.icon-bug:before {
  content: "";
}

.icon-vk:before {
  content: "";
}

.icon-weibo:before {
  content: "";
}

.icon-renren:before {
  content: "";
}

.icon-pagelines:before {
  content: "";
}

.icon-stack-exchange:before {
  content: "";
}

.icon-arrow-circle-o-right:before {
  content: "";
}

.icon-arrow-circle-o-left:before {
  content: "";
}

.icon-toggle-left:before,
.icon-caret-square-o-left:before {
  content: "";
}

.icon-dot-circle-o:before {
  content: "";
}

.icon-wheelchair:before {
  content: "";
}

.icon-vimeo-square:before {
  content: "";
}

.icon-turkish-lira:before,
.icon-try:before {
  content: "";
}

.icon-plus-square-o:before {
  content: "";
}

.icon-space-shuttle:before {
  content: "";
}

.icon-slack:before {
  content: "";
}

.icon-envelope-square:before {
  content: "";
}

.icon-wordpress:before {
  content: "";
}

.icon-openid:before {
  content: "";
}

.icon-institution:before,
.icon-bank:before,
.icon-university:before {
  content: "";
}

.icon-mortar-board:before,
.icon-graduation-cap:before {
  content: "";
}

.icon-yahoo:before {
  content: "";
}

.icon-google:before {
  content: "";
}

.icon-reddit:before {
  content: "";
}

.icon-reddit-square:before {
  content: "";
}

.icon-stumbleupon-circle:before {
  content: "";
}

.icon-stumbleupon:before {
  content: "";
}

.icon-delicious:before {
  content: "";
}

.icon-digg:before {
  content: "";
}

.icon-pied-piper:before {
  content: "";
}

.icon-pied-piper-alt:before {
  content: "";
}

.icon-drupal:before {
  content: "";
}

.icon-joomla:before {
  content: "";
}

.icon-language:before {
  content: "";
}

.icon-fax:before {
  content: "";
}

.icon-building:before {
  content: "";
}

.icon-child:before {
  content: "";
}

.icon-paw:before {
  content: "";
}

.icon-spoon:before {
  content: "";
}

.icon-cube:before {
  content: "";
}

.icon-cubes:before {
  content: "";
}

.icon-behance:before {
  content: "";
}

.icon-behance-square:before {
  content: "";
}

.icon-steam:before {
  content: "";
}

.icon-steam-square:before {
  content: "";
}

.icon-recycle:before {
  content: "";
}

.icon-automobile:before,
.icon-car:before {
  content: "";
}

.icon-cab:before,
.icon-taxi:before {
  content: "";
}

.icon-tree:before {
  content: "";
}

.icon-spotify:before {
  content: "";
}

.icon-deviantart:before {
  content: "";
}

.icon-soundcloud:before {
  content: "";
}

.icon-database:before {
  content: "";
}

.icon-file-pdf-o:before {
  content: "";
}

.icon-file-word-o:before {
  content: "";
}

.icon-file-excel-o:before {
  content: "";
}

.icon-file-powerpoint-o:before {
  content: "";
}

.icon-file-photo-o:before,
.icon-file-picture-o:before,
.icon-file-image-o:before {
  content: "";
}

.icon-file-zip-o:before,
.icon-file-archive-o:before {
  content: "";
}

.icon-file-sound-o:before,
.icon-file-audio-o:before {
  content: "";
}

.icon-file-movie-o:before,
.icon-file-video-o:before {
  content: "";
}

.icon-file-code-o:before {
  content: "";
}

.icon-vine:before {
  content: "";
}

.icon-codepen:before {
  content: "";
}

.icon-jsfiddle:before {
  content: "";
}

.icon-life-bouy:before,
.icon-life-buoy:before,
.icon-life-saver:before,
.icon-support:before,
.icon-life-ring:before {
  content: "";
}

.icon-circle-o-notch:before {
  content: "";
}

.icon-ra:before,
.icon-rebel:before {
  content: "";
}

.icon-ge:before,
.icon-empire:before {
  content: "";
}

.icon-git-square:before {
  content: "";
}

.icon-git:before {
  content: "";
}

.icon-y-combinator-square:before,
.icon-yc-square:before,
.icon-hacker-news:before {
  content: "";
}

.icon-tencent-weibo:before {
  content: "";
}

.icon-qq:before {
  content: "";
}

.icon-wechat:before,
.icon-weixin:before {
  content: "";
}

.icon-send:before,
.icon-paper-plane:before {
  content: "";
}

.icon-send-o:before,
.icon-paper-plane-o:before {
  content: "";
}

.icon-history:before {
  content: "";
}

.icon-circle-thin:before {
  content: "";
}

.icon-header:before {
  content: "";
}

.icon-paragraph:before {
  content: "";
}

.icon-sliders:before {
  content: "";
}

.icon-share-alt:before {
  content: "";
}

.icon-share-alt-square:before {
  content: "";
}

.icon-bomb:before {
  content: "";
}

.icon-soccer-ball-o:before,
.icon-futbol-o:before {
  content: "";
}

.icon-tty:before {
  content: "";
}

.icon-binoculars:before {
  content: "";
}

.icon-plug:before {
  content: "";
}

.icon-slideshare:before {
  content: "";
}

.icon-twitch:before {
  content: "";
}

.icon-yelp:before {
  content: "";
}

.icon-newspaper-o:before {
  content: "";
}

.icon-wifi:before {
  content: "";
}

.icon-calculator:before {
  content: "";
}

.icon-paypal:before {
  content: "";
}

.icon-google-wallet:before {
  content: "";
}

.icon-cc-visa:before {
  content: "";
}

.icon-cc-mastercard:before {
  content: "";
}

.icon-cc-discover:before {
  content: "";
}

.icon-cc-amex:before {
  content: "";
}

.icon-cc-paypal:before {
  content: "";
}

.icon-cc-stripe:before {
  content: "";
}

.icon-bell-slash:before {
  content: "";
}

.icon-bell-slash-o:before {
  content: "";
}

.icon-trash:before {
  content: "";
}

.icon-copyright:before {
  content: "";
}

.icon-at:before {
  content: "";
}

.icon-eyedropper:before {
  content: "";
}

.icon-paint-brush:before {
  content: "";
}

.icon-birthday-cake:before {
  content: "";
}

.icon-area-chart:before {
  content: "";
}

.icon-pie-chart:before {
  content: "";
}

.icon-line-chart:before {
  content: "";
}

.icon-lastfm:before {
  content: "";
}

.icon-lastfm-square:before {
  content: "";
}

.icon-toggle-off:before {
  content: "";
}

.icon-toggle-on:before {
  content: "";
}

.icon-bicycle:before {
  content: "";
}

.icon-bus:before {
  content: "";
}

.icon-ioxhost:before {
  content: "";
}

.icon-angellist:before {
  content: "";
}

.icon-cc:before {
  content: "";
}

.icon-shekel:before,
.icon-sheqel:before,
.icon-ils:before {
  content: "";
}

.icon-meanpath:before {
  content: "";
}

.icon-buysellads:before {
  content: "";
}

.icon-connectdevelop:before {
  content: "";
}

.icon-dashcube:before {
  content: "";
}

.icon-forumbee:before {
  content: "";
}

.icon-leanpub:before {
  content: "";
}

.icon-sellsy:before {
  content: "";
}

.icon-shirtsinbulk:before {
  content: "";
}

.icon-simplybuilt:before {
  content: "";
}

.icon-skyatlas:before {
  content: "";
}

.icon-cart-plus:before {
  content: "";
}

.icon-cart-arrow-down:before {
  content: "";
}

.icon-diamond:before {
  content: "";
}

.icon-ship:before {
  content: "";
}

.icon-user-secret:before {
  content: "";
}

.icon-motorcycle:before {
  content: "";
}

.icon-street-view:before {
  content: "";
}

.icon-heartbeat:before {
  content: "";
}

.icon-venus:before {
  content: "";
}

.icon-mars:before {
  content: "";
}

.icon-mercury:before {
  content: "";
}

.icon-intersex:before,
.icon-transgender:before {
  content: "";
}

.icon-transgender-alt:before {
  content: "";
}

.icon-venus-double:before {
  content: "";
}

.icon-mars-double:before {
  content: "";
}

.icon-venus-mars:before {
  content: "";
}

.icon-mars-stroke:before {
  content: "";
}

.icon-mars-stroke-v:before {
  content: "";
}

.icon-mars-stroke-h:before {
  content: "";
}

.icon-neuter:before {
  content: "";
}

.icon-genderless:before {
  content: "";
}

.icon-facebook-official:before {
  content: "";
}

.icon-pinterest-p:before {
  content: "";
}

.icon-whatsapp:before {
  content: "";
}

.icon-server:before {
  content: "";
}

.icon-user-plus:before {
  content: "";
}

.icon-user-times:before {
  content: "";
}

.icon-hotel:before,
.icon-bed:before {
  content: "";
}

.icon-viacoin:before {
  content: "";
}

.icon-train:before {
  content: "";
}

.icon-subway:before {
  content: "";
}

.icon-medium:before {
  content: "";
}

.icon-yc:before,
.icon-y-combinator:before {
  content: "";
}

.icon-optin-monster:before {
  content: "";
}

.icon-opencart:before {
  content: "";
}

.icon-expeditedssl:before {
  content: "";
}

.icon-battery-4:before,
.icon-battery-full:before {
  content: "";
}

.icon-battery-3:before,
.icon-battery-three-quarters:before {
  content: "";
}

.icon-battery-2:before,
.icon-battery-half:before {
  content: "";
}

.icon-battery-1:before,
.icon-battery-quarter:before {
  content: "";
}

.icon-battery-0:before,
.icon-battery-empty:before {
  content: "";
}

.icon-mouse-pointer:before {
  content: "";
}

.icon-i-cursor:before {
  content: "";
}

.icon-object-group:before {
  content: "";
}

.icon-object-ungroup:before {
  content: "";
}

.icon-sticky-note:before {
  content: "";
}

.icon-sticky-note-o:before {
  content: "";
}

.icon-cc-jcb:before {
  content: "";
}

.icon-cc-diners-club:before {
  content: "";
}

.icon-clone:before {
  content: "";
}

.icon-balance-scale:before {
  content: "";
}

.icon-hourglass-o:before {
  content: "";
}

.icon-hourglass-1:before,
.icon-hourglass-start:before {
  content: "";
}

.icon-hourglass-2:before,
.icon-hourglass-half:before {
  content: "";
}

.icon-hourglass-3:before,
.icon-hourglass-end:before {
  content: "";
}

.icon-hourglass:before {
  content: "";
}

.icon-hand-grab-o:before,
.icon-hand-rock-o:before {
  content: "";
}

.icon-hand-stop-o:before,
.icon-hand-paper-o:before {
  content: "";
}

.icon-hand-scissors-o:before {
  content: "";
}

.icon-hand-lizard-o:before {
  content: "";
}

.icon-hand-spock-o:before {
  content: "";
}

.icon-hand-pointer-o:before {
  content: "";
}

.icon-hand-peace-o:before {
  content: "";
}

.icon-trademark:before {
  content: "";
}

.icon-registered:before {
  content: "";
}

.icon-creative-commons:before {
  content: "";
}

.icon-gg:before {
  content: "";
}

.icon-gg-circle:before {
  content: "";
}

.icon-tripadvisor:before {
  content: "";
}

.icon-odnoklassniki:before {
  content: "";
}

.icon-odnoklassniki-square:before {
  content: "";
}

.icon-get-pocket:before {
  content: "";
}

.icon-wikipedia-w:before {
  content: "";
}

.icon-safari:before {
  content: "";
}

.icon-chrome:before {
  content: "";
}

.icon-firefox:before {
  content: "";
}

.icon-opera:before {
  content: "";
}

.icon-internet-explorer:before {
  content: "";
}

.icon-tv:before,
.icon-television:before {
  content: "";
}

.icon-contao:before {
  content: "";
}

.icon-500px:before {
  content: "";
}

.icon-amazon:before {
  content: "";
}

.icon-calendar-plus-o:before {
  content: "";
}

.icon-calendar-minus-o:before {
  content: "";
}

.icon-calendar-times-o:before {
  content: "";
}

.icon-calendar-check-o:before {
  content: "";
}

.icon-industry:before {
  content: "";
}

.icon-map-pin:before {
  content: "";
}

.icon-map-signs:before {
  content: "";
}

.icon-map-o:before {
  content: "";
}

.icon-map:before {
  content: "";
}

.icon-commenting:before {
  content: "";
}

.icon-commenting-o:before {
  content: "";
}

.icon-houzz:before {
  content: "";
}

.icon-vimeo:before {
  content: "";
}

.icon-black-tie:before {
  content: "";
}

.icon-fonticons:before {
  content: "";
}

.icon-reddit-alien:before {
  content: "";
}

.icon-edge:before {
  content: "";
}

.icon-credit-card-alt:before {
  content: "";
}

.icon-codiepie:before {
  content: "";
}

.icon-modx:before {
  content: "";
}

.icon-fort-awesome:before {
  content: "";
}

.icon-usb:before {
  content: "";
}

.icon-product-hunt:before {
  content: "";
}

.icon-mixcloud:before {
  content: "";
}

.icon-scribd:before {
  content: "";
}

.icon-pause-circle:before {
  content: "";
}

.icon-pause-circle-o:before {
  content: "";
}

.icon-stop-circle:before {
  content: "";
}

.icon-stop-circle-o:before {
  content: "";
}

.icon-shopping-bag:before {
  content: "";
}

.icon-shopping-basket:before {
  content: "";
}

.icon-hashtag:before {
  content: "";
}

.icon-bluetooth:before {
  content: "";
}

.icon-bluetooth-b:before {
  content: "";
}

.icon-percent:before {
  content: "";
}

@font-face {
  font-family: "fontello";
  src: url("../fonts/fontello.eot?78456235");
  src: url("../fonts/fontello.eot?78456235#iefix") format("embedded-opentype"),
    url("../fonts/fontello.woff?78456235") format("woff"),
    url("../fonts/fontello.ttf?78456235") format("truetype"),
    url("../fonts/fontello.svg?78456235#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="font-"]:before,
[class*=" font-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.font-user:before {
  content: "\e806";
}

/* 'юаЖ' */
.font-eye:before {
  content: "\e807";
}

/* 'юаЗ' */
.font-list:before {
  content: "\e808";
}

/* 'юаИ' */
.font-cart:before {
  content: "\e801";
}

/* 'юаБ' */
.font-play:before {
  content: "\e802";
}

/* 'юаВ' */
.font-maestro:before {
  content: "\e800";
}

/* 'юаА' */
.font-mastercard:before {
  content: "\e803";
}

/* 'юаГ' */
.font-phone:before {
  content: "\e804";
}

/* 'юаД' */
.font-paypal:before {
  content: "\e805";
}

/* 'юаЕ' */
.font-payu:before {
  content: "\e809";
}

/* 'юаЙ' */
.font-discover:before {
  content: "\e80a";
}

/* 'юаК' */
.font-american-express:before {
  content: "\e80b";
}

/* 'юаЛ' */
.font-amazon:before {
  content: "\e80c";
}

/* 'юаМ' */
.font-cash-delivery:before {
  content: "\e80d";
}

/* 'юаН' */
.font-visa:before {
  content: "\e80e";
}

/* 'юаО' */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
a {
  text-decoration: none;
  outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C""\201D""\2018""\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  height: 100%;
  line-height: 1.2;
  font-size: 14px;
  color: #444444;
  font-family: "Roboto", sans-serif;
  background: #ffffff;
}

a {
  color: inherit;
  outline: none !important;
}
a:hover {
  text-decoration: none;
  color: #557570;
}

textarea {
  resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  margin-bottom: 20px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

p {
  margin-bottom: 10px;
}

.container {
  width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .container.-responsive {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .container.-responsive {
    width: 750px;
  }
}
@media screen and (min-width: 992px) {
  .container.-responsive {
    width: 970px;
  }
}
@media screen and (min-width: 1230px) {
  .container.-responsive {
    width: 1200px;
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1 {
  float: left;
  width: 8.33333%;
}

.col-xs-2 {
  float: left;
  width: 16.66667%;
}

.col-xs-3 {
  float: left;
  width: 25%;
}

.col-xs-4 {
  float: left;
  width: 33.33333%;
}

.col-xs-5 {
  float: left;
  width: 41.66667%;
}

.col-xs-6 {
  float: left;
  width: 50%;
}

.col-xs-7 {
  float: left;
  width: 58.33333%;
}

.col-xs-8 {
  float: left;
  width: 66.66667%;
}

.col-xs-9 {
  float: left;
  width: 75%;
}

.col-xs-10 {
  float: left;
  width: 83.33333%;
}

.col-xs-11 {
  float: left;
  width: 91.66667%;
}

.col-xs-12 {
  float: left;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .col-sm-1 {
    float: left;
    width: 8.33333%;
  }

  .col-sm-2 {
    float: left;
    width: 16.66667%;
  }

  .col-sm-3 {
    float: left;
    width: 25%;
  }

  .col-sm-4 {
    float: left;
    width: 33.33333%;
  }

  .col-sm-5 {
    float: left;
    width: 41.66667%;
  }

  .col-sm-6 {
    float: left;
    width: 50%;
  }

  .col-sm-7 {
    float: left;
    width: 58.33333%;
  }

  .col-sm-8 {
    float: left;
    width: 66.66667%;
  }

  .col-sm-9 {
    float: left;
    width: 75%;
  }

  .col-sm-10 {
    float: left;
    width: 83.33333%;
  }

  .col-sm-11 {
    float: left;
    width: 91.66667%;
  }

  .col-sm-12 {
    float: left;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .col-md-1 {
    float: left;
    width: 8.33333%;
  }

  .col-md-2 {
    float: left;
    width: 16.66667%;
  }

  .col-md-3 {
    float: left;
    width: 25%;
  }

  .col-md-4 {
    float: left;
    width: 33.33333%;
  }

  .col-md-5 {
    float: left;
    width: 41.66667%;
  }

  .col-md-6 {
    float: left;
    width: 50%;
  }

  .col-md-7 {
    float: left;
    width: 58.33333%;
  }

  .col-md-8 {
    float: left;
    width: 66.66667%;
  }

  .col-md-9 {
    float: left;
    width: 75%;
  }

  .col-md-10 {
    float: left;
    width: 83.33333%;
  }

  .col-md-11 {
    float: left;
    width: 91.66667%;
  }

  .col-md-12 {
    float: left;
    width: 100%;
  }
}
@media screen and (min-width: 1230px) {
  .col-lg-1 {
    float: left;
    width: 8.33333%;
  }

  .col-lg-2 {
    float: left;
    width: 16.66667%;
  }

  .col-lg-3 {
    float: left;
    width: 25%;
  }

  .col-lg-4 {
    float: left;
    width: 33.33333%;
  }

  .col-lg-5 {
    float: left;
    width: 41.66667%;
  }

  .col-lg-6 {
    float: left;
    width: 50%;
  }

  .col-lg-7 {
    float: left;
    width: 58.33333%;
  }

  .col-lg-8 {
    float: left;
    width: 66.66667%;
  }

  .col-lg-9 {
    float: left;
    width: 75%;
  }

  .col-lg-10 {
    float: left;
    width: 83.33333%;
  }

  .col-lg-11 {
    float: left;
    width: 91.66667%;
  }

  .col-lg-12 {
    float: left;
    width: 100%;
  }
}
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.text-center,
#cart_summary thead th.cart_product,
#cart_summary tbody td.cart_product,
#cart_summary tbody td.cart_avail,
#cart_summary tbody td.cart_delete {
  text-align: center;
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  -ms-touch-action: pan-y;
}
@media screen and (min-width: 481px) {
  .-round-arrows.tab-content .owl-carousel {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .-round-arrows.tab-content .owl-carousel {
    padding-top: 80px;
  }
}
.owl-carousel.-alternate-products-carosel {
  padding-left: 55px;
  padding-right: 55px;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.owl-controls .owl-page {
  display: inline-block;
  margin-right: 15px;
  cursor: pointer;
  position: relative;
  width: 25px;
  height: 25px;
  background: rgba(0, 0, 0, 0.2);
  border: 2px solid #ffffff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (min-width: 1025px) {
  .owl-controls .owl-page {
    -webkit-transition: box-shadow 0.4s;
    transition: box-shadow 0.4s;
  }
}
.owl-controls .owl-page:hover,
.owl-controls .owl-page.active {
  -webkit-box-shadow: inset 0 0 0 12px #557570;
  box-shadow: inset 0 0 0 12px #557570;
}
@media screen and (max-width: 480px) {
  .owl-controls .owl-page {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
}

.owl-pagination {
  padding-top: 10px;
  text-align: center;
}

/* mouse grab icon */
.grabbing {
  cursor: url(../img/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.-default-arrows .owl-buttons > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 55px;
}
.-default-arrows .owl-buttons > div:hover {
  color: #557570;
}
.-default-arrows .owl-prev {
  left: 0;
}
.-default-arrows .owl-next {
  right: 0;
}

.wrapper-tabs__inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .wrapper-tabs__inner {
    text-align: center;
  }
}

.-round-arrows .owl-buttons > div {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: inline-block;
  vertical-align: middle;
  width: 2.95em;
  height: 2.95em;
  line-height: 2.95em;
  text-align: center;
  font-size: 19px;
  background-color: transparent;
  border: 1px solid;
  color: #3c3f82;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: color 0.3s, border-color 0.3s, box-shadow 0.3s;
  transition: color 0.3s, border-color 0.3s, box-shadow 0.3s;
}
.-round-arrows .owl-buttons > div:hover {
  color: #ffffff;
  -webkit-box-shadow: inset 0 0 0 30px #557570;
  box-shadow: inset 0 0 0 30px #557570;
  border-color: #557570;
}
@media screen and (max-width: 991px) {
  .-round-arrows .owl-buttons > div {
    font-size: 16px;
  }
}
.-round-arrows .owl-buttons .owl-prev {
  left: 0;
}
.-round-arrows .owl-buttons .owl-next {
  right: 0;
}
.-round-arrows.tab-content .owl-buttons {
  position: absolute;
  top: 0;
  right: 0;
}
.-round-arrows.tab-content .owl-buttons > div {
  position: static;
}
@media screen and (max-width: 767px) {
  .-round-arrows.tab-content .owl-buttons {
    top: 80px;
    left: 0;
  }
}
@media screen and (max-width: 480px) {
  .-round-arrows.tab-content .owl-buttons {
    top: -4px;
  }
}
.-round-arrows.tab-content .owl-prev {
  left: 0;
  margin-right: 15px;
}
.-round-arrows.tab-content .owl-next {
  right: 0;
}
.-round-arrows.-white .owl-buttons > div {
  color: #ffffff;
}

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut 0.7s both ease;
  -moz-animation: fadeOut 0.7s both ease;
  animation: fadeOut 0.7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn 0.7s both ease;
  -moz-animation: fadeIn 0.7s both ease;
  animation: fadeIn 0.7s both ease;
}

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade 0.7s ease both;
  -moz-animation: scaleToFade 0.7s ease both;
  animation: scaleToFade 0.7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown 0.6s ease both;
  -moz-animation: goDown 0.6s ease both;
  animation: goDown 0.6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom 0.5s ease both;
  -moz-animation: scaleUpFrom 0.5s ease both;
  animation: scaleUpFrom 0.5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo 0.5s ease both;
  -moz-animation: scaleUpTo 0.5s ease both;
  animation: scaleUpTo 0.5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%,
  25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%,
  25% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
.headline-section {
  position: relative;
  font-family: "bebas_neueregular", sans-serif;
  font-size: 62px;
  text-transform: uppercase;
  text-align: center;
  color: #2f2f2f;
  overflow: hidden;
  margin-bottom: 31px;
}
@media screen and (max-width: 991px) {
  .headline-section {
    font-size: 50px;
  }
}
@media screen and (max-width: 480px) {
  .headline-section {
    font-size: 40px;
  }
}
@media screen and (max-width: 321px) {
  .headline-section {
    font-size: 30px;
  }
}
.headline-section strong {
  position: relative;
  font-weight: normal;
}
@media screen and (min-width: 568px) {
  .headline-section strong:before,
  .headline-section strong:after {
    content: "";
    display: block;
    width: 250%;
    height: 0;
    border-top: 2px solid #bfbfbf;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .headline-section strong:before {
    right: 100%;
    margin-right: 16px;
  }
  .headline-section strong:after {
    left: 100%;
    margin-left: 16px;
  }
}
.headline-section.-bigger {
  font-family: "bebas_neuebold", sans-serif;
  font-size: 92px;
}
@media screen and (max-width: 991px) {
  .headline-section.-bigger {
    font-size: 75px;
  }
}
@media screen and (max-width: 480px) {
  .headline-section.-bigger {
    font-size: 65px;
  }
}
@media screen and (max-width: 321px) {
  .headline-section.-bigger {
    font-size: 45px;
  }
}
.headline-section.-color-white {
  color: #ffffff;
}

.button_mini,
.button_small,
.button,
.button_large,
.button_mini_disabled,
.button_small_disabled,
.button_disabled,
.button_large_disabled,
.exclusive_mini,
.exclusive_small,
a.exclusive,
.exclusive_large,
.exclusive_mini_disabled,
.exclusive_small_disabled,
.exclusive_disabled,
.exclusive_large_disabled,
span.exclusive,
input.exclusive,
.exclusive_large_disabled,
.btn {
  position: relative;
  display: inline-block;
  padding: 17px 38px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  background: #557570;
  color: #ffffff;
  cursor: pointer;
  white-space: normal;
  text-align: center;
  border: none;
  outline: none;
}
.button_mini.disabled,
.button_mini[disabled],
.button_small.disabled,
.button_small[disabled],
.button.disabled,
.button[disabled],
.button_large.disabled,
.button_large[disabled],
.button_mini_disabled.disabled,
.button_mini_disabled[disabled],
.button_small_disabled.disabled,
.button_small_disabled[disabled],
.button_disabled.disabled,
.button_disabled[disabled],
.button_large_disabled.disabled,
.button_large_disabled[disabled],
.exclusive_mini.disabled,
.exclusive_mini[disabled],
.exclusive_small.disabled,
.exclusive_small[disabled],
a.exclusive.disabled,
a.exclusive[disabled],
.exclusive_large.disabled,
.exclusive_large[disabled],
.exclusive_mini_disabled.disabled,
.exclusive_mini_disabled[disabled],
.exclusive_small_disabled.disabled,
.exclusive_small_disabled[disabled],
.exclusive_disabled.disabled,
.exclusive_disabled[disabled],
.exclusive_large_disabled.disabled,
.exclusive_large_disabled[disabled],
span.exclusive.disabled,
span.exclusive[disabled],
input.exclusive.disabled,
input.exclusive[disabled],
.exclusive_large_disabled.disabled,
.exclusive_large_disabled[disabled],
.btn.disabled,
.btn[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.button_mini:hover,
.button_small:hover,
.button:hover,
.button_large:hover,
.button_mini_disabled:hover,
.button_small_disabled:hover,
.button_disabled:hover,
.button_large_disabled:hover,
.exclusive_mini:hover,
.exclusive_small:hover,
a.exclusive:hover,
.exclusive_large:hover,
.exclusive_mini_disabled:hover,
.exclusive_small_disabled:hover,
.exclusive_disabled:hover,
.exclusive_large_disabled:hover,
span.exclusive:hover,
input.exclusive:hover,
.exclusive_large_disabled:hover,
.btn:hover {
  background: #7ce2de;
  color: #ffffff;
}
.button_mini:active,
.button_small:active,
.button:active,
.button_large:active,
.button_mini_disabled:active,
.button_small_disabled:active,
.button_disabled:active,
.button_large_disabled:active,
.exclusive_mini:active,
.exclusive_small:active,
a.exclusive:active,
.exclusive_large:active,
.exclusive_mini_disabled:active,
.exclusive_small_disabled:active,
.exclusive_disabled:active,
.exclusive_large_disabled:active,
span.exclusive:active,
input.exclusive:active,
.exclusive_large_disabled:active,
.btn:active {
  background: #28b6b1;
  color: #ffffff;
}
.button_mini.-style-2,
.button_small.-style-2,
.button.-style-2,
.button_large.-style-2,
.button_mini_disabled.-style-2,
.button_small_disabled.-style-2,
.button_disabled.-style-2,
.button_large_disabled.-style-2,
.exclusive_mini.-style-2,
.exclusive_small.-style-2,
a.exclusive.-style-2,
.exclusive_large.-style-2,
.exclusive_mini_disabled.-style-2,
.exclusive_small_disabled.-style-2,
.exclusive_disabled.-style-2,
.exclusive_large_disabled.-style-2,
span.exclusive.-style-2,
input.exclusive.-style-2,
.exclusive_large_disabled.-style-2,
.btn.-style-2 {
  padding: 11px 25px;
  font-size: 17px;
  font-weight: 700;
  background: #6ab9b6;
}
.button_mini.-style-2:hover,
.button_small.-style-2:hover,
.button.-style-2:hover,
.button_large.-style-2:hover,
.button_mini_disabled.-style-2:hover,
.button_small_disabled.-style-2:hover,
.button_disabled.-style-2:hover,
.button_large_disabled.-style-2:hover,
.exclusive_mini.-style-2:hover,
.exclusive_small.-style-2:hover,
a.exclusive.-style-2:hover,
.exclusive_large.-style-2:hover,
.exclusive_mini_disabled.-style-2:hover,
.exclusive_small_disabled.-style-2:hover,
.exclusive_disabled.-style-2:hover,
.exclusive_large_disabled.-style-2:hover,
span.exclusive.-style-2:hover,
input.exclusive.-style-2:hover,
.exclusive_large_disabled.-style-2:hover,
.btn.-style-2:hover {
  background: #8dc9c7;
  color: #ffffff;
}
.button_mini.-style-2:active,
.button_small.-style-2:active,
.button.-style-2:active,
.button_large.-style-2:active,
.button_mini_disabled.-style-2:active,
.button_small_disabled.-style-2:active,
.button_disabled.-style-2:active,
.button_large_disabled.-style-2:active,
.exclusive_mini.-style-2:active,
.exclusive_small.-style-2:active,
a.exclusive.-style-2:active,
.exclusive_large.-style-2:active,
.exclusive_mini_disabled.-style-2:active,
.exclusive_small_disabled.-style-2:active,
.exclusive_disabled.-style-2:active,
.exclusive_large_disabled.-style-2:active,
span.exclusive.-style-2:active,
input.exclusive.-style-2:active,
.exclusive_large_disabled.-style-2:active,
.btn.-style-2:active {
  background: #45928f;
  color: #ffffff;
}
.button_mini.-style-3,
.button_small.-style-3,
.button.-style-3,
.button_large.-style-3,
.button_mini_disabled.-style-3,
.button_small_disabled.-style-3,
.button_disabled.-style-3,
.button_large_disabled.-style-3,
.exclusive_mini.-style-3,
.exclusive_small.-style-3,
a.exclusive.-style-3,
.exclusive_large.-style-3,
.exclusive_mini_disabled.-style-3,
.exclusive_small_disabled.-style-3,
.exclusive_disabled.-style-3,
.exclusive_large_disabled.-style-3,
span.exclusive.-style-3,
input.exclusive.-style-3,
.exclusive_large_disabled.-style-3,
.btn.-style-3 {
  font-weight: 500;
  font-size: 15px;
  padding: 8px 12px;
  background: #557570;
  text-transform: none;
}
.button_mini.-style-3:hover,
.button_small.-style-3:hover,
.button.-style-3:hover,
.button_large.-style-3:hover,
.button_mini_disabled.-style-3:hover,
.button_small_disabled.-style-3:hover,
.button_disabled.-style-3:hover,
.button_large_disabled.-style-3:hover,
.exclusive_mini.-style-3:hover,
.exclusive_small.-style-3:hover,
a.exclusive.-style-3:hover,
.exclusive_large.-style-3:hover,
.exclusive_mini_disabled.-style-3:hover,
.exclusive_small_disabled.-style-3:hover,
.exclusive_disabled.-style-3:hover,
.exclusive_large_disabled.-style-3:hover,
span.exclusive.-style-3:hover,
input.exclusive.-style-3:hover,
.exclusive_large_disabled.-style-3:hover,
.btn.-style-3:hover {
  background: #fa4a80;
  color: #ffffff;
}
.button_mini.-style-3:active,
.button_small.-style-3:active,
.button.-style-3:active,
.button_large.-style-3:active,
.button_mini_disabled.-style-3:active,
.button_small_disabled.-style-3:active,
.button_disabled.-style-3:active,
.button_large_disabled.-style-3:active,
.exclusive_mini.-style-3:active,
.exclusive_small.-style-3:active,
a.exclusive.-style-3:active,
.exclusive_large.-style-3:active,
.exclusive_mini_disabled.-style-3:active,
.exclusive_small_disabled.-style-3:active,
.exclusive_disabled.-style-3:active,
.exclusive_large_disabled.-style-3:active,
span.exclusive.-style-3:active,
input.exclusive.-style-3:active,
.exclusive_large_disabled.-style-3:active,
.btn.-style-3:active {
  background: #bf063e;
  color: #ffffff;
}
.button_mini.-style-4,
.button_small.-style-4,
.button.-style-4,
.button_large.-style-4,
.button_mini_disabled.-style-4,
.button_small_disabled.-style-4,
.button_disabled.-style-4,
.button_large_disabled.-style-4,
.exclusive_mini.-style-4,
.exclusive_small.-style-4,
a.exclusive.-style-4,
.exclusive_large.-style-4,
.exclusive_mini.-style-4,
.exclusive_small.-style-4,
.exclusive_disabled.-style-4,
.exclusive_large_disabled.-style-4,
span.exclusive.-style-4,
input.exclusive.-style-4,
.exclusive_large_disabled.-style-4,
.btn.-style-4 {
  font-size: 17px;
  background: #557570;
}
.button_mini.-white,
.button_small.-white,
.button.-white,
.button_large.-white,
.button_mini_disabled.-white,
.button_small_disabled.-white,
.button_disabled.-white,
.button_large_disabled.-white,
.exclusive_mini.-white,
.exclusive_small.-white,
a.exclusive.-white,
.exclusive_large.-white,
.exclusive_mini_disabled.-white,
.exclusive_small_disabled.-white,
.exclusive_disabled.-white,
.exclusive_large_disabled.-white,
span.exclusive.-white,
input.exclusive.-white,
.exclusive_large_disabled.-white,
.btn.-white {
  background: #ffffff;
  color: #557570;
}
.button_mini.-small,
.button_small.-small,
.button.-small,
.button_large.-small,
.button_mini_disabled.-small,
.button_small_disabled.-small,
.button_disabled.-small,
.button_large_disabled.-small,
.exclusive_mini.-small,
.exclusive_small.-small,
a.exclusive.-small,
.exclusive_large.-small,
.exclusive_mini_disabled.-small,
.exclusive_small_disabled.-small,
.exclusive_disabled.-small,
.exclusive_large_disabled.-small,
span.exclusive.-small,
input.exclusive.-small,
.exclusive_large_disabled.-small,
.btn.-small {
  padding: 7px 20px;
  font-size: 14px;
}

.func-btn {
  display: inline-block;
  font-family: "fontAwesome";
  font-size: 14px;
  width: 3.14em;
  height: 3.14em;
  line-height: 3.14em;
  text-align: center;
  background: #557570;
  color: #ffffff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.func-btn:hover {
  background: #00c750;
  color: #ffffff;
}

.btn.button-plus,
.btn.button-minus {
  font-size: 14px;
  color: #c0c0c0;
  padding: 0;
  border: 1px solid #e3e3e3;
  background: #fff;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.btn.button-plus span,
.btn.button-minus span {
  display: block;
  vertical-align: middle;
  width: 25.5px;
  height: 25.5px;
  line-height: 25.5px;
  text-align: center;
  vertical-align: middle;
}
.btn.button-plus:hover,
.btn.button-minus:hover {
  color: #333333;
}
.btn.button-plus:hover span,
.btn.button-minus:hover span {
  filter: none;
  background: #f6f6f6;
}

.btn .icon-chevron-right {
  padding-left: 5px;
}
.btn .icon-chevron-left {
  padding-right: 5px;
}
@media screen and (max-width: 1229px) {
  .column .btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .column .btn {
    font-size: 12px;
    padding-left: 7px;
    padding-right: 7px;
  }
}

.link-button i {
  padding-right: 10px;
}

.form-control {
  display: block;
  width: 100%;
  padding: 3px 15px;
  height: 40px;
  background: none;
  border: 1px solid #cdcdcd;
  outline: none;
}
.form-control.grey {
  background: #fbfbfb;
}
.form-control:focus {
  border-color: #00c750;
}
.form-control.-white {
  background: none;
  border-color: #ffffff !important;
  color: #ffffff;
}
.form-control.-white:-moz-placeholder {
  color: #ffffff;
}
.form-control.-white::-moz-placeholder {
  color: #ffffff;
}
.form-control.-white:-ms-input-placeholder {
  color: #ffffff;
}
.form-control.-white::-webkit-input-placeholder {
  color: #ffffff;
}

.form-group.form-error input,
.form-group.form-error textarea {
  border: 1px solid #f13340;
}
.form-group.form-ok input,
.form-group.form-ok textarea {
  border: 1px solid #46a74e;
}

.form-group {
  margin-bottom: 10px;
}

.alert {
  padding: 15px;
  margin-bottom: 15px;
  background: green;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}
.alert a {
  color: #ffffff;
}
.alert:before {
  cursor: pointer;
}
.alert ul,
.alert ol {
  padding-left: 15px;
  margin-left: 27px;
}
.alert ul li,
.alert ol li {
  list-style-type: decimal;
  font-weight: normal;
}
.alert.alert-success:before {
  font-family: "FontAwesome";
  content: "\f058";
  font-size: 20px;
  vertical-align: -2px;
  padding-right: 7px;
}
.alert.alert-danger {
  background: red;
}
.alert.alert-danger:before {
  font-family: "FontAwesome";
  content: "\f057";
  font-size: 20px;
  vertical-align: -2px;
  padding-right: 7px;
  float: left;
}
.alert.alert-warning {
  background: orange;
}

table.std,
table.table_block {
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid #999999;
  border-bottom: none;
  background: white;
  border-collapse: inherit;
}

table.std th,
table.table_block th {
  padding: 14px 12px;
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 1px 0 black;
  background: #999999;
}

table.std tr.alternate_item,
table.table_block tr.alternate_item {
  background-color: #f3f3f3;
}

table.std td,
table.table_block td {
  padding: 12px;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  font-size: 12px;
  vertical-align: top;
}

.table {
  margin-bottom: 30px;
}
.table > thead > tr > th {
  background: #fbfbfb;
  border-bottom-width: 1px;
  color: #333333;
  vertical-align: middle;
}
.table td ul,
.table td ol {
  margin-bottom: 0 !important;
}
.table td a.color-myaccount {
  color: #333;
  text-decoration: underline;
}
.table td a.color-myaccount:hover {
  text-decoration: none;
}
.table tfoot tr {
  background: #fbfbfb;
}

table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}
.table thead > tr > th,
.table thead > tr > td,
.table tbody > tr > th,
.table tbody > tr > td,
.table tfoot > tr > th,
.table tfoot > tr > td {
  padding: 15px;
  line-height: 1.3;
  vertical-align: top;
  border-top: 1px solid;
}
.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid;
}

.table-condensed thead > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > th,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > th,
.table-condensed tfoot > tr > td {
  padding: 15px;
}

.table-bordered {
  border: 1px solid #dcdcdc;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dcdcdc;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #fafafa;
}

table col[class*="col-"] {
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #cccccc;
}

@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #dcdcdc;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.nav.nav-tabs {
  margin-bottom: 40px;
  border: 1px solid #557570;
}
.nav.nav-tabs li {
  float: left;
}
@media screen and (max-width: 480px) {
  .nav.nav-tabs li {
    width: 100%;
  }
}
.nav.nav-tabs li a {
  display: block;
  padding: 19px 28px;
  background-color: transparent;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .nav.nav-tabs li a {
    font-size: 14px;
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .nav.nav-tabs li a {
    font-size: 12px;
    padding: 12px;
  }
}
.nav.nav-tabs li:hover a,
.nav.nav-tabs li.active a {
  background: #557570;
  color: #ffffff;
}
.nav.nav-tabs.-fashion-tabs {
  display: inline-block;
}

.tab-pane {
  display: none !important;
}
.tab-pane.active {
  display: block !important;
}

.fancybox-skin {
  background: #fff !important;
}

.fancybox-skin .fancybox-close {
  width: 28px;
  height: 28px;
  background: none;
  font-size: 28px;
  line-height: 28px;
  color: #557570;
  text-align: center;
  background: white;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.fancybox-skin .fancybox-close:hover {
  color: #557570;
}
.fancybox-skin .fancybox-close:after {
  content: "\f057";
  font-family: "FontAwesome";
}

/* dropmenu */
.drop-menu {
  display: none;
  padding: 10px 15px;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 2px;
  background: #1f1f1f;
  z-index: 21;
  white-space: nowrap;
}
.drop-menu li.selected {
  display: none;
}
.drop-menu li:not(:last-child) {
  padding-bottom: 5px;
}

@media screen and (max-width: 991px) {
  .-js-header__user-info-list {
    display: none;
    padding: 10px 15px;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 2px;
    background: #1f1f1f;
    z-index: 21;
    white-space: nowrap;
  }
  .-js-header__user-info-list li:not(:last-child) {
    padding-bottom: 5px;
  }
}

.btn-to-top {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-family: "FontAwesome";
  text-align: center;
  background: #557570;
  color: #ffffff;
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.btn-to-top:hover {
  background: #7ce2de;
}
.btn-to-top:active {
  background: #2dcbc5;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-weight: normal;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.content_sortPagiBar {
  padding: 28px 0;
  margin-bottom: 25px;
  border-bottom: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
}
.content_sortPagiBar .showall,
.content_sortPagiBar .product-count {
  display: none !important;
}

.sortPagiBar {
  margin: 0 -9px;
}
.sortPagiBar > * {
  display: inline-block;
  vertical-align: top;
  padding: 5px 9px;
}
.sortPagiBar label {
  display: inline-block;
  padding-right: 4px;
  vertical-align: middle;
  font-size: 15px;
}
.sortPagiBar label.-per-page {
  padding: 0 0 0 4px;
}
.sortPagiBar .selector {
  vertical-align: middle;
}

.bottom-pagination-content {
  text-align: center;
}

.pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.pagination li > span,
.pagination li > a {
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #557570;
  font-size: 16px;
}
.pagination li:not(.disabled).active > span,
.pagination li:not(.disabled).active > a,
.pagination li:not(.disabled):hover > span,
.pagination li:not(.disabled):hover > a {
  background: #557570;
  color: #ffffff;
}
.pagination li.disabled {
  cursor: not-allowed;
}

.display {
  display: inline-block;
  vertical-align: middle;
  height: 34px;
  border: 1px solid #cccccc;
  padding: 2px 0;
}
.display li {
  display: inline-block;
  width: 34px;
  height: 100%;
  padding: 0 4px;
  font-size: 27px;
}
.display li:first-child {
  border-right: 1px solid #cccccc;
}
.display li.selected {
  color: #557570;
}

.star {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  margin: 0 1px;
}

.star a {
  display: block;
  position: absolute;
  text-indent: -5000px;
}

div.star {
  color: #d6d6d6;
}
div.star:after {
  content: "\f005";
  font-family: "FontAwesome";
  display: inline-block;
}
div.star.star_on,
div.star.star_hover {
  color: #ffba00;
}

.rating {
  clear: both;
  display: block;
  margin: 2em;
  cursor: pointer;
}

.rating:after {
  content: ".";
  display: block;
  height: 0;
  width: 0;
  clear: both;
  visibility: hidden;
}

.cancel {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px 0 0;
  cursor: pointer;
  color: #557570;
}
.cancel a:before {
  font-family: "FontAwesome";
  content: "\f146";
}

.breadcrumb {
  display: inline-block;
  padding: 0 11px;
  border: 1px solid #cdcdcd;
  color: #000000;
  font-size: 14px;
  line-height: 32px;
  min-height: 6px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  margin: 30px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 567px) {
  .breadcrumb {
    font-size: 12px;
  }
}
.breadcrumb .navigation-pipe {
  width: 18px;
  display: inline-block;
  text-indent: -5000px;
}
.breadcrumb a {
  display: inline-block;
  background: #fff;
  padding: 0 15px 0 22px;
  margin-left: -26px;
  position: relative;
  z-index: 2;
  color: #b4b4b4;
}
@media screen and (max-width: 567px) {
  .breadcrumb a {
    padding: 0;
    margin-left: -20px;
  }
}
.breadcrumb a.home {
  font-size: 17px;
  width: 38px;
  text-align: center;
  padding: 0;
  margin: 0 0 0 -10px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  z-index: 99;
  line-height: 22px;
  display: inline-block;
  height: 25px;
}
.breadcrumb a.home i {
  vertical-align: -1px;
}
.breadcrumb a.home:before,
.breadcrumb a.home:after {
  border: none;
}
.breadcrumb a:after {
  display: inline-block;
  content: ".";
  position: absolute;
  right: -10px;
  top: 4px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-right: 1px solid #cdcdcd;
  border-top: 1px solid #cdcdcd;
  border-radius: 2px;
  text-indent: -5000px;
  z-index: -1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.breadcrumb a:before {
  display: inline-block;
  content: ".";
  position: absolute;
  left: -10px;
  top: 4px;
  width: 24px;
  height: 24px;
  background: transparent;
  border-right: 1px solid #cdcdcd;
  border-top: 1px solid #cdcdcd;
  border-radius: 2px;
  text-indent: -5000px;
  z-index: -1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 567px) {
  .breadcrumb a:before,
  .breadcrumb a:after {
    display: none;
  }
}
.breadcrumb a:hover {
  color: #777777;
}

.ie8 .breadcrumb {
  min-height: 1px;
}
.ie8 .breadcrumb a:after {
  display: none;
}
.ie8 .breadcrumb .navigation-pipe {
  width: 20px;
}

.radio-inline,
.checkbox {
  padding-left: 0;
}
.radio-inline .checker,
.checkbox .checker {
  padding-right: 5px;
}
.radio-inline .checker span,
.checkbox .checker span {
  top: 0px;
}
.radio-inline div.radio,
.checkbox div.radio {
  display: inline-block;
}
.radio-inline div.radio span,
.checkbox div.radio span {
  float: left;
  top: 0px;
}

.checkbox {
  line-height: 16px;
  margin-bottom: 10px;
}

.radio-inline {
  display: inline-block;
  padding-right: 5px;
}

div.radio,
div.checker {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
  line-height: 19px;
}
div.radio span,
div.checker span {
  display: block;
  width: 19px;
  height: 19px;
  border: 1px solid #b8b8b8;
}
div.radio input,
div.checker input {
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 19px;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}

div.radio span {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
div.radio .checked {
  border-color: #557570;
  -webkit-box-shadow: inset 0 0 0 5px #557570;
  box-shadow: inset 0 0 0 5px #557570;
}

div.checker .checked {
  border-color: #557570;
  background: #557570;
  color: #ffffff;
}
div.checker .checked:before {
  content: "\f00c";
  font-family: "fontAwesome";
}

div.selector {
  position: relative;
  display: inline-block;
  padding: 0 18px 0 12px;
  background: #f8195d;
}
div.selector span {
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 500;
  font-size: 15px;
  line-height: 34px;
  cursor: pointer;
  width: 100%;
  color: #ffffff;
}
div.selector span:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 9px;
  font-family: "fontAwesome";
  content: "\f0d7";
}
.attribute_fieldset div.selector span {
  line-height: 38px;
}
div.selector select {
  opacity: 0;
  filter: alpha(opacity=0);
  border: none;
  background: none;
  position: absolute;
  height: 34px;
  top: 0px;
  left: 0px;
  width: 100%;
  cursor: pointer;
}
.attribute_fieldset div.selector select {
  height: 38px;
}

.uploader {
  position: relative;
  color: #f8195d;
}
.uploader input[type="file"] {
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.uploader .filename {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid;
  padding: 12px;
}
.uploader .action {
  position: absolute;
  top: 5px;
  right: 10px;
  bottom: 5px;
  background: #f8195d;
  color: #ffffff;
  padding: 8px 5px;
}

/* ui slider */
.ui-slider.ui-slider-horizontal {
  height: 6px;
  border: none;
  background: #ebebeb;
}
.ui-slider .ui-slider-handle.ui-state-default {
  cursor: pointer;
  position: absolute;
  top: -0.4em;
  display: block;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #dbdbdb;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.ui-slider .ui-slider-handle.ui-state-default:hover:before {
  background: #00c750;
}
.ui-slider .ui-slider-handle.ui-state-default:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 14px;
  height: 14px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #f8195d;
}

.ui-slider-range.ui-widget-header {
  background: #bbbbbb;
  border: 1px solid #dbdbdb;
}

/* labels */
.wrapper__label-box {
  display: table;
  font-size: 0;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 1;
  text-align: left;
}

.label-box {
  display: inline-block;
  vertical-align: top;
  padding: 5px 15px;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}
.label-box:hover {
  color: #ffffff;
}
@media screen and (max-width: 1229px) {
  .label-box {
    font-size: 14px;
  }
}
.label-box.-new {
  background: #ffc600;
}
.label-box.-sale,
.label-box.-price-percent-reduction {
  background: #f8195d;
}
.label-box.-warning {
  background: #bdbdbd;
}
.label-box.-danger {
  background: #000000;
}
.label-box.-online_only {
  background: #00c750;
}
.label-box:not(:last-child) {
  margin: 0 4px 4px 0;
}

.carousels .ajax_block_product {
  width: 100%;
}
.ajax_block_product h5 {
  margin: 8px 0 4px;
}
.ajax_block_product h5.-one-line {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ajax_block_product .product-item__img {
  display: inline-block;
}

@media screen and (max-width: 1025px) {
  .product-item__img-alternate {
    display: none !important;
  }
}

.product_img_link {
  display: block;
  position: relative;
}

.product-container {
  position: relative;
  padding: 15px;
  border: 1px solid #cccccc;
}
.product-container .lnk_view {
  display: none;
  margin-top: 15px;
}

.product-name {
  font-size: 18px;
  font-weight: bold;
  color: #424242;
}

.price {
  font-size: 25px;
  font-family: "bebas_neuebold", sans-serif;
  color: #f8195d;
}
.price.product-price {
  font-size: 34px;
}

.old-price {
  display: inline-block;
  position: relative;
  font-weight: 300;
  font-size: 20px;
  color: #919191;
}
.old-price:before {
  content: "";
  position: absolute;
  top: 12px;
  left: -4px;
  width: 120%;
  -webkit-transform: rotate(-14deg);
  -ms-transform: rotate(-14deg);
  transform: rotate(-14deg);
  border-top: 1px solid;
}
.ajax_block_product .old-price {
  vertical-align: 9px;
  margin-right: 5px;
}

.add_to_compare {
  width: 20px;
  height: 20px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #cccccc;
  position: absolute;
  top: 5px;
  right: 5px;
  color: #f8195d;
  font-family: "fontAwesome";
  font-size: 20px;
}
.add_to_compare:before {
  content: "\f00c";
  display: none;
}
.add_to_compare.checked:before {
  display: block;
}

.color-list-container {
  padding-bottom: 20px;
}

.color_to_pick_list__item {
  display: inline-block;
  vertical-align: middle;
  padding: 0 2px;
}

.color_to_pick_list__item__link {
  display: block;
  width: 25px;
  height: 25px;
}
.color_to_pick_list__item__link img {
  display: block;
  width: 100%;
  height: 100%;
}

.grid .product-container {
  text-align: center;
}
.grid .left-block {
  margin-bottom: 15px;
}
.grid .right-block {
  position: relative;
  z-index: 1;
}
.grid .product-desc {
  display: none;
}
.grid .functional-buttons {
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  z-index: 2;
  text-align: center;
}
.grid .functional-buttons .func-btn {
  margin: 0 5px;
}
.grid .button-container {
  margin-top: 25px;
}

.-noindex .ajax_block_product {
  margin-bottom: 30px;
}
@media screen and (max-width: 567px) {
  .-noindex .ajax_block_product {
    width: 100%;
  }
}

.list .button-container {
  margin-top: 25px;
}
@media screen and (max-width: 991px) {
  .list .button-container .btn {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.list .functional-buttons {
  margin-top: 20px;
}
.list .product-desc {
  margin-top: 10px;
}
.list h5 {
  margin-bottom: 10px;
}
@media screen and (max-width: 567px) {
  .list .left-block,
  .list .center-block,
  .list .right-block {
    width: 100%;
    text-align: center;
  }
}

/* altrnative products carousel */
.-alternate-products-carosel .product-container {
  padding: 5px 5px 0;
}
.-alternate-products-carosel .right-block {
  padding-bottom: 60px;
}
.-alternate-products-carosel .product-name {
  font-size: 16px;
}
.-alternate-products-carosel .button-container {
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: -1px;
  z-index: 1;
}
.-alternate-products-carosel .ajax_add_to_cart_button {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}
.-alternate-products-carosel .price.product-price {
  font-size: 25px;
}
.-alternate-products-carosel .old-price {
  font-size: 16px;
  vertical-align: 7px;
}
.-alternate-products-carosel .old-price:before {
  top: 10px;
}
.-alternate-products-carosel h5 {
  margin-bottom: 6px;
}
.-alternate-products-carosel .label-box {
  font-size: 14px;
}

#header {
  z-index: 5003;
}

.-is-not-index .header {
  border-bottom: 1px solid #7a7a7a;
}
.header .banner {
  background: black;
  max-height: 100%;
}
.header .banner .row {
  margin: 0px;
}
.header__nav {
  background: #1f1f1f;
  color: #ffffff;
  line-height: 33px;
}
.header__nav__box {
  position: relative;
}
.header__main-panel {
  padding: 10px 0;
}
.header__main-panel__wrapper {
  position: relative;
}
.header__main-panel__wrapper > * {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .header__logo {
    text-align: center;
  }
  .header__logo__img {
    display: inline-block;
  }
}

.wrapper-tabs {
  margin-top: 22px;
}

#columns {
  position: relative;
  padding-bottom: 95px;
  background-color: #ffffff;
}

.block {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .block {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .block .block_content {
    margin-bottom: 20px;
  }
}

.block.rss-block .block_content,
.block.contacts-block .block_content {
  padding-top: 15px;
}
.block .block_content {
  border-top: 1px solid #dcdcdc;
}
.block .title_block,
.block h4 {
  margin-bottom: 20px;
  font-weight: 900;
  font-size: 25px;
  color: #00c750;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .block .title_block,
  .block h4 {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .block .title_block span,
  .block .title_block a,
  .block h4 span,
  .block h4 a {
    display: inline-block;
    padding-right: 9px;
    background: #ffffff;
    position: relative;
    z-index: 2;
  }
  .block .title_block:before,
  .block h4:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
    width: 100%;
    height: 2px;
    border-top: 2px solid #00c750;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .block .title_block,
  .block h4 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .block .title_block,
  .block h4 {
    position: relative;
  }
  .block .title_block:after,
  .block h4:after {
    display: block;
    font-family: "FontAwesome";
    content: "\f055";
    position: absolute;
    right: 0;
    top: -1px;
    font-size: 26px;
    font-weight: normal;
    cursor: pointer;
    color: #f8195d;
  }
  .block .title_block.active:after,
  .block h4.active:after {
    content: "\f056";
  }
}
.block .list-block {
  margin-top: -8px;
}
@media (max-width: 767px) {
  .block .list-block {
    margin-top: 0;
  }
}
.block .list-block li {
  padding: 5px 0 6px 0;
  border-top: 1px solid #dcdcdc;
  font-size: 16px;
}
.block .list-block li a i {
  display: none;
}
.block .list-block li a:before {
  content: "\f105";
  display: inline;
  font-family: "FontAwesome";
  color: #333333;
  padding-right: 8px;
}
.block .list-block li:first-child {
  border-top: none;
}
.block .list-block .form-group {
  padding-top: 20px;
  border-top: 1px solid #cdcdcd;
  margin-bottom: 0;
}
.block .list-block .form-group select {
  max-width: 270px;
}
@media (max-width: 767px) {
  .block .list-block .form-group select {
    width: 270px;
  }
}
.block .list-block .btn {
  margin-top: 12px;
}

.products-block {
  padding-top: 18px;
}
.products-block li {
  padding: 0 0 18px 0;
  margin-bottom: 18px;
  border-bottom: 1px solid #dcdcdc;
}
.products-block .products-block-image {
  max-width: 140px;
  float: left;
  border: 1px solid #dcdcdc;
  margin-right: 12px;
}
@media screen and (max-width: 1229px) and (min-width: 992px),
  screen and (max-width: 480px) {
  .products-block .products-block-image {
    max-width: 90px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .products-block .products-block-image {
    float: none;
    display: inline-block;
    margin: 0 auto 10px;
    text-align: center;
  }
}
.products-block .product-content {
  overflow: hidden;
}
.products-block .product-content h5 {
  margin-bottom: 5px;
  line-height: 1;
}
.products-block .product-name {
  font-size: 16px;
}
.products-block .product-description {
  margin-bottom: 5px;
  font-size: 12px;
  color: #424242;
}
.products-block .price-percent-reduction {
  font: 700 14px/17px Arial, Helvetica, sans-serif;
  padding: 1px 6px;
}

.page-heading {
  font-weight: 900;
  font-size: 25px;
  padding: 0 10px;
  line-height: 38px;
  text-transform: uppercase;
  color: #ffffff;
  background: #00c750;
}
.page-heading .heading-counter {
  font-size: 0.6em;
  float: right;
}
@media (max-width: 480px) {
  .page-heading .heading-counter {
    float: none;
    display: block;
    padding-top: 5px;
  }
}
.page-heading.bottom-indent {
  margin-bottom: 16px;
}

.page-subheading {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #555454;
  font-size: 18px;
  padding: 0 0 15px;
  line-height: normal;
  margin-bottom: 12px;
  border-bottom: 1px solid #cdcdcd;
}

.advertising_block {
  width: 191px;
  margin-bottom: 1em;
  text-align: center;
}

#facebook_block,
#cmsinfo_block {
  overflow: hidden;
  background: #f2f2f2;
  min-height: 344px;
  height: 344px;
  padding-right: 29px;
  padding-left: 29px;
}
@media (max-width: 991px) {
  #facebook_block,
  #cmsinfo_block {
    min-height: 354px;
    height: 354px;
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (max-width: 767px) {
  #facebook_block,
  #cmsinfo_block {
    width: 100%;
    min-height: 1px;
  }
}

#facebook_block h4 {
  padding: 35px 0 0 0;
  margin: 0 0 12px 0;
  font: 300 21px/25px "Open Sans", sans-serif;
  color: #6f6d6d;
}
@media (max-width: 991px) {
  #facebook_block h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #facebook_block h4 {
    padding-top: 20px !important;
  }
}
@media (max-width: 768px) {
  #facebook_block h4 {
    font-size: 16px;
  }
}
#facebook_block .facebook-fanbox {
  background: #fff;
  border: 1px solid #aaaaaa;
  padding-bottom: 10px;
}

#cmsinfo_block {
  border-left: 1px solid #d9d9d9;
}
@media (max-width: 767px) {
  #cmsinfo_block {
    border: none;
    margin-top: 10px;
  }
}
#cmsinfo_block > div {
  padding: 35px 10px 0 0;
}
@media (max-width: 767px) {
  #cmsinfo_block > div {
    padding-top: 20px;
  }
}
@media (max-width: 479px) {
  #cmsinfo_block > div {
    width: 100%;
    border-top: 1px solid #d9d9d9;
  }
}
#cmsinfo_block > div + div {
  border-left: 1px solid #d9d9d9;
  min-height: 344px;
  padding-left: 29px;
}
@media (max-width: 479px) {
  #cmsinfo_block > div + div {
    border-left: none;
    padding-left: 10px;
    min-height: 1px;
    padding-bottom: 15px;
  }
}
#cmsinfo_block em {
  float: left;
  width: 60px;
  height: 60px;
  margin: 3px 10px 0 0;
  font-size: 30px;
  color: #ffffff;
  line-height: 60px;
  text-align: center;
  background: #00c750;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
@media (max-width: 991px) {
  #cmsinfo_block em {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
  }
}
#cmsinfo_block .type-text {
  overflow: hidden;
}
#cmsinfo_block h3 {
  margin: 0 0 5px 0;
  font: 300 21px/25px "Open Sans", sans-serif;
  color: #6f6d6d;
}
@media (max-width: 1229px) {
  #cmsinfo_block h3 {
    font-size: 18px;
  }
}
#cmsinfo_block ul li {
  padding-bottom: 22px;
}
@media (max-width: 1229px) {
  #cmsinfo_block ul li {
    padding-bottom: 10px;
  }
}
@media (max-width: 991px) {
  #cmsinfo_block ul li {
    padding-bottom: 0;
  }
}
#cmsinfo_block p em {
  background: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0;
  font-size: 13px;
  color: #555;
  float: none;
  height: inherit;
  line-height: inherit;
  text-align: left;
  font-style: italic;
}

.ie8 #facebook_block,
.ie8 #cmsinfo_block {
  height: 344px;
}

/* footer subscribe */
.footer__subscribe {
  padding: 33px 0;
}
.footer__subscribe__title {
  font-size: 32px;
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;
}
@media screen and (max-width: 1229px) {
  .footer__subscribe__title {
    font-size: 25px;
  }
}
@media screen and (max-width: 991px) {
  .footer__subscribe__title {
    font-size: 20px;
  }
}

.footer-container {
  background-color: #222222;
}

.footer {
  position: relative;
  padding: 25px 0 36px;
  color: #ffffff;
}
.footer h4 {
  margin-bottom: 30px;
  font-weight: 900;
  font-size: 22px;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
}
@media (max-width: 767px) {
  .footer h4 {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 13px;
  }
  .footer h4:after {
    display: block;
    content: "\f055";
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
    top: 1px;
  }
  .footer h4.active:after {
    content: "\f056";
  }
}
.footer h4 a:hover {
  color: #00c750;
}
.footer ul li {
  padding-bottom: 11px;
  font-family: "bebas_neueregular", sans-serif;
  font-size: 17px;
}
.footer ul li:hover a {
  color: #00c750;
}
.footer ul li a {
  border-bottom: 1px solid;
}
.footer p {
  line-height: 1.4;
}

.footer-block:not(.contact-infos) li {
  padding-left: 20px;
  position: relative;
}
.footer-block:not(.contact-infos) li:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  height: 0;
  border: 10px solid;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.footer-block:not(.contact-infos) li:hover:before {
  border-left-color: #00c750;
}

.contact-infos i {
  padding-right: 10px;
}

.blockcategories_footer ul ul {
  display: none !important;
}

.footer__describe {
  background-position: 50% center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

.copyright_wrapper {
  padding: 25px 0;
  background: #161616;
}
@media screen and (max-width: 767px) {
  .copyright_wrapper {
    padding-top: 100px;
    text-align: center;
  }
}

.blockcms__footer {
  position: absolute;
  top: 100%;
  top: calc(100% + 17px);
  left: 0;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .blockcms__footer {
    top: calc(100% + 65px);
    text-align: center;
  }
}

.paiement-logos {
  font-size: 25px;
}

.footer .paiement-logos {
  position: absolute;
  top: 100%;
  right: 15px;
  z-index: 1;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .footer .paiement-logos {
    left: 15px;
    text-align: center;
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .footer .paiement-logos {
    font-size: 20px;
  }
}
.footer .paiement-logos__link {
  color: #ffffff;
}
.footer .paiement-logos__link:hover {
  color: #e2e2e2;
}

#social_block {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .socials {
    text-align: center;
  }
}
.socials__item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 6px;
}
.socials__item__link {
  display: block;
  width: 1.84em;
  height: 1.84em;
  line-height: 1.84em;
  text-align: center;
  font-size: 30px;
  color: #f8195d;
  background: #ffffff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 1229px) and (min-width: 768px),
  screen and (max-width: 480px) {
  .socials__item__link {
    font-size: 25px;
  }
}
.socials__item__link:before {
  position: relative;
  z-index: 2;
}
.socials__item__link:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  z-index: 1;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 0 #f8195d;
  box-shadow: inset 0 0 0 0 #f8195d;
  -webkit-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
}
.socials__item__link:hover {
  color: #ffffff;
}
.socials__item__link:hover:after {
  -webkit-box-shadow: inset 0 0 0 1em #f8195d;
  box-shadow: inset 0 0 0 1em #f8195d;
}

ul.step {
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
}
@media (min-width: 768px) {
  ul.step {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
}
ul.step li {
  float: left;
  width: 20%;
  text-align: left;
  border: 1px solid;
  border-top-color: #cacaca;
  border-bottom-color: #9a9a9a;
  border-right-color: #b7b7b7;
  border-left-width: 0px;
}
@media (max-width: 767px) {
  ul.step li {
    width: 100%;
    border-left-width: 1px;
  }
}
ul.step li a,
ul.step li span,
ul.step li.step_current span,
ul.step li.step_current_end span {
  display: block;
  padding: 13px 10px 14px 13px;
  color: #333333;
  font-size: 17px;
  line-height: 21px;
  font-weight: bold;
  position: relative;
}
@media (max-width: 992px) {
  ul.step li a,
  ul.step li span,
  ul.step li.step_current span,
  ul.step li.step_current_end span {
    font-size: 15px;
  }
}
ul.step li a:focus,
ul.step li span:focus,
ul.step li.step_current span:focus,
ul.step li.step_current_end span:focus {
  text-decoration: none;
  outline: none;
}
ul.step li.first {
  border-left-width: 1px;
  border-left-color: #b7b7b7;
}
@media (min-width: 768px) {
  ul.step li.first {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
}
ul.step li.first span,
ul.step li.first a {
  z-index: 5;
  padding-left: 13px !important;
}
@media (min-width: 768px) {
  ul.step li.first span,
  ul.step li.first a {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
}
ul.step li.second span,
ul.step li.second a {
  z-index: 4;
}
ul.step li.third span,
ul.step li.third a {
  z-index: 3;
}
ul.step li.four span,
ul.step li.four a {
  z-index: 2;
}
ul.step li.last span {
  z-index: 1;
}
@media (min-width: 768px) {
  ul.step li.last {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  ul.step li.last span {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}
ul.step li.step_current {
  font-weight: bold;
  background: #f8195d;
  border-color: #f8195d;
}
ul.step li.step_current span {
  color: #ffffff;
  border: 1px solid;
  border-color: #f8195d;
  position: relative;
}
ul.step li.step_current_end {
  font-weight: bold;
}
ul.step li.step_todo {
  background: #f7f7f7;
}
ul.step li.step_todo span {
  display: block;
  border: 1px solid;
  border-color: #ffffff;
  color: #333333;
  position: relative;
}
ul.step li.step_done {
  border-color: #00c750;
  background: #00c750;
}
ul.step li.step_done a {
  color: #ffffff;
  border: 1px solid;
  border-color: #00c750;
}
ul.step li em {
  font-style: normal;
}
@media (min-width: 768px) and (max-width: 991px) {
  ul.step li em {
    display: none;
  }
}

.cart_navigation {
  margin: 0 0 20px;
}
.cart_navigation .button-medium {
  float: right;
}
.cart_navigation .button-medium i.right {
  margin-left: 6px;
}
@media screen and (max-width: 767px) {
  .cart_navigation .btn {
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 480px) {
  .cart_navigation .btn {
    width: 100%;
  }
  .cart_navigation .btn:first-child {
    margin-bottom: 20px;
  }
}

.cart_last_product {
  display: none;
}

.cart_quantity .cart_quantity_input {
  height: 27px;
  line-height: 27px;
  padding: 0;
  text-align: center;
  width: 57px;
}

.cart_gift_quantity .cart_quantity_input {
  height: 27px;
  line-height: 27px;
  padding: 0;
  text-align: center;
  width: 57px;
}

.table tbody > tr > td {
  vertical-align: middle;
}
.table tbody > tr > td.cart_quantity {
  padding: 41px 14px 25px;
  width: 80px;
}
.table tbody > tr > td.cart_quantity .cart_quantity_button {
  margin-top: 3px;
}
.table tbody > tr > td.cart_quantity .cart_quantity_button a {
  float: left;
  margin-right: 3px;
}
.table tbody > tr > td.cart_quantity .cart_quantity_button a + a {
  margin-right: 0;
}
.table tbody > tr > td.cart_delete,
.table tbody > tr > td.price_discount_del {
  padding: 5px;
}
.table tfoot > tr > td {
  vertical-align: middle;
}

.cart_delete a.cart_quantity_delete,
a.price_discount_delete {
  font-size: 23px;
  color: #333333;
}
.cart_delete a.cart_quantity_delete:hover,
a.price_discount_delete:hover {
  color: silver;
}

#cart_summary thead th {
  padding: 7px 8px 9px 8px;
}
#cart_summary tbody td {
  padding: 7px 8px 9px 8px;
}
#cart_summary tbody td.cart_product {
  padding: 7px;
  width: 137px;
}
#cart_summary tbody td.cart_product img {
  border: 1px solid #dddddd;
}
#cart_summary tbody td.cart_unit .price span {
  display: inline-block;
}
#cart_summary tbody td.cart_unit .price span.price-percent-reduction {
  margin: 5px auto;
  display: inline-block;
}
#cart_summary tbody td.cart_unit .price span.old-price {
  text-decoration: line-through;
}
#cart_summary tbody td.cart_description small {
  display: block;
  padding: 5px 0 0 0;
}
#cart_summary tbody td.cart_avail {
  width: 1%;
}
#cart_summary tbody td.cart_avail span {
  white-space: nowrap;
}
#cart_summary tbody td.cart_delete {
  width: 1%;
}
#cart_summary tfoot td.text-right,
#cart_summary tfoot tbody td.cart_unit,
#cart_summary tbody tfoot td.cart_unit,
#cart_summary tfoot tbody td.cart_total,
#cart_summary tbody tfoot td.cart_total {
  font-weight: bold;
  color: #333333;
}
#cart_summary tfoot td.price {
  text-align: right;
}
#cart_summary tfoot td.total_price_container span {
  font: 600 18px/22px "Open Sans", sans-serif;
  color: #555454;
  text-transform: uppercase;
}
#cart_summary tfoot td#total_price_container {
  font: 600 21px/25px "Open Sans", sans-serif;
  color: #f8195d;
  background: #fff;
}

#cart_summary .stock-management-on tbody td.cart_description {
  width: 480px;
}

.cart_discount_price {
  text-align: right;
}

.cart_discount_delete {
  text-align: center;
}

@media (max-width: 767px) {
  #order-detail-content #cart_summary table,
  #order-detail-content #cart_summary thead,
  #order-detail-content #cart_summary tbody,
  #order-detail-content #cart_summary th,
  #order-detail-content #cart_summary td,
  #order-detail-content #cart_summary tr {
    display: block;
  }
  #order-detail-content #cart_summary thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #order-detail-content #cart_summary tr {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 7px;
    overflow: hidden;
    position: relative;
  }
  #order-detail-content #cart_summary td {
    border: none;
    position: relative;
    float: left;
    white-space: normal;
    padding: 7px 20px 7px 20px;
  }
  #order-detail-content #cart_summary td.cart_product {
    text-align: left;
  }
  #order-detail-content #cart_summary td.cart_avail {
    display: none;
  }
  #order-detail-content #cart_summary td.cart_unit {
    width: 33%;
    text-align: right;
    min-height: 70px;
    clear: both;
  }
}
@media screen and (max-width: 767px) and (max-width: 320px) {
  #order-detail-content #cart_summary td.cart_unit {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  #order-detail-content #cart_summary td.cart_unit .price {
    text-align: inherit;
  }
  #order-detail-content #cart_summary td.cart_quantity {
    width: 33%;
    min-height: 70px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
  }
  #order-detail-content #cart_summary td.cart_quantity div {
    display: block;
  }
  #order-detail-content #cart_summary td.cart_quantity > .form-control {
    display: inline;
  }
  #order-detail-content
    #cart_summary
    td.cart_quantity
    > .cart_quantity_button
    a {
    margin-right: 0px;
    float: none;
  }
}
@media screen and (max-width: 767px) and (max-width: 320px) {
  #order-detail-content #cart_summary td.cart_quantity {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  #order-detail-content #cart_summary td.cart_total {
    width: 33%;
    min-height: 70px;
    text-align: right;
  }
}
@media screen and (max-width: 767px) and (max-width: 320px) {
  #order-detail-content #cart_summary td.cart_total {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  #order-detail-content #cart_summary td.cart_delete {
    position: absolute;
    right: 20px;
    top: 7px;
  }
  #order-detail-content #cart_summary td.cart_delete:before {
    content: "" !important;
  }
  #order-detail-content #cart_summary td div {
    display: inline;
  }
  #order-detail-content #cart_summary td:before {
    content: attr(data-title);
    font-weight: bold;
    display: block;
  }
  #order-detail-content #cart_summary tfoot td {
    float: none;
    width: 100%;
  }
  #order-detail-content #cart_summary tfoot td:before {
    display: inline;
  }
  #order-detail-content #cart_summary tfoot tr .text-right,
  #order-detail-content #cart_summary tfoot tr tbody td.cart_unit,
  #order-detail-content #cart_summary tbody tfoot tr td.cart_unit,
  #order-detail-content #cart_summary tfoot tr tbody td.cart_total,
  #order-detail-content #cart_summary tbody tfoot tr td.cart_total,
  #order-detail-content #cart_summary tfoot tr .price {
    display: block;
    float: left;
    width: 50%;
  }
}
@media (max-width: 768px) {
  #order-detail-content #cart_summary tbody td .price {
    text-align: center;
  }
  #order-detail-content #cart_summary tbody td.cart_description {
    width: 300px;
  }
}
.cart_voucher {
  vertical-align: top !important;
}
.cart_voucher h4 {
  font: 600 18px/22px "Open Sans", sans-serif;
  color: #555454;
  text-transform: uppercase;
  padding: 7px 0 10px 0;
}
.cart_voucher .title-offers {
  color: #333333;
  font-weight: bold;
  margin-bottom: 6px;
}
.cart_voucher fieldset {
  margin-bottom: 10px;
}
.cart_voucher fieldset #discount_name {
  float: left;
  width: 219px;
  margin-right: 11px;
}
.cart_voucher #display_cart_vouchers span {
  font-weight: bold;
  cursor: pointer;
  color: #333;
}
.cart_voucher #display_cart_vouchers span:hover {
  color: #000;
}

.enable-multishipping {
  margin: -13px 0 17px;
}
.enable-multishipping label {
  font-weight: normal;
}

#HOOK_SHOPPING_CART #loyalty i {
  font-size: 26px;
  line-height: 26px;
  color: #cfcccc;
}

#order_carrier {
  clear: both;
  margin-top: 20px;
  border: 1px solid #999999;
  background: #fff;
}

.order_carrier_logo {
  max-width: 65px;
  max-height: 65px;
}

#order_carrier .title_block {
  padding: 0 15px;
  height: 29px;
  font-weight: bold;
  line-height: 29px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  background: url(../img/bg_table_th.png) repeat-x 0 -10px #999999;
}

#order_carrier span {
  display: block;
  padding: 15px;
  font-weight: bold;
}

.multishipping_close_container {
  text-align: center;
}

table#cart_summary .gift-icon {
  color: white;
  background: #00c750;
  display: inline;
  line-height: 20px;
  padding: 2px 5px;
  border-radius: 5px;
}

#multishipping_mode_box {
  padding-top: 12px;
  padding-bottom: 19px;
}
#multishipping_mode_box .title {
  font-weight: bold;
  color: #333333;
  margin-bottom: 15px;
}
#multishipping_mode_box .description_off {
  display: none;
}
#multishipping_mode_box .description_off div {
  margin-bottom: 10px;
}
#multishipping_mode_box .description_off a:hover,
#multishipping_mode_box .description a:hover {
  background: #f3f3f3;
  border: 1px solid #cccccc;
}

#multishipping_mode_box.on .description_off {
  display: block;
}

.multishipping-cart .cart_address_delivery.form-control {
  width: 198px;
}

#order .address_add.submit {
  margin-bottom: 20px;
}

#ordermsg {
  margin-bottom: 30px;
}

#id_address_invoice.form-control,
#id_address_delivery.form-control {
  width: 269px;
}

.addresses .select label,
.addresses .selector,
.addresses .addresses .address_select {
  clear: both;
  float: left;
}
.addresses .waitimage {
  display: none;
  float: left;
  width: 24px;
  height: 24px;
  background-image: url("../../../img/loader.gif");
  background-repeat: no-repeat;
  position: relative;
  bottom: -2px;
  left: 10px;
}
.addresses .checkbox.addressesAreEquals {
  clear: both;
  float: left;
  margin: 15px 0 25px 0;
}

#order .delivery_option > div,
#order-opc .delivery_option > div {
  display: block;
  margin-bottom: 20px;
  font-weight: normal;
}
#order .delivery_option > div > table,
#order-opc .delivery_option > div > table {
  background: #fff;
  margin-bottom: 0;
}
#order .delivery_option > div > table.resume,
#order-opc .delivery_option > div > table.resume {
  height: 53px;
}
#order .delivery_option > div > table.resume.delivery_option_carrier,
#order-opc .delivery_option > div > table.resume.delivery_option_carrier {
  margin-top: 10px;
  width: 100%;
  border: 1px solid #dddddd;
  font-weight: bold;
}
#order .delivery_option > div > table.resume.delivery_option_carrier td,
#order-opc .delivery_option > div > table.resume.delivery_option_carrier td {
  padding: 8px 11px 7px 11px;
}
#order .delivery_option > div > table.resume.delivery_option_carrier td i,
#order-opc .delivery_option > div > table.resume.delivery_option_carrier td i {
  font-size: 20px;
  margin-right: 7px;
  vertical-align: -2px;
}
#order .delivery_option > div > table.resume td.delivery_option_radio,
#order-opc .delivery_option > div > table.resume td.delivery_option_radio {
  width: 54px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
#order .delivery_option > div > table.resume td.delivery_option_logo,
#order-opc .delivery_option > div > table.resume td.delivery_option_logo {
  width: 97px;
  padding-left: 21px;
}
#order .delivery_option > div > table.resume td.delivery_option_price,
#order-opc .delivery_option > div > table.resume td.delivery_option_price {
  width: 162px;
}

.order_carrier_content {
  line-height: normal;
  padding-bottom: 16px;
}
.order_carrier_content .carrier_title {
  font-weight: bold;
  color: #333333;
}
.order_carrier_content .checkbox input {
  margin-top: 2px;
}
.order_carrier_content .delivery_options_address .carrier_title {
  margin-bottom: 17px;
}
.order_carrier_content + div {
  padding-bottom: 15px;
}

#carrierTable {
  border: 1px solid #999999;
  border-bottom: none;
  background: #fff;
}

#carrierTable tbody {
  border-bottom: 1px solid #999999;
}

#carrierTable th {
  padding: 0 15px;
  height: 29px;
  font-weight: bold;
  line-height: 29px;
  color: #ffffff;
  text-transform: uppercase;
  background: url(../img/bg_table_th.png) repeat-x 0 -10px #999999;
}

#carrierTable td {
  padding: 15px;
  font-weight: bold;
  border-right: 1px solid #e9e9e9;
}

#carrierTable td.carrier_price {
  border: none;
}

p.checkbox.gift {
  margin-bottom: 10px;
}

#gift_div {
  display: none;
  margin-top: 5px;
  margin-bottom: 10px;
}

a.iframe {
  color: #333333;
  text-decoration: underline;
}
a.iframe:hover {
  text-decoration: none;
}

p.payment_module {
  margin-bottom: 10px;
}
p.payment_module a {
  display: block;
  border: 1px solid #dddddd;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 17px;
  line-height: 23px;
  color: #333333;
  font-weight: bold;
  padding: 33px 40px 34px 99px;
  letter-spacing: -1px;
  position: relative;
}
p.payment_module a.bankwire {
  background: url(../img/bankwire.png) 15px 12px no-repeat #fbfbfb;
}
p.payment_module a.cheque {
  background: url(../img/cheque.png) 15px 15px no-repeat #fbfbfb;
}
p.payment_module a.cash {
  background: url(../img/cash.png) 15px 15px no-repeat #fbfbfb;
}
p.payment_module a.cheque:after,
p.payment_module a.bankwire:after,
p.payment_module a.cash:after {
  display: block;
  content: "\f054";
  position: absolute;
  right: 15px;
  margin-top: -11px;
  top: 50%;
  font-family: "FontAwesome";
  font-size: 25px;
  height: 22px;
  width: 14px;
  color: #333;
}
p.payment_module a:hover {
  background-color: #f6f6f6;
}
p.payment_module a span {
  font-weight: bold;
  color: #444444;
}

.payment_module.box {
  margin-top: 20px;
}

p.cheque-indent {
  margin-bottom: 9px;
}

.cheque-box .form-group {
  margin-bottom: 0px;
}
.cheque-box .form-group .form-control {
  width: 269px;
}

.order-confirmation.box {
  line-height: 29px;
}
.order-confirmation.box a {
  text-decoration: underline;
}
.order-confirmation.box a:hover {
  text-decoration: none;
}

.delivery_option_carrier td {
  width: 200px;
}

.delivery_option_carrier td + td {
  width: 280px;
}

.delivery_option_carrier td + td + td {
  width: 200px;
}

.delivery_option_carrier tr td {
  padding: 5px;
}

.delivery_option_carrier.selected {
  display: table;
}

.not-displayable {
  display: none;
}

#address .box,
#identity .box,
#account-creation_form .box,
#new_account_form .box,
#opc_account_form .box,
#authentication .box {
  padding-bottom: 20px;
  line-height: 20px;
}
#address p.required,
#identity p.required,
#account-creation_form p.required,
#new_account_form p.required,
#opc_account_form p.required,
#authentication p.required {
  color: #f13340;
  margin: 9px 0 16px 0;
}
#address p.inline-infos,
#identity p.inline-infos,
#account-creation_form p.inline-infos,
#new_account_form p.inline-infos,
#opc_account_form p.inline-infos,
#authentication p.inline-infos {
  color: red;
}
#address .form-group .form-control#adress_alias,
#identity .form-group .form-control#adress_alias,
#account-creation_form .form-group .form-control#adress_alias,
#new_account_form .form-group .form-control#adress_alias,
#opc_account_form .form-group .form-control#adress_alias,
#authentication .form-group .form-control#adress_alias {
  margin-bottom: 20px;
}
@media (min-width: 1230px) {
  #address .form-group.phone-number,
  #identity .form-group.phone-number,
  #account-creation_form .form-group.phone-number,
  #new_account_form .form-group.phone-number,
  #opc_account_form .form-group.phone-number,
  #authentication .form-group.phone-number {
    float: left;
    width: 270px;
    margin-right: 13px;
  }
}
@media (min-width: 1230px) {
  #address .form-group.phone-number + p,
  #identity .form-group.phone-number + p,
  #account-creation_form .form-group.phone-number + p,
  #new_account_form .form-group.phone-number + p,
  #opc_account_form .form-group.phone-number + p,
  #authentication .form-group.phone-number + p {
    padding: 23px 0 0 0px;
    margin-bottom: 0;
  }
}
#address .gender-line,
#identity .gender-line,
#account-creation_form .gender-line,
#new_account_form .gender-line,
#opc_account_form .gender-line,
#authentication .gender-line {
  margin-bottom: 4px;
  padding-top: 4px;
}
#address .gender-line > label,
#identity .gender-line > label,
#account-creation_form .gender-line > label,
#new_account_form .gender-line > label,
#opc_account_form .gender-line > label,
#authentication .gender-line > label {
  margin-right: 10px;
  margin-bottom: 0;
}
#address .gender-line .radio-inline label,
#identity .gender-line .radio-inline label,
#account-creation_form .gender-line .radio-inline label,
#new_account_form .gender-line .radio-inline label,
#opc_account_form .gender-line .radio-inline label,
#authentication .gender-line .radio-inline label {
  font-weight: normal;
  color: #777777;
}

#identity #center_column form.std .row,
#authentication #center_column form.std .row,
#order-opc #center_column form.std .row {
  margin-left: -5px;
  margin-right: -5px;
}
#identity #center_column form.std .row .col-xs-4,
#authentication #center_column form.std .row .col-xs-4,
#order-opc #center_column form.std .row .col-xs-4 {
  padding-left: 5px;
  padding-right: 5px;
  max-width: 94px;
}
#identity #center_column form.std .row .col-xs-4 .form-control,
#authentication #center_column form.std .row .col-xs-4 .form-control,
#order-opc #center_column form.std .row .col-xs-4 .form-control {
  max-width: 84px;
}
#identity #center_column .footer_links,
#authentication #center_column .footer_links,
#order-opc #center_column .footer_links {
  border: none;
  padding-top: 0;
}

#new_account_form .box {
  line-height: 20px;
}
#new_account_form .box .date-select {
  padding-bottom: 10px;
}
#new_account_form .box .top-indent {
  padding-top: 10px;
}
#new_account_form .box .customerprivacy {
  padding-top: 15px;
}

#authentication fieldset.account_creation {
  margin-bottom: 20px;
}

#password {
  padding-top: 0;
  border: none;
}
#password .box p {
  margin-bottom: 9px;
}
#password .box .form-group {
  margin-bottom: 20px;
}
#password .box .form-group .form-control {
  width: 263px;
}

#instant_search_results a.close {
  font-size: 13px;
  font-weight: 600;
  opacity: 1;
  line-height: inherit;
  text-transform: none;
  font-family: Arial, Helvetica, sans-serif;
}
#instant_search_results a.close:hover {
  color: #000;
}

#manufacturers_list h3,
#suppliers_list h3 {
  font-size: 17px;
  line-height: 23px;
}
#manufacturers_list .description,
#suppliers_list .description {
  line-height: 18px;
}
#manufacturers_list .product-counter a,
#suppliers_list .product-counter a {
  font-weight: bold;
  color: #333333;
}
#manufacturers_list .product-counter a:hover,
#suppliers_list .product-counter a:hover {
  color: #000;
}
#manufacturers_list.list li .mansup-container,
#suppliers_list.list li .mansup-container {
  border-top: 1px solid #cdcdcd;
  padding: 31px 0 30px 0;
}
@media (max-width: 767px) {
  #manufacturers_list.list li .mansup-container,
  #suppliers_list.list li .mansup-container {
    text-align: center;
  }
}
#manufacturers_list.list li:first-child .mansup-container,
#suppliers_list.list li:first-child .mansup-container {
  border-top: 0;
}
#manufacturers_list.list li .left-side,
#suppliers_list.list li .left-side {
  text-align: center;
}
#manufacturers_list.list li h3,
#suppliers_list.list li h3 {
  margin-top: -5px;
  padding-bottom: 8px;
}
#manufacturers_list.list li .middle-side,
#suppliers_list.list li .middle-side {
  padding-left: 0;
}
@media (max-width: 767px) {
  #manufacturers_list.list li .middle-side,
  #suppliers_list.list li .middle-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}
#manufacturers_list.list li .right-side-content,
#suppliers_list.list li .right-side-content {
  border-left: 1px solid #cdcdcd;
  padding: 0 0 32px 31px;
  min-height: 108px;
}
@media (max-width: 767px) {
  #manufacturers_list.list li .right-side-content,
  #suppliers_list.list li .right-side-content {
    min-height: 1px;
    padding: 0;
    border: none;
  }
}
#manufacturers_list.list li .right-side-content .product-counter,
#suppliers_list.list li .right-side-content .product-counter {
  position: relative;
  top: -6px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  #manufacturers_list.list li .right-side-content .product-counter,
  #suppliers_list.list li .right-side-content .product-counter {
    top: 0;
  }
}
#manufacturers_list.grid li,
#suppliers_list.grid li {
  text-align: center;
}
#manufacturers_list.grid li .product-container,
#suppliers_list.grid li .product-container {
  padding-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cdcdcd;
}
#manufacturers_list.grid li .product-container .left-side,
#suppliers_list.grid li .product-container .left-side {
  padding-bottom: 42px;
}
#manufacturers_list.grid li .product-container h3,
#suppliers_list.grid li .product-container h3 {
  padding-bottom: 10px;
}
#manufacturers_list.grid li .product-container .product-counter,
#suppliers_list.grid li .product-container .product-counter {
  margin-bottom: 12px;
}
@media (min-width: 1230px) {
  #manufacturers_list.grid li.first-in-line,
  #suppliers_list.grid li.first-in-line {
    clear: left;
  }
  #manufacturers_list.grid li.last-line .product-container,
  #suppliers_list.grid li.last-line .product-container {
    border-bottom: none;
  }
}
@media (min-width: 768px) and (max-width: 1229px) {
  #manufacturers_list.grid li.first-item-of-tablet-line,
  #suppliers_list.grid li.first-item-of-tablet-line {
    clear: left;
  }
  #manufacturers_list.grid li.last-tablet-line .product-container,
  #suppliers_list.grid li.last-tablet-line .product-container {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  #manufacturers_list.grid .product-container,
  #suppliers_list.grid .product-container {
    border-bottom: none;
  }
}

#manufacturer .description_box,
#supplier .description_box {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #cdcdcd;
}
#manufacturer .description_box .hide_desc,
#supplier .description_box .hide_desc {
  display: none;
}
#manufacturer .bottom-pagination-content,
#manufacturer .top-pagination-content,
#supplier .bottom-pagination-content,
#supplier .top-pagination-content {
  min-height: 69px;
}
#manufacturer .top-pagination-content.bottom-line,
#supplier .top-pagination-content.bottom-line {
  border-bottom: 1px solid #cdcdcd;
}

#pagenotfound .pagenotfound {
  max-width: 824px;
  margin: 100px auto 100px auto;
  text-align: center;
}
#pagenotfound .pagenotfound .img-404 {
  padding: 8px 0 27px 0;
}
#pagenotfound .pagenotfound .img-404 img {
  max-width: 100%;
}
#pagenotfound .pagenotfound h1 {
  font: 600 28px/34px "Open Sans", sans-serif;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 7px;
}
#pagenotfound .pagenotfound p {
  font: 600 16px/20px "Open Sans", sans-serif;
  color: #555454;
  text-transform: uppercase;
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 19px;
  margin-bottom: 20px;
}
#pagenotfound .pagenotfound h3 {
  font-weight: bold;
  color: #333333;
  font-size: 13px;
  line-height: normal;
  margin-bottom: 18px;
}
#pagenotfound .pagenotfound label {
  font-weight: normal;
}
@media (max-width: 767px) {
  #pagenotfound .pagenotfound label {
    display: block;
  }
}
#pagenotfound .pagenotfound .form-control {
  max-width: 293px;
  display: inline-block;
  margin-right: 5px;
}
@media (max-width: 767px) {
  #pagenotfound .pagenotfound .form-control {
    margin: 0 auto 15px auto;
    display: block;
  }
}
#pagenotfound .pagenotfound .buttons {
  padding: 48px 0 20px 0;
}
#pagenotfound .pagenotfound .buttons .button-medium i.left {
  font-size: 17px;
}

@media screen and (min-width: 1024px) {
  a,
  button,
  .footer-block:not(.contact-infos) li:before {
    -webkit-transition: background 0.3s, color 0.3s, border-color 0.3s;
    transition: background 0.3s, color 0.3s, border-color 0.3s;
  }

  .-default-arrows .owl-buttons > div {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }

  /* animations */
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  @keyframes animatedBackground {
    from {
      background-position: 0 50%;
    }
    to {
      background-position: 100% 50%;
    }
  }
  /* Chrome, Safari, Opera */
  @-webkit-keyframes animatedBackground {
    from {
      background-position: 0 50%;
    }
    to {
      background-position: 100% 50%;
    }
  }
}
@media screen and (min-width: 1024px) {
  .grid .product-container .functional-buttons {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: opacity 0.7s, transform 0.7s;
    transition: opacity 0.7s, transform 0.7s;
  }
  .grid .product-container:hover .functional-buttons {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .product-item__img-alternate,
  .product-item__img-alternate + .product-item__img {
    -webkit-transition: opacity 0.7s, transform 0.7s;
    transition: opacity 0.7s, transform 0.7s;
  }

  .product-item__img-alternate + .product-item__img {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.4s, transform 0.8s;
    transition: opacity 0.4s, transform 0.8s;
    -webkit-transform: perspective(900px) rotateY(0);
    -moz-transform: perspective(900px) rotateY(0);
    -o-transform: perspective(900px) rotateY(0);
    -ms-transform: perspective(900px) rotateY(0);
    transform: perspective(900px) rotateY(0);
  }

  .product-item__img-alternate {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: perspective(900px) rotateY(-180deg);
    -moz-transform: perspective(900px) rotateY(-180deg);
    -o-transform: perspective(900px) rotateY(-180deg);
    -ms-transform: perspective(900px) rotateY(-180deg);
    transform: perspective(900px) rotateY(-180deg);
    opacity: 0;
    filter: alpha(opacity=0);
  }

  .product-container:hover .product-item__img-alternate + .product-item__img {
    -webkit-transform: perspective(900px) rotateY(180deg);
    -moz-transform: perspective(900px) rotateY(180deg);
    -o-transform: perspective(900px) rotateY(180deg);
    -ms-transform: perspective(900px) rotateY(180deg);
    transform: perspective(900px) rotateY(180deg);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .product-container:hover .product-item__img-alternate {
    -webkit-transform: perspective(900px) rotateY(0);
    -moz-transform: perspective(900px) rotateY(0);
    -ms-transform: perspective(900px) rotateY(0);
    -o-transform: perspective(900px) rotateY(0);
    transform: perspective(900px) rotateY(0);
    opacity: 1;
    filter: alpha(opacity=100);
  }

  .-anim-first .htmlcontent__item__content {
    overflow: hidden;
  }
  .-anim-first .htmlcontent__item__link:before {
    -webkit-transition: opacity 1.2s;
    transition: opacity 1.2s;
  }
  .-anim-first .htmlcontent__item__img {
    -webkit-transition: transform 1.2s;
    transition: transform 1.2s;
  }
  .-anim-first .htmlcontent__html {
    -webkit-transition: filter 1.2s, transform 1.2s, opacity 1.2s;
    transition: filter 1.2s, transform 1.2s, opacity 1.2s;
  }
  .-anim-first:hover .htmlcontent__item__link:before {
    opacity: 0;
  }
  .-anim-first:hover .htmlcontent__item__img {
    transform: scale(1.3) rotate(7deg);
  }
  .-anim-first:hover .htmlcontent__html {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(2.5);
    -ms-transform: scale(2.5);
    transform: scale(2.5);
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }

  .manufacturers-box__item__link {
    -webkit-transition: opacity 0.3s, border-color 0.3s;
    transition: opacity 0.3s, border-color 0.3s;
  }
  .manufacturers-box__item__link:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    border-color: #00c750;
  }
}
.-anim-left,
.-anim-right {
  position: relative;
  -webkit-transition: left 0.5s, right 0.5s;
  transition: left 0.5s, right 0.5s;
}

.-anim-left {
  right: 0;
}
.play .-anim-left {
  right: 100%;
}

.-anim-right {
  left: 0;
}
.play .-anim-right {
  left: 100%;
}

.-fade-out {
  -webkit-transition: opacity 0.8s, color 0.5s;
  transition: opacity 0.8s, color 0.5s;
}
.play .-fade-out {
  opacity: 0;
  filter: alpha(opacity=0);
}

.video-promo__stop {
  -webkit-transition: opacity 0.8s, color 0.5s;
  transition: opacity 0.8s, color 0.5s;
}

.unvisible,
.hidden {
  display: none;
}

@media screen and (min-width: 1230px) {
  .hidden-lg {
    display: none !important;
  }
}
@media screen and (max-width: 1229px) {
  .hidden-md {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .hidden-xxs {
    display: none !important;
  }
  .boxvalid {
    height: 550px;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .boxvalid {
    height: 350px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .boxvalid {
    height: 250px;
  }
}
@media screen and (min-width: 992px) {
  .boxvalid {
    height: 200px;
  }
}
.header {
  background: #fff;
  -webkit-transition: margin-top 0.2s;
  transition: margin-top 0.2s;
}
.header.-fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.header.-hide-bar {
  border-bottom: 1px solid #00c750;
}

p.info-title {
  font-weight: bold;
  color: #333333;
  margin-bottom: 25px;
}

p.info-account {
  margin: -4px 0 24px 0;
}

.dark {
  color: #333333;
}

#page {
  overflow: hidden;
}

.label {
  white-space: normal;
  display: inline-block;
  padding: 6px 10px;
  background: #00c750;
  color: #ffffff;
}

label {
  display: inline-block;
  color: #3a3a3a;
}
.form-group label {
  display: inline-block;
  padding-bottom: 10px;
}
label.required:before {
  content: "*";
  color: #f8195d;
  font-size: 14px;
  position: relative;
  line-height: 12px;
}

.close {
  opacity: 1;
}
.close:hover {
  opacity: 1;
}
.boxvalid {
  background: #fbfbfb;
  border: 1px solid #cdcdcd;
  padding: 14px 18px 13px;
  margin: 0 0 30px 0;
  line-height: 23px;
}
.box {
  background: #fbfbfb;
  border: 1px solid #cdcdcd;
  padding: 14px 18px 13px;
  margin: 0 0 30px 0;
  line-height: 23px;
}
.box p {
  margin-bottom: 0;
}
.box.box-small {
  padding: 9px 10px 9px 20px;
}
.box.box-small .dark {
  padding-top: 10px;
  padding-right: 20px;
  margin-bottom: 0;
  width: auto;
}

.page-product-box {
  padding-bottom: 10px;
}

.product-box {
  width: 178px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product-box .product-image {
  border: 1px solid #cdcdcd;
  background: white;
  padding: 5px;
  display: block;
  margin-bottom: 11px;
}
.product-box .product-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

ul.footer_links {
  padding: 20px 0 0px 0;
  border-top: 1px solid #cdcdcd;
  height: 65px;
}
ul.footer_links li {
  float: left;
}
ul.footer_links li + li {
  margin-left: 10px;
}

.pack_content {
  margin: 10px 0 10px 0;
}

.confirmation {
  margin: 0 0 10px;
  padding: 10px;
  border: 1px solid #e6db55;
  font-size: 13px;
  background: none repeat scroll 0 0 lightyellow;
}

#page .rte {
  background: transparent none repeat scroll 0 0;
}
#page .rte em {
  font-style: italic !important;
}

#reinsurance_block {
  clear: both !important;
}

#short_description_content ul,
#short_description_content ol,
#short_description_content dl,
#tinymce ul,
#tinymce ol,
#tinymce dl {
  margin-left: 20px;
}

.rte ul {
  list-style-type: disc;
  padding-left: 15px;
}

.rte ol {
  list-style-type: decimal;
  padding-left: 15px;
}

.block_hidden_only_for_screen {
  display: none;
}

table.discount i {
  font-size: 20px;
  line-height: 20px;
  vertical-align: -2px;
}
table.discount i.icon-ok {
  color: #46a74e;
}
table.discount i.icon-remove {
  color: #f13340;
}

#guestTracking .form-control {
  max-width: 271px;
}
@media (min-width: 1230px) {
  #guestTracking .form-group {
    overflow: hidden;
  }
  #guestTracking .form-group i {
    padding-left: 10px;
  }
  #guestTracking .form-control {
    float: left;
  }
  #guestTracking label {
    float: left;
    clear: both;
    width: 100%;
  }
}

#account-creation_form fieldset.reversoform {
  padding: 10px !important;
}

#account-creation_form fieldset.reversoform .text label {
  display: block;
  padding: 0 0 10px 0;
  width: 100%;
  text-align: left;
}

#account-creation_form fieldset.reversoform .infos-sup {
  padding: 0 !important;
  font-size: 10px;
  font-style: italic;
  text-align: right;
}

#account-creation_form fieldset.customerprivacy label,
fieldset.customerprivacy label {
  cursor: pointer;
}

form#sendComment fieldset {
  padding: 10px;
  border: 1px solid #cccccc;
  background: #eeeeee;
}

form#sendComment h3 {
  font-size: 14px;
}

#new_comment_form p.text {
  margin-bottom: 0;
  padding-bottom: 0;
}

#sendComment p.text label,
#sendComment p.textarea label {
  display: block;
  margin: 12px 0 4px;
  font-weight: bold;
  font-size: 12px;
}

#sendComment p.text input {
  padding: 0 5px;
  height: 28px;
  width: 498px;
  border: 1px solid #cccccc;
  background: url(../img/bg_input.png) repeat-x 0 0 #fff;
}

#sendComment p.textarea textarea {
  height: 80px;
  width: 508px;
  border: 1px solid #cccccc;
}

#sendComment p.submit {
  padding: 0;
  text-align: right;
}

#sendComment p.closeform {
  float: right;
  padding: 0;
  height: 12px;
  width: 12px;
  text-indent: -5000px;
  background: url(../img/icon/delete.gif) no-repeat 0 0;
}

@media (max-width: 1229px) {
  .zoomdiv {
    display: none !important;
  }
}
#product.content_only div.pb-left-column p.resetimg {
  margin-bottom: 0px;
  padding-top: 0px;
}
#product.content_only div.pb-left-column #thumbs_list_frame {
  margin-bottom: 0px;
}

.payment_option_form {
  display: none;
}

.payment_option_logo {
  height: 50px;
  max-height: 50px;
}

.payment_module_adv {
  height: 120px;
  max-height: 120px;
}

.payment_option_selected {
  display: none;
  margin-top: 15px;
}
.payment_option_selected i {
  color: green;
}

.payment_option_cta {
  margin-left: 10px;
  color: #333 !important;
}

.tnc_box {
  background: #fbfbfb;
  border: 1px solid #d6d4d4;
  padding: 14px 18px 13px;
  margin: 0 0 30px 0;
  line-height: 23px;
}

.pointer-box {
  cursor: pointer;
}

style,
script {
  display: none !important;
}

/*# sourceMappingURL=global.css.map */

.btn-inscrire {
  color: rgb(255, 255, 255);
  border: 1px solid rgb(29, 210, 175);
  height: 50px;
  margin-top: -10px;
  padding: 0px 30px;
  background: rgb(29, 210, 175);
  -webkit-appearance: button;
  cursor: pointer;
  font-family: Arial;
  text-decoration: none;
  width: 100%;
  border-radius: 5px;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  text-shadow: 0 1px #015883;
  box-sizing: border-box;
  letter-spacing: normal;
  text-align: center;
  margin: 0;
}
.btn-inscrire:hover {
  background: rgb(23, 168, 140) !important;
  border: 1px solid rgb(23, 168, 140) !important;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.contour {
  border-color: #1dd2af !important;
  border-radius: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.lineh2 {
  line-height: 2rem;
}
.modal-backdrop.in {
  display: none;
}
.no-display {
  display: none;
}
