@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100;200;300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');


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;
}

.underline {
  text-decoration: underline;
}

.uppercase {
  text-transform: uppercase;
}

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 */
/* footer subscribe*/
/* social home */
/* carousel arrows */
/* alert */
/* Theme's schemes */
.container:before,
.row:before,
.clearfix:before,
.container:after,
.row:after,
.clearfix:after {
  content: '';
  display: table;
  width: 0;
  height: 0;
}

.container:after,
.row:after,
.clearfix:after {
  clear: both;
}

/*!
 *  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;
}

[class^="icon-"],
[class*="icon-"]:before {
  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: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

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

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

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

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

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

.pull-left {
  float: left;
}

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

.icon.pull-right {
  margin-left: .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: "";
  content: "\f00d";
  color: #D7272C;
}

.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: "\f041";
}

.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: "•";
  font-size: 13px;
  margin-right: 5px;
}

.menu-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: "\f067";
}

.icon-minus:before {
  content: "\f068";
}

.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: "\f078";
}

.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-bars-close:before {
  content: "x";
  height: 30px;
  font-size: 24px;
  margin-right: 12px;
}

.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?36973888");
  src: url("../fonts/fontello.eot?36973888#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?36973888") format("woff2"), url("../fonts/fontello.woff?36973888") format("woff"), url("../fonts/fontello.ttf?36973888") format("truetype"), url("../fonts/fontello.svg?36973888#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-cc-visa-1:before {
  content: '\21';
}

/* '!' */
.font-cc-mastercard-1:before {
  content: '\22';
}

/* '&quot;' */
.font-right:before {
  content: '\23';
}

/* '#' */
.font-cc-amex-1:before {
  content: '\24';
}

/* '$' */
.font-cc-paypal-1:before {
  content: '\25';
}

/* '%' */
.font-cc-stripe-1:before {
  content: '\26';
}

/* '&amp;' */
.font-left:before {
  content: '\27';
}

/* ''' */
.font-information:before {
  content: '\28';
}

/* '(' */
.font-right-open-big:before {
  content: '\29';
}

/* ')' */
.font-left-open-big:before {
  content: '\2a';
}

/* '*' */
.font-up-open-big:before {
  content: '\2b';
}

/* '+' */
.font-down-open-big:before {
  content: '\2c';
}

/* ',' */
.font-cross:before {
  content: '\2d';
}

/* '-' */
.font-circle:before {
  content: '\2e';
}

/* '.' */
.font-play:before {
  content: '\2f';
}

/* '/' */
.font-heart:before {
  content: '\30';
}

/* '0' */
.font-phone:before {
  content: '\31';
}

/* '1' */
.font-cart:before {
  /* content: '\32'; } */
  content: '\f07a';
  font-family: 'Fontawesome';
  margin-top: 6px;
}

/* '2' */
.font-eye:before {
  content: '\33';
}

/* '3' */
.font-search:before {
  content: '\34';
}

/* '4' */
.font-dot-3:before {
  content: '\35';
}

/* '5' */
/*! 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: 700;
}

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;
}

#Moment_livraison {
  height: 50px;
}

#Moment_retrait {
  height: auto;
}

#Moment_retrait input,
#Moment_livraison input {
  height: 30px;
}

#Date_retrait,
#Heure_retrait,
#Date_livraison {
  float: left;
  margin: 20px 0;
}

#input_date_retrait,
#input_heure_retrait,
#input_date_livraison {
  border: 1px solid #bbb;
}

#Date_retrait {
  margin-right: 30px;
}


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;
}

html {
  font-size: 62.5%;
}

body {
  height: 100%;
  line-height: 1.4;
  font-size: 14px;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  color: #222222;
  background: #ffffff;
  /* letter-spacing: 1px; */
  /* font-family: "Open Sans", sans-serif, sans-serif; */
  font-family: "League Spartan", sans-serif;
}

a {
  color: inherit;
  outline: none !important;
}

a:hover {
  text-decoration: none;
  color: #D7272C;
}

textarea {
  resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

h1 {
  font-size: 48px;
  font-size: 4.8rem;
}

@media (max-width: 1229px) {
  h1 {
    font-size: 40px;
    font-size: 4rem;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 20px;
    font-size: 2rem;
  }
}

h2 {
  font-size: 36px;
  font-size: 3.6rem;
}

h3 {
  font-size: 24px;
  font-size: 2.4rem;
}

h4 {
  font-size: 20px;
  font-size: 2rem;
}

h5 {
  font-size: 18px;
  font-size: 1.8rem;
}

h6 {
  font-size: 16px;
  font-size: 1.6rem;
}

* {
  -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;
  line-height: 1;
  font-size: 1em;
  /* word-break: break-word; */
  overflow-wrap: break-word;
  white-space: normal;
}

sub,
sup {
  font-size: 100%;
}

textarea,
textarea.form-control {
  height: 120px;
}

#center_column p {
  font-size: 18px;
  line-height: 1.3;
}

.container {
  width: 1190px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.top-logo img {
  filter: saturate(0.82);
}

@media (max-width: 768px) {
  .container.-responsive {
    width: auto;
  }
}

@media (min-width: 769px) {
  .container.-responsive {
    width: auto;
  }
}

@media (min-width: 992px) {
  .container.-responsive {
    width: 970px;
  }
}

@media (max-width: 991px) {
  .header__main-panel .container {
    position: static;
  }
}

@media (min-width: 1230px) {
  #columns.container.-responsive {
    width: 90%;
  }

  .header__main-panel .container {
    position: static;
    width: 90%;
  }

  .header__main-panel .container .row {
    margin: 0;
  }
}

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

.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: 10px;
  padding-right: 10px;
}

.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 (min-width: 769px) {
  .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%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (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%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (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%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

.text-right,
#cart_summary td.cart_unit,
#cart_summary td.cart_total {
  text-align: right;
}

/*vertical align center*/
.table-box {
  display: table;
  height: 100%;
  width: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -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;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  user-select: none;
  border-radius: 10px;
}

.owl-carousel .owl-item .wrapper-buy .content_price {
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: flex-start; */
}

@media screen and (max-width: 1024px) {
  .owl-carousel .owl-item .wrapper-buy .content_price span.product-price {
    text-align: center;
  }

  .owl-carousel .owl-item .wrapper-buy .content_price span {
    text-align: center;
  }

  body.product #productscategory_list .sku {
    margin-bottom: 1px;
    text-align: center;
  }
}

.owl-carousel .owl-item .wrapper-buy .content_price span {
  margin: 0;
  line-height: normal;
  font-size: 1.8rem;
  font-weight: 700;
  color: #646464;
  display: inline-block;
}

.owl-carousel .owl-item .wrapper-buy .content_price span.product-price {
  vertical-align: unset;
  text-align: left;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

#homefeatured.tab-pane .owl-controls {
  display: block;
}

.tab-pane .owl-controls {
  display: none;
}

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

.owl-carousel {
  clear: both;
  width: auto;
}

@media (min-width: 481px) {
  .carousel--square-arrows.tab-content .owl-carousel {
    position: static;
  }
}

@media (max-width: 768px) {
  .carousel--square-arrows.tab-content .owl-carousel {
    padding-top: 80px;
  }
}

.owl-carousel.-alternate-products-carosel {
  padding-left: 55px;
  padding-right: 55px;
}

.owl-carousel .owl-item img {
  max-width: 100%;
  width: auto;
}

#htmlbanners9 .owl-item img {
  max-width: 100% !important;
  width: 100% !important;
}

.products .owl-stage-outer {
  padding-bottom: 162px;
}

.owl-controls .owl-dot {
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  position: relative;
  width: 20px;
  margin: 0 9px;
}

.owl-controls .owl-dot:before {
  /* border: 1px solid #dddddd; */
  border: none;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0, 0);
  transform: translate(-50%, -50%) scale(0, 0);
  -moz-transition: opacity 0.2s, -moz-transform 0.2s;
  -o-transition: opacity 0.2s, -o-transform 0.2s;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
}

.owl-controls .owl-dot span {
  background: #B0B0B0;
  display: inline-block;
  border-radius: 50%;
  height: 4px;
  width: 4px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.owl-controls .owl-dot.active:before,
.owl-controls .owl-dot:hover:before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
  transform: translate(-50%, -50%) scale(1, 1);
}

.owl-controls .owl-dot.active span,
.owl-controls .owl-dot:hover span {
  background: #D7272C;
}

.owl-nav>div {
  position: absolute;
  top: 50%;
  display: inline-block;
  color: #c9c9c9;
  width: 1.3em;
  height: 2.5em;
  line-height: 3em;
  font-size: 22px;
  background-color: transparent;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: color 0.3s;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.owl-nav>div:hover {
  color: #D7272C;
}

.owl-nav .owl-prev {
  left: 0;
}

.owl-nav .owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  margin-top: 20px;
}

@media (max-width: 567px) {
  .owl-dots {
    display: none !important;
  }
}

.wrapper-tabs__inner .owl-carousel,
.blog-block .owl-carousel {
  position: static;
}

.wrapper-tabs__inner .owl-nav>div,
.blog-block .owl-nav>div {
  top: -12px;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media (max-width: 567px) {
  .owl-carousel.owl-theme .owl-controls {
    display: none !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 bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
  }
}

@-moz-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }

  40% {
    -moz-transform: translateY(-30px);
  }

  60% {
    -moz-transform: translateY(-15px);
  }
}

@-o-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }

  40% {
    -o-transform: translateY(-30px);
  }

  60% {
    -o-transform: translateY(-15px);
  }
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {

  0%,
  50%,
  100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@-moz-keyframes flash {

  0%,
  50%,
  100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@-o-keyframes flash {

  0%,
  50%,
  100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {

  0%,
  50%,
  100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
  }

  50% {
    -moz-transform: scale(1.1);
  }

  100% {
    -moz-transform: scale(1);
  }
}

@-o-keyframes pulse {
  0% {
    -o-transform: scale(1);
  }

  50% {
    -o-transform: scale(1.1);
  }

  100% {
    -o-transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {

  0%,
  100% {
    -webkit-transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
  }
}

@-moz-keyframes shake {

  0%,
  100% {
    -moz-transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateX(-10px);
  }

  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateX(10px);
  }
}

@-o-keyframes shake {

  0%,
  100% {
    -o-transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateX(-10px);
  }

  20%,
  40%,
  60%,
  80% {
    -o-transform: translateX(10px);
  }
}

@keyframes shake {

  0%,
  100% {
    transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }

  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {

  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }

  20% {
    -webkit-transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
  }
}

@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg);
  }

  40% {
    -moz-transform: rotate(-10deg);
  }

  60% {
    -moz-transform: rotate(5deg);
  }

  80% {
    -moz-transform: rotate(-5deg);
  }

  100% {
    -moz-transform: rotate(0deg);
  }
}

@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg);
  }

  40% {
    -o-transform: rotate(-10deg);
  }

  60% {
    -o-transform: rotate(5deg);
  }

  80% {
    -o-transform: rotate(-5deg);
  }

  100% {
    -o-transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    transform: rotate(15deg);
  }

  40% {
    transform: rotate(-10deg);
  }

  60% {
    transform: rotate(5deg);
  }

  80% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
  }

  10% {
    -webkit-transform: skewX(-8deg);
  }

  20% {
    -webkit-transform: skewX(7deg);
  }

  30% {
    -webkit-transform: skewX(-6deg);
  }

  40% {
    -webkit-transform: skewX(5deg);
  }

  50% {
    -webkit-transform: skewX(-4deg);
  }

  60% {
    -webkit-transform: skewX(3deg);
  }

  70% {
    -webkit-transform: skewX(-2deg);
  }

  80% {
    -webkit-transform: skewX(1deg);
  }

  90% {
    -webkit-transform: skewX(0deg);
  }

  100% {
    -webkit-transform: skewX(0deg);
  }
}

@-moz-keyframes wiggle {
  0% {
    -moz-transform: skewX(9deg);
  }

  10% {
    -moz-transform: skewX(-8deg);
  }

  20% {
    -moz-transform: skewX(7deg);
  }

  30% {
    -moz-transform: skewX(-6deg);
  }

  40% {
    -moz-transform: skewX(5deg);
  }

  50% {
    -moz-transform: skewX(-4deg);
  }

  60% {
    -moz-transform: skewX(3deg);
  }

  70% {
    -moz-transform: skewX(-2deg);
  }

  80% {
    -moz-transform: skewX(1deg);
  }

  90% {
    -moz-transform: skewX(0deg);
  }

  100% {
    -moz-transform: skewX(0deg);
  }
}

@-o-keyframes wiggle {
  0% {
    -o-transform: skewX(9deg);
  }

  10% {
    -o-transform: skewX(-8deg);
  }

  20% {
    -o-transform: skewX(7deg);
  }

  30% {
    -o-transform: skewX(-6deg);
  }

  40% {
    -o-transform: skewX(5deg);
  }

  50% {
    -o-transform: skewX(-4deg);
  }

  60% {
    -o-transform: skewX(3deg);
  }

  70% {
    -o-transform: skewX(-2deg);
  }

  80% {
    -o-transform: skewX(1deg);
  }

  90% {
    -o-transform: skewX(0deg);
  }

  100% {
    -o-transform: skewX(0deg);
  }
}

@keyframes wiggle {
  0% {
    transform: skewX(9deg);
  }

  10% {
    transform: skewX(-8deg);
  }

  20% {
    transform: skewX(7deg);
  }

  30% {
    transform: skewX(-6deg);
  }

  40% {
    transform: skewX(5deg);
  }

  50% {
    transform: skewX(-4deg);
  }

  60% {
    transform: skewX(3deg);
  }

  70% {
    transform: skewX(-2deg);
  }

  80% {
    transform: skewX(1deg);
  }

  90% {
    transform: skewX(0deg);
  }

  100% {
    transform: skewX(0deg);
  }
}

.wiggle {
  -webkit-animation-name: wiggle;
  -moz-animation-name: wiggle;
  -o-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
  }
}

@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%);
  }

  15% {
    -moz-transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -moz-transform: translateX(20%) rotate(3deg);
  }

  45% {
    -moz-transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -moz-transform: translateX(10%) rotate(2deg);
  }

  75% {
    -moz-transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -moz-transform: translateX(0%);
  }
}

@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%);
  }

  15% {
    -o-transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -o-transform: translateX(20%) rotate(3deg);
  }

  45% {
    -o-transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -o-transform: translateX(10%) rotate(2deg);
  }

  75% {
    -o-transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -o-transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    transform: translateX(0%);
  }

  15% {
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    transform: translateX(0%);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }

  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}

@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1);
  }

  10%,
  20% {
    -moz-transform: scale(0.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -moz-transform: scale(1.1) rotate(3deg);
  }

  40%,
  60%,
  80% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -moz-transform: scale(1) rotate(0);
  }
}

@-o-keyframes tada {
  0% {
    -o-transform: scale(1);
  }

  10%,
  20% {
    -o-transform: scale(0.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -o-transform: scale(1.1) rotate(3deg);
  }

  40%,
  60%,
  80% {
    -o-transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -o-transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    transform: scale(1);
  }

  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }

  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    transform: scale(1) rotate(0);
  }
}

.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }

  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }

  70% {
    -moz-transform: scale(0.9);
  }

  100% {
    -moz-transform: scale(1);
  }
}

@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }

  50% {
    opacity: 1;
    -o-transform: scale(1.05);
  }

  70% {
    -o-transform: scale(0.9);
  }

  100% {
    -o-transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }

  50% {
    opacity: 1;
    transform: scale(1.05);
  }

  70% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }

  80% {
    -moz-transform: translateY(-10px);
  }

  100% {
    -moz-transform: translateY(0);
  }
}

@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }

  80% {
    -o-transform: translateY(-10px);
  }

  100% {
    -o-transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    transform: translateY(30px);
  }

  80% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }

  80% {
    -moz-transform: translateX(-10px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}

@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }

  80% {
    -o-transform: translateX(-10px);
  }

  100% {
    -o-transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    transform: translateX(30px);
  }

  80% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-30px);
  }

  80% {
    -moz-transform: translateX(10px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}

@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -o-transform: translateX(-30px);
  }

  80% {
    -o-transform: translateX(10px);
  }

  100% {
    -o-transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    transform: translateX(-30px);
  }

  80% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }

  80% {
    -moz-transform: translateY(10px);
  }

  100% {
    -moz-transform: translateY(0);
  }
}

@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -o-transform: translateY(-30px);
  }

  80% {
    -o-transform: translateY(10px);
  }

  100% {
    -o-transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    transform: translateY(-30px);
  }

  80% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }

  25% {
    -webkit-transform: scale(0.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}

@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1);
  }

  25% {
    -moz-transform: scale(0.95);
  }

  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
}

@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1);
  }

  25% {
    -o-transform: scale(0.95);
  }

  50% {
    opacity: 1;
    -o-transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
}

@keyframes bounceOut {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(0.95);
  }

  50% {
    opacity: 1;
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}

@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0);
  }

  20% {
    opacity: 1;
    -moz-transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}

@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0);
  }

  20% {
    opacity: 1;
    -o-transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}

@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0);
  }

  20% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}

@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0);
  }

  20% {
    opacity: 1;
    -o-transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}

@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0);
  }

  20% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}

@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0);
  }

  20% {
    opacity: 1;
    -o-transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}

@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0);
  }

  20% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}

@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0);
  }

  20% {
    opacity: 1;
    -o-transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-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 fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-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 fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-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 fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}

@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}

@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}

@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}

@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}

@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}

@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}

@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}

@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}

@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}

@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}

@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}

@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}

@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}

@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}

@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}

@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}

@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out;
  }

  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out;
  }

  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }

  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in;
  }

  100% {
    -moz-transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in;
  }
}

@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out;
  }

  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out;
  }

  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in;
  }

  80% {
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in;
  }

  100% {
    -o-transform: perspective(400px) scale(1);
    -o-animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }

  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}

.flip {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-animation-name: flip;
  -o-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -moz-transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -moz-transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -o-transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -o-transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-animation-name: flipInX;
  -o-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -moz-transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -moz-transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -o-transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -o-transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-animation-name: flipInY;
  -o-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  -moz-animation-name: flipOutX;
  -o-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -o-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-animation-name: flipOutY;
  -o-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@-moz-keyframes lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}

@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}

@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}

@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}

@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}

@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}

@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }

  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0;
  }
}

@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }

  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}

@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }

  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}

@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }

  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}

@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }

  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}

@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }

  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}

@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }

  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}

@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }

  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}

@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }

  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}

@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }

  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-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;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  -moz-animation-name: slideOutDown;
  -o-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  -moz-animation-name: slideOutLeft;
  -o-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  -moz-animation-name: slideOutRight;
  -o-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  -moz-animation-name: slideOutUp;
  -o-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    opacity: 0;
  }
}

@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }

  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }

  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }

  100% {
    -moz-transform: translateY(700px);
    opacity: 0;
  }
}

@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }

  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }

  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }

  100% {
    -o-transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}

@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
}

@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}

@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg);
  }
}

@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@-moz-keyframes zoomIn {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@-o-keyframes zoomIn {
  0% {
    opacity: 0;
    -o-transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  -moz-animation-name: zoomIn;
  -o-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-moz-keyframes zoomInDown {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-o-keyframes zoomInDown {
  0% {
    opacity: 0;
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  -moz-animation-name: zoomInDown;
  -o-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-moz-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-o-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  -moz-animation-name: zoomInLeft;
  -o-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-moz-keyframes zoomInRight {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-o-keyframes zoomInRight {
  0% {
    opacity: 0;
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  -moz-animation-name: zoomInRight;
  -o-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-moz-keyframes zoomInUp {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-o-keyframes zoomInUp {
  0% {
    opacity: 0;
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  -moz-animation-name: zoomInUp;
  -o-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
  }

  100% {
    opacity: 0;
  }
}

@-moz-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -moz-transform: scale3d(0.3, 0.3, 0.3);
  }

  100% {
    opacity: 0;
  }
}

@-o-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -o-transform: scale3d(0.3, 0.3, 0.3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  -moz-animation-name: zoomOut;
  -o-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-moz-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  100% {
    opacity: 0;
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -moz-transform-origin: center bottom;
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-o-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  100% {
    opacity: 0;
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -o-transform-origin: center bottom;
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  -moz-animation-name: zoomOutDown;
  -o-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
  }
}

@-moz-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -moz-transform: scale3d(0.1) translate3d(-2000px, 0, 0);
    -moz-transform-origin: left center;
  }
}

@-o-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -o-transform: scale3d(0.1) translate3d(-2000px, 0, 0);
    -o-transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    transform: scale3d(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  -moz-animation-name: zoomOutLeft;
  -o-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
  }
}

@-moz-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -moz-transform: scale3d(0.1) translate3d(2000px, 0, 0);
    -moz-transform-origin: right center;
  }
}

@-o-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -o-transform: scale3d(0.1) translate3d(2000px, 0, 0);
    -o-transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    transform: scale3d(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  -moz-animation-name: zoomOutRight;
  -o-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-moz-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  100% {
    opacity: 0;
    -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -moz-transform-origin: center bottom;
    -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-o-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  100% {
    opacity: 0;
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -o-transform-origin: center bottom;
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  -moz-animation-name: zoomOutUp;
  -o-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

/*fix inner shadow in Chrome and Safari mobile*/
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

.form-control {
  display: block;
  /* width: 200px; */
  width: 100%;
  padding: 3px 20px;
  height: 40px;
  background: #ffffff;
  font-size: 18px;
  /* font-size: 1.5rem; */
  border: 1px solid #b9b9b9;
  outline: none;
}

.form-control.grey {
  background: #fbfbfb;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.form-control:focus {
  border-color: #111111;
}

.form-group.form-error input,
.form-group.form-error textarea {
  border-color: #D7272C;
}

/*.form-group.form-ok input, .form-group.form-ok textarea {
  border-color: #9AD9AC; }*/
.form-group.hidden {
  display: none !important;
}

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

.button_mini,
.button_small,
.button,
.button_large,
.button_mini_disabled,
.button_small_disabled,
.button_disabled,
.button_large_disabled,
.exclusive_mini,
.exclusive_small,
a.exclusive,
button.exclusive,
input.exclusive,
.exclusive_large,
.exclusive_mini_disabled,
.exclusive_small_disabled,
.exclusive_disabled,
.exclusive_large_disabled,
span.exclusive,
input.exclusive,
.exclusive_large_disabled,
.btn {
  /* background: #707070; */
  background: #000000;
  border: none;
  border-radius: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 1em;
  outline: none;
  padding: 15px 30px;
  position: relative;
  line-height: 1.25;
  cursor: pointer;
  white-space: normal;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: normal;
  font-weight: 500;
  border-radius: 10px;
}

.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],
button.exclusive.disabled,
button.exclusive[disabled],
input.exclusive.disabled,
input.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;
  opacity: 0.5 !important;
}

.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,
button.exclusive:hover,
input.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: #D7272C !important;
  color: #fff;
}

.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,
button.exclusive:active,
input.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: #36a8d9; */
  color: #ffffff;
}

.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,
button.exclusive.small,
input.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 {
  font-size: 11px;
  font-size: 1.1rem;
}

.button_mini .icon-chevron-left:before,
.button_small .icon-chevron-left:before,
.button .icon-chevron-left:before,
.button_large .icon-chevron-left:before,
.button_mini_disabled .icon-chevron-left:before,
.button_small_disabled .icon-chevron-left:before,
.button_disabled .icon-chevron-left:before,
.button_large_disabled .icon-chevron-left:before,
.exclusive_mini .icon-chevron-left:before,
.exclusive_small .icon-chevron-left:before,
a.exclusive .icon-chevron-left:before,
button.exclusive .icon-chevron-left:before,
input.exclusive .icon-chevron-left:before,
.exclusive_large .icon-chevron-left:before,
.exclusive_mini_disabled .icon-chevron-left:before,
.exclusive_small_disabled .icon-chevron-left:before,
.exclusive_disabled .icon-chevron-left:before,
.exclusive_large_disabled .icon-chevron-left:before,
span.exclusive .icon-chevron-left:before,
input.exclusive .icon-chevron-left:before,
.exclusive_large_disabled .icon-chevron-left:before,
.btn .icon-chevron-left:before {
  content: "\f104";
}

.button_mini .icon-chevron-right:before,
.button_small .icon-chevron-right:before,
.button .icon-chevron-right:before,
.button_large .icon-chevron-right:before,
.button_mini_disabled .icon-chevron-right:before,
.button_small_disabled .icon-chevron-right:before,
.button_disabled .icon-chevron-right:before,
.button_large_disabled .icon-chevron-right:before,
.exclusive_mini .icon-chevron-right:before,
.exclusive_small .icon-chevron-right:before,
a.exclusive .icon-chevron-right:before,
button.exclusive .icon-chevron-right:before,
input.exclusive .icon-chevron-right:before,
.exclusive_large .icon-chevron-right:before,
.exclusive_mini_disabled .icon-chevron-right:before,
.exclusive_small_disabled .icon-chevron-right:before,
.exclusive_disabled .icon-chevron-right:before,
.exclusive_large_disabled .icon-chevron-right:before,
span.exclusive .icon-chevron-right:before,
input.exclusive .icon-chevron-right:before,
.exclusive_large_disabled .icon-chevron-right:before,
.btn .icon-chevron-right:before {
  content: "\f105";
}


.standard-checkout,
.cart_navigation button,
#button_order_cart,
#ap5-add-to-cart button,
#add_to_cart button {
  background-color: #000;
  /* border: 1px solid #000; */
  box-sizing: border-box;
}

.standard-checkout:before,
.cart_navigation button:before,
#button_order_cart:before,
#ap5-add-to-cart button:before,
#add_to_cart button:before {
  content: '\f07a';
  font-family: 'Fontawesome';
  margin-right: 10px;
  font-size: 18px;
}

#ap5-add-to-cart button:hover,
#add_to_cart button:hover {
  background-color: #D7272C;
  color: #fff;
  border-color: #D7272C;
}

#ap5-add-to-cart button span {
  display: inline !important;
}

#button_order_cart:hover {
  background: #333333;
}


.more-btn {
  color: #76c4e5;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: italic;
  margin-top: 40px;
  margin-top: 4rem;
  position: relative;
}

.more-btn:before {
  border-top: 1px solid;
  content: '';
  display: block;
  margin-bottom: 8px;
}

.more-btn:hover {
  color: #76c4e5;
}

.btn.button-plus,
.btn.button-minus {
  background: #D7272C;
  border: none;
  color: #ffffff;
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  padding: 0;
  text-align: center;
  width: 28px;
  border-radius: 4px;
}

/*.btn.button-plus:hover,
  .btn.button-minus:hover {
    background: #e51e77; }
  .btn.button-plus:active,
  .btn.button-minus:active {
    background: #58b7df; }*/

.btn .icon-chevron-right {
  padding-left: 5px;
}

.btn .icon-chevron-left {
  padding-right: 5px;
}

@media (max-width: 1229px) {
  .column .btn {
    font-size: 14px;
  }
}

@media (max-width: 991px) and (min-width: 769px) {
  .column .btn {
    font-size: 12px;
    padding-left: 7px;
    padding-right: 7px;
  }
}

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

.grid .ajax_add_to_cart_button.disabled {
  color: #000000;
  cursor: not-allowed;
  background-color: #888;
  font-weight: 500;
}

.list .ajax_add_to_cart_button.disabled {
  background: #000000;
  cursor: not-allowed;
}

.usefulness_btn.btn {
  font-size: 10px;
  padding: 1.31em 2em;
}

.alert {
  padding: 15px;
  margin-bottom: 15px;
  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;
  font-size: 16px;
}

.alert.alert-success,
.alert.alert.alert-info {
  background: #9AD9AC;
}

.alert.alert-success:before {
  font-family: "FontAwesome";
  content: "\f058";
  font-size: 20px;
  vertical-align: -2px;
  padding-right: 7px;
}

.alert.alert-danger {
  background: #e08080;
}

.alert.alert-danger:before {
  font-family: "FontAwesome";
  content: "\f057";
  font-size: 20px;
  vertical-align: -2px;
  padding-right: 7px;
  float: left;
}

.alert.alert-warning {
  background: #b9b9b9;
}

.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;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -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;
}

.radio-inline,
.checkbox {
  padding-left: 0;
}

.radio-inline .checker,
.checkbox .checker {
  padding-right: 10px;
}

.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;
}

div.radio span,
div.checker span {
  background: #ffffff;
  border: 1px solid #e3e3e3;
  display: block;
  height: 20px;
  position: relative;
  width: 20px;
}

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 {
  border-radius: 50%;
}

div.radio .checked {
  border-color: #000;
  box-shadow: inset 0 0 0 5px #000;
}

div.checker .checked {
  border-color: #D7272C;
  background: #D7272C;
  color: #ffffff;
}

div.checker .checked:before {
  content: '';
  border-style: solid;
  border-width: 0 0 2px 2px;
  bottom: 4px;
  height: 4px;
  left: 1px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.layered_filter_ul li {
  position: relative;
  padding: 0 0 0 22px;
}

.layered_filter_ul li:not(:last-child) {
  padding-bottom: 15px;
}

.layered_filter_ul li div.radio,
.layered_filter_ul li div.checker {
  /*position: absolute;
    top: -1px;
    left: 0;*/
}

div.selector {
  background: #ffffff;
  border: 2px solid #e3e3e3;
  display: inline-block;
  height: 40px;
  padding: 0 45px 0 12px;
  position: relative;
  width: 100% !important;
  /*border-radius: 3px;*/
}

div.selector span {
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  font-size: 13px;
  line-height: 36px;
  padding-right: 0;
  cursor: pointer;
  width: 100%;
  color: #a7a6a7;
}

div.selector span:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  font-family: "fontAwesome";
  content: "\f107";
  width: 40px;
  text-align: center;
}

div.selector.focus {
  border-color: #D7272C;
}

div.selector.focus span:after {
  background: #D7272C;
  color: #ffffff;
}

div.selector select {
  opacity: 0;
  filter: alpha(opacity=0);
  border: none;
  background: none;
  position: absolute;
  height: 40px;
  top: 0px;
  left: 0px;
  width: 100%;
  cursor: pointer;
}

/*  div.selector option {
    background: #9DB3BE;
    color: #ffffff; }
*/
.uploader {
  position: relative;
  color: #76c4e5;
}

.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: 2px solid;
  padding: 12px 95px 12px 12px;
  line-height: 1.1;
  white-space: nowrap;
}

.uploader .action {
  position: absolute;
  /* right: 10px; */
  right: 0;
  background: #FEAFCF;
  color: #ffffff;
  padding: 8px 5px;
  line-height: 1.1;
}

/* ui slider */
.ui-slider.ui-slider-horizontal {
  border: 1px solid #ebebeb;
  border-radius: 0;
  height: 6px;
}

.ui-slider.ui-slider-horizontal .ui-slider-range {
  background: #ebebeb;
}

.ui-slider .ui-slider-handle.ui-state-default {
  background: #D7272C;
  border: none;
  border-radius: 0;
  cursor: pointer;
  display: block;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}

.ui-slider .ui-slider-handle.ui-state-default:hover {
  background: #333333;
}

.ui-slider .ui-slider-handle.ui-state-default:active {
  background: #333333;
}

.ui-slider-range.ui-widget-header {
  border: 1px solid;
}

.star_content {
  font-size: 0;
}

.star {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  margin: 0 2px;
}

.star a {
  display: block;
  position: absolute;
  text-indent: -5000px;
}

div.star {
  color: #e3e3e3;
}

div.star:after {
  content: "\f005";
  font-family: "FontAwesome";
  display: inline-block;
}

div.star.star_on,
div.star.star_hover {
  color: #76c4e5;
}

.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: #dfac7f;
}

.cancel a:before {
  font-family: "FontAwesome";
  content: "\f146";
}

.breadcrumb {
  display: none;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  color: #fff;
  font-size: 14px;
  margin-bottom: 20px;
  padding: 16px 0;
  position: relative;
}


.breadcrumb a,
.breadcrumb .navigation-pipe {
  color: #fff;
  text-shadow: 0 0 6px #425363;
}

@media (max-width: 567px) {
  .breadcrumb {
    font-size: 12px;
  }
}

.breadcrumb .navigation-pipe {
  display: inline-block;
  padding: 0 4px;
}

.breadcrumb+.pull-right {
  margin-bottom: 20px;
}

.nav.nav-tabs {
  margin-bottom: 55px;
  /*text-align: center;*/
}

.nav.nav-tabs li {
  font-size: 18px;
  /* font-weight: 600; */
  display: inline-block;
  padding: 0 5px;
  position: relative;
  vertical-align: top;
}

.nav.nav-tabs li a {
  color: #c9c9c9;
  padding: 10px 20px 5px;
  display: block;
  /* text-transform: uppercase;  */
  font-family: 'League Spartan', sans-serif;
  font-size: 1.3em;
  text-transform: uppercase;
  font-weight: 500;
}

.nav.nav-tabs li:hover a,
.nav.nav-tabs li.active a {
  color: #ffffff;
  border-radius: 50px;
  background-color: #D7272C;
}


/* A CHANGER  */
a.blockspecials {
  display: none !important;
}

.nav.nav-tabs_alternative {
  margin-bottom: 0;
  height: 40.78px;
}

.nav.nav-tabs_alternative li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 12px;
}

.nav.nav-tabs_alternative li:not(:last-child) {
  margin: 0 0 0 0;
}

.nav.nav-tabs_alternative li.active a,
.nav.nav-tabs_alternative li:hover a {
  background: #707070;
  border-color: #707070;
  color: #ffffff;
}

@media (max-width: 480px) {
  .nav.nav-tabs_alternative li {
    margin: 0 0 15px;
    text-align: center;
    width: 100%;
  }
}

.nav.nav-tabs_alternative li a {
  color: #000000;
  border: 1px solid #707070;
  display: block;
  padding: 10px 20px 7px;
  font-size: 1.2em;
  font-weight: 500;
  height: 100%;
  text-transform: uppercase;
}

.nav.nav-tabs_alternative li a:before {
  font-family: "FontAwesome";
  padding-right: 12px;
}

.nav.nav-tabs_alternative li a.data-sheet:before {
  content: "\f0f6";
}

.nav.nav-tabs_alternative li a.comments:before {
  content: "\f0e6";
}

.nav.nav-tabs_alternative li a.more-info:before {
  content: "\f05a";
}

.tab-pane {
  height: 0;
  opacity: 0
    /*!important*/
  ;
  overflow: hidden;
  position: relative;
}

#index .tab-pane {
  overflow: visible;
}

.tab-pane.active {
  opacity: 1 !important;
  height: auto;
}

/*Home tabs*/
.wrapper-tabs__inner {
  position: relative;
  /* overflow: hidden; */
}

@media (max-width: 991px) {
  .nav.nav-tabs {
    margin-bottom: 40px;
  }
}

@media (max-width: 857px) {
  .nav.nav-tabs {
    margin-bottom: 25px;
  }

  #home-page-tabs {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* align-items: center; */
    flex-direction: column;
  }

  #home-page-tabs:before,
  #home-page-tabs:after {
    display: none;
  }

  #home-page-tabs li {
    width: 100%;
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1 1 0%;
    max-width: 100%;
    padding: 0;
    /* border-radius: 7px; */
  }

  #home-page-tabs li a {
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
    border-radius: 2px;
    padding: 6px 7px;
  }

  #home-page-tabs .active a {
    background: #FA2128;
    /* padding: 10px 20px 6px; */
    color: #ffffff;
  }
}

@media (max-width: 480px) {
  #home-page-tabs li a {
    font-size: 13px;

  }

  /* .nav.nav-tabs_alternative {
    margin: 0 -10px;
  } */

  .nav.nav-tabs_alternative li {
    margin: 0;
  }

  .nav.nav-tabs_alternative li:not(:last-child) {
    margin: 0;
  }

  .nav.nav-tabs_alternative li a {
    border-bottom: none;
    border-radius: 0;
  }
}

@media (max-width: 991px) {
  .dropdown-mobile {
    position: relative;
  }

  .btn-toggle-mobile {
    font-size: 30px;
    cursor: pointer;
    width: 1.8em;
    height: 1.8em;
    /* background-color: #e51e77; */
    color: #ffffff;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    border-radius: 50%;
    -moz-transition: background-color 0.4s, color 0.4s;
    -o-transition: background-color 0.4s, color 0.4s;
    -webkit-transition: background-color 0.4s, color 0.4s;
    transition: background-color 0.4s, color 0.4s;
  }

  /*.btn-toggle-mobile:hover {
      background-color: #c9c9c9; }*/

  .dropdown-toggle-mobile {
    /* background-color: rgba(255, 255, 255, 0.95); */
    /* border: 1px solid #e9e9e9; */
    /* -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1); */
    /* -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1); */
    /* box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1); */
    white-space: nowrap;
    max-width: 240px;
    min-width: 100%;
    font-size: 14px;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 100;
    /* opacity: 0; */
    /* visibility: hidden; */
    -moz-transform: translate(0, -40px);
    -ms-transform: translate(0, -40px);
    -webkit-transform: translate(0, -40px);
    transform: translate(0, -40px);
    -moz-transition: visibility 0.25s, opacity 0.25s, -moz-transform 0.25s;
    -o-transition: visibility 0.25s, opacity 0.25s, -o-transform 0.25s;
    -webkit-transition: visibility 0.25s, opacity 0.25s, -webkit-transform 0.25s;
    transition: visibility 0.25s, opacity 0.25s, transform 0.25s;
    font-size: 13px;
  }

  .dropdown-toggle-mobile a {
    display: block;
    padding: 6px 12px;
    line-height: 1.2;
  }

  .dropdown-toggle-mobile a:hover {
    /* background: #e51e77; */
    color: #ffffff;
  }

  .active+.dropdown-toggle-mobile {
    opacity: 1;
    visibility: visible;
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
}

.blockproductscategory .headline-section {
  margin-bottom: 0 !important;
  font-weight: 600;
  text-align: left;
  background: #707070;
  border-color: #707070;
  color: #ffffff;
  display: inline-block;
  padding: 10px 20px 7px;
  font-size: 1.2em;
  font-weight: 500;
  height: 100%;
  text-transform: uppercase;

}

.headline-section {
  color: #898989;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 50px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

p.info-title {
  font-weight: bold;
  color: #898989;
  margin-bottom: 25px;
}

p.info-account {
  margin: -4px 0 24px 0;
}

.dark {
  color: #898989;
}

#category .page-heading {
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  display: none;
}

.page-heading {
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
}

#identity .page-subheading {
  margin-top: 0;
  width: 100%;
}

.page-subheading {
  margin-bottom: 30px;
  margin-top: 15px;
  text-transform: uppercase;
  position: relative;
  font-size: 20px;
  line-height: 1.1;
}



.page-heading>span,
.page-subheading>span,
.order_delivery h3,
#address_delivery h3,
#address_invoice h3 {
  /* padding: 12px 15px; */
  padding: 12px 0;
  /* background: #ffffff; */
  display: inline-block;
  position: relative;
  z-index: 1;
  font-family: "IBM Plex Sans Condensed", sans-serif;
  color: #707070;
  font-weight: 700;
  font-size: 1.3em;
}


.order_delivery h3 .address_alias {
  font-size: inherit;
}


/* #category .page-heading > span {background: #f9f9f9;} */
.page-heading>span:not(.heading-counter) {
  padding-right: 17px;
}

#cms .page-heading:before {
  display: none;
}

@media (min-width: 481px) {

  .page-heading:before,
  .page-subheading:before {
    border-top: 4px double #e3e3e3;
    bottom: 0;
    content: '';
    height: 0;
    left: 0;
    margin: auto 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    display: none;
  }
}

.page-heading .heading-counter {
  float: right;
  font-size: .8em;
  line-height: 22px;
  padding-left: 17px;
  text-transform: none;
  padding-top: 22px;
}

@media (max-width: 480px) {
  .page-heading .heading-counter {
    float: none;
    display: block;
    padding: 5px 0 10px;
  }
}

.page-heading.bottom-indent {
  margin-bottom: 16px;
}


@media (max-width: 568px) {
  .headline-section {
    font-size: 16px;
  }
}

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-layout: fixed;
}

.table>thead>tr>th {
  background: #fbfbfb;
  border-bottom-width: 1px;
  color: #898989;
  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 {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

tfoot {
  font-size: 16px;
}

.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 #eceeef;
}

.table thead>tr>th {
  background: #707070;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  vertical-align: bottom;
  border-right: 1px solid #fff;
}

.table thead>tr>th:last-child {
  border-right: none !important;
}

.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 #dcdcdc;
}

.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>td,
.table-bordered>tbody>tr>td {
  border: 1px solid #dcdcdc;
}

@media (max-width: 768px) {

  .table-bordered>thead>tr>td,
  .table-bordered>tbody>tr>td {
    border: none;
    border-top: 1px solid #dcdcdc;
  }
}

.table-bordered>tfoot>tr>td {
  border: none;
}

.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 {
    table-layout: initial;
    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;
  }
}

.fancybox-lock .fancybox-overlay.fancybox-overlay-fixed {
  overflow-x: hidden;
}

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

.fancybox-type-iframe .fancybox-inner {
  overflow: hidden !important;
}

.fancybox-skin .fancybox-close {
  background: none;
  color: #ffffff;
  font-size: 21px;
  height: auto;
  right: -21px;
  top: -21px;
  width: auto;
}

.fancybox-skin .fancybox-close:hover {
  color: #ffffff;
}

.fancybox-skin .fancybox-close:after {
  content: '\2e';
  font-family: "fontello";
}

/* dropmenu */
.drop-menu {
  background: #ffffff;
  border: 1px solid #e9e9e9;
  color: #a7a6a7;
  display: none;
  font-size: 13px;
  font-size: 1.3rem;
  position: absolute;
  left: 10px;
  margin-top: 11px;
  overflow-x: hidden;
  top: 100%;
  text-align: left;
  z-index: 102;
  white-space: nowrap;
}

.drop-menu li a {
  display: block;
  padding: 6px 12px;
}

.drop-menu li a:hover {
  background: #D7272C;
  color: #ffffff;
}

.drop-menu li.selected {
  display: none;
}

.btn-to-top {
  /* display: none !important; */
  display: block;
  background: #000000;
  bottom: 80px;
  color: #ffffff;
  cursor: pointer;
  font-family: "FontAwesome";
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  right: 30px;
  text-align: center;
  width: 40px;
  z-index: 2;
  border-radius: 50%;
  -moz-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}

.btn-to-top:hover {
  background: #D7272C;
}

.btn-to-top:active {
  background: #D7272C;
}

.btn-to-top:before {
  padding-left: 2px;
}

@media (max-width: 567px) {
  .btn-to-top {
    right: 12px;
    bottom: 12px !important;
  }
}

@media (max-width: 991px) {
  .drop-menu {
    left: auto;
    right: 0;
  }
}

.content_sortPagiBar {
  padding: 15px 20px 5px;
  background: #111111;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-end;
}

.content_sortPagiBar .product-count {
  display: none !important;
}

.content_sortPagiBar label {
  display: inline-block;
  font-size: 16px;
  padding-right: 7px;
  color: #ffffff;
  text-transform: uppercase;
  vertical-align: middle;
  font-family: 'IBM Plex Sans Condensed', sans-serif;
}

@media (max-width: 1229px) {
  .content_sortPagiBar label {
    display: none;
  }
}

#productsSortForm label {
  color: #ffffff;
}

.sortPagiBar {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .sortPagiBar {
    display: flex;
    justify-content: center;
  }
}

.sortPagiBar>* {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
  padding-right: 20px;
}

.sortPagiBar .selector {
  height: 30px;
  padding-right: 60px;
  vertical-align: middle;
}

.sortPagiBar #uniform-selectProductSort {
  width: 125px !important;
}

.sortPagiBar #uniform-nb_page_items {
  width: 60px !important;
}

/* .top-pagination-content {text-align: right; width: 100%;} */

.sortPagiBar .selector span:after {
  width: 30px;
}

.sortPagiBar .selector select {
  height: 30px;
}

.sortPagiBar .selector span {
  line-height: 26px;
}

.sortPagiBar .selector1 span:last-child {
  color: #ffffff;
  margin-left: 10px;
  font-weight: 300;
  font-family: 'IBM Plex Sans Condensed', sans-ser
}


.sortPagiBar .bt_compare {
  border-radius: 3px;
  height: 30px;
  padding: 0;
  position: relative;
  text-align: center;
  width: 30px;
}

.sortPagiBar .total-compare-val {
  background: #ffffff;
  color: #76c4e5;
  border: 1px solid;
  border-radius: 50%;
  line-height: 18px;
  padding: 0 6px;
  position: absolute;
  right: -0.7em;
  top: -0.7em;
  min-width: 19px;
  height: 19px;
  text-align: center;
}

/*.top-pagination-content .showall {
  display: none !important; }
*/
.bottom-pagination-content,
.top-pagination-content {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 8px;
}

.pagination .pagination {
  display: inline-block;
}

.pagination li {
  display: inline-block;
  vertical-align: middle;
}

.pagination li:not(:last-child) {
  margin-right: 5px;
  /* margin-bottom: 5px; */
}

.pagination li>span,
.pagination li>a {
  border-radius: 3px;
  color: #ffffff;
  border: 1px solid #e3e3e3;
  display: block;
  font-size: 13px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  width: 28px;
}

.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: #fff;
  border-color: #fff;
  color: #000;
}

.pagination li.disabled {
  cursor: not-allowed;
}

.display {
  display: inline-block;
  vertical-align: middle;
}

.display li:not(.display-title) {
  color: #e3e3e3;
  display: inline-block;
  font-size: 27px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
}

.display li:not(.display-title)#grid {
  margin-right: 4px;
}

.display li:not(.display-title).selected {
  color: #9DB3BE;
}

.display .display-title {
  display: inline-block;
  font-size: 16px;
  padding-right: 7px;
  font-family: 'IBM Plex Sans Condensed', sans-serif;
  text-transform: uppercase;
  vertical-align: middle;
  color: #ffffff;
}

@media (max-width: 991px) {
  .display .display-title {
    display: none;
  }
}

.sortPagiBar--bottom .display {
  display: none;
}

.sortPagiBar #pagination {
  display: flex;
}

.showall {
  display: inline-block;
  padding-left: 20px;
  vertical-align: top;
}

.showall .btn {
  padding: 5px 10px;
  background-color: #ffffff;
  color: #111111;
  font-weight: 600;
}


@media (max-width: 567px) {
  .content_sortPagiBar {
    margin: 15px 0;
  }

  .sortPagiBar .selector {
    width: 80px !important;
  }

  .sortPagiBar>* {
    padding-right: 5px;
  }

  .sortPagiBar .showall {
    padding-right: 5px;
  }
}

.product-price {
  font-size: 1.8rem;
  color: #000000;
  letter-spacing: 0;
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-weight: 700;
}

.old-price {
  font-size: 14px;
  letter-spacing: 0;
  text-decoration: line-through;
  padding-left: 7px;
}

.new-box,
.sale-box,
.alaune-box,
.deals-box {
  display: none;
  position: absolute;
  top: 35px;
  left: 35px;
  overflow: hidden;
  text-align: center;
  z-index: 0;
}

.new-box,
.sale-box,
.alaune-box {
  /* height: 85px; */
  /* width: 100%; */
}

.deals-box {
  height: 30px;
  width: 190px;
}

.deals-box {
  display: none;
}



.list .product_list.row.list .ajax_block_product .deals-box {
  left: 20px;
  top: 0;
}

.grid .product_list.row.list .ajax_block_product .deals-box {
  left: -25px;
}

.sale-box {
  right: -5px;
}

.deals-label {
  position: absolute;
  top: 5px;
  left: 5px;
}

.new-label,
.alaune-label,
.deals-label {
  color: #FA2128;
  background-color: #ffffff;
  border: 1px solid #D7272C;
  border-radius: 20px;
  text-transform: uppercase;
  display: flex;
  padding-top: 4px;
  align-items: center;
  justify-content: center;
  /* position: absolute; */
  z-index: 1;
}

.deals-label,
.new-label,
.alaune-label {
  width: 52px;
  height: 22px;
}

@media only screen and (max-width: 480px) {

  .new-label,
  .alaune-label {
    width: 40px;
    height: 22px;
    font-size: 12px;
    padding-top: 4px;
  }
}

/* .deals-label {
  width: 40px;
  height: 22px;
  font-size: 12px;
  padding-top: 4px;
} */

.alaune-label:after,
.deals-label:after {
  display: none;
}

.new-label:before {
  position: absolute;
  bottom: -3px;
  right: 5px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 4px 4px 0px 4px;
  border-color: #c99812 transparent transparent transparent;
  content: ".";
  text-indent: -5000px;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

.new-label:after,
.alaune-label:after,
.deals-label:after {
  position: absolute;
  bottom: -3px;
  left: 3px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 4px 4px 0px 4px;
  border-color: #c99812 transparent transparent transparent;
  content: ".";
  text-indent: -5000px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.sale-label {
  font: 700 14px/12px Arial, Helvetica, sans-serif;
  color: #fff;
  background: #ffc519;
  text-transform: uppercase;
  padding: 9px 0 7px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.24);
  width: 130px;
  text-align: center;
  display: block;
  position: absolute;
  right: -33px;
  top: 16px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sale-label:before {
  position: absolute;
  bottom: -3px;
  right: 4px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 4px 4px 0px 4px;
  border-color: #c99812 transparent transparent transparent;
  content: ".";
  text-indent: -5000px;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

.sale-label:after {
  position: absolute;
  bottom: -3px;
  left: 5px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 4px 4px 0px 4px;
  border-color: #c99812 transparent transparent transparent;
  content: ".";
  text-indent: -5000px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.availability span,
.price-percent-reduction {
  font-size: 10px;
  font-weight: 500;
  width: 72px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #D7272C;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  word-break: break-word;
  padding: 0 5px;
  font-family: 'League Spartan', serif;
}

.price-percent-reduction:hover {
  color: #ffffff;
}

.product_list .availability span {
  height: 35px;
  margin-bottom: 20px;
}

.price-percent-reduction,
.sale-box {
  background: #D7272C;
}

.availability span {
  font-size: 16px;
  width: 100%;
  left: 0 !important;
  border-radius: 0;
}

#availability_value.warning_inline {
  background: rgba(0, 0, 0, 0.8);
}

ul.product_list .availability span.cercle,
.ajax_block_product .availability span.cercle {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50px;
  padding: 0;
  margin-right: 10px;
  min-height: auto !important;
}

.out-of-stock .cercle {
  background-color: #D7272C;
}

.available-now .cercle {
  background-color: #169892;
}

.available-later .cercle {
  background-color: #EB8A18;
}

span.out-of-stock,
span.available-now,
span.available-later {
  background-color: unset;
}

span.out-of-stock {
  color: #D7272C;

}

span.out-of-stock.notallowed {
  color: #fff;
}

.primary_block span.available-now {
  background: transparent;
  color: #169892;
  border: 1px solid #169892;
  margin-bottom: 15px;
}

span.available-now {
  background: transparent;
  color: #1ab98a;
  margin-bottom: 15px;
}

span.available-later {
  color: #EB8A18;
}

span.reappro {
  color: #717171;
}

.layer_cart_cart span.available-later {
  padding: 10px 20px;
  display: inline-block;
  margin-bottom: 20px;
  color: #ffffff;
  text-transform: uppercase;
}

#order .cart_avail .label {
  background: none !important;
  display: inline !important;
}

#order span.available-now,
#order span.available-later,
#order span.reappro {
  padding: 6px 10px;
  display: block;
}

.ajax_block_product .product_img_link {
  display: block;

  margin: auto;
}


.tab-content>ul .product_img_link {
  width: 100%;
}

.tab-content>div .product_img_link {
  width: 100%;
}

.ajax_block_product .product_img_link img {
  display: block;
  height: auto;
  position: relative;
  border-radius: 6px;
  width: 100%;

}

@media only screen and (max-width: 480px) {
  .ajax_block_product .product_img_link img {
    position: relative;
    left: 50%;
    transform: translate(-50%);

  }
}

.ajax_block_product .availability span,
.ajax_block_product .price-percent-reduction {
  top: 8px;
  right: 8px;
}

.grid .ajax_block_product h5 {
  display: block;
  min-height: 109px;

}



.ajax_block_product h5 {
  font-size: 14px;
  text-transform: none;
  margin: 0;
}

.ajax_block_product .cmp_remove:before {
  font-family: "FontAwesome";
}

.ajax_block_product .old-price,
.ajax_block_product .product-price {
  vertical-align: middle;
}

.ajax_block_product .old-price,
.ajax_block_product .product-price {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: auto;
  line-height: normal;
  margin-top: 6px;
}

.ajax_block_product .content_price.active .product-price {
  display: inline-block;
  vertical-align: unset;
}

@media only screen and (max-width: 480px) {
  .ajax_block_product .content_price.active .product-price {
    text-align: center;
    justify-content: center;
    margin: 0;
  }

  .ajax_block_product .content_price {
    justify-content: center;
    margin-bottom: 20px;
  }

  .content_price.active .product-price {
    font-size: 18px !important;
  }

  #tab-accessories .wrapper-desc h5 {
    height: 30px;
  }
}

.ajax_block_product .add_to_compare.checked i:before {
  content: "\f00c";
}


#index .grid .wrapper-buy {
  align-items: center;
}

#index .grid .lnk_view {
  font-size: 30px;
}

@media (max-width: 720px) {

  .product_list .availability span,
  .product_list .price-percent-reduction {
    width: auto;
    height: auto;
    line-height: 1;
    padding: 9px 13px 0;
    border-radius: 0;
    font-size: 16px;
  }
}

/*.grid .ajax_block_product {
  padding-bottom: 70px;
  padding-top: 4px; 
  margin: 20px 0;
}*/
.grid .ajax_block_product .right-block {
  margin-top: 0;
  padding: 0 22px 22px;
  height: 50%;
}

.grid .product-container {
  position: relative;
  text-align: center;
  border: 1px solid transparent;
}

.grid .left-block {
  padding: 22px 22px 0;
  position: relative;
  height: 50%;
  overflow: visible;
}

.grid .product-image-container {
  position: relative;
}

@media screen and (max-width: 768px) {
  .grid .product-image-container {
    position: relative;
    width: 90%;
    margin: auto;
  }

  #product .grid .product-image-container {
    width: 100%;
  }

  body.product .product-accessories .product-image-container {
    width: 100%;
  }

  body.product .product-accessories .product-image-container a {
    width: 225px;
  }

  .ajax_block_product .product_img_link,
  body.product .product-accessories .product-image-container a {

    width: calc(100% - 25px);
  }

  body.product .product-accessories .ajax_block_product h5 {
    min-height: 38px;

  }

  body.product #productscategory_list .sku {
    margin-bottom: 1px;
    text-align: center;
  }

  body.product #productscategory_list h5 {
    min-height: 38px;

  }

  #blockspecials.product_list {
    margin: 8px -7px;
  }

  #product .product-accessories .availability span,
  #product #productscategory_list .availability span {
    align-items: center !important;
    justify-content: center !important;
  }

  #tab-accessories .product-name,
  #tab-accessories .sku {

    text-align: center !important;
  }
}

.grid .product-desc {
  display: none;
}

.grid .wrapper-buy {
  display: block;
  padding: 0;
  justify-content: space-between;
  align-items: center;
}

.grid .ajax_add_to_cart_button {
  display: flex;
  line-height: initial;
  color: #ffffff;
  font-size: 1em;
  cursor: pointer;
  width: 100%;
  height: 40px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background-color: #000;
  border-radius: 4px;
}

.grid .ajax_add_to_cart_button:hover {
  background-color: #D7272C;
}

.grid .out-of-stock .ajax_add_to_cart_button {
  background-color: #d6d6d6;
  color: #000;
}

.grid .out-of-stock .ajax_add_to_cart_button:hover {
  background-color: #D7272C;
  color: #ffffff;
}

.grid .out-of-stock .ajax_add_to_cart_button img.blanc {
  display: none;
}

.grid .out-of-stock .ajax_add_to_cart_button:hover img.noir {
  display: none;
}

.grid .out-of-stock .ajax_add_to_cart_button:hover img.blanc {
  display: block;
}

.grid .ajax_add_to_cart_button span {
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

.grid .ajax_add_to_cart_button span img,
.ajax_add_to_cart_button.disabled img {
  width: 20px;
  display: block;
  margin-right: 5px;
}

.grid .functional-buttons {
  position: absolute;
  top: 40%;
  background: #ffffff;
  padding: 0 22px;
  left: -1px;
  right: -1px;
  border-top-width: 0;
  border: none;
  opacity: 0;
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -moz-transition: opacity 0.4s, -webkit-transform 0.4s;
  -o-transition: opacity 0.4s, -webkit-transform 0.4s;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
}

.grid .functional-buttons:after {
  /* border-top: 1px solid #e9e9e9; */
  border: none;
  content: '';
  left: 22px;
  position: absolute;
  right: 22px;
  top: 0;
}

.grid .functional-buttons .inner {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 9px 0 5.5px;
}

.grid .quick-view,
.grid .lnk_view,
.grid .addToWishlist,
.grid .cmp_remove,
.grid .add_to_compare {
  color: #D7272C;
  font-size: 21px;
  display: inline-block;
  /* margin: 0 8px; */
  margin: 0;
}

.grid .quick-view:hover,
.grid .lnk_view:hover,
.grid .addToWishlist:hover,
.grid .cmp_remove:hover,
.grid .add_to_compare:hover {
  color: #333333;
}

.grid .quick-view span,
.grid .lnk_view span,
.grid .addToWishlist span,
.grid .cmp_remove span,
.grid .add_to_compare span {
  display: none;
}

.ajax_add_to_cart_button::before {
  content: '';
}

/* .product_list .icon-heart:before, #product .icon-heart:before {content: '\f08a' !important;} */


#wlform h2 {
  font-family: 'IBM Plex Sans Condensed', sans-serif;
}

#wlform #wishlist_select_popup {
  height: 40px !important;
}

.popup_button_wishlist {
  height: 40px;
  background: #000000;
  color: #ffffff;
  border-color: #000000;
  margin-left: 10px;
}

.popup_button_wishlist:hover {
  background: #D7272C;
  border-color: #D7272C;
}


@media (max-width: 567px) {
  .product_list.product_list_flex .ajax_block_product {
    width: 100%;
  }

  .grid .left-block {
    padding: 10px 0 0;
  }

  .grid h5 {
    font-size: 11px;
    margin: 8px 0 10px;
  }

  .grid .wrapper-desc {
    padding: 0 7px;
  }

  /*  .grid .wrapper-buy {
    padding: 7px 0; }*/
  .grid .product-price {
    font-size: 12px;
  }

  .grid .old-price {
    font-size: 11px;
    padding-left: 4px;
  }

  .grid .star {
    font-size: 11px;
  }

  .grid .ajax_add_to_cart_button {
    font-size: 18px;
  }

  .grid .functional-buttons:after {
    left: 7px;
    right: 7px;
  }

  .grid .quick-view,
  .grid .lnk_view,
  .grid .addToWishlist,
  .grid .cmp_remove,
  .grid .add_to_compare {
    font-size: 16px;
    margin: 0 6px;
  }
}

.list .ajax_block_product .product_img_link img {
  width: 200px;
}

.list .product-image-container {
  position: relative;
  display: flex;
  align-items: center;
}

.list .product-container {
  border-bottom: 1px solid #e7e7e7;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  height: 255px;
}

.list .alaune-box.produitALaUne {
  top: 0;
  left: unset;
}

.list .left-block,
.list .wrapper-desc,
.list .functional-buttons {
  /*padding: 0 10px;*/
  padding: 0 22px;
}

.list .left-block {
  position: relative;
  /* width: 30%; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

.list .right-block {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
}

.list .wrapper-desc {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.list .functional-buttons {
  display: flex;
  align-items: center;
  width: 40%;
  border-left: 1px solid #e7e7e7;
  padding-left: 20px;
}

.list .ajax_add_to_cart_button {
  border-radius: 3px;
  display: inline-block;
  background-color: #000;
  color: #ffffff;
  padding: 10px 20px;
  margin-left: 0 !important;
}

.list .ajax_add_to_cart_button:hover {
  background-color: #D7272C;
  color: #ffffff;
}

.list .ajax_add_to_cart_button.added,
.grid .ajax_add_to_cart_button.added,
#add_to_cart.buttons_bottom_block button.added {
  background-color: #169892;
  color: white;
}

#add_to_cart.buttons_bottom_block button.added {
  border-color: #169892;
}

.list .ajax_add_to_cart_button:active {
  background: #36a8d9;
  color: #ffffff;
  outline: none !important;
}

.list .ajax_add_to_cart_button:before {
  vertical-align: 4px;
  display: inline-block;
  padding-right: 0px;
  line-height: 1;
  content: '';
}

.list .ajax_add_to_cart_button.disabled {
  opacity: 0.7;
}

.list .out-of-stock .ajax_add_to_cart_button {
  background-color: #d6d6d6;
  color: #000;
}

.list .out-of-stock .ajax_add_to_cart_button.added {
  background-color: #169892;
  color: white;
}

.grid .out-of-stock .ajax_add_to_cart_button.added {
  background-color: #169892;
  color: white;
}

.list .out-of-stock .ajax_add_to_cart_button:hover {
  background-color: #e4e4e4;
}

.list .quick-view,
.list .wishlist,
.list .lnk_view,
.list .compare {
  display: block;
  margin-bottom: 12px;
  color: #858585;
  font-size: 12px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

.list .quick-view i,
.list .addToWishlist i,
.list .lnk_view i,
.list .add_to_compare i {
  background: #ffffff;
  border: 1px solid #e9e9e9;
  color: #76c4e5;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.6rem;
  height: 38px;
  height: 2.625em;
  line-height: 40px;
  line-height: 2.6em;
  padding: 0;
  position: relative;
  text-align: center;
  width: 38px;
  width: 2.625em;
  margin-right: 8px;
  -moz-transition: border 0.3s, background 0.3s;
  -o-transition: border 0.3s, background 0.3s;
  -webkit-transition: border 0.3s, background 0.3s;
  transition: border 0.3s, background 0.3s;
  border-radius: 50%;
}

.list .quick-view:hover,
.list .addToWishlist:hover,
.list .lnk_view:hover,
.list .add_to_compare:hover {
  color: #D7272C;
}

.list .quick-view:hover i,
.list .addToWishlist:hover i,
.list .lnk_view:hover i,
.list .add_to_compare:hover i {
  background: #D7272C;
  border-color: #D7272C;
  color: #ffffff;
}

.color-list-container {
  display: none;
}

.list .color-list-container {
  overflow: hidden;
  max-height: 135px;
  position: absolute;
  top: 43%;
  left: 24px;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: 0;
  z-index: 1;
}

.list .product-desc {
  color: #222222;
  line-height: 1.5;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.list .content_price {
  margin-bottom: 15px;
}

.list .left-block .button-container {
  display: none;
}

@media (max-width: 1229px) {

  .list .wrapper-desc,
  .list .functional-buttons {
    width:
      /*50%*/
      100%;
  }
}

@media (max-width: 567px) {
  .list .product-container {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }

  .list .left-block,
  .list .right-block,
  .list .wrapper-desc,
  .list .functional-buttons {
    width: 100%;
  }

  .list .functional-buttons {
    border: none;
    padding: 0;
    margin-top: 20px;
  }

  .list .quick-view,
  .list .wishlist,
  .list .lnk_view,
  .list .compare {
    display: inline-block;
    vertical-align: top;
  }

  .list .quick-view i,
  .list .wishlist i,
  .list .lnk_view i,
  .list .compare i {
    margin-right: 4px;
  }

  .list .quick-view span,
  .list .wishlist span,
  .list .lnk_view span,
  .list .compare span {
    display: none;
  }
}

.color_to_pick_list li {
  display: block;
}

.color_to_pick_list a {
  display: block;
  margin-top: 8px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.color_to_pick_list a[style*="#fff"] {
  border-color: #dddddd;
}

.no-index.grid .ajax_block_product .compare {
  display: inline-block;
  vertical-align: top;
}

.box-more {
  clear: both;
}

.box-more .more-btn {
  margin-top: 0;
}

.owl-item .ajax_block_product {
  width: 100%;
  transition: 0.5s;
}

@media (max-width: 1024px) {
  .product_list.grid.owl-carousel {
    margin: 0;
  }

  .ajax_block_product .product_img_link img {
    min-width: 100%;
  }

  .product_list.product_list_flex .ajax_block_product {
    width: calc(100% / 4 - (64px / 4));
    margin: 0;
    padding: 4px 0 0 0;
    background: #f4f4f4;
    border-radius: 8px;

  }

  .product_list h5 {
    margin-bottom: 0;
  }

  .right-block .sku {
    font-size: 0.8em !important;
    color: #969696 !important;
  }

  .ajax_block_product .product-price {
    font-size: 15px;
    color: #636363;
  }
}


.product_list.product_list_flex .ajax_block_product {
  width: calc(100% / 4 - (64px / 4));
  margin: 0;
  padding: 0 0 0 0;
  border-radius: 10px;
  transition: 0.5s;
}


@media (max-width: 1600px) {
  .product_list.product_list_flex .ajax_block_product {
    width: calc(100% / 2 - (25px / 3));
    margin: 0;
    padding: 4px 0 0 0;
  }

}


@media (min-width: 992px) {

  #_mobile_search,
  #_mobile_user_info {
    display: none;
  }

  .header__nav {
    display: none;
    height: 24px;
    text-align: center;
    font-size: 12px;
    position: relative;
  }

  .header__main-panel__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

}



@media (max-width: 1024px) {

  #_desktop_user_info,
  #_desktop_search,
  #_desktop_cart_block,
  #_desktop_contact_link,
  #_desktop_languages,
  #_desktop_currencies {
    display: none;
  }

  #header {
    -webkit-transform: none !important;
    transform: none !important;
    position: static !important;
    font-size: 12px;
  }

  .header_user_info__list {
    border: 2px solid #fff;
    border-radius: 20px;
    width: 117px;
    transform: translate(71%, -100%);
    padding: 5px;
    z-index: 10;
    padding-right: -7px;
    position: absolute;
    right: 77px;
    top: 60px;
    background: #fff;
  }

  .mobile-nav {
    color: #ffffff;
    width: 100%;
    height: 61px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 10px;
    position: relative;
    flex-wrap: wrap;
    background: #060606;
  }

  #menu-icon {
    cursor: pointer;
    font-size: 30px;
    display: flex;
    align-items: center;
    flex: 3 0 0;
  }

  #menu-icon i {
    font-size: inherit;
  }

  .top-logo {
    display: flex;
    align-items: center;
    flex: 18 1 auto;
    justify-content: center;
    text-align: center;
  }


  .top-logo img {
    width: 100px;
    height: auto;
    position: absolute;
    top: 9px;
    left: 50%;
    transform: translate(-50%);
  }

  .top-logo .header__logo2__img {
    width: 30px;
    transform: translate(-100px, 8px);
  }


  .wrapper-nav {
    display: none;
    flex-wrap: wrap;
    padding: 5px 5px 15px 12px;
  }

  .wrapper-modules {
    display: flex;
    width: 100%;
    padding: 15px 12px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
  }

  .wrapper-modules #_mobile_search_bar {
    width: 100%;
  }

  .header__nav,
  .columns-container,
  .footer-container,
  .menu-show .breadcrumb_container {
    -moz-transition: opacity 0.5s, -moz-transform 0.5s;
    -o-transition: opacity 0.5s, -o-transform 0.5s;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
  }

  #index .columns-container {
    margin-top: -1px !important;
  }

  #mobile_top_menu_wrapper {
    display: block;
    transition: transform 0.5s;
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-overflow-scrolling: touch;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #f4f3f2;
    z-index: 10;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    width: calc(100%);
    padding: 0;
  }

  .menu-show #mobile_top_menu_wrapper {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .menu-show .header__nav,
  .menu-show .columns-container,
  .menu-show .footer-container,
  .menu-show .breadcrumb_container {
    -moz-transform: translate(calc(100% - 48px), 0);
    -ms-transform: translate(calc(100% - 48px), 0);
    -webkit-transform: translate(calc(100% - 48px), 0);
    transform: translate(calc(100% - 48px), 0);
  }

  .menu-show .columns-container,
  .menu-show .footer-container,
  .menu-show .breadcrumb_container {
    opacity: 0;
  }

  #home-page-tabs li a {
    border-radius: 10px;
    padding: 10px 20px;
    text-align: center;
    border: 1px solid #e1e1e1;
  }


}


@media (max-width: 480px) {
  .mobile-nav {

    height: auto;
  }

  .top-logo {
    position: static;
    padding: 30px 10px 20px;
  }
}

.column .btn {
  font-size: 11px;
  font-size: 1.1rem;
}

@media (max-width: 1024px) {
  .wrapper-tabs {
    margin-top: 40px;
  }
}

#columns {
  position: relative;
  padding-bottom: 95px;
}

#index #columns {
  padding-bottom: 0;
}

@media (max-width: 991px) {
  #columns {
    padding-bottom: 40px;
  }
}

@media (max-width: 768px) {
  #columns {
    padding-bottom: 20px;
  }
}

@media (max-width: 991px) {
  #page {
    padding-bottom: 0;
    padding-top: 0 !important;
  }
}

.block {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .block {
    margin-bottom: 20px;
  }

  #categories_block_left {
    margin-bottom: 8px !important;
  }
}

@media (max-width: 991px) {
  .block .block_content {
    margin-bottom: 12px;
  }
}

.block.rss-block .block_content,
.block.contacts-block .block_content {
  padding-top: 15px;
}

.block .title_block,
.block h4 {
  color: #D7272C;
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-weight: 700;
  font-size: 1.7em;
  display: block;
  text-transform: uppercase;
  padding: 12px 15px 4px 0;
  border-bottom: 4px solid #D7272C;
  margin-bottom: 12px;
}

.block .title_block a:hover,
.block h4 a:hover {
  color: inherit;
}

.block .title_block:before,
.block h4:before {
  content: "\f0c9";
  display: inline-block;
  font-family: "fontAwesome";
  font-size: 18px;
  padding-right: 8px;
  display: none;
}

@media (max-width: 991px) {

  .block .title_block,
  .block h4 {
    position: relative;
    font-size: 20px;
  }

  .block .title_block:after,
  .block h4:after {
    display: block;
    font-family: "FontAwesome";
    content: "\f107";
    position: absolute;
    right: 15px;
    top: 6px;
    font-size: 25px;
    font-weight: normal;
    cursor: pointer;
  }

  .block .title_block.active:after,
  .block h4.active:after {
    content: "\f106";
  }
}

.block .list-block {
  margin-top: -8px;
}

@media (max-width: 991px) {
  .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: #898989;
  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: 991px) {
  .block .list-block .form-group select {
    width: 270px;
  }
}

.block .list-block .btn {
  margin-top: 12px;
}

/* ---------------- FILTRE LOGO MARQUE ------------------ */

body#index #brands_grid{
  display: none;
}

/* Cacher la div des marques sur tlphone */
@media (max-width: 480px) {
  #brands_grid {
    display: none !important;
  }
}


#brands_grid::-webkit-scrollbar {
  display: none;                 /* Chrome, Safari, Edge (Chromium) */
}

#brands_grid .brand-logos-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  padding: 8px 0;
  max-height: 500px;
  overflow-y: auto;
}

#brands_grid .brand-logo-item img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  filter: grayscale(100%);
  transition: transform .2s ease, filter .2s ease;
}
#brands_grid .brand-logo-item:hover img {
  filter: none;
  transform: scale(1.06);
}

/* ---------------------------------------------------------- */


#categories_block_left h4,
#layered_block_left h4,
.products_block h4,
#viewed-products_block_left h4,
#special_block_right h4 {
  margin-bottom: 0;
}

.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: 80px;
  float: left;
  border: 1px solid #e3e3e3;
  margin-right: 12px;
}

@media (min-width: 769px) 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: 13px;
  text-transform: uppercase;
}

.products-block .product-description {
  margin-bottom: 5px;
  font-size: 13px;
  color: #222222;
}

.products-block .price {
  font-size: 18px;
  color: #76c4e5;
}

.products-block .price-percent-reduction {
  font: 700 14px/17px Arial, Helvetica, sans-serif;
  padding: 1px 6px;
}

.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;
}

.prefooter {
  /* background: #3F3F3F; */
  color: #fff;
  padding: 32px 0 0;
}

.prefooter .socials {
  padding: 32px;
  margin-top: 15px;
  background: #D7272C;
}

.footer {
  position: relative;
  color: #3F3F3F;
  font-size: 15px;
  font-family: 'League Spartan';
  line-height: initial;
  letter-spacing: 1px;
}

#footer.footer .footer_one .footer_container {
  width: 60%;
}

.footer h4 {
  line-height: 1;
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.footer h4 a:hover {
  color: #D7272C;
}

.footer .toggle-footer li a:hover {
  color: #D7272C;
}

.footer p {
  line-height: inherit;
}

.footer_one {
  background-color: #111111;
  color: #f9f9f9;
}

.footer_one .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}

.footer ul,
.footer {
  line-height: initial;
}

.footer_one .container {
  line-height: 2.4;
  padding: 57px 0;
  /* background: url(../img/logo-noir.png) no-repeat left center; */
}

.footer-container {
  /* border: #e51e77 49px solid; */
  /* border-image: url(../img/border.jpg) 100 repeat; */
  /* border-image-width: auto; */
  /* border-image-repeat: repeat; */
  border-left: none;
  border-right: none;
  border-top: none;
}

/*.header-slide .headerslider-figure .headerslider-img, .breadcrumb_container > .breadcrumb {
	border: #e51e77 25px solid;
    border-image: url(../img/border2.jpg) 100 repeat; 
	border-left: none;
    border-right: none;
    border-top: none;
}*/

.footer_two {
  border-top: 1px solid #e3e3e3;
  padding: 26px 0;
  font-size: 13px;
}

.footer_two__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blockcategories_footer {
  margin-left: 25%;
}

/* #block_various_links_footer {margin-left: 25%; padding-left: 50px;} */
.footer-block {
  margin-left: 0%;
  padding-left: 0;
  width: 33%;
}

/* #block_various_links_footer  h4 {display: none; } */
.block_my_account {
  padding-left: 20px;
  width: 33%;
}

#block_various_links_footer ul {
  display: flex;
  flex-wrap: wrap;
}

#block_various_links_footer ul li {
  width: 100%;
}

/* #block_various_links_footer ul li:first-child {order:4;}
#block_various_links_footer ul li:nth-child {order:1;}
#block_various_links_footer ul li:nth-child {order:2;}
#block_various_links_footer ul li:nth-child {order:3;}
#block_various_links_footer ul li:lasst-child {order:5;} */

#LastLineFooter {
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  #LastLineFooter {
    margin-top: 0px;
  }
}

#LastLineFooter ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

#LastLineFooter ul li {
  border-right: 1px solid #b9b9b9;
  padding: 5px 20px;
  color: #b9b9b9;
  font-weight: 100;
  font-size: 1.2em;
}

#LastLineFooter ul li:last-child {
  border: none;
}

.blockcategories_footer ul ul {
  display: none !important;
}

.paiement-logos {
  font-size: 25px;
}

.blockcms__footer {
  color: #76c4e5;
  left: 0;
  margin-top: 29px;
  position: absolute;
  top: 100%;
}





@media (max-width: 991px) {
  .footer h4 {
    position: relative;
    margin-bottom: 15px;
    padding: 0;
    font-weight: 400;
    border-bottom: 1px solid #e9e9e9;
    line-height: 1.8;
  }

  .footer h4:after {
    line-height: 31px;
    display: block;
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 0;
  }

  .footer h4.active:after {
    content: "\f106";
  }

  /*  .prefooter {
    padding: 18px 0; }*/

  .footer_two__inner {
    padding-left: 0;
    padding-right: 0;
  }

  .footer_one {
    /* padding: 35px 0 10px; */
    padding: 0;
  }

  .footer_two {
    padding: 0 0 12px;
    border-top: none;
    font-size: 12px;
  }

  .footer-three {
    padding: 18px 0;
  }

  .blockcms__footer {
    font-size: 12px;
    margin-top: 71px;
    text-align: center;
  }
}

@media (max-width: 567px) {
  .footer_two {
    text-align: center;
  }
}

#block_contact_infos li {
  position: relative;
}

/* footer subscribe */
.footer__subscribe {
  padding: 33px 0;
  background-color: #f1f1f1;
}

.footer__subscribe__title {
  font-size: 32px;
  font-weight: 300;
  text-transform: uppercase;
  color: #e08080;
}

.footer__subscribe__title.-socials__title {
  margin-bottom: 16px;
}

@media (max-width: 1229px) {
  .footer__subscribe__title {
    font-size: 25px;
  }
}

@media (max-width: 991px) {
  .footer__subscribe__title {
    font-size: 20px;
  }
}

#order .cart_navigation {
  margin: 20px 0;
  display: flex;
  justify-content: end;
}

@media screen and (max-width: 768px) {
  #order .cart_navigation {
    justify-content: center !important;

  }

  #order .btn_commander {
    justify-content: center !important;
  }
}

.order-fixed {
  position: fixed !important;
  bottom: 40px !important;
  z-index: 1500000 !important;
}

#order .cart_navigation a {
  /* margin-right: 20px; */

}

#order .cart_navigation .btn_continuerAchat {
  background: #000000;
}

#order .cart_navigation .btn_viderPanier {
  margin: 0 auto 10px;
  background: #000000;
}

#order .cart_navigation .btn_viderPanier i {
  margin: 0 10px 0 0;
}

#order .cart_navigation .btn_commander {
  border: none;
}

/* .cart_navigation a {font-size: 1.2em; } */
@media (max-width: 768px) {
  .cart_navigation .btn {
    /* border-radius: 3px;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 0; */
    text-align: center;
    font-size: 20px;
    width: auto;
    padding: 10px 20px;
    height: auto;
  }

  .cart_navigation .btn i {
    font-size: 20px;
    line-height: inherit;
    padding-right: 10px;
  }

  .standard-checkout i {
    padding-left: 10px !important;
    padding-right: 0 !important;
  }

  .cart_navigation .btn span {
    /* display: none; */
  }
}

#address .radio-inline,
#identity .radio-inline,
#account-creation_form .radio-inline,
#new_account_form .radio-inline,
#opc_account_form .radio-inline,
#authentication .radio-inline {
  margin-bottom: 10px;
}

#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: red;
  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;
  margin: 9px 0 16px 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;
}

#address .submit2 {
  margin: 0 0 20px 0;
  display: inline;
  width: 100%;
}

#address .footer_links li a {
  background: #000000;
}

#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;
}

#identity #center_column form.std .row .col-xs-4 div.selector,
#authentication #center_column form.std .row .col-xs-4 div.selector,
#order-opc #center_column form.std .row .col-xs-4 div.selector {
  max-width: 100%;
}

#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: 100%;
}

#identity #center_column .footer_links,
#authentication #center_column .footer_links,
#order-opc #center_column .footer_links {
  border: none;
  padding: 0 20px;
}

#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;
}

form .form-group .input_password_container {
  position: relative;
}

form .form-group .input_password_container .icon_password {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.show_password {
  cursor: pointer;
  display: none;
}

form .show_password:hover {
  text-decoration: underline;
}


@media (min-width: 769px) {

  #address .form-group,
  #identity .form-group,
  #account-creation_form .form-group,
  #new_account_form .form-group,
  #opc_account_form .form-group {
    display: flex;
    padding: 0 5px;
    width: 50%;
    flex-direction: column;
  }
}

.cart_last_product {
  display: none;
}

.cart_quantity .cart_quantity_input {
  border-radius: 4px;
  height: 30px;
  padding: 0;
  text-align: center;
  width: 62px;
}

@media (max-width: 768px) {
  .cart_quantity .cart_quantity_input {
    width: 100%;
  }
}

.cart_gift_quantity .cart_quantity_input {
  border-radius: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  text-align: center;
  width: 62px;
}

@media (max-width: 768px) {
  .cart_gift_quantity .cart_quantity_input {
    width: 100%;
  }
}

.table tbody>tr>td {
  vertical-align: middle;
}

.table tbody>tr>td.cart_quantity {
  width: 100px;
}

.table tbody>tr>td.cart_quantity .cart_quantity_button {
  margin-top: 5px;
}

.table tbody>tr>td.cart_quantity .cart_quantity_button a {
  float: left;
  margin-right: 7px;
}

.table tbody>tr>td.cart_quantity .cart_quantity_button a+a {
  margin-right: 0;
}

@media (max-width: 768px) {
  .table tbody>tr>td.cart_quantity .cart_quantity_button a+a {
    float: right;
  }
}

.table tbody>tr>td.cart_delete,
.table tbody>tr>td.price_discount_del {
  padding: 5px;
}

.cart_delete a.cart_quantity_delete,
a.price_discount_delete {
  font-size: 23px;
}

.cart_delete a.cart_quantity_delete:hover,
a.price_discount_delete:hover {
  color: #D7272C;
}

#cart_summary {
  border: none;
  margin-bottom: 0;
}

#cart_summary .icon-trash:before {
  content: "\f014";
}

#cart_summary .price {
  color: #D7272C;
  font-size: 18px;
}

#cart_summary .old-price {
  color: #dfac7f;
}

#cart_summary tr {
  border-bottom: 1px solid #e7e7e7;
}

#cart_summary td {
  border: none;
}

#cart_summary td.cart_product {
  padding: 7px;
  width: 137px;
}

#cart_summary td.cart_product img {
  display: inline-block;
  max-width: 100%;
}

#cart_summary td.cart_unit .price span {
  display: inline-block;
}

#cart_summary td.cart_unit .price span.old-price {
  text-decoration: line-through;
}

#cart_summary td.cart_description .product-name {
  font-size: 14px;
  text-transform: uppercase;
}

#cart_summary td.cart_description small {
  color: #222222;
  display: block;
  padding: 5px 0 0 0;
  font-size: 14px;
}

#cart_summary td.cart_avail {
  width: 1%;
}

/* #cart_summary td.cart_avail span {
        white-space: nowrap; }*/
#cart_summary td.cart_delete {
  width: 40px;
}

.cart_summary__footer {
  border: none !important;
}

.cart_summary__footer tr>td {
  vertical-align: middle;
  border: none !important;
}

@media (max-width: 768px) {
  .cart_summary__footer .cart_total_price td {
    padding: 10px;
  }

  .cart_total {
    background: #f8f8f8;
    font-weight: 500;
  }
}

.cart_summary__footer td.price {
  text-align: right;
}

.cart_summary__footer td.total_price_container span {
  font-size: 18px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .cart_summary__footer td.total_price_container span {
    font-size: 15px;
  }
}

.cart_summary__footer td#total_price_container {
  font-size: 21px;
}

@media (max-width: 768px) {
  .cart_summary__footer td#total_price_container {
    font-size: 16px;
  }
}

#cart_summary .stock-management-on td.cart_description {
  width: 480px;
}

.cart_discount_price {
  text-align: right;
}

.cart_discount_delete {
  text-align: center;
}

.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 {
  white-space: normal;
  color: #898989;
  font-weight: bold;
  margin-bottom: 6px;
}

.cart_voucher fieldset {
  margin-bottom: 10px;
}

.cart_voucher fieldset #discount_name {
  float: left;
  width: calc(100% - 110px);
  margin-right: 8px;
}

.cart_voucher fieldset .btn {
  font-size: 12px;
  padding: 1.18em 2em;
}

.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 {
  color: #cfcccc;
  font-size: 26px;
  line-height: 26px;
  padding-right: 10px;
}

#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: #0088cc;
  display: inline;
  line-height: 20px;
  padding: 2px 5px;
  border-radius: 5px;
}

.cart_unit .price-percent-reduction {
  display: none;
}

@media (max-width: 768px) {

  #order-detail-content #cart_summary table,
  #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 {
    display: none;
  }

  #order-detail-content #cart_summary td,
  #order-detail-content #cart_summary td.cart_description {
    width: 100%;
    text-align: center;
  }

  #order-detail-content #cart_summary .price {
    text-align: center;
  }
}

@media (max-width: 768px) {

  .cart_summary__footer tbody,
  .cart_summary__footer tr,
  .cart_summary__footer td {
    display: block;
  }
}

#multishipping_mode_box {
  padding-top: 12px;
  padding-bottom: 19px;
}

#multishipping_mode_box .title {
  font-weight: bold;
  color: #898989;
  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;
}

#order .address_add.submit a {
  font-size: 14px;
  margin-left: 20px;
}

#ordermsg {
  margin-bottom: 45px;
}

.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 .order_delivery {
  display: none;
}

#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;
  width: auto;
}

#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: 32px;
  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 {
  padding-left: 21px;
}

.order_carrier_content {
  line-height: normal;
  padding-bottom: 16px;
}

.order_carrier_content .carrier_title {
  font-weight: bold;
  color: #898989;
}

.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: #898989;
  text-decoration: underline;
}

a.iframe:hover {
  text-decoration: none;
}

.box .box {
  background: none;
  margin: 0;
  padding: 0;
}

p.payment_module {
  margin-bottom: 10px;
  margin-top: 30px;
}

p.payment_module a {
  border-radius: 3px;
  display: block;
  /* border: 2px solid #e3e3e3; */
  border: 2px solid #D7272C;
  color: #D7272C;
  font-size: 20px;
  line-height: 23px;
  font-weight: bold;
  /* padding: 33px 40px 34px 99px; */
  padding: 33px 40px 34px;
  /* letter-spacing: -1px; */
  position: relative;
}

p.payment_module a.bankwire {
  background: url(../img/bankwire.png) 15px 12px no-repeat;
}

p.payment_module a.cheque {
  background: url(../img/cheque.png) 15px 15px no-repeat;
}

/* p.payment_module a.cash { 
      background: url(../img/cash.png) 15px 15px no-repeat; }*/
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;
}

p.payment_module a:hover {
  border-color: #3f3f3f;
  color: #3f3f3f;
}

p.payment_module a span {
  font-weight: bold;
  color: #2d2d2d;
  display: none;
}

.payment_module.box {
  margin-top: 20px;
}

p.cheque-indent {
  margin-bottom: 9px;
}

.cheque-box .form-group {
  margin-bottom: 0px;
}

.cheque-box .form-group .selector {
  max-width: 400px;
}

.order-confirmation.box {
  line-height: 29px;
}

.order-confirmation.box a {
  text-decoration: underline;
}

.order-confirmation.box a:hover {
  text-decoration: none;
}

ul.step {
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
  /* border-radius: 4px; */
}

ul.step li {
  float: left;
  width: 20%;
  text-align: left;
}

@media (max-width: 768px) {
  ul.step li {
    width: 100%;
  }
}

ul.step li a,
ul.step li span,
ul.step li.step_current span,
ul.step li.step_current_end span {
  display: block;
  font-size: 16px;
  line-height: 1.1;
  padding: 12px 15px;
  position: relative;
  text-transform: uppercase;
  color: #ffffff;
}

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.step_current {
  background: #D7272C;
  color: #ffffff;
}

ul.step li.step_current_end {
  font-weight: bold;
}

ul.step li.step_todo {
  background: #f7f7f7;
}

ul.step li.step_todo span {
  display: block;
  color: #898989;
  position: relative;
}

ul.step li.step_done {
  background: #707070;
  color: #ffffff;
}

ul.step li em {
  font-style: normal;
}

@media (min-width: 769px) and (max-width: 991px) {
  ul.step li em {
    display: none;
  }
}

#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: #898989;
}

#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: 768px) {

  #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: 768px) {

  #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: 768px) {

  #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: 768px) {

  #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: 769px) 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: 768px) {

  #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 .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: #898989;
  text-transform: uppercase;
  margin-bottom: 15px;
}

#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: #898989;
  font-size: 13px;
  line-height: normal;
  margin-bottom: 18px;
}

#pagenotfound .pagenotfound label {
  padding-right: 10px;
  font-weight: normal;
}

@media (max-width: 768px) {
  #pagenotfound .pagenotfound label {
    display: block;
  }
}

#pagenotfound .pagenotfound .form-control {
  max-width: 293px;
  display: inline-block;
  margin-right: 5px;
}

@media (max-width: 768px) {
  #pagenotfound .pagenotfound .form-control {
    margin: 0 auto 15px auto;
    display: block;
  }
}

#pagenotfound .pagenotfound form .btn {
  font-size: 12px;
  vertical-align: top;
  padding: 1.209em 1.5em;
  border-radius: 3px;
}

#pagenotfound .pagenotfound .buttons {
  padding: 48px 0 20px 0;
}

#pagenotfound .pagenotfound .buttons .button-medium i.left {
  font-size: 17px;
}

@media (max-width: 768px) {
  #pagenotfound .pagenotfound h1 {
    font-size: 22px;
    line-height: 1.2;
  }

  #pagenotfound .pagenotfound label {
    padding: 0;
    margin-bottom: 15px;
  }

  #pagenotfound .pagenotfound p {
    font-size: 14px;
    font-weight: 400;
    text-transform: 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;
}

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;
}

#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%;
  }
}

#short_description_content ul,
#short_description_content ol,
#short_description_content dl,
#tinymce ul,
#tinymce ol,
#tinymce dl {
  margin-left: 20px;
}

.rte {
  line-height: 1.9;
}

.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6 {
  font-weight: 700;
}

.rte p {
  line-height: inherit;
  margin-bottom: 12px;
}

.rte em {
  font-style: italic !important;
}

.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;
}

.footer_links {
  padding: 20px 0 0px 0;
  border-top: 1px solid #cdcdcd;
}

#addresses .footer_links {
  margin-top: 10px;
}

.footer_links li {
  float: left;
}

.footer_links li+li {
  margin-left: 10px;
}

@media (max-width: 768px) {
  .footer_links .btn {
    font-size: 15px;
    padding: 1.31em 1.8em;
  }
}

.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: 80px;
  float: left;
  border: 1px solid #e3e3e3;
  margin-right: 12px;
}

@media screen and (max-width: 768px) {
  .products-block .products-block-image {
    max-width: 60px;
  }

  #viewed-products_block_left li.clearfix {
    display: flex !important;
    align-items: center !important;
  }
}

@media (min-width: 769px) 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: 13px;
  text-transform: uppercase;
}

.products-block .product-description {
  margin-bottom: 5px;
  font-size: 13px;
  color: #222222;
}

.products-block .price {
  font-size: 18px;
  color: #76c4e5;
}

.products-block .price-percent-reduction {
  font: 700 14px/17px Arial, Helvetica, sans-serif;
  padding: 1px 6px;
}

.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;
}

.order_carrier_content .paiement_block {
  margin: 0 0 20px 0;
}

.box {
  background: #f8f8f8;
  padding: 20px;
  margin: 0 0 30px 0;
  line-height: 23px;
  font-size: 1.2em;
}

#identity .box,
#address .box,
#account-creation_form.box {
  background: none;
  padding-top: 0px;
}

.box.box-small {
  padding: 9px 10px 9px 20px;
}

.box.box-small .dark {
  padding-top: 10px;
  padding-right: 20px;
  margin-bottom: 0;
  width: auto;
}

.box form#add_address,
.box form#form_identity fieldset,
form#account-creation_form #ChampsAuthentication {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}

.box form#add_address #vat_area #vat_number div {
  width: 100%;
  padding: 0;
}

.box form#add_address>div,
.box form#form_identity fieldset>div,
form#account-creation_form #ChampsAuthentication>div {
  display: flex;
  padding: 0;
  margin: 0;
  width: calc(100% / 2 - (1em - (1em / 2)));
}

.box form#add_address .flexFill,
.box form#form_identity fieldset .flexFill,
form#account-creation_form #ChampsAuthentication .flexFill {
  flex: auto;
  min-width: calc(100% / 2 - (1em - (1em / 2)));
}

.box form#form_identity fieldset .submit2 {
  width: auto;
  margin-top: 60px;
}

.box form#form_identity fieldset .required:last-child {
  margin-top: 60px;
}

.box form#add_address .submit2 button,
.box form#form_identity fieldset .submit2 button {
  background-color: #000;
  font-size: 14px;
}

.box form#add_address .submit2 button:hover,
.box form#form_identity fieldset .submit2 button:hover {
  background-color: #D7272C;
}

.box form#form_identity fieldset .gender,
form#account-creation_form fieldset .gender {
  flex-direction: column;
}

.box form#form_identity fieldset .gender .radioGender_container,
form#account-creation_form fieldset .gender .radioGender_container {
  display: flex;
  gap: 1em;
}

.box form#form_identity fieldset .gender .radioGender_container .radio-inline,
form#account-creation_form fieldset .gender .radioGender_container .radio-inline {
  padding: 0;
  margin: 0;
}

@media (max-width: 800px) {
  .box form#add_address>div {
    width: 100%;
    flex-direction: column;
  }

  .box form#add_address #vat_area {
    width: 100%;
  }

  .box form#add_address>p {
    width: 100%;
    margin: 0;
  }

  .box form#add_address>div,
  .box form#form_identity fieldset>div,
  form#account-creation_form #ChampsAuthentication>div {
    width: 100%;
    flex-direction: column;
  }

  .box form#add_address>div.flexFill,
  .box form#form_identity fieldset>div.flexFill,
  form#account-creation_form #ChampsAuthentication>div.flexFill {
    display: none;
  }
}

.waiting_loader {
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: #000C;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}

.waiting_loader .lds-spinner {
  color: #fff;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.waiting_loader .lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}

.waiting_loader .lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #fff;
}

.waiting_loader .lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.waiting_loader .lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.waiting_loader .lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.waiting_loader .lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.waiting_loader .lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.waiting_loader .lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.waiting_loader .lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.waiting_loader .lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.waiting_loader .lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.waiting_loader .lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.waiting_loader .lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.waiting_loader .lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

p.required {
  color: red;
  margin: 9px 0 16px 0;
}

p.info-title {
  font-weight: bold;
  font-size: 16px;
  color: #111111;
  margin-bottom: 25px;
  font-weight: 500;
}

p.info-account {
  /* font-size: 1.1em; */
  font-size: 16px;
  margin: -4px 0 24px 0;
}

.dark {
  color: #898989;
}

#page {
  overflow: hidden;
}

.label {
  white-space: normal;
  display: inline-block;
  padding: 6px 10px;
  background: #3F3F3F;
  color: #ffffff;
}

.label.label-success {
  background: #3f3f3f;
}

.label.label-danger {
  background: #e08080;
}

label {
  display: inline-block;
  color: #3b3a36;
}

.form-group label {
  display: block;
  padding-bottom: 0;
  color: #000000;
  font-family: 'IBM Plex Sans Condensed', sans-serif;
  font-weight: 600;
  font-size: 1.1em;
  position: relative;
  width: fit-content;
  margin: 0 0 10px 0;
}

p.required,
p.required_twice {
  position: relative;
}

label.required::after {
  content: "";
  height: 6px;
  width: 6px;
  background-color: #D7272C;
  display: block;
  border-radius: 50%;
  position: absolute;
}

label.required::after {
  top: 0;
  right: 0;
  transform: translate(150%, 90%);
}

p.required span,
p.required_twice span {
  position: relative;
  top: 0px;
  font-size: 30px;
}

p.required_twice span {
  letter-spacing: -6px;
  margin: 0 6px 0 0;
}

label.required_twice::after {
  content: "••";
  display: block;
  position: absolute;
  font-size: 22px;
  color: #D7272C;
}

label.required_twice::after {
  top: 0;
  right: 0;
  transform: translate(120%, -30%);
}

.close {
  opacity: 1;
}

.close:hover {
  opacity: 1;
}

#account-creation_form fieldset.customerprivacy label,
fieldset.customerprivacy label {
  cursor: pointer;
}

#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;
}

#facebook_block,
#cmsinfo_block {
  padding-top: 30px;
  overflow: hidden;
}

@media (max-width: 768px) {

  #facebook_block,
  #cmsinfo_block {
    width: 100%;
  }
}

#facebook_block h4 {
  font-size: 17px;
  text-transform: uppercase;
  color: #2d2d2d;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  #facebook_block h4 {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  #cmsinfo_block>div {
    width: 100%;
  }
}

#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: #76c4e5;
  -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 {
  font-size: 17px;
  text-transform: uppercase;
  color: #2d2d2d;
  overflow: hidden;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  #cmsinfo_block h3 {
    font-size: 16px;
  }
}

#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;
}

.advertising_block {
  width: 191px;
  margin-bottom: 1em;
  text-align: center;
}

.content_only #thumbs_list {
  max-width: 401px;
}

.htmlcontent__item h1,
.htmlcontent__item h2,
.htmlcontent__item h3,
.htmlcontent__item h4,
.htmlcontent__item h5,
.htmlcontent__item h6 {
  color: inherit;
}

.htmlcontent__item__link {
  display: block;
}

.htmlcontent__item__content {
  position: relative;
}

.overlap .htmlcontent__html {
  padding: 15px;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.overlap.overlap--bottom .htmlcontent__html {
  top: auto;
  bottom: 0;
  transform: translate(0, 0);
}

.overlap.overlap--dark-background .htmlcontent__html {
  background: rgba(0, 0, 0, 0.4);
}

.overlap-color .htmlcontent__html {
  z-index: 2;
}

.img-rb img {
  border-radius: 5px;
}

.headerslider {
  position: relative;
  white-space: nowrap;
  opacity: 0;
}

.headerslider.owl-carousel {
  opacity: 1;
}

.header-slide {
  display: none;
  vertical-align: top;
  font-size: 30px;
  width: 100%;
  white-space: normal;
}

#htmlbanners9 .owl-item:not(.visible-pro),
#htmlbanners9 .owl-item:not(.visible-public) {
  display: none;

}

#htmlbanners9 .owl-item:has(.visible-pro),
#htmlbanners9 .owl-item:has(.visible-public) {
  display: block;

}



.visible-pro,
.visible-public {
  display: inline-block !important;
  width: 100%;
}


.header-slide .headerslider-figure .headerslider-img {
  width: 100%;
}

.header-slide .slide-link {
  display: block;
  position: relative;
  width: 100%;
  color: inherit;
}

.header-slide .slide-link:hover {
  color: inherit;
}

.header-slide .headerslider-figure {
  margin: 0;
}

.header-slide .slide_title-two {
  font-family: "IBM Plex Sans Condensed", sans-serif;
  text-transform: inherit;
  font-size: 5em !important;
}

/* #htmlbanners9 .owl-controls {display: none !important;} */
.header-slide .caption-description {
  padding: 15px;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.header-slide p {
  line-height: 1;
  font-size: 18px;
  font-size: 0.6em;
  line-height: 1.4;
}

.header-slide .slide_title-one {
  font-size: 0.6em;
  line-height: 1;
  /* margin-bottom: 2em; */
  /* margin-top: 2em; */
  /* text-transform: uppercase; */
}

.header-slide .slide_title-one,
.header-slide p {
  font-family: Domine;
  font-size: 1.2em;
  margin-top: 20px;
}

.header-slide .slide_title-two {
  color: #3b3a36;
  font-size: 1.68em;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0;
}

/* .header-slide .btn-box {
    margin-top: 3em; }*/
.header-slide .btn {
  font-size: 0.4em;
  background: #fff;
  color: #000;
  padding: 10px 20px;
  letter-spacing: 2px;
  font-family: "Biryani", sans-serif;
  margin-top: 50px;
}

/* .header-slide.skin-two .content {
    padding-right: 6em; }
*/
.headerslider .owl-dots {
  display: block;
  position: absolute;
  left: auto;
  bottom: 3.2em;
  right: 3.4em;
  z-index: 1;
}

.headerslider .owl-dots .owl-dot {
  display: block;
  margin: 7px 0;
}

.headerslider .owl-dots .owl-dot:before {
  /*border: 1px solid #D7272C;*/
  border: none;
}

.headerslider .owl-dots .owl-dot span {
  background: #D7272C;
  width: 7px;
  height: 7px;
  transition: transform .3s;
}

.headerslider .owl-dots .owl-dot.active span,
.headerslider .owl-dots .owl-dot:hover span {
  background: #D7272C;
  /* transform: scale(0.7, 0.7); */
}

.headerslider .owl-nav>div {
  font-size: 27px;
}



.headerslider-figure .pull-right {
  text-align: right;
  padding-right: 0;
}


@media (max-width: 1229px) {
  .header-slide {
    font-size: 2.5rem;
  }

  .displayTopColumn .owl-controls .owl-dots {
    bottom: 2.2em;
    right: 2.4em;
  }
}

@media (max-width: 991px) {
  .header-slide {
    font-size: 2rem;
  }

  .header-slide .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .header-slide {
    font-size: 1.7rem;
  }

  .headerslider .owl-controls {
    display: none !important;
  }
}

@media (max-width: 567px) {
  .header-slide {
    font-size: 1.3rem;
  }

  .header-slide .slide_title-one {
    font-size: 0.7em;
    margin-bottom: 1em;
  }

  .header-slide .slide_title-two {
    font-size: 1.5em;
  }

  .header-slide .btn-box {
    margin-top: 1.5em;
  }

  .header-slide .btn {
    font-size: 10px;
    padding: 6px 18px;
  }
}

@media (max-width: 480px) {
  .header-slide.skin-two .content {
    padding-right: 0;
  }

  .header-slide .btn-box {
    display: none;
  }

  .header-slide .slide_title-two {
    font-weight: 400;
    font-size: 1.3em;
  }

  .header-slide.skin-two .slide_title-two {
    font-size: 1.1em;
  }
}

/* IMG LOADER */
.bgloader {
  width: 225px;
  height: 225px;
  display: flex;
  background: #ededed;
  align-content: center;
  align-items: center;
  justify-content: center;

}

body#product #thumbs_list_frame .bgloader {
  width: 100%;
  height: 105px;
}

@media screen and (max-width: 768px) {
  .bgloader {
    width: 150px;
    height: 150px;
  }

  body#product #image-block #view_full_size .bgloader {
    width: 100%;
    height: 300px;
  }

  body#product #thumbs_list_frame .bgloader {
    width: 100%;
    height: 63px;
  }
}

.animloader {
  width: 48px;
  height: 48px;
  border: 5px solid #FFF;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*.top-banners {
  margin-top: 60px; }*/

.htmlbanners1-inner {
  width: 75%;
  margin: 0 0 0 auto;
}

.top-banner {
  padding: 7px;
  font-size: 12px;
}

.top-banner .img-banner {
  width: 100%;
}

.top-banner figure {
  margin: 0;
}

.top-banner .banner-link {
  display: block;
  position: relative;
  border-radius: 10px;
}

.top-banner .banner-link:hover,
.top-banner .banner-link:focus {
  color: inherit;
}

.top-banner .banner-description {
  position: absolute;
  bottom: 30px;
  left: 0;
  top: 15px;
  right: 0;
  font-family: "League Spartan";
  font-size: 15px;
  text-align: center;
  color: #fff;
}

.top-banner h4 {
  font-size: 30px;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 2.1em;
  font-family: 'Domine', serif;
}

.top-banner .promo {
  padding-left: 1.5em;
  position: absolute;
  left: 0;
  top: 20%;
  font-size: 2.2em;
  font-weight: 300;
  line-height: 1.35;
  margin: 0;
}

.top-banner .promo span {
  font-size: 1.2em;
  color: #76c4e5;
  font-weight: 400;
}

.top-banner .top-link {
  margin: 0;
  border-radius: 4px;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;

}

.top-banner .top-link span {
  color: #ffffff;
  display: inline-block;
  font-weight: 500;
  font-size: 25px !important;
  /* padding: 0 2em 0.67em; */
  /* border-bottom: 1px solid #ffffff; */
  padding: 10px 20px 7px;
  background: rgb(207 207 207 / 44%);
  border-radius: 4px;
}

/*.top-banner .top-link span:hover {
        color: #76c4e5;
        border-bottom-color: #76c4e5; }*/
.top-banner.alt-banner h4 {
  margin-bottom: 1.4em;
  text-shadow: 2px 2px 1px #ffffff;
  font-size: 3.2em;
}

.top-banner.alt-banner .promo {
  font-size: 1.9em;
  padding-left: 0.7em;
  top: 12%;
}


.top-banner.col-xs-6.left figcaption {
  text-align: left;
  margin-left: 30px;
  bottom: 40px;
}

.top-banner.col-xs-6.right figcaption {
  text-align: right;
  margin-right: 30px;
  bottom: 40px;
}

.top-banner.col-xs-6.left figcaption h4,
.top-banner.col-xs-6.right figcaption h4 {
  color: #e51e77;
  letter-spacing: 0;
  font-size: 3.2em;
  line-height: 1;
}

/* COOKIE PARAM */

.sd-cmp-eBAM3 {
  display: none !important;
}


@media (max-width: 1229px) and (min-width: 568px) {
  .top-banner {
    font-size: 10px;
  }
}

@media (max-width: 991px) and (min-width: 568px) {
  .top-banners {
    margin-top: 7px;
  }

  .top-banner {
    font-size: 9px;
  }
}

.top-banner h4 {
  display: none;
}

p.top-link {
  top: 50%;
  transform: translate(0, -50%);
  position: relative;
}

@media (max-width: 768px) and (min-width: 568px) {
  .top-banner {
    font-size: 6px;
  }

  .top-banner .banner-description {
    /* padding-left: 2em; */
  }



  .top-banner .top-link {
    font-size: 1.4em;
  }

  .top-banner.alt-banner h4 {
    margin-bottom: 1.3em;
  }
}

@media (max-width: 567px) {
  .top-banners {
    margin: 0;
    padding: 0;
  }

  .htmlbanners1-inner {
    margin-left: -2px;
    margin-right: -2px;
  }

  .top-banner {
    width: 100%;
    padding: 2px;
  }

  .top-banner:first-child {
    padding-top: 0;
  }

  .alt-banner {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .top-banner {
    font-size: 8px;
  }

  /*.top-banner .banner-description {
      padding-left: 1.5em; }*/
  .top-banner h4 {
    margin-bottom: 1.1em;
  }

  .top-banner.alt-banner h4 {
    margin-bottom: 1em;
  }
}

.home-banners {
  margin: 50px 0 0;
}

.home-banners .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}

.home-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 45% 0;
  font-size: 2rem;
  padding: 4em 0;
  width: 100%;
}

.home-banner .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.layer-text {
  font-size: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 47%;
  -ms-flex: 0 0 47%;
  flex: 0 0 47%;
  margin-left: auto;
}

.layer-text h3 {
  font-size: 0.6em;
  line-height: 1;
  margin-bottom: 1.6em;
  text-transform: uppercase;
}

.layer-text h4 {
  color: #3b3a36;
  font-size: 1.68em;
  font-weight: 300;
  line-height: 1.35;
  margin-bottom: 0.3em;
}

.layer-text .btn-box {
  margin-top: 1.4em;
}

.home-banner__product {
  background: #ffffff;
  display: inline-block;
  padding: 2.1em 2.6em 2em;
  text-align: center;
  max-width: 53%;
}

.home-banner__product p:last-child {
  margin-bottom: 0;
}

.home-banner__product .star_content {
  margin-bottom: 10px;
}

.home-banner__product .home-banner__image {
  text-align: center;
  padding: 20px 0;
  margin: 0;
}

.home-banner__product .home-banner__image img {
  display: inline-block;
  max-width: 250px;
  width: 100%;
}

.home-banner__product .home-banner_benefit {
  color: #76c4e5;
  font-size: 15px;
  text-transform: uppercase;
}

.home-banner__product .home-banner_name {
  font-size: 14px;
  margin-bottom: 20px;
}

.home-banner__product .wrapper-buy {
  border-top: 1px solid #c9c9c9;
  padding-top: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home-banner__product .home-banner_prices {
  margin-bottom: 0;
}

.home-banner__product .home-banner_prices .current {
  color: #76c4e5;
  font-size: 17px;
}

.home-banner__product .home-banner-link {
  color: #c9c9c9;
  line-height: 1;
  font-size: 23px;
}

.home-banner__product .home-banner-link:hover {
  color: #76c4e5;
}

.home-banner__product .home-banner-link span {
  display: none;
}

@media (max-width: 1229px) {
  .layer-text {
    font-size: 27px;
  }
}

@media (max-width: 991px) {
  .home-banners {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .layer-text {
    font-size: 20px;
    padding-right: 10px;
  }

  .home-banner {
    font-size: 1rem;
  }

  .home-banner .btn {
    font-size: 11px;
  }
}

@media (max-width: 567px) {
  .home-banner>.container {
    max-width: 480px;
    margin: 0 auto;
  }

  .layer-text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 30px 0 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .home-banner__product {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (max-width: 480px) {
  .layer-text {
    font-size: 18px;
  }
}

.video-item {
  width: 100%;
}

.promo-home {
  font-size: 18px;
  padding: 7px;
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background: none !important;
}

.promo-home .row {
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  overflow: hidden;
  margin: 0;
}

.promo_about-us {
  /* width: 100%; */
  width: 57%;
  background: #000000;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.promo_about-us h4 {
  font-size: 18px;
  font-size: 1em;
  margin-bottom: 16px;
  margin-bottom: 0.9em;
  text-transform: uppercase;
}

.promo_about-us h5 {
  color: #ffffff;
  font-family: "IBM Plex Sans Condensed", sans-serif;
  letter-spacing: 0;
  font-size: 50px;
  font-weight: 500;
  font-size: 2.5em;
  line-height: 1.2;
  margin-bottom: 0.4em;
}

.promo_about-us p {
  /* color: #858585; */
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 1.65em;
  font-family: 'League Spartan', 'sans-serif';
  line-height: inherit;
  color: #ffffff;
  letter-spacing: 1;
}

.promo_about-us p:last-child {
  margin-bottom: 0;
}

.promo_about-us__inner {
  position: relative;
  z-index: 1;
  font-family: 'source_serif_proregular', serif;
  color: #000;
}

.promo_about-us__inner h5 {
  /* color: #D7272C; */
  /* text-align: center; */
}

.promo_about-us__inner button {
  display: block;
  /* margin: auto; */
  font-size: 1em;
  background: #D7272C;
  color: #fff;
  padding: 10px 20px;
  /* letter-spacing: 2px; */
  text-transform: uppercase;
  border: 1px solid #D7272C;
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-weight: 500;
  border-radius: 5px;
}

.promo_about-us__inner button:hover {
  background-color: #000000;
  color: #D7272C;
}


.promo_video {
  padding: 0;
  width: 43%;
}

.promo_video .js-open-video {
  border: 1px solid;
  border-radius: 50%;
  bottom: 0;
  color: #ffffff;
  font-size: 32px;
  font-size: 1.79em;
  height: 120px;
  height: 3.69em;
  left: 0;
  line-height: 117px;
  line-height: 3.69em;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  width: 120px;
  width: 3.69em;
  z-index: 1;
  transition: color .4s;
}

.promo_video .js-open-video:hover {
  color: #000000;
}

.promo_video_inner {
  position: relative;
}

.promo_video_inner img {
  display: inline-block;
  vertical-align: bottom;
  height: auto;
  width: 100%;
}

.promo_video_inner:before {
  /* background: rgba(0, 0, 0, 0.1); */
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.video-promo {
  background: #000000;
  display: block;
  height: 100%;
  width: 100%;
}

@media (min-width: 992px) {
  .promo_about-us {
    padding: 0;
  }

  .promo_about-us:before {
    content: '';
    top: 35px;
    right: 0;
    bottom: 35px;
    /* left: -60px; */
    position: absolute;
    z-index: 0;
    background: #ffffff;
  }

  .promo_about-us__inner {
    padding: 30px;
    max-width: 550px;
    /* background: #ffffff; */
    display: block;
    margin: auto;
    /* margin-top: -60px; */
    text-align: justify;
  }
}

@media (max-width: 1229px) and (min-width: 769px) {
  .promo-home {
    font-size: 16px;
  }
}

@media (max-width: 991px) and (min-width: 769px) {
  .promo-home {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .promo-home {
    font-size: 16px;
  }

  .promo_about-us {
    margin: 30px 20px 0;
    text-align: center;
  }
}

@media (max-width: 567px) {
  .promo-home {
    font-size: 13px;
    padding: 0 0 30px;
  }

  .promo_video {
    padding: 0;
  }

  .promo_about-us p {
    font-size: 16px;
    line-height: unset;
  }
}

.testimonials-wrapper {
  position: relative;
  padding: 4.2% 0;
  color: #ffffff;
}

.testimonials-wrapper:before {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
}

.testimonials-wrapper .headline-section {
  color: inherit;
}

.testimonials-item {
  text-align: center;
}

.testimonials-item .testimonials-inner {
  max-width: 690px;
  margin: 0 auto;
}

.testimonials-item .avatar-wrapper {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  max-width: 120px;
}

.testimonials-item .avatar {
  max-width: 150px;
}

.testimonials-item .testimonials-description {
  font-weight: 300;
  line-height: 1.7;
  margin-top: 33px;
  font-size: 15px;
}

.testimonials-item .testimonials-description p {
  line-height: inherit;
}

.testimonials-item .testimonials-footer {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: normal;
  margin: 19px 0 0px;
}

@media (max-width: 991px) {
  .testimonials-wrapper {
    padding: 40px 0;
  }
}

@media (max-width: 567px) {
  .testimonials-item .testimonials-description {
    font-size: 12px;
    line-height: 2;
  }
}

.view-grid {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.view-grid .testimonials-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 30px;
}

@media (max-width: 567px) {
  .view-grid .testimonials-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.testimonials-wrapper .owl-carousel {
  position: static;
}

.testimonials-wrapper .owl-carousel .owl-stage-outer,
.testimonials-wrapper .owl-carousel .owl-stage {
  position: static;
}

.testimonials-wrapper .owl-controls .owl-dots {
  margin-top: 49px;
}

.testimonials-wrapper .owl-controls .owl-dot {
  width: 10px;
  height: 10px;
  border: 1px solid;
  margin: 0 6px;
  transition: background .3s;
}

.testimonials-wrapper .owl-controls .owl-dot:hover,
.testimonials-wrapper .owl-controls .owl-dot.active {
  background: #ffffff;
}

.testimonials-wrapper .owl-controls .owl-dot span,
.testimonials-wrapper .owl-controls .owl-dot:before {
  display: none;
}

.testimonials-wrapper .owl-nav>div {
  color: #ffffff;
}

@media (max-width: 567px) {
  .testimonials-wrapper .owl-controls .owl-dots {
    margin-top: 30px;
  }
}

.category-banner {
  color: #858585;
  font-size: 2.3rem;
  text-align: left;
}

.category-banner .htmlcontent__item__img {
  width: 100%;
}

.category-banner .btn.btn-default {
  font-size: 0.95em;
}

.category-banner .htmlcontent__html {
  padding: 15px 30px 15px 15px;
  padding: 0.66em 1.3em 0.66em 0.66em;
}

.category-banner p {
  font-size: 18px;
  font-size: 0.6em;
  line-height: 1.4;
}

.category-banner .htmlcontent__title-one {
  color: #222222;
  font-size: .5em;
  line-height: 1;
  margin-bottom: 10px;
  margin-bottom: .7em;
  text-transform: uppercase;
}

.category-banner .htmlcontent__title-two {
  font-size: 40px;
  font-size: 1.8em;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #76c4e5;
}

.category-banner .htmlcontent__title-two+.slide_title-two {
  margin-bottom: 23px;
  margin-bottom: .4em;
}

.category-banner .box-buttons {
  margin-top: 20px;
  margin-top: 0.9em;
}

@media (max-width: 1229px) {
  .category-banner {
    font-size: 1.9rem;
  }
}

@media (max-width: 991px) {
  .category-banner {
    font-size: 1.6rem;
  }
}

@media (max-width: 480px) {
  .category-banner {
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .footer-block.info-block h4 {
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 11px;
  }
}

.payment-logos ul {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.payment-logos li {
  display: inline-block;
  vertical-align: middle;
  font-size: 23px;
  color: #c9c9c9;
  margin-right: 5px;
}

.payment-logos li span {
  display: none;
}

@media (max-width: 567px) {
  .payment-logos {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 15px;
  }

  .payment-logos ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.copyright p {
  margin: 0;
}

.copyright img {
  display: inline;
}

@media (max-width: 567px) {
  .copyright {
    width: 100%;
    order: 3;
  }
}

/* @import "preloader"; */
@media (min-width: 1024px) {

  input[type="button"],
  input[type="submit"],
  a,
  button,
  .footer-block:not(.contact-infos) li:before,
  .myaccount-link-list a,
  .myaccount-link-list i {
    -moz-transition: background 0.2s, color 0.2s, border-color 0.2s;
    -o-transition: background 0.2s, color 0.2s, border-color 0.2s;
    -webkit-transition: background 0.2s, color 0.2s, border-color 0.2s;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
  }

  .-default-arrows .owl-buttons>div {
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}

@-moz-keyframes shine {
  100% {
    left: 125%;
  }
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

@media (min-width: 1024px) {

  .form-control,
  input[type="text"],
  input[type="password"],
  input[type="email"],
  div.selector {
    transition: border-color .15s ease-in;
  }

  div.selector span:after {
    transition: background .15s ease-in, color .15s ease-in;
  }
}

@-moz-keyframes grid-to-list {
  from {
    visibility: hidden;
    opacity: 0;
    transform: translate(0, -15px);
  }

  to {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
  }
}

@-webkit-keyframes grid-to-list {
  from {
    visibility: hidden;
    opacity: 0;
    transform: translate(0, -15px);
  }

  to {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes grid-to-list {
  from {
    visibility: hidden;
    opacity: 0;
    transform: translate(0, -15px);
  }

  to {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes list-to-grid {
  from {
    visibility: hidden;
    opacity: 0;
    transform: translate(0, -15px);
  }

  to {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
  }
}

.no-index.product_list.grid {
  -moz-animation: grid-to-list 0.5s ease;
  -webkit-animation: grid-to-list 0.5s ease;
  animation: grid-to-list 0.5s ease;
}

.no-index.product_list.list {
  -moz-animation: list-to-grid 0.5s ease;
  -webkit-animation: list-to-grid 0.5s ease;
  animation: list-to-grid 0.5s ease;
}

.left-block {
  overflow: hidden;
}

.left-block .product-item__img-alternate {
  left: 80%;
  position: absolute;
  top: 0;
  opacity: 0;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -moz-transition: opacity 0.35s, left 0.35s;
  -o-transition: opacity 0.35s, left 0.35s;
  -webkit-transition: opacity 0.35s, left 0.35s;
  transition: opacity 0.35s, left 0.35s;
}

.left-block .product-item__img-alternate+.product-item__img {
  position: relative;
  left: 0;
  -moz-transition: opacity 0.35s, -moz-transform 0.35s;
  -o-transition: opacity 0.35s, -o-transform 0.35s;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.left-block:hover .product-item__img-alternate {
  left: 50%;
  opacity: 1;
}

.left-block:hover .product-item__img-alternate+.product-item__img {
  -moz-transform: translate(30%, 0);
  -ms-transform: translate(30%, 0);
  -webkit-transform: translate(30%, 0);
  transform: translate(30%, 0);
  opacity: 0;
}

.grid .color_to_pick_list {
  z-index: 1;
  overflow: hidden;
  max-height: 135px;
  position: absolute;
  top: 50%;
  right: 24px;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: 0;
}

.grid .color_to_pick_list li {
  opacity: 0;
  -moz-transform: translate(70px, 0);
  -ms-transform: translate(70px, 0);
  -webkit-transform: translate(70px, 0);
  transform: translate(70px, 0);
}

.grid .color_to_pick_list li:nth-child(1) {
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  -o-transition: opacity 0.3s, -o-transform 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}

.grid .color_to_pick_list li:nth-child(2) {
  -moz-transition: opacity 0.3s 0.15s, -moz-transform 0.3s 0.15s;
  -o-transition: opacity 0.3s 0.15s, -o-transform 0.3s 0.15s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition-delay: 0.15s, 0.15s;
  transition: opacity 0.3s 0.15s, transform 0.3s 0.15s;
}

.grid .color_to_pick_list li:nth-child(3) {
  -moz-transition: opacity 0.3s 0.3s, -moz-transform 0.3s 0.3s;
  -o-transition: opacity 0.3s 0.3s, -o-transform 0.3s 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition-delay: 0.3s, 0.3s;
  transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
}

.grid .color_to_pick_list li:nth-child(4),
.grid .color_to_pick_list li:nth-child(5),
.grid .color_to_pick_list li:nth-child(6),
.grid .color_to_pick_list li:nth-child(7) {
  -moz-transition: opacity 0.3s 0.45s, -moz-transform 0.3s 0.45s;
  -o-transition: opacity 0.3s 0.45s, -o-transform 0.3s 0.45s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition-delay: 0.45s, 0.45s;
  transition: opacity 0.3s 0.45s, transform 0.3s 0.45s;
}

.grid .product-container {
  -moz-transition: border-color 0.4s, -moz-transform 0.4s;
  -o-transition: border-color 0.4s, -o-transform 0.4s;
  -webkit-transition: border-color 0.4s, -webkit-transform 0.4s;
  transition: border-color 0.4s, transform 0.4s;
  background: #f9f9f9;
}

/* .grid .product-container:hover {
  -moz-transform: translate(0, -3px);
  -ms-transform: translate(0, -3px);
  -webkit-transform: translate(0, -3px);
  transform: translate(0, -3px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
} */

.grid .ajax_block_product:hover {
  -moz-transform: translate(0, -3px);
  -ms-transform: translate(0, -3px);
  -webkit-transform: translate(0, -3px);
  transform: translate(0, -3px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  transition: 0.5s;
}

.grid .product-container:hover .functional-buttons {
  /* -moz-transform: translateY(0); */
  /* -ms-transform: translateY(0); */
  /* -webkit-transform: translateY(0); */
  /* transform: translateY(0); */
  transform: none;
  transition: none;
  opacity: 1;
}

.grid .product-container:hover .color_to_pick_list li {
  opacity: 1;
  transform: translate(0, 0);
}

.list .color_to_pick_list li {
  opacity: 0;
  -moz-transform: translate(-70px, 0);
  -ms-transform: translate(-70px, 0);
  -webkit-transform: translate(-70px, 0);
  transform: translate(-70px, 0);
}

.list .color_to_pick_list li:nth-child(1) {
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  -o-transition: opacity 0.3s, -o-transform 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}

.list .color_to_pick_list li:nth-child(2) {
  -moz-transition: opacity 0.3s 0.15s, -moz-transform 0.3s 0.15s;
  -o-transition: opacity 0.3s 0.15s, -o-transform 0.3s 0.15s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition-delay: 0.15s, 0.15s;
  transition: opacity 0.3s 0.15s, transform 0.3s 0.15s;
}

.list .color_to_pick_list li:nth-child(3) {
  -moz-transition: opacity 0.3s 0.3s, -moz-transform 0.3s 0.3s;
  -o-transition: opacity 0.3s 0.3s, -o-transform 0.3s 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition-delay: 0.3s, 0.3s;
  transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
}

.list .color_to_pick_list li:nth-child(4),
.list .color_to_pick_list li:nth-child(5),
.list .color_to_pick_list li:nth-child(6),
.list .color_to_pick_list li:nth-child(7) {
  -moz-transition: opacity 0.3s 0.45s, -moz-transform 0.3s 0.45s;
  -o-transition: opacity 0.3s 0.45s, -o-transform 0.3s 0.45s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition-delay: 0.45s, 0.45s;
  transition: opacity 0.3s 0.45s, transform 0.3s 0.45s;
}

.list .product-container:hover .color_to_pick_list li {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.header-slide {
  overflow: hidden;
}

.header-slide h1,
.header-slide h2,
.header-slide h3,
.header-slide h4,
.header-slide h5,
.header-slide h6 {
  font-size: 3.1em;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  display: inline-block;
  letter-spacing: 5px;
}

.header-slide .content {
  text-align: center;
}

.header-slide .container.-responsive {
  text-align: center;
}

.header-slide .border-content p {
  color: #000;
}

.header-slide .border-content h2 {
  color: #E41C7E;
}


.header-slide p {
  display: block;
  letter-spacing: 4px;
}

.header-slide p,
.header-slide h1,
.header-slide h2,
.header-slide h3,
.header-slide h4,
.header-slide h5,
.header-slide h6 {
  position: relative;
  opacity: 0;
  font-family: 'source_serif_proregular', serif;
  /*color: #fff !important;*/
}

.header-slide p:nth-child(1),
.header-slide h1:nth-child(1),
.header-slide h2:nth-child(1),
.header-slide h3:nth-child(1),
.header-slide h4:nth-child(1),
.header-slide h5:nth-child(1),
.header-slide h6:nth-child(1) {
  -moz-transform: translate(-300px, 0);
  -ms-transform: translate(-300px, 0);
  -webkit-transform: translate(-300px, 0);
  transform: translate(-300px, 0);
  -moz-transition: -moz-transform 0.9s 1.1s, opacity 0.9s 1.1s;
  -o-transition: -o-transform 0.9s 1.1s, opacity 0.9s 1.1s;
  -webkit-transition: -webkit-transform 0.9s, opacity 0.9s;
  -webkit-transition-delay: 1.1s, 1.1s;
  transition: transform 0.9s 1.1s, opacity 0.9s 1.1s;
}

.header-slide p:nth-child(2),
.header-slide h1:nth-child(2),
.header-slide h2:nth-child(2),
.header-slide h3:nth-child(2),
.header-slide h4:nth-child(2),
.header-slide h5:nth-child(2),
.header-slide h6:nth-child(2) {
  -moz-transform: translate(300px, 0);
  -ms-transform: translate(300px, 0);
  -webkit-transform: translate(300px, 0);
  transform: translate(300px, 0);
  -moz-transition: -moz-transform 0.9s 1.6s, opacity 0.9s 1.6s;
  -o-transition: -o-transform 0.9s 1.6s, opacity 0.9s 1.6s;
  -webkit-transition: -webkit-transform 0.9s, opacity 0.9s;
  -webkit-transition-delay: 1.6s, 1.6s;
  transition: transform 0.9s 1.6s, opacity 0.9s 1.6s;
}

.header-slide p:nth-child(3),
.header-slide h1:nth-child(3),
.header-slide h2:nth-child(3),
.header-slide h3:nth-child(3),
.header-slide h4:nth-child(3),
.header-slide h5:nth-child(3),
.header-slide h6:nth-child(3) {
  -moz-transform: translate(-300px, 0);
  -ms-transform: translate(-300px, 0);
  -webkit-transform: translate(-300px, 0);
  transform: translate(-300px, 0);
  -moz-transition: -moz-transform 0.9s 2.1s, opacity 0.9s 2.1s;
  -o-transition: -o-transform 0.9s 2.1s, opacity 0.9s 2.1s;
  -webkit-transition: -webkit-transform 0.9s, opacity 0.9s;
  -webkit-transition-delay: 2.1s, 2.1s;
  transition: transform 0.9s 2.1s, opacity 0.9s 2.1s;
}

.header-slide p:nth-child(4),
.header-slide h1:nth-child(4),
.header-slide h2:nth-child(4),
.header-slide h3:nth-child(4),
.header-slide h4:nth-child(4),
.header-slide h5:nth-child(4),
.header-slide h6:nth-child(4) {
  -moz-transform: translate(300px, 0);
  -ms-transform: translate(300px, 0);
  -webkit-transform: translate(300px, 0);
  transform: translate(300px, 0);
  -moz-transition: -moz-transform 0.9s 2.6s, opacity 0.9s 2.6s;
  -o-transition: -o-transform 0.9s 2.6s, opacity 0.9s 2.6s;
  -webkit-transition: -webkit-transform 0.9s, opacity 0.9s;
  -webkit-transition-delay: 2.6s, 2.6s;
  transition: transform 0.9s 2.6s, opacity 0.9s 2.6s;
}

.header-slide p:nth-child(5),
.header-slide h1:nth-child(5),
.header-slide h2:nth-child(5),
.header-slide h3:nth-child(5),
.header-slide h4:nth-child(5),
.header-slide h5:nth-child(5),
.header-slide h6:nth-child(5) {
  -moz-transform: translate(-300px, 0);
  -ms-transform: translate(-300px, 0);
  -webkit-transform: translate(-300px, 0);
  transform: translate(-300px, 0);
  -moz-transition: -moz-transform 0.9s 3.1s, opacity 0.9s 3.1s;
  -o-transition: -o-transform 0.9s 3.1s, opacity 0.9s 3.1s;
  -webkit-transition: -webkit-transform 0.9s, opacity 0.9s;
  -webkit-transition-delay: 3.1s, 3.1s;
  transition: transform 0.9s 3.1s, opacity 0.9s 3.1s;
}

.header-slide p:nth-child(6),
.header-slide h1:nth-child(6),
.header-slide h2:nth-child(6),
.header-slide h3:nth-child(6),
.header-slide h4:nth-child(6),
.header-slide h5:nth-child(6),
.header-slide h6:nth-child(6) {
  -moz-transform: translate(300px, 0);
  -ms-transform: translate(300px, 0);
  -webkit-transform: translate(300px, 0);
  transform: translate(300px, 0);
  -moz-transition: -moz-transform 0.9s 3.6s, opacity 0.9s 3.6s;
  -o-transition: -o-transform 0.9s 3.6s, opacity 0.9s 3.6s;
  -webkit-transition: -webkit-transform 0.9s, opacity 0.9s;
  -webkit-transition-delay: 3.6s, 3.6s;
  transition: transform 0.9s 3.6s, opacity 0.9s 3.6s;
}

.active .header-slide p:nth-child(1),
.active .header-slide p:nth-child(3),
.active .header-slide p:nth-child(2),
.active .header-slide p:nth-child(4),
.active .header-slide h1:nth-child(1),
.active .header-slide h1:nth-child(3),
.active .header-slide h1:nth-child(2),
.active .header-slide h1:nth-child(4),
.active .header-slide h2:nth-child(1),
.active .header-slide h2:nth-child(3),
.active .header-slide h2:nth-child(2),
.active .header-slide h2:nth-child(4),
.active .header-slide h3:nth-child(1),
.active .header-slide h3:nth-child(3),
.active .header-slide h3:nth-child(2),
.active .header-slide h3:nth-child(4),
.active .header-slide h4:nth-child(1),
.active .header-slide h4:nth-child(3),
.active .header-slide h4:nth-child(2),
.active .header-slide h4:nth-child(4),
.active .header-slide h5:nth-child(1),
.active .header-slide h5:nth-child(3),
.active .header-slide h5:nth-child(2),
.active .header-slide h5:nth-child(4),
.active .header-slide h6:nth-child(1),
.active .header-slide h6:nth-child(3),
.active .header-slide h6:nth-child(2),
.active .header-slide h6:nth-child(4) {
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.home-banner__product img {
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}

.home-banner__product:hover img {
  -moz-transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
  transform: scale(1.03, 1.03);
}

.home-banner__image {
  overflow: hidden;
}

.out-slide-right,
.in-slide-right {
  -moz-transition: opacity 0.5s, -moz-transform 0.5s;
  -o-transition: opacity 0.5s, -o-transform 0.5s;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}

.in-slide-right {
  -moz-transform: translate(50px, 0);
  -ms-transform: translate(50px, 0);
  -webkit-transform: translate(50px, 0);
  transform: translate(50px, 0);
  opacity: 0;
}

.top-banner .img-banner {
  -moz-transition: -moz-transform 0.8s;
  -o-transition: -o-transform 0.8s;
  -webkit-transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  opacity: 1;
}

.top-banner .banner-link {
  overflow: hidden;
  position: relative;
}

.top-banner .banner-link:before {
  content: '';
  top: 0;
  left: -75%;
  display: block;
  z-index: 2;
  -moz-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  width: 50%;
  height: 100%;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC40Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0.4)));
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  position: absolute;
}

.top-banner .banner-link:hover .img-banner {
  -moz-transform: scale(1.07, 1.07);
  -ms-transform: scale(1.07, 1.07);
  -webkit-transform: scale(1.07, 1.07);
  transform: scale(1.07, 1.07);
}

.top-banner .banner-link:hover:after {
  opacity: 1;
}

.top-banner .banner-link:hover:before {
  -moz-animation: shine 1.1s;
  -webkit-animation: shine 1.1s;
  animation: shine 1.1s;
}

.top-banner .banner-link:hover .out-slide-right {
  opacity: 0;
  -moz-transition: opacity 0.5s, -moz-transform 0.5s;
  -o-transition: opacity 0.5s, -o-transform 0.5s;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
}

.top-banner .banner-link:hover .in-slide-right {
  -moz-transition: opacity 0.5s 0.3s, -moz-transform 0.5s 0.3s;
  -o-transition: opacity 0.5s 0.3s, -o-transform 0.5s 0.3s;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  -webkit-transition-delay: 0.3s, 0.3s;
  transition: opacity 0.5s 0.3s, transform 0.5s 0.3s;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.home-banner__image,
.avatar-wrapper {
  overflow: hidden;
  position: relative;
}

.home-banner__image:before,
.avatar-wrapper:before {
  content: '';
  top: 0;
  left: -75%;
  display: block;
  z-index: 2;
  -moz-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  width: 50%;
  height: 100%;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC40Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0.4)));
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  position: absolute;
}

.home-banner__image:hover:before,
.avatar-wrapper:hover:before {
  -moz-animation: shine 1.1s;
  -webkit-animation: shine 1.1s;
  animation: shine 1.1s;
}

.manufacturers-box__item>a {
  display: block;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  will-change: transform;
}

.manufacturers-box__item>a:hover {
  -moz-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

.news_module_image_holder>a,
.articleContent>a {
  display: block;
  overflow: hidden;
  position: relative;
}

.news_module_image_holder>a:before,
.articleContent>a:before {
  content: '';
  top: 0;
  left: -75%;
  display: block;
  z-index: 2;
  -moz-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  width: 50%;
  height: 100%;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC40Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0.4)));
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  position: absolute;
}

.news_module_image_holder>a:hover:before,
.articleContent>a:hover:before {
  -moz-animation: shine 1.1s;
  -webkit-animation: shine 1.1s;
  animation: shine 1.1s;
}

.news_module_image_holder>a:after,
.articleContent>a:after {
  opacity: 0;
  -moz-transition: opacity 0.5s 0.3s, -moz-transform 0.5s 0.3s;
  -o-transition: opacity 0.5s 0.3s, -o-transform 0.5s 0.3s;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  -webkit-transition-delay: 0.3s, 0.3s;
  transition: opacity 0.5s 0.3s, transform 0.5s 0.3s;
  -moz-transform: scale(4, 4);
  -ms-transform: scale(4, 4);
  -webkit-transform: scale(4, 4);
  transform: scale(4, 4);
}

.news_module_image_holder>a:after,
.articleContent>a:after {
  background: #76c4e5;
  color: #ffffff;
  border-radius: 50%;
  bottom: 0;
  content: '\34';
  font: 16px/3em "fontello";
  height: 3em;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 3em;
  z-index: 2;
}

.news_module_image_holder>a:hover:after,
.articleContent>a:hover:after {
  opacity: 1;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.subcategory-image a {
  overflow: hidden;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
}

.subcategory-image:hover a {
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.category-thumbnail .category-thumbnail__link {
  display: block;
  overflow: hidden;
  position: relative;
  border: none;
  padding: 0;
}

.category-thumbnail .category-thumbnail__link:before {
  content: '';
  top: 0;
  left: -75%;
  display: block;
  z-index: 2;
  -moz-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  width: 50%;
  height: 100%;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC40Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0.4)));
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  position: absolute;
}

.category-thumbnail .category-thumbnail__link img {
  width: 100%;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}

.category-thumbnail .category-thumbnail__link:hover:before {
  -moz-animation: shine 1.1s;
  -webkit-animation: shine 1.1s;
  animation: shine 1.1s;
}

.category-thumbnail .category-thumbnail__link:hover img {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

body.locked {
  overflow: hidden;
}

.unvisible,
.hidden {
  display: none;
}


#block-history {
  font-size: 16px;
}


@media (min-width: 1230px) {
  .hidden-lg {
    display: none !important;
  }
}

@media (max-width: 1229px) and (min-width: 992px) {
  .hidden-md {
    display: none !important;
  }
}

@media (max-width: 991px) and (min-width: 769px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .hidden-xs {
    display: none !important;
  }

  .grid .ajax_block_product:hover {
    box-shadow: none;
    transform: none;

  }

  .grid .ajax_block_product {

    padding: 0;
  }
}

@media (max-width: 480px) {
  .hidden-xxs {
    display: none !important;
  }
}

.header {
  background: #fff;
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
}

.header.-fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.header.-hide-bar {
  border-bottom: 1px solid #d9d9d9;
}

@media (max-width: 991px) {
  .no-scroll {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.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;
}

#reinsurance_block {
  clear: both !important;
}

@media (max-width: 1229px) {
  .zoomdiv {
    display: none !important;
  }
}

.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;
}

.homeslider-container {
  visibility: hidden;
}

.owl-loaded .homeslider-container {
  visibility: visible;
}


.breadcrumb_container {
  border-bottom: 1px solid #707070;
  height: 60px;
  display: flex;
  align-items: center;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .breadcrumb_container {
    border: none;
    height: fit-content;

  }
}

.breadcrumb_container .breadcrumbTrail {
  width: 90%;
  margin: 0 auto;
  padding: 0 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}

.breadcrumb_container .breadcrumbTrail span:last-of-type {
  color: #D7272C;
}

.breadcrumb_container .breadcrumbTrail>*,
.breadcrumb_container .breadcrumbTrail>span>a {
  color: #000;
}

.breadcrumb_container .breadcrumbTrail>span>a .breadcrumb {
  height: 300px !important;
  display: flex;
  align-items: flex-end;
  background: url(../img/slider1-1.jpg) no-repeat;
  display: none;
}

.breadcrumb .title_categ {
  display: block;
  width: 1190px;
  text-align: right;
  margin: auto;
  font-family: "IBM Plex Sans Condensed", sans-serif;
  color: #D7272C;
  font-size: 5em;
  text-shadow: 0 0 50px #26221F;
}

.breadcrumb_container a:hover {
  text-decoration: underline !important;
}

.navigation_page a,
.breadcrumb_container .home {
  text-transform: uppercase;
  font-weight: 600;
}

.navigation_page,
.navigation-pipe,
.breadcrumb_container .container.-responsive {
  font-weight: 600;
  font-size: 16px;
}

.navigation-pipe {
  margin: 0 8px;
}

.breadcrumb_container .container.-responsive {
  text-transform: uppercase;
  margin-top: 25px;
}

@media (max-width: 991px) {
  .breadcrumb_container .breadcrumbTrail {
    font-size: 10px;
    margin: 16px 7px;
  }
}

.content_sortPagiBar .sortPagiBar ul.display {
  display: inherit;
}

div .selector:focus {
  border-color: #D7272C;
}

.header_user_info a.logout {
  /* background: url('../img/icon/power-off-solid.jpg') no-repeat center; */
  /* background-size: 20px; */
  /* width: 20px; */
  /* height: 20px; */
}

/* .header_user_info a.logout::before {content: '\f011'; font-family: 'fontawesome';} */


#InfoContact {
  margin: 30px 0 30px 0
}

#adresse1,
#adresse2 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
  align-items: center;
  margin-bottom: 30px;
}

#adresse1 h2,
#adresse2 h2 {
  width: 100%;
  text-align: left;
  margin-bottom: 0;
}

#adresse1 h2,
#adresse1 h3,
#adresse2 h2,
#adresse1 h4,
#adresse2 h3,
#adresse2 h4 {
  font-family: 'source_serif_proregular', serif;
}

#adresse1 h4,
#adresse2 h4 {
  margin-top: 30px;
}

#adresse1 .adresseText,
#adresse1 .adresseMap,
#adresse2 .adresseText,
#adresse2 .adresseMap {
  width: 50%;
}

#layer_cart_product_title {
  font-family: 'League Spartan', serif;
  color: #D7272C;
}

.order_delivery ul.address {
  margin-top: 20px;
}

.font {
  font-family: 'source_serif_proregular', serif;
  color: #627A8C;
  text-transform: uppercase;
  text-align: center;
}

.presentation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 30px 0;
}

.presentation h3 {
  color: #627A8C;
  font-family: 'source_serif_proregular';
  text-transform: uppercase;
}

.presentation .presensationText1,
.presensationText2 {
  width: 60%;
}

.presentation .presensationText1 {
  padding-right: 20px;
}

.presentation .presensationText2 {
  padding-left: 20px;
}

.presentation .presensationImg1,
.presensationImg2 {
  width: 40%;
}

.toggle-footer li a {
  line-height: 1.5em;
  font-size: 1.1em;
  font-weight: 300;
  display: inline-block;
}

/* #usefull_link_block .print {display: none;} */

#block_various_links_footer ul li a {
  font-weight: 500;
}

#WarningMessagesRetrait {
  clear: both;
  width: 100%;
  border: #e41c6d 1px solid;
  padding: 10px 20px;
  margin: 20px 0 20px 0;
  color: #e41c6d;
  font-weight: 600;
}

#WarningMessagesRetrait span.warning:before {
  content: "\f071";
  font-family: "FontAwesome";
  font-size: 20px;
  /* vertical-align: -2px; */
  padding-right: 7px;
}

#WarningMessagesRetrait span.uppercase {
  font-weight: 900;
  font-size: 16px;
}





/* @media (min-width: 992px){ */
#Exped #Exped90 {
  color: #7e696d;
  font-size: 15px;
  font-family: Roboto, sans-serif;
  background: url(../img/icon/retrait.png) no-repeat;
  background-size: 25px;
  height: 24px;
  display: block;
  line-height: 28px;
  padding-left: 35px;
}

#Exped #Exped91 {
  color: #7e696d;
  font-size: 15px;
  font-family: Roboto, sans-serif;
  background: url(../img/icon/expedition.png) no-repeat;
  background-size: 25px;
  height: 24px;
  display: block;
  line-height: 28px;
  background-position-y: 5px;
  padding-left: 35px;
}

/* } */

.productscategory_h2 {
  margin-bottom: 0;
}

#crossselling {
  margin-top: 50px;
}

#crossselling h3 {
  text-align: center;
  font-family: "Domine", sans-serif;
  font-size: 1.4em;
}

#crossselling h5 {
  height: 55px;
  width: 80%;
  border-bottom: 1px solid #FDADD0;
  text-align: center;
  margin: auto;
}

#crossselling .price_display {
  padding-left: 10%;
  font-size: 18px;
  color: #7c514a;
}

/* #usefull_link_block {display: none !important;} */

#crossselling .ajax_add_to_cart_button {
  background: none !important;
  color: #fdadd0 !important;
  padding: 0;
}

#crossselling .ajax_add_to_cart_button:hover {
  color: #e51e77 !important;
}

#crossselling #crossselling_list_car .product-box .price_display,
#crossselling.clearfix {
  display: inline-block;
}

#crossselling #crossselling_list_car .product-box .clearfix {
  float: right;
  margin-right: 10%;
}

#crossselling #crossselling_list_car .product-box .clearfix .no-print {
  margin-top: -17px
}

#crossselling #crossselling_list_car .product-box .clearfix i {
  font-size: 25px;
}

.product_list .product-name {
  font-size: 1.8rem;
  display: block;
}

/*.tab-content #bt_tabs-0 */
.product_list.product_list_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0;
  justify-content: center;
}


/*.tab-content #bt_tabs-0 */
.product_list.product_list_flex.row::before {
  content: unset;
}

/* .product_list.product_list_flex .ajax_block_product {
  width: calc( 100% / 4 - (20px - (20px / 4)));
  margin: 0;
  padding: 4px 0 0 0;
} */
/*.tab-content #bt_tabs-0 */
.product_list.product_list_flex.grid .product-container {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* .product_list .product-name::first-letter {text-transform: uppercase;} */
/*.product_list .button-view-product {margin-bottom: 10px;}*/


/* #category .columns-container, #new-products .columns-container {background: #f9f9f9;} */
#category .columns-container .product-container,
#new-products .columns-container .product-container {
  background: #f9f9f9;
}

#category .content_price {
  font-size: 18px;
  color: #7c514a;
  line-height: 30px;
}

#category .button-view-product .lnk_view {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 30px;
}

.product_list .button-view-product .font-cart {
  text-transform: uppercase;
  transition: transform 2s;
}

/* #addresses .clearfix.main-page-indent {margin-bottom: 10px;} */

#_desktop_user_info .login {
  margin-top: -1px;
  color: #ffffff;
}

#_desktop_user_info .login2 {
  color: #FFFFFF;
}

#_desktop_user_info .account,
#_desktop_user_info .logout {
  /*margin-top: -3px; color: #ffffff;*/
}

#cms .rte h2 {
  color: #111111;
  font-size: 2em;
  font-family: "IBM Plex Sans Condensed", sans-serif;
  margin-top: 20px !important;
  border-bottom: 1px solid #D7272C;
  margin-bottom: 35px;
}

#cms .rte .download_btn {
  display: block;
  background-color: #D7272C;
  width: fit-content;
  padding: 10px 20px;
  color: #fff;
  border-radius: 10px;
}

#cms .rte .download_btn:hover {
  background-color: #000;
}

#cms.cms-4 .rte h2 {
  border: none;
}

#cms .rte h3 {
  font-size: 1.1em;
  color: #D7272C;
  font-family: "League Spartan", sans-serif;
  margin-bottom: 8px !important;
  margin-top: 20px !important;
  /*margin-left: 20px !important;*/
}

#cms .rte h4 {
  font-size: 1.2em;
  color: #D7272C;
  font-family: "League Spartan", sans-serif;
  margin-left: 40px !important;
}

#cms .rte h5,
#cms .rte h4 {
  line-height: normal;
}

#cms .rte a {
  color: #D7272C;
}

#cms .rte ul {
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 20px;
}

#cms .rte .half_size_text {
  width: 50%;
}

@media screen and (max-width: 768px) {
  #cms .rte .half_size_text {
    width: 100%;
  }
}

.cms-credits #center_column .rte ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#cms .notre-histoire {
  min-height: 1198px;
}

#cms .notre-histoire .section-1 {
  width: 65%;
  margin-left: 35%;
  text-align: justify;
}

#cms .notre-histoire .section-2 {
  width: 55%;
  margin-right: 45%;
  text-align: justify;
  margin-top: 230px;
}

#cms .notre-histoire .section-3 {
  width: 55%;
  margin-left: 45%;
  text-align: justify;
  margin-top: 100px;
}

#cms .notre-histoire h3 {
  color: #000;
  text-align: center;
  font-weight: 600;
  font-size: 24px !important;
  padding-bottom: 0 !important;
}

#cms .notre-histoire h3.subtitle {
  margin-top: -35px !important;
}

#cms .notre-histoire h4 {
  color: #D7272C;
  text-align: center;
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-weight: 500;
  font-size: 60px !important;
  line-height: 48px;
  margin-bottom: 40px;
}

#cms .notre-histoire ul {
  list-style: none;
}

#cms .notre-histoire ul li::before {
  content: "\2022";
  color: #E51E77;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  font-size: 25px;
  line-height: 0;
}

#cms #Equipe li {
  list-style-type: none;
}

#cms #Equipe li.encart,
#cms #Equipe li.part {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

#cms #Equipe li h2 {
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-size: 45px;
  font-weight: normal;
  border-bottom: 1px solid #E51E77;
}

#cms #Equipe li h3 {
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

#cms #Equipe .part .encart .text {
  width: 725px;
}

#cms #Equipe li.encart div.text.first {
  margin-right: 113px;
}

#cms #Equipe li.encart div.text.last {
  margin-left: 113px;
}

#cms #Equipe li.part div.prod,
#cms #Equipe li.part div.vente {
  width: 47.5%;
}

#cms #Equipe li.part div.prod {
  margin-right: 5%;
}

/* #cms #Equipe li.part {display: block; clear: both;} */
/* #cms #Equipe .part .encart .text {float: left; width: 725px;} */
/* #cms #Equipe .part .encart .image {float: left; width: 234px;} */
.cms-2 .rte h3 {
  font-size: 1.7em !important;
  font-family: 'IBM Plex Sans Condensed', sans-serif !important;
  font-weight: 600;
}

.radio_liv {
  margin-bottom: 20px !important;
}

.radio_liv label {
  margin-right: 30px;
}

#uniform-livraison label {
  margin-right: 30px;
}

/* #order td.cart_quantity {display: table-cell;} */

#category .category-cover {
  display: none;
}

.listStores li p {
  margin-bottom: 10px !important;
  line-height: 1.3 !important;
}

.subcategory-heading {
  display: none;
}

#category .heading-counter {
  display: none;
}

#left_column {
  margin-top: 60px;
}

#center_column {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  #order #center_column {
    margin-top: 5px;
  }
}

/*#order .order_carrier_content.box,*/
#order-confirmation .orderConfirmation.box {
  margin-top: 60px;
}

#module-mailalerts-account #left_column {
  display: none;
}

#module-mailalerts-account #center_column {
  width: 100%;
}

.photoMobile {
  display: none;
}

#TopPrice {
  font-size: 14px;
  color: #4e3d3f;
  display: block;
  margin-bottom: 5px;
  /*position: absolute; top: -24px; right: 0px;*/
}

.slide_title-two-little {
  font-size: 2.5em !important;
  color: #e51e77 !important;
  font-family: "IBM Plex Sans Condensed", sans-serif !important;
  text-transform: inherit !important;
  line-height: 0.7;
  float: right;
  border-bottom: none !important;
}

#buy_block {
  justify-content: flex-start !important;
}

#quantity_wanted_p {
  /*margin-left: 20px !important;*/
  margin-right: 20px !important;
}

#block_contact_infos {
  /*border-left: 2px solid #3f3f3f;*/
  padding-left: 20px;
  margin-left: -20px;
  width: 33%;
}

#block_contact_infos .toggle-footer li {
  font-size: 1.1em;
  font-weight: 300;
}

#block_contact_infos .toggle-footer li i {
  padding-right: 10px;
}

.adresseFG {
  line-height: 24px;
}

#index .wrapper-tabs.carousels.wow {
  width: auto;
}

#_desktop_user_info .login::before

/*, #_desktop_user_info .account::before*/
  {
  content: '\f007';
  font-family: fontawesome;
}

#_desktop_user_info .dropdown-menu .account::before {
  content: '';
  font-family: fontawesome;
}

#ap5-price-container {
  border-top: none;
  padding: 0;
  margin: 0;
}

#ap5-price-container .our_price_display {
  font-size: 30px;
  margin-bottom: 25px;
}

#short_description_block #short_description_content p {
  margin-bottom: 0 !important;
}

#ap5-buy-container #quantity_wanted_p {
  margin-left: 0 !important;
}

#ap5-buy-block-container .product_attributes {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}

#ap5-buy-block-container .box-cart-bottom {
  margin: 0 !important;
}

#ap5-add-to-cart button {
  padding: 11px 20px;
}

#ap5-add-to-cart button span {
  font-size: 16px;
  padding-right: 0 !important;
}

#ap5-buy-container #usefull_link_block {
  margin-top: 0 !important;
}

#ap5-buy-container #quantity_wanted_p {
  margin-right: 10px !important;
}

#ap5-add-to-cart {
  margin-right: 10px;
}

#index .nav.nav-tabs {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #index .nav.nav-tabs {
    gap: 10px;
  }
}

.error {
  font-size: 1.1em;
  margin-top: 50px;
}

#form_wishlist .page-subheading {
  margin: 0 0 30px !important;
}

.bloc_adresses .page-subheading::before,
.order_delivery .page-subheading::before,
#form_wishlist .page-subheading::before,
#authentication .page-subheading::before,
.address .page-subheading::before,
#module-cashondelivery-validation .page-subheading::before {
  border: none;
}

.order_delivery .page-subheading .address_alias {
  background: none;
}

.cart_discount_name {
  font-size: 16px;
}

#contact .form-group.selector1,
#contact .form-group.upload {
  display: block !important;
}

.content_scene_cat {
  margin-top: 30px;
}

.content_scene_cat .cat_desc .category-name {
  display: none;
}

/* .cat_desc .rte h3 span strong span {font-family: 'League Spartan', sans-serif; font-size: 16px !important;} */

#contact #uniform-fileUpload .action {
  background-color: #000000;
  border-radius: 10px;
}

#contact .form-group {
  font-size: 16px !important;
  margin-top: 20px;
  width: 47%;
}

#contact .form-group.error label {
  color: #D7272C;
}

#contact .form-group.error input {
  border-color: #D7272C;
}

#contact .rightCol .form-group,
#contact .form-group.upload {
  width: 100%;
}

#contact div.uploader span.filename {
  width: 100% !important;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
}

.form-group sup {
  color: #D7272C;
}

.submit button i {
  display: none;
}


.submit button {
  background: #000000;
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-weight: 500;
  font-size: 1.2em;
}

.submit button:hover {
  background: #D7272C;
}

.apc_modal p {
  padding: 0 30px;
  line-height: 1.5;
  font-size: 16px;
}


/* .apc_modal .dont-show-again {padding: 20px; font-size: 12px;} */

.sortPagiBar--bottom {
  display: flex;
  justify-content: flex-end;
  padding: 15px 20px 15px;
}

.hi-carousels-images a img {
  margin: auto;
}

#htmlbanners9 .owl-dots .owl-dot {
  display: block !important;
}

.carousels-pack-action .owl-theme .owl-stage-outer {
  margin-left: 2px;
}

.owl-theme .owl-nav [class*="owl-"] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

/* .carousels-pack-action .owl-theme .owl-dots .owl-dot {display: inline-block !important;} */
.carousels-pack-action .owl-theme .owl-nav [class*=owl-] {
  font-size: 25px;
  margin: 0;
  padding: 2px;
  background: #D6D6D6;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.carousels-pack-action .owl-theme .owl-nav>div {
  /*top: 40%;*/
  top: 35%;
}

.carousels-pack-action .owl-theme .owl-prev::before {
  content: '\f104';
  font-family: 'FontAwesome';
  font-size: 24px;
  margin-top: -28px;
  margin-right: 3px;
  display: block;
}

.carousels-pack-action .owl-theme .owl-next::before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 24px;
  margin-top: -28px;
  margin-left: 3px;
  display: block;
}

.carousels-pack-action .owl-theme .owl-nav [class*=owl-]:hover {
  background: #D7272C;
}

.hi-carousels-images {
  margin-right: 0;
}

.owl-theme .owl-controls .owl-page span,
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #222222 !important;
}

#lineven-additionalproductsorder h3 {
  margin: 20px auto;
}

#lineven-additionalproductsorder .list {
  margin-bottom: 40px;
}

#lineven-additionalproductsorder .list ul li {
  margin-top: 15px !important;
}

#lineven-additionalproductsorder .list ul li .container_description .product_name {
  font-size: 1.1em !important;
  margin-top: 10px;
}

#lineven-additionalproductsorder .list ul li .container_description .product_description {
  font-size: 1em !important;
}

#lineven-additionalproductsorder .list ul li .product-price {
  font-size: 1.2em !important;
  margin-top: 20px !important;
}

#lineven-additionalproductsorder #products {
  background: #f8f8f8;
  padding: 20px;
}

#LinkCatalogue {
  margin-top: 27px;
  color: #ffffff;
  font-size: 22px;
}

.font-catalogue:before {
  content: '\f02d';
  font-family: 'Fontawesome';
  margin-top: 6px;
  padding: 0 20px;
}

#index .produitALaUne,
#index .deals-box {
  display: none;
}

#index #bt_tabs-0 .produitALaUne,
.category-1009 .deals-box,
.category-1096 .deals-box,
.category-1097 .deals-box,
.category-1021 .deals-box,
#blockspecials .deals-box {
  display: flex;
  top: 5px;
  left: 5px;
}

.btn .icon-remove {
  margin-left: 5px;
}

.footable-row-detail-inner,
.footable-row-detail-inner .footable-row-detail-row {
  display: block !important;
}

.footable-row-detail-inner .footable-row-detail-row:last-child .footable-row-detail-name {
  display: none;
}

.footable-row-detail-inner .footable-row-detail-row:last-child .footable-row-detail-value {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

#history .totalPrice,
#history .history_price,
#history .tableauExpedition {
  display: none !important;
}

#authentication .infosPro .form_info {
  margin-bottom: 10px;
}

.dont-show-again a:before {
  /*content: '\2e';*/
  font-family: "fontello";
  color: #000000;
  font-weight: 800;
  font-size: 15px;
  padding-right: 5px;
}

.dont-show-again:hover {
  color: #ffffff !important;
}

.popupAccueil.apc-popup-1 .dont-show-again {
  position: absolute;
  left: 10%;
  bottom: 57px;
  background-color: #D7272C;
  font-size: 1.2em;
  right: unset;
  display: block;
  color: #ffffff;
  display: flex;
  width: 80px;
  height: 50px;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
}

.popupAccueil.apc-popup-1 .dont-show-again a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  line-height: initial;
}

.popupAccueil.apc-popup-1 .dont-show-again:hover {
  background-color: #fff;
  border: 2px solid #D7272C;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.popupAccueil.apc-popup-1 .dont-show-again:hover a {
  color: #D7272C;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.apc_modal p {
  font-size: 1.7em;
  font-weight: 500;
  line-height: 1;
  font-family: "IBM Plex Sans Condensed", sans-serif;
}

.apc_modal .Standard {
  margin: 0 10%;
  font-size: 1.2em;
  font-weight: 500;
  color: #000000;
}

.popupAccueil .fancybox-close {
  display: none;
}

.validEmail li {
  font-size: 16px;
}

.validateEmail a {
  color: #D7272C;
}

#usefull_link_block .print {
  display: none;
}

#account-creation_form #OptionsCasesACocher .checkbox.infos_exactes_w.hidden {
  display: none;
}

#account-creation_form #OptionsCasesACocher .checkbox label {
  position: relative;
}

.infos_exactes_w .form_info {
  margin-bottom: 20px;
}


#htmlbanners1,
#htmlbanners3 {
  display: none;
}

#index #htmlbanners1,
#index #htmlbanners3 {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 0 10px;
}

#index #htmlbanners3 {
  padding: 0 10px 32px;
}

#index #htmlbanners1 {
  animation-delay: 0s !important;
}

#index #htmlbanners3 .htmlbanners3-inner {
  width: 75%;
  margin: 0 0 0 auto;
}


#index .prefooter .carousels-pack-block

/*, .prefooter .carousels-pack-block .owl-dots*/
  {
  display: none;
}

.prefooter .carousels-pack-block {
  margin: 0;
  /*display: none;*/
}

.prefooter .carousels-pack-block .owl-dots {
  margin-bottom: 30px;
}

.cms-4 .prefooter .carousels-pack-block {
  display: block;
}

.cms-4 .prefooter .carousels-pack-block .owl-dots {
  display: block;
}

.prefooter .carousels-pack-block .owl-prev {
  margin-left: 15px !important;
}

.prefooter .carousels-pack-block .owl-next {
  margin-right: 15px !important;
}

.prefooter .carousels-pack-action .owl-theme .owl-nav>div {
  top: 50%;
}

#search_query_block {
  font-size: 1em;
}

#WishlistBtn {
  margin-top: 30px;
  color: #ffffff;
  font-size: 22px;
  padding: 0 0 0 10px;
  display: none;
}

#WishlistBtn:before {
  content: "\f004";
  font: 500 20px/31px "FontAwesome";
  color: #ffffff;
  text-align: center;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0;
}


.ap5-pack-page #wishlist_button_block {
  padding: 0;
}

.myaccount-link-list .mailalerts {
  display: none !important;
}

#module-cashondelivery-validation .page-subheading {
  font-size: 25px;
  /*line-height: 2.6;background: url(../img/cash.png) no-repeat; padding-left: 80px;*/
  margin-top: 0 !important;
}

.product_list .ppc {
  display: inline-block;
  width: auto;
  margin-left: 0;
  font-size: 0.7em;
  margin-top: 3px;
}

@media screen and (max-width: 768px) {
  .product_list .ppc {
    display: inline-block;
    width: auto;
    margin-left: 0;
    font-size: 0.7em;
    margin-top: 3px;
  }
}

#password .box,
#password h1 span {
  background: #ffffff;
}

#password h1 span {
  padding-right: 10px;
}

#account-creation_form .checkbox {
  display: flex;
}

.addresses-lists div:nth-child(2) .myaccount-link-list li:last-child {
  display: none !important;
}

.addresses-lists div:nth-child(2) .myaccount-link-list li#LinkFormRetour {
  display: block !important;
}

#block-order-detail .info-order {
  display: none;
}

.list .product_list .ppc,
.center_column .ppc,
.grid .product_list .ppc {
  /* margin-left: 6px; */
  color: #7c7c7c;
  font-weight: 400;
}

@media screen and (max-width: 1280px) {
  .product_list .ppc {
    font-size: 0.6em;
    margin-left: px;
  }

  .list .product_list .ppc,
  .grid .product_list .ppc {
    margin-left: 0px;

  }
}

#search_block_left .title_block {
  text-transform: uppercase;
  padding: 0;
  border-bottom: none;
}

#search_block_left .title_block::before {
  display: none;
}

#search_block_left label {
  display: none;
}

#search_block_left p.block_content {
  border: 1px solid #707070;
  border-radius: 10px;
}

.priceWishlistW {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.priceWishlistW .content_price {
  /* width: 100%; */
  text-align: left;
  /* line-height: 1; */
  /* margin-bottom: 20px; */
}

@media screen and (max-width:754px) {
  .priceWishlistW .content_price {

    margin-bottom: 5px;
  }

}

.priceWishlistW .hook-reviews .add_to_ws_wishlist {
  display: block;
}




.dropdown-menu {
  position: absolute;
  top: 96%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 140px;
  padding: 5px 0;
  list-style: none;
  font-size: 13px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

/*.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #428bca; }*/

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  color: #999999;
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.open>.dropdown-menu {
  display: block;
}

.open>a {
  outline: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #999999;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right>.dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

#product .js-carousel-productscategory .owl-nav .owl-prev,
#product .js-carousel-productscategory .owl-nav .owl-next {
  display: inline-block !important;
  color: #ffffff;
  font-size: 25px;
  margin: 0;
  padding: 2px;
  background: #D6D6D6;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  top: 45%;
}

#product .js-carousel-productscategory .owl-nav .owl-prev:hover,
#product .js-carousel-productscategory .owl-nav .owl-next:hover {
  background: #D7272C;
}

#product .js-carousel-productscategory .owl-nav .owl-prev .font-left,
#product .js-carousel-productscategory .owl-nav .owl-next .font-right {
  display: none;
}

#product .js-carousel-productscategory .owl-nav .owl-prev:before {
  content: '\f104';
  font-family: 'FontAwesome';
  font-size: 24px;
  margin-top: -28px;
  margin-right: 3px;
  display: block;
}

#product .js-carousel-productscategory .owl-nav .owl-next:before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 24px;
  margin-top: -28px;
  margin-left: 3px;
  display: block;
}

.header_user_info__list>.account,
.header_user_info__list .login2 {
  width: 100% !important;
  background-repeat: no-repeat;
  height: 30px;
  background-size: contain;
}

.header_user_info__list .login2 {
  background-image: url('../img/icon/user-solid.png');

}


.header_user_info__list>.account {
  background-image: url('../img/icon/user-check-solid.png') !important;
}

.login2 .text-box {
  margin-left: 33px;
  position: relative;
  bottom: -1px;
  font-size: 12px;

}

@media only screen and (max-width: 850px) {

  .header_user_info__list .account .text-box,
  .header_user_info__list .account {
    filter: invert(1);
    font-weight: 400;
    color: #000;
  }

  #languages-block-top .current img {
    filter: invert(1);
  }

  .login2 .text-box {
    margin-left: 10px;
    position: relative;
    bottom: 6px;
    text-transform: uppercase;
    font-size: 11px;
    color: #fff;
  }

  .account .text-box {
    font-size: 13px;
    bottom: 13px;


  }
}

.header_user_info__list .dropdown-menu .account {
  width: 100% !important;
  padding: 3px 20px !important;

  margin-right: 0 !important;
}

.header_user_info__list .dropdown-menu li:hover {
  background: #D7272C;
}

.header_user_info__list .dropdown-menu li:hover a {
  color: #ffffff;
}

#uniform-selectProductSort span {
  font-size: 12px !important;
}

#order #cart_voucher {
  display: none !important;
}

#cart_summary thead tr th {
  vertical-align: middle;
  text-align: center;
}

.order_carrier_content .box .checkbox a.iframe {
  color: #000000 !important;
  font-weight: bolder !important;
}

#order .delivery_options {
  display: none;
}

#module-cashondelivery-validation #cart_navigation a {
  display: none;
}

#lineven-additionalproductsorder {
  display: none;
}

.layer_cart_product .cross:hover {
  background: #D7272C !important;
}


#QuantityW {
  margin: auto;
  width: max-content;
}

.products_outOfStock_container {
  margin: 20px 0 30px;
  border: 2px solid #D7272C;
  padding: 10px 20px;
  font-size: 20px;
}

.products_outOfStock_container p {}

.products_outOfStock_container p #MessageReappro {}

.products_outOfStock_container ul {
  padding: 0 0 0 16px;
}

.products_outOfStock_container ul li {
  list-style: disc;
  font-size: 17px;
}

/* #MessageReappro.big {} */

#oosHook #mailalert_link {
  display: none !important;
}

#oosHook #totshowmailalerts_link {
  margin-top: 0 !important;
}

#oosHook #totshowmailalerts_link img {
  margin-right: 10px;
  display: initial;
}


.js-carousel-productscategory .owl-nav,
.js-carousel-productscategory .owl-dots {
  margin-top: 0 !important;
}

.blockproductscategory .availability,
.blockproductscategory #availability_statut,
.blockproductscategory .product_list .availability span {
  margin-bottom: 10px !important;
  font-size: 12px !important;
}

#product #last_quantities {
  color: #ff7f24;
  font-weight: bold;
  font-size: 15px;
}

.product_list .notallowed {
  background: #D7272C !important;
}

#contact #RequiredFields {
  color: #D7272C;
  font-weight: bold;
}

#contact .leftCol {
  width: 92% !important;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#contact .rightCol {
  width: 100% !important;
  padding: 0;
}





.hi-carousels-images {
  border: none !important;
}

.carousels-pack-action .owl-nav {
  display: none;
}

.selectLanguage {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.2em;
  margin-left: 8px;
}

.optionLanguage {}


#header .font-cart::before {
  content: none;
}

#header .shopping_cart__unlink.mobile {
  display: none;
}

#header .shopping_cart__link,
#header .shopping_cart__unlink {
  background: url('../img/icon/icon-cart.png') no-repeat center;
  width: 30px;
  height: 30px;
  display: block;
  background-size: contain;
}


.myaccount-link-list i.icon-user {
  background: #111111 url(../img/icon/icon-account.png) no-repeat center !important;
  background-size: 25px !important;
}

.myaccount-link-list a:hover i.icon-user {
  background: #D7272C url(../img/icon/icon-account.png) no-repeat center !important;
  background-size: 25px !important;
}

.myaccount-link-list i.icon-user:before {
  content: '';
}


/* MASQUER DES LIENS DANS LE FOOTER ("avoir" -> temporaire) */
.footer-block.block_my_account .bullet li:nth-child(2),
.footer-block.block_my_account .bullet li:nth-child(5) {
  display: none;
}

/* * * * * * * * * * * * * * * * * * */



/* MASQUER LIEN DANS NAVBAR VERSION ANGLAISE */
#block_top_menu .sf-menu li:last-child .submenu-container>li:last-child>a,
#block_top_menu .sf-menu li:last-child .menu-mobile li:last-child {
  display: none;
}

.lang_fr #block_top_menu .sf-menu li:last-child .submenu-container>li:last-child>a,
.lang_fr #block_top_menu .sf-menu li:last-child .menu-mobile li:last-child {
  display: block !important;
}

.old-price {
  display: none;
}

#hideSendWishlist {
  margin-left: 20px;
}

#layered_block_left {
  display: none;
}


#categories_block_left li a {
  font-family: "IBM Plex Sans Condensed", sans-serif;
}

#categories_block_left .title_block:after {
  top: 6px !important;
}

#search_block_left p.title_block {
  display: none;
}

#search_block_left form {
  display: block !important;
}

#search_block_left .block_content {
  display: block !important;
}

#authentication #BtnSuivant,
#authentication #BtnPrecedent {
  display: inline-block;
}

#authentication #OptionsCasesACocher,
#authentication #BtnPrecedent,
#authentication .account_creation .submit {
  display: none;
}

#authentication #BtnSuivant,
#authentication #BtnPrecedent {
  background: #000000;
  padding: 10px 20px;
  color: #ffffff;
  cursor: pointer;
  border-radius: 10px;
}

.boutonsPrevNext {
  margin-top: 30px;
}

#authentication #BtnSuivant:hover,
#authentication #BtnPrecedent:hover {
  background: #D7272C !important;
}

#authentication #submitAccount {
  background: #D7272C !important;
}


#product #tab-accessories .functional-buttons {
  display: none;
}

#product #description_block_content {
  font-size: 1.2em !important;
}

#product #description_block_content .btn {
  padding-bottom: 10px
}

#index #hpprtb {
  display: none;
}


/* Module produit de substitution */
#module-sdevcrossproduct {
  margin: 50px 0 0;
}

#module-sdevcrossproduct h4 {
  background: #707070;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 20px 7px;
  font-size: 1.2em;
  font-weight: 500;
}

#module-sdevcrossproduct hr {
  border-top: 0;
}

#module-sdevcrossproduct-products-dst-slicked {
  width: 100% !important;
}

#module-sdevcrossproduct-product-dst {
  transition: border-color 0.4s, transform 0.4s;
  background: #f9f9f9;
}

#module-sdevcrossproduct-products-dst .module-sdevcrossproduct-product-dst img {
  padding: 22px 22px 0 !important;
  position: relative;
}

#module-sdevcrossproduct-products-dst .module-sdevcrossproduct-product-dst p:nth-child(2) {
  padding: 0 19px;
  height: 110px;
  text-align: left;
}

#module-sdevcrossproduct-products-dst .module-sdevcrossproduct-product-dst p:nth-child(2) a {
  font-size: 1.8rem;
  height: 70px;
  text-transform: none;
  margin: 11px 0 20px;
  font-weight: 600;
}

#module-sdevcrossproduct-products-dst .module-sdevcrossproduct-product-dst .slick-track {
  transform: translate3d(0px, 0px, 0px);
  margin: 0;
}

.module-sdevcrossproduct-product-dst {
  background: #f9f9f9;
  margin: 5px 5px 15px;
}

.module-sdevcrossproduct-product-dst:hover {
  -moz-transform: translate(0, -3px);
  -ms-transform: translate(0, -3px);
  -webkit-transform: translate(0, -3px);
  transform: translate(0, -3px);
  /* border-color: #e9e9e9; */
  /* border-bottom: 1px solid #e9e9e9; */
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
  box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  transition: border-color 0.4s, transform 0.4s;
}

.sdevcrossproduct-slick-center {
  padding: 0 19px;
}

.sdevcrossproduct-slick-center .price-and-stock {
  font-size: 18px !important;
  color: #111111;
  text-align: left;
}

#module-sdevcrossproduct-products-dst .slick-track {
  margin: 0;
}

#module-sdevcrossproduct-products-dst .ref {
  font-size: 20px;
  padding-bottom: 15px;
  display: block;
  color: #707070;
}

#module-sdevcrossproduct-categories-dst h5 {
  text-transform: uppercase;
  font-size: 20px;
  color: #898989;
}

.module-sdevcrossproduct-category-dst a {
  text-transform: uppercase;
  font-size: 18px;
}

#module-sdevcrossproduct-categories-dst-slicked {
  width: 100% !important;
}

#module-sdevcrossproduct-products-dst .slick-prev,
#module-sdevcrossproduct-products-dst .slick-next {
  background-color: #ffffff !important;
}

#module-sdevcrossproduct-products-dst .slick-arrow:before {
  color: #D6D6D6;
  font-size: 26px;
}

#module-sdevcrossproduct-products-dst .slick-arrow:hover:before {
  color: #D7272C;
}

.module-sdevcrossproduct-product-dst .qteW {
  padding: 0 19px;
  display: none;
}

.module-sdevcrossproduct-product-dst .qte {
  display: block;
}

.module-sdevcrossproduct-product-dst .qte span {
  display: flex;
  width: 100%;
  padding: 5px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 10px !important;
  font-size: 12px !important;
  justify-content: center;
  height: 40px;
  line-height: 2.5em;
}

.module-sdevcrossproduct-product-dst .btn-add-to-card {
  color: #D7272C;
  background: none;
  font-size: 1.8em;
}

.sdevcrossproduct-slick-center {
  display: flex;
  /*border-top: 1px solid #d82c21;*/
  justify-content: space-between;
}

.sdevcrossproduct-slick-center button {
  background: none;
  color: #D7272C;
  font-size: 1.8em;
  padding: 0;
}

#module-sdevcrossproduct-products-dst .sdevcrossproduct-slick-center {
  margin: 0 19px !important;
  padding: 0;
}

#module-sdevcrossproduct-products-dst .sdevcrossproduct-slick-center .price-and-stock {
  line-height: 2;
  font-weight: 500;
}

.sdevcrossproduct-slick-center .button-container {
  display: none;
}


/* HTMLBANNER 9 */
#htmlbanners9 .owl-dots {
  display: none !important;
}

#htmlbanners9 .owl-nav div {
  font-size: 2em;
  padding: 4px 15px;
  background: none;
  color: #D6D6D6;
}

#htmlbanners9 .owl-nav .owl-next {
  padding-right: 80px;
}

#htmlbanners9 .owl-prev,
#htmlbanners9 .owl-next {
  display: block !important;
}

#htmlbanners9 .owl-prev .font-left:before {
  content: "\f053";
  font-family: 'fontawesome';
  padding-left: 50px;
}

#htmlbanners9 .owl-next .font-right:before {
  content: "\f054";
  font-family: 'fontawesome';
  /*padding-right: 50px;*/
}


.right-block .sku {
  color: #707070;
  font-family: 'IBM Plex Sans Condensed', sans-serif;
  text-align: left;
  font-size: 1.2em;
}

.sortPagiBar #grid.selected i {
  color: #ffffff;
}

#search h1.page-heading {
  background: url('../img/barre-noire.png') repeat-x center;
}

#search h1.page-heading span {
  background: #ffffff;
}

.CMScolW {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.CMScol1,
.CMScol2 {
  width: 48%;
}

.CMScol1 {
  margin-top: 20px;
}

#galeriePhotosW {
  margin: 0 0 32px;
  width: 100%;
}

#galeriePhotos {
  display: flex;
  align-items: initial;
  justify-content: space-around;
  width: 100%;
}

#galeriePhotos .galerieLeft {
  width: 47%;
}

#galeriePhotos .galerieRight {
  display: flex;
  flex-wrap: wrap;
  width: 47%;
}

#galeriePhotos .galerieRight .groupe1 {}

#galeriePhotos .galerieRight .groupe2 {
  display: flex;
  align-items: end;
}

#galeriePhotos .galerieMiddle {
  width: 100%;
}

#galeriePhotos img {
  margin: auto;
  width: 100%;
}

#description_blockW {
  padding-bottom: 20px
}

#my-account .footer_links,
#identity .footer_links,
#history .footer_links,
#addresses .footer_links,
#address .footer_links,
#module-advansedwishlist-mywishlist .footer_links {
  border: none;
}

#my-account .footer_links .btn {
  font-weight: 500;
}

#identity h1,
#history h1,
#addresses h1,
#address h1,
#contact h1,
#authentication h1,
#module-advansedwishlist-mywishlist h1 {
  border-bottom: 3px solid #111111;
  margin-bottom: 20px !important;
}

#identity .page-heading>span,
#identity .page-subheading>span,
#history .page-heading>span,
#history .page-subheading>span,
#addresses .page-heading>span,
#addresses .page-subheading>span,
#address .page-heading>span,
#address .page-subheading>span,
#contact .page-heading>span,
#contact .page-subheading>span,
#authentication .page-heading>span,
#authentication .page-subheading>span,
#module-advansedwishlist-mywishlist .page-heading>span,
#module-advansedwishlist-mywishlist .page-subheading>span {
  color: #111111;
}

.wl_product_info a {
  text-align: left;
  font-weight: 600;
}


.btnPublicPrice {
  display: block;
  margin: 20px 0 0;
  text-transform: inherit;
  padding: 5px 10px;
  background: none;
  color: #707070;
  border: 1px solid #707070;
}

.btnPublicPrice:hover {
  background: #707070;
  color: #ffffff;
}

.prixStrong {
  font-size: 32px;
  font-weight: 700;
}

#PrixPublic {
  display: none;
}

.declinaisonPack {
  display: none !important;
}

#button_order_cart {
  border: none;
}

#tab-download .btn:hover,
#button_order_cart:hover {
  background: #D7272C;
}

#tab-download .btn {
  background: #000000;
}

.wl_product_info .ajax_add_to_cart_button {
  display: flex;
  align-items: flex-end;
}

#order #advansedwishlist_cart_block .font-cart:before {
  top: 0 !important;
}

#order #advansedwishlist_cart_block .font-cart span {
  display: initial;
  position: relative;
  bottom: 4px;
}

#addresses .main-page-indent .button,
#addresses .footer_links .btn {
  background: #000000;
}

#addresses .main-page-indent .button:hover,
#addresses .footer_links .btn:hover {
  background: #D7272C;
}

.product_list.grid .wishlist .open_wishlist_popup {
  margin-left: 0 !important;
}

.notAvailableForOrder {}

.bloc_adresses .address .item,
.bloc_adresses .address .alternate_item {
  height: 365px;
}

.bloc_adresses .address .item .address_update,
.bloc_adresses .address .alternate_item .address_update {
  position: absolute;
  bottom: 50px;
}

.address_update a:hover i:before {
  color: #ffffff;
}

#add_address #postcode {
  font-family: "League Spartan", sans-serif;
  color: #000000;
  padding: 3px 20px;
}

#add_address #uniform-id_country span {
  padding-left: 10px;
}

.history_detail .link-button {
  background: #000000;
  padding: 15px 30px;
  border-radius: 10px;
  color: #ffffff;
  text-transform: uppercase;
  display: none;
}

#history #order-list.footable {
  width: auto;
}

#sendOrderMessage .submit button {
  font-size: 14px;
}


/* ######################## BADGE DANGER */
.badgedanger {
  position: absolute;
  width: auto;
  z-index: 1;
  bottom: 3px;
  font-size: 11px;
  gap: 6px;
  display: flex;
  align-content: center;
  align-items: center;
}

.badgedanger img {
  width: 35px;
  height: 35px !important;
}

.dangerinfo {
  width: auto;
  margin: 0;
  color: #5d5d5d;
  font-size: 14px !important;
  text-align: left;
}

#description_block .badgedanger {
  position: relative;
  bottom: 0;
  margin-bottom: 15px;
}

.badgedanger .flex-container {
  background: #f1f1f1;
  position: relative;
  z-index: -1;
  left: -30px;
  padding: 3px 5px 3px 25px;
}

#description_block .dangerinfo {
  width: auto;
  margin: 0;
  color: #000;
  font-size: 14px !important;
  text-align: left;
  line-height: 1;
}

.badgedanger.listingprod img {
  width: 35px !important;
  height: 35px !important;
}

#description_block h4.dangerinfo {
  width: auto;
  margin: 0;
  color: #000;
  font-size: 17px !important;
  text-align: left;
  z-index: 14;
  line-height: 1;
  font-size: 17px;
}

#description_block p.dangerinfo {
  width: auto;
  margin: 0;
  color: #000;
  font-size: 14px !important;
  text-align: left;
  z-index: 0;
  line-height: 1;
}


#description_block img {
  margin-right: 3px;
  z-index: 15;
  width: 40px;
  height: 40px !important;
}

@media screen and (max-width: 768px) {
  #description_block p.dangerinfo {
    width: auto;
    margin: 0;
    color: #000;
    font-size: 11px !important;
    text-align: left;
    z-index: 0;
    line-height: 1;
  }

  .badgedanger.listingprod img {
    width: 25px !important;
    height: 25px !important;
  }
}

/*6499, 4686, 4605, 512, 4610*/

@media all and (min-width: 1200px) {
  /* .js-carousel-productscategory .owl-item {min-width: 300px;} */
}


@media all and (max-width: 1400px) {
  .popupAccueil {
    width: 60% !important;
  }

  .popupAccueil .fancybox-inner {
    width: 100% !important;
  }

}



@media all and (max-width: 1024px) {

  #left_column,
  .top-banners,
  .page-heading {
    margin-top: 40px !important;
  }

  .page-heading {
    margin-bottom: 0px !important;
  }

  #categories_block_left li a {
    line-height: 1.3;
  }

  .breadcrumb .title_categ {
    text-align: center;
    /*margin-left: 50px;*/
  }

  .content_sortPagiBar {
    margin: 10px 0 30px 0;
  }

  .footer_one .container {
    background-size: 25%;
  }

  .btn-to-top:before {
    padding-left: 0;
  }

  .address li.address_update a {
    margin: 0 10px 10px 0 !important;
  }

  #categories_block_left ul li ul {
    margin-left: 15px;
  }

  .header_user_info__list>.account {
    height: 35px;
  }

  .header_user_info__list .login2 {
    height: 13px;
    width: 13px !important;
    filter: invert(1);
  }

  .popupAccueil .dont-show-again {
    position: initial !important;
  }


}


@media all and (max-width: 1024px) and (min-width: 671px) {

  .breadcrumb .title_categ {
    margin-right: 0px;
    line-height: 1;
    font-size: 4em;
    color: #D7272C;
    text-shadow: 2px 2px 1px #000000;
  }

  .product_attributes div.selector {
    height: 40px !important;
  }

  #Exped ul {
    justify-content: space-evenly;
  }

  /* #product #center_column .tab-content {margin-top:-10px;} */

  .promo-home {
    padding-top: 0;
  }

  ul.step li a,
  ul.step li span,
  ul.step li.step_current span,
  ul.step li.step_current_end span {
    padding: 12px 7px;
  }

  .shopping_cart .shopping_cart__link,
  .shopping_cart .shopping_cart__unlink {
    right: 3% !important;
  }

  .promo-home .row {
    justify-content: center;
  }

  .promo_video {
    margin-bottom: 20px;
  }


}


@media all and (max-width: 991px) {

  .header {
    background: #111111;
  }

  .sf-menu .triangle {
    display: none !important;
    transform: rotate(0deg);
    transition: transform 0.3s;
  }

  .triangle.expanded {
    transform: rotate(90deg);
  }

  .sf-menu.clearfix.menu-content>li>a {
    background-color: #D7272C;
    color: #ffffff;
  }

  .menu-mobile li ul li a {
    font-size: 11px;
  }

  .blockcategories_footer {
    margin-left: 0;
  }

  .dropdown-toggle-mobile {
    padding: 4px 9px;
  }

  .header_user_info__list a.account {
    width: 100% !important;
    font-size: 12px !important;
  }

  #_mobile_user_info {
    margin-right: 5px;
  }

  #WishlistBtn {
    display: none;
  }

  .promo_about-us h5 {
    text-align: center;
  }

  .promo_about-us__inner a {
    text-align: center;
    display: block;
  }

  /* .footer_one .container {padding: 150px 0 50px; background: url(../img/logo-noir.png) no-repeat top 30px center; background-size: 25%;} */
  .footer-block .toggle-footer li {
    padding-left: 15px;
  }

  .btn-to-top {
    bottom: 30px;
  }

  #block_various_links_footer {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }

  .block_my_account {
    padding-left: 0;
  }

  #block_contact_infos {
    padding-left: 0;
    margin-left: 0;
    width: 100%;
  }

  nav.header__nav__box>.header_user_info:first-child {
    display: none;
  }

  #languages-block-top div.current {
    padding: 5px 10px 0px 10px !important;
  }

  .imgLanguages {
    width: 40px !important;
  }

  .breadcrumb {
    height: 200px !important;
    background: url(../img/slider1-1.jpg) no-repeat bottom !important;
  }

  #left_column,
  .top-banners,
  .page-heading {
    margin-top: 0 !important;
  }

  .category .page-heading {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
  }

  .subcategory-image h5 {
    margin: 0 !important;
  }

  #category .content_price {
    padding-left: 0;
    text-align: left;
  }

  .nbrItemPage {
    display: none;
  }

  .grid .product-price {
    font-size: 14px !important;
  }


  #category .ajax_block_product .old-price,
  #category .ajax_block_product .product-price {
    display: block;
  }

  /* .grid .wrapper-buy {padding: 10px 0 0;} */
  .wrapper-buy .content_price {
    text-align: left;
  }

  #index .wrapper-buy .content_price {
    margin-top: 10px;
  }

  #category .ajax_block_product .old-price,
  #category .ajax_block_product .product-price {
    width: auto;
  }

  /* #center_column {padding: 0 20px;} */
  #center_column {
    padding: 0 10px;
  }

  .mobile-nav #menu-icon {
    position: absolute;
    top: 18px;
    left: 20px;
    z-index: 1000;
  }

  #_mobile_logo {
    width: 100%;
    order: 2;
  }

  #languages-block-top {
    position: absolute !important;
    top: 67px;
    right: 10px;
    margin-top: 0 !important;
    z-index: 1;
  }


  .header_user_info__list.nolog {
    transform: translate(-7%, -100%);
  }

  .languages-block-top.nolog {
    transform: translate(-170%, 0%);
  }

  #categories_block_left .CLOSE a {
    color: red !important;
  }

  #languages-block-top ul {
    /* right: 7px; */
  }

  .submenu-container {
    background: #161616;
    width: 100vw;
    height: 40px;
    display: flex !important;
  }

  #_mobile_user_info {
    position: absolute !important;
    top: 10px;
    right: 80px;
  }

  /* #_mobile_cart_block {position: absolute !important; top: 10px; right: 70px;} */
  #_mobile_cart_block {
    /*margin-top: -125px;*/
    padding-right: 60px;
    order: 1;
  }

  .header_user_info__list {
    margin-top: 25px;
    margin-left: 15px;
    width: 110px;
  }

  .header_user_info__list a.logout {
    margin-right: 20px;
  }

  .header_user_info__list a.login,
  .header_user_info__list a.logout,
  .header_user_info__list a.account {
    font-size: 20px !important;
    text-align: left !important;
  }

  /*.header_user_info__list.dropdown-toggle-mobile .account:before, .header_user_info__list.dropdown-toggle-mobile .login:before {content: '\f007'; font-family: fontawesome;}*/
  .header_user_info a.logout::before {
    font-size: 28px !important;
  }

  #LinkCatalogue {
    position: absolute;
    top: -18px;
    font-size: 30px;
    right: 260px;
    z-index: 5;
  }

  #languages-block-top .current img {
    padding-top: 0;
  }

  #first-languages img {
    width: 100%;
  }

  .shopping_cart__link {
    display: flex;
    justify-content: flex-end;
  }



  #_mobile_cart_block .cart-prices {
    display: none;
  }

  .cart_block dt {
    color: #000000;
  }

  #layered_block_left {
    margin-bottom: 8px !important;
  }

  #viewed-products_block_left {
    margin-top: -2px !important;
  }

  #layered_form {
    margin: 0 20px;
  }

  #product .pb-center-column {
    text-align: center;
    font-size: 14px;
    text-align: left !important;

  }

  #product .primary_block {
    margin-left: 0;
    margin-right: 0;
  }

  #product .pb-center-column #buy_block {
    justify-content: center !important;
  }

  #product .content_prices div {
    display: block;
  }

  #product .content_prices #popover-content {
    display: none;
  }

  #product .attribute_radio {
    display: none;
  }

  #product #center_column .nav.nav-tabs_alternative {
    height: auto;
  }

  #product #tab-retrait1 .tab-pane-inner,
  #product #tab-retrait2 .tab-pane-inner {
    overflow: scroll;
    margin-right: 10px;
  }

  #product .s_title_block .product-name {
    line-height: 1;
  }

  #product .s_title_block .product-name a {
    font-size: 14px;
  }

  #product #crossselling .price_display {
    font-size: 15px;
  }

  #product .box-cart-bottom {
    display: block;
    margin: 20px auto 0;
  }

  .ajax_block_product h5 {
    height: 65px;
  }

  .grid .product-price {
    font-size: 20px !important;
  }

  .font-cart:before {
    font-size: 40px;
  }

  #product .content_prices {
    padding-top: 20px;
    margin: 10px 0 0;
  }

  @media screen and (max-width: 748px) {
    #languages-block-top.no-connect {
      top: 17px;
    }
  }

  @media only screen and (max-width: 480px) {
    #product .content_prices {
      padding-top: 0px;
      margin: 10px 0 0;
    }

    #product #product_reference {
      margin: 10px;
    }
  }

  #product .ap5-buy-block {
    margin-left: 0 !important;
  }

  #product .box-cart-bottom {
    width: 100%;
  }

  #product #ap5-add-to-cart,
  #product #add_to_cart {
    margin-right: 0;
  }

  #product #ap5-add-to-cart button {
    width: auto;
    margin: 20px;
  }

  #product #ap5-add-to-cart button span {
    font-size: 20px;
  }

  #product #quantity_wanted_p {
    margin-right: 0 !important;
  }

  #product #add_to_cart {
    margin-right: 0 !important;
  }

  #product #add_to_cart button {
    line-height: 28px;
  }

  .popupAccueil {
    width: 80% !important;
  }

  .popupAccueil .fancybox-inner {
    width: 100% !important;
  }

  .bx-wrapper .bx-controls-direction a:before {
    color: #e51e77 !important;
  }

  .box-info-product {
    margin-bottom: 10px !important;
    margin: inherit !important;
  }

  /* .box-cart-bottom, #quantity_wanted_p {display: block; margin: 20px auto !important;} */
  .attribute_fieldset select {
    height: 40px !important;
  }

  #block-order-detail .box-small {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  #sendOrderMessage select.form-control {
    width: 100% !important;
  }

  #sendOrderMessage .submit {
    text-align: center;
  }

  .address li.address_update a {
    margin: 0 10px 10px 0 !important;
  }

  .address_update a span i {
    padding-left: 5px;
  }

  .wrapper-buy .lnk_view {
    position: absolute;
    right: 30px;
    bottom: 10px;
  }

  .functional-buttons {
    display: none;
  }

  #cart_summary .cart_quantity {
    width: max-content !important;
  }

  .cart_total_price .text-right,
  .cart_total_price #total_product,
  .cart_total_voucher .text-right,
  .cart_total_voucher .price-discount,
  .cart_total_price .total_price_container,
  .cart_total_price #total_price_container {
    width: 47.5% !important;
    float: left;
  }

  .cart_total_price .text-right,
  .cart_total_delivery .text-right,
  .cart_total_voucher .text-right,
  .cart_total_price .total_price_container {
    /*margin-right: 5%; */
    text-align: left !important;
  }

  .cart_total_delivery .text-right {
    width: auto !important;
    float: left;
  }

  .cart_total_delivery #total_shipping {
    width: 50% !important;
    float: right;
  }

  .cart_total_price #total_product,
  .cart_total_delivery #total_shipping,
  .cart_total_voucher .price-discount,
  .cart_total_price #total_price_container {
    text-align: right !important;
  }

  #order .cart_total_price td {
    padding: 15px 15px 0 !important;
  }



  #header .block_content {
    width: auto !important;
  }

  .cart_block_list .products dt .price {
    text-align: center !important;
  }

  .cart_block_list .cart-prices {
    text-align: right;
    margin-bottom: 20px;
  }

  .contact-form-box .submit {
    text-align: center;
  }

  #iframeConfigurateur {
    overflow: scroll;
  }

  #cms #center_column .rte {
    margin: 20px;
  }

  #cms #center_column p {
    word-break: break-word;
    text-align: justify;
  }

  #cms #center_column .rte ul {
    line-height: 18px;
  }

  #cms iframe {
    width: auto;
    width: -webkit-fill-available;
    height: auto;
    height: -webkit-fill-available;
  }

  #cms .rte h2 {
    line-height: normal;
    margin-top: 40px !important;
    margin-bottom: 20px !important;
  }

  #cms .rte h4 {
    margin-left: 0 !important;
  }

  .button_mini,
  .button_small,
  .button-mini,
  .button-small {
    /*font-size: 1em !important;*/
    font-size: 16px !important;
    line-height: 0;
  }

  .button,
  .button_large,
  .button_mini_disabled,
  .button_small_disabled,
  .button_disabled,
  .button_large_disabled,
  .exclusive_mini,
  .exclusive_small,
  a.exclusive,
  button.exclusive,
  input.exclusive,
  .exclusive_large,
  .exclusive_mini_disabled,
  .exclusive_small_disabled,
  .exclusive_disabled,
  .exclusive_large_disabled,
  span.exclusive,
  input.exclusive,
  .exclusive_large_disabled,
  .btn {
    font-size: 1.2em;
  }

  #lineven-additionalproductsorder .list h3 {
    line-height: 1;
  }

  #lineven-additionalproductsorder ul li {
    /*display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center;*/
    display: block;
    text-align: center;
  }

  #lineven-additionalproductsorder .list ul li .product_image,
  #lineven-additionalproductsorder .list ul li .container_description,
  #lineven-additionalproductsorder .list ul li .buttons {
    float: none !important;
  }

  #lineven-additionalproductsorder .list ul li .buttons {
    margin-top: 20px;
  }

  #lineven-additionalproductsorder .list ul li img {
    margin: auto !important;
  }

  #lineven-additionalproductsorder .list ul li {
    margin-top: 25px !important;
  }

  #lineven-additionalproductsorder .list ul li .container_description {
    margin-right: 5px;
  }

  #lineven-additionalproductsorder .list ul li {
    padding: 0 !important;
  }

  .history_state span {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }

  .carousels-pack-action .owl-theme .owl-nav>div {
    top: 50%;
  }

  #search_block_left {
    margin-bottom: 6px;
  }

  #search_block_left .title_block {
    margin-bottom: 0;
  }

  #search_block_left #searchbox label {
    display: none;
  }

  #search_block_left #searchbox .block_content {
    margin-top: 0px;
  }

  .showall {
    display: block;
    margin: 10px 0;
    padding-left: 0;
    /* text-align: right; */
    /* margin-right: 20px; */
  }

  .content_sortPagiBar {
    padding: 15px 20px 0px;
  }

  .owl-carousel .owl-item img {
    margin: auto;
  }

  .manufacturer_link img {
    height: 100px;
  }

  .product_list .ppc {
    display: flex;
    /*width: 70%;*/
  }

  .bottom-pagination-content,
  .top-pagination-content {
    width: 100%;
  }

  .grid .ajax_add_to_cart_button {
    -webkit-transform: none;
    transform: none;
  }

  .font-cart:before {
    margin-top: 0;
  }

  #contact .leftCol,
  #contact .rightCol {
    width: 100% !important;
  }

  #cart_summary label {
    padding: 0 !important;
  }

  #cart_summary td.cart_description .product-name {
    font-size: 15px;
    margin: auto;
  }

  @media screen and (max-width: 768px) {
    td.cart_description {
      margin: 0;
      padding: 0 5px !important;
    }

    td.cart_description .product-name a {
      white-space: normal;
    }

    #cart_summary span.available-now {
      padding: 0;
      margin: 0;
    }
  }

  #cart_summary td.cart_description small {
    font-size: 13px;
    color: grey;
  }

  .cart_quantity {
    padding-top: 0 !important;
  }

  #cart_summary .cart_avail {
    padding: 0 10px;
  }

  #cart_summary .cart_total_voucher td {
    display: none !important;
  }

  #order .product-name {
    margin-bottom: 0;
  }

  #order span.available-now,
  #order span.available-later,
  #order span.reappro {
    display: inline-block;
    font-size: 18px;
  }

  #category button {
    font-size: 1em;
  }

  #category .top-pagination-content #pagination {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: space-between;
  }

  #category .content_sortPagiBar {
    height: auto !important;
  }

  .promo_video {
    width: auto;
  }

  .promo_about-us {
    width: 100%;
    margin: 0;
    padding: 30px;
  }

  .promo_about-us__inner button {
    margin: auto;
  }


  .footer_one .container {
    padding-top: 20px;
  }

  .footer-block {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }

  .footer_one .row {
    justify-content: flex-start;
  }

  #galeriePhotos {
    flex-wrap: wrap;
  }

  .CMScol1,
  .CMScol2,
  .galerieLeft,
  .galerieRight {
    width: 100%;
  }

  .socials a {
    font-size: 2em !important;
  }

  #product #description_block_content {
    font-size: 1.3em !important;
    margin: 0 20px;
    color: #373737;
    font-weight: 200;
  }

  #cms #center_column h1 {
    line-height: 1;
  }

  .block .title_block,
  .block h4 {
    color: #111111;
    border-bottom: none;
  }

  .wl_block_product_info {
    justify-content: center;
  }

  .list .ajax_add_to_cart_button:before {
    vertical-align: 0;
  }

  .grid .ajax_add_to_cart_button span {
    font-size: 11px;
    text-transform: uppercase;
    /* margin-left: 20px; */
  }


  #languages-block-top {
    width: auto;
  }

  #contact .form-group {
    width: 100%;
  }

  #apc_modal_1>p {
    height: 250px !important;
  }


  .apc_modal p {
    font-size: 1.3em;
  }

  .apc_modal .Standard {
    text-align: center !important;
  }

  .popupAccueil.apc-popup-1 .dont-show-again {
    position: relative;
    bottom: 10px;
    color: #ffffff;
    display: flex;
    width: 150px;
    left: 50%;
    transform: translate(-50%);
    height: 50px;
    position: relative !important;
  }

  .apc_modal p:first-child img {
    padding-top: 15px;
  }

  .apc_modal img {
    margin: auto;
  }
}

@media all and (max-width: 1020px) {

  .breadcrumb {
    background-position: top left 25% !important;
    background-size: 270% !important;
    height: 160px !important;
  }

  .breadcrumb .title_categ {
    text-align: center;
    text-shadow: 0 0 50px #fff;
    font-size: 3em;
    line-height: 1;
    color: #D7272C;
    text-shadow: 2px 2px 1px #111111;
  }

  /* .cart_navigation .icon-chevron-left:before {padding-left: 14px;} */
  .cart_navigation .btn {
    float: none;
    margin-bottom: 10px;
  }

  .footer_links li {
    float: none;
    margin-bottom: 10px;
    margin-left: 0 !important;
  }

  /* .cart_navigation .icon-chevron-right:before {padding-right: 14px;} */

  #lineven-additionalproductsorder .container_description {
    padding-left: 10px;
  }

  #lineven-additionalproductsorder .lapo-add-to-cart {
    padding: 10px;
    font-size: 16px;
  }

  #identity .box,
  #address .box {
    padding: 0;
  }

  .cart_navigation {
    display: flex;
    flex-wrap: wrap-reverse;
  }

  .cart_navigation .standard-checkout {
    /* margin-right: 20px; */
  }

  #cart_summary tfoot .cart_total_price td {
    padding: 0;
  }

  #productscategory_list .ajax_block_product h5 {
    min-height: 35px;
  }

  #product #productscategory_list .ajax_block_product h5 {
    height: fit-content;
    width: 80%;
    margin: auto;
  }

  #product .product-accessories h5 {
    height: 100px;
  }

  #product .product-manufacturer__link {
    /* margin: auto; */
  }

  #categories_block_left .title_block {
    background: #101010;
    color: #fff;
    font-weight: 500;
    padding: 8px 10px;
    border-radius: 9px;
    margin-top: 5px;
  }

  #viewed-products_block_left .title_block {
    background: #FA2128;
    color: #fff;
    font-weight: 500;
    padding: 7px 10px;
    border-radius: 9px;
    margin-top: 5px;
  }

}


@media all and (max-width: 481px) {

  #left_column {
    /* margin-top: 10px !important; */
  }

  .wrapper-tabs {
    margin-top: 0px;
  }

  .wrapper-buy .lnk_view {
    position: absolute;
    right: 5px;
    bottom: 20px;
  }

  .wrapper-buy .font-cart:before {
    font-size: 30px !important;
  }

  .btn-to-top {
    bottom: 19px;
  }

  .dropdown-toggle-mobile a {
    padding: 6px 10px;
  }

  #LinkCatalogue .font-catalogue::before {
    padding: 0 10px;
  }

  .mobile-nav #menu-icon {
    top: 16px;
  }

  #category .button-view-product .lnk_view {
    margin-bottom: 0;
  }

  #pagination_bottom {
    text-align: center;
  }

  #pagination_bottom .showall {
    padding-right: 0;
  }

  #cms iframe {
    width: auto;
    height: auto;
  }

  .cart_description .product-name {
    max-width: 300px;
  }

  .footer_one .container {
    background-size: 50%;
  }

  .grid .product-price {
    font-size: 16px !important;
  }

  .priceWishlistW {
    margin-bottom: 0;
  }

  .grid .ajax_block_product .right-block {
    padding: 0 5px 15px;
  }

  .cart_navigation {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content: center;

  }

  span.availability {
    min-height: 30px;
  }
}


/* Vue du listing produit en mode "liste" */
.product_list.row.list .ajax_block_product h5 {
  height: auto !important;
}

.product_list.row.list .ajax_block_product .wrapper-desc .list.left {
  width: 60%;
  border-right: 1px solid #c9c9c9;
  padding: 20px;
  /* margin-right: 10px; */
}

.product_list.row.list .ajax_block_product .wrapper-desc .availability span {
  width: 200px;
}



.product_list.row.list .ajax_block_product .wrapper-buy {
  width: 40%;
  padding: 0 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* border: 2px solid #aaa; */
}

.product_list.row.list .ajax_block_product {
  width: 100%;
  padding-top: 0;
}

.product_list.row.list .ajax_block_product .product-container {
  margin-top: 0;
  border-radius: 10px;
}

.product_list.row.list .ajax_block_product .product-container .wrapper-buy .hook-reviews .wishlist {
  margin: 0;
}

.product_list.row.list .ajax_block_product .product-container .wrapper-buy .quantityBuyW {
  height: auto;
  width: 100%;
  flex-direction: column;
}

.product_list.row.list .ajax_block_product .product-container .wrapper-buy .quantityBuyW .quantity {
  display: none;
}

.product_list.row.list .ajax_block_product .product-container .wrapper-buy .quantityBuyW:hover .quantity {
  display: block;
  margin-bottom: 15px;
}

.product_list.row.list .ajax_block_product .product-container .wrapper-buy .quantityBuyW .ajax_add_to_cart_button {
  display: flex;
  justify-content: center;
  width: 100%;
}

.product_list.row .out-of-stock .ajax_add_to_cart_button img.noir {
  display: none;
}

.product_list.row .out-of-stock .ajax_add_to_cart_button:hover {
  background-color: #D7272C;
  color: #ffffff;
}

.product_list.row.list .ajax_block_product .product-container .wrapper-buy .quantityBuyW .ajax_add_to_cart_button span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  width: 100%;
  gap: 2em;
}

.product_list.row.list .ajax_block_product .product-container .wrapper-buy .quantityBuyW .ajax_add_to_cart_button span img {
  width: 15%;
}

.product_list.row.list .ajax_block_product .product-container .wrapper-buy .content_price {
  margin: 0;
}

.product_list.row.list .ajax_block_product .product-container .wrapper-buy .content_price .product-price {
  margin-top: 0;
  padding: 0;
}

.product_list.row.list .ajax_block_product .product-container .wrapper-buy .hook-reviews .wishlist .add_to_ws_wishlist i::before {
  padding: 0;
}

#category .top-pagination-content {
  padding-bottom: 10px;
}

#category .content_sortPagiBar {
  height: 100px;
  position: relative;
}

#category .content_sortPagiBar ul.display {
  /* position: absolute; */
  top: 6px;
  padding-top: 0px;
  display: inline-block;
  width: fit-content;
  right: auto;
  left: 20px;
  color: #ffffff;
}

#category .content_sortPagiBar .display li:not(.display-title).selected {
  color: #fff;
}

#category .content_sortPagiBar .brandFilter_container {
  height: 30px;
}

@media screen and (max-width: 768px) {
  #category .content_sortPagiBar .brandFilter_container {
    width: 200px;
  }

  #category .content_sortPagiBar .brandFilter_container select {
    width: 100%;
  }
}

#category .content_sortPagiBar .brandFilter_container select {
  height: 30px;
  border-radius: 10px;
  border: none;
  background-color: #fff;
}

@media (max-width: 1600px) {
  #FiltersBar #productsSortForm {
    /* padding-left: 110px; */
    /* width: 100%; */
  }

}



/*nouveau module liste d'achat */
.product_list .addToWishlist {
  margin-right: 30px;
}

#productscategory_list .wishlist,
#product #tab-accessories .wishlist {
  display: none;
}

#header .wishlist_count {
  display: none;
}

#product #wishlist_button_block #wishlist_button,
#product #wishlist_button_block .addToWishlist {
  background: none;
  border: #D7272C 1px solid;
  padding: 0;
  width: 48px;
  height: 48px;
  line-height: 3em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

#product #wishlist_button_block .addToWishlist {
  color: #D7272C;
}

#product #wishlist_button_block #wishlist_button,
#product #wishlist_button_block .addToWishlist.checked {
  color: #333333 !important;
}

#product #wishlist_button_block #wishlist_button:hover {
  background: #D7272C;
}

#product #wishlist_button:hover i:before {
  color: #ffffff !important;
}

#product #buy_block #usefull_link_block {
  margin: 0;
}

#cart_summary .cart_total .add_to_ws_wishlist {
  display: none;
}

#order #advansedwishlist_cart_block {
  margin-top: 50px;
  border-radius: 0;
  padding: 5px 39px 10px;
}


.shopping_cart__unlink.mobile {
  display: none !important;
}

#order #advansedwishlist_cart_block .wl_block_product {}

#order #advansedwishlist_cart_block hr {
  display: none;
}

#order #advansedwishlist_cart_block .ajax_block_product h5 {
  height: 50px;
  font-size: 16px;
}

#order #advansedwishlist_cart_block .font-cart:before {
  content: '' !important;
  background: url(../img/icon/icon-cart.png) no-repeat center;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 10px;
  padding: 0;
  position: relative;
  top: 10px;
}

#order #advansedwishlist_cart_block .font-cart:hover {
  background: #D7272C;
}

#order #advansedwishlist_cart_block .font-cart {
  background: #111111;
  color: #ffffff;
  border-radius: 5px;
  padding: 0px 20px 10px;
  text-align: center;
}

#order #advansedwishlist_cart_block .content_price {
  margin-top: 6px;
}

#order #advansedwishlist_cart_block .ref {
  font-size: 18px;
  font-weight: 600;
}

#advansedwishlist_cart_block .product_img_link img {
  height: 100%;
}

#advansedwishlist_cart_block .product-image-container {
  height: 100%;
}

#ws_wishlist_block_list .wl_block_product_info {
  width: 94%;
  margin-right: 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.product_list.grid .wishlist .open_wishlist_popup {
  margin-left: -40px;
}

.product_list .wishlist .open_wishlist_popup i:before {
  font-size: 20px;
}

.product_list .hook-reviews .wishlist .add_to_ws_wishlist i:before {
  color: #D7272C;
  font-size: 20px;
  padding-top: 5px;
}

#block_wishlist_top .wish_link_16 i.icon-heart:before {
  color: #ffffff;
  font-size: 35px;
}

#product .add_to_ws_wishlist span {
  display: none;
}

#product #wishlist_button i:before {
  color: #D7272C !important;
  font-size: 1.5em;
}

#product #wishlist_button_block .addToWishlist.checked i:before {}

#product #wishlist_button.wl-checked:hover i:before {
  color: #ffffff !important;
}

#product .wrap_allert:hover .allert_note,
#category .wrap_allert:hover .allert_note,
.allert_note {
  display: none !important;
}

.product_list.list .wishlist {
  text-align: center;
  margin-right: 20px;
}

#module-advansedwishlist-mywishlist .product_image img {
  width: 100%;
}

#module-advansedwishlist-mywishlist .checkbox-col,
#module-advansedwishlist-mywishlist .wishlist-product-priority,
#module-advansedwishlist-mywishlist .wishlist-product-actions,
#module-advansedwishlist-mywishlist .wishlist-product-price {
  text-align: center;
}

#module-advansedwishlist-mywishlist .wishlist_add_all_to_cart {
  margin-top: 15px;
}

#module-advansedwishlist-mywishlist input.wishlist_product_qty {
  width: 40px;
  text-align: center;
}

#module-advansedwishlist-mywishlist .wishlist_add_to_cart,
#module-advansedwishlist-mywishlist .remove_from_wishlist,
#module-advansedwishlist-mywishlist .lnksave {
  background: none;
  font-size: 25px;
  padding: 5px;
}

#module-advansedwishlist-mywishlist .wishlist_add_to_cart {
  color: #D7272C;
}

#module-advansedwishlist-mywishlist .remove_from_wishlist {
  color: #3f3f3f;
}

#module-advansedwishlist-mywishlist .remove_from_wishlist:hover i:before,
#module-advansedwishlist-mywishlist .wishlist_add_to_cart:hover:before,
#module-advansedwishlist-mywishlist .lnksave:hover i:before {
  color: #ffffff;
}

#module-advansedwishlist-mywishlist .lnksave>i {
  font-size: 21px;
  color: #3f3f3f;
}

#module-advansedwishlist-mywishlist .totalPriceW {
  margin: 0 0 20px;
  float: right;
  text-align: right;
}

#module-advansedwishlist-mywishlist .footer_links {
  margin-top: 70px;
}

#module-advansedwishlist-mywishlist .wishlists__item.wishlist>td:first-of-type {
  position: relative;
}

#module-advansedwishlist-mywishlist .wishlists__item.wishlist .wishlist__link {}

#module-advansedwishlist-mywishlist .wishlists__item.wishlist .customRightClick_menu {
  display: none;
  border: 1px solid #000;
  padding: 1% 3%;
  box-shadow: 3px 2px 3px #c4c4c4;
  position: absolute;
  width: 100%;
  left: 5px;
  background-color: #fff;
  top: 40px;
}

#module-advansedwishlist-mywishlist .wishlists__item.wishlist .customRightClick_menu .customRightClick_list {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#module-advansedwishlist-mywishlist .wishlists__item.wishlist .customRightClick_menu .customRightClick_list .customRightClick_item {
  cursor: pointer;
}

#module-advansedwishlist-mywishlist .wishlists__item.wishlist .wishlist__link.clicked+.customRightClick_menu {
  display: flex;
}

#wishlist_popup_form h2 {
  line-height: 1;
  font-size: 2.5em;
}

#wishlist_popup_form .text {
  margin-bottom: 10px;
}

#product #wishlist_button_block .open_wishlist_popup {
  background: none !important;
  color: #D7272C;
  border: #D7272C 1px solid;
  padding: 11px;
}

#product #wishlist_button_block .open_wishlist_popup .icon-heart {
  font-size: 1.4em;
}

#product #wishlist_button_block .open_wishlist_popup span {
  display: none;
}

#order #advansedwishlist_cart_block .products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#order #advansedwishlist_cart_block .wl_product_info {
  width: auto;
}

#contact .page-subheading:before {
  display: none;
}

#search .page-heading>span,
#search .page-subheading>span {
  font-family: 'League Spartan', sans-serif;
  color: #111111;
}

.wl_block_product_info {
  vertical-align: 0;
}

#order #_mobile_user_switch_price {
  display: none !important;
}


#_desktop_user_switch_price,
#_mobile_user_switch_price {
  display: flex;
  color: #fff;
  align-items: center;
  gap: 1em;
}


.fixed-switch-price {
  position: fixed !important;
  bottom: 9px !important;
  top: auto !important;
  background: #171717 !important;
  left: 10px !important;
}

#_desktop_user_switch_price .switchPrice_container,
#_mobile_user_switch_price .switchPrice_container {
  position: relative;
  width: 50px;
  border-radius: 15px;
  height: 14px;
  background-color: #fff;
}

#_desktop_user_switch_price .switchPrice_container .switchPrice,
#_mobile_user_switch_price .switchPrice_container .switchPrice {
  width: 28px;
  height: 28px;
  background: linear-gradient(52deg, rgba(201, 27, 27, 1) 0%, rgba(255, 42, 42, 1) 100%);
  border-radius: 50%;
  -webkit-transform: translate(-40%, -7.5px);
  -moz-transform: translate(-40%, -7.5px);
  -ms-transform: translate(-40%, -7.5px);
  -o-transform: translate(-40%, -7.5px);
  transform: translate(-40%, -7.5px);
  transition: 0.5s;
  transition: transform 0.3s ease-out, background 0.3s ease-out;

}


#_desktop_user_switch_price .switchPrice_container .switchPrice.turned,
#_mobile_user_switch_price .switchPrice_container .switchPrice.turned {
  -webkit-transform: translate(100%, -7.5px);
  -moz-transform: translate(100%, -7.5px);
  -ms-transform: translate(100%, -7.5px);
  -o-transform: translate(100%, -7.5px);
  transform: translate(100%, -7.5px);
  background: #f1f1f1 !important;
  transition: 0.5s;
  transition: transform 0.3s ease-out, background 0.3s ease-out;
}

#_mobile_user_switch_price {
  display: none;
}

@media screen and (max-width:768px) {
  #_desktop_user_switch_price {
    display: flex;
    position: absolute;
    color: #fff;
    align-items: center;
    gap: 1em;
    z-index: 30000;
    padding: 9px 11px;
    border-radius: 5px;
    top: 63px;
  }
}



#_desktop_user_switch_price,
#_mobile_user_switch_price {
  display: flex;
  color: #fff;
  align-items: center;
  gap: 1em;
}


#_desktop_user_switch_price .switchPrice_container,
#_mobile_user_switch_price .switchPrice_container {
  position: relative;
  width: 50px;
  border-radius: 15px;
  height: 14px;
  background-color: #fff;
}

#_desktop_user_switch_price .switchPrice_container .switchPrice,
#_mobile_user_switch_price .switchPrice_container .switchPrice {
  width: 28px;
  height: 28px;
  background: linear-gradient(52deg, rgba(201, 27, 27, 1) 0%, rgba(255, 42, 42, 1) 100%);
  border-radius: 50%;
  -webkit-transform: translate(-40%, -7.5px);
  -moz-transform: translate(-40%, -7.5px);
  -ms-transform: translate(-40%, -7.5px);
  -o-transform: translate(-40%, -7.5px);
  transform: translate(-40%, -7.5px);
  transition: transform 0.3s ease-out, background 0.3s ease-out;
}

#_desktop_user_switch_price .switchPrice_container .switchPrice.turned,
#_mobile_user_switch_price .switchPrice_container .switchPrice.turned {
  -webkit-transform: translate(100%, -7.5px);
  -moz-transform: translate(100%, -7.5px);
  -ms-transform: translate(100%, -7.5px);
  -o-transform: translate(100%, -7.5px);
  transform: translate(100%, -7.5px);
  background-color: #fff;
  transition: transform 0.3s ease-out, background 0.3s ease-out;
}

#_mobile_user_switch_price {
  display: none;
}


@media screen and (max-width:768px) {
  #_mobile_user_switch_price {
    display: flex;
    position: absolute;
    color: #fff;
    align-items: center;
    gap: 1em;
    z-index: 100;
    padding: 9px 11px;
    border-radius: 5px;
    top: 63px;
  }

}





.price_pro.hidden,
.price_public.hidden,
.owl-carousel .owl-item .wrapper-buy .content_price .price_pro.hidden,
.owl-carousel .owl-item .wrapper-buy .content_price .price_public.hidden,
.owl-carousel .owl-item .wrapper-buy .content_price .ht.hidden,
.owl-carousel .owl-item .wrapper-buy .content_price .ttc.hidden,
.ajax_block_product .content_price.active .price_public.hidden,
.ajax_block_product .content_price.active .price_pro.hidden,
.ajax_block_product .content_price.active .ht.hidden,
.ajax_block_product .content_price.active .ttc.hidden {
  display: none;
}


#cms #center_column h1 {
  margin-top: 50px;
  font-family: 'IBM Plex Sans Condensed', sans-serif;
  font-weight: 600;
  font-size: 3em;
}

#my-account #center_column .info-account {
  display: none;
}

#my-account h1,
#my-account h2 {
  border-bottom: 3px solid #111111;
}

#my-account h1 span,
#my-account h2 span {
  /* color: #111111;
  font-family: 'League Spartan', sans-serif;
  padding-bottom: 0;
  font-size: 1.1em; */
}

#product .breadcrumb {
  display: none !important;
}

/* #product .breadcrumb_container .container.-responsive {margin-top: 75px;} */
#product .breadcrumb_container .container.-responsive {
  margin-top: 30px;
}


#wishlist_popup_form {
  display: flex;
}

/*************/

/* .product_list .hook-reviews .wishlist, #header #block_wishlist_top, #product #wishlist_button_block   {display: none;} */

/***************/

#tab-accessories .owl-dots,
.blockproductscategory .owl-dots {
  display: none !important;
}

#tab-accessories .product-name {
  line-height: 1;
  margin-top: 10px;
  text-align: left;
}

#tab-accessories .button-container {

  margin-top: 20px;
}

#tab-accessories .wrapper-desc h5 {
  height: 90px;
}

@media only screen and (max-width: 480px) {
  .top-banner .top-link {
    font-size: 18px;

  }

  .top-banner .top-link span {

    font-size: 18px !important;
    /* padding: 0 2em 0.67em; */
    /* border-bottom: 1px solid #ffffff; */
    padding: 10px 20px 7px;
    border-radius: 4px;
  }

  #tab-accessories .wrapper-desc h5 {
    height: 30px;
  }

  .product_list .hook-reviews .wishlist .add_to_ws_wishlist i:before {
    padding-top: 10px;
  }
}

@media only screen and (max-width: 1024px) {

  #footer.footer .footer_one .footer_container {
    width: 80%;
    display: flex;
    flex-direction: column;
  }
}

.blockproductscategory h5 {
  height: 75px;
}

.blockproductscategory h4 .sku {
  margin-bottom: 0;
}

.blockproductscategory .product-name {
  line-height: 1;
}

body#product .ajax_add_to_cart_button::before {
  background: url(../img/icon/icon-cart.png) no-repeat center;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 10px;
}


#ButtonPlusW {
  display: none;
  background: #f9f9f9;
  padding: 10px 20px;
  margin: auto 0;
  text-align: center;
  border-radius: 10px;
}

#ButtonPlusW:hover {
  background: #D7272C;
}

#ButtonPlus {
  display: block;
  color: #707070;
  font-family: 'IBM Plex Sans Condensed', sans-serif;
  font-size: 1.2em;
}

#ButtonPlusW:hover #ButtonPlus {
  color: #ffffff;
}

#ButtonPlus i {
  margin-left: 10px;
  font-weight: 100;
  font-size: 12px;
}

#bt_tabs-0 #ButtonPlusW {
  display: block;
}

#bt_tabs-0 .product_list .ajax_block_product:nth-child(1n+19) {
  display: none;
}


.alertSpecial {
  color: red;
  font-style: italic;
}

.ajax_add_to_cart_button.added:hover,
#add_to_cart .added:hover {
  background: #D7272C;
}


#tab-download hr {
  display: none;
}

.sf-menu li:last-child .submenu-container li:last-child {
  display: none;
}

#uniform-selectProductSort,
#uniform-nb_page_items {
  border-radius: 10px;
}

#product.publicPriceDisplayed #old_price_display,
#product.publicPriceDisplayed #reduction_percent,
#product.publicPriceDisplayed #reduction_amount,
#product.publicPriceDisplayed .old-price,
.publicPriceDisplayed .product_list .price-percent-reduction {
  display: none;
}




/* .hidden {display: none;} */

.header__nav.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3000;
}


/* PROMOS */
.priceWishlistW {
  align-items: flex-start;
  min-height: 60px;
}

.availability span,
.price-percent-reduction {
  font-size: 1.2em;
  width: fit-content;
  height: auto;
  border-radius: 6px;
  padding: 5px 10px 3px;
}

.priceWishlistW .content_price {
  width: 80%;
}

.ajax_block_product .old-price,
.ajax_block_product .product-price {
  display: inline-block;
}

.ajax_block_product .product-price {
  font-size: 21px;
  margin-right: 10px;
  min-width: 72px;
  gap: 2px;
  display: flex;
}

@media screen and (max-width: 976px) {
  .ajax_block_product .product-price {
    min-height: 57px;
    font-size: 1.2em;
  }
}

.ajax_block_product .old-price {
  font-size: 1em !important;
  color: #7b7b7b;
  padding: 0;
  font-weight: 500 !important;
}

.ajax_block_product .old-price span {
  text-decoration: line-through;
}

.ajax_block_product .price-percent-reduction {
  display: inline;
  border: 1px solid #D7272C;
  background: none;
  color: #D7272C;
  border: 1px solid #D7272C;
  background: #D7272C;
  color: #fff;
  position: absolute;
}

@media only screen and (max-width: 480px) {
  ajax_block_product .price-percent-reduction {
    display: inline;
    border: 1px solid #D7272C;
    background: none;
    color: #D7272C;
    border: 1px solid #D7272C;
    background: #D7272C;
    color: #fff;
    border-radius: 5px 5px 5px 5px;
    position: absolute;
    bottom: 85px;
    font-size: 12px;
    height: 24px;
  }
}

@media (min-width:485px) and (max-width: 1024px) {
  .top-logo img {
    width: 125px;
  }

  .mobile-nav {
    height: 77px;
  }

  .icon-bars:before {
    font-size: 34px;
  }

  #_mobile_user_switch_price {
    top: 80px;
  }

  .header_user_info__list {
    top: 80px;
  }

  #languages-block-top {
    top: 85px;
  }

  .shopping_cart__unlink {
    width: 33px;
    height: 33px;
  }

  .owl-dots {
    display: none;
  }

  .right-block .sku {
    font-size: 1em !important;
  }

  .alaune-label {
    width: 59px;
    height: 27px;
    font-size: 17px;
  }

  .block .title_block,
  .block h4 {

    font-size: 22px;
  }

  #home-page-tabs li a {
    font-size: 20px;
  }

  .product_list .hook-reviews .wishlist .add_to_ws_wishlist i:before {
    font-size: 32px !important;
  }

  .grid .ajax_add_to_cart_button span {
    font-size: 15px;
  }

  .grid .ajax_block_product .right-block {
    padding: 0 32px 16px;
  }

  .submenu-container {
    height: 47px;
  }

  #_mobile_user_switch_price .switchPrice_container .switchPrice {
    width: 34px;
    height: 34px;
  }

  #_mobile_user_switch_price .switchPrice_container {
    width: 54px;
    height: 18px;
  }

  #_mobile_user_switch_price {
    gap: 1.3em;
    font-size: 15px;
  }

  .account .text-box {
    font-size: 15px;
    bottom: 12px;
    /* margin: 0 59px 32px 0; */
    margin-left: 10px;
    color: #fff;
  }

  .sf-menu a {
    font-size: 24px;
  }

  .sf-menu li ul li a {
    font-size: 20px !important;
  }

  #search_button {
    width: 60px !important;
  }

  #search_query_block {
    width: 90% !important;
  }

  .wrapper-tabs {
    margin-top: 10px;
  }

  .btn-to-top {
    bottom: 53px;
  }

  .product_list.product_list_flex .ajax_block_product {
    width: calc(100% / 3 - (25px / 3));
  }

  .product_list .product-name {
    font-size: 1.5rem;
  }

  #product #buy_block #usefull_link_block {
    position: absolute;
    right: 13px;
    margin-bottom: 20px;
  }

  .showall .btn {
    padding: 5px 85px;
  }

  #center_column p {
    font-size: 19px;

  }

  #product .product_list .product-name {
    text-align: center;
  }

  #product .product_list .content_price {
    display: flex;
    /* align-items: center; */
    justify-content: center;
  }

  .cart_navigation .btn {
    margin-right: 15px;
  }

  .sortPagiBar #uniform-selectProductSort {
    width: 200px !important;
  }

  #pagination_bottom button {

    left: 50%;
    transform: translate(-50%);
  }

  #pagination_bottom ul.pagination {
    left: 50%;
    position: relative;
    transform: translate(-50%);
  }

  .top-banner .top-link {
    font-size: 22px;

  }

  .top-banner .top-link span {

    font-size: 22px !important;
    /* padding: 0 2em 0.67em; */
    /* border-bottom: 1px solid #ffffff; */
    padding: 10px 20px 7px;
    border-radius: 4px;
  }
}

.ajax_block_product .content_price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;

}



.price-percent-reduction {
  margin-top: 3px;
}

.right-block .sku {
  margin-bottom: 10px;
}

@media only screen and (max-width: 480px) {
  .ajax_block_product .content_price {
    justify-content: left;

  }

  .right-block .sku {
    margin-bottom: 1px;
  }
}

#reduction_percent_display,
#reduction_amount_display {
  /*background: #fa2128 !important; border-radius: 20px; padding: 6px 10px 3px !important; font-size: 1.1em !important; 
	background: none !important; 
	color: #fa2128 !important;*/
}

#product .our_price_display {
  /*width: 100%;*/
  margin-bottom: 0;
  width: auto;
}

#product #old_price {
  display: block;
  margin-bottom: 5px;
  width: 100%;
  margin-left: 0;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

@media screen and (max-width: 768px) {
  #product #old_price {

    width: 0%;

  }
}

#product #old_price .price {
  color: #7b7b7b;
  font-size: 1.2em;
}

#product #old_price_display {
  color: #7b7b7b;
}

#product #reduction_percent,
#product #reduction_amount {
  margin-left: 1em;
  display: inline-block;
  width: auto;
  margin-bottom: 10px;
}

#product #reduction_percent span,
#product #reduction_amount span {
  border: #fa2128 1px solid;
  background: #fa2128;
  color: #ffffff;
  padding: 10px 10px 5px;
  text-transform: uppercase;
  border-radius: 10px;
  font-size: 1.2em;
}

.ajax_block_product .price-percent-reduction {
  border-radius: 0;
  padding: 5px 5px 0;
  border-radius: 5px;

}

.ajax_block_product .product-price.promo {
  margin-left: 10px;
  color: #D7272C;
}

.ajax_block_product .priceW {
  display: flex;
  flex-direction: column;

  align-items: flex-start;

}

#product .pb-center-column .content_prices div {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}



@media all and (max-width: 1024px) {

  .product_list .hook-reviews .wishlist .add_to_ws_wishlist i:before {
    font-size: 22px;
  }

  #module-advansedwishlist-mywishlist #table_wishlist thead,
  #module-advansedwishlist-mywishlist .orders.hidden-md-up,
  #module-advansedwishlist-mywishlist .wishlists table.hidden-sm-down thead tr th:nth-child(3),
  #module-advansedwishlist-mywishlist .wishlists table.hidden-sm-down .wishlists__item td:nth-child(3) {
    display: none;
  }

  #module-advansedwishlist-mywishlist .wishlist-product-priority {
    border-top: none;
  }

  #module-advansedwishlist-mywishlist .wishlist-product-actions .font-cart:before,
  #module-advansedwishlist-mywishlist .remove_from_wishlist i:before {
    font-size: 30px !important;
  }

  #module-advansedwishlist-mywishlist #table_wishlist tbody tr {
    background: #fafafa;
  }

  #module-advansedwishlist-mywishlist #table_wishlist td.wishlist-product-actions {
    background: none;
  }

}

@media all and (max-width: 1229px) {
  #Navbar {
    width: 55% !important;
  }
}


@media all and (max-width: 780px) {

  .htmlbanners1-inner {
    width: 100%;
  }

  #index #htmlbanners3 .htmlbanners3-inner {
    width: 100%;
    margin-top: 20px !important;
  }

}