/*
BttrLazyLoading, Responsive Lazy Loading plugin for JQuery
by Julien Renaux http://bttrlazyloading.julienrenaux.fr

Version: 1.0.8

Full source at https://github.com/shprink/BttrLazyLoading

MIT License, https://github.com/shprink/BttrLazyLoading/blob/master/LICENSE
*/
@charset "UTF-8";
.bttrlazyloading-wrapper {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}
.bttrlazyloading-clone,
.bttrlazyloading {
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    height: auto;
    max-width: 100%;
}
.bttrlazyloading-loaded {
    background-image: none !important;
}
/*
// ----------------------------------------------
// Usage example:
// For IE set $mq-support to false.
// Set the fixed value.
// Then use mixins to test whether styles should be applied.
// ----------------------------------------------

$mq-support: false;
$mq-fixed-value: 1024;

// Renders at fixed value
@include bp (min-width, 300px) { 
    div { color:#000; }
}

// Doesn't render without MQ support
@include bp (min-width, 1200px) { 
    div { color:#FFF; }
}

// Doesn't render without MQ support
@include bp (max-width, 300px) { 
    div { color:#444; }
}

// Renders at fixed value
@include bp (max-width, 1200px) { 
    div { color:#888; }
}

// ----------------------------------------------
*/
/* ============================================ *
 * Font Face Hind Guntur
 * ============================================ */
@font-face {
  font-family: 'Hind Guntur';
  src: url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/fonts/hindguntur-bold.woff2") format("woff2"), url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/fonts/hindguntur-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Hind Guntur';
  src: url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/fonts/hindguntur-light.woff2") format("woff2"), url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/fonts/hindguntur-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Hind Guntur';
  src: url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/fonts/hindguntur-medium.woff2") format("woff2"), url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/fonts/hindguntur-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Hind Guntur';
  src: url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/fonts/hindguntur-regular.woff2") format("woff2"), url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/fonts/hindguntur-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Hind Guntur';
  src: url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/fonts/hindguntur-semibold.woff2") format("woff2"), url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/fonts/hindguntur-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
/* ============================================ *
 * Font Face Larissa Handwri...
 * ============================================ */
@font-face {
  font-family: 'Larissa Handwriting';
  src: url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/fonts/softmaker_larissa.handwriting.woff2") format("woff2"), url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/fonts/softmaker_larissa.handwriting.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/* ============================================ *
 * Font Icon 
 * ============================================ */
@font-face {
  font-family: 'iconqastore';
  src: url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/fonts/icon/iconqastore.eot?avr6yi");
  src: url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/fonts/icon/iconqastore.eot?avr6yi#iefix") format("embedded-opentype"), url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/fonts/icon/iconqastore.ttf?avr6yi") format("truetype"), url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/fonts/icon/qastore.woff?avr6yi") format("woff"), url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/fonts/icon/iconqastore.svg?avr6yi#iconqastore") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 67, ../scss/fonts.scss */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 82, ../scss/fonts.scss */
.icon-print:before {
  content: "\e954";
}

/* line 85, ../scss/fonts.scss */
.icon-money-code:before {
  content: "\e950";
}

/* line 88, ../scss/fonts.scss */
.icon-note-q:before {
  content: "\e94d";
}

/* line 91, ../scss/fonts.scss */
.icon-user-note:before {
  content: "\e94e";
}

/* line 94, ../scss/fonts.scss */
.icon-info:before {
  content: "\e94a";
}

/* line 97, ../scss/fonts.scss */
.icon-ticker:before {
  content: "\e94b";
}

/* line 100, ../scss/fonts.scss */
.icon-upload:before {
  content: "\e94c";
}

/* line 103, ../scss/fonts.scss */
.icon-24h:before {
  content: "\e949";
}

/* line 106, ../scss/fonts.scss */
.icon-pdf .path1:before {
  content: "\e946";
  color: #e2574c;
}

/* line 110, ../scss/fonts.scss */
.icon-pdf .path2:before {
  content: "\e947";
  margin-left: -0.875em;
  color: #b53629;
}

/* line 115, ../scss/fonts.scss */
.icon-pdf .path3:before {
  content: "\e948";
  margin-left: -0.875em;
  color: white;
}

/* line 120, ../scss/fonts.scss */
.icon-chat:before {
  content: "\e945";
}

/* line 123, ../scss/fonts.scss */
.icon-bt-close-2:before {
  content: "\e944";
}

/* line 126, ../scss/fonts.scss */
.icon-assoc:before {
  content: "\e941";
}

/* line 129, ../scss/fonts.scss */
.icon-avis:before {
  content: "\e942";
}

/* line 132, ../scss/fonts.scss */
.icon-eye:before {
  content: "\e943";
}

/* line 135, ../scss/fonts.scss */
.icon-star-vote:before, .ratings .rating-box:before, .ratings .rating-box .rating:before, .ratings-table .rating-box:before, .ratings-table .rating-box .rating:before {
  content: "\e940";
}

/* line 138, ../scss/fonts.scss */
.icon-photo:before {
  content: "\e93f";
}

/* line 141, ../scss/fonts.scss */
.icon-certificate:before {
  content: "\e939";
}

/* line 144, ../scss/fonts.scss */
.icon-car-2:before {
  content: "\e938";
}

/* line 147, ../scss/fonts.scss */
.icon-user-money:before {
  content: "\e937";
}

/* line 150, ../scss/fonts.scss */
.icon-ship-24h:before {
  content: "\e931";
}

/* line 153, ../scss/fonts.scss */
.icon-home-q:before {
  content: "\e930";
}

/* line 156, ../scss/fonts.scss */
.icon-location-3:before {
  content: "\e92b";
}

/* line 159, ../scss/fonts.scss */
.icon-ship-24:before {
  content: "\e92c";
}

/* line 162, ../scss/fonts.scss */
.icon-tools:before {
  content: "\e92d";
}

/* line 165, ../scss/fonts.scss */
.icon-user-comment:before {
  content: "\e92e";
}

/* line 168, ../scss/fonts.scss */
.icon-x3:before {
  content: "\e92f";
}

/* line 171, ../scss/fonts.scss */
.icon-arr-s-down:before {
  content: "\e93a";
}

/* line 174, ../scss/fonts.scss */
.icon-arr-s-left:before {
  content: "\e93b";
}

/* line 177, ../scss/fonts.scss */
.icon-arr-s-right:before {
  content: "\e93c";
}

/* line 180, ../scss/fonts.scss */
.icon-arr-s-up:before {
  content: "\e93d";
}

/* line 183, ../scss/fonts.scss */
.icon-mouse:before {
  content: "\e93e";
}

/* line 186, ../scss/fonts.scss */
.icon-content:before {
  content: "\e933";
}

/* line 189, ../scss/fonts.scss */
.icon-equi:before {
  content: "\e934";
}

/* line 192, ../scss/fonts.scss */
.icon-note:before {
  content: "\e935";
}

/* line 195, ../scss/fonts.scss */
.icon-setting2:before {
  content: "\e936";
}

/* line 198, ../scss/fonts.scss */
.icon-shop:before {
  content: "\e932";
}

/* line 201, ../scss/fonts.scss */
.icon-zoom-full:before {
  content: "\e928";
}

/* line 204, ../scss/fonts.scss */
.icon-clock:before {
  content: "\e929";
}

/* line 207, ../scss/fonts.scss */
.icon-agent:before {
  content: "\e92a";
}

/* line 210, ../scss/fonts.scss */
.icon-close:before {
  content: "\e927";
}

/* line 213, ../scss/fonts.scss */
.icon-call:before {
  content: "\e924";
}

/* line 216, ../scss/fonts.scss */
.icon-location-2:before {
  content: "\e925";
}

/* line 219, ../scss/fonts.scss */
.icon-user-contact:before {
  content: "\e926";
}

/* line 222, ../scss/fonts.scss */
.icon-cart-line:before {
  content: "\e923";
}

/* line 225, ../scss/fonts.scss */
.icon-bg-percents:before {
  content: "\e922";
}

/* line 228, ../scss/fonts.scss */
.icon-user-i:before {
  content: "\e91f";
}

/* line 231, ../scss/fonts.scss */
.icon-use-co:before {
  content: "\e951";
}

/* line 234, ../scss/fonts.scss */
.icon-email-send:before {
  content: "\e920";
}

/* line 237, ../scss/fonts.scss */
.icon-nav-bar:before {
  content: "\e91d";
}

/* line 240, ../scss/fonts.scss */
.icon-phone-ct:before {
  content: "\e91c";
}

/* line 243, ../scss/fonts.scss */
.icon-star:before {
  content: "\e91a";
}

/* line 246, ../scss/fonts.scss */
.icon-line-dot:before {
  content: "\e919";
}

/* line 249, ../scss/fonts.scss */
.icon-arrow-down:before {
  content: "\e915";
}

/* line 252, ../scss/fonts.scss */
.icon-arrow-left:before {
  content: "\e916";
}

/* line 255, ../scss/fonts.scss */
.icon-arrow-right:before {
  content: "\e917";
}

/* line 258, ../scss/fonts.scss */
.icon-arrow-up:before {
  content: "\e918";
}

/* line 261, ../scss/fonts.scss */
.icon-google:before {
  content: "\e911";
}

/* line 264, ../scss/fonts.scss */
.icon-pinterest:before {
  content: "\e912";
}

/* line 267, ../scss/fonts.scss */
.icon-twitter:before {
  content: "\e913";
}

/* line 270, ../scss/fonts.scss */
.icon-facebook:before {
  content: "\e914";
}

/* line 273, ../scss/fonts.scss */
.icon-email:before {
  content: "\e909";
}

/* line 276, ../scss/fonts.scss */
.icon-letter:before {
  content: "\e90a";
}

/* line 279, ../scss/fonts.scss */
.icon-location:before {
  content: "\e90b";
}

/* line 282, ../scss/fonts.scss */
.icon-payment:before {
  content: "\e90c";
}

/* line 285, ../scss/fonts.scss */
.icon-refund:before {
  content: "\e90d";
}

/* line 288, ../scss/fonts.scss */
.icon-return:before {
  content: "\e90e";
}

/* line 291, ../scss/fonts.scss */
.icon-rewarded:before {
  content: "\e90f";
}

/* line 294, ../scss/fonts.scss */
.icon-sutunam:before {
  content: "\e910";
}

/* line 297, ../scss/fonts.scss */
.icon-arr-long-down:before {
  content: "\e904";
}

/* line 300, ../scss/fonts.scss */
.icon-arr-long-left:before {
  content: "\e905";
}

/* line 303, ../scss/fonts.scss */
.icon-arr-long-right:before {
  content: "\e906";
}

/* line 306, ../scss/fonts.scss */
.icon-arr-long-up:before {
  content: "\e907";
}

/* line 309, ../scss/fonts.scss */
.icon-car-ship:before {
  content: "\e908";
}

/* line 312, ../scss/fonts.scss */
.icon-cart-mini:before {
  content: "\e903";
}

/* line 315, ../scss/fonts.scss */
.icon-user:before {
  content: "\e902";
}

/* line 318, ../scss/fonts.scss */
.icon-search:before {
  content: "\e901";
}

/* line 321, ../scss/fonts.scss */
.icon-hand:before {
  content: "\e952";
}

/* line 324, ../scss/fonts.scss */
.icon-shop2:before {
  content: "\e953";
}

/* line 327, ../scss/fonts.scss */
.icon-plus-c:before {
  content: "\e94f";
}

/* line 330, ../scss/fonts.scss */
.icon-tick-v:before {
  content: "\e921";
}

/* line 333, ../scss/fonts.scss */
.icon-setting:before {
  content: "\e91e";
}

/* line 336, ../scss/fonts.scss */
.icon-dot:before {
  content: "\e91b";
}

/* line 339, ../scss/fonts.scss */
.icon-phone:before {
  content: "\e900";
}

/* background gradient */
/* border radius */
/* box-shadow */
/* column-count */
/* column-width */
/* font style */
/* transform */
/* transition */
/* opacity */
/* calc */
/* title smal  */
/* breakpoint with one condition(min or max) */
/* breakpoint with two conditions (min and max) */
/* style for input's placeholder */
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
/* line 11, ../scss/vendor/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
/* line 29, ../scss/vendor/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 40, ../scss/vendor/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
/* line 49, ../scss/vendor/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 63, ../scss/vendor/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Removes default margin.
 */
/* line 73, ../scss/vendor/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 85, ../scss/vendor/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
/* line 93, ../scss/vendor/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
/* line 107, ../scss/vendor/_normalize.scss */
h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 115, ../scss/vendor/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 123, ../scss/vendor/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
/* line 132, ../scss/vendor/_normalize.scss */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */
/* line 140, ../scss/vendor/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
/* line 150, ../scss/vendor/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 162, ../scss/vendor/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
/* line 172, ../scss/vendor/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
/* line 180, ../scss/vendor/_normalize.scss */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 188, ../scss/vendor/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 196, ../scss/vendor/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 200, ../scss/vendor/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
/* line 212, ../scss/vendor/_normalize.scss */
img {
  border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
/* line 220, ../scss/vendor/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
/* line 232, ../scss/vendor/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
/* line 244, ../scss/vendor/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 255, ../scss/vendor/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
/* line 266, ../scss/vendor/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 280, ../scss/vendor/_normalize.scss */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 293, ../scss/vendor/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
/* line 305, ../scss/vendor/_normalize.scss */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
/* line 315, ../scss/vendor/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 327, ../scss/vendor/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 339, ../scss/vendor/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */
/* line 348, ../scss/vendor/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 359, ../scss/vendor/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 372, ../scss/vendor/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ============================================ *
 * Reset
 * ============================================ */
/* line 30, ../scss/core/_reset.scss */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 40, ../scss/core/_reset.scss */
html {
  -webkit-tap-highlight-color: transparent;
  /* Prevent tap highlight on iOS/Android */
  -webkit-text-size-adjust: 100%;
  /* Prevent automatic scaling on iOS */
}

/* line 45, ../scss/core/_reset.scss */
body {
  background: #FFFFFF;
  color: #000000;
  line-height: 1;
}

/* line 51, ../scss/core/_reset.scss */
html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
}

/* line 60, ../scss/core/_reset.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

/* line 70, ../scss/core/_reset.scss */
th,
code,
cite,
caption {
  font-weight: normal;
  font-style: normal;
  text-align: left;
}

/* line 79, ../scss/core/_reset.scss */
address {
  font-style: normal;
}

/* line 83, ../scss/core/_reset.scss */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 89, ../scss/core/_reset.scss */
img {
  display: block;
  max-width: 100%;
}

/* line 94, ../scss/core/_reset.scss */
ol,
ul {
  list-style: none;
}

/* line 99, ../scss/core/_reset.scss */
q:before,
q:after {
  content: '';
}

/* line 105, ../scss/core/_reset.scss */
input:focus,
input[type="search"]:focus {
  outline-offset: -2px;
  outline: none;
}

/* line 112, ../scss/core/_reset.scss */
input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-box;
}

/* line 119, ../scss/core/_reset.scss */
input::-webkit-input-placeholder {
  opacity: 1;
}

/* line 123, ../scss/core/_reset.scss */
input:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
}

/* line 127, ../scss/core/_reset.scss */
input::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
}

/* line 131, ../scss/core/_reset.scss */
input:-ms-input-placeholder {
  opacity: 1;
}

/* line 134, ../scss/core/_reset.scss */
textarea::-webkit-input-placeholder {
  opacity: 1;
}

/* line 138, ../scss/core/_reset.scss */
textarea:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
}

/* line 142, ../scss/core/_reset.scss */
textarea::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
}

/* line 146, ../scss/core/_reset.scss */
textarea:-ms-input-placeholder {
  opacity: 1;
}

/* ============================================ *
 * Base Styles
 * ============================================ */
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* line 45, ../scss/core/_common.scss */
a, button {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

/* line 50, ../scss/core/_common.scss */
body,
button,
input,
select,
table,
textarea {
  font-family: "Hind Guntur", Verdana, Arial, sans-serif;
  color: #636363;
  font-size: 14px;
  line-height: 1.5;
}

/* line 62, ../scss/core/_common.scss */
a {
  color: #0074bc;
  text-decoration: none;
}

/* line 67, ../scss/core/_common.scss */
a:hover {
  color: #0064a3;
}

/* line 71, ../scss/core/_common.scss */
a:focus {
  /*  outline-color: $c-link-active;
   color: darken($c-action, 30%); */
  outline: none;
}

/* line 77, ../scss/core/_common.scss */
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ============================================ *
 * Typography
 * ============================================ */
/* line 88, ../scss/core/_common.scss */
h1, .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  color: #0074bc;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif Arial, sans-serif;
  font-size: 35px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

/* line 92, ../scss/core/_common.scss */
h2, .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #0074bc;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

/* line 96, ../scss/core/_common.scss */
h3, .h3 {
  margin: 0;
  margin-bottom: 10px;
  color: #0074bc;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

/* line 100, ../scss/core/_common.scss */
h4, .h4 {
  margin: 0;
  margin-bottom: 10px;
  color: #0074bc;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

/* line 104, ../scss/core/_common.scss */
h5, .h5 {
  margin: 0;
  margin-bottom: 10px;
  color: #0074bc;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

/* line 108, ../scss/core/_common.scss */
h6, .h6 {
  margin: 0;
  margin-bottom: 5px;
  color: #0074bc;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

/* ============================================ *
 * Shared Classes
 * ============================================ */
/* line 116, ../scss/core/_common.scss */
.address-list address {
  margin-bottom: 1em;
}

/* line 120, ../scss/core/_common.scss */
.availability {
  margin-bottom: 0;
  font-size: 13px;
  text-transform: uppercase;
}

/* line 126, ../scss/core/_common.scss */
.availability .label {
  display: none;
}

/* line 130, ../scss/core/_common.scss */
.availability.in-stock {
  color: #3ec744;
}

/* line 134, ../scss/core/_common.scss */
.availability.available-soon,
.availability.out-of-stock {
  color: #DF280A;
}

/* line 139, ../scss/core/_common.scss */
.availability-only {
  color: #DF280A;
  margin-bottom: 10px;
}

/* -------------------------------------------- *
 * Page Titles
 */
/* line 148, ../scss/core/_common.scss */
.page-title h1,
.page-title h2,
.product-name h1,
.product-name .h1 {
  color: #0074bc;
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  border-bottom: 1px solid #d1d6da;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

/* -------------------------------------------- *
 * Block Module
 */
/* line 159, ../scss/core/_common.scss */
.block,
.col-left-first {
  margin-bottom: 20px;
}

/* line 164, ../scss/core/_common.scss */
.col-left-first .block:last-of-type {
  margin-bottom: 0;
}

/* line 168, ../scss/core/_common.scss */
.block-title {
  position: relative;
  padding: 10px 0 0;
  margin-bottom: 5px;
  border-top: 1px solid #CCCCCC;
}
/* line 174, ../scss/core/_common.scss */
.block-title h2,
.block-title h3,
.block-title strong {
  margin: 0;
  margin-bottom: 10px;
  color: #0074bc;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  color: #0074bc;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
}
/* line 183, ../scss/core/_common.scss */
.block-title small {
  font-size: 100%;
  font-weight: normal;
  color: #A0A0A0;
}

/* line 191, ../scss/core/_common.scss */
body:not(.customer-account) .block:first-child .block-title {
  border-top: none;
  padding-top: 0;
}

/* line 196, ../scss/core/_common.scss */
.block-subtitle {
  font-weight: bold;
  margin-bottom: 7px;
}

/* line 201, ../scss/core/_common.scss */
.block-content {
  margin-top: 5px;
}

/* line 205, ../scss/core/_common.scss */
.block-content.unpad {
  padding: 0;
}

/* line 209, ../scss/core/_common.scss */
.block-content li.item {
  margin: 0 0 10px 9px;
}

/* line 213, ../scss/core/_common.scss */
.block-content li.item:last-child {
  margin-bottom: 0;
}

/* line 217, ../scss/core/_common.scss */
.block .actions {
  margin: 10px 0 0;
}
/* line 220, ../scss/core/_common.scss */
.block .actions:after {
  content: '';
  display: table;
  clear: both;
}
/* line 224, ../scss/core/_common.scss */
.block .actions a {
  float: left;
}
/* line 227, ../scss/core/_common.scss */
.block .actions .button {
  float: right;
}

/* line 235, ../scss/core/_common.scss */
.col-left .block .actions .button ~ a,
.col-right .block .actions .button ~ a {
  line-height: 33px;
  margin-right: 5px;
}

@media only screen and (max-width: 1023px) {
  /* line 245, ../scss/core/_common.scss */
  .sidebar .block:not(.block-layered-nav) {
    margin-bottom: 0;
  }
  /* line 248, ../scss/core/_common.scss */
  .sidebar .block:not(.block-layered-nav) .block-title {
    padding: 0;
    margin-top: 0;
    border-bottom: none;
    border-top: none;
    margin-bottom: 0;
  }
  /* line 255, ../scss/core/_common.scss */
  .sidebar .block:not(.block-layered-nav) .block-title > strong {
    margin: 0;
    margin-bottom: 10px;
    color: #0074bc;
    font-family: "Hind Guntur", Verdana, Arial, sans-serif Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    position: relative;
    background-color: #F4F4F4;
    display: block;
    width: 100%;
    cursor: pointer;
    border-bottom: 0;
  }
  /* line 110, ../scss/mixin/_toggle-content.scss */
  .sidebar .block:not(.block-layered-nav) .block-title > strong:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #0074bc;
    border-right: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }
  /* line 117, ../scss/mixin/_toggle-content.scss */
  .sidebar .block:not(.block-layered-nav) .block-title > strong:hover {
    background-color: #ededed;
  }
  /* line 264, ../scss/core/_common.scss */
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong {
    margin: 0;
    margin-bottom: 10px;
    color: #0074bc;
    font-family: "Hind Guntur", Verdana, Arial, sans-serif Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    position: relative;
    background-color: #F4F4F4;
  }
  /* line 110, ../scss/mixin/_toggle-content.scss */
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #0074bc;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }
  /* line 117, ../scss/mixin/_toggle-content.scss */
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong:hover {
    background-color: #ededed;
  }
  /* line 270, ../scss/core/_common.scss */
  .sidebar .block:not(.block-layered-nav) .block-content {
    padding: 10px;
    margin-top: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #CCCCCC;
  }
  /* line 280, ../scss/core/_common.scss */
  .sidebar .block:last-of-type {
    border-bottom: 1px solid #CCCCCC;
  }
}
/* -------------------------------------------- *
 * Secondary Navigation
 */
/* line 292, ../scss/core/_common.scss */
.block-account .block-title,
.block-cms-menu .block-title {
  padding-top: 0;
  border-top: none;
}
/* line 297, ../scss/core/_common.scss */
.block-account li,
.block-cms-menu li {
  text-transform: uppercase;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif Arial, sans-serif;
  margin: 7px 0;
}
/* line 302, ../scss/core/_common.scss */
.block-account li strong,
.block-cms-menu li strong {
  font-weight: 400;
  color: #0074bc;
}
/* line 307, ../scss/core/_common.scss */
.block-account li a,
.block-cms-menu li a {
  color: #636363;
}
/* line 310, ../scss/core/_common.scss */
.block-account li a:hover,
.block-cms-menu li a:hover {
  color: #0074bc;
}

/* ============================================ *
 * Buttons
 * ============================================ */
/* Secondary Buttons */
/* line 322, ../scss/core/_common.scss */
.cart .buttons-set .button,
.cart-table .button,
.sidebar .actions .button,
.button.button-secondary {
  background: #DDDDDD;
  color: #636363;
  padding: 7px 15px;
}
/* line 330, ../scss/core/_common.scss */
.cart .buttons-set .button:hover,
.cart-table .button:hover,
.sidebar .actions .button:hover,
.button.button-secondary:hover {
  background: #d0d0d0;
  cursor: pointer;
}
/* line 335, ../scss/core/_common.scss */
.cart .buttons-set .button:active,
.cart-table .button:active,
.sidebar .actions .button:active,
.button.button-secondary:active {
  background: #c4c4c4;
  color: #636363;
}
/* line 340, ../scss/core/_common.scss */
.cart .buttons-set .button:focus,
.cart-table .button:focus,
.sidebar .actions .button:focus,
.button.button-secondary:focus {
  color: #636363;
  background: #c4c4c4;
  outline: none;
}

/* line 347, ../scss/core/_common.scss */
.sidebar .actions button.button {
  white-space: normal;
}

/* Primary Buttons */
/* line 353, ../scss/core/_common.scss */
.button,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
.footer .button {
  background: #7da0b6;
  border: 1px solid #bad9eb;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif Arial, sans-serif;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  height: 46px;
  /*border-radius: 5px;*/
  min-width: 143px;
  padding-top: 8px;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 375, ../scss/core/_common.scss */
.button:hover,
.cart-table .product-cart-actions .button:hover,
#co-shipping-method-form .buttons-set .button:hover,
.footer .button:hover {
  background: #557b92;
  cursor: pointer;
}
/* line 379, ../scss/core/_common.scss */
.button:active,
.cart-table .product-cart-actions .button:active,
#co-shipping-method-form .buttons-set .button:active,
.footer .button:active {
  background: #557b92;
  color: #FFFFFF;
}
/* line 383, ../scss/core/_common.scss */
.button:focus,
.cart-table .product-cart-actions .button:focus,
#co-shipping-method-form .buttons-set .button:focus,
.footer .button:focus {
  background-color: #557b92;
  outline: none;
  color: #FFFFFF;
}

/* line 390, ../scss/core/_common.scss */
a.button {
  text-decoration: none;
}

/* line 394, ../scss/core/_common.scss */
a.button:hover {
  color: #FFFFFF;
}

/* Disabled - class for anchor, state for form elements */
/* line 399, ../scss/core/_common.scss */
.button.disabled,
.button:disabled {
  background: #C8C8C8;
  opacity: 0.6;
  cursor: not-allowed;
}

/* Adjacent buttons */
/* line 407, ../scss/core/_common.scss */
.button + .button {
  margin-left: 5px;
}

/* line 421, ../scss/core/_common.scss */
.button2 {
  border: 0;
  padding: 0 5px;
  margin: 0;
  background: transparent;
  cursor: pointer;
  vertical-align: middle;
}

/* line 430, ../scss/core/_common.scss */
.button2:focus {
  outline: none;
}

/* line 434, ../scss/core/_common.scss */
.button2 span,
.button2 span span {
  line-height: 30px;
  height: 30px;
  text-decoration: underline;
  text-transform: uppercase;
  display: inline-block;
  color: #0074bc;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif Arial, sans-serif;
}
/* line 444, ../scss/core/_common.scss */
.button2 span:hover,
.button2 span span:hover {
  text-decoration: none;
  color: #004570;
}

/* line 450, ../scss/core/_common.scss */
a.button-link {
  color: #0074bc;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #0074bc;
  border-radius: 5px;
  padding: 15px 15px 10px;
  text-align: center;
  min-width: 330px;
  line-height: 20px;
  position: relative;
}
/* line 463, ../scss/core/_common.scss */
a.button-link:after {
  content: "";
  height: 100%;
  width: 100%;
  background: #ffffff;
  opacity: 0.75;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
}
/* line 474, ../scss/core/_common.scss */
a.button-link span {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  z-index: 1;
}
/* line 479, ../scss/core/_common.scss */
a.button-link span:before {
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e906";
  font-size: 11px;
  position: absolute;
  left: 0;
  top: 1px;
}
/* line 495, ../scss/core/_common.scss */
a.button-link:hover:after {
  opacity: 1;
}
/* line 499, ../scss/core/_common.scss */
a.button-link.bt-link-2 {
  color: #557b92;
  opacity: 1;
  border: none;
}
/* line 503, ../scss/core/_common.scss */
a.button-link.bt-link-2:hover {
  color: #ffffff;
}
/* line 505, ../scss/core/_common.scss */
a.button-link.bt-link-2:hover:after {
  background: #547a91;
}

/* line 512, ../scss/core/_common.scss */
a.text-link {
  color: #0074bc;
  font-size: 16px;
}
/* line 515, ../scss/core/_common.scss */
a.text-link i {
  margin-right: 2px;
}
/* line 517, ../scss/core/_common.scss */
a.text-link i:before {
  font-size: 11px;
}
/* line 521, ../scss/core/_common.scss */
a.text-link span {
  display: inline-block;
}
/* line 525, ../scss/core/_common.scss */
a.text-link:hover span {
  position: relative;
}
/* line 527, ../scss/core/_common.scss */
a.text-link:hover span:after {
  height: 1px;
  width: 100%;
  content: '';
  background: #0074bc;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media only screen and (max-width: 1023px) {
  /* line 542, ../scss/core/_common.scss */
  .col2-set .buttons-set .button,
  .col2-set .buttons-set .button2 {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 549, ../scss/core/_common.scss */
  .col2-set .buttons-set .back-link {
    display: none;
  }
  /* line 552, ../scss/core/_common.scss */
  .col2-set .buttons-set .required {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  /* line 560, ../scss/core/_common.scss */
  .buttons-set .button {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 7px;
  }
  /* line 567, ../scss/core/_common.scss */
  .buttons-set .back-link {
    display: none;
  }
  /* line 570, ../scss/core/_common.scss */
  .buttons-set .required {
    display: none;
  }
}
/* -------------------------------------------- *
 * Paypal Button
 */
/* line 580, ../scss/core/_common.scss */
.paypal-logo.paypal-after {
  float: left;
}

/* line 584, ../scss/core/_common.scss */
.paypal-after .paypal-or {
  float: left;
}

/* line 588, ../scss/core/_common.scss */
.paypal-or {
  line-height: 34px;
  margin: 0px 10px 5px;
}

/* line 593, ../scss/core/_common.scss */
.paypal-after .paypal-button {
  float: left;
}

/* line 597, ../scss/core/_common.scss */
.paypal-button {
  line-height: 0px;
}

/* line 601, ../scss/core/_common.scss */
.paypal-button img {
  display: inline;
}

@media only screen and (max-width: 740px) {
  /* line 606, ../scss/core/_common.scss */
  .paypal-or {
    line-height: 20px;
  }

  /* line 610, ../scss/core/_common.scss */
  .paypal-logo,
  .paypal-or,
  .paypal-button {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
}
/* -------------------------------------------- *
 * Button Sets
 */
/* line 628, ../scss/core/_common.scss */
.buttons-set p.required {
  margin: 0;
  margin-left: 10px;
  line-height: 33px;
  float: right;
}
/* line 634, ../scss/core/_common.scss */
.buttons-set .back-link {
  float: left;
  margin: 0;
  line-height: 33px;
}
/* line 639, ../scss/core/_common.scss */
.buttons-set a:not(.button) {
  line-height: 20px;
  display: inline-block;
  padding: 5px;
}
/* line 644, ../scss/core/_common.scss */
.buttons-set button.button {
  float: right;
  margin-left: 5px;
  min-width: 140px;
}
/* line 650, ../scss/core/_common.scss */
.buttons-set:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Icons
 */
/* line 659, ../scss/core/_common.scss */
.icon-sprite, .btn-remove2, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
.sorter > .view-mode .list, .skip-nav .icon, .skip-search .icon, .skip-account .icon, .skip-cart .icon, .product-view .sharing-links a, .review-summary-table .rating-box .rating-number:after {
  background-image: url(https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  /* line 666, ../scss/core/_common.scss */
  .icon-sprite, .btn-remove2, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
  .sorter > .view-mode .list, .skip-nav .icon, .skip-search .icon, .skip-account .icon, .skip-cart .icon, .product-view .sharing-links a, .review-summary-table .rating-box .rating-number:after {
    background-image: url(https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
/* line 672, ../scss/core/_common.scss */
.icon-star-vote, .ratings .rating-box, .ratings .rating-box .rating, .ratings-table .rating-box, .ratings-table .rating-box .rating {
  background-image: url(https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/star-vote.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

/* -------------------------------------------- *
 * Breadcrumbs
 */
/* line 682, ../scss/core/_common.scss */
.breadcrumbs {
  max-width: 1340px;
  margin: 20px auto 10px;
  padding: 0 30px;
}
/* line 687, ../scss/core/_common.scss */
.breadcrumbs ul:after {
  content: '';
  display: table;
  clear: both;
}
/* line 690, ../scss/core/_common.scss */
.breadcrumbs ul li {
  float: left;
}
/* line 692, ../scss/core/_common.scss */
.breadcrumbs ul li a {
  color: #cdcdcd;
  font-weight: 600;
  font-size: 10px;
}
/* line 698, ../scss/core/_common.scss */
.breadcrumbs ul li span {
  height: 6px;
  width: 6px;
  border-radius: 2px;
  display: inline-block;
  margin: 0 10px;
  background: #fff344;
}
/* line 706, ../scss/core/_common.scss */
.breadcrumbs ul li strong {
  color: #7ea2b8;
  font-weight: 600;
  font-size: 10px;
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 716, ../scss/core/_common.scss */
  .breadcrumbs {
    max-width: 1024px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 722, ../scss/core/_common.scss */
  .breadcrumbs {
    max-width: 768px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 728, ../scss/core/_common.scss */
  .breadcrumbs {
    display: none;
  }
}
/* -------------------------------------------- *
 * Button - Remove / Previous
 */
/* line 737, ../scss/core/_common.scss */
.btn-remove,
.btn-previous {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #EDEDED;
  text-align: center;
  /* Hide text */
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: relative;
}
/* line 750, ../scss/core/_common.scss */
.btn-remove:hover,
.btn-previous:hover {
  background-color: #0074bc;
  border-color: #0074bc;
}

/* line 757, ../scss/core/_common.scss */
.btn-remove:after {
  content: 'X';
  color: #0074bc;
  height: 20px;
  line-height: 20px;
  width: 100%;
  font-size: 10px;
  font-family: Arial, "Hind Guntur", Verdana, Arial, sans-serif;
  font-weight: bold;
}
/* line 767, ../scss/core/_common.scss */
.btn-remove:hover:after {
  color: #FFFFFF;
  text-decoration: none;
}

/* line 773, ../scss/core/_common.scss */
.btn-remove2 {
  background-position: 4px -648px;
  border: none;
  vertical-align: top;
}
/* line 780, ../scss/core/_common.scss */
.btn-remove2:after {
  display: none;
}
/* line 783, ../scss/core/_common.scss */
.btn-remove2:hover {
  background-color: transparent;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 790, ../scss/core/_common.scss */
.btn-previous:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #0074bc;
  border-left: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px;
}
/* line 798, ../scss/core/_common.scss */
.btn-previous:hover:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #FFFFFF;
  border-left: none;
}

/* line 807, ../scss/core/_common.scss */
.block-layered-nav .currently .btn-remove,
.block-layered-nav .currently .btn-previous,
.mini-products-list .btn-remove,
.mini-products-list .btn-previous,
#compare-items .btn-remove,
#compare-items .btn-previous {
  float: right;
  margin-left: 6px;
}

/* -------------------------------------------- *
 * Checkout Agreements
 */
/* line 818, ../scss/core/_common.scss */
.checkout-agreements li {
  margin-bottom: 20px;
}

/* line 822, ../scss/core/_common.scss */
.checkout-agreements .agreement-content {
  overflow-y: auto;
  max-width: 670px;
  max-height: 125px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #CCCCCC;
  background: #F4F4F4;
}

/* -------------------------------------------- *
 * CVV Security Code
 */
/* line 836, ../scss/core/_common.scss */
.cvv-what-is-this {
  margin-left: 10px;
  font-size: 13px;
  line-height: 24px;
}

/* -------------------------------------------- *
 * Container
 */
/* line 846, ../scss/core/_common.scss */
.main-container {
  position: relative;
  max-width: 1340px;
  margin: 0 auto;
  padding: 15px;
}
/* line 852, ../scss/core/_common.scss */
.main-container:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (max-width: 1279px) {
  /* line 858, ../scss/core/_common.scss */
  .main-container {
    padding: 30px 0;
    max-width: 1024px;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 865, ../scss/core/_common.scss */
  .main-container {
    padding: 30px 0;
    max-width: 768px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 872, ../scss/core/_common.scss */
  .main-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 480px) {
  /* line 880, ../scss/core/_common.scss */
  .main-container {
    padding: 20px 30px;
  }
}
/* line 885, ../scss/core/_common.scss */
.footer-container {
  padding-top: 0px;
}

/* -------------------------------------------- *
 * Column Layouts
 */
/* line 893, ../scss/core/_common.scss */
.main:after,
.col-wrapper:after {
  content: '';
  display: table;
  clear: both;
}

/* line 898, ../scss/core/_common.scss */
.col-left,
.col-right,
.col-main {
  padding: 0 10px;
}

/* line 904, ../scss/core/_common.scss */
.col-left {
  float: left;
  width: 25%;
  padding-left: 0;
  /* Remove the 15px padding */
  clear: left;
}
/* line 910, ../scss/core/_common.scss */
.col-left img {
  max-width: 100%;
}

/* line 915, ../scss/core/_common.scss */
.col-right {
  float: right;
  width: 25%;
  padding-right: 0;
  /* Remove the 15px padding */
}
/* line 920, ../scss/core/_common.scss */
.col-right img {
  max-width: 100%;
}

/* line 925, ../scss/core/_common.scss */
.col-main {
  float: left;
  width: 75%;
}

/* line 931, ../scss/core/_common.scss */
.col1-layout .col-main {
  float: none;
  width: auto;
  padding: 0;
  /* Remove the 15px padding */
}

/* line 939, ../scss/core/_common.scss */
.col2-left-layout .col-main {
  float: right;
  padding-right: 0;
  /* Remove the 15px padding */
}

/* line 946, ../scss/core/_common.scss */
.col2-right-layout .col-main {
  padding-left: 0;
  /* Remove the 15px padding */
}

/* line 952, ../scss/core/_common.scss */
.col3-layout .col-right {
  width: 20.83333%;
}
/* line 956, ../scss/core/_common.scss */
.col3-layout .col-wrapper {
  float: left;
  width: 79.16667%;
}
/* line 960, ../scss/core/_common.scss */
.col3-layout .col-wrapper .col-main {
  float: right;
  width: 73.68421%;
}
/* line 965, ../scss/core/_common.scss */
.col3-layout .col-wrapper .col-left {
  width: 26.31579%;
}

@media only screen and (max-width: 1000px) {
  /* line 973, ../scss/core/_common.scss */
  .col3-layout .col-right {
    float: left;
    clear: left;
    padding-left: 0;
    padding-right: 10px;
    width: 25%;
  }
  /* line 981, ../scss/core/_common.scss */
  .col3-layout .col-wrapper {
    float: right;
    width: 100%;
  }
  /* line 985, ../scss/core/_common.scss */
  .col3-layout .col-wrapper .col-main {
    float: right;
    width: 75%;
  }
  /* line 990, ../scss/core/_common.scss */
  .col3-layout .col-wrapper .col-left {
    width: 25%;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 998, ../scss/core/_common.scss */
  .col-left,
  .col-right,
  .col-main,
  .col1-layout .col-left,
  .col1-layout .col-right,
  .col1-layout .col-main,
  .col2-left-layout .col-left,
  .col2-left-layout .col-right,
  .col2-left-layout .col-main,
  .col2-right-layout .col-left,
  .col2-right-layout .col-right,
  .col2-right-layout .col-main,
  .col3-layout .col-wrapper .col-left,
  .col3-layout .col-right,
  .col3-layout .col-wrapper .col-main {
    padding: 0;
    margin-bottom: 10px;
    float: none;
    width: auto;
  }

  /* line 1019, ../scss/core/_common.scss */
  .col3-layout .col-wrapper {
    float: none;
    width: auto;
  }

  /* line 1024, ../scss/core/_common.scss */
  .col-main {
    float: none;
    width: auto;
  }

  /* line 1029, ../scss/core/_common.scss */
  .col-main .col-left {
    padding: 0;
    /* On product listing pages, the left column gets moved inside col-main on small viewports */
  }
}
/* Content Columns */
/* line 1036, ../scss/core/_common.scss */
.col2-set {
  width: 100%;
}
/* line 1039, ../scss/core/_common.scss */
.col2-set .col-1,
.col2-set .col-2 {
  width: 50%;
  padding: 20px;
}
@media only screen and (max-width: 1023px) {
  /* line 1039, ../scss/core/_common.scss */
  .col2-set .col-1,
  .col2-set .col-2 {
    padding: 10px;
  }
}
/* line 1049, ../scss/core/_common.scss */
.col2-set .col-1 {
  float: left;
  padding-left: 0;
}
/* line 1054, ../scss/core/_common.scss */
.col2-set .col-2 {
  float: right;
  padding-right: 0;
}
@media only screen and (max-width: 479px) {
  /* line 1060, ../scss/core/_common.scss */
  .col2-set .col-1,
  .col2-set .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
/* line 1070, ../scss/core/_common.scss */
.col2-set .narrow {
  width: 33%;
}
/* line 1074, ../scss/core/_common.scss */
.col2-set .wide {
  width: 65%;
}
/* line 1078, ../scss/core/_common.scss */
.col2-set:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Top Container
 */
@media only screen and (min-width: 1024px) {
  /* line 1087, ../scss/core/_common.scss */
  .top-container {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 30px;
  }
}
/* -------------------------------------------- *
 * Global Site Notice
 */
/* line 1098, ../scss/core/_common.scss */
.global-site-notice {
  background: #676157;
  color: #E6E6E6;
  font-size: 11px;
}
/* line 1103, ../scss/core/_common.scss */
.global-site-notice .notice-inner {
  padding-left: 120px;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  line-height: 11px;
  min-height: 40px;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  background-image: url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/demo-logo.png");
  background-position: left;
  background-repeat: no-repeat;
}
/* line 1118, ../scss/core/_common.scss */
.global-site-notice p {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Promotional Message Banner
 */
/* line 1127, ../scss/core/_common.scss */
.promo-msg {
  color: #0074bc;
  text-align: center;
  margin: 10px;
  text-transform: uppercase;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif Arial, sans-serif;
}

/* -------------------------------------------- *
 * Grid
 */
/* line 1139, ../scss/core/_common.scss */
.grid:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Messages
 */
/* line 1146, ../scss/core/_common.scss */
.success {
  color: #3ec744;
}

/* line 1150, ../scss/core/_common.scss */
.error {
  color: #DF280A;
  font-weight: bold;
}

/* line 1155, ../scss/core/_common.scss */
.notice {
  color: #E26703;
  font-weight: bold;
}

/* -------------------------------------------- *
 * Messages
 */
/* line 1164, ../scss/core/_common.scss */
.messages {
  margin-bottom: 10px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: left;
}

/* line 1172, ../scss/core/_common.scss */
.messages li li {
  position: relative;
  margin-bottom: 5px;
  padding: 7px 10px 7px 20px;
  background: #F4F4F4;
  font-size: 15px;
}

/* line 1180, ../scss/core/_common.scss */
.messages li li:before {
  top: 50%;
  left: 0;
  margin-top: -6px;
}

/* line 1186, ../scss/core/_common.scss */
.messages .error-msg li {
  color: #000000;
  border-left: 5px solid #DF280A;
  background-color: #FAEBE7;
}

/* line 1192, ../scss/core/_common.scss */
.messages .error-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #DF280A;
  border-right: none;
}

/* line 1196, ../scss/core/_common.scss */
.messages .notice-msg li {
  color: #000000;
  border-left: 5px solid #E26703;
  background-color: #F9EBE6;
}

/* line 1202, ../scss/core/_common.scss */
.messages .notice-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #E26703;
  border-right: none;
}

/* line 1206, ../scss/core/_common.scss */
.messages .success-msg li {
  color: #000000;
  border-left: 5px solid #3ec744;
  background-color: #EFF5EA;
}

/* line 1212, ../scss/core/_common.scss */
.messages .success-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #3ec744;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  /* line 1217, ../scss/core/_common.scss */
  .messages {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 915px) {
  /* line 1227, ../scss/core/_common.scss */
  .order-list-grid .col-1 {
    width: 30%;
  }

  /* line 1231, ../scss/core/_common.scss */
  .order-list-grid .col-2 {
    width: 50%;
    padding-right: 20px;
  }

  /* line 1236, ../scss/core/_common.scss */
  .order-list-grid .col-3 {
    clear: none;
    width: 20%;
    padding-top: 0;
  }
}
/* -------------------------------------------- *
 * Page Popup
 */
/* line 1248, ../scss/core/_common.scss */
.page-popup {
  padding: 20px;
  background: #FFFFFF;
  height: auto;
}

/* line 1254, ../scss/core/_common.scss */
.page-popup h1 {
  margin: 0 0 0.5em;
  font-size: 36px;
}

/* -------------------------------------------- *
 * Payment Methods
 */
/* line 1263, ../scss/core/_common.scss */
.payment-methods {
  margin-bottom: 20px;
}

/* line 1267, ../scss/core/_common.scss */
.payment-methods dt {
  padding: 5px 0;
}

/* line 1271, ../scss/core/_common.scss */
.payment-methods dd {
  padding-top: 10px;
}

/* line 1275, ../scss/core/_common.scss */
.payment-methods .form-list {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 5px 15px 15px;
  padding: 15px;
  border: 1px solid #CCCCCC;
  background: #F4F4F4;
}

/* line 1285, ../scss/core/_common.scss */
.payment-methods .form-list:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #CCCCCC;
  border-top: none;
  top: -11px;
  left: 30px;
}

/* line 1291, ../scss/core/_common.scss */
.payment-methods .form-list:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #F4F4F4;
  border-top: none;
  top: -10px;
  left: 30px;
}

/* line 1297, ../scss/core/_common.scss */
.payment-methods .form-list li:last-child {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Please Wait (Loading Indicator)
 */
/* line 1305, ../scss/core/_common.scss */
.please-wait {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  line-height: 24px;
  height: 24px;
  white-space: nowrap;
  /* Prevent the linebreak in the HTML from causing layout issues */
}
/* line 1313, ../scss/core/_common.scss */
.please-wait img {
  float: left;
  margin-right: 5px;
  width: 24px;
}

/* -------------------------------------------- *
 * Price Box - Standard
 */
/* line 1328, ../scss/core/_common.scss */
.price-box p {
  margin-bottom: 0;
}

/* line 1332, ../scss/core/_common.scss */
.price-notice {
  color: #A0A0A0;
}

/* line 1336, ../scss/core/_common.scss */
.price-box .price {
  color: #0074bc;
  font-size: 16px;
}

/* line 1341, ../scss/core/_common.scss */
.price-box .price,
.price {
  font-family: "Hind Guntur", Verdana, Arial, sans-serif;
}

/* line 1346, ../scss/core/_common.scss */
.price-box .price-label {
  color: #A0A0A0;
  white-space: nowrap;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif Arial, sans-serif;
}

/* line 1352, ../scss/core/_common.scss */
.price-box .minimal-price-link {
  padding-left: 1em;
  color: #0074bc;
  display: block;
  /* We want this to show on its own line, otherwise the layout looks funky */
}
/* line 1357, ../scss/core/_common.scss */
.price-box .minimal-price-link .label {
  color: #A0A0A0;
}

/* -------------------------------------------- *
 * Price Box - Special
 */
/* line 1368, ../scss/core/_common.scss */
.product-view .product-price-info .is-pro .price-box .price-label,
.price-box .price-label {
  display: block;
  color: #0074bc;
}
/* line 1372, ../scss/core/_common.scss */
.product-view .product-price-info .is-pro .price-box .price,
.price-box .price {
  color: #3b515e;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}
/* line 1379, ../scss/core/_common.scss */
.product-view .product-price-info .is-pro .price-box .old-price .price,
.price-box .old-price .price {
  color: #557b92;
  font-size: 15px;
  font-weight: 300;
  position: relative;
  line-height: 20px;
}
/* line 1385, ../scss/core/_common.scss */
.product-view .product-price-info .is-pro .price-box .old-price .price:after,
.price-box .old-price .price:after {
  position: absolute;
  height: 1px;
  width: 100%;
  background: #557b92;
  content: "";
  left: 0;
  top: 13px;
}

/* -------------------------------------------- *
 * Price Box - Taxes
 */
/* line 1402, ../scss/core/_common.scss */
.price-box .price-excluding-tax,
.price-box .price-including-tax {
  display: block;
}

/* line 1407, ../scss/core/_common.scss */
span.weee {
  display: block;
}

/* -------------------------------------------- *
 * Tier Prices
 */
/* line 1415, ../scss/core/_common.scss */
.product-pricing,
.tier-prices,
.tier-prices-grouped {
  display: inline-block;
  padding: 4px 8px;
  background: #FBF4DE;
  border: 1px solid #E2D4C7;
  margin-top: 7px;
}
/* line 1424, ../scss/core/_common.scss */
.product-pricing li,
.tier-prices li,
.tier-prices-grouped li {
  font-size: 12px;
}
/* line 1427, ../scss/core/_common.scss */
.product-pricing .benefit,
.tier-prices .benefit,
.tier-prices-grouped .benefit {
  font-style: italic;
}
/* line 1430, ../scss/core/_common.scss */
.product-pricing .price,
.tier-prices .price,
.tier-prices-grouped .price {
  font-weight: bold;
}

/* ============================================ *
 * Item Options
 * ============================================ */
/* line 1439, ../scss/core/_common.scss */
.item-options {
  font-size: 14px;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif Arial, sans-serif;
}
/* line 1443, ../scss/core/_common.scss */
.item-options:after {
  content: '';
  display: table;
  clear: both;
}
/* line 1447, ../scss/core/_common.scss */
.item-options dt {
  float: left;
  clear: left;
  font-weight: 600;
  padding-right: 5px;
  font-style: italic;
}
/* line 1454, ../scss/core/_common.scss */
.item-options dt:after {
  content: ': ';
}
/* line 1459, ../scss/core/_common.scss */
.item-options dd {
  float: left;
  padding-left: 10px;
  margin: 0 0 6px;
}

/* line 1466, ../scss/core/_common.scss */
.truncated,
.truncated a.dots {
  cursor: help;
}

/* line 1471, ../scss/core/_common.scss */
.truncated a.details {
  cursor: help;
  height: 16px;
  line-height: 16px;
}
/* line 1476, ../scss/core/_common.scss */
.truncated a.details:hover {
  text-decoration: none;
}

/* line 1481, ../scss/core/_common.scss */
.truncated .truncated_full_value {
  position: relative;
  z-index: 300;
}

/* line 1486, ../scss/core/_common.scss */
.truncated .truncated_full_value .item-options {
  display: none;
  position: absolute;
  z-index: 300;
  width: 200px;
  padding: 8px;
  border: 1px solid #0074bc;
  background-color: #F6F6F6;
  top: 21px;
  left: -100px;
}
/* line 1497, ../scss/core/_common.scss */
.truncated .truncated_full_value .item-options:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #0074bc;
  border-top: none;
  left: 97px;
  top: -7px;
}

/* line 1504, ../scss/core/_common.scss */
.truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 8px;
}

/* line 1510, ../scss/core/_common.scss */
.truncated .show .item-options {
  display: block;
}

@media only screen and (max-width: 479px) {
  /* line 1516, ../scss/core/_common.scss */
  .truncated {
    cursor: inherit;
  }
  /* line 1519, ../scss/core/_common.scss */
  .truncated a.details {
    display: none;
  }
  /* line 1524, ../scss/core/_common.scss */
  .truncated .truncated_full_value .item-options {
    display: block;
    position: static;
    z-index: 1;
    width: 100%;
    border: none;
    background-color: transparent;
  }
  /* line 1532, ../scss/core/_common.scss */
  .truncated .truncated_full_value .item-options p {
    float: none;
  }
  /* line 1536, ../scss/core/_common.scss */
  .truncated .truncated_full_value .item-options:after {
    display: none;
  }
}
/* -------------------------------------------- *
 * Printer Friendly Page
 */
/* line 1549, ../scss/core/_common.scss */
.page-print {
  width: 6.5in;
  margin: 20px;
  background: #FFFFFF;
}

/* -------------------------------------------- *
 * Add to links
 */
/* line 1559, ../scss/core/_common.scss */
.add-to-links {
  margin: 7px 0;
}
/* line 1562, ../scss/core/_common.scss */
.add-to-links a {
  display: inline-block;
  padding: 0px 3px 3px;
}

/* line 1568, ../scss/core/_common.scss */
.add-to-links .separator {
  display: none;
}

/* -------------------------------------------- *
 * Product Image
 */
/* line 1576, ../scss/core/_common.scss */
.product-image,
.no-touch .product-img-box .product-image:not(.zoom-available):hover {
  position: relative;
  display: block;
}

/* -------------------------------------------- *
 * Ratings
 */
/* line 1595, ../scss/core/_common.scss */
.ratings .rating-box {
  width: 77px;
  height: 12px;
  background-repeat: repeat-x;
  background-position: 0 0;
  overflow: hidden;
}
/* line 1603, ../scss/core/_common.scss */
.ratings .rating-box .rating {
  float: left;
  height: 12px;
  background-repeat: repeat-x;
  background-position: 0 100% !important;
}
/* line 1610, ../scss/core/_common.scss */
.ratings .amount {
  display: block;
  margin: 5px auto;
}
/* line 1616, ../scss/core/_common.scss */
.ratings .rating-links .separator {
  margin: 0 3px;
}

/* -------------------------------------------- *
 * Standard Formatted Text Block
 */
/* line 1626, ../scss/core/_common.scss */
.std p {
  margin: 0 0 1.5em;
}

/* line 1630, ../scss/core/_common.scss */
.std ol {
  list-style: decimal outside;
  margin-bottom: 1.5em;
}

/* line 1635, ../scss/core/_common.scss */
.std ol li {
  margin-left: 2em;
}

/* line 1643, ../scss/core/_common.scss */
.std ul li {
  margin-left: 2em;
}

/* line 1647, ../scss/core/_common.scss */
.std .note {
  color: #A0A0A0;
  font-size: 13px;
}

/* -------------------------------------------- *
 * Tabs
 */
/* line 1656, ../scss/core/_common.scss */
.tabs {
  margin-bottom: 10px;
  background: #FFFFFF;
}

/* -------------------------------------------- *
 * Toolbar
 */
/* line 1665, ../scss/core/_common.scss */
.toolbar {
  margin-top: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  background: #F4F4F4;
  padding: 5px 10px 0px 10px;
}
/* line 1673, ../scss/core/_common.scss */
.toolbar:after {
  content: '';
  display: table;
  clear: both;
}

/* line 1678, ../scss/core/_common.scss */
.pager-no-toolbar {
  margin-bottom: 10px;
}

/* line 1683, ../scss/core/_common.scss */
.pager-no-toolbar ~ .pager-no-toolbar {
  margin-top: 10px;
}

/* line 1687, ../scss/core/_common.scss */
.toolbar,
.pager {
  font-family: "Hind Guntur", Verdana, Arial, sans-serif Arial, sans-serif;
  color: #636363;
  line-height: 30px;
  font-size: 12px;
}

/* line 1695, ../scss/core/_common.scss */
.toolbar label,
.pager-no-toolbar label {
  font-weight: normal;
  text-transform: uppercase;
}

/* line 1703, ../scss/core/_common.scss */
.sorter {
  float: left;
  margin-bottom: 5px;
}
/* line 1707, ../scss/core/_common.scss */
.sorter label {
  float: left;
  margin-right: 5px;
}
/* line 1711, ../scss/core/_common.scss */
.sorter label:after {
  content: ':';
}

/* line 1717, ../scss/core/_common.scss */
.sorter > .sort-by {
  float: left;
  margin-right: 5px;
  height: 30px;
}
/* line 1722, ../scss/core/_common.scss */
.sorter > .sort-by .sort-by-switcher {
  width: 30px;
  height: 30px;
  display: inline-block;
}
/* line 1728, ../scss/core/_common.scss */
.sorter > .sort-by .sort-by-switcher--asc {
  background-position: 4px -542px;
}
/* line 1730, ../scss/core/_common.scss */
.sorter > .sort-by .sort-by-switcher--asc:hover {
  background-position: -46px -542px;
}
/* line 1734, ../scss/core/_common.scss */
.sorter > .sort-by .sort-by-switcher--desc {
  background-position: 4px -567px;
}
/* line 1736, ../scss/core/_common.scss */
.sorter > .sort-by .sort-by-switcher--desc:hover {
  background-position: -46px -567px;
}

/* line 1742, ../scss/core/_common.scss */
.sorter > .view-mode {
  float: right;
}
/* line 1745, ../scss/core/_common.scss */
.sorter > .view-mode .grid,
.sorter > .view-mode .list {
  float: left;
  width: 30px;
  height: 30px;
}
/* line 1752, ../scss/core/_common.scss */
.sorter > .view-mode .grid {
  margin-right: 5px;
  background-position: 8px -492px;
}
/* line 1756, ../scss/core/_common.scss */
.sorter > .view-mode strong.grid,
.sorter > .view-mode a.grid:hover {
  background-position: -42px -492px;
}
/* line 1760, ../scss/core/_common.scss */
.sorter > .view-mode .list {
  background-position: 11px -517px;
}
/* line 1764, ../scss/core/_common.scss */
.sorter > .view-mode strong.list,
.sorter > .view-mode a.list:hover {
  background-position: -39px -517px;
}

/* line 1770, ../scss/core/_common.scss */
.pager {
  float: right;
  overflow: hidden;
}
/* line 1774, ../scss/core/_common.scss */
.pager > .count-container {
  float: left;
}
/* line 1778, ../scss/core/_common.scss */
.pager .amount {
  float: left;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif;
  white-space: nowrap;
  margin: 0 15px 0 0;
}
/* line 1785, ../scss/core/_common.scss */
.pager .limiter {
  float: left;
  height: 30px;
  line-height: 30px;
}
/* line 1790, ../scss/core/_common.scss */
.pager .limiter > label {
  padding-right: 5px;
}
/* line 1793, ../scss/core/_common.scss */
.pager .limiter > label:after {
  content: ':';
}
/* line 1799, ../scss/core/_common.scss */
.pager .amount,
.pager .limiter,
.pager .pages {
  margin-bottom: 5px;
}

/* line 1807, ../scss/core/_common.scss */
.pages {
  float: right;
  overflow: hidden;
  margin-left: 15px;
}
/* line 1812, ../scss/core/_common.scss */
.pages strong {
  display: none;
}

/* line 1817, ../scss/core/_common.scss */
.pages li {
  float: left;
}

/* line 1821, ../scss/core/_common.scss */
.pages a,
.pages .current {
  display: inline-block;
  border: 0;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 30px;
  width: 25px;
  height: 30px;
  padding: 0;
  color: #0074bc;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif;
}

/* line 1838, ../scss/core/_common.scss */
.pages .current,
.pages .current:hover {
  color: #636363;
  border: 1px solid #CCCCCC;
  width: 30px;
  background-color: #FFFFFF;
  cursor: default;
}

/* line 1847, ../scss/core/_common.scss */
.pages .next,
.pages .previous {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  position: relative;
}
/* line 1856, ../scss/core/_common.scss */
.pages .next:hover,
.pages .previous:hover {
  border: 1px solid #0074bc;
}

/* line 1862, ../scss/core/_common.scss */
.pages .next:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #0074bc;
  border-right: none;
  top: 50%;
  margin-top: -3px;
  left: 50%;
  margin-left: -2px;
}
/* line 1869, ../scss/core/_common.scss */
.pages .next:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #004570;
  border-right: none;
}

/* line 1875, ../scss/core/_common.scss */
.pages .previous:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #0074bc;
  border-left: none;
  top: 50%;
  margin-top: -3px;
  left: 50%;
  margin-left: -2px;
}
/* line 1882, ../scss/core/_common.scss */
.pages .previous:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #004570;
  border-left: none;
}

@media only screen and (max-width: 479px) {
  /* line 1890, ../scss/core/_common.scss */
  .pager .amount--has-pages {
    display: none;
  }

  /* line 1894, ../scss/core/_common.scss */
  .pages {
    float: left;
  }

  /* line 1899, ../scss/core/_common.scss */
  .limiter label {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 1907, ../scss/core/_common.scss */
  .col1-layout .sorter,
  .col1-layout .pager {
    width: 100%;
  }
  /* line 1912, ../scss/core/_common.scss */
  .col1-layout .pager {
    float: left;
    clear: both;
  }
  /* line 1916, ../scss/core/_common.scss */
  .col1-layout .pager .pages {
    float: left;
    margin-left: 0;
  }
  /* line 1921, ../scss/core/_common.scss */
  .col1-layout .pager .count-container {
    float: right;
  }
}
@media only screen and (max-width: 1279px) {
  /* line 1933, ../scss/core/_common.scss */
  .col2-left-layout .sorter,
  .col2-left-layout .pager,
  .col2-right-layout .sorter,
  .col2-right-layout .pager,
  .col3-layout .sorter,
  .col3-layout .pager {
    width: 100%;
  }
  /* line 1938, ../scss/core/_common.scss */
  .col2-left-layout .pager,
  .col2-right-layout .pager,
  .col3-layout .pager {
    float: left;
    clear: both;
  }
  /* line 1942, ../scss/core/_common.scss */
  .col2-left-layout .pager .pages,
  .col2-right-layout .pager .pages,
  .col3-layout .pager .pages {
    float: left;
    margin-left: 0;
  }
  /* line 1947, ../scss/core/_common.scss */
  .col2-left-layout .pager .count-container,
  .col2-right-layout .pager .count-container,
  .col3-layout .pager .count-container {
    float: right;
  }
}
@media only screen and (max-width: 1279px) {
  /* line 1956, ../scss/core/_common.scss */
  .toolbar .view-mode > label {
    display: none;
  }
}
/* ============================================ *
 * Tax - Full Tax Summary
 * ============================================ */
/* line 1968, ../scss/core/_common.scss */
#checkout-review-table .summary-collapse,
#shopping-cart-totals-table .summary-collapse,
body.customer-account .data-table .summary-collapse {
  position: relative;
  cursor: pointer;
}
/* line 1972, ../scss/core/_common.scss */
#checkout-review-table .summary-collapse:before,
#shopping-cart-totals-table .summary-collapse:before,
body.customer-account .data-table .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #0074bc;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
/* line 1978, ../scss/core/_common.scss */
#checkout-review-table .summary-collapse:hover:before,
#shopping-cart-totals-table .summary-collapse:hover:before,
body.customer-account .data-table .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #004570;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
/* line 1988, ../scss/core/_common.scss */
#checkout-review-table .show-details .summary-collapse:before,
#shopping-cart-totals-table .show-details .summary-collapse:before,
body.customer-account .data-table .show-details .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #0074bc;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
/* line 1994, ../scss/core/_common.scss */
#checkout-review-table .show-details .summary-collapse:hover:before,
#shopping-cart-totals-table .show-details .summary-collapse:hover:before,
body.customer-account .data-table .show-details .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #004570;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}

/* line 2006, ../scss/core/_common.scss */
#shopping-cart-totals-table tfoot td .summary-collapse:before, #shopping-cart-totals-table tfoot td .summary-collapse:hover:before {
  margin-bottom: 5px;
}

/* ============================================ *
 * Magento Helpers
 * ============================================ */
/* line 2016, ../scss/core/_common.scss */
.a-center {
  text-align: center;
}

/* line 2020, ../scss/core/_common.scss */
.a-right,
.align-right {
  text-align: right;
}

/* line 2025, ../scss/core/_common.scss */
.no-display {
  display: none !important;
}

/* line 2029, ../scss/core/_common.scss */
.nobr,
.nowrap {
  white-space: nowrap;
}

/* line 2034, ../scss/core/_common.scss */
.width-full {
  width: 100%;
}

/* ============================================ *
 * Custom Helpers
 * ============================================ */
/* line 2042, ../scss/core/_common.scss */
.hidden {
  display: none;
}

/* ============================================ *
 * Print Styles
 * ============================================ */
/* line 2050, ../scss/core/_common.scss */
.page-print .print-head {
  margin: 0 0 15px;
}

/* line 2054, ../scss/core/_common.scss */
.page-print .print-head .logo {
  float: none;
  max-height: 50px;
  width: auto;
}

/* ============================================ *
 * Messenger
 * ============================================ */
/* line 2064, ../scss/core/_common.scss */
#admin_messages {
  max-width: 1280px;
  color: #38e619;
  font-weight: 14px;
  font-weight: 600;
  position: relative;
  margin: 0 auto;
  /* padding: 10px 0 0; */
}
/* line 2072, ../scss/core/_common.scss */
#admin_messages li {
  margin: 20px auto;
  position: relative;
}
/* line 2075, ../scss/core/_common.scss */
#admin_messages li:before {
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e921";
  margin-right: 20px;
}

/* ============================================ *
 * Loading Slider 
 * ============================================ */
/* line 2093, ../scss/core/_common.scss */
.loader {
  z-index: 2;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
}

/* line 2101, ../scss/core/_common.scss */
.loader:before {
  content: '';
  position: absolute;
  top: 67px;
  left: 0;
  width: 50px;
  height: 6px;
  background: black;
  opacity: .2;
  border-radius: 50%;
  animation: shadow .8s linear infinite;
}

/* line 2114, ../scss/core/_common.scss */
.loader:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: #0074BC;
  animation: rotate .8s linear infinite;
  border-radius: 5px;
}

/* line 2126, ../scss/core/_common.scss */
.loader img {
  z-index: 5;
  margin: auto;
  max-width: 22px;
  max-height: 25px;
}

/* line 2133, ../scss/core/_common.scss */
#triangle {
  z-index: 10;
  position: relative;
  bottom: 25px;
  right: 12px;
  max-width: 75%;
}

@keyframes rotateB {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(0) rotate(90deg);
  }
  50% {
    transform: translateY(0) rotate(180deg);
  }
  75% {
    transform: translateY(0) rotate(270deg);
  }
  100% {
    transform: translateY(0) rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(0) rotate(22.5deg);
  }
  50% {
    transform: translateY(0) scale(1.1, 0.9) rotate(45deg);
    border-bottom-right-radius: 50px;
  }
  75% {
    transform: translateY(0) rotate(67.5deg);
  }
  100% {
    transform: translateY(0) rotate(90deg);
  }
}
@keyframes shadow {
  0%, 100% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(1.2);
  }
}
/* line 2187, ../scss/core/_common.scss */
.slider-main {
  position: relative;
}

/* line 2191, ../scss/core/_common.scss */
.loading-slider {
  height: 80px;
  width: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: 25px;
  margin-top: -40px;
  z-index: 999999;
}
/* line 2200, ../scss/core/_common.scss */
.loading-slider img {
  display: inline;
}
/* line 2203, ../scss/core/_common.scss */
.loading-slider .triangle {
  bottom: 20px;
  left: -10px;
  max-width: 100%;
  position: absolute;
  z-index: 10;
}

/* ============================================ *
 * FORMS - COMMON
 * ============================================ */
/* -------------------------------------------- *
 * Fieldsets
 */
/* line 36, ../scss/core/_form.scss */
.fieldset p {
  margin-bottom: 7px;
}
/* line 40, ../scss/core/_form.scss */
.fieldset p.required {
  margin-bottom: 5px;
  float: right;
  font-size: 12px;
  margin-top: 0px;
}

/* line 48, ../scss/core/_form.scss */
.fieldset + .fieldset {
  margin-top: 5px;
}

/* line 52, ../scss/core/_form.scss */
form .legend {
  margin: 0;
  margin-bottom: 10px;
  color: #0074bc;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 7px;
  border-bottom: 1px solid #EDEDED;
}

/* -------------------------------------------- *
 * Input Box
 */
/* line 63, ../scss/core/_form.scss */
.input-box {
  padding-top: 2px;
}
/* line 66, ../scss/core/_form.scss */
.input-box:after {
  content: '';
  display: table;
  clear: both;
}

/* line 72, ../scss/core/_form.scss */
li.centinel-logos div.input-box img {
  display: inline;
  vertical-align: middle;
}

/* For adjacent select inputs. */
/* Example: credit card expiration month and year. */
/* line 81, ../scss/core/_form.scss */
.input-box .v-fix {
  float: left;
  margin-right: 5px;
  max-width: 100%;
}

/* -------------------------------------------- *
 * Labels
 */
/* line 91, ../scss/core/_form.scss */
label {
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  color: #557b92;
}

/* line 98, ../scss/core/_form.scss */
label.required:after,
span.required:after {
  content: ' *';
  color: #DF280A;
  font-weight: normal;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif;
  font-size: 12px;
}

/* line 107, ../scss/core/_form.scss */
label.required em,
span.required em {
  display: none;
}

/* -------------------------------------------- *
 * Hints
 */
/* line 116, ../scss/core/_form.scss */
.input-hint {
  color: #A0A0A0;
  font-size: 12px;
}

/* -------------------------------------------- *
 * Select
 */
/* line 125, ../scss/core/_form.scss */
select {
  font-size: 16px;
  border: 1px solid #bad9eb;
  height: 45px;
  color: #7ea2b8;
  font-weight: normal;
  min-width: 320px;
  border-radius: 5px;
  background: #ffffff url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/arr-select.png") no-repeat 100% 50%;
  padding: 0 40px 0 20px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
}

/* line 141, ../scss/core/_form.scss */
option {
  color: #7ea2b8;
  padding: 0 20px;
}

/* line 146, ../scss/core/_form.scss */
select + select {
  margin-left: 5px;
}

/* line 150, ../scss/core/_form.scss */
select[multiple] {
  width: 270px;
  border: 1px solid #bad9eb;
  font-size: 15px;
  padding: 5px;
}

/* -------------------------------------------- *
 * Textarea
 */
/* line 161, ../scss/core/_form.scss */
textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #bad9eb;
  background: #ffffff;
  font-size: 14px;
  color: #557b92;
  min-width: 320px;
  padding: 15px;
}

/* -------------------------------------------- *
 * Inputs
 */
/* line 176, ../scss/core/_form.scss */
.input-text {
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #bad9eb;
  background: #FFFFFF;
  font-size: 14px;
  color: #557b92;
  /*     &:focus {
          border: 1px solid $c-input-border-focus;
      } */
}

/* line 188, ../scss/core/_form.scss */
.input-text.validation-failed {
  border-color: #DF280A;
}

/* line 193, ../scss/core/_form.scss */
.input-text.validation-failed:focus {
  outline-color: #ef9485;
}

/* line 197, ../scss/core/_form.scss */
input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  height: 48px;
  padding: 0 15px;
}

/* line 207, ../scss/core/_form.scss */
input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  width: 365px;
  max-width: 100%;
}

/* Only show on iPhones (not iPads or any other device) */
@media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 0) {
  /* line 219, ../scss/core/_form.scss */
  input[type=email],
  input[type=search],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  select {
    font-size: 16px;
    /* Prevent from zooming on focus */
  }
}
/* line 230, ../scss/core/_form.scss */
.ie8 .input-text {
  max-width: none;
}

/* -------------------------------------------- *
 * Inputs - Quantity
 */
/* line 238, ../scss/core/_form.scss */
input[type=number].qty,
input[type=text].qty {
  width: 3em;
  text-align: center;
  vertical-align: middle;
}

/* -------------------------------------------- *
 * Placeholder
 */
/* line 249, ../scss/core/_form.scss */
::-webkit-input-placeholder {
  color: #A0A0A0;
  opacity: 1;
}

/* line 254, ../scss/core/_form.scss */
input:-moz-placeholder {
  color: #A0A0A0;
  opacity: 1;
}

/* line 258, ../scss/core/_form.scss */
::-webkit-input-placeholder {
  color: #A0A0A0;
  opacity: 1;
}

/* line 263, ../scss/core/_form.scss */
textarea:-moz-placeholder {
  color: #A0A0A0;
  opacity: 1;
}

/* -------------------------------------------- *
 * Checkbox And Radio
 */
/* line 271, ../scss/core/_form.scss */
.checkbox,
.radio {
  position: relative;
  top: -1px;
  display: inline-block;
}

/* line 278, ../scss/core/_form.scss */
.checkbox + label,
.radio + label {
  width: auto;
  max-width: 85%;
  padding: 0 0 0 8px;
  font-size: 14px;
  font-weight: normal;
  vertical-align: top;
}

/* -------------------------------------------- *
 * Validation
 */
/* line 292, ../scss/core/_form.scss */
p.required,
.validation-advice {
  margin: 5px 0 0;
  color: #DF280A;
  font-size: 13px;
}

/* ============================================ *
 * Form List
 * ============================================ */
/* line 305, ../scss/core/_form.scss */
.form-list > li {
  margin-bottom: 10px;
}
/* line 308, ../scss/core/_form.scss */
.form-list select {
  margin-top: 4px;
  width: 365px;
  max-width: 100%;
}
/* line 314, ../scss/core/_form.scss */
.form-list .input-range .input-text {
  width: 74px;
}
/* line 318, ../scss/core/_form.scss */
.form-list .field,
.form-list .wide,
.form-list .control {
  margin-bottom: 10px;
}

/* Turn the label of controls (radio/checkbox) into a button style that wraps the input */
/* line 326, ../scss/core/_form.scss */
.form-list .control,
.sp-methods dt,
#checkout-shipping-method-load .sp-methods dd,
#co-shipping-method-form .sp-methods dd,
.product-options ul.options-list {
  /* When a label is next to an input that is set to not display, we should style the label in a non-clickable state */
}
/* line 332, ../scss/core/_form.scss */
.form-list .control div.input-box,
.sp-methods dt div.input-box,
#checkout-shipping-method-load .sp-methods dd div.input-box,
#co-shipping-method-form .sp-methods dd div.input-box,
.product-options ul.options-list div.input-box {
  display: inline;
  float: left;
}
/* line 336, ../scss/core/_form.scss */
.form-list .control div.input-box:after,
.sp-methods dt div.input-box:after,
#checkout-shipping-method-load .sp-methods dd div.input-box:after,
#co-shipping-method-form .sp-methods dd div.input-box:after,
.product-options ul.options-list div.input-box:after {
  display: none;
}
/* line 341, ../scss/core/_form.scss */
.form-list .control input.radio,
.form-list .control input.checkbox,
.sp-methods dt input.radio,
.sp-methods dt input.checkbox,
#checkout-shipping-method-load .sp-methods dd input.radio,
#checkout-shipping-method-load .sp-methods dd input.checkbox,
#co-shipping-method-form .sp-methods dd input.radio,
#co-shipping-method-form .sp-methods dd input.checkbox,
.product-options ul.options-list input.radio,
.product-options ul.options-list input.checkbox {
  float: left;
  margin-right: -40px;
  margin-top: 10px;
  margin-left: 15px;
}
/* line 349, ../scss/core/_form.scss */
.form-list .control label,
.sp-methods dt label,
#checkout-shipping-method-load .sp-methods dd label,
#co-shipping-method-form .sp-methods dd label,
.product-options ul.options-list label {
       /*  @include touch-button;
        display: inline-block;
        width: auto;
        max-width: none;
        min-width: 250px;
        float: none;
        padding: 6px 10px 6px 40px;

        &:hover {
            background-color: $c-module-background-hover;
        } */
}
/* line 364, ../scss/core/_form.scss */
.form-list .control .no-display + label,
.sp-methods dt .no-display + label,
#checkout-shipping-method-load .sp-methods dd .no-display + label,
#co-shipping-method-form .sp-methods dd .no-display + label,
.product-options ul.options-list .no-display + label {
  padding-left: 10px;
  background-color: transparent;
}
/* line 368, ../scss/core/_form.scss */
.form-list .control .no-display + label:hover,
.sp-methods dt .no-display + label:hover,
#checkout-shipping-method-load .sp-methods dd .no-display + label:hover,
#co-shipping-method-form .sp-methods dd .no-display + label:hover,
.product-options ul.options-list .no-display + label:hover {
  background-color: transparent;
}

/* line 375, ../scss/core/_form.scss */
#checkout-step-shipping_method .cart-info {
  margin: 12px 0;
  color: red;
  font-size: 18px;
  font-weight: bold;
}

/* line 382, ../scss/core/_form.scss */
.product-options ul.options-list label,
.col2-set .form-list .control label {
  min-width: inherit;
  width: 250px;
  max-width: 100%;
}

/* line 391, ../scss/core/_form.scss */
.product-options ul.options-list li {
  margin-bottom: 15px;
}
/* line 394, ../scss/core/_form.scss */
.product-options ul.options-list label {
  vertical-align: top;
  width: auto;
}
/* line 399, ../scss/core/_form.scss */
.product-options ul.options-list .label label {
  width: 70%;
}
/* line 403, ../scss/core/_form.scss */
.product-options ul.options-list .available-selection,
.product-options ul.options-list .oprion-price {
  display: inline-block;
  vertical-align: top;
  width: 10%;
}

/* line 413, ../scss/core/_form.scss */
.form-list .control.remember-me-box label {
  width: auto;
  max-width: none;
  min-width: inherit;
}

/* line 420, ../scss/core/_form.scss */
.form-list .control {
  margin-top: 10px;
}
/* line 423, ../scss/core/_form.scss */
.form-list .control label {
  float: none;
}
/* line 426, ../scss/core/_form.scss */
.form-list .control .radio,
.form-list .control .checkbox {
  margin-right: 6px;
}
/* line 430, ../scss/core/_form.scss */
.form-list .control .input-box {
  clear: none;
  display: inline-block;
  width: auto;
  padding: 0;
}

@media only screen and (max-width: 1023px) {
  /* line 444, ../scss/core/_form.scss */
  .product-options ul.options-list .label label {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 455, ../scss/core/_form.scss */
  .product-options ul.options-list label {
    padding-left: 10px;
  }
  /* line 457, ../scss/core/_form.scss */
  .product-options ul.options-list label.input-st {
    margin-right: 0;
  }
  /* line 462, ../scss/core/_form.scss */
  .product-options ul.options-list .label label {
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  /* line 473, ../scss/core/_form.scss */
  .product-options ul.options-list li {
    position: relative;
  }
  /* line 477, ../scss/core/_form.scss */
  .product-options ul.options-list .label label {
    width: 100%;
  }
  /* line 481, ../scss/core/_form.scss */
  .product-options ul.options-list .available-selection,
  .product-options ul.options-list .oprion-price {
    display: block;
    width: 100%;
  }
  /* line 486, ../scss/core/_form.scss */
  .product-options ul.options-list .oprion-price {
    width: auto;
    position: absolute;
    right: 0;
    top: 5px;
  }
}
/* ============================================ *
 * Table Helpers
 * ============================================ */
/* line 30, ../scss/core/_table.scss */
.hide-th {
  text-indent: -9999px;
}

/* ============================================ *
 * Data Table
 * ============================================ */
/* line 38, ../scss/core/_table.scss */
.data-table {
  width: 100%;
}

/* line 42, ../scss/core/_table.scss */
.data-table td {
  padding: 10px;
  vertical-align: top;
}

/* line 47, ../scss/core/_table.scss */
.data-table th {
  padding: 15px 20px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: #557b92;
  background: #dce2e6;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dce2e6 0%, #cdd4d9 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dce2e6 0%, #cdd4d9 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dce2e6 0%, #cdd4d9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dce2e6', endColorstr='#cdd4d9',GradientType=0 );
  /* IE6-9 */
  white-space: nowrap;
  position: relative;
}
/* line 60, ../scss/core/_table.scss */
.data-table th.th-images {
  min-width: 220px;
  text-align: center;
}
/* line 61, ../scss/core/_table.scss */
.data-table th.th-sku {
  text-align: center;
}
/* line 62, ../scss/core/_table.scss */
.data-table th:after {
  height: 75%;
  width: 1px;
  background: #bcc6cd;
  right: 0;
  content: "";
  top: 13.33333%;
  position: absolute;
}
/* line 72, ../scss/core/_table.scss */
.data-table th:last-child:after {
  display: none;
}

/* line 80, ../scss/core/_table.scss */
.data-table tbody td {
  color: #3b515e;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 10px;
  position: relative;
}
/* line 86, ../scss/core/_table.scss */
.data-table tbody td:after {
  height: 60%;
  width: 1px;
  background: #eef2f5;
  right: 0;
  content: "";
  top: 20%;
  position: absolute;
}
/* line 96, ../scss/core/_table.scss */
.data-table tbody td:last-child:after {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 103, ../scss/core/_table.scss */
  .data-table th {
    padding: 15px 10px;
    white-space: normal;
    font-size: 11px;
  }

  /* line 108, ../scss/core/_table.scss */
  .data-table tbody td {
    /*font-size: 11px;*/
  }
}
/* line 113, ../scss/core/_table.scss */
.data-table tbody td,
.data-table tfoot td {
  font-family: "Hind Guntur", Verdana, Arial, sans-serif;
  vertical-align: middle;
}

/* line 119, ../scss/core/_table.scss */
.data-table tbody tr:nth-child(2n) {
  background: #eef2f5;
}
/* line 122, ../scss/core/_table.scss */
.data-table tbody tr:nth-child(2n) td:after {
  background: #dfe6eb;
}

/* line 128, ../scss/core/_table.scss */
.data-table tfoot tr {
  background: #F4F4F4;
}

/* line 132, ../scss/core/_table.scss */
.data-table tbody td .item-options {
  margin-left: 20px;
  margin-top: 10px;
}
/* line 136, ../scss/core/_table.scss */
.data-table tbody td .item-options dt:after {
  content: ':';
}

/* ============================================ *
 * Generic Info Table
 * ============================================ */
/* line 145, ../scss/core/_table.scss */
.info-box {
  border: 1px solid #C0C0C0;
  padding: 12px 15px;
  margin: 0 0 15px;
}
/* line 150, ../scss/core/_table.scss */
.info-box h2 {
  font-weight: bold;
  font-size: 13px;
}

/* line 156, ../scss/core/_table.scss */
.info-table th,
.info-table td {
  vertical-align: top;
}

/* line 161, ../scss/core/_table.scss */
.info-table th {
  font-weight: bold;
  padding: 4px 20px 4px 0;
}

/* line 166, ../scss/core/_table.scss */
.info-table td {
  padding: 4px 0;
}

/* ============================================ *
 * Zebra-Stripe Table
 * ============================================ */
/* line 175, ../scss/core/_table.scss */
.zebra-table tr:first-child,
.zebra-table th:first-child {
  border-top: 1px solid #C0C0C0;
}
/* line 180, ../scss/core/_table.scss */
.zebra-table td,
.zebra-table th {
  border-bottom: 1px solid #C0C0C0;
  padding: 6px;
  background-color: transparent;
}
/* line 187, ../scss/core/_table.scss */
.zebra-table tr {
  background-color: #EEEDED;
}
/* line 191, ../scss/core/_table.scss */
.zebra-table tr:nth-child(odd) {
  background-color: #F8F7F5;
}

/* ============================================ *
 * Linearize Table
 * ============================================ */
@media only screen and (max-width: 479px) {
  /* line 302, ../scss/core/_table.scss */
  .linearize-table {
    /* Helpers */
  }
  /* line 202, ../scss/core/_table.scss */
  .linearize-table tr,
  .linearize-table th,
  .linearize-table td {
    display: block;
  }
  /* line 208, ../scss/core/_table.scss */
  .linearize-table thead th {
    border-right: 0;
    border-left: 0;
  }
  /* line 213, ../scss/core/_table.scss */
  .linearize-table thead th.lin-hide {
    display: none;
  }
  /* line 217, ../scss/core/_table.scss */
  .linearize-table thead th:nth-child(1n+2) {
    display: none;
  }
  /* line 221, ../scss/core/_table.scss */
  .linearize-table tbody tr {
    position: relative;
    border-bottom: 1px solid #CCCCCC;
  }
  /* line 226, ../scss/core/_table.scss */
  .linearize-table tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  /* line 232, ../scss/core/_table.scss */
  .linearize-table tbody td.lin-hide {
    display: none;
  }
  /* line 236, ../scss/core/_table.scss */
  .linearize-table tbody td:first-child {
    padding-top: 10px;
  }
  /* line 240, ../scss/core/_table.scss */
  .linearize-table tbody td:first-child,
  .linearize-table tbody td:first-child h3 {
    font-weight: bold;
  }
  /* line 245, ../scss/core/_table.scss */
  .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  /* line 250, ../scss/core/_table.scss */
  .linearize-table tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "Hind Guntur", Verdana, Arial, sans-serif Arial, sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }
  /* line 258, ../scss/core/_table.scss */
  .linearize-table tfoot tr {
    display: block;
    text-align: right;
  }
  /* line 263, ../scss/core/_table.scss */
  .linearize-table tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 267, ../scss/core/_table.scss */
  .linearize-table tfoot td {
    display: block;
    float: left;
  }
  /* line 272, ../scss/core/_table.scss */
  .linearize-table tfoot td.lin-hide {
    display: none;
  }
  /* line 276, ../scss/core/_table.scss */
  .linearize-table tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  /* line 281, ../scss/core/_table.scss */
  .linearize-table tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  /* line 288, ../scss/core/_table.scss */
  .linearize-table .linearize-hide {
    display: none;
  }
  /* line 292, ../scss/core/_table.scss */
  .linearize-table .linearize-unpad {
    padding: 0;
  }
  /* line 296, ../scss/core/_table.scss */
  .linearize-table .linearize-show {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  /* line 308, ../scss/core/_table.scss */
  .linearize-table-large {
    /* Helpers */
  }
  /* line 202, ../scss/core/_table.scss */
  .linearize-table-large tr,
  .linearize-table-large th,
  .linearize-table-large td {
    display: block;
  }
  /* line 208, ../scss/core/_table.scss */
  .linearize-table-large thead th {
    border-right: 0;
    border-left: 0;
  }
  /* line 213, ../scss/core/_table.scss */
  .linearize-table-large thead th.lin-hide {
    display: none;
  }
  /* line 217, ../scss/core/_table.scss */
  .linearize-table-large thead th:nth-child(1n+2) {
    display: none;
  }
  /* line 221, ../scss/core/_table.scss */
  .linearize-table-large tbody tr {
    position: relative;
    border-bottom: 1px solid #CCCCCC;
  }
  /* line 226, ../scss/core/_table.scss */
  .linearize-table-large tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  /* line 232, ../scss/core/_table.scss */
  .linearize-table-large tbody td.lin-hide {
    display: none;
  }
  /* line 236, ../scss/core/_table.scss */
  .linearize-table-large tbody td:first-child {
    padding-top: 10px;
  }
  /* line 240, ../scss/core/_table.scss */
  .linearize-table-large tbody td:first-child,
  .linearize-table-large tbody td:first-child h3 {
    font-weight: bold;
  }
  /* line 245, ../scss/core/_table.scss */
  .linearize-table-large tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  /* line 250, ../scss/core/_table.scss */
  .linearize-table-large tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "Hind Guntur", Verdana, Arial, sans-serif Arial, sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }
  /* line 258, ../scss/core/_table.scss */
  .linearize-table-large tfoot tr {
    display: block;
    text-align: right;
  }
  /* line 263, ../scss/core/_table.scss */
  .linearize-table-large tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 267, ../scss/core/_table.scss */
  .linearize-table-large tfoot td {
    display: block;
    float: left;
  }
  /* line 272, ../scss/core/_table.scss */
  .linearize-table-large tfoot td.lin-hide {
    display: none;
  }
  /* line 276, ../scss/core/_table.scss */
  .linearize-table-large tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  /* line 281, ../scss/core/_table.scss */
  .linearize-table-large tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  /* line 288, ../scss/core/_table.scss */
  .linearize-table-large .linearize-hide {
    display: none;
  }
  /* line 292, ../scss/core/_table.scss */
  .linearize-table-large .linearize-unpad {
    padding: 0;
  }
  /* line 296, ../scss/core/_table.scss */
  .linearize-table-large .linearize-show {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  /* line 314, ../scss/core/_table.scss */
  .linearize-table .linearize-collapse {
    display: none;
  }
}
/* line 1, ../scss/core/_grid-custom.scss */
.grid-col {
  margin: 0 -10px;
}
/* line 3, ../scss/core/_grid-custom.scss */
.grid-col:after {
  content: '';
  display: table;
  clear: both;
}
/* line 6, ../scss/core/_grid-custom.scss */
.grid-col [class^="col-"],
.grid-col [class*=" col-"] {
  float: left;
  padding: 0 10px;
}

/* line 21, ../scss/core/_grid-custom.scss */
.col-1-1 {
  width: 100%;
}

/* line 21, ../scss/core/_grid-custom.scss */
.col-1-2 {
  width: 50%;
}

/* line 21, ../scss/core/_grid-custom.scss */
.col-1-3 {
  width: 33.33333%;
}

/* line 21, ../scss/core/_grid-custom.scss */
.col-2-3 {
  width: 66.66667%;
}

/* line 21, ../scss/core/_grid-custom.scss */
.col-1-4 {
  width: 25%;
}

/* line 21, ../scss/core/_grid-custom.scss */
.col-3-4 {
  width: 75%;
}

/* line 21, ../scss/core/_grid-custom.scss */
.col-1-5 {
  width: 20%;
}

/* line 21, ../scss/core/_grid-custom.scss */
.col-2-5 {
  width: 40%;
}

/* line 21, ../scss/core/_grid-custom.scss */
.col-3-5 {
  width: 60%;
}

/* line 21, ../scss/core/_grid-custom.scss */
.col-4-5 {
  width: 80%;
}

/* line 21, ../scss/core/_grid-custom.scss */
.col-1-6 {
  width: 16.66667%;
}

/* line 21, ../scss/core/_grid-custom.scss */
.col-5-6 {
  width: 83.33333%;
}

@media only screen and (max-width: 1279px) {
  /* line 39, ../scss/core/_grid-custom.scss */
  .col-md-1-1 {
    width: 100%;
  }

  /* line 39, ../scss/core/_grid-custom.scss */
  .col-md-1-2 {
    width: 50%;
  }

  /* line 39, ../scss/core/_grid-custom.scss */
  .col-md-1-3 {
    width: 33.33333%;
  }

  /* line 39, ../scss/core/_grid-custom.scss */
  .col-md-2-3 {
    width: 66.66667%;
  }

  /* line 39, ../scss/core/_grid-custom.scss */
  .col-md-1-4 {
    width: 25%;
  }

  /* line 39, ../scss/core/_grid-custom.scss */
  .col-md-3-4 {
    width: 75%;
  }

  /* line 39, ../scss/core/_grid-custom.scss */
  .col-md-1-5 {
    width: 20%;
  }

  /* line 39, ../scss/core/_grid-custom.scss */
  .col-md-2-5 {
    width: 40%;
  }

  /* line 39, ../scss/core/_grid-custom.scss */
  .col-md-3-5 {
    width: 60%;
  }

  /* line 39, ../scss/core/_grid-custom.scss */
  .col-md-4-5 {
    width: 80%;
  }

  /* line 39, ../scss/core/_grid-custom.scss */
  .col-md-1-6 {
    width: 16.66667%;
  }

  /* line 39, ../scss/core/_grid-custom.scss */
  .col-md-5-6 {
    width: 83.33333%;
  }

  /* line 49, ../scss/core/_grid-custom.scss */
  .grid-col [class^="col-sm"],
  .grid-col [class*=" col-sm"] {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 64, ../scss/core/_grid-custom.scss */
  .col-sm-1-1 {
    width: 100%;
  }

  /* line 64, ../scss/core/_grid-custom.scss */
  .col-sm-1-2 {
    width: 50%;
  }

  /* line 64, ../scss/core/_grid-custom.scss */
  .col-sm-1-3 {
    width: 33.33333%;
  }

  /* line 64, ../scss/core/_grid-custom.scss */
  .col-sm-2-3 {
    width: 66.66667%;
  }

  /* line 64, ../scss/core/_grid-custom.scss */
  .col-sm-1-4 {
    width: 25%;
  }

  /* line 64, ../scss/core/_grid-custom.scss */
  .col-sm-3-4 {
    width: 75%;
  }

  /* line 64, ../scss/core/_grid-custom.scss */
  .col-sm-1-5 {
    width: 20%;
  }

  /* line 64, ../scss/core/_grid-custom.scss */
  .col-sm-2-5 {
    width: 40%;
  }

  /* line 64, ../scss/core/_grid-custom.scss */
  .col-sm-3-5 {
    width: 60%;
  }

  /* line 64, ../scss/core/_grid-custom.scss */
  .col-sm-4-5 {
    width: 80%;
  }

  /* line 64, ../scss/core/_grid-custom.scss */
  .col-sm-1-6 {
    width: 16.66667%;
  }

  /* line 64, ../scss/core/_grid-custom.scss */
  .col-sm-5-6 {
    width: 83.33333%;
  }

  /* line 74, ../scss/core/_grid-custom.scss */
  .grid-col [class^="col-sm"],
  .grid-col [class*=" col-sm"] {
    margin-bottom: 10px;
  }
}
/* line 1, ../scss/plugin/_stylish-select.scss */
.customSelect {
  left: 100%;
  position: fixed;
  top: 100%;
  z-index: -1;
}

/* line 8, ../scss/plugin/_stylish-select.scss */
.newListSelected {
  min-width: 320px;
  height: 45px;
  display: inline-block;
  color: #7ea2b8;
  background: #ffffff;
  border-radius: 3px;
}
/* line 15, ../scss/plugin/_stylish-select.scss */
.newListSelected .selectedTxt {
  color: #7ea2b8;
  overflow: hidden;
  font-size: 16px;
  font-weight: 400;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  border: 1px solid #bad9eb;
  position: relative;
  border-radius: 3px;
}
/* line 26, ../scss/plugin/_stylish-select.scss */
.newListSelected .selectedTxt:before {
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e915";
  font-size: 8px;
  position: absolute;
  right: 19px;
  top: 19px;
  color: #7ea2b8;
}
/* line 42, ../scss/plugin/_stylish-select.scss */
.newListSelected.newListSelHover {
  color: #557b92;
}
/* line 44, ../scss/plugin/_stylish-select.scss */
.newListSelected.newListSelHover .selectedTxt {
  color: #557b92;
  border-color: #557b92;
}
/* line 50, ../scss/plugin/_stylish-select.scss */
.newListSelected.newListSelClick .selectedTxt {
  border-color: #bad9eb;
  color: #7ea2b8;
  border-radius: 3px 3px 0 0;
  border-bottom: 0;
}
/* line 55, ../scss/plugin/_stylish-select.scss */
.newListSelected.newListSelClick .selectedTxt:before {
  content: "\e918";
}
/* line 62, ../scss/plugin/_stylish-select.scss */
.newListSelected.newListSelFocus .selectedTxt:before {
  content: "\e915";
}
/* line 67, ../scss/plugin/_stylish-select.scss */
.newListSelected .SSContainerDivWrapper {
  padding: 0;
  width: 100%;
  position: absolute;
  top: 22px;
  left: 0;
  z-index: 11;
  border-top: none;
  overflow: hidden;
  border-left: 1px solid #bad9eb;
  border-right: 1px solid #bad9eb;
  border-bottom: 1px solid #bad9eb;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 16px;
  font-weight: 400;
}
/* line 83, ../scss/plugin/_stylish-select.scss */
.newListSelected .SSContainerDivWrapper a {
  font-size: 16px;
  font-weight: 400;
  color: #7ea2b8;
  display: block;
  padding: 10px 20px;
  background: #eef2f5;
  outline: none;
}
/* line 93, ../scss/plugin/_stylish-select.scss */
.newListSelected .SSContainerDivWrapper ul li {
  width: auto;
}
/* line 96, ../scss/plugin/_stylish-select.scss */
.newListSelected .SSContainerDivWrapper ul li:nth-child(2n) a {
  background: #ffffff;
}
/* line 101, ../scss/plugin/_stylish-select.scss */
.newListSelected .SSContainerDivWrapper ul li a:hover {
  color: #ffffff;
  background: #7da0b6;
}
/* line 105, ../scss/plugin/_stylish-select.scss */
.newListSelected .SSContainerDivWrapper ul li a.highLite {
  color: #ffffff;
  background: #7da0b6;
}

/* Hide lists on page load */
/* line 118, ../scss/plugin/_stylish-select.scss */
.stylish-select .SSContainerDivWrapper {
  left: -9999px;
}

/* Default fake select container style*/
/* Disabled */
/* line 137, ../scss/plugin/_stylish-select.scss */
.stylish-select .newListDisabled {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}

/* line 143, ../scss/plugin/_stylish-select.scss */
.stylish-select .newListItemDisabled {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}

/* line 149, ../scss/plugin/_stylish-select.scss */
.stylish-select .newListOptionDisabled {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}

/* select Hover, Focus */
/* line 158, ../scss/plugin/_stylish-select.scss */
.stylish-select .newListSelHover,
.stylish-select .newListSelFocus {
  /*  background: url(https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/css/images/select_icon.png) no-repeat 100% -73px;
  cursor:default;*/
}

/* select onClick */
/* line 167, ../scss/plugin/_stylish-select.scss */
.stylish-select .newListSelClick {
  background: url(https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/css/images/select_icon.png) no-repeat 100% -58px #ffffff;
  border-radius: 5px 5px 0 0;
  cursor: default;
}

/* Optgroup */
/* line 176, ../scss/plugin/_stylish-select.scss */
.stylish-select .newListOptionTitle {
  font-weight: bold;
  text-indent: 5px;
}

/* line 181, ../scss/plugin/_stylish-select.scss */
.stylish-select .newListOptionTitle ul {
  margin: 0;
  padding: 0;
}

/* Fix div display: none */
/* line 191, ../scss/plugin/_stylish-select.scss */
.SSContainerDivWrapper {
  max-height: 300px !important;
  height: auto !important;
}

/* line 196, ../scss/plugin/_stylish-select.scss */
ul.newList {
  max-height: 220px !important;
  height: auto !important;
  overflow-y: auto;
}

/* line 202, ../scss/plugin/_stylish-select.scss */
#validate-city {
  margin-bottom: 10px;
}

@media only screen and (max-width: 1279px) {
  /* line 208, ../scss/plugin/_stylish-select.scss */
  .customSelect {
    position: static;
    z-index: 1;
    left: auto;
    top: auto;
  }

  /* line 214, ../scss/plugin/_stylish-select.scss */
  .newListSelected {
    display: none;
  }
}
/* Slider */
/* line 3, ../scss/plugin/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, ../scss/plugin/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 24, ../scss/plugin/_slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 28, ../scss/plugin/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, ../scss/plugin/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 42, ../scss/plugin/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
/* line 48, ../scss/plugin/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 54, ../scss/plugin/_slick.scss */
.slick-track:after {
  clear: both;
}
/* line 58, ../scss/plugin/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 62, ../scss/plugin/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 66, ../scss/plugin/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 69, ../scss/plugin/_slick.scss */
.slick-slide img {
  display: block;
}
/* line 72, ../scss/plugin/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 78, ../scss/plugin/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 82, ../scss/plugin/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 86, ../scss/plugin/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 90, ../scss/plugin/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 96, ../scss/plugin/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* line 100, ../scss/plugin/_slick.scss */
.slick-arrow {
  font-size: 0;
  position: relative;
  background: none;
  border-radius: 50%;
  border: 2px solid #0074bc;
}
/* line 106, ../scss/plugin/_slick.scss */
.slick-arrow:before {
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 11px;
  color: #0074bc;
  position: relative;
  z-index: 5;
}
/* line 119, ../scss/plugin/_slick.scss */
.slick-arrow.slick-prev {
  width: 37px;
  height: 37px;
  margin-right: 10px;
}
/* line 123, ../scss/plugin/_slick.scss */
.slick-arrow.slick-prev:before {
  content: "\e905";
}
/* line 127, ../scss/plugin/_slick.scss */
.slick-arrow.slick-next {
  width: 37px;
  height: 37px;
}
/* line 131, ../scss/plugin/_slick.scss */
.slick-arrow.slick-next:before {
  content: "\e906";
}
/* line 135, ../scss/plugin/_slick.scss */
.slick-arrow:hover {
  background: #0074bc;
}
/* line 137, ../scss/plugin/_slick.scss */
.slick-arrow:hover:before {
  color: #ffffff;
}

/* line 143, ../scss/plugin/_slick.scss */
.slick-dots {
  bottom: -30px;
  position: absolute;
  text-align: center;
  width: 100%;
}
/* line 148, ../scss/plugin/_slick.scss */
.slick-dots li {
  display: inline-block;
  margin: 0 10px;
  width: 30px;
  height: 30px;
  background: #ffffff;
  position: relative;
  border-radius: 50%;
}
/* line 156, ../scss/plugin/_slick.scss */
.slick-dots li button {
  background: #ffffff;
  border: 2px solid #0074bc;
  border-radius: 50%;
  display: block;
  font-size: 0;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 60%;
  margin-top: -8px;
  margin-left: -5px;
}
/* line 172, ../scss/plugin/_slick.scss */
.slick-dots li.slick-active button, .slick-dots li:hover button {
  background: #0074bc;
}

/* line 179, ../scss/plugin/_slick.scss */
.slick-slider {
  margin-bottom: 25px;
}
/* line 181, ../scss/plugin/_slick.scss */
.slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
}
/* line 185, ../scss/plugin/_slick.scss */
.slick-slider .slick-arrow.slick-prev {
  left: 0;
  margin-top: -18px;
}
/* line 189, ../scss/plugin/_slick.scss */
.slick-slider .slick-arrow.slick-next {
  right: 0;
  margin-top: -20px;
}

/* line 196, ../scss/plugin/_slick.scss */
.load-slide {
  position: relative;
  height: 150px;
  overflow: hidden;
}
/* line 200, ../scss/plugin/_slick.scss */
.load-slide:after {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #ffffff url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/load-ico.gif") no-repeat 50%;
  position: absolute;
}
/* line 209, ../scss/plugin/_slick.scss */
.load-slide.slick-slider {
  height: auto;
  overflow: inherit;
}
/* line 212, ../scss/plugin/_slick.scss */
.load-slide.slick-slider:after {
  display: none;
}

/* line 217, ../scss/plugin/_slick.scss */
.load-slider {
  position: relative;
  height: 150px;
  overflow: hidden;
}
/* line 221, ../scss/plugin/_slick.scss */
.load-slider:after {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  background: #ffffff;
}
/* line 230, ../scss/plugin/_slick.scss */
.load-slider.slick-slider {
  height: auto;
  overflow: inherit;
}
/* line 233, ../scss/plugin/_slick.scss */
.load-slider.slick-slider:after {
  display: none;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
/* line 17, ../scss/plugin/_bxslider.scss */
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}

/* line 24, ../scss/plugin/_bxslider.scss */
.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
/* line 32, ../scss/plugin/_bxslider.scss */
.bx-wrapper .bx-viewport {
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
/* line 33, ../scss/plugin/_bxslider.scss */
.bx-wrapper .bx-viewport .ct-product .product-wr-item {
  padding: 0;
}

/* line 46, ../scss/plugin/_bxslider.scss */
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
/* line 55, ../scss/plugin/_bxslider.scss */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/bx_loader.gif") center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
/* line 68, ../scss/plugin/_bxslider.scss */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

/* line 77, ../scss/plugin/_bxslider.scss */
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

/* line 84, ../scss/plugin/_bxslider.scss */
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 97, ../scss/plugin/_bxslider.scss */
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
/* line 104, ../scss/plugin/_bxslider.scss */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/css/images/controls.png) no-repeat 0 -32px;
}

/* line 109, ../scss/plugin/_bxslider.scss */
.bx-wrapper .bx-next {
  right: 10px;
  background: url(https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/css/images/controls.png) no-repeat -43px -32px;
}

/* line 114, ../scss/plugin/_bxslider.scss */
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

/* line 118, ../scss/plugin/_bxslider.scss */
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

/* line 122, ../scss/plugin/_bxslider.scss */
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

/* line 133, ../scss/plugin/_bxslider.scss */
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
/* line 139, ../scss/plugin/_bxslider.scss */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

/* line 143, ../scss/plugin/_bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/css/images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

/* line 153, ../scss/plugin/_bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

/* line 158, ../scss/plugin/_bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/css/images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

/* line 168, ../scss/plugin/_bxslider.scss */
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
/* line 175, ../scss/plugin/_bxslider.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

/* line 180, ../scss/plugin/_bxslider.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
/* line 187, ../scss/plugin/_bxslider.scss */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

/* line 196, ../scss/plugin/_bxslider.scss */
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/*  Control */
/* line 207, ../scss/plugin/_bxslider.scss */
.ct-direction {
  display: inline-block;
}
/* line 209, ../scss/plugin/_bxslider.scss */
.ct-direction a {
  font-size: 0;
  border: none;
  position: relative;
  background: #ffffff;
  border-radius: 50%;
  border: 2px solid #0074bc;
  display: block;
}
/* line 217, ../scss/plugin/_bxslider.scss */
.ct-direction a:before {
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 19px;
  color: #0074bc;
  position: relative;
  z-index: 5;
}
/* line 230, ../scss/plugin/_bxslider.scss */
.ct-direction a.bx-prev {
  width: 37px;
  height: 37px;
  margin-right: 10px;
  text-align: center;
}
/* line 235, ../scss/plugin/_bxslider.scss */
.ct-direction a.bx-prev:before {
  content: "\e907";
  line-height: 35px;
}
/* line 240, ../scss/plugin/_bxslider.scss */
.ct-direction a.bx-next {
  width: 37px;
  height: 37px;
  text-align: center;
}
/* line 244, ../scss/plugin/_bxslider.scss */
.ct-direction a.bx-next:before {
  content: "\e904";
  line-height: 35px;
}
/* line 249, ../scss/plugin/_bxslider.scss */
.ct-direction a:hover {
  background: #0074bc;
}
/* line 251, ../scss/plugin/_bxslider.scss */
.ct-direction a:hover:before {
  color: #ffffff;
}

/* line 1, ../scss/plugin/_dlmenu.scss */
.head-nav {
  height: 50px;
  background: #ffffff;
  border-bottom: 1px solid #cfcfcf;
  position: relative;
}
/* line 6, ../scss/plugin/_dlmenu.scss */
.head-nav .bt-nav {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  z-index: 99;
}
/* line 16, ../scss/plugin/_dlmenu.scss */
.head-nav .bt-nav i:before {
  font-size: 16px;
  color: #0074bc;
  line-height: 50px;
}
/* line 23, ../scss/plugin/_dlmenu.scss */
.head-nav .name-cat {
  height: 50px;
  left: 0;
  padding-left: 50px;
  padding-right: 50px;
  position: absolute;
  text-align: center;
  top: 0;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  color: #0074bc;
  line-height: 50px;
}

/* line 40, ../scss/plugin/_dlmenu.scss */
.dl-back {
  position: absolute;
  top: -50px;
  right: 0;
  z-index: 999;
  display: none;
}
/* line 47, ../scss/plugin/_dlmenu.scss */
.dl-back i:before {
  font-size: 11px;
}

/* line 53, ../scss/plugin/_dlmenu.scss */
.dl-subviewopen .dl-back {
  display: block;
}

/* line 58, ../scss/plugin/_dlmenu.scss */
.dl-menuwrapper {
  width: 100%;
  max-width: 320px;
  float: left;
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 200%;
  perspective-origin: 50% 200%;
}
/* line 68, ../scss/plugin/_dlmenu.scss */
.dl-menuwrapper:first-child {
  margin-right: 100px;
}
/* line 71, ../scss/plugin/_dlmenu.scss */
.dl-menuwrapper button {
  background: #ccc;
  border: none;
  width: 48px;
  height: 45px;
  text-indent: -900em;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  outline: none;
}
/* line 81, ../scss/plugin/_dlmenu.scss */
.dl-menuwrapper button:after {
  content: '';
  position: absolute;
  width: 68%;
  height: 5px;
  background: #fff;
  top: 10px;
  left: 16%;
  box-shadow: 0 10px 0 #fff,  0 20px 0 #fff;
}
/* line 94, ../scss/plugin/_dlmenu.scss */
.dl-menuwrapper ul {
  padding: 0;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  /* 		.dl-submenu {
  			li {
  				a {
  					background: #f2f2f2;
  				}
  				&:nth-child(2n) {
  					a {
  						background: $c-white;
  					}
  				}
  			}
  		} */
}
/* line 100, ../scss/plugin/_dlmenu.scss */
.dl-menuwrapper ul li a {
  background: #f2f2f2;
  display: block;
  color: #0074bc;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  padding: 32px 40px 28px 15px;
  position: relative;
}
/* line 111, ../scss/plugin/_dlmenu.scss */
.dl-menuwrapper ul li > a:not(:only-child):after {
  position: absolute;
  top: 50%;
  font-family: 'iconqastore';
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\e917";
  color: #0074bc;
  font-size: 10px;
  margin-top: -5px;
  right: 25px;
}
/* line 124, ../scss/plugin/_dlmenu.scss */
.dl-menuwrapper ul li:nth-child(2n) > a {
  background: #ffffff;
}
/* line 129, ../scss/plugin/_dlmenu.scss */
.dl-menuwrapper ul li .dl-back a {
  padding: 0;
  background: none;
  display: block;
  height: 50px;
  width: 50px;
  text-align: center;
}
/* line 136, ../scss/plugin/_dlmenu.scss */
.dl-menuwrapper ul li .dl-back a i {
  line-height: 50px;
}
/* line 142, ../scss/plugin/_dlmenu.scss */
.dl-menuwrapper ul li.catalogue > a {
  background: #0074bc;
  color: #ffffff;
}
/* line 145, ../scss/plugin/_dlmenu.scss */
.dl-menuwrapper ul li.catalogue > a:after {
  color: #ffffff;
}
/* line 151, ../scss/plugin/_dlmenu.scss */
.dl-menuwrapper ul li.favoris span {
  display: inline-block;
}
/* line 153, ../scss/plugin/_dlmenu.scss */
.dl-menuwrapper ul li.favoris span:after {
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e91a";
  color: #fff344;
  font-size: 12px;
  margin-left: 10px;
}
/* line 169, ../scss/plugin/_dlmenu.scss */
.dl-menuwrapper ul li.dl-subviewopen.catalogue > a,
.dl-menuwrapper ul li.dl-subviewopen > a {
  height: 45px;
  left: 0;
  line-height: 55px;
  padding: 0 50px;
  position: absolute;
  text-align: center;
  top: -50px;
  width: 100%;
  background: #ffffff;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  color: #0074bc;
}
/* line 184, ../scss/plugin/_dlmenu.scss */
.dl-menuwrapper ul li.dl-subviewopen.catalogue > a:after,
.dl-menuwrapper ul li.dl-subviewopen > a:after {
  display: none;
}

/* line 211, ../scss/plugin/_dlmenu.scss */
.nav-reponsive .bt-nav.dl-active:after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #3b515e;
  opacity: 0.35;
  z-index: 98;
}

/* line 225, ../scss/plugin/_dlmenu.scss */
.activeMenu,
.activeMenu body {
  height: 100%;
  overflow: hidden;
}

/* line 231, ../scss/plugin/_dlmenu.scss */
.no-touch .dl-menuwrapper li a:hover {
  background: rgba(255, 248, 213, 0.1);
}

/* line 235, ../scss/plugin/_dlmenu.scss */
.dl-menuwrapper li > a:after {
  color: rgba(0, 0, 0, 0.15);
}

/* line 239, ../scss/plugin/_dlmenu.scss */
.dl-menuwrapper {
  position: fixed;
  width: 320px;
  opacity: 0;
  pointer-events: none;
  transform: translate(-320px, 0);
  -webkit-transform: translate(-320px, 0);
  /** Chrome & Safari **/
  -o-transform: translate(-320px, 0);
  /** Opera **/
  -moz-transform: translate(-320px, 0);
  /** Firefox **/
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.5s ease;
  left: 0;
  top: 0;
  z-index: 9999;
  height: 100%;
  background: #ffffff;
  overflow-y: scroll;
}

/* line 259, ../scss/plugin/_dlmenu.scss */
.activeMenu .dl-menuwrapper {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  /** Chrome & Safari **/
  -o-transform: translate(0, 0);
  /** Opera **/
  -moz-transform: translate(0, 0);
  /** Firefox **/
}

/* line 269, ../scss/plugin/_dlmenu.scss */
.dl-menuwrapper .dl-menu {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 274, ../scss/plugin/_dlmenu.scss */
.dl-menuwrapper .dl-menu:after {
  display: none;
  content: '';
  width: 100%;
  height: 17px;
  background: url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/shadow-menu-mb.png") no-repeat 50%;
  position: absolute;
  left: 0;
  bottom: 0;
}

/* line 286, ../scss/plugin/_dlmenu.scss */
.dl-menuwrapper .dl-menu.dl-menu-toggle {
  transition: all 0.3s ease;
}

/* line 290, ../scss/plugin/_dlmenu.scss */
.dl-menuwrapper .dl-menu.dl-menuopen {
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

/* Hide the inner submenus */
/* line 299, ../scss/plugin/_dlmenu.scss */
.dl-menuwrapper li .dl-submenu,
.dl-menuwrapper li .head {
  display: none;
}

/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
/* line 311, ../scss/plugin/_dlmenu.scss */
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subview > a {
  display: none;
}

/* line 320, ../scss/plugin/_dlmenu.scss */
.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .head,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
  display: block;
}

/* Dynamically added submenu outside of the menu context */
/* line 330, ../scss/plugin/_dlmenu.scss */
.dl-menuwrapper > .dl-submenu {
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  margin: 0;
}

/* Animation classes for moving out and in */
/* line 340, ../scss/plugin/_dlmenu.scss */
.dl-menu.dl-animate-out-1 {
  -webkit-animation: MenuAnimOut1 0.4s;
  animation: MenuAnimOut1 0.4s;
}

/* line 345, ../scss/plugin/_dlmenu.scss */
.dl-menu.dl-animate-out-2 {
  -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
  animation: MenuAnimOut2 0.3s ease-in-out;
}

/* line 350, ../scss/plugin/_dlmenu.scss */
.dl-menu.dl-animate-out-3 {
  -webkit-animation: MenuAnimOut3 0.4s ease;
  animation: MenuAnimOut3 0.4s ease;
}

/* line 355, ../scss/plugin/_dlmenu.scss */
.dl-menu.dl-animate-out-4 {
  -webkit-animation: MenuAnimOut4 0.4s ease;
  animation: MenuAnimOut4 0.4s ease;
}

/* line 360, ../scss/plugin/_dlmenu.scss */
.dl-menu.dl-animate-out-5 {
  -webkit-animation: MenuAnimOut5 0.4s ease;
  animation: MenuAnimOut5 0.4s ease;
}

@-webkit-keyframes MenuAnimOut1 {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5;
  }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut3 {
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut4 {
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut5 {
  100% {
    -webkit-transform: translateY(40%);
    opacity: 0;
  }
}
@keyframes MenuAnimOut1 {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5;
  }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}
@keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes MenuAnimOut3 {
  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
}
@keyframes MenuAnimOut4 {
  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
}
@keyframes MenuAnimOut5 {
  100% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0;
  }
}
/* line 466, ../scss/plugin/_dlmenu.scss */
.dl-menu.dl-animate-in-1 {
  -webkit-animation: MenuAnimIn1 0.3s;
  animation: MenuAnimIn1 0.3s;
}

/* line 471, ../scss/plugin/_dlmenu.scss */
.dl-menu.dl-animate-in-2 {
  -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
  animation: MenuAnimIn2 0.3s ease-in-out;
}

/* line 476, ../scss/plugin/_dlmenu.scss */
.dl-menu.dl-animate-in-3 {
  -webkit-animation: MenuAnimIn3 0.4s ease;
  animation: MenuAnimIn3 0.4s ease;
}

/* line 481, ../scss/plugin/_dlmenu.scss */
.dl-menu.dl-animate-in-4 {
  -webkit-animation: MenuAnimIn4 0.4s ease;
  animation: MenuAnimIn4 0.4s ease;
}

/* line 486, ../scss/plugin/_dlmenu.scss */
.dl-menu.dl-animate-in-5 {
  -webkit-animation: MenuAnimIn5 0.4s ease;
  animation: MenuAnimIn5 0.4s ease;
}

@-webkit-keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/* line 620, ../scss/plugin/_dlmenu.scss */
.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
  -webkit-animation: SubMenuAnimIn1 0.4s ease;
  animation: SubMenuAnimIn1 0.4s ease;
}

/* line 625, ../scss/plugin/_dlmenu.scss */
.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
  -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
  animation: SubMenuAnimIn2 0.3s ease-in-out;
}

/* line 630, ../scss/plugin/_dlmenu.scss */
.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
  -webkit-animation: SubMenuAnimIn3 0.4s ease;
  animation: SubMenuAnimIn3 0.4s ease;
}

/* line 635, ../scss/plugin/_dlmenu.scss */
.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
  -webkit-animation: SubMenuAnimIn4 0.4s ease;
  animation: SubMenuAnimIn4 0.4s ease;
}

/* line 640, ../scss/plugin/_dlmenu.scss */
.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
  -webkit-animation: SubMenuAnimIn5 0.4s ease;
  animation: SubMenuAnimIn5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
/* line 765, ../scss/plugin/_dlmenu.scss */
.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
  -webkit-animation: SubMenuAnimOut1 0.4s ease;
  animation: SubMenuAnimOut1 0.4s ease;
}

/* line 770, ../scss/plugin/_dlmenu.scss */
.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
  -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
  animation: SubMenuAnimOut2 0.3s ease-in-out;
}

/* line 775, ../scss/plugin/_dlmenu.scss */
.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
  -webkit-animation: SubMenuAnimOut3 0.4s ease;
  animation: SubMenuAnimOut3 0.4s ease;
}

/* line 780, ../scss/plugin/_dlmenu.scss */
.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
  -webkit-animation: SubMenuAnimOut4 0.4s ease;
  animation: SubMenuAnimOut4 0.4s ease;
}

/* line 785, ../scss/plugin/_dlmenu.scss */
.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
  -webkit-animation: SubMenuAnimOut5 0.4s ease;
  animation: SubMenuAnimOut5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-200px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0;
  }
}
/* No JS Fallback */
/* line 911, ../scss/plugin/_dlmenu.scss */
.no-js .dl-menuwrapper .dl-menu {
  position: relative;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

/* line 918, ../scss/plugin/_dlmenu.scss */
.no-js .dl-menuwrapper li .dl-submenu {
  display: block;
}

/* line 922, ../scss/plugin/_dlmenu.scss */
.no-js .dl-menuwrapper li.dl-back {
  display: none;
}

/* line 926, ../scss/plugin/_dlmenu.scss */
.no-js .dl-menuwrapper li > a:not(:only-child) {
  background: rgba(0, 0, 0, 0.1);
}

/* line 930, ../scss/plugin/_dlmenu.scss */
.no-js .dl-menuwrapper li > a:not(:only-child):after {
  content: '';
}

/* Colors for demos */
/* Demo 1 */
/* line 937, ../scss/plugin/_dlmenu.scss */
.demo-1 .dl-menuwrapper button {
  background: #c62860;
}

/* line 941, ../scss/plugin/_dlmenu.scss */
.demo-1 .dl-menuwrapper button:hover,
.demo-1 .dl-menuwrapper button.dl-active,
.demo-1 .dl-menuwrapper ul {
  background: #9e1847;
}

/* Demo 2 */
/* line 948, ../scss/plugin/_dlmenu.scss */
.demo-2 .dl-menuwrapper button {
  background: #e86814;
}

/* line 952, ../scss/plugin/_dlmenu.scss */
.demo-2 .dl-menuwrapper button:hover,
.demo-2 .dl-menuwrapper button.dl-active,
.demo-2 .dl-menuwrapper ul {
  background: #D35400;
}

/* Demo 3 */
/* line 959, ../scss/plugin/_dlmenu.scss */
.demo-3 .dl-menuwrapper button {
  background: #08cbc4;
}

/* line 963, ../scss/plugin/_dlmenu.scss */
.demo-3 .dl-menuwrapper button:hover,
.demo-3 .dl-menuwrapper button.dl-active,
.demo-3 .dl-menuwrapper ul {
  background: #00b4ae;
}

/* Demo 4 */
/* line 970, ../scss/plugin/_dlmenu.scss */
.demo-4 .dl-menuwrapper button {
  background: #90b912;
}

/* line 974, ../scss/plugin/_dlmenu.scss */
.demo-4 .dl-menuwrapper button:hover,
.demo-4 .dl-menuwrapper button.dl-active,
.demo-4 .dl-menuwrapper ul {
  background: #79a002;
}

/* Demo 5 */
/* line 981, ../scss/plugin/_dlmenu.scss */
.demo-5 .dl-menuwrapper button {
  background: #744783;
}

/* line 985, ../scss/plugin/_dlmenu.scss */
.demo-5 .dl-menuwrapper button:hover,
.demo-5 .dl-menuwrapper button.dl-active,
.demo-5 .dl-menuwrapper ul {
  background: #643771;
}

/* Magnific Popup CSS */
/* line 3, ../scss/plugin/_magnific-popup.scss */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #3b515e;
  opacity: 0.35;
}

/* line 15, ../scss/plugin/_magnific-popup.scss */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2147483647;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 26, ../scss/plugin/_magnific-popup.scss */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0;
  box-sizing: border-box;
}

/* line 37, ../scss/plugin/_magnific-popup.scss */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 44, ../scss/plugin/_magnific-popup.scss */
.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 48, ../scss/plugin/_magnific-popup.scss */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  background: #ffffff;
  max-width: 1280px;
  left: -8px;
  padding: 110px;
}

/* line 61, ../scss/plugin/_magnific-popup.scss */
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 67, ../scss/plugin/_magnific-popup.scss */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 71, ../scss/plugin/_magnific-popup.scss */
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 78, ../scss/plugin/_magnific-popup.scss */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 85, ../scss/plugin/_magnific-popup.scss */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 89, ../scss/plugin/_magnific-popup.scss */
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 98, ../scss/plugin/_magnific-popup.scss */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 102, ../scss/plugin/_magnific-popup.scss */
.mfp-hide {
  display: none !important;
}

/* line 106, ../scss/plugin/_magnific-popup.scss */
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

/* line 118, ../scss/plugin/_magnific-popup.scss */
.mfp-preloader a {
  color: #CCC;
}

/* line 122, ../scss/plugin/_magnific-popup.scss */
.mfp-preloader a:hover {
  color: #FFF;
}

/* line 126, ../scss/plugin/_magnific-popup.scss */
.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 130, ../scss/plugin/_magnific-popup.scss */
.mfp-s-error .mfp-content {
  display: none;
}

/* line 135, ../scss/plugin/_magnific-popup.scss */
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

/* line 149, ../scss/plugin/_magnific-popup.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 154, ../scss/plugin/_magnific-popup.scss */
.mfp-close {
  font-size: 0;
  position: absolute;
  top: 40px;
  right: 40px;
  border: none;
  background: none;
}
/* line 161, ../scss/plugin/_magnific-popup.scss */
.mfp-close:before {
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e944";
  font-size: 21px;
  color: #7ea2b8;
}

/* line 176, ../scss/plugin/_magnific-popup.scss */
.mfp-close-btn-in .mfp-close {
  color: #333;
}

/* line 180, ../scss/plugin/_magnific-popup.scss */
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

/* line 189, ../scss/plugin/_magnific-popup.scss */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

/* line 199, ../scss/plugin/_magnific-popup.scss */
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

/* line 211, ../scss/plugin/_magnific-popup.scss */
.mfp-arrow:active {
  margin-top: -54px;
}

/* line 215, ../scss/plugin/_magnific-popup.scss */
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

/* line 220, ../scss/plugin/_magnific-popup.scss */
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

/* line 234, ../scss/plugin/_magnific-popup.scss */
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

/* line 240, ../scss/plugin/_magnific-popup.scss */
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

/* line 246, ../scss/plugin/_magnific-popup.scss */
.mfp-arrow-left {
  left: 0;
}

/* line 250, ../scss/plugin/_magnific-popup.scss */
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

/* line 255, ../scss/plugin/_magnific-popup.scss */
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

/* line 260, ../scss/plugin/_magnific-popup.scss */
.mfp-arrow-right {
  right: 0;
}

/* line 264, ../scss/plugin/_magnific-popup.scss */
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

/* line 269, ../scss/plugin/_magnific-popup.scss */
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

/* line 273, ../scss/plugin/_magnific-popup.scss */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 278, ../scss/plugin/_magnific-popup.scss */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

/* line 284, ../scss/plugin/_magnific-popup.scss */
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 288, ../scss/plugin/_magnific-popup.scss */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

/* line 295, ../scss/plugin/_magnific-popup.scss */
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
/* line 309, ../scss/plugin/_magnific-popup.scss */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
/* line 323, ../scss/plugin/_magnific-popup.scss */
.mfp-figure {
  line-height: 0;
}

/* line 327, ../scss/plugin/_magnific-popup.scss */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

/* line 342, ../scss/plugin/_magnific-popup.scss */
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

/* line 349, ../scss/plugin/_magnific-popup.scss */
.mfp-figure figure {
  margin: 0;
}

/* line 353, ../scss/plugin/_magnific-popup.scss */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 362, ../scss/plugin/_magnific-popup.scss */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 370, ../scss/plugin/_magnific-popup.scss */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 374, ../scss/plugin/_magnific-popup.scss */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media only screen and (max-width: 1280px) {
  /* line 381, ../scss/plugin/_magnific-popup.scss */
  .mfp-inline-holder .mfp-content,
  .mfp-ajax-holder .mfp-content {
    width: 95%;
    left: 0;
  }
}
@media only screen and (max-width: 1279px) {
  /* line 389, ../scss/plugin/_magnific-popup.scss */
  .mfp-content {
    left: 0;
    padding: 50px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 398, ../scss/plugin/_magnific-popup.scss */
  .mfp-inline-holder .mfp-content,
  .mfp-ajax-holder .mfp-content {
    overflow: hidden;
  }

  /* line 402, ../scss/plugin/_magnific-popup.scss */
  .mfp-content {
    left: 0;
    padding: 50px 20px;
  }

  /* line 406, ../scss/plugin/_magnific-popup.scss */
  .mfp-close {
    top: 20px;
    right: 20px;
  }
  /* line 409, ../scss/plugin/_magnific-popup.scss */
  .mfp-close:before {
    font-size: 15px;
  }
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
     * Remove all paddings around the image on small screen
     */
  /* line 420, ../scss/plugin/_magnific-popup.scss */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 424, ../scss/plugin/_magnific-popup.scss */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  /* line 427, ../scss/plugin/_magnific-popup.scss */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  /* line 431, ../scss/plugin/_magnific-popup.scss */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  /* line 435, ../scss/plugin/_magnific-popup.scss */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  /* line 444, ../scss/plugin/_magnific-popup.scss */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  /* line 447, ../scss/plugin/_magnific-popup.scss */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  /* line 451, ../scss/plugin/_magnific-popup.scss */
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  /* line 465, ../scss/plugin/_magnific-popup.scss */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  /* line 469, ../scss/plugin/_magnific-popup.scss */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  /* line 473, ../scss/plugin/_magnific-popup.scss */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  /* line 477, ../scss/plugin/_magnific-popup.scss */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*
 * FlowupLabels Basic Stylesheet
 * -----------------------------
 * This style sheet is marked with comments indicating
 * what should and what shouldn't be changed for your
 * styling purposes.
 */
/* line 10, ../scss/plugin/_flowuplabels.scss */
.FlowupLabels .fl_wrap {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 17, ../scss/plugin/_flowuplabels.scss */
.FlowupLabels label.fl_label,
.FlowupLabels .fl_label {
  font-size: 15px;
  font-weight: normal;
  color: #557b92;
  top: 20px;
  left: 20px;
  position: absolute;
  z-index: 3;
  -webkit-transition: all 0.05s linear;
  -moz-transition: all 0.05s linear;
  -o-transition: all 0.05s linear;
  transition: all 0.05s linear;
}
/* line 28, ../scss/plugin/_flowuplabels.scss */
.FlowupLabels label.fl_label span,
.FlowupLabels .fl_label span {
  color: #f26c4f;
  font-size: 11px;
}
/* line 33, ../scss/plugin/_flowuplabels.scss */
.FlowupLabels .input-text,
.FlowupLabels .fl_input {
  font-size: 15px;
  color: #3b515e;
  font-weight: 500;
  padding: 20px 20px 0;
  height: 55px;
}
/* line 41, ../scss/plugin/_flowuplabels.scss */
.FlowupLabels p.required,
.FlowupLabels .validation-advice {
  font-size: 12px;
  margin: 0 0 0 10px;
  position: absolute;
  right: 10px;
  top: 20px;
  z-index: 1;
}

/* line 52, ../scss/plugin/_flowuplabels.scss */
.FlowupLabels .fl_wrap.focused .fl_label,
.FlowupLabels .fl_wrap.populated .fl_label,
.no-js .FlowupLabels .fl_label {
  color: #557b92;
  font-size: 11px;
  font-weight: normal;
  top: 10px;
}

/* line 60, ../scss/plugin/_flowuplabels.scss */
.FlowupLabels .fl_wrap.focused .fl_label {
  /* Can change */
  color: #557b92;
}

/* line 64, ../scss/plugin/_flowuplabels.scss */
.FlowupLabels .fl_wrap.focused .validation-advice,
.FlowupLabels .fl_wrap.populated .validation-advice,
.no-js .FlowupLabels .validation-advice {
  top: 10px;
  font-size: 11px;
}

@media only screen and (max-width: 767px) {
  /* line 76, ../scss/plugin/_flowuplabels.scss */
  .FlowupLabels label.fl_label,
  .FlowupLabels .fl_label {
    position: static;
    color: #557b92;
    font-size: 11px;
    font-weight: normal;
    display: block;
  }
  /* line 84, ../scss/plugin/_flowuplabels.scss */
  .FlowupLabels .input-text,
  .FlowupLabels .fl_input {
    height: 35px;
    font-size: 13px;
    font-weight: 500;
    padding: 5px 10px 0;
  }

  /* line 93, ../scss/plugin/_flowuplabels.scss */
  .FlowupLabels p.required,
  .FlowupLabels .validation-advice {
    top: 0;
  }
}
/* ============================================ *
 * Global
 * ============================================ */
/* line 30, ../scss/layout/_global.scss */
html,
body {
  height: 100%;
}

/* line 35, ../scss/layout/_global.scss */
.wrapper {
  min-width: 320px;
  min-height: 100%;
  margin: 0 auto;
  background: #FFFFFF;
}

/* line 42, ../scss/layout/_global.scss */
.wrapper:after {
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Header
 * ============================================ */
@media only screen and (min-width: 1280px) {
  /* line 31, ../scss/layout/_header.scss */
  .page-header {
    border-bottom: 1px solid #eef2f5;
    background: #eef2f5;
  }

  /* line 35, ../scss/layout/_header.scss */
  .header-top-bar {
    background-color: #333333;
  }

  /* line 38, ../scss/layout/_header.scss */
  .header-top {
    max-width: 1340px;
    margin: 0 auto;
    padding: 10px 30px;
  }
  /* line 39, ../scss/layout/_header.scss */
  .header-top:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 45, ../scss/layout/_header.scss */
  .header-top .block-trustpilot {
    float: left;
    padding-top: 4px;
  }
  /* line 49, ../scss/layout/_header.scss */
  .header-top .contact-top {
    float: right;
  }

  /* line 55, ../scss/layout/_header.scss */
  .contact-top .contact-not-login:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 59, ../scss/layout/_header.scss */
  .contact-top .contact-not-login .contact-top-text {
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    float: left;
    margin-right: 10px;
  }
  /* line 66, ../scss/layout/_header.scss */
  .contact-top .contact-not-login .contact-top-phone {
    float: left;
    margin-right: 15px;
  }
  /* line 69, ../scss/layout/_header.scss */
  .contact-top .contact-not-login .contact-top-phone a {
    position: relative;
    color: #333333;
    font-size: 14px;
    background: #fff346;
    padding: 3px 15px 3px 40px;
    border-radius: 5px;
  }
  /* line 76, ../scss/layout/_header.scss */
  .contact-top .contact-not-login .contact-top-phone a span {
    font-weight: 700;
  }
  /* line 81, ../scss/layout/_header.scss */
  .contact-top .contact-not-login .contact-top-phone .icon-phone:before {
    font-size: 16px;
    position: absolute;
    top: 7px;
    left: 12px;
  }
  /* line 89, ../scss/layout/_header.scss */
  .contact-top .contact-not-login .contact-top-link {
    float: left;
    color: #ffffff;
    font-size: 16px;
    text-decoration: underline;
  }
  /* line 98, ../scss/layout/_header.scss */
  .contact-top .contact-login:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 101, ../scss/layout/_header.scss */
  .contact-top .contact-login .contact-top-text {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
  }
  /* line 108, ../scss/layout/_header.scss */
  .contact-top .contact-login .contact-top-user {
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
  }
  /* line 112, ../scss/layout/_header.scss */
  .contact-top .contact-login .contact-top-user ul {
    display: table;
    width: 100%;
    background: #b8c3ca;
    color: #333333;
    border-radius: 4px;
  }
  /* line 118, ../scss/layout/_header.scss */
  .contact-top .contact-login .contact-top-user ul li {
    display: table-cell;
    vertical-align: middle;
    height: 30px;
  }
  /* line 122, ../scss/layout/_header.scss */
  .contact-top .contact-login .contact-top-user ul li.user-name {
    background: #b8c3ca;
    padding: 4px 10px 2px 50px;
    position: relative;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
  }
  /* line 128, ../scss/layout/_header.scss */
  .contact-top .contact-login .contact-top-user ul li.user-name i {
    position: absolute;
    left: 15px;
    top: 4px;
  }
  /* line 132, ../scss/layout/_header.scss */
  .contact-top .contact-login .contact-top-user ul li.user-name i:before {
    font-size: 20px;
  }
  /* line 137, ../scss/layout/_header.scss */
  .contact-top .contact-login .contact-top-user ul li.user-name strong {
    font-size: 12px;
    font-weight: 700;
    display: block;
    line-height: 12px;
  }
  /* line 143, ../scss/layout/_header.scss */
  .contact-top .contact-login .contact-top-user ul li.user-name span {
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    line-height: 12px;
  }
  /* line 151, ../scss/layout/_header.scss */
  .contact-top .contact-login .contact-top-user ul li.user-phone {
    background: #fff346;
    border-radius: 4px;
    padding: 0 15px;
  }
  /* line 155, ../scss/layout/_header.scss */
  .contact-top .contact-login .contact-top-user ul li.user-phone a {
    color: #333333;
    font-size: 14px;
    font-weight: 700;
  }
  /* line 164, ../scss/layout/_header.scss */
  .contact-top .contact-login .contact-top-mail {
    display: inline-block;
    vertical-align: middle;
    background: #fff346;
    height: 30px;
    border-radius: 4px;
    text-align: center;
    width: 30px;
  }
  /* line 172, ../scss/layout/_header.scss */
  .contact-top .contact-login .contact-top-mail a {
    color: #333333;
  }
  /* line 175, ../scss/layout/_header.scss */
  .contact-top .contact-login .contact-top-mail a i:before {
    font-size: 9px;
    line-height: 30px;
  }

  /* line 187, ../scss/layout/_header.scss */
  .header-main .header-main-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 25px 0 10px;
    position: relative;
  }
  /* line 188, ../scss/layout/_header.scss */
  .header-main .header-main-inner:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 195, ../scss/layout/_header.scss */
  .header-main .header-main-inner .logo {
    float: left;
    margin-right: 85px;
  }
  /* line 199, ../scss/layout/_header.scss */
  .header-main .header-main-inner #header-search {
    float: left;
    margin-right: 45px;
  }
  /* line 203, ../scss/layout/_header.scss */
  .header-main .header-main-inner .nav-reponsive,
  .header-main .header-main-inner .search-reponsive {
    display: none;
  }

  /* line 209, ../scss/layout/_header.scss */
  .page-header-container {
    position: relative;
  }

  /* line 212, ../scss/layout/_header.scss */
  .header-mini-acc {
    float: left;
    position: relative;
    padding-left: 55px;
    margin-top: 30px;
    max-width: 170px;
  }
  /* line 218, ../scss/layout/_header.scss */
  .header-mini-acc .icon-user {
    display: block;
    border: 3px solid #0074bc;
    border-radius: 50%;
    width: 43px;
    height: 43px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
  }
  /* line 228, ../scss/layout/_header.scss */
  .header-mini-acc .icon-user:before {
    font-size: 32px;
    color: #0074bc;
    position: absolute;
    left: 6px;
    top: 6px;
  }
  /* line 236, ../scss/layout/_header.scss */
  .header-mini-acc .tit {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #0074bc;
    line-height: 20px;
  }
  /* line 243, ../scss/layout/_header.scss */
  .header-mini-acc .link-login {
    color: #0074bc;
    font-weight: 600;
    font-size: 16px;
    display: block;
    line-height: 20px;
  }
  /* line 249, ../scss/layout/_header.scss */
  .header-mini-acc .link-login .label {
    position: relative;
    display: block;
  }
  /* line 252, ../scss/layout/_header.scss */
  .header-mini-acc .link-login .label:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background: #bbd0e4;
    bottom: 1px;
    left: 0;
  }
  /* line 261, ../scss/layout/_header.scss */
  .header-mini-acc .link-login .label:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background: #8ab2d6;
    bottom: 0;
    left: 0;
  }
  /* line 272, ../scss/layout/_header.scss */
  .header-mini-acc .text-acc {
    color: #0074bc;
    font-weight: 600;
    font-size: 16px;
    display: block;
    line-height: 18px;
  }
  /* line 279, ../scss/layout/_header.scss */
  .header-mini-acc .link-to-acc {
    font-size: 12px;
    color: #3b515e;
    display: block;
    line-height: 15px;
  }
  /* line 284, ../scss/layout/_header.scss */
  .header-mini-acc .link-to-acc span {
    display: inline-block;
    position: relative;
  }
  /* line 287, ../scss/layout/_header.scss */
  .header-mini-acc .link-to-acc span:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background: #a4adb3;
    bottom: 1px;
    left: 0;
  }
  /* line 296, ../scss/layout/_header.scss */
  .header-mini-acc .link-to-acc span:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background: #d4dade;
    bottom: 0;
    left: 0;
  }

  /* line 308, ../scss/layout/_header.scss */
  .header-minicart {
    float: right;
  }
}
@media only screen and (width: 1280px) {
  /* line 316, ../scss/layout/_header.scss */
  .header-main .header-main-inner .logo {
    margin-right: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 324, ../scss/layout/_header.scss */
  .page-header {
    position: relative;
    background: #eef2f5;
    z-index: 99;
  }

  /* line 329, ../scss/layout/_header.scss */
  .header-main {
    height: 60px;
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) and (min-width: 768px) and (max-width: 1023px) {
  /* line 329, ../scss/layout/_header.scss */
  .header-main {
    max-width: 768px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 337, ../scss/layout/_header.scss */
  .header-main .nav-reponsive {
    display: block;
    height: 60px;
    width: 70px;
    background: #ffffff;
    text-align: center;
    position: absolute;
    left: 4px;
    top: 0;
  }
  /* line 347, ../scss/layout/_header.scss */
  .header-main .nav-reponsive i:before {
    color: #0074bc;
    font-size: 24px;
    line-height: 60px;
  }
  /* line 354, ../scss/layout/_header.scss */
  .header-main .search-reponsive {
    display: block;
    position: absolute;
    right: 100px;
    top: 5px;
    height: 50px;
    width: 50px;
    border-radius: 5px;
    background: #ffffff;
    text-align: center;
    padding-top: 13px;
  }
  /* line 366, ../scss/layout/_header.scss */
  .header-main .search-reponsive i:before {
    color: #0074bc;
    font-size: 25px;
    line-height: 25px;
  }
  /* line 373, ../scss/layout/_header.scss */
  .header-main .logo {
    display: block;
    position: absolute;
    top: 10px;
    left: 95px;
  }

  /* line 380, ../scss/layout/_header.scss */
  .skip-link {
    border: none;
  }

  /* line 383, ../scss/layout/_header.scss */
  .block-trustpilot,
  .header-menu {
    display: none;
  }

  /* line 387, ../scss/layout/_header.scss */
  .header-mini-acc {
    display: none;
  }

  /* line 390, ../scss/layout/_header.scss */
  .header-top {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
  }
  /* line 395, ../scss/layout/_header.scss */
  .header-top .contact-top-link {
    display: none;
  }

  /* line 399, ../scss/layout/_header.scss */
  .header-minicart {
    position: absolute;
    right: 5px;
    top: 5px;
  }
}
/* .header-language-container,
.page-header {
    font-family: $f-stack-special;
} */
/* ============================================ *
 * Language switcher + welcome message
 * ============================================ */
/* line 418, ../scss/layout/_header.scss */
.header-language-background {
  padding: 10px;
  background-color: #0074bc;
  text-transform: uppercase;
}
/* line 422, ../scss/layout/_header.scss */
.header-language-background .header-language-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
/* line 427, ../scss/layout/_header.scss */
.header-language-background:after {
  content: '';
  display: table;
  clear: both;
}
/* line 430, ../scss/layout/_header.scss */
.header-language-background .form-language,
.header-language-background .currency-switcher {
  float: left;
  margin-right: 10px;
}
/* line 435, ../scss/layout/_header.scss */
.header-language-background .welcome-msg {
  float: right;
}

/* line 440, ../scss/layout/_header.scss */
.page-header-container .store-language-container {
  float: right;
  max-width: 35%;
  padding: 13px 15px 10px 10px;
}
/* line 444, ../scss/layout/_header.scss */
.page-header-container .store-language-container label {
  display: none;
}
/* line 447, ../scss/layout/_header.scss */
.page-header-container .store-language-container select {
  max-width: 100%;
}

@media only screen and (max-width: 479px) {
  /* line 453, ../scss/layout/_header.scss */
  .page-header-container .store-language-container {
    padding-top: 8px;
  }
  /* line 455, ../scss/layout/_header.scss */
  .page-header-container .store-language-container select {
    font-size: 12px;
  }
}
/* line 462, ../scss/layout/_header.scss */
.header-language-background,
.header-language-background a {
  color: #E6E6E6;
}

@media only screen and (max-width: 1023px) {
  /* line 468, ../scss/layout/_header.scss */
  .header-language-background {
    display: none;
  }
}
/* ============================================ *
 * Logo
 * ============================================ */
/* line 478, ../scss/layout/_header.scss */
.logo {
  display: block;
  float: left;
  min-width: 100px;
  min-height: 44px;
  text-align: center;
}
/* line 484, ../scss/layout/_header.scss */
.logo img {
  max-width: 100%;
}
/* line 487, ../scss/layout/_header.scss */
.logo .small {
  display: none;
}
/* line 491, ../scss/layout/_header.scss */
.logo .large {
  display: block;
}
/* line 494, ../scss/layout/_header.scss */
.logo .mobile {
  display: none;
}

/* line 499, ../scss/layout/_header.scss */
.logo:hover {
  opacity: 0.8;
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 506, ../scss/layout/_header.scss */
  .logo .small {
    display: block;
  }
  /* line 509, ../scss/layout/_header.scss */
  .logo .large {
    display: none;
  }
}
/* ============================================ *
 * Skip Links
 * ============================================ */
/* line 520, ../scss/layout/_header.scss */
.skip-links {
  clear: both;
  overflow: hidden;
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
}

@media only screen and (min-width: 1024px) {
  /* line 529, ../scss/layout/_header.scss */
  .skip-links {
    border: 0;
  }
}
/* -------------------------------------------- *
 * Skip - Link
 */
/* line 539, ../scss/layout/_header.scss */
.skip-link {
  /*     position: relative;
  float: left;
  width: 20%;
  height: 44px;
  background: #FFFFFF;
  color: $c-text;
  line-height: 42px;
  text-align: center; */
}

/* line 550, ../scss/layout/_header.scss */
a.skip-link {
  text-decoration: none;
}

/* line 554, ../scss/layout/_header.scss */
.skip-link:not(.skip-active):hover {
  opacity: 0.8;
}

@media only screen and (max-width: 1023px) {
  /* line 560, ../scss/layout/_header.scss */
  .skip-link {
    border-right: 1px solid #EDEDED;
  }

  /* line 563, ../scss/layout/_header.scss */
  .skip-link:last-child {
    border-right: 0;
  }
}
@media only screen and (min-width: 500px) {
  /* line 570, ../scss/layout/_header.scss */
  .skip-link {
    width: 25%;
  }
}
/* -------------------------------------------- *
 * Skip Link - Active
 */
@media only screen and (max-width: 1023px) {
  /* line 581, ../scss/layout/_header.scss */
  .skip-link.skip-active {
    background: #EDEDED;
    color: inherit;
  }

  /* line 585, ../scss/layout/_header.scss */
  .skip-link.skip-active span {
    color: inherit;
  }
}
/* -------------------------------------------- *
 * Skip Link - Icon
 */
/* line 595, ../scss/layout/_header.scss */
.skip-link .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

/* line 602, ../scss/layout/_header.scss */
.skip-link.skip-nav .icon,
.skip-link.skip-cart:not(.no-count) .icon {
  margin-right: 3px;
}

@media only screen and (min-width: 500px) {
  /* line 608, ../scss/layout/_header.scss */
  .skip-link .icon {
    margin-right: 3px;
  }
}
/* -------------------------------------------- *
 * Skip Link - Label
 */
/* line 618, ../scss/layout/_header.scss */
.skip-link .label {
  display: none;
}

@media only screen and (min-width: 500px) {
  /* line 624, ../scss/layout/_header.scss */
  .skip-link .label {
    display: inline;
  }
}
/* ============================================ *
 * Skip Content
 * ============================================ */
/* line 634, ../scss/layout/_header.scss */
.skip-content {
  display: none;
}

/* line 638, ../scss/layout/_header.scss */
.skip-content.skip-active {
  display: block;
  background: #EDEDED;
}

/* ============================================ *
 * Global Header Navigation
 * ============================================ */
@media only screen and (max-width: 1023px) {
  /* line 651, ../scss/layout/_header.scss */
  #header-account li a,
  .nav-primary a.level0 {
    padding: 0 15px 0 25px;
    border-bottom: 1px solid #CCCCCC;
    text-align: left;
    color: #636363;
    text-transform: uppercase;
    line-height: 30px;
  }

  /* line 660, ../scss/layout/_header.scss */
  #header-account li:last-child a,
  .nav-primary li.level0:last-child a.level0 {
    border-bottom: 0;
  }

  /* line 664, ../scss/layout/_header.scss */
  .no-touch #header-account a:hover,
  .no-touch .nav-primary a:hover {
    background-color: #F4F4F4;
    text-decoration: none;
  }
}
/* line 671, ../scss/layout/_header.scss */
.account-cart-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
}
@media only screen and (max-width: 1023px) {
  /* line 671, ../scss/layout/_header.scss */
  .account-cart-wrapper {
    position: static;
  }
}

/* ============================================ *
 * Slim Header
 * ============================================ */
/* line 684, ../scss/layout/_header.scss */
.logo .logo-slim {
  display: none;
}

@media only screen and (min-width: 1280px) {
  /* line 690, ../scss/layout/_header.scss */
  .page-header .header-main {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    top: -70px;
  }
  /* line 698, ../scss/layout/_header.scss */
  .page-header.slim .logo {
    padding-top: 10px;
  }
  /* line 700, ../scss/layout/_header.scss */
  .page-header.slim .logo .large {
    display: none;
  }
  /* line 703, ../scss/layout/_header.scss */
  .page-header.slim .logo .logo-slim {
    display: block;
    height: 55px;
  }
  /* line 708, ../scss/layout/_header.scss */
  .page-header.slim .header-top {
    display: none;
  }
  /* line 711, ../scss/layout/_header.scss */
  .page-header.slim .header-main {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99999;
    height: 70px;
    background: #e7ecef;
    /* Old browsers */
  }
  /* line 719, ../scss/layout/_header.scss */
  .page-header.slim .header-main:after {
    content: "";
    width: 100%;
    height: 20px;
    background: url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/shadow-slim.png") repeat-x 50%;
    position: absolute;
    bottom: -20px;
    left: 0;
  }
  /* line 728, ../scss/layout/_header.scss */
  .page-header.slim .header-main .header-main-inner {
    padding: 0;
  }
  /* line 732, ../scss/layout/_header.scss */
  .page-header.slim .header-search {
    margin: 0;
  }
  /* line 736, ../scss/layout/_header.scss */
  .page-header.slim .header-main-inner #header-search {
    position: absolute;
    right: 465px;
    margin-top: 0;
    top: 10px;
    margin-right: 0;
  }
  /* line 745, ../scss/layout/_header.scss */
  .page-header.slim #header-search .shadow-box {
    display: none;
  }
  /* line 750, ../scss/layout/_header.scss */
  .page-header.slim #search_mini_form .input-text {
    height: 50px;
    background: none;
    border-color: #557b92;
    font-size: 14px;
    color: #557b92;
    font-weight: 500;
  }
  /* line 758, ../scss/layout/_header.scss */
  .page-header.slim #search_mini_form .search-button {
    height: 40px;
    width: 40px;
    right: 5px;
    top: 5px;
  }
  /* line 765, ../scss/layout/_header.scss */
  .page-header.slim #search_mini_form .icon-search:before {
    font-size: 22px;
    color: #557b92;
  }
  /* line 770, ../scss/layout/_header.scss */
  .page-header.slim #search_mini_form #autocomplete-loading {
    height: 32px;
  }
  /* line 774, ../scss/layout/_header.scss */
  .page-header.slim #search_mini_form.active-autocomplete .input-text {
    background: #ffffff;
  }
  /* line 779, ../scss/layout/_header.scss */
  .page-header.slim .header-mini-acc {
    position: absolute;
    right: 230px;
    top: 15px;
    width: 170px;
    float: none;
    margin: 0;
    padding-left: 45px;
  }
  /* line 787, ../scss/layout/_header.scss */
  .page-header.slim .header-mini-acc .tit {
    font-size: 16px;
  }
  /* line 791, ../scss/layout/_header.scss */
  .page-header.slim .header-mini-acc .link-login .label {
    display: inline-block;
  }
  /* line 795, ../scss/layout/_header.scss */
  .page-header.slim .header-mini-acc .icon-user {
    height: 32px;
    width: 32px;
  }
  /* line 798, ../scss/layout/_header.scss */
  .page-header.slim .header-mini-acc .icon-user:before {
    line-height: 32px;
    font-size: 22px;
    left: 5px;
    position: absolute;
    top: 0;
  }
  /* line 807, ../scss/layout/_header.scss */
  .page-header.slim .header-minicart {
    padding: 0;
    border: none;
    margin: 15px 0 0 0;
    width: 230px;
    text-align: center;
  }
  /* line 813, ../scss/layout/_header.scss */
  .page-header.slim .header-minicart .cart-mini-info {
    background: none;
    min-height: 0;
    min-width: 0;
    padding-left: 45px;
    display: inline-block;
  }
  /* line 819, ../scss/layout/_header.scss */
  .page-header.slim .header-minicart .cart-mini-info .count-cart {
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
  }
  /* line 823, ../scss/layout/_header.scss */
  .page-header.slim .header-minicart .cart-mini-info .count-cart strong {
    font-size: 14px;
    font-weight: 700;
  }
  /* line 829, ../scss/layout/_header.scss */
  .page-header.slim .header-minicart .cart-mini-info .grand-total .price {
    font-size: 18px;
  }
  /* line 834, ../scss/layout/_header.scss */
  .page-header.slim .header-minicart .icon-cart-mini {
    background: url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/bg-cart-slim.png") no-repeat;
    width: 45px;
    height: 35px;
  }
  /* line 838, ../scss/layout/_header.scss */
  .page-header.slim .header-minicart .icon-cart-mini:before {
    font-size: 27px;
  }
  /* line 842, ../scss/layout/_header.scss */
  .page-header.slim .header-minicart .shipping-amount {
    font-size: 10px;
  }
  /* line 846, ../scss/layout/_header.scss */
  .page-header.slim .header-menu {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    z-index: 99999;
  }
  /* line 853, ../scss/layout/_header.scss */
  .page-header.slim .nav-pri {
    padding-top: 0;
    background: none;
  }
  /* line 857, ../scss/layout/_header.scss */
  .page-header.slim .nav-pri .nav-pri-inner > ul > li {
    display: none;
  }
  /* line 860, ../scss/layout/_header.scss */
  .page-header.slim .nav-pri .nav-pri-inner > ul > li > a > i {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  /* line 867, ../scss/layout/_header.scss */
  .page-header.slim .nav-pri .nav-pri-inner > ul > li.menu-cat {
    display: block;
  }
  /* line 869, ../scss/layout/_header.scss */
  .page-header.slim .nav-pri .nav-pri-inner > ul > li.menu-cat > a {
    font-size: 0;
    padding: 0;
    position: absolute;
    top: -70px;
    background: none;
    left: 77px;
    height: 70px;
    width: 77px;
    border: none;
  }
  /* line 879, ../scss/layout/_header.scss */
  .page-header.slim .nav-pri .nav-pri-inner > ul > li.menu-cat > a i {
    width: 77px;
    border-radius: 0;
    border: none;
    padding-top: 5px;
  }
  /* line 884, ../scss/layout/_header.scss */
  .page-header.slim .nav-pri .nav-pri-inner > ul > li.menu-cat > a i:after {
    display: none;
  }
  /* line 890, ../scss/layout/_header.scss */
  .page-header.slim .nav-pri .nav-pri-inner > ul > li.menu-favoris {
    display: block;
  }
  /* line 892, ../scss/layout/_header.scss */
  .page-header.slim .nav-pri .nav-pri-inner > ul > li.menu-favoris > a {
    height: 70px;
    left: 155px;
    padding: 25px 20px 10px;
    position: absolute;
    top: -70px;
    background: none;
    font-size: 14px;
    font-weight: 700;
  }
  /* line 901, ../scss/layout/_header.scss */
  .page-header.slim .nav-pri .nav-pri-inner > ul > li.menu-favoris > a > i {
    margin-right: 10px;
  }
  /* line 903, ../scss/layout/_header.scss */
  .page-header.slim .nav-pri .nav-pri-inner > ul > li.menu-favoris > a > i:before {
    font-size: 15px;
    color: #bcc6cd;
    opacity: 0.99;
  }
  /* line 911, ../scss/layout/_header.scss */
  .page-header.slim .nav-pri .nav-pri-inner > ul > li.menu-favoris > a:hover > i:before {
    color: #fff344;
  }
}
/* line 927, ../scss/layout/_header.scss */
.active-search .page-header.slim .header-menu {
  opacity: 0.3;
}
/* line 929, ../scss/layout/_header.scss */
.active-search .page-header.slim .header-menu a {
  cursor: none;
}

/* ============================================ *
 * Reponsive Mobile
 * ============================================ */
@media only screen and (max-width: 1023px) {
  /* line 939, ../scss/layout/_header.scss */
  .header-top {
    display: none;
  }
}
/*  HEADER MOBILE  */
@media only screen and (max-width: 767px) {
  /* line 948, ../scss/layout/_header.scss */
  .page-header {
    position: fixed;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 999;
  }

  /* line 955, ../scss/layout/_header.scss */
  .header-main {
    height: 55px;
    background: #0074bc;
    position: relative;
  }

  /* line 960, ../scss/layout/_header.scss */
  .nav-reponsive {
    height: 55px;
    width: 55px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
  }
  /* line 968, ../scss/layout/_header.scss */
  .nav-reponsive .icon-nav-bar:before {
    color: #ffffff;
    font-size: 16px;
    line-height: 45px;
  }
  /* line 974, ../scss/layout/_header.scss */
  .nav-reponsive i {
    top: 6px;
    position: relative;
    width: 55px;
    display: block;
    height: 55px;
    top: 0;
    padding-top: 6px;
  }

  /* line 984, ../scss/layout/_header.scss */
  .search-reponsive {
    height: 55px;
    width: 55px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 55px;
    line-height: 65px;
  }
  /* line 993, ../scss/layout/_header.scss */
  .search-reponsive .icon-search:before {
    color: #ffffff;
    font-size: 16px;
    line-height: 45px;
  }
  /* line 999, ../scss/layout/_header.scss */
  .search-reponsive a {
    display: block;
    width: 100%;
    height: 100%;
  }
  /* line 1001, ../scss/layout/_header.scss */
  .search-reponsive a:hover {
    background-color: white;
  }
  /* line 1003, ../scss/layout/_header.scss */
  .search-reponsive a:hover i::before {
    color: #0074bc;
  }

  /* line 1007, ../scss/layout/_header.scss */
  .logo {
    position: absolute;
    float: none;
    left: 50%;
    min-height: 100%;
    height: 45px;
    margin-left: -55px;
    top: 6px;
  }
  /* line 1008, ../scss/layout/_header.scss */
  .logo .large,
  .logo .small {
    display: none;
  }
  /* line 1012, ../scss/layout/_header.scss */
  .logo .mobile {
    display: block;
    margin-top: 5px;
  }

  /* line 1017, ../scss/layout/_header.scss */
  .block-search-mini {
    display: none;
  }
}
/* ============================================ *
 * Nav - Skip Link
 * ============================================ */
/* line 30, ../scss/layout/_header-nav.scss */
.skip-nav {
  width: 40%;
}
/* line 33, ../scss/layout/_header-nav.scss */
.skip-nav:not(.skip-active):hover {
  text-decoration: none;
}
/* line 36, ../scss/layout/_header-nav.scss */
.skip-nav:not(.skip-active):hover .icon {
  background-position: -46px 4px;
}

/* line 42, ../scss/layout/_header-nav.scss */
.skip-nav .label {
  display: inline;
}

/* line 46, ../scss/layout/_header-nav.scss */
.skip-nav .icon {
  background-position: 4px 4px;
}

@media only screen and (min-width: 500px) {
  /* line 55, ../scss/layout/_header-nav.scss */
  .skip-nav {
    width: 25%;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 65, ../scss/layout/_header-nav.scss */
  .skip-nav {
    display: none;
  }
}
/* ============================================ *
 * Nav - Skip Content
 * ============================================ */
@media only screen and (max-width: 1023px) {
  /* line 77, ../scss/layout/_header-nav.scss */
  #header-nav {
    padding: 5px 0;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 87, ../scss/layout/_header-nav.scss */
  #header-nav {
    display: block;
    /* Force visibility */
  }
}
/* ============================================ *
 * Nav Primary
 * ============================================ */
@media only screen and (min-width: 1024px) {
  /* line 98, ../scss/layout/_header-nav.scss */
  .nav-primary {
    display: block;
    margin-top: 15px;
  }
}
/* ============================================ *
 * General Navigation Styles
 * ============================================ */
/* line 109, ../scss/layout/_header-nav.scss */
.nav-pri {
  padding-top: 20px;
}
/* line 111, ../scss/layout/_header-nav.scss */
.nav-pri .nav-pri-inner {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
/* line 116, ../scss/layout/_header-nav.scss */
.nav-pri .nav-pri-inner > ul {
  display: table;
  width: 100%;
}
/* line 117, ../scss/layout/_header-nav.scss */
.nav-pri .nav-pri-inner > ul:after {
  content: '';
  display: table;
  clear: both;
}
/* line 122, ../scss/layout/_header-nav.scss */
.nav-pri .nav-pri-inner > ul > li {
  display: table-cell;
}
/* line 124, ../scss/layout/_header-nav.scss */
.nav-pri .nav-pri-inner > ul > li > a {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  padding: 20px 30px;
  color: #0074bc;
  position: relative;
  line-height: 20px;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  border: none;
}
/* line 139, ../scss/layout/_header-nav.scss */
.nav-pri .nav-pri-inner > ul > li:not(:first-child) > a:after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  border-bottom: 3px solid #0074bc;
  transition: left 200ms, width 200ms;
  transform: translateY(3px);
}
/* line 149, ../scss/layout/_header-nav.scss */
.nav-pri .nav-pri-inner > ul > li:not(:first-child) a:hover:after {
  left: 47%;
  width: 6%;
}
/* line 154, ../scss/layout/_header-nav.scss */
.nav-pri .nav-pri-inner > ul > li:first-child > a {
  border-bottom: 3px solid #0074bc;
}
/* line 158, ../scss/layout/_header-nav.scss */
.nav-pri .nav-pri-inner > ul > li.menu-cat > a {
  color: #ffffff;
  background: #0074bc;
  padding-left: 90px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 164, ../scss/layout/_header-nav.scss */
.nav-pri .nav-pri-inner > ul > li.menu-cat > a i {
  display: block;
  position: absolute;
  height: 100%;
  width: 70px;
  left: 0;
  top: 0;
  background: #ffffff;
  text-align: center;
  line-height: 60px;
  border: 2px solid #0074bc;
  border-radius: 5px;
  padding-bottom: 59px;
}
/* line 177, ../scss/layout/_header-nav.scss */
.nav-pri .nav-pri-inner > ul > li.menu-cat > a i:before {
  font-size: 30px;
  color: #0074bc;
}
/* line 181, ../scss/layout/_header-nav.scss */
.nav-pri .nav-pri-inner > ul > li.menu-cat > a i:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ffffff;
  border-right: none;
  position: absolute;
  top: 50%;
  right: 0;
  margin-right: -10px;
  margin-top: -10px;
}
/* line 190, ../scss/layout/_header-nav.scss */
.nav-pri .nav-pri-inner > ul > li.menu-cat > a.hover {
  color: #0074bc;
  background: #ffffff;
}
/* line 193, ../scss/layout/_header-nav.scss */
.nav-pri .nav-pri-inner > ul > li.menu-cat > a.hover i {
  background: #0074bc;
}
/* line 195, ../scss/layout/_header-nav.scss */
.nav-pri .nav-pri-inner > ul > li.menu-cat > a.hover i:before {
  color: #fff346;
}
/* line 198, ../scss/layout/_header-nav.scss */
.nav-pri .nav-pri-inner > ul > li.menu-cat > a.hover i:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #0074bc;
  border-right: none;
}
/* line 206, ../scss/layout/_header-nav.scss */
.nav-pri .nav-pri-inner > ul > li.menu-favoris > a {
  color: #557b92;
  background: #f1f4f5;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 211, ../scss/layout/_header-nav.scss */
.nav-pri .nav-pri-inner > ul > li.menu-favoris > a > i {
  margin-right: 19px;
  position: relative;
  top: 2px;
}
/* line 215, ../scss/layout/_header-nav.scss */
.nav-pri .nav-pri-inner > ul > li.menu-favoris > a > i:before {
  font-size: 21px;
  color: #d5dce1;
}
/* line 222, ../scss/layout/_header-nav.scss */
.nav-pri .nav-pri-inner > ul > li.menu-favoris.hover > a {
  background: #ffffff;
}
/* line 225, ../scss/layout/_header-nav.scss */
.nav-pri .nav-pri-inner > ul > li.menu-favoris.hover > a > i:before {
  color: #ffd71b;
}

/* line 237, ../scss/layout/_header-nav.scss */
.menu-grid {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  min-height: 540px;
  z-index: 99;
  background-color: #ffffff;
  background-image: -o-linear-gradient(bottom, #fbfcfd 50%, #dfe3e7 100%);
  background-image: -moz-linear-gradient(bottom, #fbfcfd 50%, #dfe3e7 100%);
  background-image: -webkit-linear-gradient(bottom, #fbfcfd 50%, #dfe3e7 100%);
  background-image: -ms-linear-gradient(bottom, #fbfcfd 50%, #dfe3e7 100%);
  background-image: linear-gradient(to top, #fbfcfd 50%, #dfe3e7 100%);
}
/* line 238, ../scss/layout/_header-nav.scss */
.menu-grid:before {
  content: '';
  width: 10px;
  height: 100%;
  background: url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/shadow-menulv-2.png") repeat-y;
  position: absolute;
  left: 18.67188%;
  top: 0;
  z-index: 1;
}
/* line 248, ../scss/layout/_header-nav.scss */
.menu-grid:after {
  content: '';
  display: table;
  clear: both;
}

/* line 262, ../scss/layout/_header-nav.scss */
.sub-favoris {
  display: none;
  position: absolute;
  left: 0;
  z-index: 999;
  background: #ffffff;
  width: 100%;
}
/* line 269, ../scss/layout/_header-nav.scss */
.sub-favoris .head {
  text-align: left;
  padding: 15px;
  position: relative;
  background: url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/shadow-favoris.png") no-repeat 50% 0;
}
/* line 274, ../scss/layout/_header-nav.scss */
.sub-favoris .head .title-cat {
  color: #0074bc;
  font-weight: 700;
  font-size: 22px;
  position: relative;
}
/* line 279, ../scss/layout/_header-nav.scss */
.sub-favoris .head .title-cat:after {
  content: '';
  display: table;
  clear: both;
}
/* line 284, ../scss/layout/_header-nav.scss */
.sub-favoris .head .title-cat .sub-cat .title-text,
.sub-favoris .head .title-cat .sub-product .title-text {
  display: inline-block;
  margin-right: 15px;
}
/* line 287, ../scss/layout/_header-nav.scss */
.sub-favoris .head .title-cat .sub-cat .title-text span,
.sub-favoris .head .title-cat .sub-product .title-text span {
  font-family: Larissa Handwriting;
  font-size: 30px;
  font-weight: normal;
}
/* line 295, ../scss/layout/_header-nav.scss */
.sub-favoris .head .title-cat .sub-cat {
  float: left;
  width: 480px;
}
/* line 299, ../scss/layout/_header-nav.scss */
.sub-favoris .head .title-cat .sub-product {
  width: 760px;
  float: right;
}
/* line 304, ../scss/layout/_header-nav.scss */
.sub-favoris .head .sub-link-cat {
  font-size: 14px;
  color: #7391a3;
  padding-left: 30px;
  position: relative;
  display: inline-block;
}
/* line 310, ../scss/layout/_header-nav.scss */
.sub-favoris .head .sub-link-cat i {
  position: absolute;
  left: 0;
  top: -2px;
}
/* line 314, ../scss/layout/_header-nav.scss */
.sub-favoris .head .sub-link-cat i:before {
  font-size: 20px;
}
/* line 320, ../scss/layout/_header-nav.scss */
.sub-favoris .sub-favoris-ct {
  padding: 20px;
  background: url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/shadow-favoris.png") no-repeat 50% 0;
  position: relative;
}
/* line 324, ../scss/layout/_header-nav.scss */
.sub-favoris .sub-favoris-ct:after {
  content: '';
  display: table;
  clear: both;
}
/* line 327, ../scss/layout/_header-nav.scss */
.sub-favoris .sub-favoris-ct:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-top: 9px solid #ffffff;
  border-bottom: none;
  left: 50%;
  top: 0;
  margin-left: -4px;
}
/* line 334, ../scss/layout/_header-nav.scss */
.sub-favoris .sub-favoris-cat {
  float: left;
  width: 480px;
}
/* line 337, ../scss/layout/_header-nav.scss */
.sub-favoris .sub-favoris-cat:after {
  content: '';
  display: table;
  clear: both;
}
/* line 340, ../scss/layout/_header-nav.scss */
.sub-favoris .sub-favoris-cat ul {
  float: left;
  width: 50%;
}
/* line 343, ../scss/layout/_header-nav.scss */
.sub-favoris .sub-favoris-cat ul li {
  margin-bottom: 15px;
}
/* line 345, ../scss/layout/_header-nav.scss */
.sub-favoris .sub-favoris-cat ul li a {
  font-size: 14px;
  font-weight: 600;
  color: #3b515e;
  display: block;
  position: relative;
  padding-left: 25px;
}
/* line 352, ../scss/layout/_header-nav.scss */
.sub-favoris .sub-favoris-cat ul li a:before {
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e91a";
  color: #ffd71b;
  font-size: 12px;
  position: absolute;
  top: 2px;
  left: 0;
}
/* line 368, ../scss/layout/_header-nav.scss */
.sub-favoris .sub-favoris-cat ul li a:hover {
  color: #0074bc;
}
/* line 370, ../scss/layout/_header-nav.scss */
.sub-favoris .sub-favoris-cat ul li a:hover:before {
  color: #0074bc;
}
/* line 378, ../scss/layout/_header-nav.scss */
.sub-favoris .sub-favorite-products {
  width: 760px;
  float: right;
}
/* line 382, ../scss/layout/_header-nav.scss */
.sub-favoris .sub-favoris-cms {
  width: 760px;
  float: right;
}
/* line 387, ../scss/layout/_header-nav.scss */
.sub-favoris .stm-favorite-products:after {
  content: '';
  display: table;
  clear: both;
}
/* line 390, ../scss/layout/_header-nav.scss */
.sub-favoris .stm-favorite-products a {
  font-size: 14px;
  color: #3b515e;
  font-weight: normal;
  display: block;
  padding-left: 25px;
  position: relative;
}
/* line 398, ../scss/layout/_header-nav.scss */
.sub-favoris .stm-favorite-products ul {
  float: left;
  width: 31.57895%;
  margin-right: 2.63158%;
}
/* line 402, ../scss/layout/_header-nav.scss */
.sub-favoris .stm-favorite-products ul:last-child {
  margin-right: 0;
}
/* line 406, ../scss/layout/_header-nav.scss */
.sub-favoris .stm-favorite-products .dot {
  border: 1px solid transparent;
  border-radius: 50%;
  display: block;
  height: 13px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 3px;
  width: 13px;
}
/* line 416, ../scss/layout/_header-nav.scss */
.sub-favoris .stm-favorite-products .dot > span {
  background: #0074bc;
  border-radius: 50%;
  display: block;
  height: 7px;
  left: 2px;
  position: absolute;
  top: 2px;
  width: 7px;
}
/* line 427, ../scss/layout/_header-nav.scss */
.sub-favoris .stm-favorite-products a:hover .dot {
  border: 1px solid #0074bc;
}
/* line 430, ../scss/layout/_header-nav.scss */
.sub-favoris .stm-favorite-products a:hover {
  text-decoration: underline;
}

/* line 438, ../scss/layout/_header-nav.scss */
.menu-favoris.hover .sub-favoris {
  display: block;
}

/* line 449, ../scss/layout/_header-nav.scss */
.nav-pri .nav-pri-inner > ul > li.menu-cat.hover > a {
  color: #0074bc;
  background: #ffffff;
  border-bottom: none;
}
/* line 453, ../scss/layout/_header-nav.scss */
.nav-pri .nav-pri-inner > ul > li.menu-cat.hover > a i {
  background: #0074bc;
}
/* line 455, ../scss/layout/_header-nav.scss */
.nav-pri .nav-pri-inner > ul > li.menu-cat.hover > a i:before {
  color: #fff346;
}
/* line 458, ../scss/layout/_header-nav.scss */
.nav-pri .nav-pri-inner > ul > li.menu-cat.hover > a i:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #0074bc;
  border-right: none;
}
/* line 463, ../scss/layout/_header-nav.scss */
.nav-pri .nav-pri-inner > ul > li.menu-cat.hover .menu-grid {
  display: block;
}

/* line 471, ../scss/layout/_header-nav.scss */
.menu-sub-main {
  width: 100%;
  float: left;
  position: relative;
  z-index: 99;
}
/* line 476, ../scss/layout/_header-nav.scss */
.menu-sub-main:after {
  content: '';
  display: table;
  clear: both;
}
/* line 479, ../scss/layout/_header-nav.scss */
.menu-sub-main > ul {
  width: 23.52941%;
}
/* line 482, ../scss/layout/_header-nav.scss */
.menu-sub-main > ul > li > a {
  color: #3b515e;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  background: #ffffff;
  display: block;
  line-height: 18px;
  padding: 24px 20px 17px 60px;
  border-bottom: 1px solid #daeaf4;
  position: relative;
}
/* line 494, ../scss/layout/_header-nav.scss */
.menu-sub-main > ul > li > a > span {
  position: relative;
}
/* line 497, ../scss/layout/_header-nav.scss */
.menu-sub-main > ul > li > a > i {
  margin-right: 26px;
  color: #31bfee;
  border: 1px solid transparent;
  border-radius: 50%;
  display: inline-block;
  height: 22px;
  width: 22px;
  text-align: center;
  line-height: 18px;
  position: absolute;
  left: 24px;
  top: 24px;
}
/* line 510, ../scss/layout/_header-nav.scss */
.menu-sub-main > ul > li > a > i:before {
  font-size: 14px;
  left: 3px;
  position: absolute;
  top: 0;
}
/* line 516, ../scss/layout/_header-nav.scss */
.menu-sub-main > ul > li > a > i .dot {
  display: none;
}
/* line 520, ../scss/layout/_header-nav.scss */
.menu-sub-main > ul > li > a .dot-color {
  display: block;
  border-radius: 50%;
  border: 1px solid #b43498;
  width: 22px;
  height: 22px;
  padding: 3px;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -11px;
}
/* line 531, ../scss/layout/_header-nav.scss */
.menu-sub-main > ul > li > a .dot-color:after {
  content: "";
  background: #ffffff;
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
}
/* line 540, ../scss/layout/_header-nav.scss */
.menu-sub-main > ul > li > a .dot-color span {
  border-radius: 50%;
  background: #b43498;
  display: block;
  height: 14px;
  width: 14px;
  position: relative;
  z-index: 2;
}
/* line 552, ../scss/layout/_header-nav.scss */
.menu-sub-main > ul > li > a:hover .dot-color:after {
  display: none;
}
/* line 558, ../scss/layout/_header-nav.scss */
.menu-sub-main > ul > li.active {
  /* .dot-color {
      border-color: $c-pink;
  } */
}
/* line 559, ../scss/layout/_header-nav.scss */
.menu-sub-main > ul > li.active > a {
  background-image: -o-linear-gradient(bottom, #f1f3f5 0%, #ebeef0 100%);
  background-image: -moz-linear-gradient(bottom, #f1f3f5 0%, #ebeef0 100%);
  background-image: -webkit-linear-gradient(bottom, #f1f3f5 0%, #ebeef0 100%);
  background-image: -ms-linear-gradient(bottom, #f1f3f5 0%, #ebeef0 100%);
  background-image: linear-gradient(to top, #f1f3f5 0%, #ebeef0 100%);
  background-color: #f1f3f5;
  z-index: 2;
  position: relative;
}
/* line 564, ../scss/layout/_header-nav.scss */
.menu-sub-main > ul > li.active > a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #c1c7cc;
  border-right: none;
  position: absolute;
  top: 50%;
  right: 0;
  margin-right: -8px;
  margin-top: -8px;
  z-index: 2;
}
/* line 573, ../scss/layout/_header-nav.scss */
.menu-sub-main > ul > li.active > a > i {
  border: 1px solid #31bfee;
}
/* line 577, ../scss/layout/_header-nav.scss */
.menu-sub-main > ul > li.active > a .dot-color:after {
  display: none;
}
/* line 588, ../scss/layout/_header-nav.scss */
.menu-sub-main .sub-level-2 {
  width: 76.47059%;
  position: absolute;
  left: 23.52941%;
  top: 0;
  height: 100%;
  min-height: 540px;
  padding-top: 15px;
  display: none;
  overflow-y: auto;
}
/* line 598, ../scss/layout/_header-nav.scss */
.hasCms .menu-sub-main .sub-level-2 {
  width: 74.5098%;
}
/* line 603, ../scss/layout/_header-nav.scss */
.menu-sub-main .sub-level-2 .col-auto {
  float: left;
  width: 33.33333%;
}
/* line 604, ../scss/layout/_header-nav.scss */
.menu-sub-main .sub-level-2 .col-auto:after {
  content: '';
  display: table;
  clear: both;
}
/* line 611, ../scss/layout/_header-nav.scss */
.menu-sub-main .sub-level-2 .col-auto > li > a {
  color: #3b515e;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  display: block;
  padding: 8px 15px 2px 45px;
  position: relative;
  /* &:before {
      font-family: 'iconqastore' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: "\e91b";
      font-size: 7px;
      color: $c-pink;
      position: absolute;
      left: 15px;
      top: 17px;
  } */
}
/* line 634, ../scss/layout/_header-nav.scss */
.menu-sub-main .sub-level-2 .col-auto > li > a span {
  position: relative;
}
/* line 637, ../scss/layout/_header-nav.scss */
.menu-sub-main .sub-level-2 .col-auto > li > a .dot-border {
  display: none;
  width: 13px;
  height: 13px;
  border: 1px solid #31bfee;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: -29px;
  top: 5px;
}
/* line 647, ../scss/layout/_header-nav.scss */
.menu-sub-main .sub-level-2 .col-auto > li > a .dot {
  display: block;
  font-style: normal;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #31bfee;
  position: absolute;
  left: -26px;
  top: 8px;
}
/* line 661, ../scss/layout/_header-nav.scss */
.menu-sub-main .sub-level-2 .col-auto > li.active > a span {
  text-decoration: underline;
}
/* line 663, ../scss/layout/_header-nav.scss */
.menu-sub-main .sub-level-2 .col-auto > li.active > a span .dot-border {
  display: block;
}
/* line 673, ../scss/layout/_header-nav.scss */
.menu-sub-main .hasProCms .sub-level-2 {
  width: 50.98039%;
}
/* line 675, ../scss/layout/_header-nav.scss */
.menu-sub-main .hasProCms .sub-level-2 .col-auto {
  width: 50%;
}
/* line 682, ../scss/layout/_header-nav.scss */
.menu-sub-main .noCms .sub-level-2 {
  width: 100%;
}
/* line 684, ../scss/layout/_header-nav.scss */
.menu-sub-main .noCms .sub-level-2 .col-auto {
  width: 25%;
}
/* line 690, ../scss/layout/_header-nav.scss */
.menu-sub-main .sub-level-3 {
  height: 100%;
  left: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  background: #fbfcfd;
  padding-top: 25px;
  display: none;
}
/* line 700, ../scss/layout/_header-nav.scss */
.menu-sub-main .sub-level-3 > li > a {
  color: #3b515e;
  font-size: 14px;
  font-weight: 600;
  background: #fbfcfd;
  display: block;
  position: relative;
  padding-left: 40px;
  line-height: 20px;
  margin-bottom: 8px;
  /* &:before {
      font-family: 'iconqastore' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: "\e91b";
      font-size: 7px;
      color: $c-pink;
      position: absolute;
      left: 15px;
      top: 6px;
  } */
}
/* line 725, ../scss/layout/_header-nav.scss */
.menu-sub-main .sub-level-3 > li > a .dot {
  display: block;
  font-style: normal;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #b43498;
  position: absolute;
  left: 15px;
  top: 5px;
}

/* line 745, ../scss/layout/_header-nav.scss */
.menu-sub-main > ul > li.active .sub-level-2 {
  display: block;
}

/* line 753, ../scss/layout/_header-nav.scss */
.block-menu-top .mn-head {
  margin-bottom: 5px;
}
/* line 755, ../scss/layout/_header-nav.scss */
.block-menu-top .mn-head strong {
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  display: block;
}
/* line 761, ../scss/layout/_header-nav.scss */
.block-menu-top .mn-head span {
  font-weight: 400;
  font-size: 15px;
  display: block;
}
/* line 768, ../scss/layout/_header-nav.scss */
.block-menu-top .products-box .item-name {
  margin-bottom: 0;
}
/* line 771, ../scss/layout/_header-nav.scss */
.block-menu-top .products-box .item-more {
  margin-bottom: 15px;
}

/* line 777, ../scss/layout/_header-nav.scss */
.menu-top-product {
  /* width: percentage(260/1280);
  float: left;
  position: relative; */
  display: none;
  position: absolute !important;
  width: 260px !important;
  top: 0;
  z-index: 99;
  padding-right: 20px;
  padding-top: 30px;
  left: auto !important;
  right: 0;
}
/* line 790, ../scss/layout/_header-nav.scss */
.hasProCms .menu-top-product {
  left: 74.5098%;
  padding-left: 20px;
  padding-right: 0;
}
/* line 795, ../scss/layout/_header-nav.scss */
.hasCms .menu-top-product {
  width: 260px;
  padding-left: 20px;
}

/* line 801, ../scss/layout/_header-nav.scss */
.menu-top-last {
  /* width: percentage(260/1280);
  float: left;
  position: relative; */
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  padding-left: 20px;
  padding-top: 30px;
}
/* line 813, ../scss/layout/_header-nav.scss */
.hasCms .menu-top-last {
  position: static;
  padding-top: 0;
  padding-left: 0;
}
/* line 818, ../scss/layout/_header-nav.scss */
.hasProCms .menu-top-last {
  padding-right: 20px;
}

/* line 824, ../scss/layout/_header-nav.scss */
li.active .menu-top-last,
li.active .menu-top-product {
  display: block;
}

/* line 831, ../scss/layout/_header-nav.scss */
.marques-box {
  margin-bottom: 40px;
}
/* line 833, ../scss/layout/_header-nav.scss */
.marques-box ul {
  margin-left: -5px;
  margin-right: -5px;
}
/* line 836, ../scss/layout/_header-nav.scss */
.marques-box ul:after {
  content: '';
  display: table;
  clear: both;
}
/* line 839, ../scss/layout/_header-nav.scss */
.marques-box ul li {
  float: left;
  width: 105px;
  margin: 5px;
}
/* line 843, ../scss/layout/_header-nav.scss */
.marques-box ul li a {
  display: block;
  border: 1px solid #bcc4c8;
  border-radius: 4px;
  padding: 5px;
  text-align: center;
  background: #eef2f5;
  text-align: center;
  height: 40px;
}
/* line 852, ../scss/layout/_header-nav.scss */
.marques-box ul li a img {
  max-height: 30px;
  display: inline-block;
}
/* line 858, ../scss/layout/_header-nav.scss */
.marques-box ul li:hover a {
  background: #ffffff;
}
/* line 861, ../scss/layout/_header-nav.scss */
.marques-box ul li:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

/* line 870, ../scss/layout/_header-nav.scss */
.catalogue-box {
  margin-bottom: 20px;
}
/* line 872, ../scss/layout/_header-nav.scss */
.catalogue-box .link-pdf {
  color: #ff7800;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  border: 1px solid #ff7800;
  border-radius: 4px;
  padding: 8px 6px 4px;
  text-align: center;
  background: url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/ico-pdf.png") no-repeat 4px 50%;
}

/* line 890, ../scss/layout/_header-nav.scss */
.nav-primary a {
  text-decoration: none;
  position: relative;
  display: block;
  color: #636363;
  line-height: 30px;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif Arial, sans-serif;
}
/* line 899, ../scss/layout/_header-nav.scss */
.nav-primary li {
  position: relative;
}
/* line 903, ../scss/layout/_header-nav.scss */
.nav-primary li.level1 a {
  border-bottom: 1px solid #CCCCCC;
}

/* line 909, ../scss/layout/_header-nav.scss */
.nav-primary .menu-active > ul.level0,
.nav-primary li.level0 li.sub-menu-active > ul {
  display: block;
}

/* line 914, ../scss/layout/_header-nav.scss */
.nav-primary li.level0 > a {
  text-transform: uppercase;
}

/* ============================================ *
 * Small Viewports - Accordion Style Menu
 * ============================================ */
@media only screen and (max-width: 1023px) {
  /* line 927, ../scss/layout/_header-nav.scss */
  .nav-primary a.level0,
  .nav-primary a {
    line-height: 35px;
  }
  /* line 933, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 ul {
    display: none;
  }
  /* line 938, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 li {
    padding: 0 0 0 25px;
  }
  /* line 942, ../scss/layout/_header-nav.scss */
  .nav-primary li.level1 a {
    padding: 0 15px 0 25px;
  }
  /* line 946, ../scss/layout/_header-nav.scss */
  .nav-primary li.parent > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ccc;
    border-right: none;
    top: 50%;
    left: 10px;
    right: auto;
    margin-top: -5px;
  }
  /* line 955, ../scss/layout/_header-nav.scss */
  .nav-primary li.parent.sub-menu-active > a:after,
  .nav-primary li.parent.menu-active > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #ccc;
    border-bottom: none;
    top: 50%;
    left: 10px;
    right: auto;
    margin-top: -5px;
  }
  /* line 964, ../scss/layout/_header-nav.scss */
  .nav-primary li.menu-active > a,
  .nav-primary li.sub-menu-active > a {
    color: #0074bc;
  }
}
/* ============================================ *
 * Large Viewports - Dropdown Menu
 * ============================================ */
@media only screen and (min-width: 1024px) {
  /* line 977, ../scss/layout/_header-nav.scss */
  .nav-primary {
    /* Default styles for 1+ drop-down menus */
    /* Level 2+ */
    /* Class for js to add briefly to evaluate element positioning. */
    /* Correct menus that will hang off the page (class added by js) */
    /* Level 1+ */
  }
  /* line 979, ../scss/layout/_header-nav.scss */
  .nav-primary a.level0 {
    padding: 0 25px;
  }
  /* line 983, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0,
  .nav-primary a.level0 {
    display: inline-block;
  }
  /* line 988, ../scss/layout/_header-nav.scss */
  .nav-primary li:last-child > a {
    border-bottom: none;
  }
  /* line 992, ../scss/layout/_header-nav.scss */
  .nav-primary a:hover,
  .nav-primary li:hover > a {
    color: #0074bc;
  }
  /* line 997, ../scss/layout/_header-nav.scss */
  .nav-primary .menu-active {
    z-index: 200;
  }
  /* line 1002, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 ul {
    background: #FBFBFB;
    border: solid 1px #CCCCCC;
    position: absolute;
    left: 0;
    top: 30px;
    /* Height of ".nav-primary a.level0" */
    z-index: 10;
    width: 250px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
    /* Hide until displayed. */
  }
  /* line 1015, ../scss/layout/_header-nav.scss */
  .nav-primary li.level1 ul {
    left: 60px;
    top: 15px;
  }
  /* line 1021, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 ul.level0.position-test {
    display: block;
  }
  /* line 1026, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 ul.level0.spill {
    right: 0;
    left: auto;
  }
  /* line 1031, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 ul.level0.spill li.level1 ul {
    left: auto;
    right: 50px;
    top: 20px;
  }
  /* line 1039, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 li.parent > a {
    position: relative;
  }
  /* line 1042, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 li.parent > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #ccc;
    border-right: none;
    right: 5px;
    top: 50%;
    margin-top: -3px;
  }
}
/* line 1053, ../scss/layout/_header-nav.scss */
.nav-primary li.menu-active > ul {
  display: block;
}

/* line 1061, ../scss/layout/_header-nav.scss */
.overlay:after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #3b515e;
  opacity: 0.35;
  z-index: 98;
}
/* line 1072, ../scss/layout/_header-nav.scss */
.overlay .page-header {
  position: relative;
  z-index: 99;
}

/* ============================================ *
 * Search - Skip Link
 * ============================================ */
/* line 33, ../scss/layout/_header-search.scss */
.skip-search:not(.skip-active):hover .icon {
  background-position: -46px -146px;
}
/* line 38, ../scss/layout/_header-search.scss */
.skip-search .icon {
  background-position: 4px -146px;
}

@media only screen and (min-width: 1024px) {
  /* line 48, ../scss/layout/_header-search.scss */
  .skip-search {
    display: none;
  }
}
/* ============================================ *
 * Search - Skip Content
 * ============================================ */
/* line 58, ../scss/layout/_header-search.scss */
#header-search {
  padding: 28px;
}

@media only screen and (min-width: 1280px) {
  /* line 66, ../scss/layout/_header-search.scss */
  #header-search {
    display: block;
    position: relative;
    margin-top: 20px;
    right: 0;
    width: 460px;
    height: 70px;
    padding: 0;
  }
  /* line 74, ../scss/layout/_header-search.scss */
  #header-search .shadow-box {
    position: absolute;
    z-index: 0;
    -webkit-box-shadow: 0px 10px 6px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 10px 6px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 10px 6px -10px rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 25px;
    bottom: 0;
    left: 0;
    z-index: 200;
  }
}
/*  Responsive Tablet  */
/* @include new-bp($bp-small + 1, $bp-large)  {
    #header-search {
        padding: 0;
    }
    .header-search {
        .block-search-mini {
            display: none;
        }
        &.show {
            .search-reponsive {
                &:after {
                    content: "";
                    position: fixed;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    top: 0;
                    background: $c-light-slate-gray;
                    opacity: 0.35;
                    z-index: 98;
                }
            }
            
            .block-search-mini {
                display: block;
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                z-index: 99;
                padding: 0 5px;
            }
        }
    }
} */
/* ============================================ *
 * Search Input
 * ============================================ */
/* line 131, ../scss/layout/_header-search.scss */
#search_mini_form {
  position: relative;
  z-index: 200;
}
/* line 134, ../scss/layout/_header-search.scss */
#search_mini_form .input-box {
  position: relative;
  padding-top: 0;
  z-index: 200;
}
/* line 139, ../scss/layout/_header-search.scss */
#search_mini_form label {
  display: none;
}
/* line 143, ../scss/layout/_header-search.scss */
#search_mini_form .icon-search:before {
  color: #0074bc;
  font-size: 27px;
  display: block;
}
/* line 149, ../scss/layout/_header-search.scss */
#search_mini_form .search-button {
  border: none;
  padding: 0;
  background: none;
  position: absolute;
  top: 6px;
  right: 6px;
  width: 70px;
  height: 58px;
  /*  > span {
       display: block;
   } */
}
/* line 161, ../scss/layout/_header-search.scss */
#search_mini_form .search-button:hover {
  background: #eef2f5;
}
/* line 165, ../scss/layout/_header-search.scss */
#search_mini_form .input-text {
  border-radius: 0;
  border: 1px solid #e6e6e6;
}
/* line 170, ../scss/layout/_header-search.scss */
#search_mini_form:hover .input-text {
  border-color: #7ea2b8;
  position: relative;
}
/* line 178, ../scss/layout/_header-search.scss */
#search_mini_form.active-autocomplete:after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #3b515e;
  opacity: 0.35;
  z-index: 98;
}
/* line 190, ../scss/layout/_header-search.scss */
#search_mini_form.active-autocomplete .input-box:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #0074bc;
  border-bottom: none;
  left: 25px;
  bottom: -7px;
  z-index: 200;
}
/* line 197, ../scss/layout/_header-search.scss */
#search_mini_form.active-autocomplete .input-text {
  border-color: #e6e6e6;
  border-bottom-color: #0074bc;
  background: #ffffff;
}
/* line 203, ../scss/layout/_header-search.scss */
#search_mini_form #autocomplete-loading {
  position: absolute;
  top: 10px;
  right: 10px;
}

/* line 211, ../scss/layout/_header-search.scss */
#search {
  width: 100%;
  height: 70px;
  padding-left: 25px;
  margin: 0;
  color: #0074bc;
  font-size: 16px;
  font-weight: 500;
}

/* line 224, ../scss/layout/_header-search.scss */
#search::-webkit-input-placeholder {
  opacity: 1;
  font-style: italic;
}

/* line 229, ../scss/layout/_header-search.scss */
#search:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  font-style: italic;
}

/* line 234, ../scss/layout/_header-search.scss */
#search::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  font-style: italic;
}

/* line 239, ../scss/layout/_header-search.scss */
#search:-ms-input-placeholder {
  opacity: 1;
  font-style: italic;
}

/* line 246, ../scss/layout/_header-search.scss */
.block-search-mini .bt-close {
  display: none;
  position: absolute;
  right: 30px;
  top: 30px;
}
/* line 252, ../scss/layout/_header-search.scss */
.block-search-mini .bt-close i:before {
  font-size: 14px;
  color: #ffffff;
}

/* line 260, ../scss/layout/_header-search.scss */
.search-mini-inner .title-ps,
.search-mini-inner .search-button span,
.search-mini-inner .to-link {
  display: none;
}

@media only screen and (max-width: 1279px) {
  /* line 268, ../scss/layout/_header-search.scss */
  .search-mini-inner {
    padding-top: 60px;
  }
  /* line 270, ../scss/layout/_header-search.scss */
  .search-mini-inner .title-ps,
  .search-mini-inner .search-button span,
  .search-mini-inner .to-link {
    display: block;
  }

  /* line 278, ../scss/layout/_header-search.scss */
  .block-search-mini {
    display: none;
    background: #0074bc;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #0074bc;
  }
  /* line 280, ../scss/layout/_header-search.scss */
  .block-search-mini .bt-close {
    display: block;
  }
}
@media only screen and (max-width: 1279px) and (max-width: 767px) {
  /* line 278, ../scss/layout/_header-search.scss */
  .block-search-mini {
    background: url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/bg-home-mobile.jpg") repeat 50% 50%;
  }
}
@media only screen and (max-width: 1279px) {
  /* line 294, ../scss/layout/_header-search.scss */
  .block-search-mini .title-ps {
    font-size: 25px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
  }

  /* line 305, ../scss/layout/_header-search.scss */
  .header-search.show .block-search-mini {
    display: block;
    z-index: 9999;
  }

  /* line 311, ../scss/layout/_header-search.scss */
  #search_mini_form .input-text {
    background: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    height: 60px;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  /* line 321, ../scss/layout/_header-search.scss */
  #search_mini_form .input-box {
    width: 240px;
    margin: 0 auto 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #03517b;
  }
  /* line 327, ../scss/layout/_header-search.scss */
  #search_mini_form i {
    display: none;
  }
  /* line 330, ../scss/layout/_header-search.scss */
  #search_mini_form .search-button {
    position: static;
    font-size: 16px;
    color: #0074bc;
    background: #ffffff;
    border-radius: 5px;
    padding: 12px 0 8px;
    min-width: 240px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
    height: auto;
    display: inline-block;
  }

  /* line 345, ../scss/layout/_header-search.scss */
  .to-link {
    text-align: center;
  }

  /* line 348, ../scss/layout/_header-search.scss */
  .button-link-search {
    position: static;
    font-size: 16px;
    color: #0074bc;
    background: #ffffff;
    border-radius: 5px;
    padding: 12px 0 8px;
    min-width: 240px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
    height: auto;
    display: inline-block;
    text-align: center;
  }
}
/* ============================================ *
 * Header - Account
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Account
 */
/* line 37, ../scss/layout/_header-account.scss */
.skip-account:not(.skip-active):hover .icon {
  background-position: -46px -44px;
}
/* line 42, ../scss/layout/_header-account.scss */
.skip-account .icon {
  background-position: 4px -44px;
}

@media only screen and (min-width: 1024px) {
  /* line 52, ../scss/layout/_header-account.scss */
  .skip-account {
    float: none;
    width: auto;
    vertical-align: top;
    display: inline-block;
    padding: 0 10px;
    text-transform: uppercase;
  }

  /* line 64, ../scss/layout/_header-account.scss */
  #header-account.skip-active {
    background: #FBFBFB;
    border: solid 1px #CCCCCC;
    display: block;
    position: absolute;
    z-index: 200;
    top: 40px;
    right: 115px;
    width: 200px;
  }

  /* line 74, ../scss/layout/_header-account.scss */
  #header-account a {
    display: block;
    padding: 5px 10px;
    color: #636363;
    line-height: 2;
  }

  /* line 81, ../scss/layout/_header-account.scss */
  #header-account a:hover {
    color: #0074bc;
  }
}
/* -------------------------------------------- *
 * Account Links
 */
/* line 91, ../scss/layout/_header-account.scss */
#header-account {
  padding: 5px 0;
}

/* line 95, ../scss/layout/_header-account.scss */
#header-account a {
  position: relative;
  display: block;
  padding: 5px 10px;
  line-height: 23px;
  text-align: center;
}

/* line 103, ../scss/layout/_header-account.scss */
#header-account a:hover {
  color: #0074bc;
}

/* ============================================ *
 * Header - Cart
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Cart
 */
/* line 36, ../scss/layout/_header-cart.scss */
.skip-cart:not(.skip-active):hover .icon {
  background-position: -50px -95px;
}
/* line 41, ../scss/layout/_header-cart.scss */
.skip-cart .icon {
  background-position: 0px -95px;
}

@media only screen and (min-width: 1024px) {
  /* line 52, ../scss/layout/_header-cart.scss */
  .skip-cart {
    width: auto;
    padding: 0 10px;
  }
}
/* -------------------------------------------- *
 * Skip Cart Notifier
 */
/* line 68, ../scss/layout/_header-cart.scss */
.skip-cart .count {
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  display: inline-block;
  top: -6px;
  position: relative;
  z-index: 5;
  width: 22px;
  height: 22px;
  background: rgba(0, 116, 188, 0.9);
  color: #FFFFFF;
  font-size: 11px;
  line-height: 22px;
  text-align: center;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif;
}

/* line 83, ../scss/layout/_header-cart.scss */
.skip-link.skip-active .count {
  color: white;
}

/* line 91, ../scss/layout/_header-cart.scss */
.skip-cart.no-count .count {
  display: none;
}

@media only screen and (max-width: 499px) {
  /* line 96, ../scss/layout/_header-cart.scss */
  .skip-cart .count {
    margin-left: -12px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 102, ../scss/layout/_header-cart.scss */
  .skip-cart {
    color: #0074bc;
    text-transform: uppercase;
  }
  /* line 106, ../scss/layout/_header-cart.scss */
  .skip-cart:hover {
    text-decoration: none;
  }
  /* line 110, ../scss/layout/_header-cart.scss */
  .skip-cart .count {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    position: static;
    background: none;
    margin-left: 0px;
    font-size: 14px;
    width: auto;
  }
  /* line 118, ../scss/layout/_header-cart.scss */
  .skip-cart .count:before {
    content: '(';
  }
  /* line 121, ../scss/layout/_header-cart.scss */
  .skip-cart .count:after {
    content: ')';
  }

  /* line 126, ../scss/layout/_header-cart.scss */
  .skip-cart .count,
  .skip-link.skip-active .count {
    color: #0074bc;
  }
}
/* line 132, ../scss/layout/_header-cart.scss */
.skip-cart .count.empty {
  display: none;
}

/* -------------------------------------------- *
 * Mini Cart - Empty
 */
/* line 140, ../scss/layout/_header-cart.scss */
.cart-menu .empty {
  padding: 20px;
  text-align: center;
}

/* -------------------------------------------- *
 * Mini Cart - Full
 */
/* Actions */
/* line 151, ../scss/layout/_header-cart.scss */
.cart-menu .actions {
  overflow: hidden;
  padding: 15px;
}

/* line 156, ../scss/layout/_header-cart.scss */
.cart-menu .actions .button {
  float: left;
  width: 48%;
}

/* line 161, ../scss/layout/_header-cart.scss */
.cart-menu .actions .button + .button {
  margin-left: 4%;
}

/* Subtotal */
/* line 167, ../scss/layout/_header-cart.scss */
.cart-menu .subtotal {
  padding: 0 15px 15px;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

/* List */
/* line 176, ../scss/layout/_header-cart.scss */
.mini-cart-list {
  margin-bottom: 5px;
}

/* line 180, ../scss/layout/_header-cart.scss */
.mini-cart-list li {
  position: relative;
  min-height: 90px;
  padding: 15px 15px 15px 90px;
  border-top: 1px solid #CCCCCC;
  font-size: 13px;
  line-height: 1.35;
}

/* line 189, ../scss/layout/_header-cart.scss */
.mini-cart-list .product-name {
  display: inline-block;
}

/* line 193, ../scss/layout/_header-cart.scss */
.mini-cart-list .product-image {
  position: absolute;
  left: 15px;
  top: 15px;
}

/* line 199, ../scss/layout/_header-cart.scss */
.mini-cart-list .product-image img {
  width: 60px;
  height: 60px;
}

/* line 206, ../scss/layout/_header-cart.scss */
.mini-cart-list .has-options {
  margin-bottom: 0;
  color: #A0A0A0;
  font-size: 12px;
}

/* Too full - additional items will be shown in cart */
/* line 213, ../scss/layout/_header-cart.scss */
.cart-menu .last-added {
  padding: 10px 15px 15px;
  border-top: 1px solid #CCCCCC;
  font-size: 13px;
}

/* ============================================ *
 * Footer
 * ============================================ */
/* -------------------------------------------- *
 * Footer
 */
/* line 34, ../scss/layout/_footer.scss */
.footer-container {
  background: #333333;
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 34, ../scss/layout/_footer.scss */
  .footer-container {
    padding-bottom: 35px;
  }
}

/* line 43, ../scss/layout/_footer.scss */
.page-footer .content-inner {
  max-width: 1280px;
  margin: 0 auto;
}
/* line 46, ../scss/layout/_footer.scss */
.page-footer .content-inner:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 51, ../scss/layout/_footer.scss */
  .page-footer .content-inner {
    max-width: 1024px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 58, ../scss/layout/_footer.scss */
  .page-footer .content-inner {
    max-width: 768px;
  }
}

/* line 65, ../scss/layout/_footer.scss */
.footer-bottom {
  padding: 20px 0;
}
/* line 67, ../scss/layout/_footer.scss */
.footer-bottom .copyright {
  float: left;
  font-size: 14px;
  color: #7ea2b8;
}
/* line 72, ../scss/layout/_footer.scss */
.footer-bottom .sutunam {
  float: right;
  font-size: 14px;
  color: #7ea2b8;
}
/* line 76, ../scss/layout/_footer.scss */
.footer-bottom .sutunam i {
  margin-right: 15px;
}
/* line 78, ../scss/layout/_footer.scss */
.footer-bottom .sutunam i:before {
  color: #fe5734;
  font-size: 11px;
}

/* line 87, ../scss/layout/_footer.scss */
.footer-links h3, .footer-links .h3 {
  font-weight: 600;
  font-size: 25px;
  color: #eef2f5;
  text-transform: none;
}
/* line 93, ../scss/layout/_footer.scss */
.footer-links ul {
  margin-bottom: 10px;
}
/* line 96, ../scss/layout/_footer.scss */
.footer-links ul li a {
  font-weight: 400;
  font-size: 16px;
  color: #eef2f5;
  display: inline-block;
  position: relative;
  padding-left: 15px;
}
/* line 103, ../scss/layout/_footer.scss */
.footer-links ul li a:before {
  content: "";
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e917";
  position: absolute;
  font-size: 8px;
  left: 0;
  top: 6px;
}
/* line 118, ../scss/layout/_footer.scss */
.footer-links ul li a:hover {
  color: #7ea2b8;
}

/* line 127, ../scss/layout/_footer.scss */
.footer-links-col:after {
  content: '';
  display: table;
  clear: both;
}
/* line 130, ../scss/layout/_footer.scss */
.footer-links-col .box-col {
  width: calc((100%/3) - 1px);
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 126, ../scss/layout/_footer.scss */
  .footer-links-col {
    margin: 0 -5px;
  }
  /* line 136, ../scss/layout/_footer.scss */
  .footer-links-col .box-col {
    padding: 0 5px;
  }
}

/* line 144, ../scss/layout/_footer.scss */
.footer-section-3 .footer-links-wrap {
  width: 60.9375%;
  float: left;
}
/* line 148, ../scss/layout/_footer.scss */
.footer-section-3 .block-agence {
  float: right;
  width: 39.0625%;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 153, ../scss/layout/_footer.scss */
  .footer-section-3 .footer-links-wrap {
    width: auto;
    float: none;
    margin-bottom: 40px;
  }
  /* line 158, ../scss/layout/_footer.scss */
  .footer-section-3 .block-agence {
    width: auto;
    float: none;
  }
}

/* line 165, ../scss/layout/_footer.scss */
.footer-logo {
  padding-top: 50px;
}
/* line 167, ../scss/layout/_footer.scss */
.footer-logo img {
  height: 85px;
}

/* line 173, ../scss/layout/_footer.scss */
.footer-section-2 .content-inner {
  position: relative;
  padding-bottom: 50px;
  background: url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/line-img.png") no-repeat 50% 100%;
  margin-bottom: 40px;
}
/* line 178, ../scss/layout/_footer.scss */
.footer-section-2 .content-inner .block-subscribe {
  float: left;
  margin-right: 125px;
}
/* line 182, ../scss/layout/_footer.scss */
.footer-section-2 .content-inner .block-social {
  float: left;
  padding-top: 45px;
}
/* line 186, ../scss/layout/_footer.scss */
.footer-section-2 .content-inner .block-trustpilot-ft {
  float: right;
  padding-top: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 191, ../scss/layout/_footer.scss */
  .footer-section-2 .content-inner .content-inner {
    padding-bottom: 40px;
  }
  /* line 194, ../scss/layout/_footer.scss */
  .footer-section-2 .content-inner .block-subscribe {
    width: 440px;
    margin-right: 0;
  }
  /* line 198, ../scss/layout/_footer.scss */
  .footer-section-2 .content-inner .block-subscribe .subscribe-head strong {
    font-size: 20px;
  }
  /* line 201, ../scss/layout/_footer.scss */
  .footer-section-2 .content-inner .block-subscribe .subscribe-head span {
    font-size: 14px;
  }
  /* line 206, ../scss/layout/_footer.scss */
  .footer-section-2 .content-inner .block-subscribe .subscribe-input .input-text {
    width: 260px;
    margin-right: 10px;
  }
  /* line 212, ../scss/layout/_footer.scss */
  .footer-section-2 .content-inner .block-social {
    float: right;
    width: 300px;
  }
  /* line 216, ../scss/layout/_footer.scss */
  .footer-section-2 .content-inner .block-social .social-head strong {
    font-size: 20px;
  }
  /* line 219, ../scss/layout/_footer.scss */
  .footer-section-2 .content-inner .block-social .social-head span {
    font-size: 14px;
  }
  /* line 224, ../scss/layout/_footer.scss */
  .footer-section-2 .content-inner .block-trustpilot-ft {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 20px;
  }
  /* line 229, ../scss/layout/_footer.scss */
  .footer-section-2 .content-inner .block-trustpilot-ft .logo-trustpilot,
  .footer-section-2 .content-inner .block-trustpilot-ft .text-trustpilost,
  .footer-section-2 .content-inner .block-trustpilot-ft .rate-trustpilot {
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
  }
  /* line 236, ../scss/layout/_footer.scss */
  .footer-section-2 .content-inner .block-trustpilot-ft .box-top {
    display: inline-block;
    vertical-align: middle;
  }
}

/* -------------------------------------------- *
 * Mobile 
 */
/* line 252, ../scss/layout/_footer.scss */
.footer-mobile {
  display: none;
  background: #ffffff;
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  /* line 262, ../scss/layout/_footer.scss */
  footer {
    position: relative;
    /*  z-index: 999; */
  }

  /* line 266, ../scss/layout/_footer.scss */
  .footer-mobile {
    display: block;
  }

  /* line 270, ../scss/layout/_footer.scss */
  .footer-container {
    padding: 0;
    margin: 0;
    background: none;
  }
  /* line 274, ../scss/layout/_footer.scss */
  .footer-container .footer-section-1,
  .footer-container .footer-section-2,
  .footer-container .footer-links-wrap {
    display: none;
  }

  /* line 280, ../scss/layout/_footer.scss */
  .footer-section-3 .block-agence {
    float: none;
    width: auto;
  }
}
/* line 287, ../scss/layout/_footer.scss */
.footer-not-login ul {
  padding: 10px 0;
}
/* line 289, ../scss/layout/_footer.scss */
.footer-not-login ul:after {
  content: '';
  display: table;
  clear: both;
}
/* line 292, ../scss/layout/_footer.scss */
.footer-not-login ul li {
  float: left;
  width: 30%;
}
/* line 295, ../scss/layout/_footer.scss */
.footer-not-login ul li a {
  display: block;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  color: #0074bc;
  line-height: 12px;
  text-align: center;
}
/* line 303, ../scss/layout/_footer.scss */
.footer-not-login ul li a > span {
  display: inline-block;
}
/* line 305, ../scss/layout/_footer.scss */
.footer-not-login ul li a > span span {
  display: block;
}
/* line 310, ../scss/layout/_footer.scss */
.footer-not-login ul li.ft-mobile-contact, .footer-not-login ul li.ft-mobile-agences {
  width: 39.0625%;
}
/* line 314, ../scss/layout/_footer.scss */
.footer-not-login ul li.ft-mobile-contact a > span, .footer-not-login ul li.ft-mobile-agences a > span {
  padding-left: 25px;
  position: relative;
  text-align: left;
}
/* line 318, ../scss/layout/_footer.scss */
.footer-not-login ul li.ft-mobile-contact a > span:before, .footer-not-login ul li.ft-mobile-agences a > span:before {
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
/* line 329, ../scss/layout/_footer.scss */
.footer-not-login ul li.ft-mobile-contact .ct-mb, .footer-not-login ul li.ft-mobile-agences .ct-mb {
  padding-top: 3px;
}
/* line 333, ../scss/layout/_footer.scss */
.footer-not-login ul li.ft-mobile-call {
  width: 21.875%;
  text-align: center;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
/* line 338, ../scss/layout/_footer.scss */
.footer-not-login ul li.ft-mobile-call .icon-call {
  font-size: 30px;
  color: #0074bc;
}
/* line 347, ../scss/layout/_footer.scss */
.footer-not-login ul li.ft-mobile-contact a > span:before {
  font-size: 19px;
  position: absolute;
  left: 0;
  top: 2px;
  content: "\e926";
}
/* line 361, ../scss/layout/_footer.scss */
.footer-not-login ul li.ft-mobile-agences a > span:before {
  content: "\e925";
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 2px;
}

/* line 375, ../scss/layout/_footer.scss */
.footer-has-login {
  padding: 10px;
}
/* line 377, ../scss/layout/_footer.scss */
.footer-has-login:after {
  content: '';
  display: table;
  clear: both;
}
/* line 380, ../scss/layout/_footer.scss */
.footer-has-login .ft-contact-text {
  float: left;
  position: relative;
  padding-left: 60px;
  color: #0074bc;
}
/* line 385, ../scss/layout/_footer.scss */
.footer-has-login .ft-contact-text:before {
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 31px;
  position: absolute;
  left: 15px;
  top: 7px;
  content: "\e926";
}
/* line 399, ../scss/layout/_footer.scss */
.footer-has-login .ft-contact-text span,
.footer-has-login .ft-contact-text strong {
  display: block;
  color: #0074bc;
  text-transform: uppercase;
}
/* line 405, ../scss/layout/_footer.scss */
.footer-has-login .ft-contact-text .tit {
  font-size: 10px;
}
/* line 408, ../scss/layout/_footer.scss */
.footer-has-login .ft-contact-text .name {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}
/* line 413, ../scss/layout/_footer.scss */
.footer-has-login .ft-contact-text .phone {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}
/* line 420, ../scss/layout/_footer.scss */
.footer-has-login .footer-list-ico {
  float: right;
}
/* line 423, ../scss/layout/_footer.scss */
.footer-has-login .footer-list-ico ul:after {
  content: '';
  display: table;
  clear: both;
}
/* line 426, ../scss/layout/_footer.scss */
.footer-has-login .footer-list-ico ul li {
  float: left;
  margin-left: 5px;
}
/* line 429, ../scss/layout/_footer.scss */
.footer-has-login .footer-list-ico ul li a {
  display: block;
  width: 48px;
  height: 48px;
  background: #0074bc;
  border-radius: 5px;
  text-align: center;
}
/* line 436, ../scss/layout/_footer.scss */
.footer-has-login .footer-list-ico ul li a i {
  color: #ffffff;
}
/* line 439, ../scss/layout/_footer.scss */
.footer-has-login .footer-list-ico ul li a i.icon-call:before {
  font-size: 24px;
  line-height: 48px;
}
/* line 445, ../scss/layout/_footer.scss */
.footer-has-login .footer-list-ico ul li a i.icon-email-send:before {
  font-size: 19px;
  line-height: 48px;
}

/* line 2, ../scss/block/_block-trustpilot.scss */
.block-trustpilot:after {
  content: '';
  display: table;
  clear: both;
}
/* line 6, ../scss/block/_block-trustpilot.scss */
.block-trustpilot .trust-icon {
  float: left;
}
/* line 9, ../scss/block/_block-trustpilot.scss */
.block-trustpilot .trust-vote {
  float: left;
}
/* line 11, ../scss/block/_block-trustpilot.scss */
.block-trustpilot .trust-vote:after {
  content: '';
  display: table;
  clear: both;
}
/* line 14, ../scss/block/_block-trustpilot.scss */
.block-trustpilot .trust-vote .ico {
  float: left;
  margin-right: 10px;
}
/* line 18, ../scss/block/_block-trustpilot.scss */
.block-trustpilot .trust-vote .ratings {
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}
/* line 23, ../scss/block/_block-trustpilot.scss */
.block-trustpilot .trust-vote .score-vote {
  float: left;
}
/* line 25, ../scss/block/_block-trustpilot.scss */
.block-trustpilot .trust-vote .score-vote a {
  font-size: 14px;
  font-weight: 700;
  color: #737373;
}
/* line 31, ../scss/block/_block-trustpilot.scss */
.block-trustpilot .trust-vote .trustTxt {
  font-size: 14px;
  font-weight: 700;
  color: #737373;
}

/* ============================================ *
 * Reasurance Block [ Sutunam ]
 * ============================================ */
/* line 5, ../scss/block/_reasurance.scss */
.block-reasurance {
  background: #0074bc;
  padding: 60px 0;
}
/* line 8, ../scss/block/_reasurance.scss */
.block-reasurance .ct-inner {
  max-width: 1280px;
  margin: 0 auto;
}
/* line 12, ../scss/block/_reasurance.scss */
.block-reasurance ul {
  width: 100%;
  display: table;
}
/* line 17, ../scss/block/_reasurance.scss */
.block-reasurance ul:after {
  @i nclude clearfix;
}
/* line 22, ../scss/block/_reasurance.scss */
.block-reasurance ul li {
  display: table-cell;
  color: #ffffff;
  vertical-align: middle;
}
/* line 26, ../scss/block/_reasurance.scss */
.block-reasurance ul li a {
  position: relative;
  color: #ffffff;
  display: block;
  padding-left: 45px;
}
/* line 31, ../scss/block/_reasurance.scss */
.block-reasurance ul li a span {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 18px;
}
/* line 38, ../scss/block/_reasurance.scss */
.block-reasurance ul li a.ship-24 {
  padding-left: 60px;
}
/* line 41, ../scss/block/_reasurance.scss */
.block-reasurance ul li a.home-q {
  padding-left: 40px;
}
/* line 44, ../scss/block/_reasurance.scss */
.block-reasurance ul li a.location {
  padding-left: 30px;
}
/* line 47, ../scss/block/_reasurance.scss */
.block-reasurance ul li a:hover {
  opacity: 0.8;
}
/* line 54, ../scss/block/_reasurance.scss */
.block-reasurance i {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 58, ../scss/block/_reasurance.scss */
.block-reasurance i.icon-email {
  top: 2px;
}
/* line 60, ../scss/block/_reasurance.scss */
.block-reasurance i.icon-email:before {
  font-size: 25px;
}
/* line 64, ../scss/block/_reasurance.scss */
.block-reasurance i.icon-payment {
  top: 5px;
}
/* line 66, ../scss/block/_reasurance.scss */
.block-reasurance i.icon-payment:before {
  font-size: 22px;
}
/* line 70, ../scss/block/_reasurance.scss */
.block-reasurance i.icon-rewarded {
  top: 3px;
}
/* line 72, ../scss/block/_reasurance.scss */
.block-reasurance i.icon-rewarded:before {
  font-size: 27px;
}
/* line 76, ../scss/block/_reasurance.scss */
.block-reasurance i.icon-return {
  top: 8px;
}
/* line 78, ../scss/block/_reasurance.scss */
.block-reasurance i.icon-return:before {
  font-size: 17px;
}
/* line 82, ../scss/block/_reasurance.scss */
.block-reasurance i.icon-refund {
  top: 1px;
}
/* line 84, ../scss/block/_reasurance.scss */
.block-reasurance i.icon-refund:before {
  font-size: 31px;
}
/* line 89, ../scss/block/_reasurance.scss */
.block-reasurance i.icon-location-3:before {
  font-size: 26px;
}
/* line 94, ../scss/block/_reasurance.scss */
.block-reasurance i.icon-home-q:before {
  font-size: 30px;
}
/* line 99, ../scss/block/_reasurance.scss */
.block-reasurance i.icon-ship-24h:before {
  font-size: 34px;
}
/* line 104, ../scss/block/_reasurance.scss */
.block-reasurance i.icon-tools:before {
  font-size: 31px;
}
/* line 109, ../scss/block/_reasurance.scss */
.block-reasurance i.icon-user-comment:before {
  font-size: 36px;
}
/* line 115, ../scss/block/_reasurance.scss */
.block-reasurance.reasurance-home {
  background: #ffffff;
  border: 1px solid #e5ecf1;
  padding: 25px 0;
  border-radius: 5px;
  margin-bottom: 30px;
}
/* line 121, ../scss/block/_reasurance.scss */
.block-reasurance.reasurance-home .ct-inner {
  text-align: center;
}
/* line 126, ../scss/block/_reasurance.scss */
.block-reasurance.reasurance-home ul li a {
  display: inline-block;
  color: #7ea2b8;
  opacity: 0.99;
  text-align: left;
}
/* line 131, ../scss/block/_reasurance.scss */
.block-reasurance.reasurance-home ul li a:hover {
  opacity: 0.8;
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 141, ../scss/block/_reasurance.scss */
  .block-reasurance {
    padding: 40px 0;
  }
  /* line 143, ../scss/block/_reasurance.scss */
  .block-reasurance.reasurance-home {
    display: none;
  }
  /* line 146, ../scss/block/_reasurance.scss */
  .block-reasurance .ct-inner {
    max-width: 1024px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) and (min-width: 768px) and (max-width: 1023px) {
  /* line 146, ../scss/block/_reasurance.scss */
  .block-reasurance .ct-inner {
    max-width: 768px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 157, ../scss/block/_reasurance.scss */
  .block-reasurance ul li a span {
    font-size: 9px;
    line-height: 12px;
  }
  /* line 165, ../scss/block/_reasurance.scss */
  .block-reasurance i.icon-email {
    top: -2px;
  }
  /* line 168, ../scss/block/_reasurance.scss */
  .block-reasurance i.icon-payment {
    top: 0;
  }
  /* line 171, ../scss/block/_reasurance.scss */
  .block-reasurance i.icon-rewarded {
    top: 0;
  }
  /* line 174, ../scss/block/_reasurance.scss */
  .block-reasurance i.icon-return {
    top: 4px;
  }
  /* line 177, ../scss/block/_reasurance.scss */
  .block-reasurance i.icon-refund {
    top: -4px;
  }
  /* line 180, ../scss/block/_reasurance.scss */
  .block-reasurance i.icon-home-q {
    top: -4px;
  }
  /* line 182, ../scss/block/_reasurance.scss */
  .block-reasurance i.icon-home-q:before {
    font-size: 26px;
  }
  /* line 186, ../scss/block/_reasurance.scss */
  .block-reasurance i.icon-ship-24h {
    top: -5px;
  }
  /* line 188, ../scss/block/_reasurance.scss */
  .block-reasurance i.icon-ship-24h:before {
    font-size: 30px;
  }
  /* line 193, ../scss/block/_reasurance.scss */
  .block-reasurance i.icon-tools:before {
    font-size: 26px;
  }
  /* line 198, ../scss/block/_reasurance.scss */
  .block-reasurance i.icon-user-comment:before {
    font-size: 27px;
  }
}
/* ============================================ *
 * Subscribe Block [ Sutunam ]
 * ============================================ */
/* line 5, ../scss/block/_subscribe.scss */
.block-subscribe {
  padding-top: 45px;
}
/* line 7, ../scss/block/_subscribe.scss */
.block-subscribe .subscribe-head {
  position: relative;
  padding-left: 60px;
  margin-bottom: 20px;
}
/* line 11, ../scss/block/_subscribe.scss */
.block-subscribe .subscribe-head i.icon-letter {
  width: 43px;
  height: 43px;
  background: #fff346;
  border-radius: 50%;
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 21, ../scss/block/_subscribe.scss */
.block-subscribe .subscribe-head i.icon-letter:before {
  font-size: 22px;
  color: #333333;
  line-height: 43px;
}
/* line 27, ../scss/block/_subscribe.scss */
.block-subscribe .subscribe-head span,
.block-subscribe .subscribe-head strong {
  display: block;
}
/* line 31, ../scss/block/_subscribe.scss */
.block-subscribe .subscribe-head strong {
  font-size: 25px;
  font-weight: 700;
  color: #eef2f5;
  line-height: 25px;
}
/* line 37, ../scss/block/_subscribe.scss */
.block-subscribe .subscribe-head span {
  color: #eef2f5;
  font-size: 16px;
  font-weight: normal;
}
/* line 44, ../scss/block/_subscribe.scss */
.block-subscribe .subscribe-input .validation-advice {
  position: absolute;
}
/* line 47, ../scss/block/_subscribe.scss */
.block-subscribe .subscribe-input .input-text {
  border: none;
  height: 45px;
  border-radius: 3px;
  width: 330px;
  color: #333333;
  padding: 0 20px;
}
/* line 54, ../scss/block/_subscribe.scss */
.block-subscribe .subscribe-input .input-text:hover {
  border-color: 1px solid #333333;
}
/* line 58, ../scss/block/_subscribe.scss */
.block-subscribe .subscribe-input .button {
  color: #333333;
  border-color: #333333;
  background-color: #fff346;
  padding-top: 2px;
  margin-top: 2px;
}

/* ============================================ *
 * Social Block [ Sutunam ]
 * ============================================ */
/* line 6, ../scss/block/_social.scss */
.block-social .social-head {
  margin-bottom: 20px;
}
/* line 8, ../scss/block/_social.scss */
.block-social .social-head span,
.block-social .social-head strong {
  display: block;
}
/* line 12, ../scss/block/_social.scss */
.block-social .social-head strong {
  font-size: 25px;
  font-weight: 700;
  color: #557b92;
  line-height: 25px;
}
/* line 18, ../scss/block/_social.scss */
.block-social .social-head span {
  color: #7ea2b8;
  font-size: 16px;
  font-weight: normal;
}
/* line 26, ../scss/block/_social.scss */
.block-social .social-list ul:after {
  content: '';
  display: table;
  clear: both;
}
/* line 29, ../scss/block/_social.scss */
.block-social .social-list ul li {
  float: left;
  margin-right: 25px;
}
/* line 34, ../scss/block/_social.scss */
.block-social .social-list i {
  display: block;
}
/* line 36, ../scss/block/_social.scss */
.block-social .social-list i:before {
  font-size: 45px;
  color: #fff346;
  opacity: .99;
}
/* line 42, ../scss/block/_social.scss */
.block-social .social-list i:hover:before {
  opacity: 1;
}
/* line 48, ../scss/block/_social.scss */
.block-social .social-list i.icon-facebook:hover:before {
  color: #3460a1;
}
/* line 56, ../scss/block/_social.scss */
.block-social .social-list i.icon-google:hover:before {
  color: #de5543;
}
/* line 64, ../scss/block/_social.scss */
.block-social .social-list i.icon-pinterest:hover:before {
  color: #cc2127;
}
/* line 72, ../scss/block/_social.scss */
.block-social .social-list i.icon-twitter:hover:before {
  color: #28aae1;
}

/* ============================================ *
 * Trustpilot Block [ Sutunam ]
 * ============================================ */
/* line 6, ../scss/block/_trustpilot.scss */
.block-trustpilot-ft .logo-trustpilot {
  text-align: right;
  margin-bottom: 5px;
}
/* line 9, ../scss/block/_trustpilot.scss */
.block-trustpilot-ft .logo-trustpilot img {
  height: 21px;
  display: inline-block;
}
/* line 15, ../scss/block/_trustpilot.scss */
.block-trustpilot-ft .text-trustpilost a {
  color: #557b92;
  font-size: 30px;
  text-align: right;
}
/* line 20, ../scss/block/_trustpilot.scss */
.block-trustpilot-ft .text-trustpilost strong {
  font-weight: 700;
}
/* line 23, ../scss/block/_trustpilot.scss */
.block-trustpilot-ft .text-trustpilost span {
  font-size: 20px;
  font-weight: 500;
}
/* line 29, ../scss/block/_trustpilot.scss */
.block-trustpilot-ft .rate-trustpilot:after {
  content: '';
  display: table;
  clear: both;
}
/* line 32, ../scss/block/_trustpilot.scss */
.block-trustpilot-ft .rate-trustpilot .rate-box {
  float: right;
  display: block;
  width: 210px;
  height: 39px;
  background: url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/star-trustpilot.png") no-repeat 0 0;
}
/* line 38, ../scss/block/_trustpilot.scss */
.block-trustpilot-ft .rate-trustpilot .rate-box .rate-item {
  display: block;
  height: 39px;
  background: url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/star-trustpilot.png") no-repeat 0 0;
}

/* line 47, ../scss/block/_trustpilot.scss */
.block-trustpilot-home {
  border: 1px solid #bad9eb;
  padding: 20px 30px 15px 85px;
  position: relative;
}
/* line 51, ../scss/block/_trustpilot.scss */
.block-trustpilot-home .head {
  margin-bottom: 10px;
}
/* line 53, ../scss/block/_trustpilot.scss */
.block-trustpilot-home .head .txt {
  display: block;
}
/* line 56, ../scss/block/_trustpilot.scss */
.block-trustpilot-home .head strong {
  font-weight: 700;
  font-size: 30px;
  color: #0074bc;
  margin-right: 15px;
}
/* line 62, ../scss/block/_trustpilot.scss */
.block-trustpilot-home .head img {
  display: inline;
  height: 21px;
  margin-right: 15px;
}
/* line 67, ../scss/block/_trustpilot.scss */
.block-trustpilot-home .head span.avis {
  color: #ed5b24;
  font-weight: 700;
  font-size: 25px;
}
/* line 71, ../scss/block/_trustpilot.scss */
.block-trustpilot-home .head span.avis span {
  font-weight: 500;
  font-size: 20px;
}
/* line 79, ../scss/block/_trustpilot.scss */
.block-trustpilot-home .info-use-trust .info-name strong {
  font-size: 20px;
  font-weight: 700;
  color: #557b92;
  margin-right: 15px;
}
/* line 85, ../scss/block/_trustpilot.scss */
.block-trustpilot-home .info-use-trust .info-name img {
  display: inline;
  margin-right: 15px;
}
/* line 89, ../scss/block/_trustpilot.scss */
.block-trustpilot-home .info-use-trust .info-name span {
  color: #65869b;
  font-size: 12px;
  font-weight: 300;
}
/* line 95, ../scss/block/_trustpilot.scss */
.block-trustpilot-home .info-use-trust .info-text {
  color: #557b92;
  font-size: 14px;
  margin-bottom: 10px;
  max-width: 430px;
  line-height: 20px;
}
/* line 104, ../scss/block/_trustpilot.scss */
.block-trustpilot-home .slide-trust.slick-slider {
  margin-bottom: 0;
}
/* line 108, ../scss/block/_trustpilot.scss */
.block-trustpilot-home .slick-arrow {
  border-color: #bad9eb;
  opacity: 0.99;
}
/* line 111, ../scss/block/_trustpilot.scss */
.block-trustpilot-home .slick-arrow:before {
  color: #bad9eb;
  font-size: 10px;
}
/* line 115, ../scss/block/_trustpilot.scss */
.block-trustpilot-home .slick-arrow.slick-next, .block-trustpilot-home .slick-arrow.trust-prev {
  width: 37px;
  height: 37px;
}
/* line 121, ../scss/block/_trustpilot.scss */
.block-trustpilot-home .trust-prev {
  position: absolute;
  left: 25px;
  top: 50%;
  margin-top: -20px;
}
/* line 127, ../scss/block/_trustpilot.scss */
.block-trustpilot-home .trust-next {
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -20px;
}

/* line 1, ../scss/block/_agence.scss */
.block-agence {
  padding: 30px 40px;
  background: #dfe8ef url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/bg-map.jpg") no-repeat 100% 50%;
  border-radius: 7px;
  border: 1px solid #e6f0f7;
  min-height: 305px;
}
/* line 7, ../scss/block/_agence.scss */
.block-agence .agence-head {
  color: #0074bc;
  margin-bottom: 10px;
}
/* line 10, ../scss/block/_agence.scss */
.block-agence .agence-head i,
.block-agence .agence-head span,
.block-agence .agence-head strong {
  display: block;
}
/* line 15, ../scss/block/_agence.scss */
.block-agence .agence-head i {
  margin-bottom: 15px;
}
/* line 17, ../scss/block/_agence.scss */
.block-agence .agence-head i:before {
  font-size: 48px;
}
/* line 21, ../scss/block/_agence.scss */
.block-agence .agence-head strong {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}
/* line 26, ../scss/block/_agence.scss */
.block-agence .agence-head span {
  font-size: 15px;
  font-weight: 500;
  font-style: italic;
}
/* line 32, ../scss/block/_agence.scss */
.block-agence .agence-select {
  margin-bottom: 15px;
}

/* line 39, ../scss/block/_agence.scss */
.block-agence-home .agence-content:after {
  content: '';
  display: table;
  clear: both;
}
/* line 42, ../scss/block/_agence.scss */
.block-agence-home .agence-content .agence-select {
  float: left;
  margin-right: 15px;
}
/* line 46, ../scss/block/_agence.scss */
.block-agence-home .agence-content .action {
  float: left;
}
/* line 50, ../scss/block/_agence.scss */
.block-agence-home .block-agence {
  min-height: 200px;
}
/* line 52, ../scss/block/_agence.scss */
.block-agence-home .block-agence .agence-head {
  padding-left: 55px;
  position: relative;
}
/* line 55, ../scss/block/_agence.scss */
.block-agence-home .block-agence .agence-head .icon-location {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 65, ../scss/block/_agence.scss */
.block-find-agences {
  text-align: right;
  background: red;
  padding: 15px 20px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  background: url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/bg-agent-login.jpg") no-repeat 0 0;
  position: relative;
}
/* line 73, ../scss/block/_agence.scss */
.block-find-agences:after {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  content: "";
  background: #3b515e;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0.65;
  z-index: 0;
}
/* line 86, ../scss/block/_agence.scss */
.block-find-agences .ct-info {
  position: relative;
  z-index: 1;
  border-bottom: 1px dashed #aab3b9;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
/* line 93, ../scss/block/_agence.scss */
.block-find-agences .ct-button {
  position: relative;
  z-index: 1;
}
/* line 97, ../scss/block/_agence.scss */
.block-find-agences .number-agences {
  font-size: 41px;
  font-weight: 700;
  color: #ffffff;
  line-height: 45px;
  letter-spacing: 1px;
}
/* line 104, ../scss/block/_agence.scss */
.block-find-agences .name-agences {
  font-size: 24px;
  color: #fff346;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 2px;
}
/* line 111, ../scss/block/_agence.scss */
.block-find-agences .country-agences {
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 1px;
}
/* line 118, ../scss/block/_agence.scss */
.block-find-agences .button-link {
  color: #557b92;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  min-width: 190px;
  border: none;
  padding: 10px 15px 5px;
  letter-spacing: 1px;
}
/* line 127, ../scss/block/_agence.scss */
.block-find-agences .button-link span {
  padding-left: 20px;
}
/* line 129, ../scss/block/_agence.scss */
.block-find-agences .button-link span:before {
  font-size: 8px;
  top: 3px;
}
/* line 134, ../scss/block/_agence.scss */
.block-find-agences .button-link:after {
  background: #ffffff;
  opacity: 1;
}
/* line 138, ../scss/block/_agence.scss */
.block-find-agences .button-link:hover {
  color: #ffffff;
}
/* line 140, ../scss/block/_agence.scss */
.block-find-agences .button-link:hover:after {
  background: #557b92;
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 150, ../scss/block/_agence.scss */
  .block-agence {
    padding: 20px 15px;
    min-height: 0;
  }
  /* line 153, ../scss/block/_agence.scss */
  .block-agence:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 156, ../scss/block/_agence.scss */
  .block-agence .agence-head {
    float: left;
    width: 250px;
    color: #0074bc;
    margin-bottom: 0;
    padding-left: 55px;
    position: relative;
  }
  /* line 163, ../scss/block/_agence.scss */
  .block-agence .agence-head strong {
    font-size: 20px;
    line-height: 25px;
  }
  /* line 167, ../scss/block/_agence.scss */
  .block-agence .agence-head span {
    font-size: 11px;
    display: block;
    padding-right: 20px;
  }
  /* line 172, ../scss/block/_agence.scss */
  .block-agence .agence-head .icon-location {
    left: 0;
    position: absolute;
    top: 0;
  }
  /* line 179, ../scss/block/_agence.scss */
  .block-agence .agence-content:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 182, ../scss/block/_agence.scss */
  .block-agence .agence-content .agence-select {
    float: left;
    margin-right: 15px;
  }
  /* line 186, ../scss/block/_agence.scss */
  .block-agence .agence-content .action {
    float: left;
  }
  /* line 190, ../scss/block/_agence.scss */
  .block-agence .agence-select {
    margin-bottom: 0;
    margin-right: 10px;
  }

  /* line 195, ../scss/block/_agence.scss */
  .newListSelected {
    min-width: 315px;
  }

  /* line 199, ../scss/block/_agence.scss */
  .block-agence-home .block-agence {
    min-height: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 207, ../scss/block/_agence.scss */
  .block-find-agences {
    border-radius: 4px;
  }
  /* line 209, ../scss/block/_agence.scss */
  .block-find-agences:after {
    border-radius: 4px;
  }
  /* line 212, ../scss/block/_agence.scss */
  .block-find-agences .ct-info {
    float: left;
    margin: 0;
    padding: 0;
    border: none;
  }
}
@media only screen and (max-width: 767px) {
  /* line 224, ../scss/block/_agence.scss */
  .block-agence {
    padding: 80px 0 0 0;
    min-height: auto;
    border: none;
    position: fixed;
    left: 0;
    top: 45px;
    bottom: 0;
    right: 0;
    background: url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/bg-mb-express.png") repeat 50% 50%;
    display: none;
  }
  /* line 235, ../scss/block/_agence.scss */
  .block-agence.open {
    display: block;
  }
  /* line 238, ../scss/block/_agence.scss */
  .block-agence .agence-head {
    text-align: center;
    margin-bottom: 30px;
  }
  /* line 241, ../scss/block/_agence.scss */
  .block-agence .agence-head .icon-location,
  .block-agence .agence-head span {
    display: none;
  }
  /* line 245, ../scss/block/_agence.scss */
  .block-agence .agence-head strong {
    color: #ffffff;
    font-size: 25px;
  }
  /* line 250, ../scss/block/_agence.scss */
  .block-agence .agence-content {
    width: 240px;
    margin: 0 auto;
  }
  /* line 253, ../scss/block/_agence.scss */
  .block-agence .agence-content select {
    min-width: 240px;
    height: 60px;
    background: none;
    color: #ffffff;
    font-weight: 600;
  }
  /* line 260, ../scss/block/_agence.scss */
  .block-agence .agence-content .newListSelected {
    min-width: 240px;
    height: 60px;
    background: none;
  }
  /* line 264, ../scss/block/_agence.scss */
  .block-agence .agence-content .newListSelected .selectedTxt {
    height: 60px;
    line-height: 60px;
    border-radius: 5px;
    border-color: #ffffff;
    color: #ffffff;
    font-weight: 600;
  }
  /* line 271, ../scss/block/_agence.scss */
  .block-agence .agence-content .newListSelected .selectedTxt:before {
    top: 25px;
    color: #ffffff;
  }
}
/* line 40, ../scss/block/_product-slider.scss */
.block-new-products {
  padding-bottom: 50px;
  position: relative;
}
/* line 2, ../scss/block/_product-slider.scss */
.block-new-products .head {
  border-bottom: 1px solid #0074bc;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
/* line 6, ../scss/block/_product-slider.scss */
.block-new-products .head:after {
  content: '';
  display: table;
  clear: both;
}
/* line 9, ../scss/block/_product-slider.scss */
.block-new-products .head .head-left {
  float: left;
}
/* line 11, ../scss/block/_product-slider.scss */
.block-new-products .head .head-left:after {
  content: '';
  display: table;
  clear: both;
}
/* line 15, ../scss/block/_product-slider.scss */
.block-new-products .head .head-right {
  float: right;
  padding: 5px 5px 10px 0;
}
/* line 19, ../scss/block/_product-slider.scss */
.block-new-products .head .title {
  color: #0074bc;
  font-weight: 700;
  font-size: 35px;
  line-height: 40px;
  display: inline-block;
  margin-right: 15px;
}
/* line 27, ../scss/block/_product-slider.scss */
.block-new-products .head .text-link {
  display: inline-block;
  color: #0074bc;
  font-size: 16px;
}
/* line 31, ../scss/block/_product-slider.scss */
.block-new-products .head .text-link i {
  margin-right: 5px;
}
/* line 33, ../scss/block/_product-slider.scss */
.block-new-products .head .text-link i:before {
  font-size: 11px;
}
/* line 44, ../scss/block/_product-slider.scss */
.block-new-products .head {
  background-color: #99dd77;
  border-bottom-color: #ffffff;
  padding: 10px 3px 3px 10px;
}
/* line 48, ../scss/block/_product-slider.scss */
.block-new-products .head .title {
  color: #ffffff;
  line-height: 55px;
}
/* line 52, ../scss/block/_product-slider.scss */
.block-new-products .head .text-link {
  color: #ffffff;
}
/* line 56, ../scss/block/_product-slider.scss */
.block-new-products .head .text-link:hover span:after {
  background: #ffffff;
}
/* line 63, ../scss/block/_product-slider.scss */
.block-new-products:after {
  content: '';
  width: 100%;
  height: 9px;
  position: absolute;
  left: 0;
  bottom: 20px;
  background: url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/line-bg-product.png") no-repeat 50% 100%;
}
/* line 73, ../scss/block/_product-slider.scss */
.block-new-products .block-inner:after {
  content: '';
  display: table;
  clear: both;
}
/* line 76, ../scss/block/_product-slider.scss */
.block-new-products .block-inner .ct-product {
  float: left;
  width: 79.6875%;
}
/* line 80, ../scss/block/_product-slider.scss */
.block-new-products .block-inner .banner-product {
  float: right;
  width: 18.75%;
}
/* line 86, ../scss/block/_product-slider.scss */
.block-new-products .button-link.button-banner {
  min-width: 185px;
  border-color: #ffffff;
  color: #ffffff;
}
/* line 90, ../scss/block/_product-slider.scss */
.block-new-products .button-link.button-banner:after {
  background: none;
}
/* line 94, ../scss/block/_product-slider.scss */
.block-new-products .button-link.button-banner span:before {
  color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 103, ../scss/block/_product-slider.scss */
  .block-new-products .block-inner .ct-product {
    float: none;
    width: auto;
  }
  /* line 107, ../scss/block/_product-slider.scss */
  .block-new-products .block-inner .banner-product {
    display: none;
  }
}
/* line 112, ../scss/block/_product-slider.scss */
.block-new-products .slick-arrow {
  border-color: #ffffff;
  outline: none;
}
/* line 115, ../scss/block/_product-slider.scss */
.block-new-products .slick-arrow:before {
  color: #ffffff;
}
/* line 118, ../scss/block/_product-slider.scss */
.block-new-products .slick-arrow:hover {
  background: #ffffff;
}
/* line 120, ../scss/block/_product-slider.scss */
.block-new-products .slick-arrow:hover:before {
  color: #99dd77;
}

/* line 126, ../scss/block/_product-slider.scss */
.block-promo-products {
  padding-bottom: 50px;
  position: relative;
}
/* line 2, ../scss/block/_product-slider.scss */
.block-promo-products .head {
  border-bottom: 1px solid #0074bc;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
/* line 6, ../scss/block/_product-slider.scss */
.block-promo-products .head:after {
  content: '';
  display: table;
  clear: both;
}
/* line 9, ../scss/block/_product-slider.scss */
.block-promo-products .head .head-left {
  float: left;
}
/* line 11, ../scss/block/_product-slider.scss */
.block-promo-products .head .head-left:after {
  content: '';
  display: table;
  clear: both;
}
/* line 15, ../scss/block/_product-slider.scss */
.block-promo-products .head .head-right {
  float: right;
  padding: 5px 5px 10px 0;
}
/* line 19, ../scss/block/_product-slider.scss */
.block-promo-products .head .title {
  color: #0074bc;
  font-weight: 700;
  font-size: 35px;
  line-height: 40px;
  display: inline-block;
  margin-right: 15px;
}
/* line 27, ../scss/block/_product-slider.scss */
.block-promo-products .head .text-link {
  display: inline-block;
  color: #0074bc;
  font-size: 16px;
}
/* line 31, ../scss/block/_product-slider.scss */
.block-promo-products .head .text-link i {
  margin-right: 5px;
}
/* line 33, ../scss/block/_product-slider.scss */
.block-promo-products .head .text-link i:before {
  font-size: 11px;
}
/* line 130, ../scss/block/_product-slider.scss */
.block-promo-products .head {
  background-color: #ff5555;
  border-bottom-color: #ffffff;
  padding: 10px 3px 3px 10px;
}
/* line 134, ../scss/block/_product-slider.scss */
.block-promo-products .head .title {
  line-height: 55px;
  color: #ffffff;
}
/* line 138, ../scss/block/_product-slider.scss */
.block-promo-products .head .text-link {
  color: #ffffff;
}
/* line 142, ../scss/block/_product-slider.scss */
.block-promo-products .head .text-link:hover span:after {
  background: #ffffff;
}
/* line 149, ../scss/block/_product-slider.scss */
.block-promo-products:after {
  content: '';
  width: 100%;
  height: 9px;
  position: absolute;
  left: 0;
  bottom: 20px;
  background: url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/line-bg-product.png") no-repeat 50% 100%;
}
/* line 159, ../scss/block/_product-slider.scss */
.block-promo-products .block-inner:after {
  content: '';
  display: table;
  clear: both;
}
/* line 163, ../scss/block/_product-slider.scss */
.block-promo-products .ct-product {
  float: left;
  width: 59.375%;
}
/* line 167, ../scss/block/_product-slider.scss */
.block-promo-products .banner-product {
  float: right;
  width: 39.0625%;
}
/* line 172, ../scss/block/_product-slider.scss */
.block-promo-products .products-box .item-box {
  background: #cddee8;
}
/* line 175, ../scss/block/_product-slider.scss */
.block-promo-products .products-box .item-price {
  background: #cddee8;
}
/* line 178, ../scss/block/_product-slider.scss */
.block-promo-products .products-box .item-info,
.block-promo-products .products-box .item-top {
  border-color: #cddee8;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 126, ../scss/block/_product-slider.scss */
  .block-promo-products {
    padding-bottom: 0;
  }
  /* line 185, ../scss/block/_product-slider.scss */
  .block-promo-products:after {
    display: none;
  }
  /* line 188, ../scss/block/_product-slider.scss */
  .block-promo-products .head {
    max-width: 1024px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0 auto 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) and (min-width: 768px) and (max-width: 1023px) {
  /* line 188, ../scss/block/_product-slider.scss */
  .block-promo-products .head {
    max-width: 768px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 197, ../scss/block/_product-slider.scss */
  .block-promo-products .ct-product {
    float: none;
    width: auto;
    max-width: 1024px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) and (min-width: 768px) and (max-width: 1023px) {
  /* line 197, ../scss/block/_product-slider.scss */
  .block-promo-products .ct-product {
    max-width: 768px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 209, ../scss/block/_product-slider.scss */
  .block-promo-products .ct-product:after {
    content: '';
    width: 100%;
    height: 9px;
    position: absolute;
    left: 0;
    bottom: 20px;
    background: url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/line-bg-product.png") no-repeat 50% 100%;
  }
  /* line 219, ../scss/block/_product-slider.scss */
  .block-promo-products .banner-product {
    float: none;
    width: auto;
    background: #ffffff;
    padding-top: 20px;
  }
  /* line 224, ../scss/block/_product-slider.scss */
  .block-promo-products .banner-product .box-banner {
    max-width: 1024px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) and (min-width: 768px) and (max-width: 1023px) {
  /* line 224, ../scss/block/_product-slider.scss */
  .block-promo-products .banner-product .box-banner {
    max-width: 768px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 233, ../scss/block/_product-slider.scss */
  .block-promo-products .banner-product .box-banner .inner {
    margin: 0 -10px;
  }
  /* line 234, ../scss/block/_product-slider.scss */
  .block-promo-products .banner-product .box-banner .inner:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 239, ../scss/block/_product-slider.scss */
  .block-promo-products .banner-product .box-banner a {
    display: block;
    float: left;
    width: 50%;
    margin-bottom: 0;
    padding: 0 10px;
  }
  /* line 245, ../scss/block/_product-slider.scss */
  .block-promo-products .banner-product .box-banner a:last-child {
    float: right;
  }
}
/* line 252, ../scss/block/_product-slider.scss */
.block-promo-products .slick-arrow {
  border-color: #ffffff;
  outline: none;
}
/* line 255, ../scss/block/_product-slider.scss */
.block-promo-products .slick-arrow:before {
  color: #ffffff;
}
/* line 258, ../scss/block/_product-slider.scss */
.block-promo-products .slick-arrow:hover {
  background: #ffffff;
}
/* line 260, ../scss/block/_product-slider.scss */
.block-promo-products .slick-arrow:hover:before {
  color: #ff5555;
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 269, ../scss/block/_product-slider.scss */
  .section-promo-product .content-inner {
    max-width: none;
  }
}

/*  Style Product List  */
/* line 279, ../scss/block/_product-slider.scss */
.products-box.products-style-list .item-name {
  padding-top: 5px;
}
/* line 281, ../scss/block/_product-slider.scss */
.products-box.products-style-list .item-name a {
  line-height: 17px;
  height: 50px;
}
/* line 286, ../scss/block/_product-slider.scss */
.products-box.products-style-list .item-box {
  display: table;
  width: 100%;
}
/* line 289, ../scss/block/_product-slider.scss */
.products-box.products-style-list .item-box:after {
  content: '';
  display: table;
  clear: both;
}
/* line 293, ../scss/block/_product-slider.scss */
.products-box.products-style-list .item-top {
  display: table-cell;
  width: 160px;
  vertical-align: top;
  border-width: 2px 1px 2px 2px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  /* line 300, ../scss/block/_product-slider.scss */
  .products-box.products-style-list .item-top img {
    /*max-height: 105px;*/
    /*max-width: 117px;*/
    display: inline-block;
  }
}
/* line 308, ../scss/block/_product-slider.scss */
.products-box.products-style-list .item-wishlist a.link-wishlist {
  width: 30px;
  height: 30px;
}
/* line 311, ../scss/block/_product-slider.scss */
.products-box.products-style-list .item-wishlist a.link-wishlist i:before {
  font-size: 14px;
  line-height: 28px;
}
/* line 317, ../scss/block/_product-slider.scss */
.products-box.products-style-list .item-info {
  display: table-cell;
  width: 340px;
  vertical-align: top;
  border-width: 2px 2px 2px 1px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 317, ../scss/block/_product-slider.scss */
  .products-box.products-style-list .item-info {
    width: auto;
  }
}
/* line 326, ../scss/block/_product-slider.scss */
.products-box.products-style-list .item-link {
  font-size: 20px;
}
/* line 328, ../scss/block/_product-slider.scss */
.products-box.products-style-list .item-link span {
  left: 0;
}
/* line 331, ../scss/block/_product-slider.scss */
.products-box.products-style-list .item-link i {
  font-size: 20px;
  width: 24px;
  height: 24px;
}
/* line 337, ../scss/block/_product-slider.scss */
.products-box.products-style-list .item-info-text {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}
/* line 342, ../scss/block/_product-slider.scss */
.products-box.products-style-list .item-price {
  display: table-cell;
  vertical-align: top;
  width: 110px;
}
/* line 346, ../scss/block/_product-slider.scss */
.products-box.products-style-list .item-price .price-box {
  position: static;
}
/* line 350, ../scss/block/_product-slider.scss */
.products-box.products-style-list .item-status {
  bottom: 0;
  left: auto;
  right: 0;
  text-align: right;
  top: auto;
  width: auto;
}
/* line 357, ../scss/block/_product-slider.scss */
.products-box.products-style-list .item-status .st-new {
  display: none;
}
/* line 361, ../scss/block/_product-slider.scss */
.products-box.products-style-list .item-price {
  padding: 10px;
}
/* line 363, ../scss/block/_product-slider.scss */
.products-box.products-style-list .item-price span.weee {
  display: none;
}
/* line 367, ../scss/block/_product-slider.scss */
.products-box.products-style-list .item-more {
  margin-bottom: 10px;
  min-height: 0;
}
/* line 372, ../scss/block/_product-slider.scss */
.products-box.products-style-list .button .icon-arr-long-right {
  position: static;
  vertical-align: middle;
}
/* line 376, ../scss/block/_product-slider.scss */
.products-box.products-style-list .button .icon-cart-mini {
  vertical-align: middle;
  height: auto;
  width: auto;
  background: none;
  display: inline-block;
}
/* line 382, ../scss/block/_product-slider.scss */
.products-box.products-style-list .button .icon-cart-mini:before {
  font-size: 24px;
  line-height: 40px;
}
/* line 386, ../scss/block/_product-slider.scss */
.products-box.products-style-list .button .icon-cart-mini:after {
  display: none;
}
/* line 390, ../scss/block/_product-slider.scss */
.products-box.products-style-list .button .bt-ico-cart {
  background: #ffffff;
  border-radius: 3px;
  display: block;
  width: 85px;
  height: 40px;
  position: relative;
  padding-left: 0;
}
/* line 398, ../scss/block/_product-slider.scss */
.products-box.products-style-list .button .bt-ico-cart:after {
  content: "";
  position: absolute;
  z-index: 0;
  -webkit-box-shadow: 0px 10px 6px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 6px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 6px -10px rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 25px;
  bottom: 0;
  left: 0;
}
/* line 413, ../scss/block/_product-slider.scss */
.products-box.products-style-list .button.btn-cart:hover .bt-ico-cart {
  background: #0074bc;
}
/* line 416, ../scss/block/_product-slider.scss */
.products-box.products-style-list .button.btn-cart:hover .icon-cart-mini {
  background: none;
}
/* line 420, ../scss/block/_product-slider.scss */
.products-box.products-style-list .button.btn-cart:hover .icon-arr-long-right:before {
  color: #ffffff;
}

/* End Style Product List */
/* line 2, ../scss/block/_product-slider.scss */
.block-flash-sell-products .head {
  border-bottom: 1px solid #0074bc;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
/* line 6, ../scss/block/_product-slider.scss */
.block-flash-sell-products .head:after {
  content: '';
  display: table;
  clear: both;
}
/* line 9, ../scss/block/_product-slider.scss */
.block-flash-sell-products .head .head-left {
  float: left;
}
/* line 11, ../scss/block/_product-slider.scss */
.block-flash-sell-products .head .head-left:after {
  content: '';
  display: table;
  clear: both;
}
/* line 15, ../scss/block/_product-slider.scss */
.block-flash-sell-products .head .head-right {
  float: right;
  padding: 5px 5px 10px 0;
}
/* line 19, ../scss/block/_product-slider.scss */
.block-flash-sell-products .head .title {
  color: #0074bc;
  font-weight: 700;
  font-size: 35px;
  line-height: 40px;
  display: inline-block;
  margin-right: 15px;
}
/* line 27, ../scss/block/_product-slider.scss */
.block-flash-sell-products .head .text-link {
  display: inline-block;
  color: #0074bc;
  font-size: 16px;
}
/* line 31, ../scss/block/_product-slider.scss */
.block-flash-sell-products .head .text-link i {
  margin-right: 5px;
}
/* line 33, ../scss/block/_product-slider.scss */
.block-flash-sell-products .head .text-link i:before {
  font-size: 11px;
}
/* line 435, ../scss/block/_product-slider.scss */
.block-flash-sell-products .head {
  background-color: #fff346;
  border-bottom-color: #ffffff;
  padding: 10px 3px 3px 10px;
}
/* line 439, ../scss/block/_product-slider.scss */
.block-flash-sell-products .head .title {
  display: block;
  color: #333333;
}
/* line 443, ../scss/block/_product-slider.scss */
.block-flash-sell-products .head .text-link {
  color: #333333;
}
/* line 447, ../scss/block/_product-slider.scss */
.block-flash-sell-products .head .text-link:hover span:after {
  background: #333333;
}
/* line 455, ../scss/block/_product-slider.scss */
.block-flash-sell-products .ct-direction a {
  background-color: transparent;
  border-color: #333333;
  outline: none;
}
/* line 459, ../scss/block/_product-slider.scss */
.block-flash-sell-products .ct-direction a:before {
  color: #333333;
}
/* line 462, ../scss/block/_product-slider.scss */
.block-flash-sell-products .ct-direction a:hover {
  background: #333333;
}
/* line 464, ../scss/block/_product-slider.scss */
.block-flash-sell-products .ct-direction a:hover:before {
  color: #fff346;
}

/* line 474, ../scss/block/_product-slider.scss */
.ct-product .slick-list {
  margin-right: -10px;
  margin-left: -10px;
}
/* line 478, ../scss/block/_product-slider.scss */
.ct-product .product-wr-item {
  padding: 0 10px;
}
/* line 481, ../scss/block/_product-slider.scss */
.ct-product.slick-slider {
  margin-bottom: 0;
}

/* line 2, ../scss/block/_product-slider.scss */
.block-best-sell-products .head {
  border-bottom: 1px solid #0074bc;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
/* line 6, ../scss/block/_product-slider.scss */
.block-best-sell-products .head:after {
  content: '';
  display: table;
  clear: both;
}
/* line 9, ../scss/block/_product-slider.scss */
.block-best-sell-products .head .head-left {
  float: left;
}
/* line 11, ../scss/block/_product-slider.scss */
.block-best-sell-products .head .head-left:after {
  content: '';
  display: table;
  clear: both;
}
/* line 15, ../scss/block/_product-slider.scss */
.block-best-sell-products .head .head-right {
  float: right;
  padding: 5px 5px 10px 0;
}
/* line 19, ../scss/block/_product-slider.scss */
.block-best-sell-products .head .title {
  color: #0074bc;
  font-weight: 700;
  font-size: 35px;
  line-height: 40px;
  display: inline-block;
  margin-right: 15px;
}
/* line 27, ../scss/block/_product-slider.scss */
.block-best-sell-products .head .text-link {
  display: inline-block;
  color: #0074bc;
  font-size: 16px;
}
/* line 31, ../scss/block/_product-slider.scss */
.block-best-sell-products .head .text-link i {
  margin-right: 5px;
}
/* line 33, ../scss/block/_product-slider.scss */
.block-best-sell-products .head .text-link i:before {
  font-size: 11px;
}
/* line 489, ../scss/block/_product-slider.scss */
.block-best-sell-products .head {
  background-color: #31bfee;
  border-bottom-color: #ffffff;
  padding: 10px 3px 3px 10px;
}
/* line 493, ../scss/block/_product-slider.scss */
.block-best-sell-products .head .title {
  display: block;
  color: #ffffff;
}
/* line 497, ../scss/block/_product-slider.scss */
.block-best-sell-products .head .text-link {
  color: #ffffff;
}
/* line 501, ../scss/block/_product-slider.scss */
.block-best-sell-products .head .text-link:hover span:after {
  background: #ffffff;
}
/* line 509, ../scss/block/_product-slider.scss */
.block-best-sell-products .ct-direction a {
  background-color: transparent;
  border-color: #ffffff;
  outline: none;
}
/* line 513, ../scss/block/_product-slider.scss */
.block-best-sell-products .ct-direction a:before {
  color: #ffffff;
}
/* line 516, ../scss/block/_product-slider.scss */
.block-best-sell-products .ct-direction a:hover {
  background: #ffffff;
}
/* line 518, ../scss/block/_product-slider.scss */
.block-best-sell-products .ct-direction a:hover:before {
  color: #31bfee;
}

/* line 529, ../scss/block/_product-slider.scss */
.banner-product .box-banner {
  position: relative;
}
/* line 531, ../scss/block/_product-slider.scss */
.banner-product .box-banner .info {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 105px;
  text-align: center;
}
/* line 537, ../scss/block/_product-slider.scss */
.banner-product .box-banner .info .text {
  font-size: 40px;
  line-height: 45px;
  display: block;
  color: #ffffff;
}
/* line 542, ../scss/block/_product-slider.scss */
.banner-product .box-banner .info .text strong {
  font-style: 700;
}
/* line 548, ../scss/block/_product-slider.scss */
.banner-product .box-banner a {
  display: block;
  margin-bottom: 45px;
  position: relative;
}
/* line 552, ../scss/block/_product-slider.scss */
.banner-product .box-banner a:last-child {
  margin-bottom: 0;
}
/* line 556, ../scss/block/_product-slider.scss */
.banner-product .box-banner a:hover:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: absolute;
  opacity: 0.3;
  left: 0;
  top: 0;
}

/* line 571, ../scss/block/_product-slider.scss */
.section-promo-product {
  padding-top: 30px;
  background: #eef2f5 url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/show-promo-product.png") repeat-x 50% 5px;
}

/* line 1, ../scss/block/_brands.scss */
.block-brands-slider {
  margin-bottom: 50px;
}
/* line 2, ../scss/block/_product-slider.scss */
.block-brands-slider .head {
  border-bottom: 1px solid #0074bc;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
/* line 6, ../scss/block/_product-slider.scss */
.block-brands-slider .head:after {
  content: '';
  display: table;
  clear: both;
}
/* line 9, ../scss/block/_product-slider.scss */
.block-brands-slider .head .head-left {
  float: left;
}
/* line 11, ../scss/block/_product-slider.scss */
.block-brands-slider .head .head-left:after {
  content: '';
  display: table;
  clear: both;
}
/* line 15, ../scss/block/_product-slider.scss */
.block-brands-slider .head .head-right {
  float: right;
  padding: 5px 5px 10px 0;
}
/* line 19, ../scss/block/_product-slider.scss */
.block-brands-slider .head .title {
  color: #0074bc;
  font-weight: 700;
  font-size: 35px;
  line-height: 40px;
  display: inline-block;
  margin-right: 15px;
}
/* line 27, ../scss/block/_product-slider.scss */
.block-brands-slider .head .text-link {
  display: inline-block;
  color: #0074bc;
  font-size: 16px;
}
/* line 31, ../scss/block/_product-slider.scss */
.block-brands-slider .head .text-link i {
  margin-right: 5px;
}
/* line 33, ../scss/block/_product-slider.scss */
.block-brands-slider .head .text-link i:before {
  font-size: 11px;
}
/* line 4, ../scss/block/_brands.scss */
.block-brands-slider .head {
  margin-bottom: 45px;
  padding-bottom: 15px;
}
/* line 8, ../scss/block/_brands.scss */
.block-brands-slider .option-brands {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  top: 15px;
}
/* line 14, ../scss/block/_brands.scss */
.block-brands-slider .slick-list {
  margin-left: -10px;
  margin-right: -10px;
}
/* line 18, ../scss/block/_brands.scss */
.block-brands-slider .brands-wr-item {
  padding: 0 10px;
}
/* line 20, ../scss/block/_brands.scss */
.block-brands-slider .brands-wr-item img {
  height: 130px;
  display: inline-block;
}
/* line 24, ../scss/block/_brands.scss */
.block-brands-slider .brands-wr-item .brands-item {
  position: relative;
  text-align: center;
  padding: 10px;
}
/* line 28, ../scss/block/_brands.scss */
.block-brands-slider .brands-wr-item .brands-item:after {
  content: '';
  height: 13px;
  width: 1px;
  background: #7ea2b8;
  position: absolute;
  top: 7px;
  left: 0;
}
/* line 37, ../scss/block/_brands.scss */
.block-brands-slider .brands-wr-item .brands-item:before {
  content: '';
  width: 13px;
  height: 1px;
  background: #7ea2b8;
  position: absolute;
  top: 0;
  left: 5px;
  z-index: 1;
  opacity: 0.99;
}
/* line 48, ../scss/block/_brands.scss */
.block-brands-slider .brands-wr-item .brands-item a {
  display: block;
}
/* line 50, ../scss/block/_brands.scss */
.block-brands-slider .brands-wr-item .brands-item a:after {
  content: '';
  height: 13px;
  width: 1px;
  background: #7ea2b8;
  position: absolute;
  top: 7px;
  right: 0;
  opacity: 0.99;
}
/* line 60, ../scss/block/_brands.scss */
.block-brands-slider .brands-wr-item .brands-item a:before {
  content: '';
  width: 13px;
  height: 1px;
  background: #7ea2b8;
  position: absolute;
  top: 0;
  right: 5px;
  z-index: 1;
  opacity: 0.99;
}
/* line 71, ../scss/block/_brands.scss */
.block-brands-slider .brands-wr-item .brands-item a span {
  display: block;
}
/* line 73, ../scss/block/_brands.scss */
.block-brands-slider .brands-wr-item .brands-item a span:after {
  content: '';
  height: 13px;
  width: 1px;
  background: #7ea2b8;
  position: absolute;
  bottom: 7px;
  right: 0;
  opacity: 0.99;
}
/* line 83, ../scss/block/_brands.scss */
.block-brands-slider .brands-wr-item .brands-item a span:before {
  content: '';
  width: 13px;
  height: 1px;
  background: red;
  background: #7ea2b8;
  bottom: 0;
  right: 5px;
  z-index: 1;
  opacity: 0.99;
  position: absolute;
}
/* line 95, ../scss/block/_brands.scss */
.block-brands-slider .brands-wr-item .brands-item a span > span {
  display: block;
}
/* line 97, ../scss/block/_brands.scss */
.block-brands-slider .brands-wr-item .brands-item a span > span:after {
  content: '';
  height: 13px;
  width: 1px;
  background: red;
  background: #7ea2b8;
  bottom: 7px;
  left: 0;
  opacity: 0.99;
}
/* line 107, ../scss/block/_brands.scss */
.block-brands-slider .brands-wr-item .brands-item a span > span:before {
  content: '';
  width: 13px;
  height: 1px;
  background: #7ea2b8;
  position: absolute;
  bottom: 0;
  left: 5px;
  z-index: 1;
  opacity: 0.99;
}
/* line 123, ../scss/block/_brands.scss */
.block-brands-slider .brands-wr-item .brands-item:hover:after, .block-brands-slider .brands-wr-item .brands-item:hover:before,
.block-brands-slider .brands-wr-item .brands-item:hover a:after,
.block-brands-slider .brands-wr-item .brands-item:hover a:before,
.block-brands-slider .brands-wr-item .brands-item:hover a span:after,
.block-brands-slider .brands-wr-item .brands-item:hover a span:before,
.block-brands-slider .brands-wr-item .brands-item:hover a span > span:after,
.block-brands-slider .brands-wr-item .brands-item:hover a span > span:before {
  background: #0074bc;
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 141, ../scss/block/_brands.scss */
  .block-brands-slider .head {
    position: relative;
    padding-bottom: 45px;
  }
  /* line 144, ../scss/block/_brands.scss */
  .block-brands-slider .head .text-link {
    position: absolute;
    left: 0;
    bottom: 25px;
  }
  /* line 149, ../scss/block/_brands.scss */
  .block-brands-slider .head .head-right {
    margin-top: 15px;
  }
  /* line 154, ../scss/block/_brands.scss */
  .block-brands-slider .brands-wr-item img {
    height: 110px;
  }
  /* line 157, ../scss/block/_brands.scss */
  .block-brands-slider .brands-wr-item .brands-item {
    height: 130px;
  }
}
/* line 1, ../scss/block/_express-order.scss */
.block-express-order {
  position: fixed;
  top: 430px;
  right: 0;
  background: #0074bc;
  color: #ffffff;
  z-index: 99;
  width: 160px;
  height: 145px;
  padding: 5px;
  text-align: center;
}
/* line 12, ../scss/block/_express-order.scss */
.block-express-order:before {
  background: url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/sd-top-left.png") no-repeat;
  width: 73px;
  height: 74px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
/* line 21, ../scss/block/_express-order.scss */
.block-express-order:after {
  background: url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/sd-top-right2.png") no-repeat;
  width: 73px;
  height: 74px;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
}
/* line 31, ../scss/block/_express-order.scss */
.block-express-order .inner:before {
  background: url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/sd-bottom-left.png") no-repeat;
  width: 73px;
  height: 74px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
/* line 40, ../scss/block/_express-order.scss */
.block-express-order .inner:after {
  background: url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/sd-bottom-right.png") no-repeat;
  width: 73px;
  height: 74px;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
}
/* line 50, ../scss/block/_express-order.scss */
.block-express-order .bt-close {
  display: none;
}
/* line 53, ../scss/block/_express-order.scss */
.block-express-order .head {
  text-align: center;
  position: relative;
  padding: 20px;
  cursor: pointer;
}
/* line 58, ../scss/block/_express-order.scss */
.block-express-order .head:after {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
/* line 66, ../scss/block/_express-order.scss */
.block-express-order .head span.title {
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  line-height: 22px;
  margin-bottom: 10px;
}
/* line 74, ../scss/block/_express-order.scss */
.block-express-order .head span.title span {
  display: block;
}
/* line 78, ../scss/block/_express-order.scss */
.block-express-order .head .ico-express {
  display: inline-block;
  width: 65px;
  height: 42px;
  background: url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/ico-ex.png") no-repeat 50% 50%;
}
/* line 86, ../scss/block/_express-order.scss */
.block-express-order .ct-express {
  display: none;
  margin-top: 10px;
  padding: 0 20px 20px 20px;
}
/* line 91, ../scss/block/_express-order.scss */
.block-express-order .bt-show-hide {
  width: 32px;
  height: 32px;
  border-radius: 5px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: -10px;
  text-align: center;
  border-left: 10px solid #0074bc;
  cursor: pointer;
}
/* line 103, ../scss/block/_express-order.scss */
.block-express-order .bt-show-hide:before {
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e905";
  font-size: 11px;
  color: #fff346;
  line-height: 32px;
}
/* line 118, ../scss/block/_express-order.scss */
.block-express-order .input-text {
  border: 1px solid #ffffff;
  border-radius: 3px;
  height: 45px;
  background: none;
  color: #ffffff;
  font-size: 16px;
  min-width: 200px;
  margin-bottom: 10px;
  opacity: 0.6;
}
/* line 128, ../scss/block/_express-order.scss */
.block-express-order .input-text:hover {
  opacity: 1;
}
/* line 132, ../scss/block/_express-order.scss */
.block-express-order .button {
  background: #ffffff;
  color: #0074bc;
  min-width: 200px;
}
/* line 136, ../scss/block/_express-order.scss */
.block-express-order .button:hover {
  background: #3b515e;
  color: #ffffff;
}
/* line 141, ../scss/block/_express-order.scss */
.block-express-order.open {
  width: 245px;
  height: auto;
}
/* line 144, ../scss/block/_express-order.scss */
.block-express-order.open .bt-show-hide {
  top: 55px;
  margin: 0;
}
/* line 147, ../scss/block/_express-order.scss */
.block-express-order.open .bt-show-hide:before {
  content: "\e906";
}
/* line 151, ../scss/block/_express-order.scss */
.block-express-order.open .ct-express {
  display: block;
}

/* line 157, ../scss/block/_express-order.scss */
.expres-order-reponsive {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 162, ../scss/block/_express-order.scss */
  .expres-order-reponsive {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 5px;
    right: 155px;
    border-radius: 5px;
    background: #ffffff url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/ico-express-oder-mobile.png") no-repeat 50% 50%;
    		/* &.active {
    			&:after {
                        content: "";
                        position: fixed;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        top: 0;
                        background: $c-light-slate-gray;
                        opacity: 0.35;
                        z-index: 98;
                    }
    		} */
  }

  /* 	.block-express-order {
  		width: 245px;
  		height: auto;
  		top: 65px;
  		left: 50%;
  		margin-left: -122px;
  		display: none;
  		.ct-express {
  			display: block;
  		}
  		.bt-show-hide {
  			display: none;
  		}
  		&.show {
  			display: block;
  		}
  		.bt-close {
  			display: none;
  		}
  	} */
}
@media only screen and (max-width: 1279px) {
  /* line 209, ../scss/block/_express-order.scss */
  .block-express-order {
    background: #0074bc;
    display: none;
    width: auto;
    height: auto;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
@media only screen and (max-width: 1279px) and (max-width: 767px) {
  /* line 209, ../scss/block/_express-order.scss */
  .block-express-order {
    background: url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/bg-mb-express.png") repeat 50% 50%;
  }
}
@media only screen and (max-width: 1279px) {
  /* line 215, ../scss/block/_express-order.scss */
  .block-express-order:after, .block-express-order:before {
    display: none;
  }
  /* line 226, ../scss/block/_express-order.scss */
  .block-express-order.open {
    height: auto;
    width: auto;
    display: block;
    z-index: 9999;
    display: block;
  }
  /* line 232, ../scss/block/_express-order.scss */
  .block-express-order.open .bt-close {
    position: absolute;
    right: 30px;
    top: 30px;
  }
  /* line 237, ../scss/block/_express-order.scss */
  .block-express-order.open .bt-close i:before {
    font-size: 15px;
  }
  /* line 243, ../scss/block/_express-order.scss */
  .block-express-order .inner {
    padding-top: 60px;
  }
  /* line 244, ../scss/block/_express-order.scss */
  .block-express-order .inner:after, .block-express-order .inner:before {
    display: none;
  }
  /* line 250, ../scss/block/_express-order.scss */
  .block-express-order .ct-express {
    display: block;
  }
  /* line 253, ../scss/block/_express-order.scss */
  .block-express-order .bt-show-hide {
    display: none;
  }
  /* line 256, ../scss/block/_express-order.scss */
  .block-express-order .bt-close {
    display: block;
  }
  /* line 259, ../scss/block/_express-order.scss */
  .block-express-order .head {
    padding: 60px 0 0;
    margin-bottom: 30px;
  }
  /* line 262, ../scss/block/_express-order.scss */
  .block-express-order .head span.title {
    text-transform: none;
    font-size: 25px;
    font-weight: 600;
  }
  /* line 266, ../scss/block/_express-order.scss */
  .block-express-order .head span.title span {
    display: inline;
  }
  /* line 270, ../scss/block/_express-order.scss */
  .block-express-order .head .ico-express {
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: 0;
  }
  /* line 275, ../scss/block/_express-order.scss */
  .block-express-order .head .ico-express:before {
    font-size: 40px;
  }
  /* line 280, ../scss/block/_express-order.scss */
  .block-express-order .ct-express {
    width: 240px;
    margin: 0 auto;
    padding: 0;
  }
  /* line 284, ../scss/block/_express-order.scss */
  .block-express-order .ct-express .input-text {
    height: 60px;
  }
  /* line 287, ../scss/block/_express-order.scss */
  .block-express-order .ct-express .button {
    width: 100%;
  }
}
/* line 2, ../scss/block/_home-mobile.scss */
.section-home-mobile {
  display: none;
}

@media only screen and (max-width: 767px) {
  /* line 7, ../scss/block/_home-mobile.scss */
  .stm-hide-mobile-logged {
    display: none;
  }

  /* line 10, ../scss/block/_home-mobile.scss */
  .section-home-mobile {
    display: block;
    padding-top: 20px;
  }

  /* line 14, ../scss/block/_home-mobile.scss */
  .cms-index-index .wrapper {
    background: url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/bg-home-mobile.jpg") repeat 50% 50%;
  }

  /* line 17, ../scss/block/_home-mobile.scss */
  #cookie-law {
    /*position: fixed;*/
    /*left: 0;*/
    /*top: 0;*/
    /*width: 100%;*/
    /*z-index: 9999;*/
    /*font-size: 0.9em;*/
    /*background-color: white;*/
  }
  /* line 25, ../scss/block/_home-mobile.scss */
  #cookie-law p {
    padding: 3px;
  }
  /* line 28, ../scss/block/_home-mobile.scss */
  #cookie-law .mobile {
    display: block;
  }
  /* line 31, ../scss/block/_home-mobile.scss */
  #cookie-law a.mobile {
    float: right;
    width: 2em;
    height: 2em;
    line-height: 1.8em;
    font-size: 2em;
    text-align: center;
  }
  /* line 39, ../scss/block/_home-mobile.scss */
  #cookie-law .desktop {
    display: none;
  }
}
/* line 46, ../scss/block/_home-mobile.scss */
.section-button ul li {
  margin-bottom: 10px;
  text-align: center;
}
/* line 49, ../scss/block/_home-mobile.scss */
.section-button ul li a {
  border: 1px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  width: 240px;
  padding: 10px 15px 5px;
  text-transform: uppercase;
  border-radius: 5px;
  position: relative;
}
/* line 60, ../scss/block/_home-mobile.scss */
.section-button ul li a.bt-search {
  background: #ffffff;
  color: #0074bc;
}
/* line 63, ../scss/block/_home-mobile.scss */
.section-button ul li a.bt-search:before {
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e901";
  position: absolute;
  left: 10px;
  top: 12px;
  font-size: 16px;
}
/* line 79, ../scss/block/_home-mobile.scss */
.section-button ul li a.bt-catalogue:before {
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e919";
  position: absolute;
  left: 10px;
  top: 12px;
  font-size: 16px;
}
/* line 94, ../scss/block/_home-mobile.scss */
.section-button ul li a.bt-express {
  padding-left: 45px;
}
/* line 96, ../scss/block/_home-mobile.scss */
.section-button ul li a.bt-express:before {
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e923";
  position: absolute;
  left: 8px;
  top: 8px;
  font-size: 24px;
}
/* line 112, ../scss/block/_home-mobile.scss */
padding-left
.section-button ul li a.favoris:before {
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e91a";
  position: absolute;
  left: 10px;
  top: 12px;
  font-size: 12px;
  color: #fff344;
}

/* line 134, ../scss/block/_home-mobile.scss */
.section-vos-favoris {
  margin-top: 30px;
}
/* line 136, ../scss/block/_home-mobile.scss */
.section-vos-favoris .head {
  width: 240px;
  margin: 0 auto;
  font-size: 16px;
  color: #fff344;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #fff344;
  line-height: 20px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  position: relative;
}
/* line 148, ../scss/block/_home-mobile.scss */
.section-vos-favoris .head:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #fff344;
  border-bottom: none;
  left: 13px;
  bottom: -7px;
}

/* ================================================= *
 * General Product List Styles (not module-specific)
 * ================================================= */
/* -------------------------------------------- *
 * Product List General
 */
/* line 34, ../scss/module/_product-list.scss */
.category-title h1,
body.catalogsearch-result-index .page-title h1 {
  border-bottom: none;
}

/* line 39, ../scss/module/_product-list.scss */
.category-image {
  margin-bottom: 1.5em;
}

/* line 44, ../scss/module/_product-list.scss */
.products-list .action .button,
.products-grid .actions .button {
  white-space: normal;
}

/* -------------------------------------------- *
 * Product Name
 */
/* line 53, ../scss/module/_product-list.scss */
h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
  margin: 0;
  margin-bottom: 0.5em;
  color: #0074bc;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.4;
}
/* line 64, ../scss/module/_product-list.scss */
h2.product-name a,
h3.product-name a,
h4.product-name a,
h5.product-name a,
p.product-name a {
  color: #636363;
}
/* line 66, ../scss/module/_product-list.scss */
h2.product-name a:hover,
h3.product-name a:hover,
h4.product-name a:hover,
h5.product-name a:hover,
p.product-name a:hover {
  color: #0074bc;
  text-decoration: none;
}

/* line 73, ../scss/module/_product-list.scss */
.products-grid .product-name,
.products-list .product-name {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 14px;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif Arial, sans-serif;
}
/* line 80, ../scss/module/_product-list.scss */
.products-grid .product-name a,
.products-list .product-name a {
  font-weight: 500;
}

/* ============================================ *
 * Product Grid BOX CUSTOM
 * ============================================ */
/* line 90, ../scss/module/_product-list.scss */
.products-box .item-box {
  background: #eef2f5;
  -webkit-transition: 0.5s;
  /* Safari */
  transition: 0.5s;
}
/* line 95, ../scss/module/_product-list.scss */
.products-box .item-top {
  position: relative;
  border: 2px solid #eef2f5;
  border-radius: 5px;
  padding: 4px;
  border-bottom-width: 0;
  background: #ffffff;
  -webkit-transition: 0.5s;
  /* Safari */
  transition: 0.5s;
}
/* line 104, ../scss/module/_product-list.scss */
.products-box .item-top:after {
  content: '';
  display: table;
  clear: both;
}
/* line 107, ../scss/module/_product-list.scss */
.products-box .item-top img {
  margin: 0 auto;
  height: auto;
}
/* line 112, ../scss/module/_product-list.scss */
.products-box .item-wishlist {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
/* line 117, ../scss/module/_product-list.scss */
.products-box .item-wishlist a.link-wishlist {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  text-align: center;
  background: #ffffff;
}
/* line 124, ../scss/module/_product-list.scss */
.products-box .item-wishlist a.link-wishlist i:before {
  font-size: 18px;
  color: #b9b9ba;
  line-height: 38px;
}
/* line 129, ../scss/module/_product-list.scss */
.products-box .item-wishlist a.link-wishlist.active {
  background: #fff346;
}
/* line 131, ../scss/module/_product-list.scss */
.products-box .item-wishlist a.link-wishlist.active i:before {
  color: #bdb33b;
}
/* line 138, ../scss/module/_product-list.scss */
.products-box .item-status {
  bottom: -20px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
}
/* line 147, ../scss/module/_product-list.scss */
.products-box .item-status div.st-new span {
  display: inline-block;
}
/* line 152, ../scss/module/_product-list.scss */
.products-box .item-status div.st-percent span.st-percent-value {
  width: 60px;
  display: inline-block;
  text-align: center;
  height: 45px;
  position: relative;
}
/* line 158, ../scss/module/_product-list.scss */
.products-box .item-status div.st-percent span.st-percent-value span {
  color: #3b515e;
  font-weight: 600;
  font-size: 15px;
  line-height: 55px;
  position: relative;
}
/* line 165, ../scss/module/_product-list.scss */
.products-box .item-status div.st-percent span.st-percent-value i {
  color: #fff04d;
}
/* line 167, ../scss/module/_product-list.scss */
.products-box .item-status div.st-percent span.st-percent-value i:before {
  font-size: 45px;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 178, ../scss/module/_product-list.scss */
.products-box .item-info {
  position: relative;
  border: 2px solid #eef2f5;
  border-radius: 5px;
  border-top-width: 0;
  background: #ffffff;
  -webkit-transition: 0.5s;
  /* Safari */
  transition: 0.5s;
  margin-bottom: 10px;
}
/* line 188, ../scss/module/_product-list.scss */
.products-box .item-link {
  -webkit-transition: opacity 0.5s;
  /* Safari */
  transition: opacity 0.5s;
  color: #0074bc;
  font-size: 25px;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
/* line 200, ../scss/module/_product-list.scss */
.products-box .item-link:after {
  content: "";
  height: 100%;
  width: 100%;
  background: #bad9eb;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
/* line 211, ../scss/module/_product-list.scss */
.products-box .item-link i {
  font-style: normal;
  font-size: 25px;
  font-weight: 700;
  color: #ffffff;
  background: #0074bc;
  display: inline-block;
  width: 29px;
  height: 29px;
  border-radius: 3px;
  text-align: center;
}
/* line 223, ../scss/module/_product-list.scss */
.products-box .item-link span {
  position: absolute;
  z-index: 99;
  text-align: center;
  width: 100%;
  top: 50%;
  margin-top: -15px;
  display: none;
}
/* line 234, ../scss/module/_product-list.scss */
.products-box .item-info-text:after {
  content: '';
  display: table;
  clear: both;
}
/* line 238, ../scss/module/_product-list.scss */
.products-box .item-name {
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 20px;
  text-transform: none;
}
/* line 244, ../scss/module/_product-list.scss */
.products-box .item-name a {
  font-weight: normal;
  font-size: 16px;
  color: #0074bc;
  line-height: 20px;
  display: block;
  overflow: hidden;
  height: 60px;
}
/* line 254, ../scss/module/_product-list.scss */
.products-box .item-brand {
  color: #7ea2b8;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 18px;
  overflow: hidden;
  white-space: nowrap;
}
/* line 262, ../scss/module/_product-list.scss */
.products-box .item-brand a {
  color: #7ea2b8;
}
/* line 266, ../scss/module/_product-list.scss */
.products-box .item-sku {
  color: #7ea2b8;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 18px;
  max-height: 18px;
  min-height: 18px;
  overflow: hidden;
}
/* line 276, ../scss/module/_product-list.scss */
.products-box .item-sku.item-group {
  visibility: hidden;
}
/* line 280, ../scss/module/_product-list.scss */
.products-box .item-ship .icon-car-ship {
  position: absolute;
  right: 15px;
  top: 0;
}
/* line 284, ../scss/module/_product-list.scss */
.products-box .item-ship .icon-car-ship:before {
  font-size: 32px;
  color: #3ec744;
  display: none;
}
/* line 291, ../scss/module/_product-list.scss */
.products-box .item-more {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  margin-bottom: 10px;
  min-height: 40px;
}
/* line 298, ../scss/module/_product-list.scss */
.products-box .item-price {
  background: #eef2f5;
  padding: 8px 15px;
  -webkit-transition: 0.5s;
  /* Safari */
  transition: 0.5s;
  position: relative;
}
/* line 304, ../scss/module/_product-list.scss */
.products-box .item-price:after {
  content: '';
  display: table;
  clear: both;
}
/* line 307, ../scss/module/_product-list.scss */
.products-box .item-price .price-box {
  min-height: 50px;
  /*position: absolute;*/
  /*bottom: 5px;*/
  /*left: 15px;*/
  /*
  .old-price{
      display:none;
  }
  */
}
/* line 317, ../scss/module/_product-list.scss */
.products-box .item-price .price-box .weee {
  display: none;
}
/* line 320, ../scss/module/_product-list.scss */
.products-box .item-price .price-box .label {
  color: #3b515e;
  font-weight: 700;
}
/* line 327, ../scss/module/_product-list.scss */
.products-box .item-price .not-pro .price-excluding-tax {
  display: none;
}
/* line 332, ../scss/module/_product-list.scss */
.products-box .item-price .is-pro .price-including-tax {
  display: none;
}
/* line 336, ../scss/module/_product-list.scss */
.products-box .item-price .actions {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 55px;
}
/* line 343, ../scss/module/_product-list.scss */
.products-box .item-price .price-loading {
  position: absolute;
  top: 13px;
}
/* line 348, ../scss/module/_product-list.scss */
.products-box.products-style-list .item-price .actions {
  position: static;
  height: 40px;
}
/* line 352, ../scss/module/_product-list.scss */
.products-box.box-collateral .item-price {
  min-height: 70px;
}
/* line 355, ../scss/module/_product-list.scss */
.products-box .button-configure {
  background: #ffffff;
  border: 0;
  color: #0074bc;
  font-size: 16px;
  font-weight: 600;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif Arial, sans-serif;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  height: 46px;
  border-radius: 5px;
  min-width: 143px;
  padding-top: 8px;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 4px;
  margin-bottom: 4px;
}
/* line 375, ../scss/module/_product-list.scss */
.products-box .button-configure:hover {
  background: #0074bc;
  color: #ffffff;
  cursor: pointer;
}
/* line 380, ../scss/module/_product-list.scss */
.products-box .button-configure:active {
  background: #0074bc;
  color: #ffffff;
}
/* line 384, ../scss/module/_product-list.scss */
.products-box .button-configure:focus {
  background: #0074bc;
  color: #ffffff;
  outline: none;
}
/* line 390, ../scss/module/_product-list.scss */
.products-box .button {
  border: none;
}
/* line 392, ../scss/module/_product-list.scss */
.products-box .button.btn-cart {
  min-width: 0;
  background: none;
  height: auto;
  border-radius: 0;
  color: #0074bc;
  padding: 0;
  border: none;
}
/* line 400, ../scss/module/_product-list.scss */
.products-box .button.btn-cart:after {
  content: '';
  display: table;
  clear: both;
}
/* line 404, ../scss/module/_product-list.scss */
.products-box .button.btn-contact-us {
  background: #ffffff;
  border-radius: 3px;
  display: block;
  width: 55px;
  height: 55px;
  position: relative;
}
/* line 412, ../scss/module/_product-list.scss */
.products-box .button .icon-arr-long-right {
  position: absolute;
  left: 0;
  top: 18px;
}
/* line 413, ../scss/module/_product-list.scss */
.products-box .button .icon-arr-long-right:before {
  color: #0074bc;
  font-size: 11px;
}
/* line 421, ../scss/module/_product-list.scss */
.products-box .button .bt-ico-cart {
  position: relative;
  padding-left: 25px;
  display: block;
}
/* line 426, ../scss/module/_product-list.scss */
.products-box .button .icon-cart-mini {
  background: #ffffff;
  border-radius: 3px;
  display: block;
  width: 55px;
  height: 55px;
  position: relative;
}
/* line 433, ../scss/module/_product-list.scss */
.products-box .button .icon-cart-mini:before {
  color: #0074bc;
  font-size: 27px;
  line-height: 55px;
}
/* line 438, ../scss/module/_product-list.scss */
.products-box .button .icon-cart-mini:after {
  content: "";
  position: absolute;
  z-index: 0;
  -webkit-box-shadow: 0px 10px 6px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 6px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 6px -10px rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 25px;
  bottom: 0;
  left: 0;
}
/* line 453, ../scss/module/_product-list.scss */
.products-box .button.btn-cart:hover .icon-cart-mini {
  background: #0074bc;
}
/* line 455, ../scss/module/_product-list.scss */
.products-box .button.btn-cart:hover .icon-cart-mini:before {
  color: #ffffff;
}
/* line 462, ../scss/module/_product-list.scss */
.products-box .item-box {
  border-radius: 4px;
}
/* line 464, ../scss/module/_product-list.scss */
.products-box .item-box.hover, .products-box .item-box:hover {
  background: #bad9eb;
}
/* line 467, ../scss/module/_product-list.scss */
.products-box .item-box.hover .item-price, .products-box .item-box:hover .item-price {
  background: #bad9eb;
}
/* line 470, ../scss/module/_product-list.scss */
.products-box .item-box.hover .item-link, .products-box .item-box:hover .item-link {
  opacity: 1;
}
/* line 473, ../scss/module/_product-list.scss */
.products-box .item-box.hover .item-top,
.products-box .item-box.hover .item-info, .products-box .item-box:hover .item-top,
.products-box .item-box:hover .item-info {
  border-color: #bad9eb;
}
@media only screen and (max-width: 479px) {
  /* line 481, ../scss/module/_product-list.scss */
  .products-box .item-link {
    font-size: 15px;
  }
  /* line 483, ../scss/module/_product-list.scss */
  .products-box .item-link span {
    margin-top: -12px;
  }
  /* line 486, ../scss/module/_product-list.scss */
  .products-box .item-link i {
    font-size: 18px;
    height: 20px;
    width: 20px;
  }
}

/* ============================================ *
 * Product Grid
 * ============================================ */
/* line 503, ../scss/module/_product-list.scss */
.products-grid {
  position: relative;
}

/* line 507, ../scss/module/_product-list.scss */
.products-grid:after {
  content: '';
  display: table;
  clear: both;
}

/* line 511, ../scss/module/_product-list.scss */
.products-grid > li {
  position: relative;
  margin-bottom: 20px;
  text-align: left;
}
/* line 516, ../scss/module/_product-list.scss */
.products-grid > li:after {
  content: '';
  display: table;
  clear: both;
}

/* line 521, ../scss/module/_product-list.scss */
.products-grid .product-image {
  width: 100%;
  margin-bottom: 15px;
}

/* line 526, ../scss/module/_product-list.scss */
.products-grid .product-image img {
  width: 100%;
  height: auto;
}
/* line 530, ../scss/module/_product-list.scss */
.products-grid .product-image img:hidden {
  display: none;
}

/* line 536, ../scss/module/_product-list.scss */
.widget-new-products .products-grid .product-image {
  width: 75%;
  margin-bottom: 15px;
  margin-left: 10%;
}

/* $productsGridActionHeight: 85px;

.products-grid .product-info {
    position: relative;
    padding-bottom: $productsGridActionHeight + 10px;
}

.products-grid .actions {
    padding-top: $box-spacing;
    position: absolute;
    bottom: 0px;
    min-height: $productsGridActionHeight;
    width: 100%;
}

.products-grid .ratings .rating-box {
    margin: 0 auto;
}

.products-grid .ratings .amount {
    display: none;
}

.products-grid .price-box {
    color: $c-text-gray;
    font-size: $f-size-s;
    margin: 0 0 5px;
}

.products-grid .add-to-links {
    margin-bottom: 0;
} */
/* Config: Two columns + flexible gutter */
/* line 584, ../scss/module/_product-list.scss */
.products-grid > li {
  float: left;
  width: 47.72727%;
  margin-right: 4.54545%;
}

/* line 590, ../scss/module/_product-list.scss */
.products-grid > li:nth-child(odd) {
  clear: left;
}

/* line 594, ../scss/module/_product-list.scss */
.products-grid > li:nth-child(even) {
  margin-right: 0;
}

/* line 598, ../scss/module/_product-list.scss */
.products-grid .product-image {
  margin-bottom: 5px;
}
/* line 27, ../scss/mixin/_loading-overlay.scss */
.products-grid .product-image:before, .products-grid .product-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
/* line 38, ../scss/mixin/_loading-overlay.scss */
.products-grid .product-image:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
/* line 44, ../scss/mixin/_loading-overlay.scss */
.products-grid .product-image:after {
  background-image: url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
/* line 51, ../scss/mixin/_loading-overlay.scss */
.products-grid .product-image.loading {
  position: relative;
}
/* line 54, ../scss/mixin/_loading-overlay.scss */
.products-grid .product-image.loading:before, .products-grid .product-image.loading:after {
  display: block;
}

@media only screen and (min-width: 480px) {
  /* Config: Three columns + flexible gutter */
  /* line 616, ../scss/module/_product-list.scss */
  .products-grid {
    /* Undo two-column config */
    /* Set three-column config */
  }
  /* line 618, ../scss/module/_product-list.scss */
  .products-grid > li:nth-child(odd) {
    clear: none;
  }
  /* line 621, ../scss/module/_product-list.scss */
  .products-grid > li:nth-child(even) {
    margin-right: 3.7037%;
  }
  /* line 626, ../scss/module/_product-list.scss */
  .products-grid > li {
    width: 30.8642%;
    margin-right: 3.7037%;
  }
  /* line 630, ../scss/module/_product-list.scss */
  .products-grid > li:nth-child(3n+1) {
    clear: left;
  }
  /* line 633, ../scss/module/_product-list.scss */
  .products-grid > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  /* line 653, ../scss/module/_product-list.scss */
  .products-grid--max-4-col > li:nth-child(odd) {
    clear: none;
  }

  /* line 656, ../scss/module/_product-list.scss */
  .products-grid--max-4-col > li:nth-child(3n+1) {
    clear: none;
  }

  /* line 659, ../scss/module/_product-list.scss */
  .products-grid--max-4-col > li:nth-child(even),
  .products-grid--max-4-col > li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  /* Set column config */
  /* line 665, ../scss/module/_product-list.scss */
  .products-grid--max-4-col > li {
    margin-right: 2.22222%;
  }

  /* line 668, ../scss/module/_product-list.scss */
  .products-grid--max-4-col > li {
    width: 23.33333%;
    margin-right: 2.22222%;
  }

  /* line 672, ../scss/module/_product-list.scss */
  .products-grid--max-4-col > li:nth-child(4n+1) {
    clear: left;
  }

  /* line 675, ../scss/module/_product-list.scss */
  .products-grid--max-4-col > li:nth-child(4n) {
    margin-right: 0;
  }

  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  /* line 653, ../scss/module/_product-list.scss */
  .products-grid--max-5-col > li:nth-child(odd) {
    clear: none;
  }

  /* line 656, ../scss/module/_product-list.scss */
  .products-grid--max-5-col > li:nth-child(3n+1) {
    clear: none;
  }

  /* line 659, ../scss/module/_product-list.scss */
  .products-grid--max-5-col > li:nth-child(even),
  .products-grid--max-5-col > li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  /* Set column config */
  /* line 665, ../scss/module/_product-list.scss */
  .products-grid--max-5-col > li {
    margin-right: 2.22222%;
  }

  /* line 668, ../scss/module/_product-list.scss */
  .products-grid--max-5-col > li {
    width: 18.22222%;
    margin-right: 2.22222%;
  }

  /* line 672, ../scss/module/_product-list.scss */
  .products-grid--max-5-col > li:nth-child(5n+1) {
    clear: left;
  }

  /* line 675, ../scss/module/_product-list.scss */
  .products-grid--max-5-col > li:nth-child(5n) {
    margin-right: 0;
  }

  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  /* line 653, ../scss/module/_product-list.scss */
  .products-grid--max-6-col > li:nth-child(odd) {
    clear: none;
  }

  /* line 656, ../scss/module/_product-list.scss */
  .products-grid--max-6-col > li:nth-child(3n+1) {
    clear: none;
  }

  /* line 659, ../scss/module/_product-list.scss */
  .products-grid--max-6-col > li:nth-child(even),
  .products-grid--max-6-col > li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  /* Set column config */
  /* line 665, ../scss/module/_product-list.scss */
  .products-grid--max-6-col > li {
    margin-right: 2.22222%;
  }

  /* line 668, ../scss/module/_product-list.scss */
  .products-grid--max-6-col > li {
    width: 14.81481%;
    margin-right: 2.22222%;
  }

  /* line 672, ../scss/module/_product-list.scss */
  .products-grid--max-6-col > li:nth-child(6n+1) {
    clear: left;
  }

  /* line 675, ../scss/module/_product-list.scss */
  .products-grid--max-6-col > li:nth-child(6n) {
    margin-right: 0;
  }
}
/* ============================================ *
 * Product List
 * ============================================ */
/* line 692, ../scss/module/_product-list.scss */
.products-list {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 696, ../scss/module/_product-list.scss */
.products-list > li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EDEDED;
}
/* line 701, ../scss/module/_product-list.scss */
.products-list > li:after {
  content: '';
  display: table;
  clear: both;
}
/* line 704, ../scss/module/_product-list.scss */
.products-list > li .product-image {
  float: left;
  width: 33.33333%;
  text-align: center;
}
/* line 708, ../scss/module/_product-list.scss */
.products-list > li .product-image img {
  max-width: 100%;
  display: inline-block;
}
/* line 714, ../scss/module/_product-list.scss */
.products-list > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
/* line 718, ../scss/module/_product-list.scss */
.products-list .icon-label {
  position: absolute;
  top: 0px;
  text-align: center;
  width: 100%;
}
/* line 723, ../scss/module/_product-list.scss */
.products-list .icon-label .st-percent {
  color: #3b515e;
}

/* line 729, ../scss/module/_product-list.scss */
.products-list .product-shop {
  float: right;
  width: 66.66667%;
  padding-left: 20px;
}
/* line 734, ../scss/module/_product-list.scss */
.products-list .product-shop .product-name {
  margin-bottom: 0;
}
/* line 737, ../scss/module/_product-list.scss */
.products-list .product-shop .ratings {
  margin: 0;
}
/* line 740, ../scss/module/_product-list.scss */
.products-list .product-shop .ratings .rating-box,
.products-list .product-shop .ratings .rating-links {
  float: left;
  margin-right: 7px;
}
/* line 745, ../scss/module/_product-list.scss */
.products-list .product-shop .ratings .rating-links {
  margin-top: 4px;
}
/* line 749, ../scss/module/_product-list.scss */
.products-list .product-shop .price-box {
  margin-top: 0;
}
/* line 752, ../scss/module/_product-list.scss */
.products-list .product-shop .price-box .price {
  font-size: 18px;
}
/* line 755, ../scss/module/_product-list.scss */
.products-list .product-shop .action {
  margin: 7px 0;
}
/* line 758, ../scss/module/_product-list.scss */
.products-list .product-shop .desc {
  margin-top: 7px;
}
/* line 762, ../scss/module/_product-list.scss */
.products-list .product-shop .product-primary,
.products-list .product-shop .desc {
  float: left;
  width: 65%;
  overflow: hidden;
}
/* line 768, ../scss/module/_product-list.scss */
.products-list .product-shop .product-secondary {
  float: right;
  width: 35%;
  text-align: right;
  clear: right;
}

@media only screen and (min-width: 480px) {
  /* line 777, ../scss/module/_product-list.scss */
  .products-list .product-name a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1279px) {
  /* line 784, ../scss/module/_product-list.scss */
  .products-list .product-shop .product-primary,
  .products-list .product-shop .desc {
    float: left;
    width: 60%;
    padding-right: 20px;
  }
  /* line 790, ../scss/module/_product-list.scss */
  .products-list .product-shop .product-secondary {
    float: right;
    width: 40%;
  }
}
@media only screen and (max-width: 600px) {
  /* line 798, ../scss/module/_product-list.scss */
  .products-list .product-shop .price-box .special-price {
    padding-left: 0;
  }

  /* line 802, ../scss/module/_product-list.scss */
  .products-list .product-shop .product-primary,
  .products-list .product-shop .product-secondary,
  .products-list .product-shop .desc {
    float: none;
    width: 100%;
    padding-right: 0;
    text-align: left;
  }
}
/* ============================================ *
 * Mini Product List
 * ============================================ */
/* line 819, ../scss/module/_product-list.scss */
.mini-products-list .product-image {
  float: left;
  min-width: 50px;
}
/* line 822, ../scss/module/_product-list.scss */
.mini-products-list .product-image img {
  max-width: none;
}
/* line 826, ../scss/module/_product-list.scss */
.mini-products-list .product-details {
  margin-left: 60px;
}
/* line 831, ../scss/module/_product-list.scss */
.mini-products-list .product-details .product-name {
  padding-top: 10px;
}
/* line 835, ../scss/module/_product-list.scss */
.mini-products-list li {
  margin-bottom: 10px;
  clear: both;
}
/* line 839, ../scss/module/_product-list.scss */
.mini-products-list li:after {
  content: '';
  display: table;
  clear: both;
}

/* line 847, ../scss/module/_product-list.scss */
.mini-products-images-list:after {
  content: '';
  display: table;
  clear: both;
}
/* line 851, ../scss/module/_product-list.scss */
.mini-products-images-list li.item {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 5px 10px 0;
}
/* line 857, ../scss/module/_product-list.scss */
.mini-products-images-list li.item:nth-child(even) {
  padding-right: 0;
  padding-left: 5px;
}
/* line 862, ../scss/module/_product-list.scss */
.mini-products-images-list li.item .product-image {
  display: block;
}
/* line 865, ../scss/module/_product-list.scss */
.mini-products-images-list li.item .product-image img {
  width: 100%;
  max-width: 100%;
}

/* ============================================ *
 * Catalog - List
 * ============================================ */
/* line 880, ../scss/module/_product-list.scss */
.category-image {
  border: 1px solid #CCCCCC;
  padding: 10px;
}
/* line 884, ../scss/module/_product-list.scss */
.category-image img {
  width: 100%;
  max-width: 100%;
}
/* line 888, ../scss/module/_product-list.scss */
.category-image img:hidden {
  display: none;
}

/* ============================================ *
 * Layered Navigation
 * ============================================ */
/* line 898, ../scss/module/_product-list.scss */
.block-layered-nav .block-subtitle--filter {
  display: none;
  margin: 0;
  margin-bottom: 10px;
  color: #0074bc;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #CCCCCC;
  position: relative;
  background-color: #F4F4F4;
  cursor: pointer;
}
/* line 110, ../scss/mixin/_toggle-content.scss */
.block-layered-nav .block-subtitle--filter:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #0074bc;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
/* line 117, ../scss/mixin/_toggle-content.scss */
.block-layered-nav .block-subtitle--filter:hover {
  background-color: #ededed;
}

/* line 123, ../scss/mixin/_toggle-content.scss */
.block-layered-nav .block-content .toggle-tabs {
  display: none;
}
/* line 128, ../scss/mixin/_toggle-content.scss */
.block-layered-nav .block-content > dl > dt {
  margin: 0;
  margin-bottom: 10px;
  color: #0074bc;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #CCCCCC;
  position: relative;
  background-color: #F4F4F4;
  display: block;
}
/* line 110, ../scss/mixin/_toggle-content.scss */
.block-layered-nav .block-content > dl > dt:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #0074bc;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
/* line 117, ../scss/mixin/_toggle-content.scss */
.block-layered-nav .block-content > dl > dt:hover {
  background-color: #ededed;
}
/* line 133, ../scss/mixin/_toggle-content.scss */
.block-layered-nav .block-content > dl > dd {
  padding: 10px;
  margin: 0;
  border-width: 0 1px;
  border-style: solid;
  border-color: #CCCCCC;
}
/* line 140, ../scss/mixin/_toggle-content.scss */
.block-layered-nav .block-content > dl > dd:last-child {
  border-width: 0 1px 1px 1px;
}

/* line 910, ../scss/module/_product-list.scss */
.block-layered-nav dl dd {
  margin-bottom: 10px;
  margin-top: 10px;
}
/* line 914, ../scss/module/_product-list.scss */
.block-layered-nav dl dd ol > li > span, .block-layered-nav dl dd ol > li > a {
  padding: 5px 15px;
  display: block;
}
/* line 918, ../scss/module/_product-list.scss */
.block-layered-nav dl dd ol > li > a .count {
  color: #A0A0A0;
}

@media only screen and (min-width: 1024px) {
  /* line 924, ../scss/module/_product-list.scss */
  .block-layered-nav .block-content > dl > dt {
    padding-left: 10px;
  }
  /* line 927, ../scss/module/_product-list.scss */
  .block-layered-nav .block-content > dl > dt:after {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 934, ../scss/module/_product-list.scss */
  .sidebar .block.block-layered-nav {
    border-bottom: none;
  }

  /* line 939, ../scss/module/_product-list.scss */
  .block-layered-nav--no-filters .block-title {
    display: none;
  }

  /* line 944, ../scss/module/_product-list.scss */
  .block-layered-nav .block-content {
    padding-top: 0;
    margin-top: 15px;
  }
  /* line 148, ../scss/mixin/_toggle-content.scss */
  .block-layered-nav .block-content > dl > dt {
    cursor: pointer;
    border-bottom-width: 0;
  }
  /* line 152, ../scss/mixin/_toggle-content.scss */
  .block-layered-nav .block-content > dl > dt:hover {
    color: #0074bc;
  }
  /* line 155, ../scss/mixin/_toggle-content.scss */
  .block-layered-nav .block-content > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #0074bc;
    border-right: none;
  }
  /* line 158, ../scss/mixin/_toggle-content.scss */
  .block-layered-nav .block-content > dl > dt.last {
    border-bottom-width: 1px;
  }
  /* line 163, ../scss/mixin/_toggle-content.scss */
  .block-layered-nav .block-content > dl > dd {
    display: none;
  }
  /* line 171, ../scss/mixin/_toggle-content.scss */
  .block-layered-nav .block-content.accordion-open > dl > dt.current {
    border-bottom-width: 1px;
  }
  /* line 175, ../scss/mixin/_toggle-content.scss */
  .block-layered-nav .block-content.accordion-open > dl > dt.current:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #0074bc;
    border-bottom: none;
    left: 6px;
    top: 50%;
    margin-top: -3px;
  }
  /* line 183, ../scss/mixin/_toggle-content.scss */
  .block-layered-nav .block-content.accordion-open > dl > dd.current {
    display: block;
  }

  /* line 950, ../scss/module/_product-list.scss */
  .block-layered-nav .block-subtitle--filter {
    background-color: #0074bc;
    border: 0;
    margin-bottom: 0;
    display: block;
    color: #FFFFFF;
  }
  /* line 957, ../scss/module/_product-list.scss */
  .block-layered-nav .block-subtitle--filter:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #FFFFFF;
    border-right: none;
    right: 10px;
    top: 50%;
    margin-top: -5px;
  }
  /* line 964, ../scss/module/_product-list.scss */
  .block-layered-nav .block-subtitle--filter:hover {
    background-color: #0064a3;
    color: #FFFFFF;
  }
  /* line 969, ../scss/module/_product-list.scss */
  .block-layered-nav .block-subtitle--filter.active:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #FFFFFF;
    border-bottom: none;
    right: 10px;
    top: 50%;
    margin-top: -3px;
  }

  /* line 977, ../scss/module/_product-list.scss */
  #narrow-by-list,
  #narrow-by-list2 {
    padding: 10px;
    border: 1px solid #CCCCCC;
    border-top: 0;
  }

  /* line 984, ../scss/module/_product-list.scss */
  .block-layered-nav dl ol > li > a,
  .block-layered-nav dl ol > li > span {
    padding: 7px;
    margin: 5px;
  }

  /* line 990, ../scss/module/_product-list.scss */
  .block-layered-nav dl ol > li > a {
    color: #636363;
    background-color: #F4F4F4;
    padding: 5px 10px;
  }
  /* line 993, ../scss/module/_product-list.scss */
  .block-layered-nav dl ol > li > a:hover {
    text-decoration: none;
    background: #ededed;
  }
}
/* line 1001, ../scss/module/_product-list.scss */
.block-layered-nav .currently .block-subtitle {
  display: block;
  margin: 0;
  margin-bottom: 10px;
  color: #0074bc;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}
/* line 1006, ../scss/module/_product-list.scss */
.block-layered-nav .currently ol {
  padding-left: 10px;
  margin-bottom: 10px;
}
/* line 1010, ../scss/module/_product-list.scss */
.block-layered-nav .currently ol li {
  margin-bottom: 5px;
}
/* line 1013, ../scss/module/_product-list.scss */
.block-layered-nav .currently ol li .label {
  font-weight: bold;
}
/* line 1017, ../scss/module/_product-list.scss */
.block-layered-nav .currently ol li:after {
  content: '';
  display: table;
  clear: both;
}

/* line 1023, ../scss/module/_product-list.scss */
.block-layered-nav .actions {
  text-align: right;
  margin-bottom: 7px;
}

/* ============================================ *
 * Catalog - Product
 * ============================================ */
/* line 30, ../scss/module/_catalog-product.scss */
.catalog-product-view .main-container {
  max-width: 100%;
  padding: 10px 0;
}
/* line 37, ../scss/module/_catalog-product.scss */
.catalog-product-view .qa-price.has-distel {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 41, ../scss/module/_catalog-product.scss */
  .catalog-product-view .main-container {
    padding: 20px 5px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 46, ../scss/module/_catalog-product.scss */
  .catalog-product-view .main-container {
    padding: 20px 10px;
  }
}

/* line 53, ../scss/module/_catalog-product.scss */
.product-view .product-cart-form {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 53, ../scss/module/_catalog-product.scss */
  .product-view .product-cart-form {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 53, ../scss/module/_catalog-product.scss */
  .product-view .product-cart-form {
    padding-bottom: 0;
  }
}
/* line 64, ../scss/module/_catalog-product.scss */
.product-view .product-cart-form form:after {
  content: '';
  display: table;
  clear: both;
}
/* line 69, ../scss/module/_catalog-product.scss */
.product-view .product-top {
  margin-bottom: 20px;
  border-bottom: 1px solid #d1d6da;
  padding-top: 10px;
}
/* line 74, ../scss/module/_catalog-product.scss */
.product-view .product-top .product-top-inner:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 73, ../scss/module/_catalog-product.scss */
  .product-view .product-top .product-top-inner {
    max-width: 1024px;
    margin: 0 auto;
  }
}
/* line 82, ../scss/module/_catalog-product.scss */
.product-view .product-top .product-top-left {
  float: left;
  width: 1050px;
}
/* line 86, ../scss/module/_catalog-product.scss */
.product-view .product-top .product-top-right {
  float: right;
  width: 230px;
  position: relative;
}
/* line 92, ../scss/module/_catalog-product.scss */
.product-view .product-top .product-name .h1,
.product-view .product-top .product-name h1 {
  color: #0074bc;
  font-size: 25px;
  font-weight: 600;
  border: none;
  text-transform: none;
  margin-bottom: 0;
  margin-top: 0;
}
/* line 103, ../scss/module/_catalog-product.scss */
.product-view .product-top .short-description {
  color: #0074bc;
  font-size: 15px;
  font-weight: 300;
  max-width: 1050px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 20px;
}
/* line 112, ../scss/module/_catalog-product.scss */
.product-view .product-top .short-description p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 118, ../scss/module/_catalog-product.scss */
.product-view .product-top .manufacture-logo {
  position: absolute;
  /* transform:translateY(-50%); */
  right: 0;
  top: 0;
}
/* line 123, ../scss/module/_catalog-product.scss */
.product-view .product-top .manufacture-logo .ma-logo {
  margin-bottom: 10px;
  text-align: center;
  display: block;
}
/* line 127, ../scss/module/_catalog-product.scss */
.product-view .product-top .manufacture-logo .ma-logo img {
  display: inline-block;
  max-width: 150px;
  max-height: 40px;
}
/* line 134, ../scss/module/_catalog-product.scss */
.product-view .product-top .manufacture-logo .ma-link a {
  text-align: center;
  color: #557b92;
  font-size: 14px;
  font-weight: 300;
  display: block;
}
/* line 140, ../scss/module/_catalog-product.scss */
.product-view .product-top .manufacture-logo .ma-link a span {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
/* line 144, ../scss/module/_catalog-product.scss */
.product-view .product-top .manufacture-logo .ma-link a span:before {
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e906";
  color: #557b92;
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 3px;
}
/* line 160, ../scss/module/_catalog-product.scss */
.product-view .product-top .manufacture-logo .ma-link a strong {
  font-weight: 700;
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 170, ../scss/module/_catalog-product.scss */
  .product-view .product-top {
    max-width: 1024px;
    margin: 0 auto 20px;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
  }
  /* line 176, ../scss/module/_catalog-product.scss */
  .product-view .product-top .product-top-inner {
    /*  max-width: $bp-medium + 1;
     margin: 0 auto;
     padding-left: 10px;
     padding-right: 10px; */
    border-bottom: 1px solid #d1d6da;
  }
  /* line 183, ../scss/module/_catalog-product.scss */
  .product-view .product-top .product-top-left {
    width: 655px;
    min-height: 50px;
  }
  /* line 187, ../scss/module/_catalog-product.scss */
  .product-view .product-top .product-top-right {
    width: 330px;
  }
  /* line 191, ../scss/module/_catalog-product.scss */
  .product-view .product-top .product-name h1,
  .product-view .product-top .product-name .h1 {
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 20px;
  }
  /* line 198, ../scss/module/_catalog-product.scss */
  .product-view .product-top .short-description {
    height: 17px;
  }
  /* line 200, ../scss/module/_catalog-product.scss */
  .product-view .product-top .short-description strong,
  .product-view .product-top .short-description span,
  .product-view .product-top .short-description p {
    font-size: 12px;
    font-weight: 300;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 213, ../scss/module/_catalog-product.scss */
  .product-view .product-top .product-top-left {
    width: 525px;
    min-height: 50px;
  }
  /* line 217, ../scss/module/_catalog-product.scss */
  .product-view .product-top .product-top-right {
    width: 220px;
  }
  /* line 222, ../scss/module/_catalog-product.scss */
  .product-view .product-name h1,
  .product-view .product-name .h1 {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 0;
    font-style: 600;
  }
  /* line 230, ../scss/module/_catalog-product.scss */
  .product-view .short-description {
    height: 17px;
  }
  /* line 232, ../scss/module/_catalog-product.scss */
  .product-view .short-description strong,
  .product-view .short-description span,
  .product-view .short-description p {
    font-size: 12px;
    font-weight: 300;
  }
}
@media only screen and (max-width: 767px) {
  /* line 242, ../scss/module/_catalog-product.scss */
  .product-view .product-top {
    padding: 15px 0;
    margin: 0;
  }
  /* line 245, ../scss/module/_catalog-product.scss */
  .product-view .product-top .product-top-left {
    width: 76.66667%;
  }
  /* line 248, ../scss/module/_catalog-product.scss */
  .product-view .product-top .product-top-right {
    width: 21.66667%;
  }
  /* line 251, ../scss/module/_catalog-product.scss */
  .product-view .product-top .short-description {
    display: none;
  }
  /* line 254, ../scss/module/_catalog-product.scss */
  .product-view .product-top .manufacture-logo {
    position: initial;
  }
  /* line 256, ../scss/module/_catalog-product.scss */
  .product-view .product-top .manufacture-logo .ma-link {
    display: none;
  }
  /* line 259, ../scss/module/_catalog-product.scss */
  .product-view .product-top .manufacture-logo .ma-logo {
    margin-bottom: 0;
  }
  /* line 261, ../scss/module/_catalog-product.scss */
  .product-view .product-top .manufacture-logo .ma-logo img {
    max-width: 100%;
  }
  /* line 267, ../scss/module/_catalog-product.scss */
  .product-view .product-top .product-name .h1,
  .product-view .product-top .product-name h1 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    padding-bottom: 0;
  }
}
/* line 278, ../scss/module/_catalog-product.scss */
.product-view .product-essential {
  padding-bottom: 10px;
  margin-bottom: 10px;
  background: url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/line-bg-product.png") no-repeat 50% 100%;
}
/* line 284, ../scss/module/_catalog-product.scss */
.product-view .product-essential .extra-info .ratings .rating-box,
.product-view .product-essential .extra-info .ratings .amount {
  float: left;
}
/* line 289, ../scss/module/_catalog-product.scss */
.product-view .product-essential .extra-info .ratings .rating-box {
  margin-top: 8px;
  margin-right: 10px;
}
/* line 294, ../scss/module/_catalog-product.scss */
.product-view .product-essential .extra-info .ratings:after {
  content: '';
  display: table;
  clear: both;
}
/* line 300, ../scss/module/_catalog-product.scss */
.product-view .product-essential:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 305, ../scss/module/_catalog-product.scss */
  .product-view .product-essential {
    margin: 0 auto 30px;
    max-width: 1024px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 313, ../scss/module/_catalog-product.scss */
  .product-view .product-essential {
    background: none;
    margin: 0;
    padding-bottom: 0;
  }
}
/* line 320, ../scss/module/_catalog-product.scss */
.product-view .product-shop {
  float: right;
  width: 370px;
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 320, ../scss/module/_catalog-product.scss */
  .product-view .product-shop {
    width: 328px;
  }
}
/* line 329, ../scss/module/_catalog-product.scss */
.product-view .product-shop-left {
  float: left;
  width: 870px;
}
/* line 332, ../scss/module/_catalog-product.scss */
.product-view .product-shop-left:after {
  content: '';
  display: table;
  clear: both;
}
/* line 335, ../scss/module/_catalog-product.scss */
.product-view .product-shop-left .product-main-info {
  float: right;
  width: 460px;
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 329, ../scss/module/_catalog-product.scss */
  .product-view .product-shop-left {
    width: 666px;
  }
  /* line 341, ../scss/module/_catalog-product.scss */
  .product-view .product-shop-left .product-main-info {
    width: 328px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 329, ../scss/module/_catalog-product.scss */
  .product-view .product-shop-left {
    width: 375px;
  }
  /* line 347, ../scss/module/_catalog-product.scss */
  .product-view .product-shop-left .product-main-info {
    float: none;
    width: auto;
  }
  /* line 350, ../scss/module/_catalog-product.scss */
  .product-view .product-shop-left .product-main-info:after {
    content: '';
    display: table;
    clear: both;
  }
}
@media only screen and (max-width: 767px) {
  /* line 357, ../scss/module/_catalog-product.scss */
  .product-view .product-shop-left,
  .product-view .product-shop,
  .product-view .product-shop-left .product-main-info {
    float: none;
    width: auto;
  }
}
/* line 364, ../scss/module/_catalog-product.scss */
.product-view .p-info-sku {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #3b515e;
  margin-bottom: 25px;
}
/* line 370, ../scss/module/_catalog-product.scss */
.product-view .p-info-sku span {
  color: #557b92;
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 364, ../scss/module/_catalog-product.scss */
  .product-view .p-info-sku {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 364, ../scss/module/_catalog-product.scss */
  .product-view .p-info-sku {
    float: left;
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 364, ../scss/module/_catalog-product.scss */
  .product-view .p-info-sku {
    float: left;
  }
  /* line 382, ../scss/module/_catalog-product.scss */
  .product-view .p-info-sku span {
    display: block;
  }
}
/* line 387, ../scss/module/_catalog-product.scss */
.product-view .p-info-ratings {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 387, ../scss/module/_catalog-product.scss */
  .product-view .p-info-ratings {
    float: left;
  }
}
/* line 392, ../scss/module/_catalog-product.scss */
.product-view .p-info-ratings:after {
  content: '';
  display: table;
  clear: both;
}
/* line 395, ../scss/module/_catalog-product.scss */
.product-view .p-info-ratings .ratings {
  float: left;
  margin-right: 15px;
}
/* line 399, ../scss/module/_catalog-product.scss */
.product-view .p-info-ratings .rating-count-avis {
  float: left;
  margin-right: 15px;
  font-weight: 500;
  font-size: 15px;
  color: #557b92;
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 399, ../scss/module/_catalog-product.scss */
  .product-view .p-info-ratings .rating-count-avis {
    font-size: 11px;
  }
}
/* line 409, ../scss/module/_catalog-product.scss */
.product-view .p-info-ratings .rating-links {
  float: left;
}
/* line 411, ../scss/module/_catalog-product.scss */
.product-view .p-info-ratings .rating-links a {
  color: #7ea2b8;
  font-weight: 500;
  font-size: 13px;
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 411, ../scss/module/_catalog-product.scss */
  .product-view .p-info-ratings .rating-links a {
    font-size: 11px;
  }
}
/* line 418, ../scss/module/_catalog-product.scss */
.product-view .p-info-ratings .rating-links a span {
  display: inline-block;
  border-bottom: 1px solid #acc2d0;
}
/* line 425, ../scss/module/_catalog-product.scss */
.product-view .p-info-dispo {
  color: #39e717;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 425, ../scss/module/_catalog-product.scss */
  .product-view .p-info-dispo {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 425, ../scss/module/_catalog-product.scss */
  .product-view .p-info-dispo {
    float: left;
  }
}
/* line 437, ../scss/module/_catalog-product.scss */
.product-view .p-info-physical {
  margin-bottom: 35px;
}
/* line 439, ../scss/module/_catalog-product.scss */
.product-view .p-info-physical .physical-title {
  color: #7ea2b8;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 10px;
}
/* line 444, ../scss/module/_catalog-product.scss */
.product-view .p-info-physical .physical-title i {
  margin-right: 15px;
}
/* line 446, ../scss/module/_catalog-product.scss */
.product-view .p-info-physical .physical-title i:before {
  font-size: 19px;
}
/* line 451, ../scss/module/_catalog-product.scss */
.product-view .p-info-physical .newListSelected {
  height: 35px;
  min-width: 285px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1279px) {
  /* line 451, ../scss/module/_catalog-product.scss */
  .product-view .p-info-physical .newListSelected {
    display: none;
  }
}
/* line 461, ../scss/module/_catalog-product.scss */
.product-view .p-info-physical .newListSelected .selectedTxt {
  height: 35px;
  line-height: 35px;
  color: #7ea2b8;
  font-weight: 700;
  font-size: 14px;
}
/* line 467, ../scss/module/_catalog-product.scss */
.product-view .p-info-physical .newListSelected .selectedTxt:before {
  top: 14px;
  right: 20px;
}
/* line 473, ../scss/module/_catalog-product.scss */
.product-view .p-info-physical .physical-message {
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-bottom: 15px;
}
/* line 480, ../scss/module/_catalog-product.scss */
.product-view .p-info-physical .physical-message:before {
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e932";
  display: none;
  font-size: 19px;
  position: absolute;
  left: 0;
  top: -4px;
}
/* line 495, ../scss/module/_catalog-product.scss */
.product-view .p-info-physical .physical-message.not-available {
  color: #ed5b24;
  padding-left: 25px;
}
/* line 498, ../scss/module/_catalog-product.scss */
.product-view .p-info-physical .physical-message.not-available:before {
  display: block;
}
/* line 502, ../scss/module/_catalog-product.scss */
.product-view .p-info-physical .physical-message.available {
  color: #3ec744;
  padding-left: 25px;
}
/* line 505, ../scss/module/_catalog-product.scss */
.product-view .p-info-physical .physical-message.available:before {
  display: block;
}
/* line 511, ../scss/module/_catalog-product.scss */
.product-view .p-info-desc {
  margin-bottom: 30px;
}
/* line 513, ../scss/module/_catalog-product.scss */
.product-view .p-info-desc .desc-title {
  color: #3b515e;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
}
/* line 519, ../scss/module/_catalog-product.scss */
.product-view .p-info-desc .desc-content {
  font-size: 14px;
  color: #557b92;
  margin-bottom: 10px;
}
/* line 524, ../scss/module/_catalog-product.scss */
.product-view .p-info-desc .bt-link-to {
  color: #7ea2b8;
  font-size: 13px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}
/* line 530, ../scss/module/_catalog-product.scss */
.product-view .p-info-desc .bt-link-to:before {
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e906";
  font-size: 10px;
  margin-right: 5px;
}
/* line 542, ../scss/module/_catalog-product.scss */
.product-view .p-info-desc .bt-link-to span {
  display: inline-block;
  position: relative;
  line-height: 15px;
}
/* line 546, ../scss/module/_catalog-product.scss */
.product-view .p-info-desc .bt-link-to span:after {
  border-bottom: 1px solid #7ea2b8;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}
/* line 556, ../scss/module/_catalog-product.scss */
.product-view .p-info-desc .bt-link-to:hover {
  color: #0074bc;
}
/* line 563, ../scss/module/_catalog-product.scss */
.product-view .p-info-tab ul:after {
  content: '';
  display: table;
  clear: both;
}
/* line 566, ../scss/module/_catalog-product.scss */
.product-view .p-info-tab ul li {
  float: left;
  width: 180px;
  margin-right: 10px;
  border: 1px solid #7ea2b8;
  border-radius: 5px;
  height: 60px;
  margin-bottom: 10px;
}
/* line 574, ../scss/module/_catalog-product.scss */
.product-view .p-info-tab ul li.impex-mobile {
  display: none;
  width: 100%;
  margin-top: 10px;
}
/* line 579, ../scss/module/_catalog-product.scss */
.product-view .p-info-tab ul li a {
  color: #7ea2b8;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  display: block;
  padding-left: 15px;
  height: 60px;
  display: table-cell;
  padding-right: 15px;
  line-height: 14px;
  vertical-align: middle;
}
/* line 591, ../scss/module/_catalog-product.scss */
.product-view .p-info-tab ul li a span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
}
/* line 596, ../scss/module/_catalog-product.scss */
.product-view .p-info-tab ul li a span i:before {
  color: #7ea2b8;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
}
/* line 606, ../scss/module/_catalog-product.scss */
.product-view .p-info-tab ul li a:hover {
  opacity: 0.8;
}
/* line 610, ../scss/module/_catalog-product.scss */
.product-view .p-info-tab ul li.impex {
  border: none;
  background-color: #b99470;
}
/* line 613, ../scss/module/_catalog-product.scss */
.product-view .p-info-tab ul li.impex a span,
.product-view .p-info-tab ul li.impex i:before {
  color: #ffffff;
}
/* line 621, ../scss/module/_catalog-product.scss */
.product-view .product-price-info {
  background: #eef2f5;
  padding: 25px 20px 10px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  /*margin-bottom: 15px;*/
}
@media only screen and (max-width: 767px) {
  /* line 621, ../scss/module/_catalog-product.scss */
  .product-view .product-price-info {
    padding: 20px 40px;
    margin-bottom: 0;
  }
}
/* line 631, ../scss/module/_catalog-product.scss */
.product-view .product-price-info .is-pro .price-box {
  /*
  .old-price {
      display:none;
  }
  */
}
/* line 632, ../scss/module/_catalog-product.scss */
.product-view .product-price-info .is-pro .price-box .price,
.product-view .product-price-info .is-pro .price-box .label {
  font-size: 30px;
  color: #0074bc;
  font-weight: 700;
  line-height: 30px;
}
/* line 639, ../scss/module/_catalog-product.scss */
.product-view .product-price-info .is-pro .price-box .label {
  font-weight: 600;
  font-size: 24px;
}
/* line 643, ../scss/module/_catalog-product.scss */
.product-view .product-price-info .is-pro .price-box .price-including-tax {
  padding-top: 10px;
}
/* line 645, ../scss/module/_catalog-product.scss */
.product-view .product-price-info .is-pro .price-box .price-including-tax .price,
.product-view .product-price-info .is-pro .price-box .price-including-tax .label {
  color: #557b92;
  font-size: 20px;
  line-height: 20px;
}
/* line 651, ../scss/module/_catalog-product.scss */
.product-view .product-price-info .is-pro .price-box .price-including-tax .label {
  font-weight: 600;
  font-size: 14px;
}
/* line 655, ../scss/module/_catalog-product.scss */
.product-view .product-price-info .is-pro .price-box .price-including-tax .weee {
  color: #557b92;
}
/* line 664, ../scss/module/_catalog-product.scss */
.product-view .product-price-info .is-pro .price-box .weee {
  color: #0074bc;
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
}
/* line 671, ../scss/module/_catalog-product.scss */
.product-view .product-price-info .not-pro .price-box {
  /*
  .old-price {
      display:none;
  }
  */
}
/* line 672, ../scss/module/_catalog-product.scss */
.product-view .product-price-info .not-pro .price-box .price,
.product-view .product-price-info .not-pro .price-box .label {
  color: #557b92;
  font-size: 20px;
  line-height: 20px;
}
/* line 678, ../scss/module/_catalog-product.scss */
.product-view .product-price-info .not-pro .price-box .label {
  font-weight: 600;
}
/* line 681, ../scss/module/_catalog-product.scss */
.product-view .product-price-info .not-pro .price-box .price-including-tax {
  padding-top: 10px;
}
/* line 683, ../scss/module/_catalog-product.scss */
.product-view .product-price-info .not-pro .price-box .price-including-tax .price,
.product-view .product-price-info .not-pro .price-box .price-including-tax .label {
  font-size: 30px;
  color: #0074bc;
  font-weight: 700;
  line-height: 30px;
}
/* line 690, ../scss/module/_catalog-product.scss */
.product-view .product-price-info .not-pro .price-box .price-including-tax .label {
  font-weight: 600;
}
/* line 693, ../scss/module/_catalog-product.scss */
.product-view .product-price-info .not-pro .price-box .price-including-tax .weee {
  color: #0074bc;
}
/* line 702, ../scss/module/_catalog-product.scss */
.product-view .product-price-info .not-pro .price-box .weee {
  color: #557b92;
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
}
/* line 709, ../scss/module/_catalog-product.scss */
.product-view .product-price-info .price-info {
  padding-bottom: 5px;
}
/* line 713, ../scss/module/_catalog-product.scss */
.product-view .box-affichez-prix {
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  padding: 15px 0;
  margin-bottom: 15px;
}
/* line 719, ../scss/module/_catalog-product.scss */
.product-view .p-info-login {
  position: relative;
  padding-left: 50px;
}
/* line 722, ../scss/module/_catalog-product.scss */
.product-view .p-info-login:before {
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: '\e937';
  font-size: 29px;
  color: #0074bc;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 737, ../scss/module/_catalog-product.scss */
.product-view .p-info-login .login-title {
  color: #557b92;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 18px;
}
/* line 744, ../scss/module/_catalog-product.scss */
.product-view .p-info-login .login-link {
  font-size: 13px;
  color: #7ea2b8;
  display: block;
}
/* line 748, ../scss/module/_catalog-product.scss */
.product-view .p-info-login .login-link span {
  display: inline-block;
  line-height: 15px;
  position: relative;
}
/* line 752, ../scss/module/_catalog-product.scss */
.product-view .p-info-login .login-link span:after {
  border-bottom: 1px solid #7ea2b8;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}
/* line 764, ../scss/module/_catalog-product.scss */
.product-view .p-info-login.customer-login:before {
  color: #39e717;
}
/* line 767, ../scss/module/_catalog-product.scss */
.product-view .p-info-login.customer-login .message {
  color: #39e717;
  font-size: 13px;
  font-weight: 500;
}
/* line 774, ../scss/module/_catalog-product.scss */
.product-view .p-info-addcart {
  margin-bottom: 20px;
}
/* line 776, ../scss/module/_catalog-product.scss */
.product-view .p-info-addcart .addcart-title {
  margin-bottom: 10px;
}
/* line 778, ../scss/module/_catalog-product.scss */
.product-view .p-info-addcart .addcart-title label {
  font-size: 14px;
  color: #7ea2b8;
  font-weight: normal;
}
/* line 784, ../scss/module/_catalog-product.scss */
.product-view .p-info-addcart .addcart-qty {
  margin-bottom: 22px;
}
/* line 786, ../scss/module/_catalog-product.scss */
.product-view .p-info-addcart .addcart-qty .qty {
  font-style: normal;
  font-size: 20px;
  font-weight: 700;
}
/* line 792, ../scss/module/_catalog-product.scss */
.product-view .p-info-addcart .qty-wrap {
  position: relative;
  text-align: center;
  width: 160px;
  border: 1px solid #bad9eb;
  border-radius: 5px;
  padding: 4px 0;
  background: #ffffff;
}
/* line 801, ../scss/module/_catalog-product.scss */
.product-view .p-info-addcart .qty-wrap .qty-inner:after {
  content: '';
  display: table;
  clear: both;
}
/* line 804, ../scss/module/_catalog-product.scss */
.product-view .p-info-addcart .qty-wrap .qty-inner .qty {
  display: block;
  float: left;
  width: 40px;
  color: #557b92;
  font-size: 20px;
  position: relative;
  height: 38px;
}
/* line 813, ../scss/module/_catalog-product.scss */
.product-view .p-info-addcart .qty-wrap .qty-inner .qty.input-text {
  font-size: 22px;
  color: #7ea2b8;
  width: 73px;
  border: none;
  padding: 10px 0 0 0;
  background: none;
}
/* line 821, ../scss/module/_catalog-product.scss */
.product-view .p-info-addcart .qty-wrap .qty-inner .qty.minus {
  border-right: 1px solid #bad9eb;
  cursor: pointer;
}
/* line 824, ../scss/module/_catalog-product.scss */
.product-view .p-info-addcart .qty-wrap .qty-inner .qty.minus:after {
  content: "_";
}
/* line 829, ../scss/module/_catalog-product.scss */
.product-view .p-info-addcart .qty-wrap .qty-inner .qty.plus {
  border-left: 1px solid #bad9eb;
  cursor: pointer;
}
/* line 832, ../scss/module/_catalog-product.scss */
.product-view .p-info-addcart .qty-wrap .qty-inner .qty.plus:after {
  content: "+";
  position: absolute;
  top: 50%;
  margin-top: -11px;
  left: 15px;
}
/* line 844, ../scss/module/_catalog-product.scss */
.product-view .p-info-addcart button.button.btn-cart, .product-view .p-info-addcart button.button.btn-bundel {
  height: 70px;
  width: 100%;
  border: none;
  background: #0074bc;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
  position: relative;
}
/* line 855, ../scss/module/_catalog-product.scss */
.product-view .p-info-addcart button.button.btn-cart:after, .product-view .p-info-addcart button.button.btn-bundel:after {
  position: absolute;
  z-index: 0;
  -webkit-box-shadow: 0px 10px 6px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 6px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 6px -10px rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 25px;
  bottom: 0;
  left: 0;
  content: "";
  display: none;
}
/* line 868, ../scss/module/_catalog-product.scss */
.product-view .p-info-addcart button.button.btn-cart:hover, .product-view .p-info-addcart button.button.btn-bundel:hover {
  background: #3b515e;
  color: #ffffff;
}
/* line 874, ../scss/module/_catalog-product.scss */
.product-view .p-info-addcart button.button.btn-bundel .icon-arr-long-down {
  border-radius: 7px;
  bottom: -7px;
  padding: 0 2px 2px;
  position: absolute;
  right: 10px;
  z-index: 9;
  background: #0074bc;
}
/* line 882, ../scss/module/_catalog-product.scss */
.product-view .p-info-addcart button.button.btn-bundel .icon-arr-long-down:before {
  font-size: 18px;
  color: #ffffff;
}
/* line 888, ../scss/module/_catalog-product.scss */
.product-view .p-info-addcart button.button.btn-bundel:hover .icon-arr-long-down {
  background: #3b515e;
}
/* line 896, ../scss/module/_catalog-product.scss */
.product-view .add-to-wishlist {
  text-align: center;
  margin-bottom: 30px;
}
/* line 899, ../scss/module/_catalog-product.scss */
.product-view .add-to-wishlist a.link-wishlist {
  color: #7ea2b8;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  padding-left: 30px;
  width: 100%;
  background-color: white;
  line-height: 46px;
  padding-top: 0;
}
/* line 913, ../scss/module/_catalog-product.scss */
.product-view .add-to-wishlist a.link-wishlist i {
  position: relative;
  top: 2px;
}
/* line 916, ../scss/module/_catalog-product.scss */
.product-view .add-to-wishlist a.link-wishlist i:before {
  font-size: 18px;
  color: #bdbbbc;
}
/* line 922, ../scss/module/_catalog-product.scss */
.product-view .add-to-wishlist a.link-wishlist.active i:before {
  color: #fff346;
}
/* line 929, ../scss/module/_catalog-product.scss */
.product-view .product-reinssurance {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #eef2f5;
  background-color: #eef2f5;
  padding-top: 10px;
  border-top: 1px dashed white;
}
/* line 938, ../scss/module/_catalog-product.scss */
.product-view .p-info-reinssurance:after {
  content: '';
  display: table;
  clear: both;
}
/* line 941, ../scss/module/_catalog-product.scss */
.product-view .p-info-reinssurance li {
  color: #0074bc;
  font-size: 12px;
  text-align: center;
  width: calc(100% / 3);
  float: left;
}
/* line 947, ../scss/module/_catalog-product.scss */
.product-view .p-info-reinssurance li span {
  display: block;
}
/* line 951, ../scss/module/_catalog-product.scss */
.product-view .p-info-reinssurance li i:before {
  font-size: 22px;
}
/* line 957, ../scss/module/_catalog-product.scss */
.product-view .p-info-rewardpoint {
  position: relative;
  padding-left: 40px;
}
/* line 960, ../scss/module/_catalog-product.scss */
.product-view .p-info-rewardpoint .rewardpoint-title {
  font-size: 12px;
  font-weight: 500;
  color: #557b92;
}
/* line 965, ../scss/module/_catalog-product.scss */
.product-view .p-info-rewardpoint .rewardpoint-content {
  color: #7ea2b8;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}
/* line 970, ../scss/module/_catalog-product.scss */
.product-view .p-info-rewardpoint .rewardpoint-content span {
  display: block;
}
/* line 974, ../scss/module/_catalog-product.scss */
.product-view .p-info-rewardpoint .icon-certificate {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 0;
}
/* line 979, ../scss/module/_catalog-product.scss */
.product-view .p-info-rewardpoint .icon-certificate:before {
  font-size: 24px;
  color: #dacb76;
}

@media only screen and (max-width: 1279px) {
  /* line 988, ../scss/module/_catalog-product.scss */
  .product-options {
    min-width: 0 !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 994, ../scss/module/_catalog-product.scss */
  .product-sku-slim {
    display: none;
  }

  /* line 997, ../scss/module/_catalog-product.scss */
  .product-view .p-info-physical .physical-title {
    font-size: 12px;
  }

  /* line 1004, ../scss/module/_catalog-product.scss */
  .product-view .product-price-info .price-box .price,
  .product-view .product-price-info .price-box .label {
    font-size: 26px;
  }
  /* line 1009, ../scss/module/_catalog-product.scss */
  .product-view .product-price-info .price-box .price-including-tax .price,
  .product-view .product-price-info .price-box .price-including-tax .label {
    font-size: 14px;
  }
  /* line 1016, ../scss/module/_catalog-product.scss */
  .product-view select {
    height: 35px;
    font-size: 12px;
    padding-left: 15px;
    min-width: 0;
  }
  /* line 1022, ../scss/module/_catalog-product.scss */
  .product-view .p-info-physical {
    max-width: 260px;
  }
  /* line 1024, ../scss/module/_catalog-product.scss */
  .product-view .p-info-physical select {
    margin-bottom: 15px;
    width: 100%;
    font-weight: 700;
  }
  /* line 1030, ../scss/module/_catalog-product.scss */
  .product-view .p-info-desc {
    max-width: 260px;
  }
  /* line 1032, ../scss/module/_catalog-product.scss */
  .product-view .p-info-desc .desc-title,
  .product-view .p-info-desc .desc-content {
    font-size: 12px;
  }
  /* line 1036, ../scss/module/_catalog-product.scss */
  .product-view .p-info-desc .bt-link-to {
    font-size: 11px;
  }
  /* line 1040, ../scss/module/_catalog-product.scss */
  .product-view .p-info-tab ul {
    margin: 0 -5px;
  }
  /* line 1042, ../scss/module/_catalog-product.scss */
  .product-view .p-info-tab ul li {
    margin: 5px;
    width: 155px;
  }
  /* line 1045, ../scss/module/_catalog-product.scss */
  .product-view .p-info-tab ul li a {
    font-size: 10px;
    font-weight: 12px;
  }
  /* line 1049, ../scss/module/_catalog-product.scss */
  .product-view .p-info-tab ul li a span i:before {
    font-size: 19px;
  }
  /* line 1056, ../scss/module/_catalog-product.scss */
  .product-view .p-info-login {
    padding-left: 30px;
  }
  /* line 1058, ../scss/module/_catalog-product.scss */
  .product-view .p-info-login:before {
    font-size: 20px;
  }
  /* line 1061, ../scss/module/_catalog-product.scss */
  .product-view .p-info-login .login-title {
    line-height: 12px;
  }
  /* line 1064, ../scss/module/_catalog-product.scss */
  .product-view .p-info-login .login-link {
    font-size: 10px;
    font-weight: 500;
  }
  /* line 1070, ../scss/module/_catalog-product.scss */
  .product-view .p-info-addcart .qty-wrap {
    width: 110px;
  }
  /* line 1073, ../scss/module/_catalog-product.scss */
  .product-view .p-info-addcart .qty-wrap .qty-inner .qty {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
  /* line 1077, ../scss/module/_catalog-product.scss */
  .product-view .p-info-addcart .qty-wrap .qty-inner .qty.input-text {
    width: 40px;
  }
  /* line 1080, ../scss/module/_catalog-product.scss */
  .product-view .p-info-addcart .qty-wrap .qty-inner .qty.minus:after {
    left: 10px;
    position: absolute;
    top: -5px;
  }
  /* line 1090, ../scss/module/_catalog-product.scss */
  .product-view .p-info-addcart button.button.btn-cart,
  .product-view .p-info-addcart button.button.btn-bundel {
    height: 50px;
  }
  /* line 1095, ../scss/module/_catalog-product.scss */
  .product-view .p-info-reinssurance li i:before {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 1103, ../scss/module/_catalog-product.scss */
  .product-view .product-sku-slim {
    display: none;
  }
  /* line 1106, ../scss/module/_catalog-product.scss */
  .product-view .customSelect {
    height: 35px;
    font-size: 12px;
  }
  /* line 1111, ../scss/module/_catalog-product.scss */
  .product-view .main-info-top:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 1115, ../scss/module/_catalog-product.scss */
  .product-view .p-info-ratings {
    float: right;
  }
  /* line 1117, ../scss/module/_catalog-product.scss */
  .product-view .p-info-ratings .rating-count-avis {
    font-size: 11px;
    margin-right: 0px;
  }
  /* line 1121, ../scss/module/_catalog-product.scss */
  .product-view .p-info-ratings .rating-links {
    display: none;
  }
  /* line 1125, ../scss/module/_catalog-product.scss */
  .product-view .p-info-dispo {
    float: left;
    width: 100%;
    clear: left;
    text-align: center;
    margin-bottom: 25px;
    font-size: 12px;
  }
  /* line 1133, ../scss/module/_catalog-product.scss */
  .product-view .p-info-physical {
    margin-bottom: 20px;
    float: left;
    width: 100%;
    clear: left;
  }
  /* line 1138, ../scss/module/_catalog-product.scss */
  .product-view .p-info-physical .physical-title {
    font-size: 12px;
  }
  /* line 1141, ../scss/module/_catalog-product.scss */
  .product-view .p-info-physical .physical-message {
    top: 15px;
    left: 15px;
  }
  /* line 1145, ../scss/module/_catalog-product.scss */
  .product-view .p-info-physical .customSelect {
    min-width: 170px;
    height: 35px;
    font-size: 12px;
    font-weight: 700;
    /*width: 170px;*/
  }
  /* line 1153, ../scss/module/_catalog-product.scss */
  .product-view .p-info-desc {
    display: none;
  }
  /* line 1158, ../scss/module/_catalog-product.scss */
  .product-view .p-info-tab ul {
    margin: 0 -5px;
  }
  /* line 1160, ../scss/module/_catalog-product.scss */
  .product-view .p-info-tab ul li {
    margin: 5px;
    height: 40px;
  }
  /* line 1163, ../scss/module/_catalog-product.scss */
  .product-view .p-info-tab ul li a {
    font-size: 10px;
    height: 40px;
  }
  /* line 1170, ../scss/module/_catalog-product.scss */
  .product-view .product-price-info {
    /*margin-bottom: 30px;*/
  }
  /* line 1173, ../scss/module/_catalog-product.scss */
  .product-view .product-price-info .price-box .price,
  .product-view .product-price-info .price-box .label {
    font-size: 24px;
  }
  /* line 1178, ../scss/module/_catalog-product.scss */
  .product-view .product-price-info .price-box .price-including-tax .price,
  .product-view .product-price-info .price-box .price-including-tax .label {
    font-size: 13px;
  }
  /* line 1185, ../scss/module/_catalog-product.scss */
  .product-view .p-info-login {
    padding-left: 30px;
  }
  /* line 1187, ../scss/module/_catalog-product.scss */
  .product-view .p-info-login:before {
    font-size: 20px;
  }
  /* line 1190, ../scss/module/_catalog-product.scss */
  .product-view .p-info-login .login-title {
    line-height: 10px;
  }
  /* line 1193, ../scss/module/_catalog-product.scss */
  .product-view .p-info-login .login-link {
    font-size: 10px;
    font-weight: 500;
  }
  /* line 1199, ../scss/module/_catalog-product.scss */
  .product-view .p-info-addcart .qty-wrap {
    width: 110px;
  }
  /* line 1202, ../scss/module/_catalog-product.scss */
  .product-view .p-info-addcart .qty-wrap .qty-inner .qty {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
  /* line 1206, ../scss/module/_catalog-product.scss */
  .product-view .p-info-addcart .qty-wrap .qty-inner .qty.input-text {
    width: 40px;
  }
  /* line 1209, ../scss/module/_catalog-product.scss */
  .product-view .p-info-addcart .qty-wrap .qty-inner .qty.minus:after {
    left: 10px;
    position: absolute;
    top: -5px;
  }
  /* line 1219, ../scss/module/_catalog-product.scss */
  .product-view .p-info-addcart button.button.btn-cart,
  .product-view .p-info-addcart button.button.btn-bundel {
    height: 50px;
  }
  /* line 1224, ../scss/module/_catalog-product.scss */
  .product-view .p-info-reinssurance li {
    /*position: relative;*/
    /*padding-left: 45px;*/
    /*font-size: 10px;*/
    /*line-height: 10px;*/
    /*padding-right: 15px;*/
  }
  /* line 1230, ../scss/module/_catalog-product.scss */
  .product-view .p-info-reinssurance li i {
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 3px;*/
  }
  /* line 1234, ../scss/module/_catalog-product.scss */
  .product-view .p-info-reinssurance li i:before {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1244, ../scss/module/_catalog-product.scss */
  .product-view .slick-dots {
    position: static;
  }
  /* line 1246, ../scss/module/_catalog-product.scss */
  .product-view .slick-dots li {
    width: auto;
    height: auto;
  }
  /* line 1249, ../scss/module/_catalog-product.scss */
  .product-view .slick-dots li button {
    width: 8px;
    height: 8px;
  }
  /* line 1256, ../scss/module/_catalog-product.scss */
  .product-view .main-info-top:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 1260, ../scss/module/_catalog-product.scss */
  .product-view .p-info-physical {
    float: left;
    width: 100%;
    margin-bottom: 0;
  }
  /* line 1264, ../scss/module/_catalog-product.scss */
  .product-view .p-info-physical .physical-title {
    font-size: 10px;
    text-transform: uppercase;
  }
  /* line 1268, ../scss/module/_catalog-product.scss */
  .product-view .p-info-physical .customSelect {
    min-width: 220px;
    height: 35px;
    font-weight: 600;
    font-size: 12px;
    margin-top: 15px;
  }
  /* line 1275, ../scss/module/_catalog-product.scss */
  .product-view .p-info-physical .physical-message {
    display: block;
    margin-top: 15px;
    margin-bottom: 0;
  }
  /* line 1281, ../scss/module/_catalog-product.scss */
  .product-view .p-info-sku,
  .product-view .p-info-ratings,
  .product-view .p-info-dispo {
    float: left;
    width: calc(100% / 3);
    text-align: center;
    margin-bottom: 15px;
  }
  /* line 1289, ../scss/module/_catalog-product.scss */
  .product-view .p-info-sku {
    font-size: 10px;
    font-weight: 500;
  }
  /* line 1294, ../scss/module/_catalog-product.scss */
  .product-view .p-info-ratings .rating-count-avis,
  .product-view .p-info-ratings .rating-links,
  .product-view .p-info-ratings .ratings {
    font-size: 10px;
    float: none;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  /* line 1294, ../scss/module/_catalog-product.scss */
  .product-view .p-info-ratings .rating-count-avis,
  .product-view .p-info-ratings .rating-links,
  .product-view .p-info-ratings .ratings {
    display: inline-block;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1304, ../scss/module/_catalog-product.scss */
  .product-view .p-info-ratings .rating-links {
    display: none;
  }
  /* line 1307, ../scss/module/_catalog-product.scss */
  .product-view .p-info-ratings .rating-count-avis {
    margin: 0;
    display: block;
    text-align: center;
  }
  /* line 1313, ../scss/module/_catalog-product.scss */
  .product-view .p-info-dispo {
    font-size: 10px;
  }
  /* line 1316, ../scss/module/_catalog-product.scss */
  .product-view .p-info-desc,
  .product-view .p-info-tab {
    display: none;
  }
  /* line 1319, ../scss/module/_catalog-product.scss */
  .product-view .p-info-desc ul li.impex-mobile,
  .product-view .p-info-tab ul li.impex-mobile {
    display: block;
  }
  /* line 1323, ../scss/module/_catalog-product.scss */
  .product-view .p-info-desc,
  .product-view .p-info-tab.p-info-tab-mobile {
    display: block;
  }
  /* line 1327, ../scss/module/_catalog-product.scss */
  .product-view .box-affichez-prix {
    display: none;
  }
  /* line 1330, ../scss/module/_catalog-product.scss */
  .product-view .product-sku-slim {
    display: none;
  }
  /* line 1335, ../scss/module/_catalog-product.scss */
  .product-view .product-price-info .price-box:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 1338, ../scss/module/_catalog-product.scss */
  .product-view .product-price-info .price-box .price {
    margin-right: 10px;
  }
  /* line 1341, ../scss/module/_catalog-product.scss */
  .product-view .product-price-info .price-box .label,
  .product-view .product-price-info .price-box .price {
    font-size: 22px;
    line-height: 25px;
  }
  /* line 1347, ../scss/module/_catalog-product.scss */
  .product-view .product-price-info .price-box .price-including-tax .label,
  .product-view .product-price-info .price-box .price-including-tax .price {
    font-size: 10px;
    line-height: 25px;
  }
  /* line 1355, ../scss/module/_catalog-product.scss */
  .product-view .product-price-info .price-box .price-from:after,
  .product-view .product-price-info .price-box .price-to:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 1358, ../scss/module/_catalog-product.scss */
  .product-view .product-price-info .price-box .price-from .price-excluding-tax,
  .product-view .product-price-info .price-box .price-to .price-excluding-tax {
    float: left;
  }
  /* line 1361, ../scss/module/_catalog-product.scss */
  .product-view .product-price-info .price-box .price-from .price-including-tax,
  .product-view .product-price-info .price-box .price-to .price-including-tax {
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1374, ../scss/module/_catalog-product.scss */
  .product-view .p-info-addcart .qty-wrap {
    width: 110px;
  }
  /* line 1377, ../scss/module/_catalog-product.scss */
  .product-view .p-info-addcart .qty-wrap .qty-inner .qty {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
  /* line 1381, ../scss/module/_catalog-product.scss */
  .product-view .p-info-addcart .qty-wrap .qty-inner .qty.input-text {
    width: 40px;
  }
  /* line 1384, ../scss/module/_catalog-product.scss */
  .product-view .p-info-addcart .qty-wrap .qty-inner .qty.minus:after {
    left: 10px;
    position: absolute;
    top: -5px;
  }
  /* line 1394, ../scss/module/_catalog-product.scss */
  .product-view .p-info-addcart button.button.btn-cart,
  .product-view .p-info-addcart button.button.btn-bundel {
    height: 50px;
    font-size: 15px;
  }
  /* line 1401, ../scss/module/_catalog-product.scss */
  .product-view .addcarrt-count:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 1404, ../scss/module/_catalog-product.scss */
  .product-view .addcarrt-count .addcart-title {
    float: left;
    margin-bottom: 0;
    padding-top: 10px;
  }
  /* line 1409, ../scss/module/_catalog-product.scss */
  .product-view .addcarrt-count .addcart-qty {
    float: right;
  }
  /* line 1413, ../scss/module/_catalog-product.scss */
  .product-view .product-reinssurance,
  .product-view .rewardpoint-box {
    display: none;
  }
}
/* line 1423, ../scss/module/_catalog-product.scss */
.block-social.social-share {
  text-align: center;
}
/* line 1424, ../scss/module/_catalog-product.scss */
.block-social.social-share .social-share-title {
  font-size: 15px;
  font-weight: 500;
  color: #557b92;
  margin-top: 20px;
}
/* line 1432, ../scss/module/_catalog-product.scss */
.block-social.social-share .social-list li {
  display: inline-block;
  float: none;
  margin: 0 3px;
}
/* line 1437, ../scss/module/_catalog-product.scss */
.block-social.social-share .social-list i {
  border-radius: 50%;
  overflow: hidden;
}
/* line 1440, ../scss/module/_catalog-product.scss */
.block-social.social-share .social-list i:before {
  font-size: 32px;
  color: #7e9fb5;
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 1450, ../scss/module/_catalog-product.scss */
  .block-social.social-share .social-share-title {
    font-size: 11px;
  }
}
/* line 1461, ../scss/module/_catalog-product.scss */
.p-info-collateral .collateral-list {
  padding: 20px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 1461, ../scss/module/_catalog-product.scss */
  .p-info-collateral .collateral-list {
    padding: 20px 0 0 0;
  }
}
@media only screen and (min-width: 1279px) {
  /* line 1468, ../scss/module/_catalog-product.scss */
  .p-info-collateral .collateral-list.nav-active {
    /*background: #e9eef1;*/
  }
}
/* line 1473, ../scss/module/_catalog-product.scss */
.p-info-collateral .collateral-item {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  /* line 1473, ../scss/module/_catalog-product.scss */
  .p-info-collateral .collateral-item {
    border-bottom: 1px solid #7ea2b8;
  }
}
/* line 1481, ../scss/module/_catalog-product.scss */
.p-info-collateral .collateral-title {
  font-size: 25px;
  color: #0074bc;
  font-weight: 400;
  position: relative;
  line-height: 25px;
  padding-left: 15px;
  padding-right: 40px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 1481, ../scss/module/_catalog-product.scss */
  .p-info-collateral .collateral-title {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1481, ../scss/module/_catalog-product.scss */
  .p-info-collateral .collateral-title {
    font-size: 10px;
    color: #7ea2b8;
    text-transform: uppercase;
    font-weight: 600;
    padding: 20px 0;
    line-height: 12px;
  }
}
/* line 1502, ../scss/module/_catalog-product.scss */
.p-info-collateral .collateral-title:before {
  width: 100%;
  height: 1px;
  background: #d1d6da;
  position: absolute;
  content: "";
  left: 0;
  bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 1502, ../scss/module/_catalog-product.scss */
  .p-info-collateral .collateral-title:before {
    display: none;
  }
}
/* line 1515, ../scss/module/_catalog-product.scss */
.p-info-collateral .collateral-title:after {
  content: '';
  display: table;
  clear: both;
}
/* line 1518, ../scss/module/_catalog-product.scss */
.p-info-collateral .collateral-title .title-text {
  float: left;
}
/* line 1520, ../scss/module/_catalog-product.scss */
.p-info-collateral .collateral-title .title-text span {
  display: inline-block;
  background: #ffffff;
  position: relative;
  z-index: 1;
  padding: 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 1520, ../scss/module/_catalog-product.scss */
  .p-info-collateral .collateral-title .title-text span {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1520, ../scss/module/_catalog-product.scss */
  .p-info-collateral .collateral-title .title-text span {
    padding: 0;
    display: block;
    padding-left: 30px;
  }
}
/* line 1535, ../scss/module/_catalog-product.scss */
.p-info-collateral .collateral-title .title-text i {
  margin-right: 10px;
}
/* line 1537, ../scss/module/_catalog-product.scss */
.p-info-collateral .collateral-title .title-text i:before {
  content: '\e936';
  color: #0074bc;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 1535, ../scss/module/_catalog-product.scss */
  .p-info-collateral .collateral-title .title-text i {
    position: absolute;
    top: -5px;
    left: 0;
    margin: 0;
  }
  /* line 1548, ../scss/module/_catalog-product.scss */
  .p-info-collateral .collateral-title .title-text i:before {
    color: #7ea2b8;
    font-size: 19px;
  }
}
/* line 1555, ../scss/module/_catalog-product.scss */
.p-info-collateral .collateral-title .title-list {
  float: right;
  position: relative;
  z-index: 1;
  position: relative;
  top: 15px;
}
/* line 1561, ../scss/module/_catalog-product.scss */
.p-info-collateral .collateral-title .title-list:after {
  content: '';
  display: table;
  clear: both;
}
/* line 1564, ../scss/module/_catalog-product.scss */
.p-info-collateral .collateral-title .title-list ul {
  float: left;
  padding: 0 20px;
  background: #ffffff;
  margin-right: 40px;
}
/* line 1569, ../scss/module/_catalog-product.scss */
.p-info-collateral .collateral-title .title-list ul:last-child {
  margin-right: 0;
}
/* line 1572, ../scss/module/_catalog-product.scss */
.p-info-collateral .collateral-title .title-list ul:after {
  content: '';
  display: table;
  clear: both;
}
/* line 1575, ../scss/module/_catalog-product.scss */
.p-info-collateral .collateral-title .title-list ul li {
  float: left;
  margin-right: 15px;
}
/* line 1578, ../scss/module/_catalog-product.scss */
.p-info-collateral .collateral-title .title-list ul li a {
  font-weight: 600;
  font-size: 12px;
  display: block;
  color: #bad9eb;
  line-height: 15px;
  text-transform: uppercase;
}
/* line 1585, ../scss/module/_catalog-product.scss */
.p-info-collateral .collateral-title .title-list ul li a:hover {
  color: #0074bc;
}
/* line 1589, ../scss/module/_catalog-product.scss */
.p-info-collateral .collateral-title .title-list ul li:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 1593, ../scss/module/_catalog-product.scss */
  .p-info-collateral .collateral-title .title-list ul.list-nav {
    display: none;
  }
}
/* line 1599, ../scss/module/_catalog-product.scss */
.p-info-collateral .collateral-title .title-list .back-to-top {
  cursor: pointer;
}
/* line 1602, ../scss/module/_catalog-product.scss */
.p-info-collateral .collateral-title .title-list .back-to-top i:before {
  font-size: 9px;
  position: relative;
  top: -3px;
}
@media only screen and (max-width: 767px) {
  /* line 1555, ../scss/module/_catalog-product.scss */
  .p-info-collateral .collateral-title .title-list {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1616, ../scss/module/_catalog-product.scss */
  .p-info-collateral .collateral-list {
    padding: 0;
  }
  /* line 1620, ../scss/module/_catalog-product.scss */
  .p-info-collateral .collateral-item .collateral-content {
    display: none;
  }
  /* line 1624, ../scss/module/_catalog-product.scss */
  .p-info-collateral .collateral-item .collateral-title:before {
    font-family: 'iconqastore' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e915';
    font-size: 8px;
    position: absolute;
    right: 10px;
    top: 23px;
    height: auto;
    width: auto;
    background: none;
    left: auto;
  }
  /* line 1644, ../scss/module/_catalog-product.scss */
  .p-info-collateral .collateral-item.open .collateral-content {
    display: block;
  }
  /* line 1647, ../scss/module/_catalog-product.scss */
  .p-info-collateral .collateral-item.open .collateral-title {
    border-bottom: 0;
  }
  /* line 1651, ../scss/module/_catalog-product.scss */
  .p-info-collateral .collateral-item.open .collateral-title:before {
    content: '\e918';
  }
}
/* line 1660, ../scss/module/_catalog-product.scss */
.p-info-collateral #description .title-text i:before {
  content: '\e936';
}
/* line 1665, ../scss/module/_catalog-product.scss */
.p-info-collateral #equipement .title-text i:before {
  content: '\e934';
}
/* line 1670, ../scss/module/_catalog-product.scss */
.p-info-collateral #caracteristiques .title-text i:before {
  content: '\e933';
}
/* line 1675, ../scss/module/_catalog-product.scss */
.p-info-collateral #garantie .title-text i:before {
  content: '\e935';
}
/* line 1679, ../scss/module/_catalog-product.scss */
.p-info-collateral .collateral-content {
  padding: 20px 0 20px 40px;
  font-size: 14px;
  color: #557b92;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 1679, ../scss/module/_catalog-product.scss */
  .p-info-collateral .collateral-content {
    font-size: 12px;
    padding: 20px 10px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1679, ../scss/module/_catalog-product.scss */
  .p-info-collateral .collateral-content {
    font-size: 12px;
    padding: 0 0 20px;
  }
}
/* line 1691, ../scss/module/_catalog-product.scss */
.p-info-collateral .collateral-content h2 {
  font-size: 16px;
  margin-bottom: 0px;
}
/* line 1692, ../scss/module/_catalog-product.scss */
.p-info-collateral .collateral-content h3 {
  font-size: 16px;
  margin-bottom: 0px;
}
@media only screen and (min-width: 1279px) {
  /* line 1696, ../scss/module/_catalog-product.scss */
  .p-info-collateral .collateral-list.nav-active {
    /*background: #e9eef1;*/
    border-top: 6px solid #eef2f5;
    /*  li.nav-active {
         display: none;
         + li {
             a {
                 color: $c-light-slate-gray;
             }
         }
     } */
  }
  /* line 1701, ../scss/module/_catalog-product.scss */
  .p-info-collateral .collateral-list.nav-active .collateral-title .title-text span {
    /*background: #e9eef1;*/
  }
  /* line 1707, ../scss/module/_catalog-product.scss */
  .p-info-collateral .collateral-list.nav-active .title-list ul {
    /*background: #e9eef1;*/
  }
  /* line 1729, ../scss/module/_catalog-product.scss */
  .p-info-collateral .collateral-list li.hide-nav {
    display: none;
  }
}

/* line 1737, ../scss/module/_catalog-product.scss */
.img-zoom-box {
  cursor: pointer;
  text-align: center;
}
/* line 1740, ../scss/module/_catalog-product.scss */
.img-zoom-box img {
  display: inline;
  max-height: 350px;
}

/* line 1746, ../scss/module/_catalog-product.scss */
.product-img-box {
  float: left;
  width: 370px;
}
/* line 1749, ../scss/module/_catalog-product.scss */
.product-img-box .product-images-control {
  text-align: center;
  padding: 10px 0;
}
/* line 1752, ../scss/module/_catalog-product.scss */
.product-img-box .product-images-control .slick-arrow {
  display: inline-block;
  border: none;
  background: #eef2f5;
  text-align: center;
  cursor: pointer;
}
/* line 1758, ../scss/module/_catalog-product.scss */
.product-img-box .product-images-control .slick-arrow.slick-hidden {
  display: none;
}
/* line 1761, ../scss/module/_catalog-product.scss */
.product-img-box .product-images-control .slick-arrow:before {
  font-size: 11px;
  color: #3b515e;
  line-height: 30px;
}
/* line 1766, ../scss/module/_catalog-product.scss */
.product-img-box .product-images-control .slick-arrow.slick-prev {
  width: 30px;
  height: 30px;
  margin: 0;
}
/* line 1771, ../scss/module/_catalog-product.scss */
.product-img-box .product-images-control .slick-arrow.slick-next {
  width: 30px;
  height: 30px;
}
/* line 1776, ../scss/module/_catalog-product.scss */
.product-img-box .product-images-control .bt-zoom {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #3b515e;
  text-align: center;
  cursor: pointer;
  margin: 0 10px;
}
/* line 1786, ../scss/module/_catalog-product.scss */
.product-img-box .product-images-control .bt-zoom i:before {
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
}
/* line 1794, ../scss/module/_catalog-product.scss */
.product-img-box .slick-slider {
  margin-bottom: 0;
}
/* line 1797, ../scss/module/_catalog-product.scss */
.product-img-box .st-new {
  text-align: center;
}
/* line 1799, ../scss/module/_catalog-product.scss */
.product-img-box .st-new img {
  display: inline;
}
/* line 1803, ../scss/module/_catalog-product.scss */
.product-img-box .st-percent {
  text-align: center;
}
/* line 1805, ../scss/module/_catalog-product.scss */
.product-img-box .st-percent span.st-percent-value {
  width: 60px;
  display: inline-block;
  text-align: center;
  height: 45px;
  position: relative;
}
/* line 1811, ../scss/module/_catalog-product.scss */
.product-img-box .st-percent span.st-percent-value span {
  color: #3b515e;
  font-weight: 600;
  font-size: 15px;
  line-height: 55px;
  position: relative;
}
/* line 1818, ../scss/module/_catalog-product.scss */
.product-img-box .st-percent span.st-percent-value i {
  color: #fff04d;
}
/* line 1820, ../scss/module/_catalog-product.scss */
.product-img-box .st-percent span.st-percent-value i:before {
  font-size: 45px;
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 1832, ../scss/module/_catalog-product.scss */
  .product-img-box {
    width: 328px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 1838, ../scss/module/_catalog-product.scss */
  .product-img-box {
    float: none;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1845, ../scss/module/_catalog-product.scss */
  .product-img-box {
    float: none;
    width: auto;
  }
  /* line 1848, ../scss/module/_catalog-product.scss */
  .product-img-box .product-images-control,
  .product-img-box .product-images-thumb,
  .product-img-box .social-share {
    display: none;
  }
}
/* line 1858, ../scss/module/_catalog-product.scss */
.wrap-product-pu .mfp-content {
  padding-top: 35px;
  padding-bottom: 20px;
}

/* line 1865, ../scss/module/_catalog-product.scss */
.popup-images-product .product-images-thumb {
  width: 410px;
  margin: 0 auto;
}
/* line 1868, ../scss/module/_catalog-product.scss */
.popup-images-product .product-images-thumb .slick-slider {
  margin-bottom: 0;
}
/* line 1872, ../scss/module/_catalog-product.scss */
.popup-images-product .product-images-thumb .img-item a {
  border: 1px solid transparent;
  border-radius: 5px;
  display: block;
  margin: 0 5px;
  padding: 5px 10px;
}
/* line 1880, ../scss/module/_catalog-product.scss */
.popup-images-product .product-images-thumb .img-item.slick-current a {
  border: 1px solid #b8cad6;
}
/* line 1886, ../scss/module/_catalog-product.scss */
.popup-images-product .popup-title-product {
  font-size: 15px;
  font-weight: 600;
  color: #557b92;
  text-align: center;
  max-width: 430px;
  margin: 0 auto 40px;
}
/* line 1894, ../scss/module/_catalog-product.scss */
.popup-images-product .product-images-big {
  position: relative;
}
/* line 1897, ../scss/module/_catalog-product.scss */
.popup-images-product .thumb-prev,
.popup-images-product .thumb-next {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  border-color: #7da0b6;
  background: none;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
}
/* line 1910, ../scss/module/_catalog-product.scss */
.popup-images-product .thumb-prev i:before,
.popup-images-product .thumb-next i:before {
  font-size: 11px;
  line-height: 36px;
  color: #7da0b6;
}
/* line 1919, ../scss/module/_catalog-product.scss */
.popup-images-product .thumb-prev.slick-hidden,
.popup-images-product .thumb-next.slick-hidden {
  display: none;
}
/* line 1923, ../scss/module/_catalog-product.scss */
.popup-images-product .thumb-prev {
  left: -70px;
}
/* line 1926, ../scss/module/_catalog-product.scss */
.popup-images-product .thumb-next {
  right: -70px;
}
/* line 1931, ../scss/module/_catalog-product.scss */
.popup-images-product .product-img-list .img-item {
  text-align: center;
}
/* line 1933, ../scss/module/_catalog-product.scss */
.popup-images-product .product-img-list .img-item img {
  display: inline-block;
}

@media only screen and (max-width: 479px) {
  /* line 1942, ../scss/module/_catalog-product.scss */
  .product-img-box .product-image img {
    max-height: 450px;
  }
}
/* line 1947, ../scss/module/_catalog-product.scss */
.product-image-gallery {
  position: relative;
}
/* line 1950, ../scss/module/_catalog-product.scss */
.product-image-gallery .gallery-image {
  display: none;
}
/* line 1953, ../scss/module/_catalog-product.scss */
.product-image-gallery .gallery-image.visible {
  display: block;
}
/* line 1956, ../scss/module/_catalog-product.scss */
.product-image-gallery .gallery-image.visible.hidden {
  visibility: hidden;
}
/* line 27, ../scss/mixin/_loading-overlay.scss */
.product-image-gallery:before, .product-image-gallery:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
/* line 38, ../scss/mixin/_loading-overlay.scss */
.product-image-gallery:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
/* line 44, ../scss/mixin/_loading-overlay.scss */
.product-image-gallery:after {
  background-image: url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
/* line 51, ../scss/mixin/_loading-overlay.scss */
.product-image-gallery.loading {
  position: relative;
}
/* line 54, ../scss/mixin/_loading-overlay.scss */
.product-image-gallery.loading:before, .product-image-gallery.loading:after {
  display: block;
}

/* line 1966, ../scss/module/_catalog-product.scss */
.product-image-thumbs li {
  display: inline-block;
}
/* line 1969, ../scss/module/_catalog-product.scss */
.product-image-thumbs li:first-child {
  margin-left: -1px;
}
/* line 1972, ../scss/module/_catalog-product.scss */
.product-image-thumbs a {
  display: inline-block;
  border: 1px solid transparent;
}

/* line 1979, ../scss/module/_catalog-product.scss */
.no-touch .product-image-thumbs a:hover {
  border-color: #c7c7c7;
}

/* line 1988, ../scss/module/_catalog-product.scss */
.product-view .product-shop,
.product-img-box,
.box-collateral {
  margin-bottom: 10px;
}

/* line 1994, ../scss/module/_catalog-product.scss */
.product-collateral {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  /* line 1994, ../scss/module/_catalog-product.scss */
  .product-collateral {
    margin-bottom: 0;
  }
}

/* line 2001, ../scss/module/_catalog-product.scss */
.product-view {
  /* Set a min-height so that the floated elements break appropriately */
}
/* line 2003, ../scss/module/_catalog-product.scss */
.product-view .add-to-box:after,
.product-view .add-to-cart:after {
  content: '';
  display: table;
  clear: both;
}
/* line 2013, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart .qty-wrapper,
.product-view .product-options-bottom .price-box,
.product-view .add-to-cart-buttons {
  min-height: 40px;
}
/* line 2019, ../scss/module/_catalog-product.scss */
.product-view .product-options-bottom .price-box,
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart-buttons .button,
.product-view .add-to-cart-buttons .paypal-logo {
  margin-bottom: 10px;
}
/* line 2026, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart .qty-wrapper label {
  margin-right: 7px;
  float: left;
}
/* line 2032, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart .qty-wrapper label {
  line-height: 40px;
}
/* line 2036, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart .qty-wrapper .qty {
  float: left;
  height: 40px;
}
/* line 2041, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons {
  float: left;
  margin-right: 10px;
  max-width: 100%;
}
/* line 2046, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons .paypal-logo {
  clear: left;
  text-align: center;
}
/* line 2050, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons .paypal-logo .paypal-button {
  margin: 0 auto;
  display: block;
  width: 170px;
}
/* line 2056, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons .paypal-logo .bml_button {
  display: block;
  width: 174px;
  margin: 0 auto;
}
/* line 2061, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons .paypal-logo .bml_button a {
  text-align: center;
}
/* line 2066, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons .paypal-logo .paypal-or {
  display: block;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  line-height: 1;
  text-align: center;
}
/* line 2077, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons .button {
  min-height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0px 30px;
  float: left;
  min-width: 160px;
  width: 100%;
  white-space: normal;
}
/* line 2088, ../scss/module/_catalog-product.scss */
.product-view .alert-price,
.product-view .alert-stock {
  clear: both;
}

@media only screen and (max-width: 479px) {
  /* line 2096, ../scss/module/_catalog-product.scss */
  .product-view .add-to-cart-buttons .paypal-or {
    line-height: 20px;
  }
  /* line 2100, ../scss/module/_catalog-product.scss */
  .product-view .add-to-cart-buttons .paypal-logo,
  .product-view .add-to-cart-buttons .paypal-or,
  .product-view .add-to-cart-buttons .paypal-button,
  .product-view .add-to-cart-buttons .button {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 2115, ../scss/module/_catalog-product.scss */
  .product-view {
    max-width: 768px;
    margin: 0 auto;
  }
}
/* This is the "or" that separates the "Add to Cart" and "Add to X" links */
/* line 2122, ../scss/module/_catalog-product.scss */
.add-to-box .or {
  display: none;
}

/* line 2127, ../scss/module/_catalog-product.scss */
.product-view .add-to-links {
  margin: 0;
}
/* line 2129, ../scss/module/_catalog-product.scss */
.product-view .add-to-links li {
  text-align: center;
}
/* line 2131, ../scss/module/_catalog-product.scss */
.product-view .add-to-links li a {
  font-size: 13px;
  color: #7ea2b8;
  text-decoration: underline;
  font-weight: 500;
  display: inline-block;
}
@media only screen and (max-width: 1279px) {
  /* line 2131, ../scss/module/_catalog-product.scss */
  .product-view .add-to-links li a {
    font-size: 10px;
  }
}

/* line 2145, ../scss/module/_catalog-product.scss */
.product-view .sharing-links {
  float: left;
}
/* line 2148, ../scss/module/_catalog-product.scss */
.product-view .sharing-links:after {
  content: '';
  display: table;
  clear: both;
}
/* line 2152, ../scss/module/_catalog-product.scss */
.product-view .sharing-links li {
  float: left;
  padding: 0px 7px 7px;
}
/* line 2157, ../scss/module/_catalog-product.scss */
.product-view .sharing-links a {
  text-indent: -9999px;
  display: block;
  width: 26px;
  height: 26px;
}
/* line 2164, ../scss/module/_catalog-product.scss */
.product-view .sharing-links a:hover {
  opacity: 0.8;
}
/* line 2167, ../scss/module/_catalog-product.scss */
.product-view .sharing-links a.link-wishlist {
  background-position: 0px -225px;
}
/* line 2170, ../scss/module/_catalog-product.scss */
.product-view .sharing-links a.link-compare {
  background-position: 0px -250px;
}
/* line 2173, ../scss/module/_catalog-product.scss */
.product-view .sharing-links a.link-email-friend {
  background-position: 0px -322px;
}
/* line 2176, ../scss/module/_catalog-product.scss */
.product-view .sharing-links a.link-facebook {
  background-position: 0px -425px;
}
/* line 2179, ../scss/module/_catalog-product.scss */
.product-view .sharing-links a.link-twitter {
  background-position: 0px -372px;
}

@media only screen and (max-width: 599px) {
  /* line 2186, ../scss/module/_catalog-product.scss */
  .add-to-box .add-to-links a {
    float: none;
    width: auto;
    text-indent: 0;
  }
}
/* line 2194, ../scss/module/_catalog-product.scss */
.product-collateral {
  clear: both;
}

/* line 2200, ../scss/module/_catalog-product.scss */
.collateral-tabs dd h2 {
  display: none;
}

/* line 2206, ../scss/module/_catalog-product.scss */
.box-collateral {
  clear: both;
}

@media only screen and (min-width: 1024px) {
  /* line 27, ../scss/mixin/_toggle-content.scss */
  .product-collateral .toggle-tabs {
    display: block;
    width: 100%;
    position: relative;
    border: 1px solid #CCCCCC;
    background-color: #F4F4F4;
  }
  /* line 34, ../scss/mixin/_toggle-content.scss */
  .product-collateral .toggle-tabs li {
    float: left;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
  }
  /* line 39, ../scss/mixin/_toggle-content.scss */
  .product-collateral .toggle-tabs li > span {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    bottom: -1px;
  }
  /* line 53, ../scss/mixin/_toggle-content.scss */
  .product-collateral .toggle-tabs li.current {
    border-right: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
  }
  /* line 57, ../scss/mixin/_toggle-content.scss */
  .product-collateral .toggle-tabs li.current > span {
    background-color: #FFFFFF;
    z-index: 5;
  }
  /* line 63, ../scss/mixin/_toggle-content.scss */
  .product-collateral .toggle-tabs li.current span,
  .product-collateral .toggle-tabs li:hover span {
    color: #0074bc;
  }
  /* line 68, ../scss/mixin/_toggle-content.scss */
  .product-collateral .toggle-tabs li:first-child {
    border-left: none;
  }
  /* line 72, ../scss/mixin/_toggle-content.scss */
  .product-collateral .toggle-tabs:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 77, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl {
    width: 100%;
  }
  /* line 80, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > dt {
    display: none;
  }
  /* line 84, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > dd {
    width: 100%;
    display: none;
    padding: 15px;
    border: 1px solid #CCCCCC;
    border-top: 0;
  }
  /* line 92, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > dd.current {
    display: block;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 123, ../scss/mixin/_toggle-content.scss */
  .product-collateral .toggle-tabs {
    display: none;
  }
  /* line 128, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > dt {
    margin: 0;
    margin-bottom: 10px;
    color: #0074bc;
    font-family: "Hind Guntur", Verdana, Arial, sans-serif Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    position: relative;
    background-color: #F4F4F4;
    display: block;
  }
  /* line 110, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #0074bc;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }
  /* line 117, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > dt:hover {
    background-color: #ededed;
  }
  /* line 133, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > dd {
    padding: 10px;
    margin: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #CCCCCC;
  }
  /* line 140, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > dd:last-child {
    border-width: 0 1px 1px 1px;
  }
  /* line 148, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > dt {
    cursor: pointer;
    border-bottom-width: 0;
  }
  /* line 152, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > dt:hover {
    color: #0074bc;
  }
  /* line 155, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #0074bc;
    border-right: none;
  }
  /* line 158, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > dt.last {
    border-bottom-width: 1px;
  }
  /* line 163, ../scss/mixin/_toggle-content.scss */
  .product-collateral > dl > dd {
    display: none;
  }
  /* line 171, ../scss/mixin/_toggle-content.scss */
  .product-collateral.accordion-open > dl > dt.current {
    border-bottom-width: 1px;
  }
  /* line 175, ../scss/mixin/_toggle-content.scss */
  .product-collateral.accordion-open > dl > dt.current:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #0074bc;
    border-bottom: none;
    left: 6px;
    top: 50%;
    margin-top: -3px;
  }
  /* line 183, ../scss/mixin/_toggle-content.scss */
  .product-collateral.accordion-open > dl > dd.current {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 2231, ../scss/module/_catalog-product.scss */
  .product-view .product-shop .product-name {
    display: block;
  }

  /* line 2234, ../scss/module/_catalog-product.scss */
  .product-img-box .product-name {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  /* line 2241, ../scss/module/_catalog-product.scss */
  .product-view .product-shop,
  .product-img-box,
  .box-collateral {
    margin-bottom: 10px;
  }
}
/* line 2249, ../scss/module/_catalog-product.scss */
.product-view .ratings .rating-links {
  clear: left;
  float: left;
  margin-top: 0;
}

/* line 2256, ../scss/module/_catalog-product.scss */
#product-attribute-specs-table {
  max-width: 50em;
  border: 1px solid #C0C0C0;
}
/* line 2260, ../scss/module/_catalog-product.scss */
#product-attribute-specs-table th {
  border-right: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 2267, ../scss/module/_catalog-product.scss */
  .product-collateral {
    max-width: 1024px;
    margin: 0 auto 30px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
/* -------------------------------------------- *
 * Catalog - Grouped Product List
 */
/* line 2279, ../scss/module/_catalog-product.scss */
.grouped-items-table-wrapper {
  border: solid 1px #C0C0C0;
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
}
/* line 2285, ../scss/module/_catalog-product.scss */
.grouped-items-table-wrapper tbody tr:last-child td {
  border-bottom: none;
}
@media only screen and (max-width: 479px) {
  /* line 2279, ../scss/module/_catalog-product.scss */
  .grouped-items-table-wrapper {
    margin-bottom: 15px;
  }
}

/* line 2294, ../scss/module/_catalog-product.scss */
.grouped-items-table .newListSelected {
  display: none;
}
/* line 2297, ../scss/module/_catalog-product.scss */
.grouped-items-table .customSelect {
  left: 0;
  position: static;
  top: 0;
  z-index: 1;
  min-width: 0;
  width: 150px;
  height: 35px;
  padding: 3px 40px 0 10px;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (max-width: 1279px) {
  /* line 2297, ../scss/module/_catalog-product.scss */
  .grouped-items-table .customSelect {
    width: 55px;
    background: #ffffff;
    padding: 0;
  }
}
/* line 2315, ../scss/module/_catalog-product.scss */
.grouped-items-table .data-table th {
  white-space: normal;
}
/* line 2322, ../scss/module/_catalog-product.scss */
.grouped-items-table.data-table tbody td.g-td-images {
  padding: 10px;
}
/* line 2324, ../scss/module/_catalog-product.scss */
.grouped-items-table.data-table tbody td.g-td-images img {
  height: auto;
}
/* line 2331, ../scss/module/_catalog-product.scss */
.grouped-items-table .th-qty {
  border: none;
}
/* line 2333, ../scss/module/_catalog-product.scss */
.grouped-items-table .th-qty:after {
  display: none;
}
/* line 2337, ../scss/module/_catalog-product.scss */
.grouped-items-table .name-wrapper {
  color: #0074bc;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif Arial, sans-serif;
}
/* line 2342, ../scss/module/_catalog-product.scss */
.grouped-items-table .qty-wrapper {
  padding-top: 7px;
}
/* line 2346, ../scss/module/_catalog-product.scss */
.grouped-items-table .qty-label {
  margin-left: 7px;
}
/* line 2351, ../scss/module/_catalog-product.scss */
.grouped-items-table .td-status .status:before {
  display: none;
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e932";
  font-size: 19px;
}
/* line 2363, ../scss/module/_catalog-product.scss */
.grouped-items-table .td-status .status.available {
  color: #3ec744;
}
/* line 2366, ../scss/module/_catalog-product.scss */
.grouped-items-table .td-status .status.available:before {
  display: none;
}
/* line 2370, ../scss/module/_catalog-product.scss */
.grouped-items-table .td-status .status.disable, .grouped-items-table .td-status .status.not-available {
  color: #ed5b24;
}
/* line 2373, ../scss/module/_catalog-product.scss */
.grouped-items-table .td-status .status.disable:before, .grouped-items-table .td-status .status.not-available:before {
  display: none;
}
/* line 2380, ../scss/module/_catalog-product.scss */
.grouped-items-table .qty-wrap {
  position: relative;
  text-align: center;
  width: 120px;
  border: 1px solid #bad9eb;
  border-radius: 5px;
  padding: 3px 0;
  background: #ffffff;
}
/* line 2389, ../scss/module/_catalog-product.scss */
.grouped-items-table .qty-wrap .qty-inner:after {
  content: '';
  display: table;
  clear: both;
}
/* line 2392, ../scss/module/_catalog-product.scss */
.grouped-items-table .qty-wrap .qty-inner .qty {
  display: block;
  float: left;
  width: 27px;
  color: #557b92;
  font-size: 20px;
  position: relative;
  height: 27px;
}
/* line 2401, ../scss/module/_catalog-product.scss */
.grouped-items-table .qty-wrap .qty-inner .qty.input-text {
  font-size: 15px;
  color: #7ea2b8;
  width: 60px;
  border: none;
  padding-top: 10px;
  background: none;
}
/* line 2409, ../scss/module/_catalog-product.scss */
.grouped-items-table .qty-wrap .qty-inner .qty.minus {
  border-right: 1px solid #bad9eb;
  cursor: pointer;
}
/* line 2412, ../scss/module/_catalog-product.scss */
.grouped-items-table .qty-wrap .qty-inner .qty.minus:after {
  content: "_";
  left: 8px;
  position: absolute;
  top: -6px;
}
/* line 2419, ../scss/module/_catalog-product.scss */
.grouped-items-table .qty-wrap .qty-inner .qty.plus {
  border-left: 1px solid #bad9eb;
  cursor: pointer;
}
/* line 2422, ../scss/module/_catalog-product.scss */
.grouped-items-table .qty-wrap .qty-inner .qty.plus:after {
  content: "+";
  left: 8px;
  position: absolute;
  top: 2px;
}
/* line 2436, ../scss/module/_catalog-product.scss */
.grouped-items-table .is-pro .price-box .price-including-tax .label,
.grouped-items-table .is-pro .price-box .price-including-tax .price {
  font-size: 12px;
  color: #7ea2b8;
  font-weight: 400;
  line-height: 15px;
}
/* line 2443, ../scss/module/_catalog-product.scss */
.grouped-items-table .is-pro .price-box .price-including-tax .label {
  font-size: 10px;
}
/* line 2446, ../scss/module/_catalog-product.scss */
.grouped-items-table .is-pro .price-box .price-including-tax:after {
  content: '';
  display: table;
  clear: both;
}
/* line 2449, ../scss/module/_catalog-product.scss */
.grouped-items-table .is-pro .price-box .price-including-tax .price,
.grouped-items-table .is-pro .price-box .price-including-tax .label {
  float: left;
}
/* line 2455, ../scss/module/_catalog-product.scss */
.grouped-items-table .is-pro .price-box .price-excluding-tax .price,
.grouped-items-table .is-pro .price-box .price-excluding-tax .label {
  font-size: 14px;
  color: #3b515e;
  font-weight: 600;
  line-height: 15px;
}
/* line 2462, ../scss/module/_catalog-product.scss */
.grouped-items-table .is-pro .price-box .price-excluding-tax .label {
  font-size: 12px;
}
/* line 2465, ../scss/module/_catalog-product.scss */
.grouped-items-table .is-pro .price-box .price-excluding-tax:after {
  content: '';
  display: table;
  clear: both;
}
/* line 2468, ../scss/module/_catalog-product.scss */
.grouped-items-table .is-pro .price-box .price-excluding-tax .price,
.grouped-items-table .is-pro .price-box .price-excluding-tax .label {
  /*float: left;*/
}
/* line 2479, ../scss/module/_catalog-product.scss */
.grouped-items-table .not-pro .price-box .price-including-tax .price,
.grouped-items-table .not-pro .price-box .price-including-tax .label {
  line-height: 15px;
  font-size: 14px;
  color: #3b515e;
  font-weight: 600;
}
/* line 2486, ../scss/module/_catalog-product.scss */
.grouped-items-table .not-pro .price-box .price-including-tax .label {
  font-size: 12px;
}
/* line 2489, ../scss/module/_catalog-product.scss */
.grouped-items-table .not-pro .price-box .price-including-tax:after {
  content: '';
  display: table;
  clear: both;
}
/* line 2492, ../scss/module/_catalog-product.scss */
.grouped-items-table .not-pro .price-box .price-including-tax .price,
.grouped-items-table .not-pro .price-box .price-including-tax .label {
  float: left;
}
/* line 2498, ../scss/module/_catalog-product.scss */
.grouped-items-table .not-pro .price-box .price-excluding-tax .label,
.grouped-items-table .not-pro .price-box .price-excluding-tax .price {
  line-height: 15px;
  font-size: 12px;
  color: #7ea2b8;
  font-weight: 400;
}
/* line 2505, ../scss/module/_catalog-product.scss */
.grouped-items-table .not-pro .price-box .price-excluding-tax .label {
  font-size: 10px;
}
/* line 2508, ../scss/module/_catalog-product.scss */
.grouped-items-table .not-pro .price-box .price-excluding-tax:after {
  content: '';
  display: table;
  clear: both;
}
/* line 2511, ../scss/module/_catalog-product.scss */
.grouped-items-table .not-pro .price-box .price-excluding-tax .price,
.grouped-items-table .not-pro .price-box .price-excluding-tax .label {
  float: left;
}
/* line 2518, ../scss/module/_catalog-product.scss */
.grouped-items-table .button {
  border: none;
}
/* line 2520, ../scss/module/_catalog-product.scss */
.grouped-items-table .button.btn-cart {
  min-width: 0;
  background: none;
  height: auto;
  border-radius: 0;
  color: #ffffff;
  padding: 0;
  border: none;
}
/* line 2528, ../scss/module/_catalog-product.scss */
.grouped-items-table .button.btn-cart:after {
  content: '';
  display: table;
  clear: both;
}
/* line 2532, ../scss/module/_catalog-product.scss */
.grouped-items-table .button .icon-arr-long-right {
  display: none;
  position: absolute;
  left: 0;
  top: 18px;
}
/* line 2534, ../scss/module/_catalog-product.scss */
.grouped-items-table .button .icon-arr-long-right:before {
  color: #0074bc;
  font-size: 11px;
}
/* line 2542, ../scss/module/_catalog-product.scss */
.grouped-items-table .button .bt-ico-cart {
  position: relative;
  display: block;
}
/* line 2546, ../scss/module/_catalog-product.scss */
.grouped-items-table .button .icon-cart-mini {
  background: #0074bc;
  border-radius: 3px;
  display: block;
  width: 55px;
  height: 55px;
  position: relative;
  /*  &:after {
       content: "";
       position: absolute;
       z-index: 0;
       -webkit-box-shadow: 0px 10px 6px -10px rgba(0,0,0,0.75);
       -moz-box-shadow: 0px 10px 6px -10px rgba(0,0,0,0.75);
       box-shadow: 0px 10px 6px -10px rgba(0,0,0,0.75);
       width: 100%;
       height: 25px;
       bottom: 0;
       left: 0;
   } */
}
/* line 2553, ../scss/module/_catalog-product.scss */
.grouped-items-table .button .icon-cart-mini:before {
  color: #ffffff;
  font-size: 27px;
  line-height: 55px;
}
/* line 2572, ../scss/module/_catalog-product.scss */
.grouped-items-table .button.btn-cart:hover {
  /*  .icon-cart-mini {
       background: $c-blue;
       &:before {
           color: $c-white;
       }
   } */
}
/* line 2573, ../scss/module/_catalog-product.scss */
.grouped-items-table .button.btn-cart:hover .icon-arr-long-right {
  display: block;
}
/* line 2585, ../scss/module/_catalog-product.scss */
.grouped-items-table .g-td-price {
  text-align: center;
}
/* line 2588, ../scss/module/_catalog-product.scss */
.grouped-items-table .weee {
  font-size: 11px;
}

/* line 2595, ../scss/module/_catalog-product.scss */
.images-group-table .mfp-content {
  padding: 0;
  background: none;
}
/* line 2600, ../scss/module/_catalog-product.scss */
.images-group-table .mfp-figure {
  position: relative;
  border-radius: 5px;
  background: #ffffff;
  padding: 50px;
}
/* line 2601, ../scss/module/_catalog-product.scss */
.images-group-table .mfp-figure:after {
  display: none;
}
/* line 2610, ../scss/module/_catalog-product.scss */
.images-group-table img.mfp-img {
  padding: 0;
}
/* line 2613, ../scss/module/_catalog-product.scss */
.images-group-table .mfp-image-holder
.mfp-close,
.images-group-table .mfp-iframe-holder
.mfp-close {
  color: #ffffff;
  right: 10px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
  top: 15px;
  outline: none;
}
/* line 2625, ../scss/module/_catalog-product.scss */
.images-group-table .mfp-arrow {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #0074bc;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 2633, ../scss/module/_catalog-product.scss */
.images-group-table .mfp-arrow:before {
  border: none;
  margin: 0;
  color: #0074bc;
  font-size: 11px;
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -9px;
}
/* line 2644, ../scss/module/_catalog-product.scss */
.images-group-table .mfp-arrow:after {
  display: none;
}
/* line 2648, ../scss/module/_catalog-product.scss */
.images-group-table .mfp-arrow-left {
  left: 20px;
}
/* line 2650, ../scss/module/_catalog-product.scss */
.images-group-table .mfp-arrow-left:before {
  content: '\e905';
}
/* line 2654, ../scss/module/_catalog-product.scss */
.images-group-table .mfp-arrow-right {
  right: 20px;
}
/* line 2656, ../scss/module/_catalog-product.scss */
.images-group-table .mfp-arrow-right:before {
  content: '\e906';
}

@media only screen and (max-width: 767px) {
  /* line 2664, ../scss/module/_catalog-product.scss */
  .images-group-table .mfp-figure {
    padding: 10px;
  }
}
/* -------------------------------------------- *
 * Catalog - Product Options
 */
/* line 2675, ../scss/module/_catalog-product.scss */
.options-container-big .product-options .required {
  display: none;
}

/* line 2682, ../scss/module/_catalog-product.scss */
.product-options .newListSelected {
  width: 100%;
  display: none;
}
/* line 2686, ../scss/module/_catalog-product.scss */
.product-options .customSelect {
  position: static;
  z-index: 1;
  top: auto;
  left: auto;
  min-width: 0;
}
/* line 2694, ../scss/module/_catalog-product.scss */
.product-options dl dd {
  margin-bottom: 10px;
}

/* .product-options .required {
    display: none;
} */
/* line 2705, ../scss/module/_catalog-product.scss */
.product-ops .product-options {
  background: #eef2f5;
}
/* line 2707, ../scss/module/_catalog-product.scss */
.product-ops .product-options p.required {
  display: none;
}
/* line 2711, ../scss/module/_catalog-product.scss */
.product-ops .options-title {
  position: relative;
  margin-bottom: 5px;
}
/* line 2714, ../scss/module/_catalog-product.scss */
.product-ops .options-title:after {
  height: 1px;
  width: 100%;
  background: #dce2e6;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
}
/* line 2723, ../scss/module/_catalog-product.scss */
.product-ops .options-title .options-title-inner {
  border: 1px solid #dce2e6;
  border-bottom: none;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  position: relative;
  padding: 30px 30px 20px 70px;
  width: 1040px;
  background: #ffffff;
  z-index: 1;
}
/* line 2733, ../scss/module/_catalog-product.scss */
.product-ops .options-title .options-title-inner:before {
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e93e";
  position: absolute;
  font-size: 26px;
  top: 50%;
  margin-top: -13px;
  left: 20px;
  color: #0074bc;
}
/* line 2751, ../scss/module/_catalog-product.scss */
.product-ops .options-title .tit {
  color: #0074bc;
  font-size: 25px;
  font-weight: normal;
  line-height: 28px;
}
/* line 2757, ../scss/module/_catalog-product.scss */
.product-ops .options-title .name {
  font-size: 12px;
  font-weight: 500;
  color: #557b92;
}
/* line 2763, ../scss/module/_catalog-product.scss */
.product-ops .options-bd-content {
  padding: 30px 70px;
}
/* line 2765, ../scss/module/_catalog-product.scss */
.product-ops .options-bd-content .required {
  font-size: 18px;
  color: #3b515e;
  font-weight: 600;
  margin-bottom: 10px;
}
/* line 2770, ../scss/module/_catalog-product.scss */
.product-ops .options-bd-content .required:after {
  display: none;
}
/* line 2776, ../scss/module/_catalog-product.scss */
.product-ops .bd-select-ct {
  margin-bottom: 40px;
}
/* line 2778, ../scss/module/_catalog-product.scss */
.product-ops .bd-select-ct .newListSelected {
  /*  display: block; */
}
/* line 2781, ../scss/module/_catalog-product.scss */
.product-ops .bd-select-ct .qty-holder {
  display: none;
}
/* line 2785, ../scss/module/_catalog-product.scss */
.product-ops .bd-select-ct .select-info-ct:after {
  content: '';
  display: table;
  clear: both;
}
/* line 2788, ../scss/module/_catalog-product.scss */
.product-ops .bd-select-ct .select-info-ct .ct-box-option {
  float: left;
  width: 970px;
  border-right: 1px solid #dce2e6;
}
/* line 2792, ../scss/module/_catalog-product.scss */
.product-ops .bd-select-ct .select-info-ct .ct-box-option:after {
  content: '';
  display: table;
  clear: both;
}
/* line 2796, ../scss/module/_catalog-product.scss */
.product-ops .bd-select-ct .select-info-ct .ct-box-price {
  float: right;
  width: 170px;
  padding-left: 20px;
}
/* line 2802, ../scss/module/_catalog-product.scss */
.product-ops .bd-select-ct .box-input {
  width: 825px;
  float: left;
}
/* line 2806, ../scss/module/_catalog-product.scss */
.product-ops .bd-select-ct .box-status {
  width: 100px;
  float: right;
  padding-right: 35px;
  overflow: hidden;
}
/* line 2812, ../scss/module/_catalog-product.scss */
.product-ops .bd-select-ct .available-selection {
  float: right;
}
/* line 2814, ../scss/module/_catalog-product.scss */
.product-ops .bd-select-ct .available-selection .available,
.product-ops .bd-select-ct .available-selection .not-available {
  margin-top: 15px;
  display: block;
  width: 15px;
  height: 15px;
  background: #39e717;
  border-radius: 50%;
}
/* line 2823, ../scss/module/_catalog-product.scss */
.product-ops .bd-select-ct .available-selection .not-available {
  background: #ff3a56;
}
/* line 2828, ../scss/module/_catalog-product.scss */
.product-ops .bd-select-ct .ct-box-price .label,
.product-ops .bd-select-ct .ct-box-price .price {
  color: #0074bc;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}
/* line 2835, ../scss/module/_catalog-product.scss */
.product-ops .bd-select-ct .ct-box-price .label {
  font-weight: 600;
}
/* line 2839, ../scss/module/_catalog-product.scss */
.product-ops .bd-select-ct .ct-box-price .price-including-tax .label,
.product-ops .bd-select-ct .ct-box-price .price-including-tax .price {
  color: #557b92;
  font-size: 15px;
}
/* line 2847, ../scss/module/_catalog-product.scss */
.product-ops .bd-select-ct .options-box-list li {
  font-size: 14px;
  color: #557b92;
  font-weight: normal;
  margin-bottom: 10px;
}
/* line 2853, ../scss/module/_catalog-product.scss */
.product-ops .bd-select-ct .options-box-list li .ct-box-option .price,
.product-ops .bd-select-ct .options-box-list li .ct-box-option .price-notice {
  font-weight: 700;
  color: #557b92;
}
/* line 2858, ../scss/module/_catalog-product.scss */
.product-ops .bd-select-ct .options-box-list li .ct-box-option .label {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #557b92;
  font-weight: normal;
}
/* line 2867, ../scss/module/_catalog-product.scss */
.product-ops .bd-select-ct .options-box-list li .ct-box-option .label.ac {
  color: #3b515e;
}
/* line 2869, ../scss/module/_catalog-product.scss */
.product-ops .bd-select-ct .options-box-list li .ct-box-option .label.ac .price,
.product-ops .bd-select-ct .options-box-list li .ct-box-option .label.ac .price-notice {
  font-weight: 700;
  color: #3b515e;
}
/* line 2881, ../scss/module/_catalog-product.scss */
.product-ops .product-options-bottom {
  background: #dfe5e9;
  padding: 35px 20px;
}
/* line 2884, ../scss/module/_catalog-product.scss */
.product-ops .product-options-bottom .price-box {
  display: block;
}
/* line 2887, ../scss/module/_catalog-product.scss */
.product-ops .product-options-bottom .addcart-title {
  display: none;
}
/* line 2890, ../scss/module/_catalog-product.scss */
.product-ops .product-options-bottom .addcart-qty {
  display: none;
}
/* line 2893, ../scss/module/_catalog-product.scss */
.product-ops .product-options-bottom .p-info-addcart {
  text-align: right;
  margin-bottom: 0;
}
/* line 2897, ../scss/module/_catalog-product.scss */
.product-ops .product-options-bottom .p-info-addcart button.button.btn-cart {
  width: auto;
  min-width: 330px;
}
/* line 2903, ../scss/module/_catalog-product.scss */
.product-ops .product-options-bottom .add-to-links {
  display: none;
}
/* line 2906, ../scss/module/_catalog-product.scss */
.product-ops .product-options-bottom .price-box {
  float: none;
  margin-bottom: 20px;
}
/* line 2909, ../scss/module/_catalog-product.scss */
.product-ops .product-options-bottom .price-box:after {
  content: '';
  display: table;
  clear: both;
}
/* line 2912, ../scss/module/_catalog-product.scss */
.product-ops .product-options-bottom .price-box .price-box-title {
  float: left;
  width: 1020px;
  padding-right: 35px;
  text-align: right;
  color: #0074bc;
  font-weight: 700;
  font-size: 30px;
}
/* line 2921, ../scss/module/_catalog-product.scss */
.product-ops .product-options-bottom .price-box .price-as-configured {
  float: right;
  padding-left: 20px;
  width: 210px;
}
/* line 2926, ../scss/module/_catalog-product.scss */
.product-ops .product-options-bottom .price-box .price,
.product-ops .product-options-bottom .price-box .label {
  font-size: 30px;
  font-weight: 700;
  color: #0074bc;
  line-height: 35px;
}
/* line 2933, ../scss/module/_catalog-product.scss */
.product-ops .product-options-bottom .price-box .label {
  font-weight: 600;
}
/* line 2937, ../scss/module/_catalog-product.scss */
.product-ops .product-options-bottom .price-box .price-including-tax .price,
.product-ops .product-options-bottom .price-box .price-including-tax .label {
  font-size: 20px;
  color: #557b92;
  line-height: 25px;
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 2950, ../scss/module/_catalog-product.scss */
  .product-ops {
    max-width: 1024px;
    margin: 0 auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* line 2955, ../scss/module/_catalog-product.scss */
  .product-ops .options-bd-content {
    padding: 30px 10px;
  }
  /* line 2959, ../scss/module/_catalog-product.scss */
  .product-ops .options-title .options-title-inner {
    width: 675px;
    padding: 20px 30px 10px 70px;
  }
  /* line 2963, ../scss/module/_catalog-product.scss */
  .product-ops .options-title .tit {
    font-size: 22px;
  }
  /* line 2966, ../scss/module/_catalog-product.scss */
  .product-ops .options-title .name {
    font-size: 11px;
  }
  /* line 2972, ../scss/module/_catalog-product.scss */
  .product-ops .bd-select-ct .select-info-ct .ct-box-option {
    width: 665px;
  }
  /* line 2975, ../scss/module/_catalog-product.scss */
  .product-ops .bd-select-ct .select-info-ct .box-input {
    width: 560px;
  }
  /* line 2978, ../scss/module/_catalog-product.scss */
  .product-ops .bd-select-ct .select-info-ct .ct-box-price {
    text-align: right;
    padding-right: 50px;
  }
  /* line 2984, ../scss/module/_catalog-product.scss */
  .product-ops .product-options-bottom {
    padding: 30px;
  }
  /* line 2987, ../scss/module/_catalog-product.scss */
  .product-ops .product-options-bottom .price-box .price-box-title {
    width: 675px;
  }
  /* line 2991, ../scss/module/_catalog-product.scss */
  .product-ops .product-options-bottom .price-tax {
    float: right;
    padding-right: 20px;
  }
  /* line 2995, ../scss/module/_catalog-product.scss */
  .product-ops .product-options-bottom .p-info-addcart button.button.btn-cart {
    min-width: 265px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 3005, ../scss/module/_catalog-product.scss */
  .product-ops .options-bd-content {
    padding: 30px 10px;
  }
  /* line 3009, ../scss/module/_catalog-product.scss */
  .product-ops .options-title .options-title-inner {
    width: 630px;
    padding: 20px 30px 10px 70px;
  }
  /* line 3013, ../scss/module/_catalog-product.scss */
  .product-ops .options-title .tit {
    font-size: 22px;
  }
  /* line 3016, ../scss/module/_catalog-product.scss */
  .product-ops .options-title .name {
    font-size: 11px;
  }
  /* line 3022, ../scss/module/_catalog-product.scss */
  .product-ops .bd-select-ct .select-info-ct .ct-box-option {
    width: 560px;
  }
  /* line 3025, ../scss/module/_catalog-product.scss */
  .product-ops .bd-select-ct .select-info-ct .box-input {
    width: 450px;
  }
  /* line 3028, ../scss/module/_catalog-product.scss */
  .product-ops .bd-select-ct .select-info-ct .ct-box-price {
    text-align: right;
    padding-right: 20px;
  }
  /* line 3034, ../scss/module/_catalog-product.scss */
  .product-ops .product-options-bottom {
    padding: 30px 10px;
  }
  /* line 3037, ../scss/module/_catalog-product.scss */
  .product-ops .product-options-bottom .price-box .price-box-title {
    width: 530px;
  }
  /* line 3041, ../scss/module/_catalog-product.scss */
  .product-ops .product-options-bottom .price-tax {
    float: right;
    padding-right: 30px;
  }
  /* line 3045, ../scss/module/_catalog-product.scss */
  .product-ops .product-options-bottom .p-info-addcart button.button.btn-cart {
    min-width: 220px;
    font-size: 15px;
  }
  /* line 3050, ../scss/module/_catalog-product.scss */
  .product-ops .product-options-bottom .price-box .price,
  .product-ops .product-options-bottom .price-box .label {
    font-size: 26px;
  }
  /* line 3055, ../scss/module/_catalog-product.scss */
  .product-ops .product-options-bottom .price-box .price-including-tax .price,
  .product-ops .product-options-bottom .price-box .price-including-tax .label {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 3067, ../scss/module/_catalog-product.scss */
  .product-options .customSelect {
    height: 35px;
    font-size: 12px;
    padding-left: 15px;
  }

  /* line 3073, ../scss/module/_catalog-product.scss */
  .p-info-options {
    display: none;
  }

  /* line 3077, ../scss/module/_catalog-product.scss */
  .product-ops .options-bd-content {
    padding: 10px;
  }
  /* line 3082, ../scss/module/_catalog-product.scss */
  .product-ops .bd-select-ct .select-info-ct .ct-box-price {
    display: none;
  }
  /* line 3085, ../scss/module/_catalog-product.scss */
  .product-ops .bd-select-ct .select-info-ct .ct-box-option {
    float: none;
    width: auto;
    border: none;
  }
  /* line 3090, ../scss/module/_catalog-product.scss */
  .product-ops .bd-select-ct .select-info-ct .box-input {
    float: none;
    width: auto;
  }
  /* line 3094, ../scss/module/_catalog-product.scss */
  .product-ops .bd-select-ct .select-info-ct .box-status {
    float: none;
    padding: 0;
    width: auto;
    display: inline;
  }
  /* line 3102, ../scss/module/_catalog-product.scss */
  .product-ops .bd-select-ct .available-selection {
    float: none;
    display: inline;
  }
  /* line 3105, ../scss/module/_catalog-product.scss */
  .product-ops .bd-select-ct .available-selection .available,
  .product-ops .bd-select-ct .available-selection .not-available {
    display: inline-block;
    height: 10px;
    margin: 2px 0 0 5px;
    position: absolute;
    width: 10px;
  }
  /* line 3116, ../scss/module/_catalog-product.scss */
  .product-ops .bd-select-ct .options-box-list li .ct-box-option .label {
    display: inline;
    font-size: 11px;
  }
  /* line 3124, ../scss/module/_catalog-product.scss */
  .product-ops .options-bd-select .ct-box-option {
    position: relative;
    margin-bottom: 15px;
  }
  /* line 3129, ../scss/module/_catalog-product.scss */
  .product-ops .options-bd-select.bd-options .ct-box-option {
    padding-left: 35px;
    line-height: 15px;
  }
  /* line 3133, ../scss/module/_catalog-product.scss */
  .product-ops .options-bd-select.bd-options .bd-select-ct {
    margin-bottom: 0;
  }
  /* line 3138, ../scss/module/_catalog-product.scss */
  .product-ops .options-bd-select.bd-select .box-status {
    display: none;
  }
  /* line 3141, ../scss/module/_catalog-product.scss */
  .product-ops .options-bd-select.bd-select .bd-select-ct {
    margin-bottom: 19px;
  }
  /* line 3145, ../scss/module/_catalog-product.scss */
  .product-ops .options-bd-select .input-st {
    position: absolute;
    left: 0;
    top: 0;
  }
  /* line 3151, ../scss/module/_catalog-product.scss */
  .product-ops .product-options-bottom {
    padding: 40px 10px;
  }
  /* line 3154, ../scss/module/_catalog-product.scss */
  .product-ops .product-options-bottom .price-box .price,
  .product-ops .product-options-bottom .price-box .label {
    font-size: 22px;
  }
  /* line 3159, ../scss/module/_catalog-product.scss */
  .product-ops .product-options-bottom .price-box .price-including-tax .price,
  .product-ops .product-options-bottom .price-box .price-including-tax .label {
    font-size: 15px;
  }
  /* line 3164, ../scss/module/_catalog-product.scss */
  .product-ops .product-options-bottom .price-box .price-box-title {
    width: 50%;
    padding: 0;
    text-align: left;
    font-size: 20px;
  }
  /* line 3170, ../scss/module/_catalog-product.scss */
  .product-ops .product-options-bottom .price-box .price-as-configured {
    width: 50%;
    padding: 0;
    text-align: right;
  }
  /* line 3174, ../scss/module/_catalog-product.scss */
  .product-ops .product-options-bottom .price-box .price-as-configured .price-tax {
    float: right;
  }
  /* line 3179, ../scss/module/_catalog-product.scss */
  .product-ops .product-options-bottom .p-info-addcart {
    float: none;
    text-align: center;
    padding: 0 40px;
  }
  /* line 3183, ../scss/module/_catalog-product.scss */
  .product-ops .product-options-bottom .p-info-addcart button.button.btn-cart {
    min-width: 0;
    width: 100%;
  }
}
/* "display: none" should be removed if products on site have a long list of product options and those product options */
/*  affect the price so that the customer can see the updated price close to the "Add to Cart" button */
/* line 3194, ../scss/module/_catalog-product.scss */
.product-options-bottom .price-box {
  display: none;
  float: right;
  margin: 0 0 10px;
  padding: 0;
}

@media only screen and (max-width: 479px) {
  /* line 3202, ../scss/module/_catalog-product.scss */
  .product-options-bottom .price-box .price-as-configured {
    text-align: right;
  }
  /* line 3205, ../scss/module/_catalog-product.scss */
  .product-options-bottom .price-box .price-as-configured .price-label {
    display: block;
  }
}
/* line 3211, ../scss/module/_catalog-product.scss */
.product-options-bottom .price-tax {
  float: left;
}

/* -------------------------------------------- *
 * Group Options
 */
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 3219, ../scss/module/_catalog-product.scss */
  .warehouse-selector {
    max-width: 1024px;
    margin: 0 auto;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* line 3229, ../scss/module/_catalog-product.scss */
.p-info-warehouse-selector .selector-title {
  margin-bottom: 5px;
  position: relative;
}
/* line 3230, ../scss/module/_catalog-product.scss */
.p-info-warehouse-selector .selector-title:after {
  background: #dce2e6;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
/* line 3242, ../scss/module/_catalog-product.scss */
.p-info-warehouse-selector .selector-title-inner {
  border: 1px solid #dce2e6;
  border-bottom: none;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  position: relative;
  padding: 20px;
  width: 1150px;
  background: #ffffff;
  z-index: 1;
}
/* line 3243, ../scss/module/_catalog-product.scss */
.p-info-warehouse-selector .selector-title-inner:after {
  content: '';
  display: table;
  clear: both;
}
/* line 3256, ../scss/module/_catalog-product.scss */
.p-info-warehouse-selector .tit-select {
  float: left;
  margin-right: 20px;
}
/* line 3260, ../scss/module/_catalog-product.scss */
.p-info-warehouse-selector .tit-text {
  color: #7ea2b8;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  margin-bottom: 5px;
}
/* line 3266, ../scss/module/_catalog-product.scss */
.p-info-warehouse-selector .tit-text:before {
  content: "\e932";
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 19px;
  margin-right: 15px;
  color: #bad9eb;
}
/* line 3280, ../scss/module/_catalog-product.scss */
.p-info-warehouse-selector .tit-status {
  padding-left: 35px;
  display: none;
}
/* line 3283, ../scss/module/_catalog-product.scss */
.p-info-warehouse-selector .tit-status span {
  position: relative;
  display: inline-block;
  color: #7ea2b8;
  font-size: 12px;
  font-weight: 500;
  margin-right: 25px;
}
/* line 3290, ../scss/module/_catalog-product.scss */
.p-info-warehouse-selector .tit-status span:before {
  content: "\e932";
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 15px;
  margin-right: 15px;
  color: #bad9eb;
}
/* line 3304, ../scss/module/_catalog-product.scss */
.p-info-warehouse-selector .tit-status span.en-stock:before {
  color: #39e717;
}
/* line 3309, ../scss/module/_catalog-product.scss */
.p-info-warehouse-selector .tit-status span.rupture:before {
  color: #ff0a2d;
}
/* line 3315, ../scss/module/_catalog-product.scss */
.p-info-warehouse-selector .chose-select {
  float: left;
}
/* line 3317, ../scss/module/_catalog-product.scss */
.p-info-warehouse-selector .chose-select .newListSelected {
  height: 35px;
}
/* line 3319, ../scss/module/_catalog-product.scss */
.p-info-warehouse-selector .chose-select .newListSelected .selectedTxt {
  height: 35px;
  line-height: 35px;
}
/* line 3322, ../scss/module/_catalog-product.scss */
.p-info-warehouse-selector .chose-select .newListSelected .selectedTxt:before {
  top: 15px;
  right: 20px;
}
/* line 3328, ../scss/module/_catalog-product.scss */
.p-info-warehouse-selector .chose-select .tit-status {
  display: none;
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 3336, ../scss/module/_catalog-product.scss */
  .p-info-warehouse-selector .selector-title-inner {
    width: 675px;
  }
  /* line 3339, ../scss/module/_catalog-product.scss */
  .p-info-warehouse-selector .tit-text {
    font-size: 11px;
  }
  /* line 3343, ../scss/module/_catalog-product.scss */
  .p-info-warehouse-selector .tit-select .tit-status {
    display: none;
  }
  /* line 3348, ../scss/module/_catalog-product.scss */
  .p-info-warehouse-selector .chose-select:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 3351, ../scss/module/_catalog-product.scss */
  .p-info-warehouse-selector .chose-select select {
    width: 285px;
    float: left;
  }
  /* line 3355, ../scss/module/_catalog-product.scss */
  .p-info-warehouse-selector .chose-select .tit-status {
    display: block;
    float: left;
    padding-top: 10px;
  }

  /* line 3362, ../scss/module/_catalog-product.scss */
  .product-info-group {
    max-width: 1024px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 3368, ../scss/module/_catalog-product.scss */
  .product-info-group .data-table th, .product-info-group .data-table td {
    padding: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 3377, ../scss/module/_catalog-product.scss */
  .p-info-warehouse-selector .selector-title-inner {
    width: 630px;
  }
  /* line 3380, ../scss/module/_catalog-product.scss */
  .p-info-warehouse-selector .tit-text {
    font-size: 11px;
  }
  /* line 3384, ../scss/module/_catalog-product.scss */
  .p-info-warehouse-selector .tit-select .tit-status {
    display: none;
  }
  /* line 3389, ../scss/module/_catalog-product.scss */
  .p-info-warehouse-selector .chose-select:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 3392, ../scss/module/_catalog-product.scss */
  .p-info-warehouse-selector .chose-select select {
    width: 285px;
    float: left;
  }
  /* line 3396, ../scss/module/_catalog-product.scss */
  .p-info-warehouse-selector .chose-select .tit-status {
    display: block;
    float: left;
    padding-top: 10px;
  }

  /* line 3405, ../scss/module/_catalog-product.scss */
  .product-info-group .data-table th, .product-info-group .data-table td {
    padding: 10px;
  }

  /* line 3411, ../scss/module/_catalog-product.scss */
  .grouped-items-table .price-box {
    white-space: nowrap;
  }
  /* line 3413, ../scss/module/_catalog-product.scss */
  .grouped-items-table .price-box .price,
  .grouped-items-table .price-box .label {
    float: none;
  }
  /* line 3418, ../scss/module/_catalog-product.scss */
  .grouped-items-table .price-box .price-excluding-tax .price,
  .grouped-items-table .price-box .price-excluding-tax .label {
    float: none;
  }
}
/* line 3428, ../scss/module/_catalog-product.scss */
.g-td-name .info-name {
  display: none;
}

/* line 3433, ../scss/module/_catalog-product.scss */
.title-p-mobile,
.social-mobile,
.logo-p-bottom {
  display: none;
}

@media only screen and (max-width: 1023px) {
  /* line 3440, ../scss/module/_catalog-product.scss */
  .social-mobile.block-social.social-share {
    margin-bottom: 20px;
    display: block;
  }
  /* line 3443, ../scss/module/_catalog-product.scss */
  .social-mobile.block-social.social-share .social-share-title {
    font-size: 11px;
  }

  /* line 3447, ../scss/module/_catalog-product.scss */
  .logo-p-bottom {
    text-align: center;
    margin-bottom: 20px;
    display: block;
  }
  /* line 3451, ../scss/module/_catalog-product.scss */
  .logo-p-bottom img {
    display: inline;
  }

  /* line 3456, ../scss/module/_catalog-product.scss */
  .p-info-warehouse-selector .selector-title-inner {
    width: auto;
    border: none;
    padding: 0;
  }
  /* line 3461, ../scss/module/_catalog-product.scss */
  .p-info-warehouse-selector .tit-select,
  .p-info-warehouse-selector .chose-select {
    float: none;
    width: auto;
  }
  /* line 3466, ../scss/module/_catalog-product.scss */
  .p-info-warehouse-selector .chose-select {
    margin-bottom: 10px;
  }
  /* line 3469, ../scss/module/_catalog-product.scss */
  .p-info-warehouse-selector .tit-text {
    font-size: 10px;
    color: #7ea2b8;
    padding-left: 30px;
    margin-bottom: 15px;
  }
  /* line 3474, ../scss/module/_catalog-product.scss */
  .p-info-warehouse-selector .tit-text:before {
    position: absolute;
    top: 0;
    left: 0;
  }
  /* line 3480, ../scss/module/_catalog-product.scss */
  .p-info-warehouse-selector .tit-status {
    padding-left: 0;
    margin-bottom: 10px;
  }
  /* line 3484, ../scss/module/_catalog-product.scss */
  .p-info-warehouse-selector .customSelect {
    font-size: 14px;
    height: 35px;
    width: 100%;
  }

  /* line 3491, ../scss/module/_catalog-product.scss */
  .product-info-group .title-p-mobile {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: #0074bc;
    background: #dfe5e9;
    padding: 20px 25px;
  }
  /* line 3499, ../scss/module/_catalog-product.scss */
  .product-info-group colgroup,
  .product-info-group thead {
    display: none;
  }
  /* line 3504, ../scss/module/_catalog-product.scss */
  .product-info-group tbody tr {
    display: block;
    position: relative;
    padding: 10px 0;
  }
  /* line 3507, ../scss/module/_catalog-product.scss */
  .product-info-group tbody tr:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 3512, ../scss/module/_catalog-product.scss */
  .product-info-group tbody td {
    display: block;
    padding: 0;
    float: left;
  }
  /* line 3516, ../scss/module/_catalog-product.scss */
  .product-info-group tbody td:after {
    display: none;
  }
  /* line 3519, ../scss/module/_catalog-product.scss */
  .product-info-group tbody td.g-td-images {
    float: left;
    width: 11.66667%;
    padding: 0 8px;
    border-right: 1px solid #eef2f5;
  }
  /* line 3524, ../scss/module/_catalog-product.scss */
  .product-info-group tbody td.g-td-images img {
    height: auto;
  }
  /* line 3527, ../scss/module/_catalog-product.scss */
  .product-info-group tbody td.g-td-images .d-images {
    height: 120px;
    display: table-cell;
    vertical-align: middle;
  }
  /* line 3534, ../scss/module/_catalog-product.scss */
  .product-info-group tbody td.g-td-sku, .product-info-group tbody td.g-td-dispo, .product-info-group tbody td.g-td-stn-custom {
    display: none;
  }
  /* line 3539, ../scss/module/_catalog-product.scss */
  .product-info-group tbody td.g-td-name {
    width: 86.66667%;
    /*margin-bottom: 20px;*/
    padding-left: 8px;
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
  }
  /* line 3546, ../scss/module/_catalog-product.scss */
  .product-info-group tbody td.g-td-name .name {
    /*  display: none; */
  }
  /* line 3549, ../scss/module/_catalog-product.scss */
  .product-info-group tbody td.g-td-name .info-name {
    display: block;
  }
  /* line 3551, ../scss/module/_catalog-product.scss */
  .product-info-group tbody td.g-td-name .info-name li {
    /*font-size: 11px;*/
    font-weight: 600;
    color: #3b515e;
  }
  /* line 3555, ../scss/module/_catalog-product.scss */
  .product-info-group tbody td.g-td-name .info-name li span {
    color: #7ea2b8;
  }
  /* line 3561, ../scss/module/_catalog-product.scss */
  .product-info-group tbody td.g-td-price {
    /*width: 36.66667%;*/
    padding-left: 8px;
  }
  /* line 3565, ../scss/module/_catalog-product.scss */
  .product-info-group tbody td.td-status {
    position: absolute;
    right: 20px;
    top: 10px;
  }
  /* line 3570, ../scss/module/_catalog-product.scss */
  .product-info-group tbody td.g-td-addcart {
    /*float: right;*/
    padding-right: 10px;
    display: block;
    width: 100%;
  }
  /* line 3576, ../scss/module/_catalog-product.scss */
  .product-info-group tbody td.td-qty {
    width: 105px;
  }
  /* line 3581, ../scss/module/_catalog-product.scss */
  .product-info-group tbody tr:nth-child(2n) td.g-td-images {
    border-color: #dbe1e6;
  }

  /* line 3589, ../scss/module/_catalog-product.scss */
  .grouped-items-table .button.btn-cart {
    width: 100%;
  }
  /* line 3592, ../scss/module/_catalog-product.scss */
  .grouped-items-table .button.btn-cart:hover .icon-arr-long-right {
    display: none;
  }
  /* line 3597, ../scss/module/_catalog-product.scss */
  .grouped-items-table .button .bt-ico-cart {
    padding: 0;
  }
  /* line 3600, ../scss/module/_catalog-product.scss */
  .grouped-items-table .button .icon-cart-mini {
    height: 35px;
    width: 100%;
    margin-top: 20px;
  }
  /* line 3604, ../scss/module/_catalog-product.scss */
  .grouped-items-table .button .icon-cart-mini:before {
    font-size: 21px;
    line-height: 35px;
  }
  /* line 3611, ../scss/module/_catalog-product.scss */
  .grouped-items-table .price-box .price,
  .grouped-items-table .price-box .label {
    font-size: 16px;
    font-weight: 600;
    color: #0074bc;
  }
  /* line 3618, ../scss/module/_catalog-product.scss */
  .grouped-items-table .price-box .price-including-tax .price,
  .grouped-items-table .price-box .price-including-tax .label {
    font-size: 10px;
    color: #3b515e;
  }
}
/* -------------------------------------------- *
 * Related Products
 */
/* Block: Related */
/* line 3634, ../scss/module/_catalog-product.scss */
.block-related {
  margin-bottom: 40px;
}
/* line 3636, ../scss/module/_catalog-product.scss */
.block-related .block-related-inner {
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 3644, ../scss/module/_catalog-product.scss */
  .block-related {
    max-width: 1024px;
    margin: 0 auto 30px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 3653, ../scss/module/_catalog-product.scss */
  .block-related {
    display: none;
  }
}
/* -------------------------------------------- *
 * Upsell Products
 */
/* line 3662, ../scss/module/_catalog-product.scss */
.box-up-sell {
  margin-top: 20px;
}
/* line 3665, ../scss/module/_catalog-product.scss */
.box-up-sell .ratings {
  display: none;
}

/* -------------------------------------------- *
 * Sutunam Crosssell
 */
/* line 3674, ../scss/module/_catalog-product.scss */
.sutunam-crosssell {
  margin-top: 60px;
}

/* line 3678, ../scss/module/_catalog-product.scss */
.sutunam-crosssell-head {
  font-size: 25px;
  font-weight: 300;
  color: #557b92;
  text-align: center;
  position: relative;
  line-height: 25px;
  margin-bottom: 40px;
}
/* line 3686, ../scss/module/_catalog-product.scss */
.sutunam-crosssell-head:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #d1d6da;
  position: absolute;
  left: 0;
  bottom: 15px;
}
/* line 3695, ../scss/module/_catalog-product.scss */
.sutunam-crosssell-head span {
  display: inline-block;
  padding: 0 20px;
  background: #ffffff;
  z-index: 1;
  position: relative;
}

/* line 3704, ../scss/module/_catalog-product.scss */
.list-crosssel {
  width: 760px;
  margin: 0 auto;
}

/* line 3709, ../scss/module/_catalog-product.scss */
.table-crosssel {
  width: 100%;
}
/* line 3712, ../scss/module/_catalog-product.scss */
.table-crosssel tbody td {
  vertical-align: middle;
  padding: 5px 0;
}
/* line 3717, ../scss/module/_catalog-product.scss */
.table-crosssel .td-images {
  width: 110px;
}
/* line 3719, ../scss/module/_catalog-product.scss */
.table-crosssel .td-images img {
  border: 1px solid #d5d5d5;
  border-radius: 5px;
}
/* line 3724, ../scss/module/_catalog-product.scss */
.table-crosssel .td-info {
  width: 410px;
  padding: 5px 20px;
}
/* line 3729, ../scss/module/_catalog-product.scss */
.table-crosssel .td-price {
  width: 240px;
  text-align: right;
}
/* line 3734, ../scss/module/_catalog-product.scss */
.table-crosssel .product-name a {
  font-size: 16px;
  font-weight: 500;
  color: #3b515e;
}
/* line 3740, ../scss/module/_catalog-product.scss */
.table-crosssel .product-brand {
  font-size: 16px;
  font-weight: 600;
  color: #7ea2b8;
  text-transform: uppercase;
}
/* line 3746, ../scss/module/_catalog-product.scss */
.table-crosssel .product-sku {
  color: #557b92;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}
/* line 3752, ../scss/module/_catalog-product.scss */
.table-crosssel .qty-wrap {
  position: relative;
  text-align: center;
  border: 1px solid #bad9eb;
  border-radius: 5px;
  width: 97px;
  padding: 2px 0;
  background: #ffffff;
}
/* line 3761, ../scss/module/_catalog-product.scss */
.table-crosssel .qty-wrap .qty-inner:after {
  content: '';
  display: table;
  clear: both;
}
/* line 3764, ../scss/module/_catalog-product.scss */
.table-crosssel .qty-wrap .qty-inner .qty {
  display: block;
  float: left;
  color: #557b92;
  position: relative;
  width: 26px;
  height: 25px;
  font-size: 20px;
  font-weight: 700;
}
/* line 3773, ../scss/module/_catalog-product.scss */
.table-crosssel .qty-wrap .qty-inner .qty.input-text {
  color: #7ea2b8;
  border: none;
  background: none;
  width: 42px;
  font-size: 15px;
  padding-top: 8px;
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}
/* line 3784, ../scss/module/_catalog-product.scss */
.table-crosssel .qty-wrap .qty-inner .qty.minus {
  border-right: 1px solid #bad9eb;
  cursor: pointer;
}
/* line 3787, ../scss/module/_catalog-product.scss */
.table-crosssel .qty-wrap .qty-inner .qty.minus:after {
  content: "_";
  left: 7px;
  position: absolute;
  top: -8px;
}
/* line 3794, ../scss/module/_catalog-product.scss */
.table-crosssel .qty-wrap .qty-inner .qty.plus {
  border-left: 1px solid #bad9eb;
  cursor: pointer;
}
/* line 3797, ../scss/module/_catalog-product.scss */
.table-crosssel .qty-wrap .qty-inner .qty.plus:after {
  content: "+";
  left: 8px;
  margin-top: 0;
  position: absolute;
  top: 1px;
}
/* line 3808, ../scss/module/_catalog-product.scss */
.table-crosssel .label,
.table-crosssel .price {
  font-size: 16px;
  color: #3b515e;
  font-weight: 700;
  line-height: 20px;
}
/* line 3815, ../scss/module/_catalog-product.scss */
.table-crosssel .price-box .price-excluding-tax, .table-crosssel .price-box .price-including-tax,
.table-crosssel .price-from, .table-crosssel .price-to {
  display: inline;
}
/* line 3819, ../scss/module/_catalog-product.scss */
.table-crosssel .price-box {
  margin-bottom: 10px;
}
/* line 3822, ../scss/module/_catalog-product.scss */
.table-crosssel .button {
  border: none;
}
/* line 3824, ../scss/module/_catalog-product.scss */
.table-crosssel .button.btn-cart {
  min-width: 0;
  background: none;
  height: auto;
  border-radius: 0;
  color: #0074bc;
  padding: 0;
  border: none;
}
/* line 3832, ../scss/module/_catalog-product.scss */
.table-crosssel .button.btn-cart:after {
  content: '';
  display: table;
  clear: both;
}
/* line 3836, ../scss/module/_catalog-product.scss */
.table-crosssel .button .icon-arr-long-right {
  position: absolute;
  left: 0;
  top: 18px;
}
/* line 3837, ../scss/module/_catalog-product.scss */
.table-crosssel .button .icon-arr-long-right:before {
  color: #0074bc;
  font-size: 11px;
}
/* line 3845, ../scss/module/_catalog-product.scss */
.table-crosssel .button .bt-ico-cart {
  position: relative;
  display: block;
}
/* line 3849, ../scss/module/_catalog-product.scss */
.table-crosssel .button .icon-cart-mini {
  background: #0074bc;
  border-radius: 3px;
  display: block;
  width: 55px;
  height: 55px;
  position: relative;
}
/* line 3856, ../scss/module/_catalog-product.scss */
.table-crosssel .button .icon-cart-mini:before {
  color: #ffffff;
  font-size: 27px;
  line-height: 55px;
}
/* line 3861, ../scss/module/_catalog-product.scss */
.table-crosssel .button .icon-cart-mini:after {
  content: "";
  position: absolute;
  z-index: 0;
  -webkit-box-shadow: 0px 10px 6px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 6px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 6px -10px rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 25px;
  bottom: 0;
  left: 0;
}
/* line 3875, ../scss/module/_catalog-product.scss */
.table-crosssel .add-cart-info {
  display: inline-block;
}
/* line 3877, ../scss/module/_catalog-product.scss */
.table-crosssel .add-cart-info:after {
  content: '';
  display: table;
  clear: both;
}
/* line 3880, ../scss/module/_catalog-product.scss */
.table-crosssel .add-cart-info .qty-wrap {
  float: left;
  margin-right: 18px;
  position: relative;
  top: 13px;
}
/* line 3886, ../scss/module/_catalog-product.scss */
.table-crosssel .add-cart-info .actions {
  float: left;
}

/* -------------------------------------------- *
 * Product-view-bottom
 */
/* line 3895, ../scss/module/_catalog-product.scss */
.box-title {
  font-size: 25px;
  color: #0074bc;
  font-weight: 400;
  position: relative;
  line-height: 25px;
  padding-left: 15px;
  padding-right: 40px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 767px) and (max-width: 1279px) {
  /* line 3895, ../scss/module/_catalog-product.scss */
  .box-title {
    margin-bottom: 30px;
  }
}
/* line 3907, ../scss/module/_catalog-product.scss */
.box-title:before {
  width: 100%;
  height: 1px;
  background: #d1d6da;
  position: absolute;
  content: "";
  left: 0;
  bottom: 10px;
}
/* line 3916, ../scss/module/_catalog-product.scss */
.box-title:after {
  content: '';
  display: table;
  clear: both;
}
/* line 3919, ../scss/module/_catalog-product.scss */
.box-title .title-text {
  float: left;
}
/* line 3921, ../scss/module/_catalog-product.scss */
.box-title .title-text span {
  display: inline-block;
  background: #ffffff;
  position: relative;
  z-index: 1;
  padding: 0 20px;
}
/* line 3928, ../scss/module/_catalog-product.scss */
.box-title .title-text i {
  margin-right: 10px;
}
/* line 3930, ../scss/module/_catalog-product.scss */
.box-title .title-text i:before {
  color: #0074bc;
  font-size: 14px;
}
/* line 3935, ../scss/module/_catalog-product.scss */
.box-title .title-text i.icon-avis:before {
  font-size: 18px;
}
/* line 3941, ../scss/module/_catalog-product.scss */
.box-title .title-list {
  float: right;
  position: relative;
  z-index: 1;
  padding: 0 20px;
  background: #ffffff;
  position: relative;
  top: 15px;
}
/* line 3950, ../scss/module/_catalog-product.scss */
.box-title .title-list ul:after {
  content: '';
  display: table;
  clear: both;
}
/* line 3953, ../scss/module/_catalog-product.scss */
.box-title .title-list ul li {
  float: left;
  margin-right: 15px;
}
/* line 3956, ../scss/module/_catalog-product.scss */
.box-title .title-list ul li a {
  font-weight: 600;
  font-size: 12px;
  display: block;
  color: #bad9eb;
  line-height: 15px;
}
/* line 3963, ../scss/module/_catalog-product.scss */
.box-title .title-list ul li:last-child {
  margin-right: 0;
}
/* line 3968, ../scss/module/_catalog-product.scss */
.box-title .title-list .back-to-top {
  cursor: pointer;
}
/* line 3971, ../scss/module/_catalog-product.scss */
.box-title .title-list .back-to-top i:before {
  font-size: 9px;
  position: relative;
  top: -3px;
}

/* line 3982, ../scss/module/_catalog-product.scss */
.product-view-bottom {
  margin: 0 auto 35px;
  max-width: 1280px;
  position: relative;
}
/* line 3986, ../scss/module/_catalog-product.scss */
.product-view-bottom:after {
  content: '';
  display: table;
  clear: both;
}
/* line 3989, ../scss/module/_catalog-product.scss */
.product-view-bottom .customer-reviews {
  float: left;
  width: 500px;
}
/* line 3993, ../scss/module/_catalog-product.scss */
.product-view-bottom .product-viewed {
  float: right;
  width: 765px;
}

@media only screen and (min-width: 767px) and (max-width: 1279px) {
  /* line 4001, ../scss/module/_catalog-product.scss */
  .product-view-bottom {
    margin: 0 auto 30px;
    max-width: 1024px;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 4006, ../scss/module/_catalog-product.scss */
  .product-view-bottom .customer-reviews {
    float: none;
    width: auto;
    margin-bottom: 30px;
  }
  /* line 4011, ../scss/module/_catalog-product.scss */
  .product-view-bottom .product-viewed {
    float: none;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  /* line 4020, ../scss/module/_catalog-product.scss */
  .product-view-bottom .customer-reviews {
    float: none;
    width: auto;
  }
  /* line 4024, ../scss/module/_catalog-product.scss */
  .product-view-bottom .product-viewed {
    display: none;
  }

  /* line 4028, ../scss/module/_catalog-product.scss */
  .box-title {
    font-size: 10px;
    color: #7ea2b8;
    text-transform: uppercase;
    font-weight: 600;
    padding: 20px 0;
    line-height: 12px;
    margin-bottom: 0;
  }
  /* line 4036, ../scss/module/_catalog-product.scss */
  .box-title:before {
    font-family: 'iconqastore' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e915';
    font-size: 8px;
    position: absolute;
    right: 10px;
    top: 23px;
    height: auto;
    width: auto;
    background: none;
    left: auto;
  }
  /* line 4055, ../scss/module/_catalog-product.scss */
  .box-title .title-text span {
    display: block;
    padding: 0 0 0 30px;
  }
  /* line 4059, ../scss/module/_catalog-product.scss */
  .box-title .title-text i.icon-avis {
    left: 0;
    margin: 0;
    position: absolute;
    top: -5px;
  }
  /* line 4064, ../scss/module/_catalog-product.scss */
  .box-title .title-text i.icon-avis:before {
    font-size: 20px;
    color: #7ea2b8;
  }

  /* line 4072, ../scss/module/_catalog-product.scss */
  .customer-reviews-content,
  .review-head {
    display: none;
  }

  /* line 4076, ../scss/module/_catalog-product.scss */
  .customer-reviews {
    border-bottom: 1px solid #7ea2b8;
  }
  /* line 4079, ../scss/module/_catalog-product.scss */
  .customer-reviews.open .box-title {
    border-bottom: 0;
  }
  /* line 4080, ../scss/module/_catalog-product.scss */
  .customer-reviews.open .box-title:before {
    content: '\e918';
  }
  /* line 4085, ../scss/module/_catalog-product.scss */
  .customer-reviews.open .customer-reviews-content,
  .customer-reviews.open .review-head {
    display: block;
  }
}
/* line 4097, ../scss/module/_catalog-product.scss */
.customer-reviews .tit-product {
  font-size: 20px;
  font-weight: 700;
  color: #557b92;
  line-height: 24px;
  margin-bottom: 10px;
}
/* line 4104, ../scss/module/_catalog-product.scss */
.customer-reviews .review-head {
  margin-bottom: 30px;
}
/* line 4108, ../scss/module/_catalog-product.scss */
.customer-reviews .product-review-total:after {
  content: '';
  display: table;
  clear: both;
}
/* line 4112, ../scss/module/_catalog-product.scss */
.customer-reviews .star-vote-total,
.customer-reviews .it-vote {
  float: left;
  margin-right: 10px;
}
/* line 4116, ../scss/module/_catalog-product.scss */
.customer-reviews .star-vote-total .rating-box,
.customer-reviews .it-vote .rating-box {
  width: 132px;
  position: relative;
  height: 25px;
}
/* line 4120, ../scss/module/_catalog-product.scss */
.customer-reviews .star-vote-total .rating-box:before,
.customer-reviews .it-vote .rating-box:before {
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e940";
  font-size: 24px;
  color: #d1d6da;
}
/* line 4132, ../scss/module/_catalog-product.scss */
.customer-reviews .star-vote-total .rating-box .rating,
.customer-reviews .it-vote .rating-box .rating {
  position: absolute;
  left: 0;
  top: 0;
  height: 25px;
  overflow: hidden;
  width: 0;
}
/* line 4139, ../scss/module/_catalog-product.scss */
.customer-reviews .star-vote-total .rating-box .rating:before,
.customer-reviews .it-vote .rating-box .rating:before {
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e940";
  color: #02804e;
  font-size: 24px;
}
/* line 4154, ../scss/module/_catalog-product.scss */
.customer-reviews .count-vote-total {
  float: left;
  color: #ed5b24;
  margin-right: 20px;
  font-size: 25px;
}
/* line 4159, ../scss/module/_catalog-product.scss */
.customer-reviews .count-vote-total strong {
  font-weight: 700;
  font-size: 25px;
}
/* line 4163, ../scss/module/_catalog-product.scss */
.customer-reviews .count-vote-total span {
  font-size: 20px;
  font-weight: 500;
}
/* line 4168, ../scss/module/_catalog-product.scss */
.customer-reviews .bt-write-review {
  float: left;
  font-size: 12px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}
/* line 4174, ../scss/module/_catalog-product.scss */
.customer-reviews .bt-write-review span {
  cursor: pointer;
  border-radius: 5px;
  display: block;
  background: #7da0b6;
  padding: 5px 20px 2px;
}
/* line 4180, ../scss/module/_catalog-product.scss */
.customer-reviews .bt-write-review span:hover {
  background: #557b92;
}
/* line 4186, ../scss/module/_catalog-product.scss */
.customer-reviews .review-product-list:after {
  content: '';
  display: table;
  clear: both;
}
/* line 4189, ../scss/module/_catalog-product.scss */
.customer-reviews .review-product-list li {
  margin-bottom: 30px;
  /*  &:last-child {
       margin-bottom: 0;
   } */
  border-top: 1px dashed #eef2f5;
  display: none;
}
/* line 4197, ../scss/module/_catalog-product.scss */
.customer-reviews .review-product-list .items-head {
  margin-bottom: 5px;
  padding-top: 20px;
  position: relative;
}
/* line 4198, ../scss/module/_catalog-product.scss */
.customer-reviews .review-product-list .items-head:after {
  content: '';
  display: table;
  clear: both;
}
/* line 4205, ../scss/module/_catalog-product.scss */
.customer-reviews .review-product-list .it-name {
  float: left;
  font-size: 20px;
  font-weight: 700;
  color: #557b92;
  line-height: 22px;
  margin-right: 15px;
}
/* line 4213, ../scss/module/_catalog-product.scss */
.customer-reviews .review-product-list .it-vote {
  float: left;
  margin-right: 10px;
}
/* line 4216, ../scss/module/_catalog-product.scss */
.customer-reviews .review-product-list .it-vote .rating-box {
  width: 91px;
  height: 17px;
}
/* line 4219, ../scss/module/_catalog-product.scss */
.customer-reviews .review-product-list .it-vote .rating-box:before {
  font-size: 17px;
}
/* line 4222, ../scss/module/_catalog-product.scss */
.customer-reviews .review-product-list .it-vote .rating-box .rating {
  height: 17px;
}
/* line 4224, ../scss/module/_catalog-product.scss */
.customer-reviews .review-product-list .it-vote .rating-box .rating:before {
  font-size: 17px;
}
/* line 4230, ../scss/module/_catalog-product.scss */
.customer-reviews .review-product-list .it-date {
  float: left;
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
  padding-top: 5px;
}
/* line 4237, ../scss/module/_catalog-product.scss */
.customer-reviews .review-product-list .it-bt-more {
  position: absolute;
  top: -1px;
  right: 0;
}
/* line 4241, ../scss/module/_catalog-product.scss */
.customer-reviews .review-product-list .it-bt-more span {
  position: relative;
  display: block;
  width: 36px;
  height: 34px;
  border: 1px solid #e2e2e2;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  cursor: pointer;
}
/* line 4250, ../scss/module/_catalog-product.scss */
.customer-reviews .review-product-list .it-bt-more span:after {
  content: "+";
  font-size: 20px;
  font-weight: 700;
  color: #557b92;
  position: absolute;
  top: 4px;
  left: 12px;
}
/* line 4261, ../scss/module/_catalog-product.scss */
.customer-reviews .review-product-list .item-content {
  font-size: 14px;
  color: #557b92;
  font-weight: 400;
  line-height: 17px;
  display: inline;
}
/* line 4267, ../scss/module/_catalog-product.scss */
.customer-reviews .review-product-list .item-content .view-more {
  font-size: 14px;
  color: #0074bc;
  display: inline;
}
/* line 4271, ../scss/module/_catalog-product.scss */
.customer-reviews .review-product-list .item-content .view-more span {
  color: #557b92;
}
/* line 4274, ../scss/module/_catalog-product.scss */
.customer-reviews .review-product-list .item-content .view-more.hide {
  display: none;
}
/* line 4277, ../scss/module/_catalog-product.scss */
.customer-reviews .review-product-list .item-content .view-more.show {
  display: inline;
}
/* line 4281, ../scss/module/_catalog-product.scss */
.customer-reviews .review-product-list .item-content .item-text {
  display: inline;
}
/* line 4284, ../scss/module/_catalog-product.scss */
.customer-reviews .review-product-list .item-content .cut-text {
  display: none;
}
/* line 4289, ../scss/module/_catalog-product.scss */
.customer-reviews .review-product-list li.open .cut-text {
  display: inline;
}
/* line 4293, ../scss/module/_catalog-product.scss */
.customer-reviews .review-product-list li.open .view-more span {
  display: none;
}
/* line 4299, ../scss/module/_catalog-product.scss */
.customer-reviews .review-product-list li.open .it-bt-more span:after {
  content: "_";
  top: -5px;
}
/* line 4307, ../scss/module/_catalog-product.scss */
.customer-reviews .bt-more-list {
  font-size: 13px;
  color: #3b515e;
  font-weight: 500;
  text-align: center;
  display: none;
}
/* line 4313, ../scss/module/_catalog-product.scss */
.customer-reviews .bt-more-list.list-long {
  display: block;
}
/* line 4316, ../scss/module/_catalog-product.scss */
.customer-reviews .bt-more-list span.bt {
  display: inline-block;
  position: relative;
  padding-left: 23px;
  line-height: 15px;
}
/* line 4321, ../scss/module/_catalog-product.scss */
.customer-reviews .bt-more-list span.bt:before {
  content: "\e904";
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
}
/* line 4335, ../scss/module/_catalog-product.scss */
.customer-reviews .bt-more-list span.bt span {
  display: inline-block;
  position: relative;
}
/* line 4338, ../scss/module/_catalog-product.scss */
.customer-reviews .bt-more-list span.bt span:after {
  content: "";
  height: 1px;
  width: 100%;
  background: #3b515e;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  /* line 4355, ../scss/module/_catalog-product.scss */
  .customer-reviews .tit-product {
    display: none;
  }
  /* line 4360, ../scss/module/_catalog-product.scss */
  .customer-reviews .star-vote-total .rating-box,
  .customer-reviews .it-vote .rating-box {
    height: 18px;
    width: 98px;
  }
  /* line 4363, ../scss/module/_catalog-product.scss */
  .customer-reviews .star-vote-total .rating-box:before,
  .customer-reviews .it-vote .rating-box:before {
    font-size: 18px;
  }
  /* line 4367, ../scss/module/_catalog-product.scss */
  .customer-reviews .star-vote-total .rating-box .rating:before,
  .customer-reviews .it-vote .rating-box .rating:before {
    font-size: 18px;
  }
  /* line 4373, ../scss/module/_catalog-product.scss */
  .customer-reviews .count-vote-total {
    font-size: 12px;
  }
  /* line 4375, ../scss/module/_catalog-product.scss */
  .customer-reviews .count-vote-total span,
  .customer-reviews .count-vote-total strong {
    font-size: 12px;
  }
  /* line 4380, ../scss/module/_catalog-product.scss */
  .customer-reviews .bt-write-review {
    position: relative;
    top: -5px;
  }
  /* line 4385, ../scss/module/_catalog-product.scss */
  .customer-reviews .review-product-list li {
    margin-bottom: 25px;
  }
  /* line 4388, ../scss/module/_catalog-product.scss */
  .customer-reviews .review-product-list .items-head {
    padding-top: 0px;
  }
  /* line 4391, ../scss/module/_catalog-product.scss */
  .customer-reviews .review-product-list .it-name {
    font-size: 13px;
  }
  /* line 4394, ../scss/module/_catalog-product.scss */
  .customer-reviews .review-product-list .it-bt-more {
    display: none;
  }
  /* line 4397, ../scss/module/_catalog-product.scss */
  .customer-reviews .review-product-list .it-date {
    float: right;
  }
  /* line 4400, ../scss/module/_catalog-product.scss */
  .customer-reviews .review-product-list .item-content {
    font-size: 11px;
    display: block;
    line-height: 16px;
  }
  /* line 4404, ../scss/module/_catalog-product.scss */
  .customer-reviews .review-product-list .item-content .cut-text {
    display: inline;
  }
  /* line 4407, ../scss/module/_catalog-product.scss */
  .customer-reviews .review-product-list .item-content .view-more,
  .customer-reviews .review-product-list .item-content .view-more.show {
    display: none;
  }
}
/* -------------------------------------------- *
 *  Popup add cart
 */
/* line 4421, ../scss/module/_catalog-product.scss */
.loading-add-cart {
  left: auto !important;
}
/* line 4423, ../scss/module/_catalog-product.scss */
.loading-add-cart:after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #3b515e;
  opacity: 0.35;
  z-index: 98;
}
/* line 4434, ../scss/module/_catalog-product.scss */
.loading-add-cart .loading-inner {
  background: #ffffff;
  left: 50%;
  margin: 0 auto;
  position: fixed;
  top: 50%;
  width: 630px;
  z-index: 999;
  padding: 110px 20px;
}
/* line 4443, ../scss/module/_catalog-product.scss */
.loading-add-cart .loading-inner .popup-logo {
  height: 80px;
  margin: 0 auto 40px;
  width: 50px;
  position: relative;
}
/* line 4448, ../scss/module/_catalog-product.scss */
.loading-add-cart .loading-inner .popup-logo img {
  display: inline;
}
/* line 4451, ../scss/module/_catalog-product.scss */
.loading-add-cart .loading-inner .popup-logo .triangle {
  bottom: 20px;
  left: -10px;
  max-width: 100%;
  position: absolute;
  z-index: 10;
}
/* line 4459, ../scss/module/_catalog-product.scss */
.loading-add-cart .loading-inner .popup-alert {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #0074bc;
  padding-bottom: 20px;
}
/* line 4466, ../scss/module/_catalog-product.scss */
.loading-add-cart .loading-inner .popup-thankyou {
  font-size: 11px;
  font-weight: 300;
  color: #7ea2b8;
  text-align: center;
  padding-top: 20px;
  position: relative;
}
/* line 4473, ../scss/module/_catalog-product.scss */
.loading-add-cart .loading-inner .popup-thankyou:after {
  content: "";
  width: 16px;
  height: 1px;
  background: #cccccc;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -8px;
}

/* line 4488, ../scss/module/_catalog-product.scss */
.popup-add-cart .c-content {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}
/* line 4493, ../scss/module/_catalog-product.scss */
.popup-add-cart .p-c-name {
  font-size: 20px;
  font-weight: 500;
  color: #0074bc;
  line-height: 25px;
  margin-bottom: 10px;
}
/* line 4500, ../scss/module/_catalog-product.scss */
.popup-add-cart .p-c-comfirm {
  color: #38e619;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}
/* line 4505, ../scss/module/_catalog-product.scss */
.popup-add-cart .p-c-comfirm .icon-tick-v {
  margin-right: 15px;
}
/* line 4507, ../scss/module/_catalog-product.scss */
.popup-add-cart .p-c-comfirm .icon-tick-v:after {
  font-size: 22px;
}
/* line 4512, ../scss/module/_catalog-product.scss */
.popup-add-cart .p-c-qty {
  color: #0074bc;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 45px;
}
/* line 4519, ../scss/module/_catalog-product.scss */
.popup-add-cart .p-c-button:after {
  content: '';
  display: table;
  clear: both;
}
/* line 4522, ../scss/module/_catalog-product.scss */
.popup-add-cart .p-c-button .button {
  border-radius: 5px;
  display: block;
  font-size: 20px;
  font-weight: 700;
  height: 70px;
  line-height: 60px;
  width: 300px;
  color: #7ea2b8;
  border: 1px solid #7ea2b8;
  background: #ffffff;
}
/* line 4533, ../scss/module/_catalog-product.scss */
.popup-add-cart .p-c-button .button.bt-ctn {
  float: left;
}
/* line 4535, ../scss/module/_catalog-product.scss */
.popup-add-cart .p-c-button .button.bt-ctn:hover {
  background: #7ea2b8;
  border-color: #7ea2b8;
  color: #ffffff;
}
/* line 4541, ../scss/module/_catalog-product.scss */
.popup-add-cart .p-c-button .button.bt-to-cart {
  float: right;
  color: #ffffff;
  border: 1px solid #0074bc;
  background: #0074bc;
}
/* line 4546, ../scss/module/_catalog-product.scss */
.popup-add-cart .p-c-button .button.bt-to-cart:hover {
  background: #3b515e;
  border-color: #3b515e;
}

/* -------------------------------------------- *
 * product-nav-info
 */
/* line 4561, ../scss/module/_catalog-product.scss */
.product-nav-info .nav-info-bottom {
  margin: 0 auto 30px;
  max-width: 1280px;
  position: relative;
  background: url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/line-bg-product.png") no-repeat 50% 100%;
  padding-bottom: 50px;
}
/* line 4568, ../scss/module/_catalog-product.scss */
.product-nav-info .title-list {
  padding: 0 20px;
  background: #ffffff;
  position: relative;
  text-align: center;
}
/* line 4573, ../scss/module/_catalog-product.scss */
.product-nav-info .title-list:after {
  content: '';
  display: table;
  clear: both;
}
/* line 4576, ../scss/module/_catalog-product.scss */
.product-nav-info .title-list:before {
  width: 100%;
  height: 1px;
  background: #d1d6da;
  position: absolute;
  content: "";
  left: 0;
  bottom: 10px;
}
/* line 4585, ../scss/module/_catalog-product.scss */
.product-nav-info .title-list ul {
  background: #ffffff;
  display: inline-block;
  padding: 0 35px;
  position: relative;
  z-index: 1;
  margin-right: 35px;
}
/* line 4592, ../scss/module/_catalog-product.scss */
.product-nav-info .title-list ul:last-child {
  margin-right: 0;
}
/* line 4595, ../scss/module/_catalog-product.scss */
.product-nav-info .title-list ul:after {
  content: '';
  display: table;
  clear: both;
}
/* line 4598, ../scss/module/_catalog-product.scss */
.product-nav-info .title-list ul li {
  display: inline-block;
  margin-right: 15px;
}
/* line 4601, ../scss/module/_catalog-product.scss */
.product-nav-info .title-list ul li a {
  font-weight: 600;
  font-size: 12px;
  display: block;
  color: #bad9eb;
  line-height: 15px;
  text-transform: uppercase;
}
/* line 4609, ../scss/module/_catalog-product.scss */
.product-nav-info .title-list ul li:last-child {
  margin-right: 0;
}
/* line 4614, ../scss/module/_catalog-product.scss */
.product-nav-info .title-list .back-to-top {
  cursor: pointer;
}
/* line 4617, ../scss/module/_catalog-product.scss */
.product-nav-info .title-list .back-to-top i:before {
  font-size: 9px;
  position: relative;
  top: -3px;
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 4628, ../scss/module/_catalog-product.scss */
  .product-nav-info {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 4636, ../scss/module/_catalog-product.scss */
  .product-nav-info {
    display: none;
  }

  /* line 4639, ../scss/module/_catalog-product.scss */
  body.customer-account-create .account-create,
  body.customer-account-create .account-create-info {
    float: none;
    width: 100%;
  }
}
/* line 4643, ../scss/module/_catalog-product.scss */
.product-title-slim {
  display: none;
}

@media only screen and (min-width: 1280px) {
  /* line 4650, ../scss/module/_catalog-product.scss */
  .slim-product #header-search,
  .slim-product .header-minicart,
  .slim-product .header-mini-acc,
  .slim-product .box-affichez-prix,
  .slim-product .add-to-links,
  .slim-product .addcart-title {
    display: none;
  }
  /* line 4658, ../scss/module/_catalog-product.scss */
  .slim-product .product-price-info {
    background: red;
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 0;
  }
  /* line 4668, ../scss/module/_catalog-product.scss */
  .slim-product .product-price-info .product-price-inner {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
  }
  /* line 4675, ../scss/module/_catalog-product.scss */
  .slim-product .slim-ac button.button-slim.button.btn-cart {
    height: auto;
    min-height: 0;
    min-width: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 5px;
    width: auto;
  }
  /* line 4684, ../scss/module/_catalog-product.scss */
  .slim-product .slim-ac button.button-slim.button.btn-cart:after {
    display: none;
  }
  /* line 4687, ../scss/module/_catalog-product.scss */
  .slim-product .slim-ac button.button-slim.button.btn-cart > span {
    border-radius: 3px;
    display: block;
    height: 55px;
    position: relative;
    width: 55px;
  }
  /* line 4693, ../scss/module/_catalog-product.scss */
  .slim-product .slim-ac button.button-slim.button.btn-cart > span:before {
    font-family: 'iconqastore' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\e903";
    font-size: 27px;
    line-height: 55px;
    color: #ffffff;
  }
  /* line 4706, ../scss/module/_catalog-product.scss */
  .slim-product .slim-ac button.button-slim.button.btn-cart > span span {
    display: none;
  }
  /* line 4712, ../scss/module/_catalog-product.scss */
  .slim-product .slim-ac button.button-slim.button.btn-cart.btn-bundel > span span {
    font-size: 0;
    display: block;
  }
  /* line 4715, ../scss/module/_catalog-product.scss */
  .slim-product .slim-ac button.button-slim.button.btn-cart.btn-bundel > span span i {
    right: 18px;
    bottom: -3px;
  }
  /* line 4718, ../scss/module/_catalog-product.scss */
  .slim-product .slim-ac button.button-slim.button.btn-cart.btn-bundel > span span i:before {
    font-size: 12px;
  }
  /* line 4727, ../scss/module/_catalog-product.scss */
  .slim-product .p-info-addcart {
    margin: 0;
  }
  /* line 4732, ../scss/module/_catalog-product.scss */
  .slim-product .price-info {
    position: absolute;
    top: 10px;
    right: 75px;
  }
  /* line 4736, ../scss/module/_catalog-product.scss */
  .slim-product .price-info .price-box {
    line-height: 18px;
    /*
    .old-price,
    span.weee {
        display: none;
    }
    */
  }
  /* line 4738, ../scss/module/_catalog-product.scss */
  .slim-product .price-info .price-box:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 4741, ../scss/module/_catalog-product.scss */
  .slim-product .price-info .price-box .label,
  .slim-product .price-info .price-box .price {
    font-size: 16px;
    color: #3b515e;
    line-height: 18px;
  }
  /* line 4747, ../scss/module/_catalog-product.scss */
  .slim-product .price-info .price-box .price-excluding-tax {
    float: left;
    margin-right: 5px;
  }
  /* line 4751, ../scss/module/_catalog-product.scss */
  .slim-product .price-info .price-box .price-including-tax {
    float: left;
  }
  /* line 4753, ../scss/module/_catalog-product.scss */
  .slim-product .price-info .price-box .price-including-tax .label,
  .slim-product .price-info .price-box .price-including-tax .price {
    /*  float: left; */
    font-size: 14px;
    color: #3b515e;
    line-height: 18px;
  }
  /* line 4770, ../scss/module/_catalog-product.scss */
  .slim-product .price-info .is-pro .price-box .price-including-tax {
    display: none;
  }
  /* line 4774, ../scss/module/_catalog-product.scss */
  .slim-product .price-info .is-pro .price-box .price-excluding-tax .price,
  .slim-product .price-info .is-pro .price-box .price-excluding-tax .label {
    font-size: 20px;
    line-height: 20px;
  }
  /* line 4779, ../scss/module/_catalog-product.scss */
  .slim-product .price-info .is-pro .price-box .price-excluding-tax .label {
    font-size: 12px;
  }
  /* line 4787, ../scss/module/_catalog-product.scss */
  .slim-product .price-info .not-pro .price-box .price-excluding-tax,
  .slim-product .price-info .not-pro .price-box .old-price {
    display: none;
  }
  /* line 4791, ../scss/module/_catalog-product.scss */
  .slim-product .price-info .not-pro .price-box .price-including-tax {
    padding: 0px;
  }
  /* line 4793, ../scss/module/_catalog-product.scss */
  .slim-product .price-info .not-pro .price-box .price-including-tax .price,
  .slim-product .price-info .not-pro .price-box .price-including-tax .label {
    font-size: 20px;
    line-height: 20px;
  }
  /* line 4798, ../scss/module/_catalog-product.scss */
  .slim-product .price-info .not-pro .price-box .price-including-tax .label {
    font-size: 12px;
  }
  /* line 4805, ../scss/module/_catalog-product.scss */
  .slim-product .addcart-qty {
    position: absolute;
    right: 75px;
    top: 30px;
    margin-bottom: 0;
  }
  /* line 4812, ../scss/module/_catalog-product.scss */
  .slim-product .p-info-addcart .qty-wrap {
    width: 97px;
    padding: 2px 0;
  }
  /* line 4816, ../scss/module/_catalog-product.scss */
  .slim-product .p-info-addcart .qty-wrap .qty-inner .qty {
    width: 26px;
    height: 25px;
    font-size: 20px;
  }
  /* line 4820, ../scss/module/_catalog-product.scss */
  .slim-product .p-info-addcart .qty-wrap .qty-inner .qty.input-text {
    width: 42px;
    font-size: 15px;
    padding-top: 8px;
  }
  /* line 4826, ../scss/module/_catalog-product.scss */
  .slim-product .p-info-addcart .qty-wrap .qty-inner .qty.plus:after {
    left: 8px;
    margin-top: 0;
    position: absolute;
    top: 2px;
  }
  /* line 4834, ../scss/module/_catalog-product.scss */
  .slim-product .p-info-addcart .qty-wrap .qty-inner .qty.minus:after {
    left: 7px;
    position: absolute;
    top: -6px;
  }
  /* line 4846, ../scss/module/_catalog-product.scss */
  .slim-product .options-container-big .product-options dl:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 4849, ../scss/module/_catalog-product.scss */
  .slim-product .options-container-big .product-options dl dt {
    display: none;
  }
  /* line 4852, ../scss/module/_catalog-product.scss */
  .slim-product .options-container-big .product-options dl dd {
    float: left;
    margin-bottom: 0;
    margin-right: 10px;
  }
  /* line 4860, ../scss/module/_catalog-product.scss */
  .slim-product .product-title-slim {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #3b515e;
    max-width: 360px;
    position: absolute;
    top: 10px;
    right: 295px;
    left: 570px;
    line-height: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  /* line 4876, ../scss/module/_catalog-product.scss */
  .slim-product .product-sku-slim {
    color: #557b92;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 16px;
    padding-top: 15px;
  }
  /* line 4885, ../scss/module/_catalog-product.scss */
  .slim-product .title-option .product-sku-slim {
    display: none;
  }

  /* line 4897, ../scss/module/_catalog-product.scss */
  .product-shop-box .product-options .product-sku-slim {
    display: none;
  }
  /* line 4902, ../scss/module/_catalog-product.scss */
  .product-shop-box.slim-ac .product-options {
    position: absolute;
    top: 29px;
  }
  /* line 4905, ../scss/module/_catalog-product.scss */
  .product-shop-box.slim-ac .product-options:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 4908, ../scss/module/_catalog-product.scss */
  .product-shop-box.slim-ac .product-options dl.last {
    display: block;
    vertical-align: middle;
    margin-right: 15px;
  }
  /* line 4913, ../scss/module/_catalog-product.scss */
  .product-shop-box.slim-ac .product-options .product-sku-slim {
    display: block;
    vertical-align: middle;
    padding-top: 0;
    padding-top: 10px;
  }
  /* line 4919, ../scss/module/_catalog-product.scss */
  .product-shop-box.slim-ac .product-options select,
  .product-shop-box.slim-ac .product-options .newListSelected {
    width: 220px;
    height: 30px;
    min-width: 0;
    border-radius: 5px;
    vertical-align: middle;
  }
  /* line 4926, ../scss/module/_catalog-product.scss */
  .product-shop-box.slim-ac .product-options select .selectedTxt,
  .product-shop-box.slim-ac .product-options .newListSelected .selectedTxt {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  /* line 4930, ../scss/module/_catalog-product.scss */
  .product-shop-box.slim-ac .product-options select .selectedTxt:before,
  .product-shop-box.slim-ac .product-options .newListSelected .selectedTxt:before {
    right: 17px;
    top: 10px;
  }
  /* line 4937, ../scss/module/_catalog-product.scss */
  .product-shop-box.slim-ac .add-to-wishlist a.link-wishlist {
    display: none !important;
  }

  /* line 4946, ../scss/module/_catalog-product.scss */
  .slim-product.product-configurable .product-title-slim .product-sku-slim {
    display: none;
  }
  /* line 4953, ../scss/module/_catalog-product.scss */
  .slim-product.product-groupe-product .product-title-slim, .slim-product.product-product-group .product-title-slim {
    width: auto;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 4962, ../scss/module/_catalog-product.scss */
  .pop-ajax-cart .mfp-content {
    padding: 50px 20px;
  }

  /* line 4968, ../scss/module/_catalog-product.scss */
  .popup-add-cart .p-c-button .button {
    height: 60px;
    line-height: 50px;
  }
  /* line 4971, ../scss/module/_catalog-product.scss */
  .popup-add-cart .p-c-button .button.bt-ctn, .popup-add-cart .p-c-button .button.bt-to-cart {
    display: block;
    float: none;
    margin: 0 auto 20px;
  }
  /* line 4979, ../scss/module/_catalog-product.scss */
  .popup-add-cart .p-c-comfirm {
    font-size: 25px;
  }
  /* line 4982, ../scss/module/_catalog-product.scss */
  .popup-add-cart .p-c-qty {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 4989, ../scss/module/_catalog-product.scss */
  .product-shop-box {
    min-height: 0 !important;
  }

  /* line 4995, ../scss/module/_catalog-product.scss */
  .popup-add-cart .p-c-button .button {
    height: 50px;
    line-height: 40px;
    width: 240px;
    font-size: 15px;
  }
  /* line 5002, ../scss/module/_catalog-product.scss */
  .popup-add-cart .p-c-comfirm {
    font-size: 20px;
    line-height: 25px;
  }
  /* line 5005, ../scss/module/_catalog-product.scss */
  .popup-add-cart .p-c-comfirm .icon-tick-v {
    margin: 0;
  }
  /* line 5009, ../scss/module/_catalog-product.scss */
  .popup-add-cart .p-c-qty {
    font-size: 15px;
  }
}
/* ============================================ *
 * Catalog - MSRP MAP Popup
 * ============================================ */
/* line 30, ../scss/module/_catalog-msrp.scss */
.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase;
}

/* line 40, ../scss/module/_catalog-msrp.scss */
.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px;
}

/* line 49, ../scss/module/_catalog-msrp.scss */
.map-popup {
  background: #FFFFFF;
  border: 5px solid #CCCCCC;
  margin: 12px 0 0;
  position: absolute;
  text-align: left;
  width: 450px;
  z-index: 100;
}
@media only screen and (min-width: 1024px) {
  /* line 59, ../scss/module/_catalog-msrp.scss */
  .map-popup.map-popup-right {
    left: 10px !important;
  }
  /* line 63, ../scss/module/_catalog-msrp.scss */
  .map-popup.map-popup-left {
    left: auto !important;
    right: 10px !important;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 49, ../scss/module/_catalog-msrp.scss */
  .map-popup {
    width: 100%;
    left: 0px !important;
  }
}
/* line 74, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-heading {
  padding: 8px 10px;
  margin-right: 40px;
  width: auto;
}
/* line 79, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-heading h3 {
  font-size: 14px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 479px) {
  /* line 79, ../scss/module/_catalog-msrp.scss */
  .map-popup .map-popup-heading h3 {
    text-align: center;
  }
}
/* line 94, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-close {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 36px;
  width: 36px;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}
/* line 106, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-content {
  border-top: 1px solid #EDEDED;
  padding: 10px;
  margin: 0 10px;
  overflow: hidden;
  text-align: left;
}
@media only screen and (max-width: 479px) {
  /* line 106, ../scss/module/_catalog-msrp.scss */
  .map-popup .map-popup-content {
    text-align: center;
  }
}
/* line 118, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout {
  padding: 10px 0;
}
/* line 121, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout form:after {
  content: '';
  display: table;
  clear: both;
}
/* line 125, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout span {
  display: block;
}
/* line 129, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .button {
  float: left;
  margin: 0 2px;
  clear: left;
}
/* line 135, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .additional-addtocart-box {
  float: left;
  min-width: 210px;
}
/* line 139, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .additional-addtocart-box li {
  list-style-type: none;
}
/* line 144, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .paypal-logo {
  width: auto;
}
/* line 147, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .paypal-logo a {
  display: inline-block;
  float: left;
  clear: left;
}
/* line 153, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .paypal-logo .paypal-or {
  float: left;
  text-align: center;
  padding: 5px 15px;
  clear: left;
}
/* line 160, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .paypal-logo:after {
  content: '';
  display: table;
  clear: both;
}
/* line 165, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .paypal-logo .bml_button a {
  clear: left;
}
@media only screen and (max-width: 479px) {
  /* line 118, ../scss/module/_catalog-msrp.scss */
  .map-popup .map-popup-checkout {
    text-align: center;
  }
  /* line 174, ../scss/module/_catalog-msrp.scss */
  .map-popup .map-popup-checkout .button,
  .map-popup .map-popup-checkout .additional-addtocart-box,
  .map-popup .map-popup-checkout .paypal-logo a,
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    float: none;
  }
  /* line 181, ../scss/module/_catalog-msrp.scss */
  .map-popup .map-popup-checkout .additional-addtocart-box {
    min-width: 0px;
  }
  /* line 185, ../scss/module/_catalog-msrp.scss */
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    margin: 0px;
    margin-bottom: 10px;
  }
}
/* line 191, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout:after {
  content: '';
  display: table;
  clear: both;
}
/* line 196, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-price {
  padding: 10px 0;
}
@media only screen and (max-width: 479px) {
  /* line 196, ../scss/module/_catalog-msrp.scss */
  .map-popup .map-popup-price {
    text-align: center;
    padding-top: 0px;
  }
}
/* line 203, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-price .price-box,
.map-popup .map-popup-price .price-box .special-price {
  display: inline-block;
  margin: 0;
  padding: 0;
}
/* line 210, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-price .price-box .minimal-price-link {
  display: inline-block;
}
/* line 215, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-text {
  padding: 10px 0;
  margin: 0 10px;
  word-wrap: break-word;
}
/* line 221, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-text,
.map-popup .map-popup-only-text {
  border-top: 1px solid #EDEDED;
}

/* ============================================ *
 * Catalog - MSRP Product Listing
 * ============================================ */
/* line 231, ../scss/module/_catalog-msrp.scss */
.price-box .map-link {
  display: block;
  text-align: center;
}

/* ============================================ *
 * Catalog - Compare
 * ============================================ */
/* line 30, ../scss/module/_catalog-compare.scss */
.block-compare .product-name:after {
  content: '';
  display: table;
  clear: both;
}

/* line 34, ../scss/module/_catalog-compare.scss */
.compare-table .product-image {
  display: inline-block;
}

/* line 40, ../scss/module/_catalog-compare.scss */
.compare-table .product-shop-row.top td {
  padding-bottom: 0;
  border-bottom: 0;
}
/* line 45, ../scss/module/_catalog-compare.scss */
.compare-table .product-shop-row.bottom td {
  padding-top: 0;
}

/* ============================================ *
 * Checkout - Layout
 * ============================================ */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 31, ../scss/module/_checkout-cart.scss */
  .checkout-cart-index .main-container {
    width: 760px;
    padding: 0;
  }
}
/* line 39, ../scss/module/_checkout-cart.scss */
.cart-table {
  float: left;
  width: 60%;
}

/* line 44, ../scss/module/_checkout-cart.scss */
.cart .button {
  white-space: normal;
}

/* line 50, ../scss/module/_checkout-cart.scss */
.checkout-cart-index #postcode {
  width: 100%;
}

/* line 56, ../scss/module/_checkout-cart.scss */
.display-both-prices .cart-table {
  float: none;
  width: 100%;
}
/* line 63, ../scss/module/_checkout-cart.scss */
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  padding-left: 10px;
}
/* line 74, ../scss/module/_checkout-cart.scss */
.display-both-prices .crosssell {
  clear: right;
  float: right;
}

@media only screen and (max-width: 1279px) {
  /* line 56, ../scss/module/_checkout-cart.scss */
  .display-single-price .cart-table {
    float: none;
    width: 100%;
  }
  /* line 63, ../scss/module/_checkout-cart.scss */
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-left: 10px;
  }
  /* line 74, ../scss/module/_checkout-cart.scss */
  .display-single-price .crosssell {
    clear: right;
    float: right;
  }
}
@media only screen and (max-width: 599px) {
  /* line 95, ../scss/module/_checkout-cart.scss */
  .display-both-prices .cart-forms,
  .display-both-prices .cart-totals-wrapper,
  .display-both-prices .crosssell,
  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    float: none;
    width: 100%;
  }
}
/* line 108, ../scss/module/_checkout-cart.scss */
.display-single-price:after {
  content: '';
  display: table;
  clear: both;
}

/* line 116, ../scss/module/_checkout-cart.scss */
.cart .cart-bottom {
  margin-top: 20px;
}
/* line 118, ../scss/module/_checkout-cart.scss */
.cart .cart-bottom:after {
  content: '';
  display: table;
  clear: both;
}
/* line 121, ../scss/module/_checkout-cart.scss */
.cart .cart-bottom .cart-forms {
  float: left;
  width: 66.01563%;
}
/* line 124, ../scss/module/_checkout-cart.scss */
.cart .cart-bottom .cart-forms:after {
  content: '';
  display: table;
  clear: both;
}
/* line 127, ../scss/module/_checkout-cart.scss */
.cart .cart-bottom .cart-forms .column-left {
  float: left;
  width: 48.52071%;
}
/* line 131, ../scss/module/_checkout-cart.scss */
.cart .cart-bottom .cart-forms .column-right {
  float: right;
  width: 48.52071%;
}
/* line 136, ../scss/module/_checkout-cart.scss */
.cart .cart-bottom .cart-totals-wrapper {
  width: 32.03125%;
  float: right;
}
/* line 141, ../scss/module/_checkout-cart.scss */
.cart .cart-info {
  margin: 12px 0;
  color: red;
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 152, ../scss/module/_checkout-cart.scss */
  .cart .cart-bottom .cart-forms {
    width: 48.68421%;
  }
  /* line 154, ../scss/module/_checkout-cart.scss */
  .cart .cart-bottom .cart-forms .column-left {
    width: auto;
    float: none;
  }
  /* line 158, ../scss/module/_checkout-cart.scss */
  .cart .cart-bottom .cart-forms .column-right {
    width: auto;
    float: none;
  }
  /* line 163, ../scss/module/_checkout-cart.scss */
  .cart .cart-bottom .cart-totals-wrapper {
    width: 48.68421%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 173, ../scss/module/_checkout-cart.scss */
  .cart .cart-bottom .cart-forms {
    float: none;
    width: auto;
  }
  /* line 176, ../scss/module/_checkout-cart.scss */
  .cart .cart-bottom .cart-forms .column-left {
    float: none;
    width: auto;
  }
  /* line 180, ../scss/module/_checkout-cart.scss */
  .cart .cart-bottom .cart-forms .column-right {
    float: none;
    width: auto;
  }
  /* line 185, ../scss/module/_checkout-cart.scss */
  .cart .cart-bottom .cart-totals-wrapper {
    float: none;
    padding: 0;
    width: auto;
  }
}
/* ============================================ *
 * Checkout - Cart
 * ============================================ */
/* line 198, ../scss/module/_checkout-cart.scss */
.cart .page-title {
  margin-bottom: 20px;
}
/* line 200, ../scss/module/_checkout-cart.scss */
.cart .page-title:after {
  content: '';
  display: table;
  clear: both;
}
/* line 203, ../scss/module/_checkout-cart.scss */
.cart .page-title h1 {
  font-size: 35px;
  color: #0074bc;
  font-weight: 600;
  text-transform: none;
  border: none;
  padding: 0;
  margin: 0;
  float: left;
}
/* line 213, ../scss/module/_checkout-cart.scss */
.cart .page-title .bt-back {
  float: right;
  margin-right: 100px;
}
/* line 216, ../scss/module/_checkout-cart.scss */
.cart .page-title .bt-back .btn-continue {
  border: none;
  padding: 0;
  margin: 0;
  right: 20px;
  top: 10px;
  font-size: 18px;
  color: #bad9eb;
  background: none;
}
/* line 225, ../scss/module/_checkout-cart.scss */
.cart .page-title .bt-back .btn-continue i {
  margin-right: 15px;
}
/* line 227, ../scss/module/_checkout-cart.scss */
.cart .page-title .bt-back .btn-continue i:before {
  font-size: 12px;
  color: #bad9eb;
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 238, ../scss/module/_checkout-cart.scss */
  .cart .page-title .bt-back {
    margin-right: 0;
  }
  /* line 240, ../scss/module/_checkout-cart.scss */
  .cart .page-title .bt-back .btn-continue {
    font-size: 14px;
    font-weight: normal;
  }
}
@media only screen and (max-width: 767px) {
  /* line 249, ../scss/module/_checkout-cart.scss */
  .cart .page-title {
    padding-top: 10px;
  }
  /* line 251, ../scss/module/_checkout-cart.scss */
  .cart .page-title h1 {
    font-size: 14px;
  }
  /* line 254, ../scss/module/_checkout-cart.scss */
  .cart .page-title .bt-back {
    margin-right: 0;
  }
  /* line 256, ../scss/module/_checkout-cart.scss */
  .cart .page-title .bt-back .btn-continue {
    font-size: 0;
  }
  /* line 258, ../scss/module/_checkout-cart.scss */
  .cart .page-title .bt-back .btn-continue i {
    margin-right: 0;
  }
  /* line 261, ../scss/module/_checkout-cart.scss */
  .cart .page-title .bt-back .btn-continue i:before {
    font-size: 7px;
    color: #7ea2b8;
  }
}
/* line 272, ../scss/module/_checkout-cart.scss */
.request-master .input-text, .request-master .button {
  display: inline-block;
}
/* line 275, ../scss/module/_checkout-cart.scss */
.request-master .input-text {
  width: 50%;
}
/* line 278, ../scss/module/_checkout-cart.scss */
.request-master .button {
  width: 40%;
}

/* line 285, ../scss/module/_checkout-cart.scss */
.block-cm-express {
  position: relative;
  margin-bottom: 10px;
}
/* line 288, ../scss/module/_checkout-cart.scss */
.block-cm-express:after {
  content: '';
  display: table;
  clear: both;
}
/* line 291, ../scss/module/_checkout-cart.scss */
.block-cm-express .cm-left {
  float: left;
  width: 870px;
  padding: 25px;
  border: 1px solid #dce2e6;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: none;
}
/* line 300, ../scss/module/_checkout-cart.scss */
.block-cm-express .cm-right {
  float: right;
  width: 410px;
  text-align: center;
  padding-top: 25px;
}
/* line 306, ../scss/module/_checkout-cart.scss */
.block-cm-express .express-des {
  position: relative;
  padding-left: 60px;
  float: left;
  width: 400px;
}
/* line 311, ../scss/module/_checkout-cart.scss */
.block-cm-express .express-des .express-title {
  font-size: 22px;
  font-weight: 600;
  color: #0074bc;
  line-height: 25px;
}
/* line 317, ../scss/module/_checkout-cart.scss */
.block-cm-express .express-des .express-sub {
  font-weight: 500;
  font-size: 12px;
  color: #557b92;
  line-height: 14px;
}
/* line 323, ../scss/module/_checkout-cart.scss */
.block-cm-express .express-des .icon-cart-line {
  position: absolute;
  left: 0;
  top: 0;
}
/* line 327, ../scss/module/_checkout-cart.scss */
.block-cm-express .express-des .icon-cart-line:before {
  width: 45px;
  height: 45px;
  background: #0074bc;
  border-radius: 50%;
  font-size: 21px;
  color: #ffffff;
  line-height: 45px;
  text-align: center;
  display: block;
}
/* line 340, ../scss/module/_checkout-cart.scss */
.block-cm-express .express-input {
  float: left;
}
/* line 342, ../scss/module/_checkout-cart.scss */
.block-cm-express .express-input .input-text {
  border: 1px solid #bad9eb;
  height: 45px;
  width: 100%;
  padding-left: 15px;
  padding-right: 40px;
  font-size: 14px;
  color: #557b92;
}
/* line 351, ../scss/module/_checkout-cart.scss */
.block-cm-express .express-input .input-inner {
  width: 330px;
  position: relative;
  height: 45px;
  /* &:after {
      content: "\e94f";
      font-family: 'iconqastore' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      position: absolute;
      right: 10px;
      top: 10px;
      font-size: 25px;
      color: $c-light-steel-blue;
  } */
}
/* line 371, ../scss/module/_checkout-cart.scss */
.block-cm-express .express-input .bt-submit {
  border: none;
  position: absolute;
  right: 10px;
  top: 10px;
  background: none;
}
/* line 378, ../scss/module/_checkout-cart.scss */
.block-cm-express .express-input .bt-submit span:after {
  content: "\e94f";
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 25px;
  color: #7ea2b8;
}
/* line 390, ../scss/module/_checkout-cart.scss */
.block-cm-express .express-input .bt-submit span span {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 401, ../scss/module/_checkout-cart.scss */
  .block-cm-express .cm-left {
    width: 65.78947%;
    padding: 20px 10px 10px;
  }
  /* line 405, ../scss/module/_checkout-cart.scss */
  .block-cm-express .cm-right {
    width: 31.57895%;
  }
  /* line 407, ../scss/module/_checkout-cart.scss */
  .block-cm-express .cm-right .request-master {
    display: none;
  }
  /* line 411, ../scss/module/_checkout-cart.scss */
  .block-cm-express .express-des {
    padding-left: 55px;
    width: 44%;
  }
  /* line 415, ../scss/module/_checkout-cart.scss */
  .block-cm-express .express-des .icon-cart-line:before {
    font-size: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  /* line 422, ../scss/module/_checkout-cart.scss */
  .block-cm-express .express-des .express-title {
    font-size: 14px;
    line-height: 18px;
  }
  /* line 426, ../scss/module/_checkout-cart.scss */
  .block-cm-express .express-des .express-sub {
    font-size: 10px;
  }
  /* line 430, ../scss/module/_checkout-cart.scss */
  .block-cm-express .express-input {
    width: 50%;
    float: right;
  }
  /* line 433, ../scss/module/_checkout-cart.scss */
  .block-cm-express .express-input .input-inner {
    width: 100%;
  }
  /* line 437, ../scss/module/_checkout-cart.scss */
  .block-cm-express button.bt-checkout-cart {
    height: 50px;
    font-size: 15px;
    min-width: 240px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 447, ../scss/module/_checkout-cart.scss */
  .block-cm-express {
    margin-bottom: 20px;
  }
  /* line 449, ../scss/module/_checkout-cart.scss */
  .block-cm-express .cm-left {
    float: none;
    width: auto;
    border: none;
    padding: 0;
    display: none;
  }
  /* line 456, ../scss/module/_checkout-cart.scss */
  .block-cm-express .cm-right {
    float: none;
    width: auto;
    border: none;
  }
  /* line 457, ../scss/module/_checkout-cart.scss */
  .block-cm-express .cm-right .request-master {
    display: none;
  }
  /* line 464, ../scss/module/_checkout-cart.scss */
  .block-cm-express .express-des {
    width: 33.33333%;
    float: left;
    padding-left: 35px;
  }
  /* line 469, ../scss/module/_checkout-cart.scss */
  .block-cm-express .express-des .icon-cart-line:before {
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  /* line 476, ../scss/module/_checkout-cart.scss */
  .block-cm-express .express-des .express-sub {
    display: none;
  }
  /* line 479, ../scss/module/_checkout-cart.scss */
  .block-cm-express .express-des .express-title {
    font-size: 10px;
    font-weight: 600;
    text-transform: none;
    line-height: 10px;
    padding-top: 8px;
  }
  /* line 487, ../scss/module/_checkout-cart.scss */
  .block-cm-express .express-input {
    width: 65%;
    float: right;
  }
  /* line 490, ../scss/module/_checkout-cart.scss */
  .block-cm-express .express-input .input-inner {
    width: 100%;
  }
  /* line 491, ../scss/module/_checkout-cart.scss */
  .block-cm-express .express-input .input-inner:after {
    font-size: 18px;
    top: 8px;
    right: 8px;
  }
  /* line 497, ../scss/module/_checkout-cart.scss */
  .block-cm-express .express-input .input-inner .input-text {
    height: 35px;
    font-size: 12px;
  }
  /* line 505, ../scss/module/_checkout-cart.scss */
  .block-cm-express .express-input .bt-submit span:after {
    font-size: 18px;
    right: 8px;
    top: 8px;
  }
}
/* line 515, ../scss/module/_checkout-cart.scss */
button.bt-checkout-cart {
  background: #0074bc;
  height: 70px;
  color: #ffffff;
  border: none;
  font-size: 25px;
  font-weight: 700;
  text-transform: none;
  display: block;
  width: 100%;
  text-transform: uppercase;
  line-height: 80px;
  margin-bottom: 10px;
}

/* line 530, ../scss/module/_checkout-cart.scss */
li.method-checkout-cart-methods-onepage-bottom button.bt-checkout-cart:hover {
  background: #01dc45;
}

/* line 531, ../scss/module/_checkout-cart.scss */
li.method-checkout-cart-methods-onepage-bottom button.bt-checkout-cart {
  background: #00bc3a;
}

/* line 533, ../scss/module/_checkout-cart.scss */
.checkout-types {
  text-align: center;
  /* We always want this shipping method to display on its own line */
}
/* line 535, ../scss/module/_checkout-cart.scss */
.checkout-types li {
  vertical-align: top;
  /*margin: 0 0 5px 5px;*/
}
/* line 536, ../scss/module/_checkout-cart.scss */
.checkout-types li:after {
  content: '';
  display: table;
  clear: both;
}
/* line 542, ../scss/module/_checkout-cart.scss */
.checkout-types li img {
  display: inline;
  vertical-align: top;
}
/* line 551, ../scss/module/_checkout-cart.scss */
.checkout-types .method-checkout-cart-methods-multishipping {
  display: block;
}
/* line 556, ../scss/module/_checkout-cart.scss */
.checkout-types.top li {
  display: inline-block;
}
/* line 560, ../scss/module/_checkout-cart.scss */
.checkout-types.top .bml_button {
  display: inline-block;
  vertical-align: top;
}
/* line 564, ../scss/module/_checkout-cart.scss */
.checkout-types.top .bml_button img {
  display: block;
}
/* line 569, ../scss/module/_checkout-cart.scss */
.checkout-types.top .paypal-logo .paypal-or {
  margin-top: 5px;
}
/* line 577, ../scss/module/_checkout-cart.scss */
.checkout-types.bottom .paypal-logo a, .checkout-types.minicart .paypal-logo a {
  display: block;
}
/* line 581, ../scss/module/_checkout-cart.scss */
.checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
  margin: 0px;
  display: block;
  text-align: center;
}

@media only screen and (min-width: 741px) {
  /* line 591, ../scss/module/_checkout-cart.scss */
  .checkout-types.bottom .paypal-or {
    text-align: right;
    padding-right: 70px;
  }
}
/* line 598, ../scss/module/_checkout-cart.scss */
.cart-totals .checkout-types .btn-checkout {
  margin-bottom: 7px;
}

@media only screen and (max-width: 740px) {
  /* line 603, ../scss/module/_checkout-cart.scss */
  .checkout-types {
    float: none;
    text-align: center;
  }
  /* line 609, ../scss/module/_checkout-cart.scss */
  .checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
    width: auto;
    float: none;
  }

  /* line 616, ../scss/module/_checkout-cart.scss */
  .checkout-types li {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 624, ../scss/module/_checkout-cart.scss */
  .btn-checkout {
    width: 100%;
  }
}
/* line 629, ../scss/module/_checkout-cart.scss */
.cart-table {
  font-family: "Hind Guntur", Verdana, Arial, sans-serif Arial, sans-serif;
  /*     .cart-tax-total {
          position: relative;
          cursor: pointer;
  
          &:after {
              @include triangle(left, 6px, $c-text-primary);
              position: absolute;
              top: 3px;
              right: -11px;
          }
  
          &.cart-tax-total-expanded {
              &:after {
                  @include triangle(down, 6px, $c-text-primary);
                  right: -15px;
                  top: 6px;
              }
          }
      } */
}
/* line 632, ../scss/module/_checkout-cart.scss */
.cart-table th,
.cart-table td,
.cart-table tbody td {
  border-bottom: none;
  vertical-align: top;
}
/* line 640, ../scss/module/_checkout-cart.scss */
.cart-table thead th,
.cart-table tbody td {
  /* background-color: transparent;
  padding: 10px 5px;
  font-family: $f-stack-special; */
  vertical-align: middle;
}
/* line 648, ../scss/module/_checkout-cart.scss */
.cart-table thead th {
  background: #eef2f5;
  font-size: 14px;
  font-weight: 600;
  color: #557b92;
  text-transform: uppercase;
  padding: 25px 25px 20px;
}
/* line 649, ../scss/module/_checkout-cart.scss */
.cart-table thead th:after {
  display: none;
}
/* line 658, ../scss/module/_checkout-cart.scss */
.cart-table thead th.cart-total-head {
  padding-right: 0;
}
/* line 661, ../scss/module/_checkout-cart.scss */
.cart-table thead th.th-cart-remove {
  padding: 0;
}
/* line 667, ../scss/module/_checkout-cart.scss */
.cart-table tbody tr:nth-child(2n) {
  background: #f8f9fa;
}
/* line 672, ../scss/module/_checkout-cart.scss */
.cart-table tbody td:after {
  height: 95%;
  position: absolute;
  right: 0;
  top: 3%;
  width: 1px;
  display: none;
  background: #dce2e6;
}
/* line 681, ../scss/module/_checkout-cart.scss */
.cart-table tbody td.product-cart-image {
  background: #ffffff;
}
/* line 683, ../scss/module/_checkout-cart.scss */
.cart-table tbody td.product-cart-image:after {
  display: block;
}
/* line 687, ../scss/module/_checkout-cart.scss */
.cart-table tbody td.product-cart-image:before {
  background: #dce2e6;
  content: "";
  height: 90%;
  position: absolute;
  left: 0;
  top: 5%;
  width: 1px;
}
/* line 697, ../scss/module/_checkout-cart.scss */
.cart-table tbody td:last-child::after {
  display: block;
}
/* line 700, ../scss/module/_checkout-cart.scss */
.cart-table tbody td.product-cart-total {
  padding-right: 10px;
}
/* line 706, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-info,
.cart-table .product-cart-actions {
  padding-left: 15px;
}
/* line 711, ../scss/module/_checkout-cart.scss */
.cart-table h2.product-name {
  color: #3b515e;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  line-height: 20px;
  margin: 0 0 5px 0;
  padding: 0;
}
/* line 719, ../scss/module/_checkout-cart.scss */
.cart-table h2.product-name a {
  color: #3b515e;
  display: block;
  font-size: 16px;
}
/* line 727, ../scss/module/_checkout-cart.scss */
.cart-table tfoot tr {
  background: none;
}
/* line 731, ../scss/module/_checkout-cart.scss */
.cart-table tfoot tr > td:after {
  content: '';
  display: table;
  clear: both;
}
/* line 736, ../scss/module/_checkout-cart.scss */
.cart-table span.or {
  font-size: 9px;
  padding: 0 5px;
  text-transform: uppercase;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif Arial, sans-serif;
}
/* line 743, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-image .cart-links,
.cart-table .product-cart-info .btn-remove,
.cart-table .product-cart-actions .button {
  display: none;
}
/* line 750, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-image .product-image img {
  max-width: 100%;
  width: 100%;
}
/* line 755, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-image a.cart-edit {
  display: none;
}
/* line 763, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-price .box-product-price {
  line-height: 16px;
}
/* line 766, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-price span,
.cart-table .product-cart-price .price {
  color: #557b92;
  font-weight: 700;
  font-size: 16px;
}
/* line 772, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-price .weee,
.cart-table .product-cart-price .weee .price {
  font-size: 12px;
  font-weight: normal;
}
/* line 779, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-price .not-pro .price-excl-tax span,
.cart-table .product-cart-price .not-pro .price-excl-tax .price {
  color: #7ea2b8;
  font-size: 14px;
}
/* line 784, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-price .not-pro .price-excl-tax .weee,
.cart-table .product-cart-price .not-pro .price-excl-tax .weee .price {
  font-weight: normal;
  font-size: 10px;
}
/* line 793, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-price .is-pro .price-incl-tax span,
.cart-table .product-cart-price .is-pro .price-incl-tax .price {
  color: #7ea2b8;
  font-size: 14px;
}
/* line 798, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-price .is-pro .price-incl-tax .weee,
.cart-table .product-cart-price .is-pro .price-incl-tax .weee .price {
  font-size: 10px;
  font-weight: normal;
}
/* line 805, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-price .total-taxs {
  color: #7ea2b8;
  font-size: 12px;
}
/* line 808, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-price .total-taxs span,
.cart-table .product-cart-price .total-taxs .price {
  font-size: 12px;
  color: #7ea2b8;
  font-weight: normal;
}
/* line 823, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-sku:after {
  content: '';
  display: table;
  clear: both;
}
/* line 826, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-sku .item-sku {
  float: left;
}
/* line 829, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-sku .manufacturer {
  float: left;
  margin-right: 25px;
}
/* line 832, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-sku .manufacturer a {
  color: #7ea2b8;
  font-size: 14px;
  font-weight: 600;
}
/* line 838, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-sku .item-sku {
  color: #7ea2b8;
  font-weight: 300;
  font-size: 14px;
}
/* line 843, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-sku .item-dispo {
  display: none;
}
/* line 848, ../scss/module/_checkout-cart.scss */
.cart-table .product-qty {
  position: relative;
  height: 30px;
  width: 97px;
  border: 1px solid #bad9eb;
  border-radius: 5px;
  background: #ffffff;
  padding: 3px 0;
}
/* line 856, ../scss/module/_checkout-cart.scss */
.cart-table .product-qty .qty {
  position: relative;
  height: 22px;
  width: 25px;
  display: block;
  float: left;
}
/* line 862, ../scss/module/_checkout-cart.scss */
.cart-table .product-qty .qty.plus {
  color: #557b92;
  font-size: 20px;
  font-weight: 700;
}
/* line 866, ../scss/module/_checkout-cart.scss */
.cart-table .product-qty .qty.plus span {
  position: absolute;
  top: 0px;
  left: 7px;
}
/* line 872, ../scss/module/_checkout-cart.scss */
.cart-table .product-qty .qty.minus {
  color: #557b92;
  font-size: 20px;
  font-weight: 700;
}
/* line 876, ../scss/module/_checkout-cart.scss */
.cart-table .product-qty .qty.minus span {
  position: absolute;
  top: -9px;
  left: 7px;
}
/* line 883, ../scss/module/_checkout-cart.scss */
.cart-table .product-qty .input-text {
  border: none;
  color: #7ea2b8;
  font-size: 15px;
  font-weight: 700;
  border-radius: 0;
  padding: 5px 0 0;
}
/* line 890, ../scss/module/_checkout-cart.scss */
.cart-table .product-qty .input-text.qty {
  width: 44px;
  border-right: 1px solid #bad9eb;
  border-left: 1px solid #bad9eb;
}
/* line 899, ../scss/module/_checkout-cart.scss */
.cart-table .btn-empty {
  float: left;
}
/* line 904, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-total {
  text-align: right;
}
/* line 906, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-total span,
.cart-table .product-cart-total .price {
  font-size: 18px;
  color: #3b515e;
  font-weight: 700;
}
/* line 912, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-total .weee,
.cart-table .product-cart-total .weee .price {
  font-size: 10px;
  font-weight: normal;
}
/* line 939, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-remove {
  padding: 0;
  text-align: center;
}
/* line 943, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-remove i.icon-bt-close-2:before {
  color: #bbcad3;
  font-size: 8px;
}
/* line 950, ../scss/module/_checkout-cart.scss */
.cart-table .cart-links > li {
  white-space: nowrap;
  line-height: 1.3;
  margin-bottom: 5px;
  min-width: 65px;
  font-size: 13px;
}
/* line 957, ../scss/module/_checkout-cart.scss */
.cart-table .cart-links > li > a {
  display: block;
}
/* line 961, ../scss/module/_checkout-cart.scss */
.cart-table .cart-links > li:last-child {
  margin-bottom: 0;
}
/* line 965, ../scss/module/_checkout-cart.scss */
.cart-table .item-options {
  padding-left: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 974, ../scss/module/_checkout-cart.scss */
  .cart-table colgroup .cl-ship {
    width: 70px;
  }
  /* line 977, ../scss/module/_checkout-cart.scss */
  .cart-table colgroup .cl-del {
    width: 50px;
  }
  /* line 982, ../scss/module/_checkout-cart.scss */
  .cart-table thead th {
    font-size: 12px;
    padding: 14px 10px 11px;
  }
  /* line 988, ../scss/module/_checkout-cart.scss */
  .cart-table tbody td {
    padding: 5px 10px;
  }
  /* line 991, ../scss/module/_checkout-cart.scss */
  .cart-table tbody td.product-cart-image:after {
    display: none;
  }
  /* line 995, ../scss/module/_checkout-cart.scss */
  .cart-table tbody td.product-cart-ship {
    padding: 0;
    text-align: center;
  }
  /* line 1001, ../scss/module/_checkout-cart.scss */
  .cart-table h2.product-name a {
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
  }
  /* line 1007, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-sku .manufacturer {
    margin-right: 15px;
  }
  /* line 1009, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-sku .manufacturer a {
    font-size: 12px;
  }
  /* line 1013, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-sku .item-sku {
    font-size: 12px;
  }
  /* line 1018, ../scss/module/_checkout-cart.scss */
  .cart-table .box-product-price span,
  .cart-table .box-product-price .price {
    font-size: 14px;
  }
  /* line 1024, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-total span,
  .cart-table .product-cart-total .price {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1034, ../scss/module/_checkout-cart.scss */
  .cart-table colgroup,
  .cart-table thead {
    display: none;
  }
  /* line 1038, ../scss/module/_checkout-cart.scss */
  .cart-table table {
    display: block;
  }
  /* line 1042, ../scss/module/_checkout-cart.scss */
  .cart-table tbody tr {
    display: block;
    position: relative;
    padding-left: 16.66667%;
    padding-bottom: 15px;
    padding-top: 15px;
    border-left: 1px solid #dce2e6;
  }
  /* line 1049, ../scss/module/_checkout-cart.scss */
  .cart-table tbody tr:nth-child(2n) {
    border-right: 1px solid #dce2e6;
  }
  /* line 1053, ../scss/module/_checkout-cart.scss */
  .cart-table tbody td {
    display: block;
    padding: 0;
  }
  /* line 1056, ../scss/module/_checkout-cart.scss */
  .cart-table tbody td.product-cart-image {
    float: left;
    width: 16.66667%;
    height: 75px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
  }
  /* line 1064, ../scss/module/_checkout-cart.scss */
  .cart-table tbody td.product-cart-image .product-image {
    display: table-cell;
    height: 75px;
    vertical-align: middle;
    padding: 0 5px;
  }
  /* line 1069, ../scss/module/_checkout-cart.scss */
  .cart-table tbody td.product-cart-image .product-image img {
    width: auto;
  }
  /* line 1073, ../scss/module/_checkout-cart.scss */
  .cart-table tbody td.product-cart-image:after, .cart-table tbody td.product-cart-image:before {
    display: none;
  }
  /* line 1078, ../scss/module/_checkout-cart.scss */
  .cart-table tbody td.product-cart-info {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    padding-right: 40px;
  }
  /* line 1085, ../scss/module/_checkout-cart.scss */
  .cart-table tbody td:last-child:after {
    display: none;
  }
  /* line 1091, ../scss/module/_checkout-cart.scss */
  .cart-table h2.product-name {
    line-height: 15px;
  }
  /* line 1093, ../scss/module/_checkout-cart.scss */
  .cart-table h2.product-name a {
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
  }
  /* line 1100, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-sku .manufacturer {
    display: none;
  }
  /* line 1103, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-sku .item-sku {
    float: none;
    font-size: 10px;
  }
  /* line 1108, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-price {
    display: none;
  }
  /* line 1111, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-actions {
    float: left;
  }
  /* line 1114, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-ship {
    position: absolute;
    bottom: 5px;
    left: 56.66667%;
  }
  /* line 1119, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-remove {
    position: absolute;
    top: 5px;
    right: 20px;
  }
  /* line 1123, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-remove:after {
    display: none;
  }
  /* line 1128, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-total span,
  .cart-table .product-cart-total .price {
    font-size: 14px;
  }
}
/* ============================================ *
 * Checkout - Estimate Shipping and Tax
 * ============================================ */
/* line 1143, ../scss/module/_checkout-cart.scss */
.shipping h2 {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 5px;
}
/* line 1149, ../scss/module/_checkout-cart.scss */
.shipping select {
  max-width: 100%;
  height: 30px;
  display: block;
  border: 1px solid #bad9eb;
}
/* line 1156, ../scss/module/_checkout-cart.scss */
.shipping select.validation-failed {
  border-color: #DF280A;
}
/* line 1160, ../scss/module/_checkout-cart.scss */
.shipping .shipping-desc {
  display: none;
}
/* line 1164, ../scss/module/_checkout-cart.scss */
.shipping .buttons-set {
  border: none;
  margin: 0;
  padding: 0;
}
/* line 1171, ../scss/module/_checkout-cart.scss */
.shipping .form-list:after {
  content: '';
  display: table;
  clear: both;
}
/* line 1174, ../scss/module/_checkout-cart.scss */
.shipping .form-list li {
  float: left;
  margin: 5px 2% 10px 0;
}
/* line 1179, ../scss/module/_checkout-cart.scss */
.shipping .form-list .shipping-country {
  width: 37%;
}
/* line 1183, ../scss/module/_checkout-cart.scss */
.shipping .form-list .shipping-region {
  width: 41%;
}
/* line 1187, ../scss/module/_checkout-cart.scss */
.shipping .form-list .shipping-postcode {
  margin-right: 0;
  width: 18%;
}
/* line 1191, ../scss/module/_checkout-cart.scss */
.shipping .form-list .shipping-postcode input {
  margin-top: 4px;
}
/* line 1196, ../scss/module/_checkout-cart.scss */
.shipping .form-list .input-box {
  padding-top: 0;
}
/* line 1200, ../scss/module/_checkout-cart.scss */
.shipping .form-list input {
  height: 30px;
  margin-top: 4px;
}
/* line 1205, ../scss/module/_checkout-cart.scss */
.shipping .form-list label {
  font-family: "Hind Guntur", Verdana, Arial, sans-serif Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
}
/* line 1214, ../scss/module/_checkout-cart.scss */
.shipping .sp-methods {
  padding: 10px 0 0;
  text-align: left;
}
/* line 1218, ../scss/module/_checkout-cart.scss */
.shipping .sp-methods dd {
  margin-bottom: 10px;
}
/* line 1222, ../scss/module/_checkout-cart.scss */
.shipping .sp-methods label {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 12px;
  font-style: italic;
  min-width: 100px;
}
/* line 1228, ../scss/module/_checkout-cart.scss */
.shipping .sp-methods label span {
  font-family: "Hind Guntur", Verdana, Arial, sans-serif Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}
/* line 1236, ../scss/module/_checkout-cart.scss */
.shipping #co-shipping-method-form .buttons-set .button {
  float: left;
  margin-left: 0;
}
/* line 1240, ../scss/module/_checkout-cart.scss */
.shipping #co-shipping-method-form .sp-methods dd label {
  border: 1px solid #CCCCCC;
  background-color: #ededed;
  min-width: 220px;
}
/* line 1245, ../scss/module/_checkout-cart.scss */
.shipping #co-shipping-method-form .sp-methods dd label:hover {
  background-color: gainsboro;
}

@media only screen and (max-width: 1023px) {
  /* line 1253, ../scss/module/_checkout-cart.scss */
  .shipping .shipping-form .form-list > li {
    width: 100%;
    float: none;
  }
  /* line 1257, ../scss/module/_checkout-cart.scss */
  .shipping .shipping-form .form-list > li label {
    display: block;
  }
  /* line 1261, ../scss/module/_checkout-cart.scss */
  .shipping .shipping-form .form-list > li input,
  .shipping .shipping-form .form-list > li select {
    width: 100%;
  }
}
/* line 1272, ../scss/module/_checkout-cart.scss */
.cart .cart-totals {
  text-align: right;
  background: #eef2f5;
  padding: 30px 35px;
  margin-bottom: 20px;
  position: relative;
}
/* line 1278, ../scss/module/_checkout-cart.scss */
.cart .cart-totals:after {
  content: '';
  display: table;
  clear: both;
}
/* line 1284, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table {
  width: 100%;
}
/* line 1288, ../scss/module/_checkout-cart.scss */
.cart .cart-totals tbody td {
  vertical-align: middle;
  color: #7ea2b8;
}
/* line 1292, ../scss/module/_checkout-cart.scss */
.cart .cart-totals tbody .td-text,
.cart .cart-totals tbody td:first-child {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  width: 210px;
  padding-top: 5px;
  padding-bottom: 5px;
}
/* line 1301, ../scss/module/_checkout-cart.scss */
.cart .cart-totals tbody .td-price,
.cart .cart-totals tbody td:last-child {
  font-size: 14px;
  font-weight: 600;
  text-align: right;
  padding-right: 10px;
  width: 140px;
  padding-top: 5px;
  padding-bottom: 5px;
}
/* line 1311, ../scss/module/_checkout-cart.scss */
.cart .cart-totals tbody .tr-subtotal {
  border-bottom: 1px dotted #d1d6da;
}
/* line 1313, ../scss/module/_checkout-cart.scss */
.cart .cart-totals tbody .tr-subtotal td {
  padding-bottom: 20px;
}
/* line 1316, ../scss/module/_checkout-cart.scss */
.cart .cart-totals tbody .tr-subtotal .td-text {
  font-size: 18px;
}
/* line 1319, ../scss/module/_checkout-cart.scss */
.cart .cart-totals tbody .tr-subtotal .td-price {
  font-size: 20px;
  font-weight: 700;
}
/* line 1324, ../scss/module/_checkout-cart.scss */
.cart .cart-totals tbody .tr-subtotal + tr td {
  padding-top: 25px !important;
}
/* line 1331, ../scss/module/_checkout-cart.scss */
.cart .cart-totals tfoot td {
  vertical-align: middle;
  padding: 10px 0;
}
/* line 1335, ../scss/module/_checkout-cart.scss */
.cart .cart-totals tfoot .td-text,
.cart .cart-totals tfoot td:first-child {
  font-size: 18px;
  font-weight: 600;
  color: #3b515e;
  text-align: left;
  width: 210px;
  line-height: 22px;
}
/* line 1344, ../scss/module/_checkout-cart.scss */
.cart .cart-totals tfoot .td-price,
.cart .cart-totals tfoot td:last-child {
  color: #3b515e;
  font-size: 22px;
  font-weight: 700;
  text-align: right;
  width: 140px;
  line-height: 22px;
  padding-right: 10px;
}
/* line 1355, ../scss/module/_checkout-cart.scss */
.cart .cart-totals tfoot .tr-total-ht .td-text {
  color: #0074bc;
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
}
/* line 1362, ../scss/module/_checkout-cart.scss */
.cart .cart-totals tfoot .tr-total-ht .td-price {
  color: #0074bc;
  font-size: 25px;
  line-height: 25px;
}
/* line 1369, ../scss/module/_checkout-cart.scss */
.cart .cart-totals tfoot .tr-total-ttc td {
  padding-top: 30px;
}
/* line 1376, ../scss/module/_checkout-cart.scss */
.cart .cart-totals .not-pro .tr-subtotal-incl-tax .td-text {
  font-size: 18px;
  font-weight: 600;
  color: #3b515e;
  text-align: left;
  width: 210px;
  line-height: 22px;
}
/* line 1384, ../scss/module/_checkout-cart.scss */
.cart .cart-totals .not-pro .tr-subtotal-incl-tax .td-price, .cart .cart-totals .not-pro .tr-subtotal-incl-tax .a-right {
  color: #3b515e;
  font-size: 22px;
  font-weight: 700;
  text-align: right;
  width: 140px;
  line-height: 22px;
  padding-right: 10px;
}
/* line 1395, ../scss/module/_checkout-cart.scss */
.cart .cart-totals .not-pro .tr-subtotal-excl-tax td {
  color: #7ea2b8;
}
/* line 1402, ../scss/module/_checkout-cart.scss */
.cart .cart-totals .is-pro .tr-subtotal-incl-tax td {
  color: #7ea2b8;
}
/* line 1407, ../scss/module/_checkout-cart.scss */
.cart .cart-totals .is-pro .tr-subtotal-excl-tax .td-text {
  font-size: 18px;
  font-weight: 600;
  color: #3b515e;
  text-align: left;
  width: 210px;
  line-height: 22px;
}
/* line 1415, ../scss/module/_checkout-cart.scss */
.cart .cart-totals .is-pro .tr-subtotal-excl-tax .td-price, .cart .cart-totals .is-pro .tr-subtotal-excl-tax a-right {
  color: #3b515e;
  font-size: 22px;
  font-weight: 700;
  text-align: right;
  width: 140px;
  line-height: 22px;
  padding-right: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 1429, ../scss/module/_checkout-cart.scss */
  .cart .cart-totals {
    padding: 20px;
  }
  /* line 1432, ../scss/module/_checkout-cart.scss */
  .cart .cart-totals tfoot td {
    padding: 8px 0;
  }
  /* line 1435, ../scss/module/_checkout-cart.scss */
  .cart .cart-totals tfoot .td-text,
  .cart .cart-totals tfoot td:first-child {
    font-size: 16px;
  }
  /* line 1439, ../scss/module/_checkout-cart.scss */
  .cart .cart-totals tfoot .td-price,
  .cart .cart-totals tfoot td:last-child {
    font-size: 16px;
  }
  /* line 1452, ../scss/module/_checkout-cart.scss */
  .cart .cart-totals tfoot .tr-total-ttc td {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1462, ../scss/module/_checkout-cart.scss */
  .cart .cart-totals {
    padding: 15px 10px;
  }
  /* line 1465, ../scss/module/_checkout-cart.scss */
  .cart .cart-totals tbody .td-text,
  .cart .cart-totals tbody td:first-child {
    font-size: 14px;
  }
  /* line 1469, ../scss/module/_checkout-cart.scss */
  .cart .cart-totals tbody .td-price,
  .cart .cart-totals tbody td:last-child {
    font-size: 14px;
  }
  /* line 1474, ../scss/module/_checkout-cart.scss */
  .cart .cart-totals tbody .tr-subtotal td {
    padding-bottom: 5px;
  }
  /* line 1477, ../scss/module/_checkout-cart.scss */
  .cart .cart-totals tbody .tr-subtotal .td-text {
    font-size: 14px;
  }
  /* line 1480, ../scss/module/_checkout-cart.scss */
  .cart .cart-totals tbody .tr-subtotal .td-price {
    font-size: 20px;
    font-weight: 700;
  }
  /* line 1487, ../scss/module/_checkout-cart.scss */
  .cart .cart-totals tfoot td {
    padding: 5px 0;
  }
  /* line 1490, ../scss/module/_checkout-cart.scss */
  .cart .cart-totals tfoot .td-text,
  .cart .cart-totals tfoot td:first-child {
    font-size: 16px;
  }
  /* line 1494, ../scss/module/_checkout-cart.scss */
  .cart .cart-totals tfoot .td-price,
  .cart .cart-totals tfoot td:last-child {
    font-size: 16px;
  }
  /* line 1507, ../scss/module/_checkout-cart.scss */
  .cart .cart-totals tfoot .tr-total-ttc td {
    padding-top: 30px;
  }

  /* line 1514, ../scss/module/_checkout-cart.scss */
  button.bt-checkout-cart {
    min-width: 0;
    width: 100%;
    height: 60px;
    text-transform: none;
  }
}
/* line 1527, ../scss/module/_checkout-cart.scss */
.discount {
  padding: 30px;
  border: 1px solid #dce2e6;
  min-height: 225px;
  margin-bottom: 20px;
}

/* line 1536, ../scss/module/_checkout-cart.scss */
.discount-form label {
  font-size: 15px;
  color: #3b515e;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  display: block;
  margin-bottom: 50px;
  position: relative;
}
/* line 1545, ../scss/module/_checkout-cart.scss */
.discount-form label:before {
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e950";
  position: absolute;
  left: 0;
  top: -10px;
  font-size: 43px;
  color: #bad9eb;
}
/* line 1561, ../scss/module/_checkout-cart.scss */
.discount-form .field-wrapper {
  position: relative;
  height: 45px;
}
/* line 1565, ../scss/module/_checkout-cart.scss */
.discount-form .input-text {
  border: 1px solid #bad9eb;
  height: 45px;
  width: 100%;
  padding-left: 15px;
  padding-right: 40px;
  font-size: 14px;
  color: #557b92;
}
/* line 1574, ../scss/module/_checkout-cart.scss */
.discount-form .bt-coupon {
  border: none;
  position: absolute;
  right: 10px;
  top: 10px;
  background: none;
}
/* line 1581, ../scss/module/_checkout-cart.scss */
.discount-form .bt-coupon span:after {
  content: "\e94f";
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 25px;
  color: #7ea2b8;
}
/* line 1593, ../scss/module/_checkout-cart.scss */
.discount-form .bt-coupon span span {
  display: none;
}
/* line 1597, ../scss/module/_checkout-cart.scss */
.discount-form .bt-coupon.ac-coupon {
  display: none;
}
/* line 1601, ../scss/module/_checkout-cart.scss */
.discount-form .cancel-coupon {
  position: absolute;
  right: 10px;
  top: 10px;
}

/* line 1614, ../scss/module/_checkout-cart.scss */
.discount-form:after,
#giftcard-form:after {
  content: '';
  display: table;
  clear: both;
}

/* line 1619, ../scss/module/_checkout-cart.scss */
#discount-coupon-form,
.cart .giftcard {
  width: 100%;
}
/* line 1623, ../scss/module/_checkout-cart.scss */
#discount-coupon-form h2,
.cart .giftcard h2 {
  display: none;
}
/* line 1627, ../scss/module/_checkout-cart.scss */
#discount-coupon-form .validation-advice,
.cart .giftcard .validation-advice {
  display: inline;
}
/* line 1631, ../scss/module/_checkout-cart.scss */
#discount-coupon-form .button-wrapper,
.cart .giftcard .button-wrapper {
  display: inline-block;
  vertical-align: bottom;
}
/* line 1635, ../scss/module/_checkout-cart.scss */
#discount-coupon-form .button-wrapper > button,
.cart .giftcard .button-wrapper > button {
  float: left;
}

/* line 1642, ../scss/module/_checkout-cart.scss */
.cart .giftcard p {
  margin-bottom: 7px;
}

/* line 1646, ../scss/module/_checkout-cart.scss */
.cart .giftcard .check-gc-status {
  float: left;
  padding: 0px;
}
/* line 1650, ../scss/module/_checkout-cart.scss */
.cart .giftcard .check-gc-status > span > span {
  font-size: 14px;
  text-transform: none;
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 1657, ../scss/module/_checkout-cart.scss */
  .discount {
    padding: 20px 10px;
    min-height: 0;
    margin-bottom: 10px;
  }

  /* line 1663, ../scss/module/_checkout-cart.scss */
  .discount-form label {
    padding-left: 40px;
    text-align: left;
    margin-bottom: 10px;
  }
  /* line 1667, ../scss/module/_checkout-cart.scss */
  .discount-form label:before {
    font-size: 29px;
    top: -8px;
    left: 5px;
  }
  /* line 1673, ../scss/module/_checkout-cart.scss */
  .discount-form .input-text {
    height: 38px;
  }
  /* line 1678, ../scss/module/_checkout-cart.scss */
  .discount-form .bt-coupon span:after {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1687, ../scss/module/_checkout-cart.scss */
  .discount {
    min-height: 0;
    padding: 15px 10px 10px;
  }
  /* line 1690, ../scss/module/_checkout-cart.scss */
  .discount label {
    text-align: left;
    font-size: 12px;
    padding-left: 20px;
    margin-bottom: 0;
  }
  /* line 1691, ../scss/module/_checkout-cart.scss */
  .discount label:before {
    font-size: 20px;
    left: 5px;
    top: -8px;
  }
  /* line 1701, ../scss/module/_checkout-cart.scss */
  .discount .input-text {
    height: 38px;
  }
  /* line 1704, ../scss/module/_checkout-cart.scss */
  .discount .bt-coupon span:after {
    font-size: 18px;
    right: 8px;
    top: 8px;
  }
}
/* line 1716, ../scss/module/_checkout-cart.scss */
.block-rewwards-point {
  padding: 30px;
  border: 1px solid #dce2e6;
  min-height: 225px;
  margin-bottom: 20px;
}
/* line 1721, ../scss/module/_checkout-cart.scss */
.block-rewwards-point .reward-p-title {
  position: relative;
  padding-left: 60px;
  margin-bottom: 30px;
}
/* line 1725, ../scss/module/_checkout-cart.scss */
.block-rewwards-point .reward-p-title:after {
  content: '';
  display: table;
  clear: both;
}
/* line 1728, ../scss/module/_checkout-cart.scss */
.block-rewwards-point .reward-p-title .icon-rewarded {
  position: absolute;
  left: 0;
  top: -10px;
}
/* line 1732, ../scss/module/_checkout-cart.scss */
.block-rewwards-point .reward-p-title .icon-rewarded:before {
  color: #bad9eb;
  font-size: 39px;
}
/* line 1737, ../scss/module/_checkout-cart.scss */
.block-rewwards-point .reward-p-title .title {
  font-size: 15px;
  color: #3b515e;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  float: left;
  position: relative;
}
/* line 1746, ../scss/module/_checkout-cart.scss */
.block-rewwards-point .reward-p-title .a-more {
  float: right;
}
/* line 1748, ../scss/module/_checkout-cart.scss */
.block-rewwards-point .reward-p-title .a-more a {
  color: #7ea2b8;
  font-size: 12px;
  text-decoration: underline;
}
/* line 1755, ../scss/module/_checkout-cart.scss */
.block-rewwards-point .reward-p-ct {
  text-align: center;
  border-top: 1px dotted #d1d6da;
  padding: 15px 0 10px;
}
/* line 1759, ../scss/module/_checkout-cart.scss */
.block-rewwards-point .reward-p-ct p {
  color: #557b92;
  font-size: 15px;
  font-weight: 600;
  font-style: italic;
}
/* line 1764, ../scss/module/_checkout-cart.scss */
.block-rewwards-point .reward-p-ct p span {
  font-size: 17px;
  font-weight: 700;
}
/* line 1770, ../scss/module/_checkout-cart.scss */
.block-rewwards-point .reward-p-custom {
  text-align: center;
  padding-top: 30px;
  border-top: 1px dotted #d1d6da;
}
/* line 1774, ../scss/module/_checkout-cart.scss */
.block-rewwards-point .reward-p-custom p {
  color: #7ea2b8;
  font-size: 12px;
}
/* line 1777, ../scss/module/_checkout-cart.scss */
.block-rewwards-point .reward-p-custom p a {
  color: #7ea2b8;
  font-size: 12px;
  text-decoration: underline;
}
/* line 1784, ../scss/module/_checkout-cart.scss */
.block-rewwards-point .reward-p-login {
  background: #f3f6f8;
  padding: 10px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -20px;
  text-align: center;
}
/* line 1791, ../scss/module/_checkout-cart.scss */
.block-rewwards-point .reward-p-login i.icon-arr-long-right {
  margin-left: 10px;
}
/* line 1793, ../scss/module/_checkout-cart.scss */
.block-rewwards-point .reward-p-login i.icon-arr-long-right:before {
  font-size: 7px;
  color: #557b92;
}
/* line 1799, ../scss/module/_checkout-cart.scss */
.block-rewwards-point .reward-p-gift {
  text-align: center;
}
/* line 1801, ../scss/module/_checkout-cart.scss */
.block-rewwards-point .reward-p-gift a {
  display: inline-block;
  background: #ffffff;
  font-size: 13px;
  color: #557b92;
  font-weight: 600;
  text-transform: uppercase;
  min-width: 280px;
  padding: 12px 10px 8px;
}
/* line 1812, ../scss/module/_checkout-cart.scss */
.block-rewwards-point .reward-p-mypoint {
  color: #0074bc;
  font-size: 17px;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  margin-bottom: 10px;
}
/* line 1819, ../scss/module/_checkout-cart.scss */
.block-rewwards-point .reward-p-mypoint strong {
  font-weight: 700;
  font-size: 19px;
}
/* line 1825, ../scss/module/_checkout-cart.scss */
.block-rewwards-point.rewwards-loggin .reward-p-title {
  margin-bottom: 20px;
}
/* line 1828, ../scss/module/_checkout-cart.scss */
.block-rewwards-point.rewwards-loggin .reward-p-ct {
  padding: 10px 0 5px;
}
/* line 1831, ../scss/module/_checkout-cart.scss */
.block-rewwards-point.rewwards-loggin .reward-p-login {
  margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 1838, ../scss/module/_checkout-cart.scss */
  .block-rewwards-point {
    padding: 10px 20px;
    min-height: 0;
  }
  /* line 1841, ../scss/module/_checkout-cart.scss */
  .block-rewwards-point .reward-p-title {
    text-align: left;
    padding-left: 40px;
  }
  /* line 1844, ../scss/module/_checkout-cart.scss */
  .block-rewwards-point .reward-p-title .icon-rewarded {
    position: absolute;
    top: -5px;
    left: 0;
  }
  /* line 1848, ../scss/module/_checkout-cart.scss */
  .block-rewwards-point .reward-p-title .icon-rewarded:before {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1859, ../scss/module/_checkout-cart.scss */
  .block-rewwards-point {
    padding: 15px 10px;
    min-height: 0;
  }
  /* line 1862, ../scss/module/_checkout-cart.scss */
  .block-rewwards-point .reward-p-title {
    padding-left: 30px;
    margin-bottom: 15px;
  }
  /* line 1865, ../scss/module/_checkout-cart.scss */
  .block-rewwards-point .reward-p-title .icon-rewarded:before {
    font-size: 20px;
    top: -3px;
  }
  /* line 1869, ../scss/module/_checkout-cart.scss */
  .block-rewwards-point .reward-p-title .title {
    font-size: 12px;
  }
  /* line 1873, ../scss/module/_checkout-cart.scss */
  .block-rewwards-point .reward-p-ct {
    padding: 10p 0 5px;
  }
  /* line 1875, ../scss/module/_checkout-cart.scss */
  .block-rewwards-point .reward-p-ct p {
    font-size: 12px;
  }
  /* line 1879, ../scss/module/_checkout-cart.scss */
  .block-rewwards-point .reward-p-custom {
    padding-top: 15px;
  }

  /* line 1884, ../scss/module/_checkout-cart.scss */
  .checkout-account-create {
    display: none;
  }
}
/* line 1896, ../scss/module/_checkout-cart.scss */
.cart-reward-gift .r-g-head {
  text-align: center;
  margin-bottom: 50px;
}
/* line 1899, ../scss/module/_checkout-cart.scss */
.cart-reward-gift .r-g-head .title {
  font-weight: 700;
  font-size: 38px;
  color: #0074bc;
  line-height: 45px;
  margin-bottom: 30px;
}
/* line 1906, ../scss/module/_checkout-cart.scss */
.cart-reward-gift .r-g-head .your-points {
  font-size: 20px;
  font-weight: 700;
  color: #557b92;
  line-height: 25px;
}
/* line 1911, ../scss/module/_checkout-cart.scss */
.cart-reward-gift .r-g-head .your-points strong {
  display: block;
}
/* line 1914, ../scss/module/_checkout-cart.scss */
.cart-reward-gift .r-g-head .your-points span {
  font-weight: 500;
}
/* line 1919, ../scss/module/_checkout-cart.scss */
.cart-reward-gift ul {
  margin-bottom: 50px;
}
/* line 1921, ../scss/module/_checkout-cart.scss */
.cart-reward-gift ul li {
  margin-bottom: 10px;
}
/* line 1925, ../scss/module/_checkout-cart.scss */
.cart-reward-gift .r-g-content {
  max-width: 780px;
  margin: 0 auto;
}
/* line 1929, ../scss/module/_checkout-cart.scss */
.cart-reward-gift .r-product-item {
  display: table;
  width: 100%;
}
/* line 1932, ../scss/module/_checkout-cart.scss */
.cart-reward-gift .r-product-item .r-product-img,
.cart-reward-gift .r-product-item .r-product-name,
.cart-reward-gift .r-product-item .r-product-point-use {
  display: table-cell;
  vertical-align: middle;
}
/* line 1938, ../scss/module/_checkout-cart.scss */
.cart-reward-gift .r-product-item .r-product-img {
  width: 130px;
  position: relative;
  padding: 20px;
  height: 130px;
  border-radius: 5px;
  border: 1px solid #bad9eb;
}
/* line 1945, ../scss/module/_checkout-cart.scss */
.cart-reward-gift .r-product-item .r-product-img .w-g-check {
  position: absolute;
  top: 50%;
  left: -10px;
  margin-top: -10px;
}
/* line 1952, ../scss/module/_checkout-cart.scss */
.cart-reward-gift .r-product-item .r-product-name {
  width: 510px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  color: #3b515e;
  font-weight: 500;
}
/* line 1960, ../scss/module/_checkout-cart.scss */
.cart-reward-gift .r-product-item .r-product-point-use {
  width: 140px;
  color: #7ea2b8;
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
}
/* line 1966, ../scss/module/_checkout-cart.scss */
.cart-reward-gift .r-product-item .r-product-point-use span {
  display: block;
  border-left: 1px solid #bad9eb;
  padding: 20px 10px 15px 20px;
}
/* line 1973, ../scss/module/_checkout-cart.scss */
.cart-reward-gift label.input-st input[type="checkbox"] + span {
  border: 2px solid #7ea2b8;
  width: 20px;
  height: 20px;
}
/* line 1978, ../scss/module/_checkout-cart.scss */
.cart-reward-gift label.input-st input[type="checkbox"]:checked + span::after {
  width: 12px;
  height: 12px;
  top: 2px;
  height: 2px;
  background: #7ea2b8;
}
/* line 1985, ../scss/module/_checkout-cart.scss */
.cart-reward-gift .r-w-action {
  text-align: center;
}
/* line 1987, ../scss/module/_checkout-cart.scss */
.cart-reward-gift .r-w-action button.bt-use-point {
  background: #0074bc;
  height: 70px;
  min-width: 350px;
  color: #ffffff;
  border: none;
  font-size: 20px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  /* line 2002, ../scss/module/_checkout-cart.scss */
  .cart-reward-gift .r-g-head {
    margin-bottom: 20px;
  }
  /* line 2004, ../scss/module/_checkout-cart.scss */
  .cart-reward-gift .r-g-head .title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  /* line 2009, ../scss/module/_checkout-cart.scss */
  .cart-reward-gift .r-g-head .your-points {
    font-size: 15px;
    line-height: 20px;
  }
  /* line 2015, ../scss/module/_checkout-cart.scss */
  .cart-reward-gift .r-product-item .r-product-img {
    width: auto;
    height: auto;
    padding: 10px;
  }
  /* line 2019, ../scss/module/_checkout-cart.scss */
  .cart-reward-gift .r-product-item .r-product-img img {
    width: 50px;
    max-width: none;
  }
  /* line 2024, ../scss/module/_checkout-cart.scss */
  .cart-reward-gift .r-product-item .r-product-name {
    font-size: 14px;
    line-height: 17px;
  }
  /* line 2028, ../scss/module/_checkout-cart.scss */
  .cart-reward-gift .r-product-item .r-product-point-use {
    font-size: 15px;
  }
  /* line 2030, ../scss/module/_checkout-cart.scss */
  .cart-reward-gift .r-product-item .r-product-point-use span {
    padding: 10px;
  }
  /* line 2036, ../scss/module/_checkout-cart.scss */
  .cart-reward-gift .r-w-action button.bt-use-point {
    min-width: 0;
    width: 100%;
    max-width: 300px;
  }
}
/* line 2049, ../scss/module/_checkout-cart.scss */
.checkout-account-create {
  border-radius: 5px;
  background: #eef2f5;
}
/* line 2053, ../scss/module/_checkout-cart.scss */
.checkout-account-create .banner-img img {
  border-radius: 5px;
}
/* line 2057, ../scss/module/_checkout-cart.scss */
.checkout-account-create .info {
  padding: 15px 10px;
  text-align: center;
}
/* line 2062, ../scss/module/_checkout-cart.scss */
.checkout-account-create a.button-link {
  font-size: 13px;
}
/* line 2064, ../scss/module/_checkout-cart.scss */
.checkout-account-create a.button-link span {
  padding-left: 23px;
}
/* line 2066, ../scss/module/_checkout-cart.scss */
.checkout-account-create a.button-link span:before {
  font-size: 7px;
  top: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 2076, ../scss/module/_checkout-cart.scss */
  .checkout-account-create {
    display: none;
  }
}
/* line 2086, ../scss/module/_checkout-cart.scss */
.cart-forms .block-contact-mini {
  background: none;
  border: 1px solid #dce2e6;
  padding: 15px 10x 5px;
}
/* line 2091, ../scss/module/_checkout-cart.scss */
.cart-forms .block-contact-mini .ct-head strong {
  color: #0074bc;
}
/* line 2094, ../scss/module/_checkout-cart.scss */
.cart-forms .block-contact-mini .ct-head span {
  color: #0074bc;
  text-transform: uppercase;
}
/* line 2100, ../scss/module/_checkout-cart.scss */
.cart-forms .block-contact-mini .ct-info .ct-phone {
  color: #0074bc;
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 2108, ../scss/module/_checkout-cart.scss */
  .cart-forms .block-contact-mini {
    margin-bottom: 10px;
    float: none;
    width: auto;
    padding: 10px 20px;
  }
  /* line 2114, ../scss/module/_checkout-cart.scss */
  .cart-forms .block-contact-mini .ct-head strong {
    font-size: 20px;
    display: inline;
  }
  /* line 2118, ../scss/module/_checkout-cart.scss */
  .cart-forms .block-contact-mini .ct-head span {
    font-size: 12px;
    display: inline;
  }
}
@media only screen and (max-width: 767px) {
  /* line 2127, ../scss/module/_checkout-cart.scss */
  .cart-forms .block-contact-mini {
    display: none;
  }
}
/* ============================================ *
 * Checkout - Cart Cross sell
 * ============================================ */
/* line 2137, ../scss/module/_checkout-cart.scss */
.crosssell h2 {
  color: #0074bc;
}
/* line 2141, ../scss/module/_checkout-cart.scss */
.crosssell .item a.product-image {
  width: auto;
  float: left;
}

/* Change the layout to 2 columns at a breakpoint that is higher than a 3 columns layout would normally break */
@media only screen and (max-width: 1279px) {
  /* line 2149, ../scss/module/_checkout-cart.scss */
  .crosssell {
    /* Undo three-column config */
  }
  /* line 2150, ../scss/module/_checkout-cart.scss */
  .crosssell .products-grid > li:nth-child(even),
  .crosssell .products-grid > li:nth-child(3n),
  .crosssell .products-grid > li {
    width: 47.72727%;
    margin-right: 4.54545%;
  }
  /* line 2157, ../scss/module/_checkout-cart.scss */
  .crosssell .products-grid > li:nth-child(odd) {
    clear: left;
  }
  /* line 2161, ../scss/module/_checkout-cart.scss */
  .crosssell .products-grid > li:nth-child(even) {
    margin-right: 0;
  }
  /* line 2166, ../scss/module/_checkout-cart.scss */
  .crosssell .products-grid > li:nth-child(3n+1) {
    clear: none;
  }
}
@media only screen and (max-width: 767px) {
  /* line 2175, ../scss/module/_checkout-cart.scss */
  .cart-table .cart-tax-total:after {
    right: -9px;
  }
  /* line 2179, ../scss/module/_checkout-cart.scss */
  .cart-table .cart-tax-total.cart-tax-total-expanded:after {
    right: -13px;
  }
}
@media only screen and (max-width: 320px) {
  /* line 2190, ../scss/module/_checkout-cart.scss */
  .crosssell ul .item {
    padding: 0 0px 40px;
  }
  /* line 2194, ../scss/module/_checkout-cart.scss */
  .crosssell ul .product-details .crosssell-actions {
    padding: 0 5px;
  }
}
/* ============================================ *
 * Checkout - Header
 * ============================================ */
/* line 29, ../scss/module/_checkout-onepage.scss */
.checkout-onepage-index .main-container {
  padding-top: 70px;
}

/* line 33, ../scss/module/_checkout-onepage.scss */
#checkoutSteps .newListSelected {
  display: none;
}
/* line 37, ../scss/module/_checkout-onepage.scss */
#checkoutSteps .customSelect {
  position: static;
  z-index: 1;
  left: auto;
  top: auto;
  width: 100%;
  min-width: 0;
  height: 55px;
  padding-top: 5px;
}
/* line 47, ../scss/module/_checkout-onepage.scss */
#checkoutSteps .inchoo-socialconnect-google, #checkoutSteps .inchoo-socialconnect-facebook {
  margin-top: 10px;
}

/* line 52, ../scss/module/_checkout-onepage.scss */
.header-checkout {
  background-image: -o-linear-gradient(to bottom, #ffffff 0%, #f1f3f4 100%);
  background-image: -moz-linear-gradient(to bottom, #ffffff 0%, #f1f3f4 100%);
  background-image: -webkit-linear-gradient(to bottom, #ffffff 0%, #f1f3f4 100%);
  background-image: -ms-linear-gradient(to bottom, #ffffff 0%, #f1f3f4 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f1f3f4 100%);
}
/* line 54, ../scss/module/_checkout-onepage.scss */
.header-checkout .hd-co-inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
/* line 59, ../scss/module/_checkout-onepage.scss */
.header-checkout .hd-co-logo {
  margin-bottom: 10px;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: 1;
}
/* line 66, ../scss/module/_checkout-onepage.scss */
.header-checkout .logo-co-tablet {
  display: none;
}
/* line 69, ../scss/module/_checkout-onepage.scss */
.header-checkout .progress-sidebar {
  z-index: 200;
  top: 0;
  right: 0;
  width: 290px;
  background: white;
  position: fixed;
  margin-bottom: 0;
  height: 100%;
  display: none;
  overflow-y: auto;
}
/* line 80, ../scss/module/_checkout-onepage.scss */
.header-checkout .progress-sidebar.show-pro-sb {
  display: block;
}

/* line 86, ../scss/module/_checkout-onepage.scss */
.checkout-step {
  text-align: center;
  padding: 0 250px;
  position: relative;
  top: 30px;
}
/* line 92, ../scss/module/_checkout-onepage.scss */
.checkout-step ul li {
  display: inline-block;
  padding: 0 10px;
}
/* line 97, ../scss/module/_checkout-onepage.scss */
.checkout-step .co-step-item {
  text-align: center;
  position: relative;
}
/* line 100, ../scss/module/_checkout-onepage.scss */
.checkout-step .co-step-item:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #d4dadf;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  bottom: 23px;
}
/* line 110, ../scss/module/_checkout-onepage.scss */
.checkout-step .co-step-item .item-text {
  font-size: 20px;
  font-weight: 600;
  color: #d4dadf;
  margin-bottom: 15px;
  width: 150px;
  line-height: 20px;
}
/* line 118, ../scss/module/_checkout-onepage.scss */
.checkout-step .co-step-item .item-number {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #d4dadf;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  border: 10px solid #ffffff;
}
/* line 127, ../scss/module/_checkout-onepage.scss */
.checkout-step .co-step-item .item-number span {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
}
/* line 139, ../scss/module/_checkout-onepage.scss */
.checkout-step li.active .co-step-item:before,
.checkout-step li.passed .co-step-item:before {
  background: #0074bc;
}
/* line 142, ../scss/module/_checkout-onepage.scss */
.checkout-step li.active .co-step-item .item-number,
.checkout-step li.passed .co-step-item .item-number {
  background: #0074bc;
}
/* line 149, ../scss/module/_checkout-onepage.scss */
.checkout-step li.active .co-step-item .item-text {
  color: #0074bc;
}
/* line 156, ../scss/module/_checkout-onepage.scss */
.checkout-step li:last-child .co-step-item .item-text,
.checkout-step li:last-child .co-step-item .item-number {
  display: none;
}
/* line 163, ../scss/module/_checkout-onepage.scss */
.checkout-step li:last-child .co-step-item:before {
  bottom: 15px;
}

/* line 170, ../scss/module/_checkout-onepage.scss */
.hd-co-client {
  width: 140px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 25px;
  z-index: 1;
}
/* line 177, ../scss/module/_checkout-onepage.scss */
.hd-co-client .cl-text {
  font-size: 16px;
  font-weight: 600;
  color: #0074bc;
}
/* line 182, ../scss/module/_checkout-onepage.scss */
.hd-co-client .cl-phone {
  position: relative;
  background: #0074bc;
  border-radius: 5px;
  color: #fff346;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  padding: 9px 10px 6px 40px;
  line-height: 14px;
}
/* line 192, ../scss/module/_checkout-onepage.scss */
.hd-co-client .cl-phone .icon-phone {
  position: absolute;
  left: 10px;
  top: 5px;
}
/* line 196, ../scss/module/_checkout-onepage.scss */
.hd-co-client .cl-phone .icon-phone:before {
  font-size: 18px;
}

/* line 203, ../scss/module/_checkout-onepage.scss */
.header-co-cart {
  display: none;
}
/* line 206, ../scss/module/_checkout-onepage.scss */
.header-co-cart.active:after {
  background: #3b515e;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.35;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 98;
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 221, ../scss/module/_checkout-onepage.scss */
  .header-checkout {
    position: relative;
  }
  /* line 223, ../scss/module/_checkout-onepage.scss */
  .header-checkout:after {
    content: "";
    height: 60px;
    width: 100%;
    background: #0074bc;
    left: 0;
    top: 0;
    position: absolute;
  }
  /* line 232, ../scss/module/_checkout-onepage.scss */
  .header-checkout .hd-co-inner {
    z-index: 1;
    max-width: 770px;
  }
  /* line 236, ../scss/module/_checkout-onepage.scss */
  .header-checkout .hd-co-logo {
    top: 15px;
    left: 10px;
    margin-bottom: 0;
  }
  /* line 241, ../scss/module/_checkout-onepage.scss */
  .header-checkout .logo-checkout {
    display: none;
  }
  /* line 244, ../scss/module/_checkout-onepage.scss */
  .header-checkout .logo-co-tablet {
    display: block;
  }

  /* line 248, ../scss/module/_checkout-onepage.scss */
  .hd-co-inner {
    padding-top: 60px;
  }

  /* line 251, ../scss/module/_checkout-onepage.scss */
  .checkout-step {
    padding: 0;
  }

  /* line 254, ../scss/module/_checkout-onepage.scss */
  .hd-co-client {
    line-height: 12px;
    right: 125px;
    text-align: right;
    top: 20px;
  }
  /* line 259, ../scss/module/_checkout-onepage.scss */
  .hd-co-client .cl-text {
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
  }
  /* line 265, ../scss/module/_checkout-onepage.scss */
  .hd-co-client .cl-phone {
    font-size: 12px;
    padding: 0 0 0 15px;
  }
  /* line 268, ../scss/module/_checkout-onepage.scss */
  .hd-co-client .cl-phone .icon-phone {
    left: 0;
    top: -2px;
  }
  /* line 271, ../scss/module/_checkout-onepage.scss */
  .hd-co-client .cl-phone .icon-phone:before {
    font-size: 10px;
  }

  /* line 277, ../scss/module/_checkout-onepage.scss */
  .header-co-cart {
    display: block;
    position: absolute;
    right: 20px;
    top: 11px;
    height: 40px;
    border-left: 1px solid #ffffff;
    padding-left: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  /* line 288, ../scss/module/_checkout-onepage.scss */
  .header-co-cart .icon-cart-mini:before {
    font-size: 29px;
    color: #ffffff;
  }
  /* line 293, ../scss/module/_checkout-onepage.scss */
  .header-co-cart span {
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    position: relative;
    top: -10px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 305, ../scss/module/_checkout-onepage.scss */
  .header-checkout .hd-co-inner {
    max-width: 1024px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 314, ../scss/module/_checkout-onepage.scss */
  .checkout-onepage-index .main-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  /* line 318, ../scss/module/_checkout-onepage.scss */
  #checkoutSteps .customSelect {
    padding: 5px 40px 0 10px;
    font-size: 13px;
    height: 35px;
    color: #3b515e;
    font-weight: 500;
  }

  /* line 325, ../scss/module/_checkout-onepage.scss */
  .header-checkout {
    position: relative;
    height: 95px;
  }
  /* line 328, ../scss/module/_checkout-onepage.scss */
  .header-checkout:after {
    content: "";
    height: 40px;
    width: 100%;
    background: #0074bc;
    left: 0;
    top: 0;
    position: absolute;
  }
  /* line 337, ../scss/module/_checkout-onepage.scss */
  .header-checkout .hd-co-inner {
    padding-top: 40px;
  }
  /* line 340, ../scss/module/_checkout-onepage.scss */
  .header-checkout .hd-co-logo {
    top: 5px;
    left: 5px;
    margin-bottom: 0;
  }
  /* line 344, ../scss/module/_checkout-onepage.scss */
  .header-checkout .hd-co-logo img {
    height: 35px;
  }
  /* line 348, ../scss/module/_checkout-onepage.scss */
  .header-checkout .logo-checkout {
    display: none;
  }
  /* line 351, ../scss/module/_checkout-onepage.scss */
  .header-checkout .logo-co-tablet {
    display: block;
  }

  /* line 355, ../scss/module/_checkout-onepage.scss */
  .hd-co-client {
    display: none;
  }

  /* line 358, ../scss/module/_checkout-onepage.scss */
  .header-co-cart {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
  }
  /* line 365, ../scss/module/_checkout-onepage.scss */
  .header-co-cart .icon-cart-mini:before {
    font-size: 21px;
    color: #ffffff;
  }
  /* line 370, ../scss/module/_checkout-onepage.scss */
  .header-co-cart span {
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    position: relative;
    top: -5px;
  }

  /* line 378, ../scss/module/_checkout-onepage.scss */
  .checkout-step {
    padding: 0;
    top: 50px;
    position: absolute;
    width: 100%;
  }
  /* line 384, ../scss/module/_checkout-onepage.scss */
  .checkout-step .co-step-item:before {
    bottom: 20px;
    width: 10px;
    height: 10px;
  }
  /* line 389, ../scss/module/_checkout-onepage.scss */
  .checkout-step .co-step-item .item-text {
    font-size: 15px;
    font-weight: 600;
    width: auto;
    display: none;
    margin-bottom: 5px;
  }
  /* line 396, ../scss/module/_checkout-onepage.scss */
  .checkout-step .co-step-item .item-number {
    width: 35px;
    height: 35px;
    border-width: 5px;
  }
  /* line 400, ../scss/module/_checkout-onepage.scss */
  .checkout-step .co-step-item .item-number span {
    font-size: 14px;
    line-height: 29px;
  }
  /* line 409, ../scss/module/_checkout-onepage.scss */
  .checkout-step ul li {
    width: 98px;
    padding: 0;
  }
  /* line 414, ../scss/module/_checkout-onepage.scss */
  .checkout-step ul li:first-child .co-step-item:before {
    display: none;
  }
  /* line 419, ../scss/module/_checkout-onepage.scss */
  .checkout-step ul li:last-child {
    display: none;
  }
  /* line 424, ../scss/module/_checkout-onepage.scss */
  .checkout-step ul li.active .co-step-item .item-text {
    display: block;
  }

  /* line 434, ../scss/module/_checkout-onepage.scss */
  #checkoutSteps .inchoo-socialconnect-google, #checkoutSteps .inchoo-socialconnect-facebook {
    max-width: 190px;
    margin: 10px auto 0;
    float: none;
  }
  /* line 440, ../scss/module/_checkout-onepage.scss */
  #checkoutSteps #login-form input[type=text], #checkoutSteps #login-form input[type=password] {
    width: 100%;
  }
}
/* line 449, ../scss/module/_checkout-onepage.scss */
.logo-footer-co {
  float: left;
  padding-top: 65px;
}
/* line 452, ../scss/module/_checkout-onepage.scss */
.logo-footer-co img {
  height: 100px;
}

@media only screen and (min-width: 1280px) {
  /* line 458, ../scss/module/_checkout-onepage.scss */
  .co-footer .block-trustpilot-ft {
    padding-top: 75px;
  }
  /* line 460, ../scss/module/_checkout-onepage.scss */
  .co-footer .block-trustpilot-ft .box-top {
    float: left;
    margin-right: 20px;
  }
  /* line 464, ../scss/module/_checkout-onepage.scss */
  .co-footer .block-trustpilot-ft .rate-trustpilot {
    float: left;
    padding-top: 20px;
  }
}

/* line 472, ../scss/module/_checkout-onepage.scss */
.footer-contact {
  display: none;
}

/* line 476, ../scss/module/_checkout-onepage.scss */
.footer-section-reponsive {
  display: none;
}
/* line 478, ../scss/module/_checkout-onepage.scss */
.footer-section-reponsive:after {
  content: '';
  display: table;
  clear: both;
}
/* line 481, ../scss/module/_checkout-onepage.scss */
.footer-section-reponsive .block-contact-mini {
  float: right;
  background: none;
  padding: 0;
  margin: 0;
  text-align: left;
  width: auto;
}
/* line 489, ../scss/module/_checkout-onepage.scss */
.footer-section-reponsive .block-contact-mini .ct-head strong {
  font-size: 20px;
  color: #0074bc;
  font-weight: 700;
  line-height: 20px;
}
/* line 495, ../scss/module/_checkout-onepage.scss */
.footer-section-reponsive .block-contact-mini .ct-head span {
  font-size: 12px;
  font-weight: 500;
  color: #0074bc;
}
/* line 502, ../scss/module/_checkout-onepage.scss */
.footer-section-reponsive .block-contact-mini .ct-info .ct-phone {
  color: #0074bc;
  font-size: 30px;
  font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 513, ../scss/module/_checkout-onepage.scss */
  .logo-footer-co {
    display: none;
  }

  /* line 516, ../scss/module/_checkout-onepage.scss */
  .footer-section-reponsive {
    display: block;
  }
  /* line 520, ../scss/module/_checkout-onepage.scss */
  .footer-section-reponsive .block-contact-mini .ct-head strong {
    display: inline;
  }
  /* line 525, ../scss/module/_checkout-onepage.scss */
  .footer-section-reponsive .logo-footer-co {
    display: block;
    padding-top: 0;
  }
  /* line 528, ../scss/module/_checkout-onepage.scss */
  .footer-section-reponsive .logo-footer-co img {
    height: 90px;
  }

  /* line 533, ../scss/module/_checkout-onepage.scss */
  .footer-bottom {
    text-align: center;
  }
  /* line 535, ../scss/module/_checkout-onepage.scss */
  .footer-bottom .sutunam {
    display: none;
  }
  /* line 538, ../scss/module/_checkout-onepage.scss */
  .footer-bottom .copyright {
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  /* line 546, ../scss/module/_checkout-onepage.scss */
  .co-footer .block-reasurance {
    display: none;
  }
  /* line 549, ../scss/module/_checkout-onepage.scss */
  .co-footer .footer-bottom {
    display: block;
    padding: 10px;
  }
  /* line 552, ../scss/module/_checkout-onepage.scss */
  .co-footer .footer-bottom .sutunam {
    display: none;
  }
  /* line 555, ../scss/module/_checkout-onepage.scss */
  .co-footer .footer-bottom .copyright {
    float: none;
    text-align: center;
    width: auto;
    font-size: 10px;
  }

  /* line 563, ../scss/module/_checkout-onepage.scss */
  .footer-contact {
    background: #eef2f5;
    padding: 10px;
    display: block;
  }
  /* line 567, ../scss/module/_checkout-onepage.scss */
  .footer-contact:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 570, ../scss/module/_checkout-onepage.scss */
  .footer-contact .logo-footer-co {
    padding: 0 0 0 10px;
    float: left;
  }
  /* line 573, ../scss/module/_checkout-onepage.scss */
  .footer-contact .logo-footer-co img {
    height: 30px;
  }
  /* line 577, ../scss/module/_checkout-onepage.scss */
  .footer-contact .contact-footer-co {
    float: right;
  }
  /* line 579, ../scss/module/_checkout-onepage.scss */
  .footer-contact .contact-footer-co:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 582, ../scss/module/_checkout-onepage.scss */
  .footer-contact .contact-footer-co .ct-ft-text {
    font-size: 12px;
    font-weight: 600;
    color: #0074bc;
    float: left;
    padding-right: 20px;
    padding-top: 5px;
  }
  /* line 589, ../scss/module/_checkout-onepage.scss */
  .footer-contact .contact-footer-co .ct-ft-text span,
  .footer-contact .contact-footer-co .ct-ft-text strong {
    display: block;
    font-weight: 600;
    line-height: 15px;
  }
  /* line 596, ../scss/module/_checkout-onepage.scss */
  .footer-contact .contact-footer-co .ct-ft-ico {
    float: right;
    width: 50px;
    text-align: center;
    border-left: 1px solid #ebebeb;
  }
  /* line 602, ../scss/module/_checkout-onepage.scss */
  .footer-contact .contact-footer-co .ct-ft-ico .icon-call:before {
    color: #0074bc;
    font-size: 30px;
  }
}
/* ============================================ *
* Checkout - Step Login
* ============================================ */
/* line 617, ../scss/module/_checkout-onepage.scss */
.checkout-co-wrap {
  background: url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/line-img.png") no-repeat 50% 100%;
  margin-bottom: 40px;
  padding-bottom: 60px;
  position: relative;
}

/* line 627, ../scss/module/_checkout-onepage.scss */
.checkout-col:after {
  content: '';
  display: table;
  clear: both;
}
/* line 630, ../scss/module/_checkout-onepage.scss */
.checkout-col .col-left {
  float: left;
  width: 66.01563%;
  padding: 0;
}
/* line 634, ../scss/module/_checkout-onepage.scss */
.checkout-col .col-left:after {
  content: '';
  display: table;
  clear: both;
}
/* line 637, ../scss/module/_checkout-onepage.scss */
.checkout-col .col-left .col-left-l {
  width: 48.52071%;
  float: left;
}
/* line 641, ../scss/module/_checkout-onepage.scss */
.checkout-col .col-left .col-left-r {
  width: 48.52071%;
  float: right;
}
/* line 646, ../scss/module/_checkout-onepage.scss */
.checkout-col .col-right {
  float: right;
  width: 32.03125%;
  padding: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 654, ../scss/module/_checkout-onepage.scss */
  .checkout-col .col-left {
    float: none;
    width: auto;
  }
  /* line 658, ../scss/module/_checkout-onepage.scss */
  .checkout-col .col-right {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  /* line 665, ../scss/module/_checkout-onepage.scss */
  .checkout-co-wrap {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  /* line 670, ../scss/module/_checkout-onepage.scss */
  .checkout-col .col-left {
    float: none;
    width: auto;
  }
  /* line 673, ../scss/module/_checkout-onepage.scss */
  .checkout-col .col-left .col-left-l,
  .checkout-col .col-left .col-left-r {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
  /* line 680, ../scss/module/_checkout-onepage.scss */
  .checkout-col .col-right {
    display: none;
  }

  /* line 686, ../scss/module/_checkout-onepage.scss */
  #checkout-step-shipping .col-left .col-left-r {
    display: none;
  }

  /* line 693, ../scss/module/_checkout-onepage.scss */
  .checkout-onepage-success .checkout-col .col-right {
    display: block;
    float: none;
    width: auto;
  }
}
/* line 704, ../scss/module/_checkout-onepage.scss */
.box-checkout .customSelect {
  position: static;
  z-index: 1;
  left: auto;
  top: auto;
  width: 100%;
  min-width: 0;
}
/* line 712, ../scss/module/_checkout-onepage.scss */
.box-checkout .b-title {
  border-bottom: 1px solid #d1d6da;
  padding-bottom: 20px;
  margin-bottom: 30px;
  padding-top: 35px;
}
/* line 717, ../scss/module/_checkout-onepage.scss */
.box-checkout .b-title h3 {
  font-size: 22px;
  color: #0074bc;
  font-weight: 600;
  border: none;
  padding: 0;
  text-transform: none;
  margin: 0;
}
/* line 728, ../scss/module/_checkout-onepage.scss */
.box-checkout .b-content .input-text {
  width: 100%;
}
/* line 732, ../scss/module/_checkout-onepage.scss */
.box-checkout .buttons-set {
  text-align: right;
}
/* line 734, ../scss/module/_checkout-onepage.scss */
.box-checkout .buttons-set button.button {
  float: none;
  min-width: 210px;
  margin: 0;
  height: 55px;
}
/* line 740, ../scss/module/_checkout-onepage.scss */
.box-checkout .buttons-set a.button {
  min-width: 210px;
  padding: 20px 0 8px;
  height: 55px;
}
/* line 746, ../scss/module/_checkout-onepage.scss */
.box-checkout .line {
  height: 1px;
  width: 100%;
  background: #d1d6da;
  margin: 20px 0;
}
/* line 753, ../scss/module/_checkout-onepage.scss */
.box-checkout .customer-name-prefix:after {
  content: '';
  display: table;
  clear: both;
}
/* line 756, ../scss/module/_checkout-onepage.scss */
.box-checkout .customer-name-prefix .name-prefix {
  float: left;
  width: 100%;
  clear: left;
}
/* line 760, ../scss/module/_checkout-onepage.scss */
.box-checkout .customer-name-prefix .name-prefix .input-box {
  width: 50%;
  padding-right: 5px;
}
/* line 765, ../scss/module/_checkout-onepage.scss */
.box-checkout .customer-name-prefix .name-firstname {
  float: left;
  width: 50%;
  padding-right: 5px;
}
/* line 770, ../scss/module/_checkout-onepage.scss */
.box-checkout .customer-name-prefix .name-lastname {
  width: 50%;
  float: right;
  padding-left: 5px;
}
/* line 776, ../scss/module/_checkout-onepage.scss */
.box-checkout .newListSelected {
  display: none;
}
/* line 780, ../scss/module/_checkout-onepage.scss */
.box-checkout .b-box-regisiter {
  color: #557b92;
  font-size: 14px;
  font-weight: normal;
}
/* line 784, ../scss/module/_checkout-onepage.scss */
.box-checkout .b-box-regisiter .b-box-ct {
  min-height: 135px;
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 792, ../scss/module/_checkout-onepage.scss */
  .box-checkout .b-title {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  /* line 795, ../scss/module/_checkout-onepage.scss */
  .box-checkout .b-title h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 804, ../scss/module/_checkout-onepage.scss */
  .buttons-set button.button {
    height: 40px;
    width: auto;
    min-width: 180px !important;
    font-size: 14px;
  }

  /* line 812, ../scss/module/_checkout-onepage.scss */
  .box-checkout .b-title {
    padding-bottom: 15px;
  }
  /* line 814, ../scss/module/_checkout-onepage.scss */
  .box-checkout .b-title h3 {
    font-size: 14px;
  }
  /* line 819, ../scss/module/_checkout-onepage.scss */
  .box-checkout .buttons-set button.button {
    height: 40px;
    width: auto;
    min-width: 180px;
    font-size: 14px;
  }
}
/* ============================================ *
* Checkout - Block Product
* ============================================ */
/* line 836, ../scss/module/_checkout-onepage.scss */
.block-co-product {
  padding: 30px 30px 25px;
  background: #eef2f5 url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/shadow-total-cart.png") no-repeat 0 0;
}
/* line 839, ../scss/module/_checkout-onepage.scss */
.block-co-product .co-p-head {
  margin-bottom: 20px;
  border-bottom: 1px solid #d1d6da;
  padding-bottom: 15px;
  min-height: 60px;
}
/* line 844, ../scss/module/_checkout-onepage.scss */
.block-co-product .co-p-head .title {
  font-size: 18px;
  font-weight: 600;
  color: #557b92;
  line-height: 20px;
}
/* line 849, ../scss/module/_checkout-onepage.scss */
.block-co-product .co-p-head .title a {
  font-size: 12px;
  font-weight: normal;
  color: #557b92;
  text-decoration: underline;
}
/* line 856, ../scss/module/_checkout-onepage.scss */
.block-co-product .co-p-head .articles {
  font-size: 15px;
  color: #7ea2b8;
  font-weight: 600;
}
/* line 860, ../scss/module/_checkout-onepage.scss */
.block-co-product .co-p-head .articles strong {
  font-weight: 600;
  color: #0074bc;
}
/* line 867, ../scss/module/_checkout-onepage.scss */
.block-co-product ul li {
  display: table;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #d1d6da;
  display: none;
}
/* line 868, ../scss/module/_checkout-onepage.scss */
.block-co-product ul li:after {
  content: '';
  display: table;
  clear: both;
}
/* line 877, ../scss/module/_checkout-onepage.scss */
.block-co-product ul .product-co-img,
.block-co-product ul .product-co-info {
  display: table-cell;
  vertical-align: middle;
}
/* line 882, ../scss/module/_checkout-onepage.scss */
.block-co-product ul .product-co-img {
  width: 60px;
}
/* line 885, ../scss/module/_checkout-onepage.scss */
.block-co-product ul .product-co-info {
  padding-left: 20px;
  width: 280px;
}
/* line 888, ../scss/module/_checkout-onepage.scss */
.block-co-product ul .product-co-info .manufacturer,
.block-co-product ul .product-co-info .item-dispo {
  display: none;
}
/* line 894, ../scss/module/_checkout-onepage.scss */
.block-co-product ul .product-co-all:after {
  content: '';
  display: table;
  clear: both;
}
/* line 897, ../scss/module/_checkout-onepage.scss */
.block-co-product ul .product-co-all .product-cart-sku {
  float: left;
}
/* line 900, ../scss/module/_checkout-onepage.scss */
.block-co-product ul .product-co-all .product-co-price {
  float: right;
}
/* line 902, ../scss/module/_checkout-onepage.scss */
.block-co-product ul .product-co-all .product-co-price:after {
  content: '';
  display: table;
  clear: both;
}
/* line 905, ../scss/module/_checkout-onepage.scss */
.block-co-product ul .product-co-all .product-co-price .qty {
  display: inline-block;
  margin-right: 10px;
}
/* line 909, ../scss/module/_checkout-onepage.scss */
.block-co-product ul .product-co-all .product-co-price .price-box {
  display: inline-block;
  text-align: right;
}
/* line 914, ../scss/module/_checkout-onepage.scss */
.block-co-product ul .product-co-all .item-sku {
  font-size: 14px;
  color: #7ea2b8;
  font-weight: 300;
  text-transform: uppercase;
}
/* line 920, ../scss/module/_checkout-onepage.scss */
.block-co-product ul .product-co-all .qty {
  color: #7ea2b8;
  font-size: 14px;
  font-weight: normal;
  vertical-align: top;
  line-height: 25px;
}
/* line 928, ../scss/module/_checkout-onepage.scss */
.block-co-product ul .product-co-all .price-box span,
.block-co-product ul .product-co-all .price-box .price {
  color: #7ea2b8;
  font-size: 16px;
  font-weight: 700;
}
/* line 935, ../scss/module/_checkout-onepage.scss */
.block-co-product ul .product-co-all .price-box span.weee,
.block-co-product ul .product-co-all .price-box span.weee .price {
  font-size: 0.6rem;
  line-height: 0.5rem;
}
/* line 944, ../scss/module/_checkout-onepage.scss */
.block-co-product .product-name {
  margin: 0;
  padding: 0;
  text-transform: none;
  line-height: 16px;
}
/* line 949, ../scss/module/_checkout-onepage.scss */
.block-co-product .product-name a {
  color: #557b92;
  font-size: 14px;
  font-weight: normal;
}
/* line 955, ../scss/module/_checkout-onepage.scss */
.block-co-product .co-button {
  text-align: center;
}
/* line 957, ../scss/module/_checkout-onepage.scss */
.block-co-product .co-button .bt-load-more {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: #0074bc;
  cursor: pointer;
  display: none;
}
/* line 964, ../scss/module/_checkout-onepage.scss */
.block-co-product .co-button .bt-load-more.show {
  display: block;
}
/* line 971, ../scss/module/_checkout-onepage.scss */
.block-co-product .co-button .icon-arr-long-down {
  bottom: -41px;
  left: 50%;
  position: absolute;
}
/* line 975, ../scss/module/_checkout-onepage.scss */
.block-co-product .co-button .icon-arr-long-down:before {
  width: 40px;
  height: 40px;
  background: #eef2f5;
  border-radius: 5px;
  font-size: 18px;
  line-height: 40px;
  display: block;
  margin-left: -20px;
}

@media only screen and (max-width: 1279px) {
  /* line 991, ../scss/module/_checkout-onepage.scss */
  .progress-sidebar .close-progress {
    background: #eef2f5;
    padding: 10px 10px 0;
  }
  /* line 995, ../scss/module/_checkout-onepage.scss */
  .progress-sidebar .close-progress i:before {
    font-size: 8px;
    color: #3b515e;
  }
  /* line 1001, ../scss/module/_checkout-onepage.scss */
  .progress-sidebar .block-co-product {
    background-image: none;
    padding: 10px 0 10px 0;
    margin-bottom: 50px;
  }
  /* line 1005, ../scss/module/_checkout-onepage.scss */
  .progress-sidebar .block-co-product .product-name a {
    font-size: 12px;
  }
  /* line 1008, ../scss/module/_checkout-onepage.scss */
  .progress-sidebar .block-co-product .co-p-head {
    border: none;
    margin-bottom: 0;
  }
  /* line 1012, ../scss/module/_checkout-onepage.scss */
  .progress-sidebar .block-co-product .title {
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #d1d6da;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  /* line 1018, ../scss/module/_checkout-onepage.scss */
  .progress-sidebar .block-co-product .title span {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
  }
  /* line 1025, ../scss/module/_checkout-onepage.scss */
  .progress-sidebar .block-co-product .articles {
    display: none;
  }
  /* line 1028, ../scss/module/_checkout-onepage.scss */
  .progress-sidebar .block-co-product .co-item-product {
    padding: 30px 10px 0;
    border-top: 1px solid #d1d6da;
  }
  /* line 1033, ../scss/module/_checkout-onepage.scss */
  .progress-sidebar .block-co-product ul .product-co-all .item-sku {
    font-size: 12px;
    line-height: 25px;
  }
  /* line 1038, ../scss/module/_checkout-onepage.scss */
  .progress-sidebar .block-co-product ul .product-co-all .product-co-price .qty {
    font-size: 12px;
  }
  /* line 1043, ../scss/module/_checkout-onepage.scss */
  .progress-sidebar .block-co-product ul .product-co-all .price-box span,
  .progress-sidebar .block-co-product ul .product-co-all .price-box .price {
    font-size: 12px;
  }
  /* line 1050, ../scss/module/_checkout-onepage.scss */
  .progress-sidebar .block-co-product ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  /* line 1054, ../scss/module/_checkout-onepage.scss */
  .progress-sidebar .block-co-product ul .product-co-info {
    padding-left: 15px;
  }
  /* line 1059, ../scss/module/_checkout-onepage.scss */
  .progress-sidebar .block-co-product .co-button .bt-load-more {
    font-size: 12px;
  }
  /* line 1062, ../scss/module/_checkout-onepage.scss */
  .progress-sidebar .block-co-product .co-button .icon-arr-long-down {
    bottom: -25px;
  }
  /* line 1064, ../scss/module/_checkout-onepage.scss */
  .progress-sidebar .block-co-product .co-button .icon-arr-long-down:before {
    font-size: 15px;
    height: 30px;
    line-height: 30px;
  }
  /* line 1071, ../scss/module/_checkout-onepage.scss */
  .progress-sidebar .block-co-product table {
    width: 100%;
  }
  /* line 1076, ../scss/module/_checkout-onepage.scss */
  .progress-sidebar .block-co-product table tbody td.td-text, .progress-sidebar .block-co-product table tbody td:first-child {
    color: #7ea2b8;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    line-height: 14px;
    padding: 0 10px 15px 10px;
  }
  /* line 1085, ../scss/module/_checkout-onepage.scss */
  .progress-sidebar .block-co-product table tbody td.td-price, .progress-sidebar .block-co-product table tbody td:last-child {
    text-align: right;
    color: #7ea2b8;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    padding: 0 10px 15px 10px;
  }
  /* line 1096, ../scss/module/_checkout-onepage.scss */
  .progress-sidebar .block-co-product table tfoot {
    background: #e9edf0;
  }
  /* line 1099, ../scss/module/_checkout-onepage.scss */
  .progress-sidebar .block-co-product table tfoot td.td-text, .progress-sidebar .block-co-product table tfoot td:first-child {
    color: #7ea2b8;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    line-height: 18px;
    padding: 5px 10px;
  }
  /* line 1108, ../scss/module/_checkout-onepage.scss */
  .progress-sidebar .block-co-product table tfoot td.td-price, .progress-sidebar .block-co-product table tfoot td:last-child {
    text-align: right;
    color: #7ea2b8;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    padding: 5px 10px;
  }
  /* line 1119, ../scss/module/_checkout-onepage.scss */
  .progress-sidebar .block-co-product table tfoot tr.tr-total-ttc td.td-text,
  .progress-sidebar .block-co-product table tfoot tr.tr-total-ttc td.td-price {
    padding-top: 15px;
  }
  /* line 1125, ../scss/module/_checkout-onepage.scss */
  .progress-sidebar .block-co-product table tfoot tr.tr-total-ht td.td-text {
    font-size: 20px;
    color: #0074bc;
    line-height: 20px;
    padding-bottom: 10px;
  }
  /* line 1131, ../scss/module/_checkout-onepage.scss */
  .progress-sidebar .block-co-product table tfoot tr.tr-total-ht td.td-price {
    font-size: 20px;
    color: #0074bc;
    line-height: 20px;
    padding-bottom: 10px;
  }
}
/* ============================================ *
* Checkout - Step Billing
* ============================================ */
/* line 1148, ../scss/module/_checkout-onepage.scss */
.box-billing .b-content {
  padding-left: 20px;
}
/* line 1150, ../scss/module/_checkout-onepage.scss */
.box-billing .b-content .b-ac-name {
  font-size: 18px;
  color: #557b92;
  font-weight: 600;
  font-style: italic;
  padding-left: 25px;
  margin-bottom: 15px;
}
/* line 1159, ../scss/module/_checkout-onepage.scss */
.box-billing .b-content .b-ac-link a {
  font-size: 13px;
  font-weight: 500;
  color: #7ea2b8;
  padding-left: 25px;
  position: relative;
  display: block;
}
/* line 1166, ../scss/module/_checkout-onepage.scss */
.box-billing .b-content .b-ac-link a span {
  display: inline-block;
  position: relative;
}
/* line 1169, ../scss/module/_checkout-onepage.scss */
.box-billing .b-content .b-ac-link a span:after {
  height: 1px;
  width: 100%;
  content: '';
  background: #7ea2b8;
  position: absolute;
  left: 0;
  bottom: 0;
}
/* line 1180, ../scss/module/_checkout-onepage.scss */
.box-billing .b-content .b-ac-link a i:before {
  font-size: 8px;
  position: absolute;
  top: 5px;
  left: 0;
}
/* line 1190, ../scss/module/_checkout-onepage.scss */
.box-billing .co-bl-select {
  margin-bottom: 29px;
}
/* line 1193, ../scss/module/_checkout-onepage.scss */
.box-billing .buttons-set {
  margin-top: 65px;
}
/* line 1196, ../scss/module/_checkout-onepage.scss */
.box-billing .b-t-acc {
  position: relative;
}
/* line 1198, ../scss/module/_checkout-onepage.scss */
.box-billing .b-t-acc h3 {
  position: relative;
  padding-left: 45px;
}
/* line 1203, ../scss/module/_checkout-onepage.scss */
.box-billing .b-t-acc .icon-use-co:before {
  font-size: 25px;
  color: #39e61a;
  position: absolute;
  left: 0;
  top: -3px;
}
/* line 1212, ../scss/module/_checkout-onepage.scss */
.box-billing .ship-add {
  color: #7ea2b8;
  font-size: 15px;
  font-weight: 500;
  padding: 25px;
  border: 1px solid #d1d6da;
  position: relative;
}
/* line 1219, ../scss/module/_checkout-onepage.scss */
.box-billing .ship-add:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #d1d6da;
  border-top: none;
  position: absolute;
  left: 30px;
  top: -9px;
}
/* line 1225, ../scss/module/_checkout-onepage.scss */
.box-billing .ship-add .change-link {
  font-size: 13px;
  color: #7ea2b8;
  font-weight: medium;
  display: inline-block;
  position: absolute;
  background: #ffffff;
  left: 20px;
  bottom: -10px;
  padding: 0 8px;
}
/* line 1235, ../scss/module/_checkout-onepage.scss */
.box-billing .ship-add .change-link span {
  display: inline-block;
  position: relative;
}
/* line 1238, ../scss/module/_checkout-onepage.scss */
.box-billing .ship-add .change-link span:after {
  content: "";
  height: 1px;
  width: 100%;
  background: #7ea2b8;
  position: absolute;
  left: 0;
  bottom: 3px;
}

@media only screen and (max-width: 767px) {
  /* line 1254, ../scss/module/_checkout-onepage.scss */
  .box-billing .b-content {
    padding-left: 0;
  }
}
/* ============================================ *
* Checkout - Step Shipping
* ============================================ */
/* line 1265, ../scss/module/_checkout-onepage.scss */
.box-shipping .ship-add {
  color: #7ea2b8;
  font-size: 15px;
  font-weight: 500;
  padding: 25px;
  border: 1px solid #d1d6da;
  position: relative;
}
/* line 1272, ../scss/module/_checkout-onepage.scss */
.box-shipping .ship-add:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #d1d6da;
  border-top: none;
  position: absolute;
  left: 30px;
  top: -9px;
}
/* line 1278, ../scss/module/_checkout-onepage.scss */
.box-shipping .ship-add .change-link {
  font-size: 13px;
  color: #7ea2b8;
  font-weight: medium;
  display: inline-block;
  position: absolute;
  background: #ffffff;
  left: 20px;
  bottom: -10px;
  padding: 0 8px;
}
/* line 1288, ../scss/module/_checkout-onepage.scss */
.box-shipping .ship-add .change-link span {
  display: inline-block;
  position: relative;
}
/* line 1291, ../scss/module/_checkout-onepage.scss */
.box-shipping .ship-add .change-link span:after {
  content: "";
  height: 1px;
  width: 100%;
  background: #7ea2b8;
  position: absolute;
  left: 0;
  bottom: 3px;
}
/* line 1303, ../scss/module/_checkout-onepage.scss */
.box-shipping .ct-li-point,
.box-shipping .ct-li-main {
  margin-bottom: 25px;
  position: relative;
}
/* line 1307, ../scss/module/_checkout-onepage.scss */
.box-shipping .ct-li-point label,
.box-shipping .ct-li-main label {
  color: #557b92;
  font-size: 15px;
  font-weight: 700;
}
/* line 1311, ../scss/module/_checkout-onepage.scss */
.box-shipping .ct-li-point label.input-st,
.box-shipping .ct-li-main label.input-st {
  margin-right: 20px;
}
/* line 1315, ../scss/module/_checkout-onepage.scss */
.box-shipping .ct-li-point i,
.box-shipping .ct-li-main i {
  position: absolute;
  right: 0;
  top: -5px;
}
/* line 1319, ../scss/module/_checkout-onepage.scss */
.box-shipping .ct-li-point i:before,
.box-shipping .ct-li-main i:before {
  font-size: 27px;
  color: #0074bc;
}
/* line 1326, ../scss/module/_checkout-onepage.scss */
.box-shipping .ct-li-point-text {
  margin-bottom: 40px;
}
/* line 1328, ../scss/module/_checkout-onepage.scss */
.box-shipping .ct-li-point-text p {
  color: #7ea2b8;
  font-size: 14px;
  font-weight: normal;
  line-height: 17px;
}
/* line 1335, ../scss/module/_checkout-onepage.scss */
.box-shipping .text-add-select {
  color: #7ea2b8;
  font-size: 14px;
  font-weight: normal;
}
/* line 1340, ../scss/module/_checkout-onepage.scss */
.box-shipping #shipping-buttons-container {
  margin-top: 50px;
}

/* line 1347, ../scss/module/_checkout-onepage.scss */
.shipping-method .sp-mt-wrap {
  margin-bottom: 30px;
}
/* line 1349, ../scss/module/_checkout-onepage.scss */
.shipping-method .sp-mt-wrap .sp-mt-title {
  font-size: 15px;
  font-weight: 700;
  color: #557b92;
  margin-bottom: 20px;
}
/* line 1357, ../scss/module/_checkout-onepage.scss */
.shipping-method .sp-mt-wrap .sp-mt-content ul li {
  margin-bottom: 10px;
}
/* line 1360, ../scss/module/_checkout-onepage.scss */
.shipping-method .sp-mt-wrap .sp-mt-content ul.sp-mt-sole {
  margin: 0 -5px;
}
/* line 1362, ../scss/module/_checkout-onepage.scss */
.shipping-method .sp-mt-wrap .sp-mt-content ul.sp-mt-sole:after {
  content: '';
  display: table;
  clear: both;
}
/* line 1365, ../scss/module/_checkout-onepage.scss */
.shipping-method .sp-mt-wrap .sp-mt-content ul.sp-mt-sole li {
  margin: 5px;
  float: left;
}
/* line 1375, ../scss/module/_checkout-onepage.scss */
.shipping-method .sp-methods-logo .sp-mt-wrap .sp-mt-title {
  display: none;
}
/* line 1378, ../scss/module/_checkout-onepage.scss */
.shipping-method .sp-methods-logo .sp-mt-wrap .sp-mt-content {
  display: none;
}
/* line 1383, ../scss/module/_checkout-onepage.scss */
.shipping-method .b-text {
  font-size: 14px;
  color: #7ea2b8;
  margin-bottom: 25px;
  line-height: 17px;
}
/* line 1389, ../scss/module/_checkout-onepage.scss */
.shipping-method .sp-mt-tnt {
  display: table;
}
/* line 1391, ../scss/module/_checkout-onepage.scss */
.shipping-method .sp-mt-tnt .sp-tnt-logo {
  display: table-cell;
  width: 130px;
  position: relative;
  border: 1px solid #bad9eb;
  height: 130px;
  padding: 20px;
  text-align: center;
  vertical-align: middle;
}
/* line 1400, ../scss/module/_checkout-onepage.scss */
.shipping-method .sp-mt-tnt .sp-tnt-logo img {
  height: auto;
}
/* line 1403, ../scss/module/_checkout-onepage.scss */
.shipping-method .sp-mt-tnt .sp-tnt-logo .input-st {
  background: #ffffff !important;
  margin-top: -15px;
  padding: 5px 0;
  position: absolute;
  right: -24px;
  top: 50%;
}
/* line 1411, ../scss/module/_checkout-onepage.scss */
.shipping-method .sp-mt-tnt .sp-tnt-logo.ip-checked {
  border-color: #0073ba;
}
/* line 1416, ../scss/module/_checkout-onepage.scss */
.shipping-method .sp-mt-tnt.hgd .sp-tnt-logo {
  border: 2px solid #fff344;
}
/* line 1420, ../scss/module/_checkout-onepage.scss */
.shipping-method .sp-mt-tnt .sp-tnt-info {
  display: table-cell;
  vertical-align: middle;
  width: 280px;
  padding-left: 20px;
}
/* line 1426, ../scss/module/_checkout-onepage.scss */
.shipping-method .sp-mt-tnt .sp-tnt-label {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #d1d6da;
}
/* line 1430, ../scss/module/_checkout-onepage.scss */
.shipping-method .sp-mt-tnt .sp-tnt-label label {
  font-size: 15px;
  font-weight: 500;
  color: #557b92;
  cursor: pointer;
}
/* line 1436, ../scss/module/_checkout-onepage.scss */
.shipping-method .sp-mt-tnt .sp-tnt-label p {
  font-size: 12px;
  font-weight: normal;
  color: #7ea2b8;
}
/* line 1443, ../scss/module/_checkout-onepage.scss */
.shipping-method .sp-mt-tnt .sp-tnt-price .price {
  font-weight: 600;
  font-size: 15px;
  color: #0074bc;
}
/* line 1450, ../scss/module/_checkout-onepage.scss */
.shipping-method .ship-add {
  color: #7ea2b8;
  font-size: 15px;
  font-weight: 500;
  padding: 25px;
  border: 1px solid #d1d6da;
  position: relative;
}
/* line 1457, ../scss/module/_checkout-onepage.scss */
.shipping-method .ship-add:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #d1d6da;
  border-top: none;
  position: absolute;
  left: 30px;
  top: -9px;
}
/* line 1463, ../scss/module/_checkout-onepage.scss */
.shipping-method .ship-add .change-link {
  font-size: 13px;
  color: #7ea2b8;
  font-weight: medium;
  display: inline-block;
  position: absolute;
  background: #ffffff;
  left: 20px;
  bottom: -10px;
  padding: 0 8px;
}
/* line 1473, ../scss/module/_checkout-onepage.scss */
.shipping-method .ship-add .change-link span {
  display: inline-block;
  position: relative;
}
/* line 1476, ../scss/module/_checkout-onepage.scss */
.shipping-method .ship-add .change-link span:after {
  content: "";
  height: 1px;
  width: 100%;
  background: #7ea2b8;
  position: absolute;
  left: 0;
  bottom: 3px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 1494, ../scss/module/_checkout-onepage.scss */
  .shipping-method .sp-mt-tnt .sp-tnt-logo {
    width: 96px;
    height: 120px;
    padding: 10px;
  }
  /* line 1499, ../scss/module/_checkout-onepage.scss */
  .shipping-method .sp-mt-tnt .sp-tnt-info {
    width: 310px;
  }
  /* line 1503, ../scss/module/_checkout-onepage.scss */
  .shipping-method .sp-mt-tnt .sp-tnt-label label {
    font-size: 14px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1517, ../scss/module/_checkout-onepage.scss */
  .box-shipping .ct-li-point label,
  .box-shipping .ct-li-main label {
    font-size: 14px;
  }
  /* line 1521, ../scss/module/_checkout-onepage.scss */
  .box-shipping .ship-add {
    font-size: 12px;
    padding: 15px;
  }
  /* line 1525, ../scss/module/_checkout-onepage.scss */
  .box-shipping #shipping-buttons-container {
    padding-top: 25px;
  }

  /* line 1531, ../scss/module/_checkout-onepage.scss */
  .shipping-method .sp-mt-tnt .sp-tnt-logo {
    width: 95px;
    height: 110px;
  }
}
/* -------------------------------------------- *
 * Checkout - Step payment
 */
/* style button upload document */
/* line 1544, ../scss/module/_checkout-onepage.scss */
.description-require {
  font-size: 13px;
  color: #557b92;
  line-height: 19px;
  margin-bottom: 25px;
}

/* line 1550, ../scss/module/_checkout-onepage.scss */
.document-box {
  border: 1px solid #d1d6da;
  padding: 30px 30px 40px 30px;
  margin-bottom: 15px;
}
/* line 1554, ../scss/module/_checkout-onepage.scss */
.document-box.checked {
  border-color: #0074bc;
}
/* line 1557, ../scss/module/_checkout-onepage.scss */
.document-box .input-st + span {
  color: #0074bc;
}
/* line 1559, ../scss/module/_checkout-onepage.scss */
.document-box .input-st + span span {
  color: #557b92;
  font-size: 12px;
  display: block;
  padding-left: 39px;
}
/* line 1566, ../scss/module/_checkout-onepage.scss */
.document-box label.input-st {
  margin-right: 10px;
}
/* line 1568, ../scss/module/_checkout-onepage.scss */
.document-box label.input-st input[type="radio"] + span {
  border-color: #0074bc;
  width: 24px;
  height: 24px;
}
/* line 1573, ../scss/module/_checkout-onepage.scss */
.document-box label.input-st input[type="radio"]:checked + span::after {
  background: #0074bc;
  top: 6px;
  left: 6px;
}

/* line 1580, ../scss/module/_checkout-onepage.scss */
.box-upload-document {
  margin-top: 20px;
  margin-left: 39px;
  overflow: hidden;
}
/* line 1584, ../scss/module/_checkout-onepage.scss */
.box-upload-document a {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}
/* line 1590, ../scss/module/_checkout-onepage.scss */
.box-upload-document #file {
  display: inline-block;
  border: 1px solid #e5e5e5;
  background-color: #f1f3f4;
  padding: 0;
  color: #ffffff;
  float: left;
  margin-right: 4px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
/* line 1600, ../scss/module/_checkout-onepage.scss */
.box-upload-document #file strong {
  height: 100%;
  color: #ffffff;
  background-color: #333333;
  display: inline-block;
  line-height: 40px;
  padding: 0 32px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
}
/* line 1611, ../scss/module/_checkout-onepage.scss */
.box-upload-document #file span {
  width: 178px;
  min-height: 40px;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
  background: #f1f3f4;
  color: #557b92;
  line-height: 40px;
  padding-left: 10px;
}
/* line 1625, ../scss/module/_checkout-onepage.scss */
.box-upload-document .note-file {
  color: #0074bc;
  font-weight: bold;
  font-size: 12px;
  padding: 14px 0 0 12px;
}

/* line 1634, ../scss/module/_checkout-onepage.scss */
.button.validate {
  background: #0074bc;
  height: 42px;
  padding-top: 5px;
  text-transform: none;
  font-weight: 500;
  font-size: 14px;
  min-width: 118px;
}

/* line 1645, ../scss/module/_checkout-onepage.scss */
.progress-payment-method:after {
  content: '';
  display: table;
  clear: both;
}
/* line 1648, ../scss/module/_checkout-onepage.scss */
.progress-payment-method .billing-progress-opcheckout {
  float: left;
  width: 270px;
  margin-right: 17px;
}
/* line 1653, ../scss/module/_checkout-onepage.scss */
.progress-payment-method .shipping-progress-opcheckout {
  float: left;
  width: 270px;
  margin-right: 17px;
}
/* line 1659, ../scss/module/_checkout-onepage.scss */
.progress-payment-method .shipping_method-progress-opcheckout {
  float: left;
  width: 270px;
}
/* line 1663, ../scss/module/_checkout-onepage.scss */
.progress-payment-method .box-shipping,
.progress-payment-method .box-billing,
.progress-payment-method .shipping-method {
  border: 1px solid #d1d6da;
  padding: 25px;
  position: relative;
  min-height: 205px;
}
/* line 1670, ../scss/module/_checkout-onepage.scss */
.progress-payment-method .box-shipping .ship-add::after,
.progress-payment-method .box-billing .ship-add::after,
.progress-payment-method .shipping-method .ship-add::after {
  display: none;
}
/* line 1673, ../scss/module/_checkout-onepage.scss */
.progress-payment-method .box-shipping .ship-add,
.progress-payment-method .box-billing .ship-add,
.progress-payment-method .shipping-method .ship-add {
  font-size: 14px;
  border: none;
  padding: 0;
  position: static;
}
/* line 1679, ../scss/module/_checkout-onepage.scss */
.progress-payment-method .box-shipping .b-title,
.progress-payment-method .box-billing .b-title,
.progress-payment-method .shipping-method .b-title {
  border: none;
  padding: 0;
  margin-bottom: 5px;
}
/* line 1683, ../scss/module/_checkout-onepage.scss */
.progress-payment-method .box-shipping .b-title h3,
.progress-payment-method .box-billing .b-title h3,
.progress-payment-method .shipping-method .b-title h3 {
  border: none;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 700;
  color: #557b92;
}
/* line 1693, ../scss/module/_checkout-onepage.scss */
.progress-payment-method .box-shipping .price-box .price,
.progress-payment-method .box-billing .price-box .price,
.progress-payment-method .shipping-method .price-box .price {
  font-size: 15px;
  font-weight: 600;
  color: #0074bc;
}

/* line 1703, ../scss/module/_checkout-onepage.scss */
.b-button-payment {
  margin: 25px 0 40px;
  text-align: right;
  position: relative;
}
/* line 1707, ../scss/module/_checkout-onepage.scss */
.b-button-payment:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #d1d6da;
  position: absolute;
  top: 50%;
  left: 0;
}
/* line 1716, ../scss/module/_checkout-onepage.scss */
.b-button-payment .button.bt-payment {
  background: #0074bc;
  height: 70px;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  min-width: 280px;
  position: relative;
  z-index: 1;
}
/* line 1725, ../scss/module/_checkout-onepage.scss */
.b-button-payment .button.bt-payment:after {
  background: #ffffff;
  content: "";
  height: 100%;
  left: -20px;
  position: absolute;
  top: 0;
  width: 20px;
}
/* line 1734, ../scss/module/_checkout-onepage.scss */
.b-button-payment .button.bt-payment .disabled, .b-button-payment .button.bt-payment:disabled, .b-button-payment .button.bt-payment[disabled] {
  opacity: 1;
  background: #bad9eb;
}

/* line 1747, ../scss/module/_checkout-onepage.scss */
.checkout-review-table tbody td strong {
  font-weight: 600;
}
/* line 1750, ../scss/module/_checkout-onepage.scss */
.checkout-review-table tbody td.td-text, .checkout-review-table tbody td:first-child {
  color: #7ea2b8;
  font-weight: 600;
  font-size: 14px;
  text-align: left;
}
/* line 1757, ../scss/module/_checkout-onepage.scss */
.checkout-review-table tbody td.td-price, .checkout-review-table tbody td:last-child {
  text-align: right;
}
/* line 1760, ../scss/module/_checkout-onepage.scss */
.checkout-review-table tbody td.td-price .price, .checkout-review-table tbody td:last-child .price {
  color: #7ea2b8;
  font-weight: 600;
  font-size: 18px;
}
/* line 1769, ../scss/module/_checkout-onepage.scss */
.checkout-review-table tfoot td {
  background: #e9edf0;
  padding: 5px 30px;
}
/* line 1772, ../scss/module/_checkout-onepage.scss */
.checkout-review-table tfoot td strong {
  font-weight: 600;
}
/* line 1775, ../scss/module/_checkout-onepage.scss */
.checkout-review-table tfoot td.td-text, .checkout-review-table tfoot td:first-child {
  color: #7ea2b8;
  font-weight: 600;
  font-size: 18px;
  text-align: left;
}
/* line 1782, ../scss/module/_checkout-onepage.scss */
.checkout-review-table tfoot td.td-price, .checkout-review-table tfoot td:last-child {
  text-align: right;
}
/* line 1785, ../scss/module/_checkout-onepage.scss */
.checkout-review-table tfoot td.td-price .price, .checkout-review-table tfoot td:last-child .price {
  color: #7ea2b8;
  font-weight: 600;
  font-size: 18px;
}
/* line 1793, ../scss/module/_checkout-onepage.scss */
.checkout-review-table tfoot tr.tr-total-ttc td {
  padding-top: 20px;
}
/* line 1798, ../scss/module/_checkout-onepage.scss */
.checkout-review-table tfoot tr.tr-total-ht td {
  padding-bottom: 15px;
}
/* line 1800, ../scss/module/_checkout-onepage.scss */
.checkout-review-table tfoot tr.tr-total-ht td.td-text {
  font-size: 22px;
  color: #3b515e;
}
/* line 1805, ../scss/module/_checkout-onepage.scss */
.checkout-review-table tfoot tr.tr-total-ht td.td-price .price {
  font-size: 22px;
  color: #0074bc;
}

/* line 1816, ../scss/module/_checkout-onepage.scss */
.review-wrap {
  padding-top: 30px;
  background: #eef2f5 url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/shadow-total-cart.png") no-repeat 0 0;
}
/* line 1819, ../scss/module/_checkout-onepage.scss */
.review-wrap .co-pm-head {
  margin-bottom: 30px;
  border-bottom: 1px solid #d1d6da;
  padding-bottom: 15px;
  min-height: 60px;
  margin-left: 30px;
  margin-right: 30px;
}
/* line 1826, ../scss/module/_checkout-onepage.scss */
.review-wrap .co-pm-head .title {
  font-size: 20px;
  font-weight: 600;
  color: #557b92;
  line-height: 20px;
}
/* line 1831, ../scss/module/_checkout-onepage.scss */
.review-wrap .co-pm-head .title span {
  display: block;
  letter-spacing: 1px;
}
/* line 1835, ../scss/module/_checkout-onepage.scss */
.review-wrap .co-pm-head .title a {
  font-size: 12px;
  font-weight: normal;
  color: #557b92;
  text-decoration: underline;
}
/* line 1842, ../scss/module/_checkout-onepage.scss */
.review-wrap .co-pm-head .articles {
  font-size: 15px;
  color: #7ea2b8;
  font-weight: 600;
}
/* line 1846, ../scss/module/_checkout-onepage.scss */
.review-wrap .co-pm-head .articles strong {
  font-weight: 600;
  color: #0074bc;
}
/* line 1852, ../scss/module/_checkout-onepage.scss */
.review-wrap .block-co-product {
  padding-top: 30px;
  background: none;
}

/* line 1859, ../scss/module/_checkout-onepage.scss */
.pm-methods {
  margin-bottom: 30px;
}
/* line 1861, ../scss/module/_checkout-onepage.scss */
.pm-methods:after {
  content: '';
  display: table;
  clear: both;
}
/* line 1864, ../scss/module/_checkout-onepage.scss */
.pm-methods > li {
  margin-bottom: 10px;
  float: left;
  width: 50%;
}
/* line 1868, ../scss/module/_checkout-onepage.scss */
.pm-methods > li:nth-child(2n+1) {
  clear: left;
}

/* line 1873, ../scss/module/_checkout-onepage.scss */
.pm-methods-wrap {
  display: table;
}
/* line 1875, ../scss/module/_checkout-onepage.scss */
.pm-methods-wrap#dt_method_paypal_standard a {
  display: none;
}
/* line 1880, ../scss/module/_checkout-onepage.scss */
.pm-methods-wrap .pm-methods-logo {
  display: table-cell;
  width: 130px;
  position: relative;
  border: 1px solid #bad9eb;
  height: 130px;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  vertical-align: middle;
}
/* line 1890, ../scss/module/_checkout-onepage.scss */
.pm-methods-wrap .pm-methods-logo img {
  height: auto;
  display: inline;
}
/* line 1894, ../scss/module/_checkout-onepage.scss */
.pm-methods-wrap .pm-methods-logo .input-st {
  background: #ffffff !important;
  margin-top: -15px;
  padding: 5px 0;
  position: absolute;
  right: -24px;
  top: 50%;
}
/* line 1904, ../scss/module/_checkout-onepage.scss */
.pm-methods-wrap .pm-methods-info {
  display: table-cell;
  padding-left: 30px;
  vertical-align: middle;
  padding-right: 20px;
}
/* line 1909, ../scss/module/_checkout-onepage.scss */
.pm-methods-wrap .pm-methods-info label {
  display: block;
}
/* line 1911, ../scss/module/_checkout-onepage.scss */
.pm-methods-wrap .pm-methods-info label span {
  color: #557b92;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}
/* line 1918, ../scss/module/_checkout-onepage.scss */
.pm-methods-wrap .pm-methods-info p {
  font-size: 12px;
  font-weight: normal;
  color: #7ea2b8;
}

/* line 1926, ../scss/module/_checkout-onepage.scss */
.pm-methods-detail {
  color: #7ea2b8;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  padding-right: 20px;
}
/* line 1932, ../scss/module/_checkout-onepage.scss */
.pm-methods-detail p {
  margin-bottom: 10px;
}
/* line 1935, ../scss/module/_checkout-onepage.scss */
.pm-methods-detail > ul {
  margin-top: 10px;
  border: 1px solid #bad9eb;
  padding: 20px;
  position: relative;
  margin-bottom: 20px;
}
/* line 1936, ../scss/module/_checkout-onepage.scss */
.pm-methods-detail > ul:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #bad9eb;
  border-top: none;
  position: absolute;
  left: 30px;
  top: -9px;
}
/* line 1947, ../scss/module/_checkout-onepage.scss */
.pm-methods-detail > ul #payment_form_banktransfer {
  padding: 0;
}
/* line 1949, ../scss/module/_checkout-onepage.scss */
.pm-methods-detail > ul #payment_form_banktransfer li {
  margin: 0;
}
/* line 1955, ../scss/module/_checkout-onepage.scss */
.pm-methods-detail .etep-payment-cards .etep-payment-card {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  text-align: left;
  margin: 10px 30px 10px 0;
}
/* line 1961, ../scss/module/_checkout-onepage.scss */
.pm-methods-detail .etep-payment-cards .etep-payment-card .input-st {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
}

/* line 1971, ../scss/module/_checkout-onepage.scss */
.checkout-agreements .agreement-content {
  max-width: 100%;
  background: none;
  /*  margin-bottom: 20px; */
  color: #7da0b6;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #bad9eb;
  padding: 20px;
}
/* line 1981, ../scss/module/_checkout-onepage.scss */
.checkout-agreements .agree {
  position: relative;
  padding-left: 35px;
}
/* line 1984, ../scss/module/_checkout-onepage.scss */
.checkout-agreements .agree .input-st {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 1992, ../scss/module/_checkout-onepage.scss */
#dd_method_banktransfer .checkout-agreements {
  border: none;
}
/* line 1995, ../scss/module/_checkout-onepage.scss */
#dd_method_banktransfer ul {
  padding: 0px;
}
/* line 1997, ../scss/module/_checkout-onepage.scss */
#dd_method_banktransfer ul .agreement-content {
  line-height: 15px;
}

@media only screen and (max-width: 1279px) {
  /* line 2005, ../scss/module/_checkout-onepage.scss */
  .progress-payment-method .box-shipping,
  .progress-payment-method .box-billing,
  .progress-payment-method .shipping-method {
    border: none;
    padding: 10px;
    min-height: 0;
    margin-bottom: 5px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #d1d6da;
  }
  /* line 2017, ../scss/module/_checkout-onepage.scss */
  .progress-payment-method .box-shipping .ship-add,
  .progress-payment-method .box-billing .ship-add,
  .progress-payment-method .shipping-method .ship-add {
    font-size: 12px;
  }
  /* line 2019, ../scss/module/_checkout-onepage.scss */
  .progress-payment-method .box-shipping .ship-add .change-link,
  .progress-payment-method .box-billing .ship-add .change-link,
  .progress-payment-method .shipping-method .ship-add .change-link {
    left: auto;
    bottom: 15px;
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 2031, ../scss/module/_checkout-onepage.scss */
  .progress-payment-method {
    display: none;
  }

  /* line 2035, ../scss/module/_checkout-onepage.scss */
  .progress-sidebar .progress-payment-method {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  /* line 2043, ../scss/module/_checkout-onepage.scss */
  .pm-methods > li {
    float: none;
    width: auto;
  }

  /* line 2048, ../scss/module/_checkout-onepage.scss */
  .pm-methods-wrap .pm-methods-logo {
    padding: 10px;
  }
  /* line 2052, ../scss/module/_checkout-onepage.scss */
  .pm-methods-wrap .pm-methods-info label {
    line-height: 20px;
  }

  /* line 2061, ../scss/module/_checkout-onepage.scss */
  #checkout-step-payment .progress-payment-method {
    display: none;
  }

  /* line 2065, ../scss/module/_checkout-onepage.scss */
  .b-button-payment {
    text-align: center;
  }
  /* line 2067, ../scss/module/_checkout-onepage.scss */
  .b-button-payment:after {
    display: none;
  }
  /* line 2070, ../scss/module/_checkout-onepage.scss */
  .b-button-payment .button.bt-payment {
    width: 100%;
  }
}
/* -------------------------------------------- *
 * Section Styling - Default
 */
/* -------------------------------------------- *
 * This section hides everything but the "Checkout Method" step of the checkout process and fades in the content
 * once the customer progresses to the next step. The purpose of this is to simplify what the customer has to focus on.
 * It is limited to larger viewports since smaller devices are inherently going to be focused solely on the
 * "Checkout Method" step.
 */
/* line 2088, ../scss/module/_checkout-onepage.scss */
.opc.opc-firststep-login .section:not(#opc-login) .step-title,
.opc-block-progress-step-login {
  -webkit-transition: opacity 300ms linear 0;
  -moz-transition: opacity 300ms linear 0;
  -o-transition: opacity 300ms linear 0;
  transition: opacity 300ms linear 0;
}

/* line 2093, ../scss/module/_checkout-onepage.scss */
.opc.opc-firststep-login .section#opc-login .step-title .number {
  -webkit-transition: width 80ms linear 0;
  -moz-transition: width 80ms linear 0;
  -o-transition: width 80ms linear 0;
  transition: width 80ms linear 0;
}

/* line 2097, ../scss/module/_checkout-onepage.scss */
.opc.opc-firststep-login .section#opc-login .step-title h2 {
  -webkit-transition: margin-left 80ms linear 0;
  -moz-transition: margin-left 80ms linear 0;
  -o-transition: margin-left 80ms linear 0;
  transition: margin-left 80ms linear 0;
}

/* When a user progresses from the "Checkout Method" to "Billing Information" for the first time, the              */
/* "opc-has-progressed-from-login" class gets added to the body. Also, the .opc element will only have the         */
/* "opc-firststep-login" class if the first step of the checkout is the "Checkout Method" (eg, not when logged in) */
/* line 2104, ../scss/module/_checkout-onepage.scss */
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section:not(#opc-login) .step-title,
body:not(.opc-has-progressed-from-login) .opc-block-progress-step-login {
  opacity: 0;
}

/* line 2109, ../scss/module/_checkout-onepage.scss */
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title .number {
  width: 0px;
  overflow: hidden;
}

/* line 2114, ../scss/module/_checkout-onepage.scss */
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title h2 {
  margin-left: 0px;
}

/* -------------------------------------------- *
 * Shipping and Payment methods
 */
/* line 2122, ../scss/module/_checkout-onepage.scss */
.sp-methods {
  margin: 0 0 8px;
}
/* line 2125, ../scss/module/_checkout-onepage.scss */
.sp-methods dt {
  margin: 13px 0 5px;
  font-weight: bold;
}
/* line 2129, ../scss/module/_checkout-onepage.scss */
.sp-methods dt:first-child {
  margin: 0 0 5px;
}
/* line 2133, ../scss/module/_checkout-onepage.scss */
.sp-methods dd li {
  margin: 5px 0;
}
/* line 2136, ../scss/module/_checkout-onepage.scss */
.sp-methods label img {
  float: left;
}
/* line 2139, ../scss/module/_checkout-onepage.scss */
.sp-methods label a {
  margin-top: 6px;
  float: right;
  margin-left: 10px;
}
/* line 2144, ../scss/module/_checkout-onepage.scss */
.sp-methods .price {
  font-weight: bold;
}
/* line 2147, ../scss/module/_checkout-onepage.scss */
.sp-methods .form-list {
  padding-left: 20px;
}
/* line 2150, ../scss/module/_checkout-onepage.scss */
.sp-methods .form-list li {
  margin: 0 0 8px;
}
/* line 2154, ../scss/module/_checkout-onepage.scss */
.sp-methods select.month {
  width: 120px;
  margin-right: 10px;
}
/* line 2158, ../scss/module/_checkout-onepage.scss */
.sp-methods select.year {
  width: 96px;
}
/* line 2161, ../scss/module/_checkout-onepage.scss */
.sp-methods input.cvv {
  width: 4em !important;
}
/* line 2164, ../scss/module/_checkout-onepage.scss */
.sp-methods #advice-validate-cc-exp-ccsave_expiration {
  max-width: 130px;
}
/* line 2169, ../scss/module/_checkout-onepage.scss */
.sp-methods .checkmo-list li {
  margin: 0 0 5px;
  content: '';
  display: table;
  clear: both;
}
/* line 2173, ../scss/module/_checkout-onepage.scss */
.sp-methods .checkmo-list label {
  width: 165px;
  padding-right: 15px;
  text-align: right;
  float: left;
}
/* line 2179, ../scss/module/_checkout-onepage.scss */
.sp-methods .checkmo-list address {
  float: left;
}
@media only screen and (max-width: 479px) {
  /* line 2168, ../scss/module/_checkout-onepage.scss */
  .sp-methods .checkmo-list {
    padding-left: 0;
  }
  /* line 2186, ../scss/module/_checkout-onepage.scss */
  .sp-methods .checkmo-list label {
    width: 135px;
  }
}
/* line 2192, ../scss/module/_checkout-onepage.scss */
.sp-methods .release-amounts {
  margin: 0.5em 0;
}
/* line 2195, ../scss/module/_checkout-onepage.scss */
.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0;
}

/* One Page Checkout */
/* line 2202, ../scss/module/_checkout-onepage.scss */
.block-progress {
  border: 0;
  margin: 0;
  border-left: 1px solid #CCCCCC;
  padding-left: 20px;
}
/* line 2208, ../scss/module/_checkout-onepage.scss */
.block-progress .block-content {
  font-size: 13px;
}
/* line 2211, ../scss/module/_checkout-onepage.scss */
.block-progress dt {
  padding-top: 6px;
  margin: 0;
  margin-bottom: 10px;
  color: #0074bc;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: normal;
  color: #A0A0A0;
}
/* line 2220, ../scss/module/_checkout-onepage.scss */
.block-progress dt.complete {
  color: #0074bc;
}
/* line 2223, ../scss/module/_checkout-onepage.scss */
.block-progress dd {
  padding-left: 15px;
  margin-bottom: 10px;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
}
/* line 2229, ../scss/module/_checkout-onepage.scss */
.block-progress dd address {
  font-style: italic;
}
/* line 2234, ../scss/module/_checkout-onepage.scss */
.block-progress #payment-progress-opcheckout .subtitle {
  margin-bottom: 3px;
}
/* line 2240, ../scss/module/_checkout-onepage.scss */
.block-progress .payment-info dt {
  padding: 0;
  margin: 0 0 3px 0;
  color: #636363;
  font-family: Georgia, Times, "Times New Roman", serif;
  text-transform: none;
  font-style: italic;
  float: left;
  clear: both;
  font-size: 13px;
}
/* line 2251, ../scss/module/_checkout-onepage.scss */
.block-progress .payment-info dt:after {
  content: ': ';
}
/* line 2256, ../scss/module/_checkout-onepage.scss */
.block-progress .payment-info dd {
  float: left;
  margin-bottom: 3px;
  font-size: 13px;
}
/* line 2262, ../scss/module/_checkout-onepage.scss */
.block-progress .payment-info:after {
  content: '';
  display: table;
  clear: both;
}

/* review step */
/* line 2272, ../scss/module/_checkout-onepage.scss */
#checkout-review-table .btn-remove img {
  display: none;
}

/* line 2278, ../scss/module/_checkout-onepage.scss */
#checkout-review-table-wrapper {
  clear: both;
}

/* line 2282, ../scss/module/_checkout-onepage.scss */
#review-buttons-container {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
/* line 2287, ../scss/module/_checkout-onepage.scss */
#review-buttons-container .btn-checkout {
  min-width: 220px;
}
/* line 2290, ../scss/module/_checkout-onepage.scss */
#review-buttons-container .please-wait {
  float: left;
  margin-right: 10px;
}
/* line 2294, ../scss/module/_checkout-onepage.scss */
#review-buttons-container .f-left {
  float: right;
}

@media only screen and (max-width: 767px) {
  /* line 2301, ../scss/module/_checkout-onepage.scss */
  .linearize-table-large.checkout-review-table thead tr:nth-child(1n+2) {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  /* line 2308, ../scss/module/_checkout-onepage.scss */
  .linearize-table.checkout-review-table thead tr:nth-child(1n+2) {
    display: none;
  }
}
/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
/* line 2315, ../scss/module/_checkout-onepage.scss */
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator {
  display: inline;
}

/* line 2320, ../scss/module/_checkout-onepage.scss */
.opc-block-progress dt a,
.opc-block-progress dt .separator {
  display: none;
}

/* On small screens, the progress review content will be moved to the review step via JS. Styled via this CSS: */
/* line 2326, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .opc-block-progress {
  border-left: none;
  padding-left: 0;
}
/* line 2330, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .opc-block-progress .block-title {
  display: none;
}
/* line 2333, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .opc-block-progress .block-content {
  display: block !important;
  padding: 0;
}
/* line 2338, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .opc-block-progress .block-content > dl > div {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 479px) {
  /* line 2344, ../scss/module/_checkout-onepage.scss */
  #checkout-step-review .opc-block-progress .block-content > dl > div {
    float: none;
    width: auto;
  }
}
/* line 2350, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .opc-block-progress .block-content .changelink {
  display: none;
}

@media only screen and (max-width: 479px) {
  /* line 2357, ../scss/module/_checkout-onepage.scss */
  #checkout-review-table thead > tr > th {
    display: none;
  }
  /* line 2360, ../scss/module/_checkout-onepage.scss */
  #checkout-review-table thead > tr > th:first-child {
    display: block;
  }

  /* line 2364, ../scss/module/_checkout-onepage.scss */
  #checkout-review-table thead > tr > th:first-child {
    display: block;
  }
}
/* line 2370, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .centinel > p {
  margin-bottom: 10px;
}
/* line 2374, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .centinel iframe {
  width: 100%;
  min-height: 400px;
}

/* Gift options */
/* line 2382, ../scss/module/_checkout-onepage.scss */
.gift-messages-form .item {
  content: '';
  display: table;
  clear: both;
  margin-top: 30px;
}
/* line 2386, ../scss/module/_checkout-onepage.scss */
.gift-messages-form .item h5 {
  font-weight: bold;
}
/* line 2390, ../scss/module/_checkout-onepage.scss */
.gift-messages-form .item .product-img-box {
  width: auto;
  float: left;
  padding-right: 15px;
}
/* line 2396, ../scss/module/_checkout-onepage.scss */
.gift-messages-form .item .details {
  float: left;
}

/* line 2404, ../scss/module/_checkout-onepage.scss */
.gift-message-form .inner-box > div {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  margin-top: 15px;
  display: block;
}
/* line 2411, ../scss/module/_checkout-onepage.scss */
.gift-message-form .inner-box > div.extra-options-container p {
  margin-bottom: 15px;
}
/* line 2419, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-wrapping-form label {
  margin-right: 10px;
}
/* line 2423, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-wrapping-form img {
  float: left;
}
/* line 2427, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-wrapping-form .gift-wrapping-design {
  height: 75px;
}
/* line 2430, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-wrapping-form .gift-wrapping-design:after {
  content: '';
  display: table;
  clear: both;
}
/* line 2434, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-wrapping-form .gift-wrapping-design .image-box {
  margin-right: 5px;
}
/* line 2440, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ECECEC;
}
/* line 2445, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-item:after {
  content: '';
  display: table;
  clear: both;
}
/* line 2449, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-item .product-img-box {
  width: 200px;
}
/* line 2452, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-item .product-img-box .product-image {
  width: 75px;
  margin-left: auto;
  margin-right: auto;
}
/* line 2458, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-item .product-img-box .product-name {
  display: block;
}
/* line 2463, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-item .fieldset {
  margin-left: 200px;
}

@media only screen and (max-width: 1023px) {
  /* line 2472, ../scss/module/_checkout-onepage.scss */
  .gift-message-form .giftmessage-area {
    max-width: 100%;
  }
  /* line 2477, ../scss/module/_checkout-onepage.scss */
  .gift-message-form .gift-item .product-img-box {
    width: 100%;
    float: none;
  }
  /* line 2482, ../scss/module/_checkout-onepage.scss */
  .gift-message-form .gift-item .fieldset {
    margin-left: 0px;
  }
  /* line 2485, ../scss/module/_checkout-onepage.scss */
  .gift-message-form .gift-item .fieldset textarea {
    width: 100%;
  }
}
/* ============================================ *
 * Checkout - Success
 * ============================================ */
/* line 31, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .main-container {
  padding-top: 70px;
}
/* line 36, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .box-checkout .b-title h1 {
  font-size: 35px;
  font-weight: 300;
  color: #0074bc;
  text-transform: none;
}
/* line 42, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .box-checkout .b-title h2 {
  font-size: 16px;
  font-weight: 600;
  color: #557b92;
  text-transform: none;
}
/* line 49, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .box-checkout .sc-your-order {
  font-size: 16px;
  color: #7ea2b8;
  font-weight: 600;
}
/* line 53, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .box-checkout .sc-your-order a {
  color: #0074bc;
  font-size: 16px;
}
/* line 58, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .box-checkout .sc-email-confirm {
  color: #7ea2b8;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 55px;
}
/* line 64, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .box-checkout .sc-print {
  position: relative;
  padding-left: 65px;
}
/* line 67, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .box-checkout .sc-print a {
  font-size: 14px;
  font-weight: 600;
  color: #0074bc;
}
/* line 72, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .box-checkout .sc-print i {
  position: absolute;
  left: 20px;
  top: -10px;
}
/* line 76, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .box-checkout .sc-print i:before {
  font-size: 31px;
  color: #0074bc;
}
/* line 83, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .sc-box-list {
  background: #eef2f5 url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/shadow-total-cart.png") no-repeat 0 0;
  padding: 35px 20px;
}
/* line 86, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .sc-box-list .back-home {
  margin-bottom: 20px;
}
/* line 88, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .sc-box-list .back-home a {
  font-size: 20px;
  font-weight: 600;
  color: #557b92;
  display: block;
  position: relative;
  padding-left: 30px;
  letter-spacing: 1px;
}
/* line 97, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .sc-box-list .back-home a i:before {
  font-size: 11px;
  color: #3b515e;
  position: absolute;
  left: 0;
  top: 6px;
}
/* line 108, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .sc-box-list .sc-item-list li {
  padding: 20px 30px 15px;
  border-top: 1px solid #d1d6da;
}
/* line 111, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .sc-box-list .sc-item-list li a {
  font-size: 18px;
  color: #7ea2b8;
  font-weight: 600;
}

@media only screen and (max-width: 1279px) {
  /* line 122, ../scss/module/_checkout-success.scss */
  .checkout-onepage-success .main-container {
    padding-bottom: 10px;
  }

  /* line 126, ../scss/module/_checkout-success.scss */
  .checkout-onepage-success .box-checkout {
    text-align: center;
  }
  /* line 129, ../scss/module/_checkout-success.scss */
  .checkout-onepage-success .box-checkout .b-title h1 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 25px;
  }
  /* line 134, ../scss/module/_checkout-success.scss */
  .checkout-onepage-success .box-checkout .b-title h2 {
    font-size: 14px;
    font-weight: 700;
  }
  /* line 139, ../scss/module/_checkout-success.scss */
  .checkout-onepage-success .box-checkout .sc-your-order {
    font-size: 14px;
    text-align: center;
    margin-bottom: 30px;
  }
  /* line 143, ../scss/module/_checkout-success.scss */
  .checkout-onepage-success .box-checkout .sc-your-order a {
    display: block;
    font-size: 14px;
  }
  /* line 148, ../scss/module/_checkout-success.scss */
  .checkout-onepage-success .box-checkout .sc-email-confirm {
    font-size: 12px;
    text-align: center;
    line-height: 15px;
    margin-bottom: 30px;
  }
  /* line 154, ../scss/module/_checkout-success.scss */
  .checkout-onepage-success .box-checkout .sc-print {
    padding: 0;
    margin-bottom: 20px;
  }
  /* line 157, ../scss/module/_checkout-success.scss */
  .checkout-onepage-success .box-checkout .sc-print i {
    position: static;
  }
  /* line 160, ../scss/module/_checkout-success.scss */
  .checkout-onepage-success .box-checkout .sc-print a {
    display: block;
  }
  /* line 165, ../scss/module/_checkout-success.scss */
  .checkout-onepage-success .sc-box-list {
    padding: 0 20px;
    margin-bottom: 30px;
    text-align: center;
  }
  /* line 169, ../scss/module/_checkout-success.scss */
  .checkout-onepage-success .sc-box-list .back-home {
    padding-top: 20px;
  }
  /* line 171, ../scss/module/_checkout-success.scss */
  .checkout-onepage-success .sc-box-list .back-home a {
    font-size: 14px;
    display: inline-block;
    padding-left: 20px;
  }
  /* line 176, ../scss/module/_checkout-success.scss */
  .checkout-onepage-success .sc-box-list .back-home a i:before {
    font-size: 8px;
    top: 5px;
  }
  /* line 185, ../scss/module/_checkout-success.scss */
  .checkout-onepage-success .sc-box-list .sc-item-list li a {
    font-size: 14px;
  }
}
/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* Clears */
/* line 34, ../scss/module/_configurableswatches.scss */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
  content: '';
  display: table;
  clear: both;
}

/* General Swatch Styling */
/* line 40, ../scss/module/_configurableswatches.scss */
.swatch-link,
.swatch-label {
  display: block;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  color: #0074bc;
  text-decoration: none;
  box-sizing: content-box;
}

/* line 51, ../scss/module/_configurableswatches.scss */
.swatch-link {
  border: 1px solid #CCCCCC;
  margin: 0 0 3px;
}
/* line 55, ../scss/module/_configurableswatches.scss */
.swatch-link img {
  border-radius: 2px;
}
/* line 59, ../scss/module/_configurableswatches.scss */
.swatch-link:hover {
  cursor: pointer;
  text-decoration: none;
}
/* line 64, ../scss/module/_configurableswatches.scss */
.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/bg_x.png) center no-repeat transparent;
  z-index: 10;
}
/* line 77, ../scss/module/_configurableswatches.scss */
.swatch-link.has-image .swatch-label {
  position: relative;
}
/* line 81, ../scss/module/_configurableswatches.scss */
.swatch-link.has-image img {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 89, ../scss/module/_configurableswatches.scss */
.swatch-label {
  border: 1px solid #fff;
  margin: 0;
  white-space: nowrap;
  background: #F4F4F4;
}

/* line 96, ../scss/module/_configurableswatches.scss */
.configurable-swatch-list {
  margin-left: -3px;
  zoom: 1;
  clear: both;
  -webkit-transform: translateZ(0px);
}
/* line 102, ../scss/module/_configurableswatches.scss */
.configurable-swatch-list li {
  float: left;
  zoom: 1;
  margin: 0 0 0 3px;
}
/* line 108, ../scss/module/_configurableswatches.scss */
.products-grid .configurable-swatch-list li {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: top;
}
/* line 116, ../scss/module/_configurableswatches.scss */
.configurable-swatch-list .not-available .x {
  display: block;
}
/* line 120, ../scss/module/_configurableswatches.scss */
.configurable-swatch-list .not-available .swatch-link {
  border-color: #EDEDED;
  position: relative;
}
/* line 124, ../scss/module/_configurableswatches.scss */
.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
/* line 130, ../scss/module/_configurableswatches.scss */
.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff;
}
/* line 136, ../scss/module/_configurableswatches.scss */
.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px;
}
/* line 140, ../scss/module/_configurableswatches.scss */
.configurable-swatch-list .not-available a:focus {
  outline: 0;
}

/* line 146, ../scss/module/_configurableswatches.scss */
#narrow-by-list dd .configurable-swatch-list li {
  margin: 0 0 0 3px;
  width: 47%;
}
/* line 151, ../scss/module/_configurableswatches.scss */
#narrow-by-list dd .swatch-link {
  border: none;
  line-height: 25px;
  margin-right: 2px;
  text-align: left;
}
/* line 157, ../scss/module/_configurableswatches.scss */
#narrow-by-list dd .swatch-link.has-image {
  line-height: inherit;
}
/* line 161, ../scss/module/_configurableswatches.scss */
#narrow-by-list dd .swatch-link:hover .swatch-label {
  border-color: #0074bc;
}
/* line 166, ../scss/module/_configurableswatches.scss */
#narrow-by-list dd .swatch-label {
  background: #F4F4F4;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0 5px 0 0;
  padding: 1px 5px;
  white-space: nowrap;
}
/* line 177, ../scss/module/_configurableswatches.scss */
#narrow-by-list dd .swatch-label img {
  border: 1px solid #fff;
  border-radius: 3px;
  box-sizing: content-box;
}
/* line 184, ../scss/module/_configurableswatches.scss */
#narrow-by-list dd .has-image .swatch-label {
  padding: 0;
}

@media only screen and (max-width: 1023px) {
  /* line 191, ../scss/module/_configurableswatches.scss */
  #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
    clear: left;
  }
}
/* line 197, ../scss/module/_configurableswatches.scss */
.currently .swatch-current {
  position: relative;
}
/* line 200, ../scss/module/_configurableswatches.scss */
.currently .swatch-current .btn-remove {
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
}
/* line 207, ../scss/module/_configurableswatches.scss */
.currently .swatch-current span {
  display: block;
  float: left;
}
/* line 213, ../scss/module/_configurableswatches.scss */
.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 3px;
}
/* line 217, ../scss/module/_configurableswatches.scss */
.currently .swatch-link:hover {
  border-color: #CCCCCC;
  cursor: default;
}

/* Other Swatch States */
/* line 225, ../scss/module/_configurableswatches.scss */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
  border-color: #0074bc;
}

/* line 231, ../scss/module/_configurableswatches.scss */
.configurable-swatch-box {
  background: none !important;
}
/* line 234, ../scss/module/_configurableswatches.scss */
.configurable-swatch-box select.swatch-select {
  display: none;
}
/* line 238, ../scss/module/_configurableswatches.scss */
.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #DF280A;
  padding: 2px 5px !important;
  font-weight: bold;
  color: #fff !important;
  float: left;
  display: block;
  border-radius: 3px;
}

/* CUSTOM */
/* line 251, ../scss/module/_configurableswatches.scss */
.availability.out-of-stock span {
  color: #A0A0A0;
}

/* line 257, ../scss/module/_configurableswatches.scss */
.product-view .product-options .swatch-attr {
  float: none;
  display: block;
  clear: both;
  border: 0;
}
/* line 263, ../scss/module/_configurableswatches.scss */
.product-view .product-options .swatch-attr label,
.product-view .product-options .swatch-attr .select-label {
  font-size: 12px;
}
/* line 268, ../scss/module/_configurableswatches.scss */
.product-view .product-options .swatch-attr label {
  display: block;
  line-height: 1.3;
}
/* line 273, ../scss/module/_configurableswatches.scss */
.product-view .product-options .swatch-attr .select-label {
  display: inline;
  font-weight: normal;
  color: #0074bc;
  padding-left: 5px;
}
/* line 281, ../scss/module/_configurableswatches.scss */
.product-view .product-options dd .input-box {
  width: auto;
  height: auto;
}
/* line 286, ../scss/module/_configurableswatches.scss */
.product-view .product-options .select-label {
  display: none;
}
/* line 291, ../scss/module/_configurableswatches.scss */
.product-view .add-to-cart button.out-of-stock {
  background-position: -80px -362px;
  cursor: default;
}

/* ============================================ *
 * form-popup-login
 * ============================================ */
/* line 30, ../scss/module/_customer.scss */
.form-popup-login .login-head {
  text-align: center;
  margin-bottom: 80px;
}
/* line 33, ../scss/module/_customer.scss */
.form-popup-login .login-head .title {
  font-size: 35px;
  font-weight: 500;
  color: #0074bc;
  line-height: 40px;
}
/* line 39, ../scss/module/_customer.scss */
.form-popup-login .login-head .note {
  color: #fff348;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

/* line 48, ../scss/module/_customer.scss */
.login-content-wrap {
  margin-bottom: 20px;
}
/* line 50, ../scss/module/_customer.scss */
.login-content-wrap .col-box-login {
  color: #557b92;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.8px;
}
/* line 55, ../scss/module/_customer.scss */
.login-content-wrap .col-box-login:after {
  content: '';
  display: table;
  clear: both;
}
/* line 58, ../scss/module/_customer.scss */
.login-content-wrap .col-box-login a {
  color: #557b92;
  display: inline-block;
  border-bottom: 1px solid #b5c8d4;
  float: right;
  color: #0074bc;
}
/* line 68, ../scss/module/_customer.scss */
.login-content-wrap .col-box-login ul li:after {
  content: '';
  display: table;
  clear: both;
}
/* line 73, ../scss/module/_customer.scss */
.login-content-wrap .col-box-login .buttons-set {
  text-align: right;
  float: right;
}
/* line 76, ../scss/module/_customer.scss */
.login-content-wrap .col-box-login .buttons-set button.button,
.login-content-wrap .col-box-login .buttons-set a.button {
  font-size: 14px;
  font-weight: 600;
  min-width: 155px;
  color: #ffffff;
  padding-top: 2px;
  height: 52px;
  line-height: 52px;
}
/* line 86, ../scss/module/_customer.scss */
.login-content-wrap .col-box-login .buttons-set a.button {
  line-height: 52px;
}
/* line 92, ../scss/module/_customer.scss */
.login-content-wrap .col-box-login .box-list-input:after {
  content: '';
  display: table;
  clear: both;
}
/* line 95, ../scss/module/_customer.scss */
.login-content-wrap .col-box-login .box-list-input .form-list {
  float: left;
  width: 100%;
}
/* line 98, ../scss/module/_customer.scss */
.login-content-wrap .col-box-login .box-list-input .form-list .input-text {
  width: 100%;
  height: 52px;
}
/* line 102, ../scss/module/_customer.scss */
.login-content-wrap .col-box-login .box-list-input .form-list .fl_label {
  color: #0074bc;
  font-weight: 500;
}
/* line 106, ../scss/module/_customer.scss */
.login-content-wrap .col-box-login .box-list-input .form-list a {
  font-style: italic;
  letter-spacing: 0;
}
/* line 111, ../scss/module/_customer.scss */
.login-content-wrap .col-box-login .box-list-input .buttons-set {
  width: 31%;
  float: right;
  margin-top: -91px;
  position: relative;
  z-index: 1;
}
/* line 120, ../scss/module/_customer.scss */
.login-content-wrap .col-box-login .input-link {
  margin-top: 15px;
}
/* line 124, ../scss/module/_customer.scss */
.login-content-wrap .col-box-login .input-box input {
  width: 100%;
}
/* line 128, ../scss/module/_customer.scss */
.login-content-wrap .col-box-login .box-login-title {
  font-size: 26px;
  color: #7da0b6;
  line-height: 30px;
  margin-bottom: 25px;
  font-weight: 700;
}
/* line 134, ../scss/module/_customer.scss */
.login-content-wrap .col-box-login .box-login-title span {
  display: inline-block;
  background: #ffffff;
  padding-right: 10px;
  position: relative;
  top: 10px;
}
/* line 142, ../scss/module/_customer.scss */
.login-content-wrap .col-box-login .box-login-content {
  font-size: 12px;
  font-weight: 300;
  color: #557b92;
}
/* line 146, ../scss/module/_customer.scss */
.login-content-wrap .col-box-login .box-login-content .note {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 17px;
  color: #7da0b6;
}
/* line 153, ../scss/module/_customer.scss */
.login-content-wrap .col-box-login .box-col {
  float: left;
  width: -moz-calc((100%/3 - 20px));
  width: -webkit-calc((100%/3 - 20px));
  width: calc((100%/3 - 20px));
}
/* line 156, ../scss/module/_customer.scss */
.login-content-wrap .col-box-login .box-col.new-users {
  float: left;
  margin: 0 30px;
}
/* line 159, ../scss/module/_customer.scss */
.login-content-wrap .col-box-login .box-col.new-users .note {
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0;
}
/* line 166, ../scss/module/_customer.scss */
.login-content-wrap .col-box-login .box-col.social .inchoo-socialconnect-login {
  margin-top: 0;
}
/* line 169, ../scss/module/_customer.scss */
.login-content-wrap .col-box-login .box-col.social .note {
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0;
  margin-bottom: 27px;
  color: #7da0b6;
}
/* line 176, ../scss/module/_customer.scss */
.login-content-wrap .col-box-login .box-col.social .inchoo-socialconnect-login-lower-facebook {
  padding-left: 5px;
}
/* line 178, ../scss/module/_customer.scss */
.login-content-wrap .col-box-login .box-col.social .inchoo-socialconnect-login-lower-facebook .buttons-set {
  float: left;
}
/* line 182, ../scss/module/_customer.scss */
.login-content-wrap .col-box-login .box-col.social .inchoo-socialconnect-login-lower-google {
  padding-right: 5px;
}
/* line 187, ../scss/module/_customer.scss */
.login-content-wrap .col-box-login .inchoo-socialconnect-login-lower a {
  color: #fff;
  line-height: 34px;
  padding: 0 10px 0 39px;
}
/* line 193, ../scss/module/_customer.scss */
.login-content-wrap .col-box-login .new-users .box-login-content {
  /*min-height: 90px;*/
}
/* line 197, ../scss/module/_customer.scss */
.login-content-wrap .col-box-login .benefits {
  font-weight: bold;
  font-size: 13px;
  font-style: italic;
  float: left;
  letter-spacing: 0;
  color: #7da0b6;
}

/* line 210, ../scss/module/_customer.scss */
.overlay_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(186, 193, 198, 0.45);
  display: none;
  z-index: 100000;
}

/* line 221, ../scss/module/_customer.scss */
.login_modal {
  border: 2px solid #0074bc;
  background-color: #f1f1f1;
  display: none;
  height: 250px;
  left: 50%;
  padding: 40px;
  position: fixed;
  text-align: center;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 40%;
  z-index: 100001;
}
/* line 235, ../scss/module/_customer.scss */
.login_modal .btn-close {
  position: fixed;
  padding: 0px 4px;
  right: 20px;
  top: 10px;
}
/* line 241, ../scss/module/_customer.scss */
.login_modal .btn-close > button {
  padding: 0px 4px;
}
/* line 246, ../scss/module/_customer.scss */
.login_modal h3 {
  margin-bottom: 25px;
}
/* line 250, ../scss/module/_customer.scss */
.login_modal .btn-ctn {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
/* line 255, ../scss/module/_customer.scss */
.login_modal .btn-ctn > button {
  padding: 5px 15px;
  margin: 0 30px;
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 269, ../scss/module/_customer.scss */
  .login-content-wrap .col-box-login .box-list-input .form-list {
    float: none;
  }
  /* line 272, ../scss/module/_customer.scss */
  .login-content-wrap .col-box-login .box-list-input .buttons-set {
    /*   float: none;
    width: auto;
    padding-top: 0; */
  }
  /* line 281, ../scss/module/_customer.scss */
  .login-content-wrap .col-box-login .box-col.social .note {
    margin-bottom: 35px;
  }
  /* line 284, ../scss/module/_customer.scss */
  .login-content-wrap .col-box-login .inchoo-socialconnect-login-lower-facebook, .login-content-wrap .col-box-login .inchoo-socialconnect-login-lower-google {
    width: auto;
    display: block;
    text-align: center;
    float: none;
  }
  /* line 289, ../scss/module/_customer.scss */
  .login-content-wrap .col-box-login .inchoo-socialconnect-login-lower-facebook a, .login-content-wrap .col-box-login .inchoo-socialconnect-login-lower-google a {
    padding: 0 7px 0 7px;
  }
  /* line 291, ../scss/module/_customer.scss */
  .login-content-wrap .col-box-login .inchoo-socialconnect-login-lower-facebook a:before, .login-content-wrap .col-box-login .inchoo-socialconnect-login-lower-google a:before {
    display: none;
  }
  /* line 295, ../scss/module/_customer.scss */
  .login-content-wrap .col-box-login .inchoo-socialconnect-login-lower-facebook .buttons-set, .login-content-wrap .col-box-login .inchoo-socialconnect-login-lower-google .buttons-set {
    float: none !important;
    display: inline-block;
  }
  /* line 301, ../scss/module/_customer.scss */
  .login-content-wrap .col-box-login .inchoo-socialconnect-login-lower-facebook {
    margin: 0 auto;
    width: auto;
    padding: 10px 0 0 0;
    float: left;
    padding-left: 0 !important;
  }
  /* line 308, ../scss/module/_customer.scss */
  .login-content-wrap .col-box-login .inchoo-socialconnect-login-lower-google {
    float: right;
    margin: 10px auto;
    padding: 0 !important;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 321, ../scss/module/_customer.scss */
  .login-content-wrap .col-box-login .box-col {
    float: none;
    width: auto;
    margin-bottom: 30px;
  }
  /* line 325, ../scss/module/_customer.scss */
  .login-content-wrap .col-box-login .box-col.new-users {
    margin: 0;
    float: none;
  }
  /* line 329, ../scss/module/_customer.scss */
  .login-content-wrap .col-box-login .box-col.social {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
  }
  /* line 336, ../scss/module/_customer.scss */
  .login-content-wrap .col-box-login .box-list-input .form-list {
    float: none;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 767px) {
  /* line 336, ../scss/module/_customer.scss */
  .login-content-wrap .col-box-login .box-list-input .form-list {
    width: auto;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 342, ../scss/module/_customer.scss */
  .login-content-wrap .col-box-login .box-list-input .buttons-set {
    /* float: none;
    width: auto;
    padding-top: 0; */
  }
  /* line 348, ../scss/module/_customer.scss */
  .login-content-wrap .col-box-login .box-col.social .inchoo-socialconnect-login-lower-facebook {
    padding: 10px 5px;
  }
  /* line 350, ../scss/module/_customer.scss */
  .login-content-wrap .col-box-login .box-col.social .inchoo-socialconnect-login-lower-facebook .buttons-set {
    float: right;
  }
  /* line 354, ../scss/module/_customer.scss */
  .login-content-wrap .col-box-login .inchoo-socialconnect-login-lower-google {
    padding: 10px 5px;
  }
  /* line 356, ../scss/module/_customer.scss */
  .login-content-wrap .col-box-login .inchoo-socialconnect-login-lower-google .buttons-set {
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  /* line 366, ../scss/module/_customer.scss */
  .form-popup-login .login-head {
    margin-bottom: 30px;
  }
  /* line 368, ../scss/module/_customer.scss */
  .form-popup-login .login-head .title {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  /* line 373, ../scss/module/_customer.scss */
  .form-popup-login .login-head .note {
    font-size: 20px;
    font-weight: 25px;
  }

  /* line 382, ../scss/module/_customer.scss */
  .login-content-wrap .col-box-login .box-list-input .buttons-set {
    margin-top: 0;
  }
  /* line 385, ../scss/module/_customer.scss */
  .login-content-wrap .col-box-login .inchoo-socialconnect-login-lower a {
    min-width: 190px;
  }
  /* line 390, ../scss/module/_customer.scss */
  .login-content-wrap .col-box-login .box-col.social .inchoo-socialconnect-login-lower-facebook, .login-content-wrap .col-box-login .box-col.social .inchoo-socialconnect-login-lower-google {
    width: 100%;
  }
  /* line 392, ../scss/module/_customer.scss */
  .login-content-wrap .col-box-login .box-col.social .inchoo-socialconnect-login-lower-facebook .buttons-set, .login-content-wrap .col-box-login .box-col.social .inchoo-socialconnect-login-lower-google .buttons-set {
    float: none !important;
    display: inline-block;
  }
  /* line 397, ../scss/module/_customer.scss */
  .login-content-wrap .col-box-login .box-col.social .inchoo-socialconnect-login-lower-facebook {
    text-align: center;
    padding: 0;
  }
  /* line 401, ../scss/module/_customer.scss */
  .login-content-wrap .col-box-login .box-col.social .inchoo-socialconnect-login-lower-google {
    float: none;
    text-align: center;
    padding-right: 0 !important;
    padding: 0;
  }
  /* line 411, ../scss/module/_customer.scss */
  .login-content-wrap .inchoo-socialconnect-login-lower-google {
    float: right;
  }
}
/* ============================================ *
 * Customer
 * ============================================ */
/* line 424, ../scss/module/_customer.scss */
.customer-account-login .buttons-set a.button {
  width: auto;
}
@media only screen and (max-width: 1023px) {
  /* line 428, ../scss/module/_customer.scss */
  .customer-account-login .buttons-set a.button {
    width: auto;
    min-width: 155px;
    height: 40px;
    padding-top: 4px;
  }
}

/* line 442, ../scss/module/_customer.scss */
.remember-me-box a.hide {
  display: none;
}
/* line 445, ../scss/module/_customer.scss */
.remember-me-box .link-tip {
  font-size: 13px;
  padding-left: 10px;
}

/* line 451, ../scss/module/_customer.scss */
.remember-me-popup {
  display: none;
  border: 1px solid #CCCCCC;
  padding: 10px;
  position: relative;
}
/* line 457, ../scss/module/_customer.scss */
.remember-me-popup.show {
  display: block;
}
/* line 461, ../scss/module/_customer.scss */
.remember-me-popup p {
  font-family: "Hind Guntur", Verdana, Arial, sans-serif;
}
/* line 465, ../scss/module/_customer.scss */
.remember-me-popup .remember-me-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 12px;
}
/* line 473, ../scss/module/_customer.scss */
.remember-me-popup .remember-me-popup-close-button {
  display: none;
}

/* line 478, ../scss/module/_customer.scss */
.validation-advice {
  margin: -8px 19px 0;
  color: #ce1919;
  font-size: 13px;
}

/* line 484, ../scss/module/_customer.scss */
.slc-ctn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/* line 489, ../scss/module/_customer.scss */
.slc-ctn > div {
  display: flex;
}

/* line 494, ../scss/module/_customer.scss */
.customer-account-create {
  /* .page-title {
      border-bottom: none;
      margin: 0;
      h1 {
          border-bottom: 1px solid $c-gray4;
          color: #557b92;
          font-size: 25px;
          font-weight: 300;
          line-height: 30px;
          margin-bottom: 25px;
          text-transform: none;
      }
      span {
          background: $c-white;
          display: inline-block;
          padding-right: 10px;
          position: relative;
          top: 10px;
      }
  } */
}
/* line 516, ../scss/module/_customer.scss */
.customer-account-create .form-list li {
  width: 100%;
}
/* line 520, ../scss/module/_customer.scss */
.customer-account-create .form-instructions {
  color: #557b92;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 30px;
}
/* line 526, ../scss/module/_customer.scss */
.customer-account-create .buttons-set {
  margin-top: 30px;
}
/* line 531, ../scss/module/_customer.scss */
.customer-account-create .fieldset .hidden {
  display: none;
}
/* line 535, ../scss/module/_customer.scss */
.customer-account-create #remember-me-popup {
  max-width: 455px;
  display: block;
}
/* line 539, ../scss/module/_customer.scss */
.customer-account-create .newListSelected {
  height: 48px;
  display: block;
  width: 400px;
  min-width: 0;
}
/* line 544, ../scss/module/_customer.scss */
.customer-account-create .newListSelected .selectedTxt {
  height: 48px;
  line-height: 55px;
}
/* line 547, ../scss/module/_customer.scss */
.customer-account-create .newListSelected .selectedTxt:before {
  top: 23px;
}
/* line 552, ../scss/module/_customer.scss */
.customer-account-create .account-create {
  padding-right: 10px;
}
/* line 555, ../scss/module/_customer.scss */
.customer-account-create .account-create .form-list .selectedTxt,
.customer-account-create .account-create .input-text {
  border: 1px solid #4b88af;
  color: #557b92;
  width: 400px;
}
/* line 562, ../scss/module/_customer.scss */
.customer-account-create .account-create .fieldset {
  overflow: hidden;
}
/* line 565, ../scss/module/_customer.scss */
.customer-account-create .account-create .fieldset .field {
  float: left;
  width: 400px;
  margin-right: 23px;
  height: 80px;
}
/* line 571, ../scss/module/_customer.scss */
.customer-account-create .account-create .fieldset .field.field-birth {
  display: flex;
}
/* line 574, ../scss/module/_customer.scss */
.customer-account-create .account-create .fieldset .field.field-birth > label[for="month"] {
  margin-right: 43px;
}
/* line 578, ../scss/module/_customer.scss */
.customer-account-create .account-create .fieldset .field.field-birth > .customer-dob > .fl_wrap > label {
  line-height: 17px;
}
/* line 583, ../scss/module/_customer.scss */
.customer-account-create .account-create .fieldset .field.field-address {
  height: 150px;
}
/* line 587, ../scss/module/_customer.scss */
.customer-account-create .account-create .fieldset .field .input-box {
  line-height: 0;
}
/* line 590, ../scss/module/_customer.scss */
.customer-account-create .account-create .fieldset .field .input-box.add-search {
  display: flex;
}
/* line 594, ../scss/module/_customer.scss */
.customer-account-create .account-create .fieldset .field .input-box label {
  height: 22px;
}
/* line 598, ../scss/module/_customer.scss */
.customer-account-create .account-create .fieldset .field .input-box .btn-search {
  padding: 0 14px;
}
/* line 602, ../scss/module/_customer.scss */
.customer-account-create .account-create .fieldset .field .input-box > input {
  width: 400px;
  margin-right: 17px;
}
/* line 610, ../scss/module/_customer.scss */
.customer-account-create .account-create-info {
  float: left;
  width: 50%;
}
/* line 614, ../scss/module/_customer.scss */
.customer-account-create .inchoo-socialconnect-google {
  float: left;
}

@media only screen and (max-width: 1279px) {
  /* line 620, ../scss/module/_customer.scss */
  .customer-account-create .form-list select {
    height: 55px;
    min-width: 0;
    width: 240px;
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 630, ../scss/module/_customer.scss */
  body.customer-account-create .form-list li {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  /* line 637, ../scss/module/_customer.scss */
  .login_modal {
    width: 100%;
  }

  /* line 643, ../scss/module/_customer.scss */
  .customer-account-create .form-list li {
    width: auto;
  }
  /* line 646, ../scss/module/_customer.scss */
  .customer-account-create .form-list .control {
    margin-top: 30px;
  }
  /* line 650, ../scss/module/_customer.scss */
  .customer-account-create .form-list select {
    height: 48px;
    padding: 5px 10px 0 10px;
    font-size: 11px;
    min-width: 0;
    width: 400px;
  }
  /* line 657, ../scss/module/_customer.scss */
  .customer-account-create .inchoo-socialconnect-register-google, .customer-account-create .inchoo-socialconnect-register-facebook {
    width: 100%;
  }
  /* line 660, ../scss/module/_customer.scss */
  .customer-account-create .inchoo-socialconnect-facebook, .customer-account-create .inchoo-socialconnect-google {
    float: none;
  }
  /* line 664, ../scss/module/_customer.scss */
  .customer-account-create .account-create .input-text,
  .customer-account-create .account-create .form-list .selectedTxt,
  .customer-account-create .account-create .fieldset .field .input-box > input {
    width: 288px;
  }
  /* line 669, ../scss/module/_customer.scss */
  .customer-account-create .account-create .fieldset .field {
    width: 100%;
  }
  /* line 672, ../scss/module/_customer.scss */
  .customer-account-create .account-create .fieldset .field.field-birth {
    width: 288px;
    height: 94px;
    flex-wrap: wrap;
  }
}
/* line 682, ../scss/module/_customer.scss */
.customer-account-forgotpassword .page-title {
  border-bottom: none;
  margin: 0;
}
/* line 685, ../scss/module/_customer.scss */
.customer-account-forgotpassword .page-title h1 {
  border-bottom: 1px solid #d1d6da;
  color: #557b92;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 25px;
  text-transform: none;
}
/* line 694, ../scss/module/_customer.scss */
.customer-account-forgotpassword .page-title span {
  background: #ffffff;
  display: inline-block;
  padding-right: 10px;
  position: relative;
  top: 10px;
}
/* line 702, ../scss/module/_customer.scss */
.customer-account-forgotpassword h2 {
  font-size: 20px;
}
/* line 706, ../scss/module/_customer.scss */
.customer-account-forgotpassword .form-list li {
  width: 400px;
}
/* line 709, ../scss/module/_customer.scss */
.customer-account-forgotpassword .form-list .control {
  margin-top: 30px;
}
/* line 713, ../scss/module/_customer.scss */
.customer-account-forgotpassword .form-instructions {
  color: #557b92;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 30px;
}
/* line 719, ../scss/module/_customer.scss */
.customer-account-forgotpassword .buttons-set {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  /* line 727, ../scss/module/_customer.scss */
  .customer-account-forgotpassword h2 {
    font-size: 18px;
  }
  /* line 731, ../scss/module/_customer.scss */
  .customer-account-forgotpassword .form-list li {
    width: auto;
  }
  /* line 734, ../scss/module/_customer.scss */
  .customer-account-forgotpassword .form-list .control {
    margin-top: 30px;
  }
  /* line 738, ../scss/module/_customer.scss */
  .customer-account-forgotpassword .form-list select {
    height: 35px;
    padding: 5px 10px 0 10px;
    font-size: 11px;
    min-width: 0;
    width: 240px;
  }
}
/* ============================================ *
 * My Account Global Styles
 * ============================================ */
/* line 754, ../scss/module/_customer.scss */
body.customer-account .my-account .page-title h1 {
  border: 0;
  text-align: left;
}
/* line 760, ../scss/module/_customer.scss */
body.customer-account .my-account .title-buttons {
  position: relative;
  text-align: right;
}
/* line 764, ../scss/module/_customer.scss */
body.customer-account .my-account .title-buttons h1 {
  text-align: left;
}
/* line 768, ../scss/module/_customer.scss */
body.customer-account .my-account .title-buttons .button {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 774, ../scss/module/_customer.scss */
body.customer-account .my-account .title-buttons a,
body.customer-account .my-account .title-buttons span.separator {
  position: relative;
  top: -42px;
}
/* line 781, ../scss/module/_customer.scss */
body.customer-account .my-account .fieldset h2,
body.customer-account .my-account .addresses-list h2,
body.customer-account .my-account .order-details h2 {
  font-size: 25px;
  font-weight: 300;
  color: #0074bc;
  line-height: 30px;
  border-bottom: 1px solid #d1d6da;
  margin-bottom: 25px;
  text-transform: none;
  font-weight: 700;
  position: relative;
}
/* line 91, ../scss/_mixin.scss */
body.customer-account .my-account .fieldset h2 span,
body.customer-account .my-account .addresses-list h2 span,
body.customer-account .my-account .order-details h2 span {
  display: inline-block;
  background: #ffffff;
  padding-right: 10px;
  position: relative;
  top: 10px;
}
/* line 98, ../scss/_mixin.scss */
body.customer-account .my-account .fieldset h2 a,
body.customer-account .my-account .addresses-list h2 a,
body.customer-account .my-account .order-details h2 a {
  position: absolute;
  top: 0;
  right: -2px;
}
/* line 787, ../scss/module/_customer.scss */
body.customer-account .my-account .addresses-list h3 {
  font-size: 14px;
  font-weight: 600;
}
/* line 792, ../scss/module/_customer.scss */
body.customer-account .my-account .fieldset {
  margin-top: 30px;
  margin-bottom: 30px;
}
/* line 798, ../scss/module/_customer.scss */
body.customer-account .data-table {
  margin-top: 5px;
}
/* line 802, ../scss/module/_customer.scss */
body.customer-account .data-table td a {
  font-family: "Hind Guntur", Verdana, Arial, sans-serif Arial, sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-size: 13px;
}
/* line 810, ../scss/module/_customer.scss */
body.customer-account .data-table span.nobr {
  /*  white-space: normal; */
}
/* line 813, ../scss/module/_customer.scss */
body.customer-account .data-table span.nobr a {
  white-space: nowrap;
}
/* line 819, ../scss/module/_customer.scss */
body.customer-account .data-table td.view a {
  display: block;
}
/* line 824, ../scss/module/_customer.scss */
body.customer-account .data-table .separator {
  display: none;
}
/* line 832, ../scss/module/_customer.scss */
body.customer-account .sidebar .block ol#compare-items li {
  margin: 10px 0;
}
/* line 838, ../scss/module/_customer.scss */
body.customer-account .sidebar .block .block-content p.block-subtitle {
  margin-bottom: 15px;
}
/* line 842, ../scss/module/_customer.scss */
body.customer-account .sidebar .block .block-content .actions {
  margin-top: 30px;
}
/* line 849, ../scss/module/_customer.scss */
body.customer-account .sidebar ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
/* line 854, ../scss/module/_customer.scss */
body.customer-account .sidebar ol#cart-sidebar-reorder p.product-name {
  display: inline-block;
  margin-bottom: 0;
}
/* line 861, ../scss/module/_customer.scss */
body.customer-account .sidebar .block-cart .summary {
  margin-bottom: 15px;
}
/* line 868, ../scss/module/_customer.scss */
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
/* line 872, ../scss/module/_customer.scss */
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}
/* line 877, ../scss/module/_customer.scss */
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name {
  display: inline;
  margin-bottom: 0;
}
/* line 886, ../scss/module/_customer.scss */
body.customer-account table.data-table thead th {
  background: #eef2f5;
  color: #557b92;
  font-size: 14px;
  font-weight: 600;
}
/* line 887, ../scss/module/_customer.scss */
body.customer-account table.data-table thead th:after {
  display: none;
}
/* line 896, ../scss/module/_customer.scss */
body.customer-account table.data-table em {
  font-style: normal;
}
/* line 901, ../scss/module/_customer.scss */
body.customer-account table.data-table tbody tr:nth-child(2n) td:after {
  display: none;
}

/* line 910, ../scss/module/_customer.scss */
.form-list .selectedTxt {
  border: 1px solid #bad9eb;
}
/* line 914, ../scss/module/_customer.scss */
.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day {
  width: 70px;
  float: left;
  margin-right: 10px;
}
/* line 921, ../scss/module/_customer.scss */
.form-list .customer-dob .dob-year {
  width: 80px;
  float: left;
}

/* line 929, ../scss/module/_customer.scss */
.customer-account .form-list .newListSelected {
  min-width: 0;
  max-width: 365px;
  width: 100%;
  height: 55px;
}
/* line 935, ../scss/module/_customer.scss */
.customer-account .form-list .selectedTxt {
  height: 55px;
  line-height: 55px;
}

@media only screen and (max-width: 1023px) {
  /* line 945, ../scss/module/_customer.scss */
  body.customer-account .data-table span.nobr {
    white-space: normal;
  }

  /* line 950, ../scss/module/_customer.scss */
  body.customer-account table.data-table thead th {
    font-size: 12px;
  }
}
/* ============================================ *
 * Dashboard
 * ============================================ */
/* line 960, ../scss/module/_customer.scss */
.dashboard .box-head {
      /*  margin-top: $trim;
       border-bottom: 1px solid $c-module-border;
       padding-bottom: 7px;
*/
}
/* line 965, ../scss/module/_customer.scss */
.dashboard .box-head h2 {
  font-size: 25px;
  font-weight: 300;
  color: #0074bc;
  line-height: 30px;
  border-bottom: 1px solid #d1d6da;
  margin-bottom: 25px;
  text-transform: none;
  font-weight: 700;
  position: relative;
}
/* line 91, ../scss/_mixin.scss */
.dashboard .box-head h2 span {
  display: inline-block;
  background: #ffffff;
  padding-right: 10px;
  position: relative;
  top: 10px;
}
/* line 98, ../scss/_mixin.scss */
.dashboard .box-head h2 a {
  position: absolute;
  top: 0;
  right: -2px;
}
/* line 969, ../scss/module/_customer.scss */
.dashboard .box-head a {
  padding: 10px;
}
/* line 976, ../scss/module/_customer.scss */
.dashboard .box-title a,
.dashboard .box-head a {
  text-transform: uppercase;
  font-size: 12px;
}
/* line 982, ../scss/module/_customer.scss */
.dashboard .box-account {
  margin-bottom: 30px;
}
/* line 984, ../scss/module/_customer.scss */
.dashboard .box-account .box-title {
  padding-left: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
/* line 989, ../scss/module/_customer.scss */
.dashboard .box-account .box-content {
  color: #7ea2b8;
  font-size: 15px;
  font-weight: 500;
  padding: 25px;
  border: 1px solid #d1d6da;
  position: relative;
}
/* line 996, ../scss/module/_customer.scss */
.dashboard .box-account .box-content:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #d1d6da;
  border-top: none;
  position: absolute;
  left: 30px;
  top: -9px;
}
/* line 1002, ../scss/module/_customer.scss */
.dashboard .box-account .box-content .change-link {
  font-size: 13px;
  color: #7ea2b8;
  font-weight: medium;
  display: inline-block;
  position: absolute;
  background: #ffffff;
  left: 20px;
  bottom: -10px;
  padding: 0 8px;
}
/* line 1012, ../scss/module/_customer.scss */
.dashboard .box-account .box-content .change-link span {
  display: inline-block;
  position: relative;
}
/* line 1015, ../scss/module/_customer.scss */
.dashboard .box-account .box-content .change-link span:after {
  content: "";
  height: 1px;
  width: 100%;
  background: #7ea2b8;
  position: absolute;
  left: 0;
  bottom: 3px;
}
/* line 1028, ../scss/module/_customer.scss */
.dashboard .box-account p,
.dashboard .box-account address {
  color: #7ea2b8;
  font-size: 15px;
  font-weight: 500;
}
/* line 1037, ../scss/module/_customer.scss */
.dashboard .col2-set .col-1,
.dashboard .col2-set .col-2 {
  padding-right: 12.09677%;
  padding-bottom: 0;
}
/* line 1042, ../scss/module/_customer.scss */
.dashboard .col2-set .col-1 .box-title,
.dashboard .col2-set .col-2 .box-title {
  position: relative;
  padding-bottom: 10px;
}
/* line 1046, ../scss/module/_customer.scss */
.dashboard .col2-set .col-1 .box-title h2,
.dashboard .col2-set .col-1 .box-title h3,
.dashboard .col2-set .col-2 .box-title h2,
.dashboard .col2-set .col-2 .box-title h3 {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0;
}
/* line 1053, ../scss/module/_customer.scss */
.dashboard .col2-set .col-1 .box-title a,
.dashboard .col2-set .col-2 .box-title a {
  line-height: 19.6px;
}
/* line 1061, ../scss/module/_customer.scss */
.dashboard .box-reviews.box-account {
  padding-bottom: 0;
}
/* line 1065, ../scss/module/_customer.scss */
.dashboard .box-reviews li {
  padding: 10px 0;
  border-top: 1px solid #EDEDED;
}
/* line 1069, ../scss/module/_customer.scss */
.dashboard .box-reviews li:first-child {
  border-top: 0;
}
/* line 1073, ../scss/module/_customer.scss */
.dashboard .box-reviews li .number {
  margin-right: -20px;
  float: left;
  line-height: 1.4;
  font-size: 13px;
}
/* line 1080, ../scss/module/_customer.scss */
.dashboard .box-reviews li .details {
  margin-left: 20px;
}
/* line 1083, ../scss/module/_customer.scss */
.dashboard .box-reviews li .details .ratings {
  content: '';
  display: table;
  clear: both;
  margin-bottom: 0;
}
/* line 1087, ../scss/module/_customer.scss */
.dashboard .box-reviews li .details .ratings strong {
  float: left;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif Arial, sans-serif;
  font-size: 13px;
  margin-right: 5px;
}
/* line 1094, ../scss/module/_customer.scss */
.dashboard .box-reviews li .details .ratings .rating-box {
  float: left;
  margin: 3px 0 0 0;
}

/* ============================================ *
 * Address Book
 * ============================================ */
/* line 1112, ../scss/module/_customer.scss */
.my-account .addresses-list .addresses-primary,
.my-account .addresses-list .addresses-additional {
  margin-bottom: 30px;
}
/* line 1115, ../scss/module/_customer.scss */
.my-account .addresses-list .addresses-primary .box-inner,
.my-account .addresses-list .addresses-additional .box-inner {
  margin-bottom: 30px;
}
/* line 1118, ../scss/module/_customer.scss */
.my-account .addresses-list .addresses-primary .box-title,
.my-account .addresses-list .addresses-additional .box-title {
  padding-left: 0;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
/* line 1123, ../scss/module/_customer.scss */
.my-account .addresses-list .addresses-primary .box-content,
.my-account .addresses-list .addresses-additional .box-content {
  color: #7ea2b8;
  font-size: 15px;
  font-weight: 500;
  padding: 25px;
  border: 1px solid #d1d6da;
  position: relative;
}
/* line 1130, ../scss/module/_customer.scss */
.my-account .addresses-list .addresses-primary .box-content:after,
.my-account .addresses-list .addresses-additional .box-content:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #d1d6da;
  border-top: none;
  position: absolute;
  left: 30px;
  top: -9px;
}
/* line 1136, ../scss/module/_customer.scss */
.my-account .addresses-list .addresses-primary .box-content .change-link,
.my-account .addresses-list .addresses-additional .box-content .change-link {
  font-size: 13px;
  color: #7ea2b8;
  font-weight: medium;
  display: inline-block;
  position: absolute;
  background: #ffffff;
  left: 20px;
  bottom: -10px;
  padding: 0 8px;
}
/* line 1146, ../scss/module/_customer.scss */
.my-account .addresses-list .addresses-primary .box-content .change-link span,
.my-account .addresses-list .addresses-additional .box-content .change-link span {
  display: inline-block;
  position: relative;
}
/* line 1149, ../scss/module/_customer.scss */
.my-account .addresses-list .addresses-primary .box-content .change-link span:after,
.my-account .addresses-list .addresses-additional .box-content .change-link span:after {
  content: "";
  height: 1px;
  width: 100%;
  background: #7ea2b8;
  position: absolute;
  left: 0;
  bottom: 3px;
}
/* line 1162, ../scss/module/_customer.scss */
.my-account .addresses-list .addresses-primary p,
.my-account .addresses-list .addresses-primary address,
.my-account .addresses-list .addresses-additional p,
.my-account .addresses-list .addresses-additional address {
  color: #7ea2b8;
  font-size: 15px;
  font-weight: 500;
}
@media only screen and (max-width: 1023px) {
  /* line 1170, ../scss/module/_customer.scss */
  .my-account .addresses-list .col-1,
  .my-account .addresses-list .col-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 1176, ../scss/module/_customer.scss */
  .my-account .addresses-list .col-1 li.empty,
  .my-account .addresses-list .col-2 li.empty {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1185, ../scss/module/_customer.scss */
  .my-account .addresses-list .addresses-additional p a {
    white-space: nowrap;
  }
}

/* line 1196, ../scss/module/_customer.scss */
.customer-account .form-list .newListSelected {
  min-width: 0;
  max-width: 365px;
  width: 100%;
  height: 55px;
}
/* line 1202, ../scss/module/_customer.scss */
.customer-account .form-list .selectedTxt {
  height: 55px;
  line-height: 55px;
}

/* line 1211, ../scss/module/_customer.scss */
.customer-account .tb-top .pages {
  display: none;
}
/* line 1215, ../scss/module/_customer.scss */
.customer-account .tb-bottom {
  margin-top: 30px;
}
/* line 1217, ../scss/module/_customer.scss */
.customer-account .tb-bottom .count-container {
  display: none;
}
/* line 1221, ../scss/module/_customer.scss */
.customer-account .pager {
  float: none;
  overflow: visible;
}
/* line 1224, ../scss/module/_customer.scss */
.customer-account .pager > .count-container {
  float: none;
}
/* line 1228, ../scss/module/_customer.scss */
.customer-account .pager .count-container:after {
  content: '';
  display: table;
  clear: both;
}
/* line 1231, ../scss/module/_customer.scss */
.customer-account .pager .count-container .amount {
  float: left;
  color: #3b515e;
  font-size: 14px;
  font-weight: 700;
  padding-top: 5px;
}
/* line 1238, ../scss/module/_customer.scss */
.customer-account .pager .count-container .limiter {
  float: right;
  height: auto;
}
/* line 1241, ../scss/module/_customer.scss */
.customer-account .pager .count-container .limiter label {
  font-size: 14px;
  font-weight: 700;
  vertical-align: middle;
  margin-right: 10px;
}
/* line 1247, ../scss/module/_customer.scss */
.customer-account .pager .count-container .limiter .newListSelected {
  vertical-align: middle;
  min-width: 80px;
  height: 40px;
}
/* line 1251, ../scss/module/_customer.scss */
.customer-account .pager .count-container .limiter .newListSelected .selectedTxt {
  height: 40px;
  line-height: 40px;
}
/* line 1254, ../scss/module/_customer.scss */
.customer-account .pager .count-container .limiter .newListSelected .selectedTxt:before {
  top: 15px;
  right: 10px;
}
/* line 1264, ../scss/module/_customer.scss */
.customer-account .pages {
  float: none;
  margin: 0;
  overflow: visible;
  text-align: center;
}
/* line 1269, ../scss/module/_customer.scss */
.customer-account .pages li {
  float: none;
  display: inline-block;
  vertical-align: top;
}
/* line 1273, ../scss/module/_customer.scss */
.customer-account .pages li:not(.current:first-child) {
  float: left;
}
/* line 1276, ../scss/module/_customer.scss */
.customer-account .pages li:not(.current:last-child) {
  float: right;
}
/* line 1280, ../scss/module/_customer.scss */
.customer-account .pages a, .customer-account .pages .current {
  color: #557b92;
  font-size: 16px;
  font-weight: 500;
  width: 28px;
  height: 28px;
  line-height: 28px;
  margin: 8px 0;
  padding: 2px 0 0;
}
/* line 1291, ../scss/module/_customer.scss */
.customer-account .pages a.previous, .customer-account .pages a.next {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #7da0b6;
  border: solid 1px #bad9eb;
  color: #ffffff;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif;
  font-weight: 600;
  width: 192px;
  height: 45px;
  margin: 0;
  padding: 8px 10px 2px;
}
/* line 1303, ../scss/module/_customer.scss */
.customer-account .pages a.previous:before, .customer-account .pages a.next:before {
  display: none;
}
/* line 1307, ../scss/module/_customer.scss */
.customer-account .pages a.first, .customer-account .pages a.last {
  color: #b8d7e9;
  font-size: 11px;
  width: 48px;
  padding: 4px 0 0;
}
/* line 1315, ../scss/module/_customer.scss */
.customer-account .pages .current {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #bad9eb;
  border: none;
  color: #557b92;
  font-weight: 700;
}

/* line 1328, ../scss/module/_customer.scss */
.customer-account .pager .count-container .limiter .customSelect {
  vertical-align: middle;
  min-width: 0;
  width: 80px;
}

@media only screen and (max-width: 767px) {
  /* line 1343, ../scss/module/_customer.scss */
  .customer-account .pager .count-container .limiter .customSelect {
    vertical-align: middle;
    min-width: 0;
    width: 80px;
  }
  /* line 1351, ../scss/module/_customer.scss */
  .customer-account .pages {
    float: none !important;
  }
}
/* ============================================ *
 * Order View
 * ============================================ */
/* line 1361, ../scss/module/_customer.scss */
.order-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #EDEDED;
  width: 100%;
  margin-bottom: 30px;
}
/* line 1367, ../scss/module/_customer.scss */
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
  display: inline;
}
/* line 1374, ../scss/module/_customer.scss */
.order-info dt {
  margin-right: 20px;
}
/* line 1378, ../scss/module/_customer.scss */
.order-info li {
  margin: 0 0 0 20px;
}
/* line 1381, ../scss/module/_customer.scss */
.order-info li.current {
  font-weight: 600;
}
/* line 1385, ../scss/module/_customer.scss */
.order-info li:first-child {
  margin-left: 0;
}

/* line 1391, ../scss/module/_customer.scss */
.order-date {
  font-family: "Hind Guntur", Verdana, Arial, sans-serif Arial, sans-serif;
  text-transform: uppercase;
}

/* line 1396, ../scss/module/_customer.scss */
.order-info-box {
  margin-bottom: 40px;
  margin-top: 20px;
}
/* line 1400, ../scss/module/_customer.scss */
.order-info-box + .order-info-box {
  padding-bottom: 40px;
  border-bottom: 1px solid #EDEDED;
}
/* line 1405, ../scss/module/_customer.scss */
.order-info-box .col-1 {
  padding-right: 0;
  width: 48%;
}
/* line 1410, ../scss/module/_customer.scss */
.order-info-box .col-2 {
  width: 52%;
}
/* line 1414, ../scss/module/_customer.scss */
.order-info-box .col-1,
.order-info-box .col-2 {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 1421, ../scss/module/_customer.scss */
.order-info-box .box-title {
  padding-left: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
/* line 1425, ../scss/module/_customer.scss */
.order-info-box .box-title h2 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
/* line 1431, ../scss/module/_customer.scss */
.order-info-box .box-content {
  color: #7ea2b8;
  font-size: 15px;
  font-weight: 500;
  padding: 25px;
  border: 1px solid #d1d6da;
  position: relative;
}
/* line 1438, ../scss/module/_customer.scss */
.order-info-box .box-content:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #d1d6da;
  border-top: none;
  position: absolute;
  left: 30px;
  top: -9px;
}
/* line 1444, ../scss/module/_customer.scss */
.order-info-box .box-content .change-link {
  font-size: 13px;
  color: #7ea2b8;
  font-weight: medium;
  display: inline-block;
  position: absolute;
  background: #ffffff;
  left: 20px;
  bottom: -10px;
  padding: 0 8px;
}
/* line 1454, ../scss/module/_customer.scss */
.order-info-box .box-content .change-link span {
  display: inline-block;
  position: relative;
}
/* line 1457, ../scss/module/_customer.scss */
.order-info-box .box-content .change-link span:after {
  content: "";
  height: 1px;
  width: 100%;
  background: #7ea2b8;
  position: absolute;
  left: 0;
  bottom: 3px;
}
/* line 1470, ../scss/module/_customer.scss */
.order-info-box p,
.order-info-box address {
  color: #7ea2b8;
  font-size: 15px;
  font-weight: 500;
}

/* line 1479, ../scss/module/_customer.scss */
#my-orders-table .option-label {
  margin-left: 10px;
  font-weight: 600;
  font-style: italic;
}
/* line 1485, ../scss/module/_customer.scss */
#my-orders-table .option-value {
  margin-left: 20px;
}
/* line 1489, ../scss/module/_customer.scss */
#my-orders-table tr.bundle:not(:last-child) td {
  border-bottom: none;
  border-top: none;
}

/* line 1496, ../scss/module/_customer.scss */
ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
/* line 1500, ../scss/module/_customer.scss */
ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}
/* line 1505, ../scss/module/_customer.scss */
ol#cart-sidebar-reorder p.product-name {
  display: inline;
}

@media only screen and (max-width: 767px) {
  /* line 1512, ../scss/module/_customer.scss */
  #my-orders-table .option-label {
    margin-left: 20px;
  }
  /* line 1516, ../scss/module/_customer.scss */
  #my-orders-table .option-value {
    margin-left: 35px;
  }
  /* line 1521, ../scss/module/_customer.scss */
  #my-orders-table td[data-rwd-label=Qty] .nobr br {
    display: none;
  }
  /* line 1525, ../scss/module/_customer.scss */
  #my-orders-table td[data-rwd-label=Qty] .nobr strong {
    margin-right: 10px;
  }
  /* line 1530, ../scss/module/_customer.scss */
  #my-orders-table tr.bundle {
    border-color: #EDEDED;
  }
  /* line 1535, ../scss/module/_customer.scss */
  #my-orders-table tr.bundle.child td[data-rwd-label] {
    padding-left: 60px;
  }
  /* line 1541, ../scss/module/_customer.scss */
  #my-orders-table tbody:last-child tr:last-child td {
    padding-bottom: 10px;
    border-bottom: 0;
  }
  /* line 1545, ../scss/module/_customer.scss */
  #my-orders-table tbody:last-child tr:last-child td:last-child {
    padding-bottom: 15px;
  }
  /* line 1551, ../scss/module/_customer.scss */
  #my-orders-table tfoot tr.shipping {
    margin-top: 0;
  }
}
/* line 1557, ../scss/module/_customer.scss */
.order-additional {
  margin: 40px 0;
}

/* line 1562, ../scss/module/_customer.scss */
.order-gift-message dd {
  margin-top: 10px;
}

/* line 1567, ../scss/module/_customer.scss */
#bondecommande-attachement .title_document {
  display: block;
  color: #7ea2b8;
}
/* line 1571, ../scss/module/_customer.scss */
#bondecommande-attachement .delete_document, #bondecommande-attachement .replace_document {
  display: inline-block;
  font-size: 11px;
  color: #7ea2b8;
  text-decoration: underline;
  margin-right: 5px;
  cursor: pointer;
}

/* line 1580, ../scss/module/_customer.scss */
.note-file-upload {
  color: red;
  font-size: 12px;
  display: block;
  margin-top: 5px;
}

@media only screen and (max-width: 1199px) {
  /* line 1589, ../scss/module/_customer.scss */
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    padding-right: 30px;
    padding-bottom: 0;
  }

  /* line 1599, ../scss/module/_customer.scss */
  body.customer-account .data-table td.view a {
    white-space: normal;
  }
}
@media only screen and (max-width: 1279px) {
  /* line 1609, ../scss/module/_customer.scss */
  body.customer-account .my-account .title-buttons {
    text-align: left;
  }
  /* line 1612, ../scss/module/_customer.scss */
  body.customer-account .my-account .title-buttons span.separator,
  body.customer-account .my-account .title-buttons a {
    top: -12px;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 1625, ../scss/module/_customer.scss */
  body.customer-account .data-table.orders th.ship,
  body.customer-account .data-table.orders td.ship,
  body.customer-account .data-table.orders td.status,
  body.customer-account .data-table.orders th.status {
    display: none;
  }

  /* line 1636, ../scss/module/_customer.scss */
  .order-info-box .box-content {
    clear: left;
  }

  /* line 1642, ../scss/module/_customer.scss */
  .addresses-list .item {
    float: left;
    width: 50%;
    padding-right: 30px;
  }

  /* line 1650, ../scss/module/_customer.scss */
  .order-info dt {
    display: none;
  }

  /* line 1656, ../scss/module/_customer.scss */
  .dashboard .page-title {
    margin-top: 20px;
  }
  /* line 1659, ../scss/module/_customer.scss */
  .dashboard .page-title h1 {
    margin-top: 0;
  }
  /* line 1664, ../scss/module/_customer.scss */
  .dashboard .welcome-msg {
    font-family: Georgia, Times, "Times New Roman", serif;
  }
  /* line 1667, ../scss/module/_customer.scss */
  .dashboard .welcome-msg .hello {
    font-style: italic;
  }
  /* line 1672, ../scss/module/_customer.scss */
  .dashboard .box-account {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  /* line 1678, ../scss/module/_customer.scss */
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 48%;
    padding-right: 0;
    padding-left: 0;
  }
  /* line 1685, ../scss/module/_customer.scss */
  .dashboard .col2-set .col-1 {
    float: left;
    margin-right: 4%;
  }
  /* line 1690, ../scss/module/_customer.scss */
  .dashboard .col2-set .col-2 {
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1701, ../scss/module/_customer.scss */
  body.customer-account .my-account .form-list .control {
    padding-left: 0;
  }

  /* line 1708, ../scss/module/_customer.scss */
  .customer-account-create .inchoo-socialconnect-facebook-inner a, .customer-account-create .inchoo-socialconnect-google-inner a {
    max-width: 190px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 479px) {
  /* line 1719, ../scss/module/_customer.scss */
  body.customer-account .my-account .page-title h1 {
    text-align: center;
  }
  /* line 1724, ../scss/module/_customer.scss */
  body.customer-account .my-account .title-buttons {
    text-align: center;
  }
  /* line 1727, ../scss/module/_customer.scss */
  body.customer-account .my-account .title-buttons .button {
    width: 100%;
    position: static;
    margin-bottom: 15px;
  }
  /* line 1732, ../scss/module/_customer.scss */
  body.customer-account .my-account .title-buttons .button + .button {
    margin-left: 0px;
  }
  /* line 1739, ../scss/module/_customer.scss */
  body.customer-account .my-account .fieldset h2 {
    margin-bottom: 15px;
  }
  /* line 1744, ../scss/module/_customer.scss */
  body.customer-account .my-account .order-details h2 {
    margin-bottom: 15px;
  }
  /* line 1748, ../scss/module/_customer.scss */
  body.customer-account .my-account .buttons-set {
    border-top: 0;
  }
  /* line 1753, ../scss/module/_customer.scss */
  body.customer-account .my-account .addresses-list .item {
    margin-bottom: 15px;
    padding-right: 0;
    float: none;
    width: auto;
  }
  /* line 1760, ../scss/module/_customer.scss */
  body.customer-account .my-account .addresses-list h2 {
    margin-bottom: 15px;
  }

  /* line 1767, ../scss/module/_customer.scss */
  .customer-account-create .inchoo-socialconnect-facebook-inner a, .customer-account-create .inchoo-socialconnect-google-inner a {
    padding: 0;
    text-align: center;
  }
  /* line 1770, ../scss/module/_customer.scss */
  .customer-account-create .inchoo-socialconnect-facebook-inner a:before, .customer-account-create .inchoo-socialconnect-google-inner a:before {
    display: none;
  }

  /* line 1775, ../scss/module/_customer.scss */
  .order-info {
    margin-top: 15px;
  }

  /* line 1781, ../scss/module/_customer.scss */
  .data-table.orders .link-reorder,
  .data-table.orders .date {
    display: none;
  }
  /* line 1786, ../scss/module/_customer.scss */
  .data-table.orders td.view {
    text-align: right;
  }

  /* line 1794, ../scss/module/_customer.scss */
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 100%;
    margin-top: 15px;
  }

  /* line 1802, ../scss/module/_customer.scss */
  .order-info-box {
    margin: 0;
  }
  /* line 1805, ../scss/module/_customer.scss */
  .order-info-box .col-1,
  .order-info-box .col-2 {
    width: 100%;
    border-bottom: 1px solid #EDEDED;
    padding: 15px 0;
  }
  /* line 1812, ../scss/module/_customer.scss */
  .order-info-box + .order-info-box {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 30px;
  }

  /* line 1820, ../scss/module/_customer.scss */
  #my-reviews-table .nobr {
    white-space: normal;
  }
}
/* ============================================ *
 * Newsletter Subscriptions
 * ============================================ */
/* line 1831, ../scss/module/_customer.scss */
body.newsletter-manage-index .my-account .fieldset {
  margin-bottom: 20px;
}
/* line 1835, ../scss/module/_customer.scss */
body.newsletter-manage-index .my-account .fieldset h2 {
  display: none;
}
/* line 1839, ../scss/module/_customer.scss */
body.newsletter-manage-index .my-account .form-list {
  border-top: 1px solid #EDEDED;
  padding-top: 10px;
}

/* ============================================ *
 * Sales-order-view 
 * ============================================ */
/* line 1850, ../scss/module/_customer.scss */
.sales-order-view h3.product-name {
  color: #3b515e;
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-transform: none;
}
/* line 1861, ../scss/module/_customer.scss */
.sales-order-view .product-price {
  line-height: 18px;
  text-align: left;
}
/* line 1864, ../scss/module/_customer.scss */
.sales-order-view .product-price span,
.sales-order-view .product-price .price {
  font-size: 14px;
  color: #557b92;
  line-height: 18px;
  font-weight: 700;
}
/* line 1872, ../scss/module/_customer.scss */
.sales-order-view .product-price .price-excl-tax span,
.sales-order-view .product-price .price-excl-tax .price {
  font-size: 14px;
  color: #7ea2b8;
}
/* line 1880, ../scss/module/_customer.scss */
.sales-order-view .product-total-price span,
.sales-order-view .product-total-price .price {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}
/* line 1889, ../scss/module/_customer.scss */
.sales-order-view tfoot tr td {
  font-size: 18px;
  font-weight: 600;
  color: #7ea2b8;
  padding: 5px 20px;
}
/* line 1894, ../scss/module/_customer.scss */
.sales-order-view tfoot tr td strong {
  color: #3b515e;
}
/* line 1900, ../scss/module/_customer.scss */
.sales-order-view tfoot tr.grand_total_incl td strong {
  color: #0074bc;
}
/* line 1906, ../scss/module/_customer.scss */
.sales-order-view tfoot tr:first-child td {
  padding-top: 15px;
}
/* line 1911, ../scss/module/_customer.scss */
.sales-order-view tfoot tr:last-child td {
  padding-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  /* line 1923, ../scss/module/_customer.scss */
  .sales-order-view .data-table tbody tr {
    padding: 20px 0;
    display: block;
  }
  /* line 1926, ../scss/module/_customer.scss */
  .sales-order-view .data-table tbody tr:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 1929, ../scss/module/_customer.scss */
  .sales-order-view .data-table tbody tr td {
    float: left;
    width: 50%;
  }
  /* line 1934, ../scss/module/_customer.scss */
  .sales-order-view .data-table tbody tr .product-total-price {
    text-align: right;
  }
  /* line 1937, ../scss/module/_customer.scss */
  .sales-order-view .data-table tbody tr td.td-product-name {
    width: 100%;
    padding: 0;
  }
  /* line 1940, ../scss/module/_customer.scss */
  .sales-order-view .data-table tbody tr td.td-product-name h3 {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
  }
  /* line 1946, ../scss/module/_customer.scss */
  .sales-order-view .data-table tbody tr td.product-sku {
    text-align: left;
  }
  /* line 1949, ../scss/module/_customer.scss */
  .sales-order-view .data-table tbody tr td.product-price {
    text-align: right;
  }
  /* line 1952, ../scss/module/_customer.scss */
  .sales-order-view .data-table tbody tr td.product-qty {
    width: 100%;
    text-align: right;
  }
  /* line 1956, ../scss/module/_customer.scss */
  .sales-order-view .data-table tbody tr td.product-total-price {
    width: 100%;
  }
  /* line 1963, ../scss/module/_customer.scss */
  .sales-order-view .data-table tfoot tr td {
    padding: 5px 10px;
  }
  /* line 1971, ../scss/module/_customer.scss */
  .sales-order-view .linearize-table-large tfoot td:nth-child(2n) {
    text-align: right;
  }
  /* line 1975, ../scss/module/_customer.scss */
  .sales-order-view .linearize-table-large tbody td[data-rwd-label] {
    padding-left: 0;
  }
}
/* ============================================ *
 * my-rewards
 * ============================================ */
/* line 1988, ../scss/module/_customer.scss */
.my-rewards .box-title {
  font-size: 25px;
  font-weight: 300;
  color: #0074bc;
  line-height: 30px;
  border-bottom: 1px solid #d1d6da;
  margin-bottom: 25px;
  text-transform: none;
  font-weight: 700;
  position: relative;
}
/* line 91, ../scss/_mixin.scss */
.my-rewards .box-title span {
  display: inline-block;
  background: #ffffff;
  padding-right: 10px;
  position: relative;
  top: 10px;
}
/* line 98, ../scss/_mixin.scss */
.my-rewards .box-title a {
  position: absolute;
  top: 0;
  right: -2px;
}
/* line 1991, ../scss/module/_customer.scss */
.my-rewards .info-box {
  border: none;
  padding: none;
  margin: 0 0 30px 0;
}
/* line 1996, ../scss/module/_customer.scss */
.my-rewards .box {
  margin-bottom: 30px;
}

/* ============================================ *
* Block Acount
* ============================================ */
@media only screen and (max-width: 1023px) {
  /* line 2011, ../scss/module/_customer.scss */
  .customer-account .sidebar .block:not(.block-layered-nav) .block-title > strong {
    border: none;
    padding-right: 30px;
    padding-left: 15px;
  }
  /* line 2016, ../scss/module/_customer.scss */
  .customer-account .sidebar .block:not(.block-layered-nav) .block-title > strong:after {
    border-width: 8px medium 8px 8px;
    top: 11px;
    margin-top: 0;
    right: 15px;
    left: auto;
  }
  /* line 2023, ../scss/module/_customer.scss */
  .customer-account .sidebar .block:not(.block-layered-nav) .block-title.active > strong:after {
    border-width: 8px 8px medium;
  }
  /* line 2026, ../scss/module/_customer.scss */
  .customer-account .sidebar .block:not(.block-layered-nav) .block-content {
    border: none;
    padding: 10px;
    background: #eef2f5;
  }

  /* line 2032, ../scss/module/_customer.scss */
  .sidebar .block:last-of-type {
    border: none;
  }

  /* line 2036, ../scss/module/_customer.scss */
  .block.block-account {
    margin-top: 30px;
  }
  /* line 2038, ../scss/module/_customer.scss */
  .block.block-account .block-title > strong {
    border: none;
  }
  /* line 2042, ../scss/module/_customer.scss */
  .block.block-account .block-title span {
    font-size: 20px;
    font-weight: 700;
    color: #0074bc;
    text-transform: uppercase;
  }
}
@media only screen and (max-width: 767px) {
  /* line 2057, ../scss/module/_customer.scss */
  .customer-account .data-table th {
    padding: 5px;
  }
  /* line 2060, ../scss/module/_customer.scss */
  .customer-account .data-table tbody td {
    padding: 5px;
  }
}
/* ============================================ *
 * Contacts
 * ============================================ */
/* line 31, ../scss/module/_contacts.scss */
.contacts-index-index .page-title {
  border-bottom: 1px solid #d1d6da;
  margin-bottom: 60px;
  position: relative;
}
/* line 35, ../scss/module/_contacts.scss */
.contacts-index-index .page-title:after {
  content: '\e945';
  display: block;
  color: #0074bc;
  font-size: 129px;
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  background: #ffffff;
  padding: 0 30px 0 20px;
  position: absolute;
  bottom: -25px;
  right: 75px;
}
/* line 47, ../scss/module/_contacts.scss */
.contacts-index-index .page-title h1 {
  color: #0074bc;
  font-size: 60px;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif;
  font-weight: 400;
  text-transform: none;
}
/* line 56, ../scss/module/_contacts.scss */
.contacts-index-index .contact-left {
  float: left;
  width: 71.09375%;
  padding-right: 20px;
}
/* line 62, ../scss/module/_contacts.scss */
.contacts-index-index #contactForm {
  padding: 0;
}
/* line 65, ../scss/module/_contacts.scss */
.contacts-index-index .form-list {
  float: left;
  width: 40.65934%;
}
/* line 68, ../scss/module/_contacts.scss */
.contacts-index-index .form-list.wide {
  float: right;
  width: 59.34066%;
  padding-left: 20px;
}
/* line 73, ../scss/module/_contacts.scss */
.contacts-index-index .form-list .fields {
  border-top: 1px solid #d1d6da;
  font-size: 0;
  margin-top: 30px;
  padding-top: 30px;
}
/* line 78, ../scss/module/_contacts.scss */
.contacts-index-index .form-list .fields .fl_wrap {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  width: -moz-calc((100% - 10px)/2);
  width: -webkit-calc((100% - 10px)/2);
  width: calc((100% - 10px)/2);
}
/* line 83, ../scss/module/_contacts.scss */
.contacts-index-index .form-list .fields .fl_wrap:last-of-type {
  margin-right: 0;
}
/* line 88, ../scss/module/_contacts.scss */
.contacts-index-index .form-list .newListSelected {
  height: 55px;
  min-width: 100%;
}
/* line 91, ../scss/module/_contacts.scss */
.contacts-index-index .form-list .newListSelected:before, .contacts-index-index .form-list .newListSelected:after {
  display: none;
}
/* line 96, ../scss/module/_contacts.scss */
.contacts-index-index .form-list .newListSelected.newListSelClick:before, .contacts-index-index .form-list .newListSelected.newListSelClick:after {
  display: none;
}
/* line 102, ../scss/module/_contacts.scss */
.contacts-index-index .form-list .selectedTxt {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-color: #bad9eb;
  color: #557b92;
  font-size: 15px;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif;
  height: 55px;
  line-height: 55px;
  padding: 0 20px;
  outline: none;
}
/* line 112, ../scss/module/_contacts.scss */
.contacts-index-index .form-list .selectedTxt:before {
  color: #7da0b6;
  right: 15px;
  top: 25px;
}
/* line 117, ../scss/module/_contacts.scss */
.contacts-index-index .form-list .selectedTxt:focus {
  border-color: #7ea2b8;
}
/* line 121, ../scss/module/_contacts.scss */
.contacts-index-index .form-list select {
  font-size: 15px;
  min-width: inherit;
  width: 100%;
  height: 55px;
  margin: 0;
}
/* line 129, ../scss/module/_contacts.scss */
.contacts-index-index .form-list label.required:after {
  color: #f26c4f;
}
/* line 133, ../scss/module/_contacts.scss */
.contacts-index-index .form-list .input-box {
  padding: 0;
}
/* line 136, ../scss/module/_contacts.scss */
.contacts-index-index .form-list .input-text {
  color: #3b515e;
  font-size: 15px;
  font-weight: 500;
  width: 100%;
  height: 55px;
  padding: 20px 20px 0;
}
/* line 143, ../scss/module/_contacts.scss */
.contacts-index-index .form-list .input-text:focus {
  border-color: #7ea2b8;
}
/* line 147, ../scss/module/_contacts.scss */
.contacts-index-index .form-list textarea {
  height: 674px;
  min-width: 100%;
  padding: 20px;
}
/* line 155, ../scss/module/_contacts.scss */
.contacts-index-index .FlowupLabels .fl_wrap {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
/* line 161, ../scss/module/_contacts.scss */
.contacts-index-index .FlowupLabels .fl_wrap.populated .fl_label, .contacts-index-index .FlowupLabels .fl_wrap.focused .fl_label {
  color: #557b92;
  font-size: 11px;
  top: 10px;
}
/* line 168, ../scss/module/_contacts.scss */
.contacts-index-index .FlowupLabels .fl_label {
  color: #557b92;
  font-size: 15px;
  font-weight: 400;
  left: 20px;
  top: 20px;
}
/* line 177, ../scss/module/_contacts.scss */
.contacts-index-index .bttom-wrap {
  clear: both;
  padding-top: 20px;
}
/* line 180, ../scss/module/_contacts.scss */
.contacts-index-index .bttom-wrap .check_accept {
  float: left;
  width: 73.62637%;
  padding-right: 20px;
  position: relative;
}
/* line 186, ../scss/module/_contacts.scss */
.contacts-index-index .bttom-wrap .input-st {
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 191, ../scss/module/_contacts.scss */
.contacts-index-index .bttom-wrap .input-st input[type="checkbox"] + span {
  border: 2px solid #7ea2b8;
  width: 16px;
  height: 16px;
}
/* line 195, ../scss/module/_contacts.scss */
.contacts-index-index .bttom-wrap .input-st input[type="checkbox"] + span:after {
  width: 8px;
  height: 8px;
  left: 2px;
  top: 2px;
}
/* line 203, ../scss/module/_contacts.scss */
.contacts-index-index .bttom-wrap .label_accept,
.contacts-index-index .bttom-wrap .notice_accept {
  display: inline-block;
  vertical-align: top;
  padding-left: 36px;
}
/* line 209, ../scss/module/_contacts.scss */
.contacts-index-index .bttom-wrap .label_accept {
  color: #557b92;
  font-size: 15px;
}
/* line 213, ../scss/module/_contacts.scss */
.contacts-index-index .bttom-wrap .notice_accept {
  color: #7ea2b8;
  font-size: 12px;
}
/* line 217, ../scss/module/_contacts.scss */
.contacts-index-index .bttom-wrap .buttons-set {
  float: right;
  width: 26.37363%;
}
/* line 220, ../scss/module/_contacts.scss */
.contacts-index-index .bttom-wrap .buttons-set button.button {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #0074bc;
  border: none;
  font-size: 25px;
  min-width: inherit;
  max-width: 100%;
  width: 240px;
  height: 73px;
  margin: -37px 0 0;
}
/* line 234, ../scss/module/_contacts.scss */
.contacts-index-index .contact-right {
  float: right;
  width: 28.90625%;
}
/* line 237, ../scss/module/_contacts.scss */
.contacts-index-index .contact-right .block-contact-mini {
  background: none;
  border: 1px solid #dce2e6;
}
/* line 241, ../scss/module/_contacts.scss */
.contacts-index-index .contact-right .block-contact-mini .ct-head strong {
  color: #0074bc;
}
/* line 244, ../scss/module/_contacts.scss */
.contacts-index-index .contact-right .block-contact-mini .ct-head span {
  color: #0074bc;
  text-transform: uppercase;
}
/* line 250, ../scss/module/_contacts.scss */
.contacts-index-index .contact-right .block-contact-mini .ct-info .ct-phone {
  color: #0074bc;
}
/* line 257, ../scss/module/_contacts.scss */
.contacts-index-index #store-locator-container {
  clear: both;
  border: none;
  padding-top: 40px;
}
/* line 261, ../scss/module/_contacts.scss */
.contacts-index-index #store-locator-container:before, .contacts-index-index #store-locator-container:after {
  content: '';
  display: block;
  width: -moz-calc(100% - 29px);
  width: -webkit-calc(100% - 29px);
  width: calc(100% - 29px);
  height: 9px;
  background: url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/divide-line.png") repeat-x left top transparent;
  margin: 0 auto;
}
/* line 270, ../scss/module/_contacts.scss */
.contacts-index-index #store-locator-container:after {
  margin: 40px auto;
}
/* line 273, ../scss/module/_contacts.scss */
.contacts-index-index #store-locator-container #map {
  height: 368px;
}
/* line 276, ../scss/module/_contacts.scss */
.contacts-index-index #store-locator-container .block-agence {
  background: #ffffff;
  border: none;
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  -webkit-box-shadow: 0 0 25px 3px rgba(59, 81, 94, 0.08);
  -moz-box-shadow: 0 0 25px 3px rgba(59, 81, 94, 0.08);
  box-shadow: 0 0 25px 3px rgba(59, 81, 94, 0.08);
  width: 47.65625%;
  min-height: inherit;
  padding: 40px 90px;
  position: absolute;
  right: 20px;
  bottom: 0;
}
/* line 287, ../scss/module/_contacts.scss */
.contacts-index-index #store-locator-container .block-agence .agence-head {
  color: #0074bc;
}
/* line 289, ../scss/module/_contacts.scss */
.contacts-index-index #store-locator-container .block-agence .agence-head i {
  margin-bottom: 20px;
}
/* line 291, ../scss/module/_contacts.scss */
.contacts-index-index #store-locator-container .block-agence .agence-head i:before {
  font-size: 68px;
}
/* line 295, ../scss/module/_contacts.scss */
.contacts-index-index #store-locator-container .block-agence .agence-head strong {
  font-size: 40px;
  line-height: 45px;
}
/* line 299, ../scss/module/_contacts.scss */
.contacts-index-index #store-locator-container .block-agence .agence-head span {
  font-size: 18px;
}
/* line 303, ../scss/module/_contacts.scss */
.contacts-index-index #store-locator-container .block-agence .customSelect {
  min-width: inherit;
  width: 100%;
  height: 60px;
}
/* line 308, ../scss/module/_contacts.scss */
.contacts-index-index #store-locator-container .block-agence .newListSelected {
  width: 100%;
  height: 60px;
}
/* line 311, ../scss/module/_contacts.scss */
.contacts-index-index #store-locator-container .block-agence .newListSelected .selectedTxt {
  height: 60px;
  line-height: 60px;
}
/* line 314, ../scss/module/_contacts.scss */
.contacts-index-index #store-locator-container .block-agence .newListSelected .selectedTxt:before {
  top: 26px;
}
@media only screen and (max-width: 1279px) {
  /* line 326, ../scss/module/_contacts.scss */
  .contacts-index-index .contact-right .block-contact-mini .ct-head span {
    display: block;
  }
  /* line 333, ../scss/module/_contacts.scss */
  .contacts-index-index #store-locator-container .block-agence {
    padding: 40px;
  }
  /* line 335, ../scss/module/_contacts.scss */
  .contacts-index-index #store-locator-container .block-agence .agence-head {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
  /* line 340, ../scss/module/_contacts.scss */
  .contacts-index-index #store-locator-container .block-agence .agence-head i:before {
    font-size: 48px;
  }
  /* line 344, ../scss/module/_contacts.scss */
  .contacts-index-index #store-locator-container .block-agence .agence-head strong {
    font-size: 20px;
    line-height: 25px;
  }
  /* line 348, ../scss/module/_contacts.scss */
  .contacts-index-index #store-locator-container .block-agence .agence-head span {
    font-size: 15px;
  }
  /* line 352, ../scss/module/_contacts.scss */
  .contacts-index-index #store-locator-container .block-agence .agence-select {
    float: none;
    margin: 0;
  }
  /* line 356, ../scss/module/_contacts.scss */
  .contacts-index-index #store-locator-container .block-agence .customSelect {
    height: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 364, ../scss/module/_contacts.scss */
  .contacts-index-index .page-title {
    margin-bottom: 40px;
  }
  /* line 366, ../scss/module/_contacts.scss */
  .contacts-index-index .page-title h1 {
    font-size: 40px;
    margin: 0;
  }
  /* line 370, ../scss/module/_contacts.scss */
  .contacts-index-index .page-title:after {
    font-size: 80px;
    bottom: -15px;
  }
  /* line 375, ../scss/module/_contacts.scss */
  .contacts-index-index .contact-left,
  .contacts-index-index .contact-right {
    width: 100%;
  }
  /* line 379, ../scss/module/_contacts.scss */
  .contacts-index-index .contact-left {
    padding-right: 0;
  }
  /* line 382, ../scss/module/_contacts.scss */
  .contacts-index-index .contact-right {
    margin-top: 40px;
  }
  /* line 386, ../scss/module/_contacts.scss */
  .contacts-index-index .form-list textarea {
    height: 366px;
  }
  /* line 391, ../scss/module/_contacts.scss */
  .contacts-index-index .bttom-wrap .label_accept {
    font-size: 14px;
  }
  /* line 395, ../scss/module/_contacts.scss */
  .contacts-index-index .bttom-wrap .buttons-set button.button {
    height: 55px;
    margin: 0;
  }
  /* line 402, ../scss/module/_contacts.scss */
  .contacts-index-index .contact-right .block-contact-mini {
    width: 185px;
  }
  /* line 405, ../scss/module/_contacts.scss */
  .contacts-index-index .contact-right .block-contact-mini .ct-head strong {
    font-size: 20px;
  }
  /* line 408, ../scss/module/_contacts.scss */
  .contacts-index-index .contact-right .block-contact-mini .ct-head span {
    font-size: 11px;
  }
  /* line 413, ../scss/module/_contacts.scss */
  .contacts-index-index .contact-right .block-contact-mini .ct-info .ct-phone {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 422, ../scss/module/_contacts.scss */
  .contacts-index-index .page-title {
    margin: 25px 0;
  }
  /* line 424, ../scss/module/_contacts.scss */
  .contacts-index-index .page-title:after {
    display: none;
  }
  /* line 427, ../scss/module/_contacts.scss */
  .contacts-index-index .page-title h1 {
    font-size: 25px;
    text-align: center;
    padding: 0;
  }
  /* line 433, ../scss/module/_contacts.scss */
  .contacts-index-index .form-list {
    float: none;
    width: 100%;
  }
  /* line 436, ../scss/module/_contacts.scss */
  .contacts-index-index .form-list.wide {
    float: none;
    width: 100%;
    padding: 0;
  }
  /* line 440, ../scss/module/_contacts.scss */
  .contacts-index-index .form-list.wide .fl_wrap {
    height: auto;
  }
  /* line 444, ../scss/module/_contacts.scss */
  .contacts-index-index .form-list .fields {
    border: none;
    margin: 0;
    padding: 0;
  }
  /* line 448, ../scss/module/_contacts.scss */
  .contacts-index-index .form-list .fields .fl_wrap {
    width: 100%;
    margin-bottom: 10px;
  }
  /* line 453, ../scss/module/_contacts.scss */
  .contacts-index-index .form-list select {
    height: 45px;
  }
  /* line 456, ../scss/module/_contacts.scss */
  .contacts-index-index .form-list .input-text {
    height: 45px;
    padding-top: 15px;
  }
  /* line 460, ../scss/module/_contacts.scss */
  .contacts-index-index .form-list textarea {
    height: auto;
  }
  /* line 468, ../scss/module/_contacts.scss */
  .contacts-index-index .FlowupLabels .fl_wrap.populated .fl_label, .contacts-index-index .FlowupLabels .fl_wrap.focused .fl_label {
    top: 5px;
  }
  /* line 473, ../scss/module/_contacts.scss */
  .contacts-index-index .FlowupLabels .fl_label {
    top: 15px;
  }
  /* line 477, ../scss/module/_contacts.scss */
  .contacts-index-index .bttom-wrap {
    padding-top: 0;
  }
  /* line 479, ../scss/module/_contacts.scss */
  .contacts-index-index .bttom-wrap .check_accept {
    float: none;
    width: 100%;
    padding: 0;
  }
  /* line 484, ../scss/module/_contacts.scss */
  .contacts-index-index .bttom-wrap .label_accept,
  .contacts-index-index .bttom-wrap .notice_accept {
    padding-left: 26px;
  }
  /* line 488, ../scss/module/_contacts.scss */
  .contacts-index-index .bttom-wrap .buttons-set {
    float: none;
    width: 100%;
    margin-top: 10px;
  }
  /* line 492, ../scss/module/_contacts.scss */
  .contacts-index-index .bttom-wrap .buttons-set button.button {
    width: 100%;
  }
  /* line 499, ../scss/module/_contacts.scss */
  .contacts-index-index .contact-right .home-account-block .info {
    padding: 0 10px 10px;
  }
  /* line 502, ../scss/module/_contacts.scss */
  .contacts-index-index .contact-right .home-account-block a.button-link {
    min-width: inherit;
    width: 100%;
  }
  /* line 507, ../scss/module/_contacts.scss */
  .contacts-index-index .contact-right .block-contact-mini {
    width: 100%;
  }
  /* line 511, ../scss/module/_contacts.scss */
  .contacts-index-index #store-locator-container {
    padding-top: 25px;
  }
  /* line 513, ../scss/module/_contacts.scss */
  .contacts-index-index #store-locator-container:after {
    margin: 25px auto;
  }
  /* line 516, ../scss/module/_contacts.scss */
  .contacts-index-index #store-locator-container #map-container {
    margin-top: 25px;
  }
  /* line 520, ../scss/module/_contacts.scss */
  .contacts-index-index #store-locator-container .block-agence {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    padding: 25px;
    position: static;
  }
  /* line 528, ../scss/module/_contacts.scss */
  .contacts-index-index #store-locator-container .block-agence .agence-head .icon-location,
  .contacts-index-index #store-locator-container .block-agence .agence-head span {
    display: block;
  }
  /* line 532, ../scss/module/_contacts.scss */
  .contacts-index-index #store-locator-container .block-agence .agence-head strong {
    color: #0074bc;
  }
  /* line 537, ../scss/module/_contacts.scss */
  .contacts-index-index #store-locator-container .block-agence .agence-content select {
    background: #ffffff url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/arr-select.png") no-repeat 100% 50%;
    color: #7ea2b8;
    font-weight: 400;
  }
}

/* ============================================ *
 * PayPal
 * ============================================ */
@media only screen and (max-width: 1123px) and (min-width: 1024px) {
  /* line 34, ../scss/module/_paypal.scss */
  .paypal-review-order .col2-set .col-1,
  .paypal-review-order .col2-set .col-2 {
    padding: 0px;
  }
}

/* line 42, ../scss/module/_paypal.scss */
.paypal-review-order .info-set {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EDEDED;
}
/* line 48, ../scss/module/_paypal.scss */
.paypal-review-order .buttons-set {
  margin-top: 0px;
  padding-top: 0px;
  border: 0;
}
/* line 53, ../scss/module/_paypal.scss */
.paypal-review-order .buttons-set button {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  /* line 59, ../scss/module/_paypal.scss */
  .paypal-review-order .col-1 {
    padding-bottom: 0;
  }
  /* line 63, ../scss/module/_paypal.scss */
  .paypal-review-order .field.inactive {
    display: none;
  }
}

/* line 70, ../scss/module/_paypal.scss */
.top-container .bml-ad {
  margin-top: 7px;
  margin-bottom: 7px;
  text-align: center;
}
/* line 75, ../scss/module/_paypal.scss */
.top-container .bml-ad span {
  display: inline-block;
}
/* line 78, ../scss/module/_paypal.scss */
.top-container .bml-ad span a {
  display: block;
}

/* line 84, ../scss/module/_paypal.scss */
.bml-ad {
  display: none;
  text-align: center;
  margin-bottom: 5px;
}
/* line 89, ../scss/module/_paypal.scss */
.bml-ad span {
  display: block;
  line-height: 0;
}
/* line 93, ../scss/module/_paypal.scss */
.bml-ad a {
  display: inline-block;
  max-width: 100%;
}
/* line 97, ../scss/module/_paypal.scss */
.bml-ad a:hover {
  opacity: 0.7;
}
/* line 100, ../scss/module/_paypal.scss */
.bml-ad img {
  height: auto !important;
  max-width: 100%;
}

/* line 107, ../scss/module/_paypal.scss */
.cart-totals-wrapper .bml-ad.large img {
  display: block;
  margin: 0;
}

@media only screen and (max-width: 1023px) {
  /* line 113, ../scss/module/_paypal.scss */
  .bml-ad.small {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 119, ../scss/module/_paypal.scss */
  .bml-ad.large {
    display: block;
  }
}
/* line 124, ../scss/module/_paypal.scss */
div.paypal-logo {
  text-align: center;
  margin: 15px 0;
  max-width: 100%;
}
/* line 129, ../scss/module/_paypal.scss */
div.paypal-logo span {
  display: block;
  width: 100%;
}
/* line 133, ../scss/module/_paypal.scss */
div.paypal-logo span a {
  display: inline-block;
  max-width: 100%;
}
/* line 137, ../scss/module/_paypal.scss */
div.paypal-logo span a img {
  max-width: 100%;
}
/* line 143, ../scss/module/_paypal.scss */
div.paypal-logo span > img {
  display: none;
}

/* line 149, ../scss/module/_paypal.scss */
.checkout-types div.paypal-logo {
  text-align: right;
}

/* line 154, ../scss/module/_paypal.scss */
.bml-checkout-type {
  list-style-type: none;
}

/* line 159, ../scss/module/_paypal.scss */
.sidebar .paypal-logo {
  text-align: center;
  line-height: 0;
}
/* line 163, ../scss/module/_paypal.scss */
.sidebar .paypal-logo > a {
  display: inline-block;
  max-width: 100%;
}
/* line 167, ../scss/module/_paypal.scss */
.sidebar .paypal-logo > a:hover {
  opacity: 0.8;
}
/* line 170, ../scss/module/_paypal.scss */
.sidebar .paypal-logo > a img {
  display: block;
}
/* line 174, ../scss/module/_paypal.scss */
.sidebar .paypal-logo .label {
  margin-top: 4px;
}
/* line 176, ../scss/module/_paypal.scss */
.sidebar .paypal-logo .label a {
  font-size: 12px;
  line-height: 1.5;
}

/* ============================================ *
 * Review - Customer
 * ============================================ */
/* line 30, ../scss/module/_review.scss */
#customer-reviews {
  width: auto;
  float: none;
}
/* line 34, ../scss/module/_review.scss */
#customer-reviews .review-heading {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 10px 0 5px;
}
/* line 39, ../scss/module/_review.scss */
#customer-reviews .review-heading:after {
  content: '';
  display: table;
  clear: both;
}
/* line 43, ../scss/module/_review.scss */
#customer-reviews .review-heading h2 {
  float: left;
  display: block;
}
/* line 48, ../scss/module/_review.scss */
#customer-reviews .review-heading .pager {
  clear: none;
  float: right;
  width: auto;
}
/* line 54, ../scss/module/_review.scss */
#customer-reviews .review-heading .pager .count-container .limiter {
  margin-bottom: 0;
}
/* line 57, ../scss/module/_review.scss */
#customer-reviews .review-heading .pager .count-container .limiter label {
  font-family: "Hind Guntur", Verdana, Arial, sans-serif Arial, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}
/* line 65, ../scss/module/_review.scss */
#customer-reviews .review-heading .pager .amount {
  display: none;
}
/* line 71, ../scss/module/_review.scss */
#customer-reviews h2 {
  color: #0074bc;
  font-size: 12px;
  text-transform: uppercase;
}
/* line 76, ../scss/module/_review.scss */
#customer-reviews h2 span {
  color: #636363;
}
/* line 81, ../scss/module/_review.scss */
#customer-reviews h3 {
  font-family: "Hind Guntur", Verdana, Arial, sans-serif Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}
/* line 87, ../scss/module/_review.scss */
#customer-reviews h3 span {
  color: #0074bc;
}
/* line 92, ../scss/module/_review.scss */
#customer-reviews .fieldset {
  padding-top: 25px;
  width: 470px;
}
/* line 96, ../scss/module/_review.scss */
#customer-reviews .fieldset h4 {
  border-bottom: 1px solid #CCCCCC;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  padding-bottom: 5px;
  text-transform: uppercase;
}
/* line 104, ../scss/module/_review.scss */
#customer-reviews .fieldset h4 em {
  display: none;
}
/* line 109, ../scss/module/_review.scss */
#customer-reviews .fieldset .form-list {
  font-family: "Hind Guntur", Verdana, Arial, sans-serif Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin: 10px 0;
  text-transform: uppercase;
  width: 470px;
}
/* line 124, ../scss/module/_review.scss */
#customer-reviews .fieldset .form-list .inline-label:after {
  content: '';
  display: table;
  clear: both;
}
/* line 129, ../scss/module/_review.scss */
#customer-reviews .fieldset .form-list label {
  font-size: 12px;
  font-weight: normal;
}
/* line 134, ../scss/module/_review.scss */
#customer-reviews .fieldset .form-list textarea {
  border: 1px solid #CCCCCC;
  border-radius: 0;
  min-width: 100%;
  -webkit-appearance: none;
}
/* line 141, ../scss/module/_review.scss */
#customer-reviews .fieldset .form-list input {
  border: 1px solid #CCCCCC;
  border-radius: 0;
}
/* line 145, ../scss/module/_review.scss */
#customer-reviews .fieldset .form-list input[type="text"] {
  width: 100%;
}
/* line 152, ../scss/module/_review.scss */
#customer-reviews .buttons-set {
  border: none;
  margin: 0;
  width: 470px;
}
/* line 158, ../scss/module/_review.scss */
#customer-reviews dl {
  font-family: "Hind Guntur", Verdana, Arial, sans-serif Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 10px;
}
/* line 164, ../scss/module/_review.scss */
#customer-reviews dl dt {
  margin: 10px 0;
  text-transform: uppercase;
}
/* line 169, ../scss/module/_review.scss */
#customer-reviews dl dd {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
  margin: 10px 0;
}
/* line 174, ../scss/module/_review.scss */
#customer-reviews dl dd .ratings-table {
  font-family: "Hind Guntur", Verdana, Arial, sans-serif Arial, sans-serif;
  font-size: 12px;
  width: 100%;
}
/* line 179, ../scss/module/_review.scss */
#customer-reviews dl dd .ratings-table tr {
  margin-right: 15px;
}
/* line 183, ../scss/module/_review.scss */
#customer-reviews dl dd .ratings-table .review-label {
  width: 300px;
  max-width: 70%;
}
/* line 189, ../scss/module/_review.scss */
#customer-reviews dl dd table {
  margin: 15px 0;
}
/* line 193, ../scss/module/_review.scss */
#customer-reviews dl dd .review-meta {
  color: #0074bc;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
}

/* line 205, ../scss/module/_review.scss */
.review-summary-table {
  border-bottom: 1px solid #CCCCCC;
  margin: 0 0 10px;
}
/* line 209, ../scss/module/_review.scss */
.review-summary-table thead {
  background: transparent;
}
/* line 212, ../scss/module/_review.scss */
.review-summary-table thead th {
  background: transparent;
  border: none;
  padding: 15px 7px 10px 8px;
}
/* line 220, ../scss/module/_review.scss */
.review-summary-table tbody th {
  background: #FFFFFF;
  font-size: 12px;
}
/* line 224, ../scss/module/_review.scss */
.review-summary-table tbody td {
  border: none;
  text-align: center;
  padding: 0;
}
/* line 229, ../scss/module/_review.scss */
.review-summary-table tbody td label {
  width: 100%;
  display: block;
  padding: 11px 0;
}
/* line 238, ../scss/module/_review.scss */
.review-summary-table .rating-box .rating-number {
  display: none;
}
/* line 241, ../scss/module/_review.scss */
.review-summary-table .rating-box .rating-number:after {
  content: "";
  display: inline-block;
  background-position: 0px -599px;
  width: 13px;
  height: 14px;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

/* ============================================ *
 * Ratings - Global
 * ============================================ */
/* line 262, ../scss/module/_review.scss */
.ratings-table {
  font-family: "Hind Guntur", Verdana, Arial, sans-serif Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
/* line 267, ../scss/module/_review.scss */
.ratings-table th {
  padding-right: 10px;
}
/* line 271, ../scss/module/_review.scss */
.ratings-table .rating-box {
  width: 77px;
  height: 12px;
  background-repeat: repeat-x;
  background-position: 0 0;
  overflow: hidden;
}
/* line 279, ../scss/module/_review.scss */
.ratings-table .rating-box .rating {
  float: left;
  height: 12px;
  background-repeat: repeat-x;
  background-position: 0 100% !important;
}

@media only screen and (max-width: 1023px) {
  /* line 294, ../scss/module/_review.scss */
  body.review-product-list .product-view .product-shop .price-info {
    padding-left: 0;
  }
  /* line 298, ../scss/module/_review.scss */
  body.review-product-list .product-view .product-shop .extra-info {
    padding: 0;
    min-width: 84%;
  }
  /* line 302, ../scss/module/_review.scss */
  body.review-product-list .product-view .product-shop .extra-info .ratings-table {
    margin: 10px 0;
    width: 100%;
  }
  /* line 306, ../scss/module/_review.scss */
  body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 535px) {
  /* line 322, ../scss/module/_review.scss */
  body.review-product-list .product-view .product-shop .extra-info {
    min-width: 0;
  }
  /* line 326, ../scss/module/_review.scss */
  body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
    float: none;
    margin-right: 0;
  }
}
@media only screen and (max-width: 520px) {
  /* line 341, ../scss/module/_review.scss */
  #customer-reviews .fieldset {
    width: 100%;
  }
  /* line 344, ../scss/module/_review.scss */
  #customer-reviews .fieldset .form-list {
    width: 100%;
  }
  /* line 348, ../scss/module/_review.scss */
  #customer-reviews .fieldset .form-list .inline-label label,
  #customer-reviews .fieldset .form-list .inline-label .input-box {
    float: none;
  }
  /* line 356, ../scss/module/_review.scss */
  #customer-reviews .buttons-set {
    width: 100%;
  }
  /* line 363, ../scss/module/_review.scss */
  #customer-reviews .review-summary-table thead th {
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 370, ../scss/module/_review.scss */
  #customer-reviews .review-summary-table tbody th {
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 375, ../scss/module/_review.scss */
  #customer-reviews .review-summary-table tbody td {
    width: 20%;
    padding: 0px;
  }
  /* line 381, ../scss/module/_review.scss */
  #customer-reviews .review-summary-table .rating-box {
    text-indent: 0px;
    text-align: center;
    background: none;
    height: 19.6px;
    width: 100%;
  }
  /* line 388, ../scss/module/_review.scss */
  #customer-reviews .review-summary-table .rating-box .rating {
    display: none;
  }
  /* line 391, ../scss/module/_review.scss */
  #customer-reviews .review-summary-table .rating-box .rating-number {
    display: inline-block;
  }
}
@media only screen and (max-width: 450px) {
  /* line 403, ../scss/module/_review.scss */
  #customer-reviews dl dd .ratings-table tr {
    float: none;
  }
}
/* ============================================ *
 * Review View Page
 * ============================================ */
/* line 414, ../scss/module/_review.scss */
.review-product-view .product-review .product-details h2 {
  border-bottom: none;
}
/* line 419, ../scss/module/_review.scss */
.review-product-view .product-review .product-img-box {
  width: auto;
  max-width: 50%;
}
/* line 423, ../scss/module/_review.scss */
.review-product-view .product-review .product-img-box > a {
  width: 100%;
}
/* line 427, ../scss/module/_review.scss */
.review-product-view .product-review .product-img-box .product-image {
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  /* line 437, ../scss/module/_review.scss */
  .review-product-view .product-review .product-img-box {
    max-width: 100%;
  }
}
/* ============================================ *
 * Review Product Page
 * ============================================ */
/* line 449, ../scss/module/_review.scss */
.review-product-page .review-p-head {
  margin-bottom: 60px;
}
/* line 452, ../scss/module/_review.scss */
.review-product-page .review-p-title {
  font-size: 35px;
  font-weight: 500;
  color: #0074bc;
  text-align: center;
  line-height: 40px;
  margin-bottom: 15px;
}
/* line 460, ../scss/module/_review.scss */
.review-product-page .review-p-text {
  font-size: 25px;
  font-weight: 300;
  color: #557b92;
  text-align: center;
  position: relative;
  line-height: 25px;
}
/* line 467, ../scss/module/_review.scss */
.review-product-page .review-p-text:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #d1d6da;
  position: absolute;
  left: 0;
  bottom: 15px;
}
/* line 476, ../scss/module/_review.scss */
.review-product-page .review-p-text span {
  display: inline-block;
  padding: 0 20px;
  background: #ffffff;
  z-index: 1;
  position: relative;
}
/* line 484, ../scss/module/_review.scss */
.review-product-page .review-form-list {
  padding: 20px;
  margin-bottom: 40px;
}
/* line 487, ../scss/module/_review.scss */
.review-product-page .review-form-list:after {
  content: '';
  display: table;
  clear: both;
}
/* line 490, ../scss/module/_review.scss */
.review-product-page .review-form-list .form-list {
  float: left;
  width: 370px;
}
/* line 493, ../scss/module/_review.scss */
.review-product-page .review-form-list .form-list .input-box {
  padding-top: 0;
}
/* line 497, ../scss/module/_review.scss */
.review-product-page .review-form-list .form-comment-text {
  float: right;
  width: 630px;
}
/* line 500, ../scss/module/_review.scss */
.review-product-page .review-form-list .form-comment-text textarea {
  width: 100%;
  max-width: 100%;
  min-height: 165px;
}
/* line 508, ../scss/module/_review.scss */
.review-product-page .button-lb {
  position: relative;
  border: none;
  text-align: center;
  margin: 0;
  padding: 0;
}
/* line 514, ../scss/module/_review.scss */
.review-product-page .button-lb:after {
  height: 1px;
  width: 100%;
  background: #d1d6da;
  content: "";
  position: absolute;
  top: 25px;
  left: 0;
}
/* line 523, ../scss/module/_review.scss */
.review-product-page .button-lb .bt-lb-inner {
  display: inline-block;
  background: #ffffff;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
/* line 530, ../scss/module/_review.scss */
.review-product-page .button-lb button.button {
  font-size: 14px;
  font-weight: 600;
  float: none;
  font-size: 14px;
  margin-left: 0;
  min-width: 200px;
  text-align: center;
}
/* line 541, ../scss/module/_review.scss */
.review-product-page .product-review-table th {
  background: none;
  border: none;
  font-size: 12px;
  font-weight: 500;
  color: #557b92;
  text-transform: none;
}
/* line 548, ../scss/module/_review.scss */
.review-product-page .product-review-table th:after {
  height: 1px;
  right: auto;
  bottom: 0;
  left: 13.33333%;
  top: auto;
  width: 75%;
}
/* line 557, ../scss/module/_review.scss */
.review-product-page .product-review-table th:last-child:after {
  display: block;
}
/* line 562, ../scss/module/_review.scss */
.review-product-page .product-review-table th:first-child:after {
  display: none;
}
/* line 569, ../scss/module/_review.scss */
.review-product-page .product-review-table thead tr th {
  text-align: center;
}
/* line 576, ../scss/module/_review.scss */
.review-product-page .product-review-table tbody tr th {
  padding: 5px 0;
}
/* line 578, ../scss/module/_review.scss */
.review-product-page .product-review-table tbody tr th:after {
  display: none;
}
/* line 582, ../scss/module/_review.scss */
.review-product-page .product-review-table tbody tr td {
  padding: 5px 0;
  width: 110px;
  text-align: center;
}
/* line 586, ../scss/module/_review.scss */
.review-product-page .product-review-table tbody tr td:after {
  display: none;
}
/* line 591, ../scss/module/_review.scss */
.review-product-page .product-review-table tbody tr:first-child td {
  padding-top: 20px;
}
/* line 595, ../scss/module/_review.scss */
.review-product-page .product-review-table tbody tr:after {
  display: none;
}
/* line 598, ../scss/module/_review.scss */
.review-product-page .product-review-table tbody tr:nth-child(2n) {
  background: none;
}
/* line 604, ../scss/module/_review.scss */
.review-product-page .vote-star {
  width: 132px;
  position: relative;
  height: 25px;
}
/* line 608, ../scss/module/_review.scss */
.review-product-page .vote-star:before {
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e940";
  font-size: 24px;
  color: #c8c8c8;
}
/* line 620, ../scss/module/_review.scss */
.review-product-page .vote-star .rating {
  position: absolute;
  left: 0;
  top: 0;
  height: 25px;
  overflow: hidden;
  width: 0;
}
/* line 627, ../scss/module/_review.scss */
.review-product-page .vote-star .rating:before {
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e940";
  color: #02804e;
  font-size: 24px;
}
/* line 639, ../scss/module/_review.scss */
.review-product-page .vote-star .rating.star-1 {
  width: 20%;
}
/* line 641, ../scss/module/_review.scss */
.review-product-page .vote-star .rating.star-1:before {
  color: #e32129;
}
/* line 645, ../scss/module/_review.scss */
.review-product-page .vote-star .rating.star-2 {
  width: 40%;
}
/* line 647, ../scss/module/_review.scss */
.review-product-page .vote-star .rating.star-2:before {
  color: #f37326;
}
/* line 651, ../scss/module/_review.scss */
.review-product-page .vote-star .rating.star-3 {
  width: 60%;
}
/* line 653, ../scss/module/_review.scss */
.review-product-page .vote-star .rating.star-3:before {
  color: #f8cd17;
}
/* line 657, ../scss/module/_review.scss */
.review-product-page .vote-star .rating.star-4 {
  width: 80%;
}
/* line 659, ../scss/module/_review.scss */
.review-product-page .vote-star .rating.star-4:before {
  color: #72b244;
}
/* line 663, ../scss/module/_review.scss */
.review-product-page .vote-star .rating.star-5 {
  width: 100%;
}
/* line 665, ../scss/module/_review.scss */
.review-product-page .vote-star .rating.star-5:before {
  color: #02804e;
}
/* line 672, ../scss/module/_review.scss */
.review-product-page .form-content {
  padding-left: 130px;
}
/* line 674, ../scss/module/_review.scss */
.review-product-page .form-content .data-table {
  width: auto;
}

/* Resposive */
@media only screen and (max-width: 1279px) {
  /* line 684, ../scss/module/_review.scss */
  .review-product-page .form-content {
    padding: 0 60px;
  }
  /* line 688, ../scss/module/_review.scss */
  .review-product-page .review-form-list .form-list {
    width: 37%;
  }
  /* line 691, ../scss/module/_review.scss */
  .review-product-page .review-form-list .form-comment-text {
    width: 60%;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 700, ../scss/module/_review.scss */
  .review-product-page fieldset {
    min-width: inherit;
  }
  /* line 703, ../scss/module/_review.scss */
  .review-product-page .review-p-head {
    margin-bottom: 0;
  }
  /* line 706, ../scss/module/_review.scss */
  .review-product-page .review-p-title {
    font-size: 30px;
  }
  /* line 709, ../scss/module/_review.scss */
  .review-product-page .review-p-text {
    font-size: 20px;
  }
  /* line 712, ../scss/module/_review.scss */
  .review-product-page .form-content {
    padding: 0;
  }
  /* line 715, ../scss/module/_review.scss */
  .review-product-page .review-form-list {
    margin-bottom: 0;
    padding: 20px 0;
  }
  /* line 719, ../scss/module/_review.scss */
  .review-product-page .review-form-list .form-comment-text textarea {
    min-width: inherit;
  }
}
@media only screen and (max-width: 767px) {
  /* line 729, ../scss/module/_review.scss */
  .review-product-page .review-p-title {
    font-size: 25px;
    line-height: 30px;
  }
  /* line 733, ../scss/module/_review.scss */
  .review-product-page .review-p-text {
    font-size: 15px;
    line-height: 20px;
  }
  /* line 737, ../scss/module/_review.scss */
  .review-product-page .form-content {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }
  /* line 744, ../scss/module/_review.scss */
  .review-product-page .review-form-list .form-list,
  .review-product-page .review-form-list .form-comment-text {
    width: 100%;
  }
  /* line 748, ../scss/module/_review.scss */
  .review-product-page .review-form-list .input-text {
    width: 100%;
  }
}
/* ============================================ *
 * Slideshow
 * ============================================ */
/* line 30, ../scss/module/_slideshow.scss */
.slideshow-container {
  position: relative;
  display: block;
  width: 100%;
  margin: 10px 0;
  border: 1px solid #EDEDED;
}
/* line 37, ../scss/module/_slideshow.scss */
.slideshow-container .slideshow {
  width: 100%;
  padding: 0;
  position: relative;
  margin: 0;
  border: 10px solid #FFFFFF;
}
/* line 43, ../scss/module/_slideshow.scss */
.slideshow-container .slideshow > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  display: block;
  margin: 0;
}
/* line 53, ../scss/module/_slideshow.scss */
.slideshow-container .slideshow > li:first-child {
  position: static;
  z-index: 100;
}
/* line 58, ../scss/module/_slideshow.scss */
.slideshow-container .slideshow > li img {
  max-width: 100%;
  width: 100%;
}

/* line 66, ../scss/module/_slideshow.scss */
.slideshow-pager {
  text-align: center;
  width: 100%;
  z-index: 115;
  position: absolute;
  bottom: 0px;
  top: auto;
  overflow: hidden;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/* line 76, ../scss/module/_slideshow.scss */
.slideshow-pager span {
  font-family: arial;
  width: 44px;
  height: 44px;
  display: inline-block;
  color: #DDDDDD;
  cursor: pointer;
}
/* line 85, ../scss/module/_slideshow.scss */
.slideshow-pager span:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  border-radius: 1px;
  background-color: #FFFFFF;
  position: relative;
}
/* line 99, ../scss/module/_slideshow.scss */
.slideshow-pager span:hover:before {
  background-color: #0064a3;
}
/* line 103, ../scss/module/_slideshow.scss */
.slideshow-pager span.cycle-pager-active:before {
  background-color: #005589;
}
/* line 108, ../scss/module/_slideshow.scss */
.slideshow-pager > * {
  cursor: pointer;
}

/* line 113, ../scss/module/_slideshow.scss */
.slideshow-prev,
.slideshow-next {
  position: absolute;
  top: 0;
  width: 15%;
  max-width: 80px;
  height: 100%;
  opacity: 0.6;
  z-index: 110;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/* line 125, ../scss/module/_slideshow.scss */
.slideshow-prev:before,
.slideshow-next:before {
  content: '';
  width: 0;
  height: 0;
  font-size: 0;
  position: absolute;
  border-style: solid;
  display: block;
  top: 50%;
  margin-top: -15px;
}
/* line 137, ../scss/module/_slideshow.scss */
.slideshow-prev:hover,
.slideshow-next:hover {
  opacity: 1;
}
/* line 141, ../scss/module/_slideshow.scss */
.slideshow-prev.disabled,
.slideshow-next.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default;
}

/* line 147, ../scss/module/_slideshow.scss */
.slideshow-prev {
  left: 8px;
}
/* line 150, ../scss/module/_slideshow.scss */
.slideshow-prev:before {
  border-width: 15px 15px 15px 0;
  border-color: transparent #FFFFFF transparent transparent;
  top: 50%;
  left: 10px;
}
/* line 157, ../scss/module/_slideshow.scss */
.slideshow-prev:hover:before {
  border-color: transparent #0064a3 transparent transparent;
}

/* line 162, ../scss/module/_slideshow.scss */
.slideshow-next {
  right: 8px;
}
/* line 165, ../scss/module/_slideshow.scss */
.slideshow-next:before {
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #FFFFFF;
  top: 50%;
  right: 10px;
}
/* line 172, ../scss/module/_slideshow.scss */
.slideshow-next:hover:before {
  border-color: transparent transparent transparent #0064a3;
}

/* line 177, ../scss/module/_slideshow.scss */
.cycle-caption {
  position: absolute;
  color: white;
  bottom: 15px;
  right: 15px;
  z-index: 110;
}

/* line 185, ../scss/module/_slideshow.scss */
.cycle-overlay {
  font-family: tahoma, arial;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 120;
  background: black;
  color: white;
  padding: 15px;
  opacity: .5;
}

/* ============================================ *
 * Wishlist
 * ============================================ */
/* line 32, ../scss/module/_wishlist.scss */
#wishlist-table.clean-table {
  font-family: "Hind Guntur", Verdana, Arial, sans-serif Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
}
/* line 38, ../scss/module/_wishlist.scss */
#wishlist-table.clean-table thead th {
  background: #eef2f5;
  font-size: 14px;
  font-weight: 600;
  color: #557b92;
  text-transform: uppercase;
  padding: 25px 25px 20px;
}
/* line 39, ../scss/module/_wishlist.scss */
#wishlist-table.clean-table thead th:after {
  display: none;
}
/* line 48, ../scss/module/_wishlist.scss */
#wishlist-table.clean-table thead th.cart-total-head {
  padding-right: 0;
}
/* line 51, ../scss/module/_wishlist.scss */
#wishlist-table.clean-table thead th.th-cart-remove {
  padding: 0;
}
/* line 56, ../scss/module/_wishlist.scss */
#wishlist-table.clean-table td {
  padding: 15px;
  vertical-align: top;
}
/* line 61, ../scss/module/_wishlist.scss */
#wishlist-table.clean-table thead th {
  font-family: "Hind Guntur", Verdana, Arial, sans-serif Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
/* line 68, ../scss/module/_wishlist.scss */
#wishlist-table .product-name {
  font-size: 16px;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif Arial, sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
}
/* line 74, ../scss/module/_wishlist.scss */
#wishlist-table .product-name a {
  color: #0074bc;
}
/* line 79, ../scss/module/_wishlist.scss */
#wishlist-table .wishlist-sku {
  font-size: 11px;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif Arial, sans-serif;
  margin: 5px 0;
}
/* line 85, ../scss/module/_wishlist.scss */
#wishlist-table textarea {
  border: 1px solid #bad9eb;
  width: 100%;
  height: 45px;
  font-size: 11px;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif Arial, sans-serif;
}
/* line 92, ../scss/module/_wishlist.scss */
#wishlist-table textarea::-webkit-input-placeholder {
  text-transform: uppercase;
}
/* line 95, ../scss/module/_wishlist.scss */
#wishlist-table textarea:-moz-placeholder {
  text-transform: uppercase;
}
/* line 98, ../scss/module/_wishlist.scss */
#wishlist-table textarea::-moz-placeholder {
  text-transform: uppercase;
}
/* line 101, ../scss/module/_wishlist.scss */
#wishlist-table textarea:-ms-input-placeholder {
  text-transform: uppercase;
}
/* line 105, ../scss/module/_wishlist.scss */
#wishlist-table textarea:focus {
  border: 1px solid #0074bc;
}
/* line 110, ../scss/module/_wishlist.scss */
#wishlist-table .item-manage {
  text-align: right;
  max-width: 450px;
  padding-top: 5px;
}
/* line 115, ../scss/module/_wishlist.scss */
#wishlist-table .item-manage .button {
  font-size: 11px;
  padding: 3px 5px;
}
/* line 121, ../scss/module/_wishlist.scss */
#wishlist-table .cart-cell {
  text-align: left;
}
/* line 126, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-image {
  width: 113px;
}
/* line 128, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-image img {
  height: auto;
}
/* line 134, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-info h3.product-name {
  color: #3b515e;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  line-height: 20px;
  margin: 0 0 5px 0;
  padding: 0;
}
/* line 142, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-info h3.product-name a {
  color: #3b515e;
  display: block;
  font-size: 16px;
}
/* line 148, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-info .wishlist-sku {
  color: #7ea2b8;
  font-weight: 300;
  font-size: 14px;
}
/* line 155, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-quantity {
  width: 3em;
}
/* line 159, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-price {
  width: 150px;
  text-align: left;
}
/* line 164, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart {
  width: 150px;
}
/* line 167, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart .button {
  border: none;
}
/* line 169, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart .button.btn-cart {
  min-width: 0;
  background: none;
  height: auto;
  border-radius: 0;
  color: #0074bc;
  padding: 0;
  border: none;
}
/* line 177, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart .button.btn-cart:after {
  content: '';
  display: table;
  clear: both;
}
/* line 181, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart .button .icon-arr-long-right {
  position: absolute;
  left: 0;
  top: 18px;
}
/* line 182, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart .button .icon-arr-long-right:before {
  color: #0074bc;
  font-size: 11px;
}
/* line 190, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart .button .bt-ico-cart {
  position: relative;
  padding-left: 25px;
  display: block;
}
/* line 195, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart .button .icon-cart-mini {
  background: #ffffff;
  border-radius: 3px;
  display: block;
  width: 55px;
  height: 55px;
  position: relative;
}
/* line 202, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart .button .icon-cart-mini:before {
  color: #0074bc;
  font-size: 27px;
  line-height: 55px;
}
/* line 207, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart .button .icon-cart-mini:after {
  content: "";
  position: absolute;
  z-index: 0;
  -webkit-box-shadow: 0px 10px 6px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 6px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 6px -10px rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 25px;
  bottom: 0;
  left: 0;
}
/* line 222, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart .button.btn-cart:hover .icon-cart-mini {
  background: #0074bc;
}
/* line 224, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart .button.btn-cart:hover .icon-cart-mini:before {
  color: #ffffff;
}
/* line 232, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart .truncated {
  margin-bottom: 10px;
}
/* line 236, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart > p {
  margin-bottom: 0;
}
/* line 240, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
  text-align: center;
}
/* line 244, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart .btn-remove {
  vertical-align: top;
}
/* line 249, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-remove {
  width: 20px;
}
/* line 252, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-remove i.icon-bt-close-2:before {
  color: #bbcad3;
  font-size: 8px;
}
/* line 259, ../scss/module/_wishlist.scss */
#wishlist-table td .button,
#wishlist-table td button {
  white-space: normal;
}
/* line 267, ../scss/module/_wishlist.scss */
#wishlist-table .price-box {
  /*
       .old-price{
           display:none;
       }
       */
  font-family: "Hind Guntur", Verdana, Arial, sans-serif Arial, sans-serif;
  font-size: 12px;
}
/* line 275, ../scss/module/_wishlist.scss */
#wishlist-table .price-box span,
#wishlist-table .price-box .price {
  color: #557b92;
  font-size: 16px;
  font-weight: 700;
}
/* line 282, ../scss/module/_wishlist.scss */
#wishlist-table .price-box .price-excluding-tax span,
#wishlist-table .price-box .price-excluding-tax .price {
  color: #7ea2b8;
  font-size: 14px;
}
/* line 292, ../scss/module/_wishlist.scss */
#wishlist-table .not-pro .price-excluding-tax span,
#wishlist-table .not-pro .price-excluding-tax .price {
  color: #7ea2b8;
  font-size: 14px;
}
/* line 297, ../scss/module/_wishlist.scss */
#wishlist-table .not-pro .price-excluding-tax .weee,
#wishlist-table .not-pro .price-excluding-tax .weee .price {
  font-weight: normal;
  font-size: 10px;
}
/* line 304, ../scss/module/_wishlist.scss */
#wishlist-table .not-pro .price-including-tax span,
#wishlist-table .not-pro .price-including-tax .price {
  color: #7ea2b8;
  font-size: 14px;
}
/* line 309, ../scss/module/_wishlist.scss */
#wishlist-table .not-pro .price-including-tax .weee,
#wishlist-table .not-pro .price-including-tax .weee .price {
  font-size: 10px;
  font-weight: normal;
}
/* line 318, ../scss/module/_wishlist.scss */
#wishlist-table .is-pro .price-excluding-tax span,
#wishlist-table .is-pro .price-excluding-tax .price {
  color: #7ea2b8;
  font-size: 14px;
}
/* line 323, ../scss/module/_wishlist.scss */
#wishlist-table .is-pro .price-excluding-tax .weee,
#wishlist-table .is-pro .price-excluding-tax .weee .price {
  font-weight: normal;
  font-size: 10px;
}
/* line 330, ../scss/module/_wishlist.scss */
#wishlist-table .is-pro .price-including-tax span,
#wishlist-table .is-pro .price-including-tax .price {
  color: #7ea2b8;
  font-size: 14px;
}
/* line 335, ../scss/module/_wishlist.scss */
#wishlist-table .is-pro .price-including-tax .weee,
#wishlist-table .is-pro .price-including-tax .weee .price {
  font-size: 10px;
  font-weight: normal;
}
/* line 343, ../scss/module/_wishlist.scss */
#wishlist-table .giftregisty-add {
  margin-top: 5px;
}
/* line 346, ../scss/module/_wishlist.scss */
#wishlist-table .giftregisty-add .change {
  display: none;
}
/* line 350, ../scss/module/_wishlist.scss */
#wishlist-table .giftregisty-add li {
  cursor: pointer;
  color: #0074bc;
  margin-bottom: 3px;
}
/* line 358, ../scss/module/_wishlist.scss */
#wishlist-table .truncated .details {
  background: none;
  color: #0074bc;
}
/* line 364, ../scss/module/_wishlist.scss */
#wishlist-table td[data-rwd-label]:before {
  font-weight: 600;
}

@media only screen and (max-width: 1199px) {
  /* line 374, ../scss/module/_wishlist.scss */
  #wishlist-table.clean-table td {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 386, ../scss/module/_wishlist.scss */
  #wishlist-table.clean-table td {
    padding-left: 5px;
    padding-right: 5px;
  }
  /* line 390, ../scss/module/_wishlist.scss */
  #wishlist-table.clean-table td textarea {
    height: 100px;
  }
  /* line 394, ../scss/module/_wishlist.scss */
  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 110px;
  }
  /* line 399, ../scss/module/_wishlist.scss */
  #wishlist-table .product-name {
    font-size: 13px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 409, ../scss/module/_wishlist.scss */
  #wishlist-table:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 413, ../scss/module/_wishlist.scss */
  #wishlist-table .product-name {
    font-size: 16px;
  }
  /* line 417, ../scss/module/_wishlist.scss */
  #wishlist-table textarea {
    height: 68px;
    max-width: 100%;
  }
  /* line 422, ../scss/module/_wishlist.scss */
  #wishlist-table .item-manage {
    max-width: 100%;
  }
  /* line 426, ../scss/module/_wishlist.scss */
  #wishlist-table tr {
    position: relative;
  }
  /* line 429, ../scss/module/_wishlist.scss */
  #wishlist-table tr:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 434, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-image {
    width: 70px;
  }
  /* line 437, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-image img {
    width: 70px;
    height: 70px;
  }
  /* line 444, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-cart p {
    margin-bottom: 0;
  }
  /* line 448, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
    margin-right: 0;
    padding-top: 4px;
  }
  /* line 454, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-cart {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 465, ../scss/module/_wishlist.scss */
  #wishlist-table.clean-table td,
  #wishlist-table.clean-table tr,
  #wishlist-table.clean-table th {
    display: block;
    padding: 5px;
    position: relative;
  }
  /* line 473, ../scss/module/_wishlist.scss */
  #wishlist-table thead {
    display: none;
  }
  /* line 477, ../scss/module/_wishlist.scss */
  #wishlist-table tr:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 481, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-image {
    padding-top: 20px;
    width: 15%;
    float: left;
  }
  /* line 485, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-image img {
    width: auto;
    height: auto;
  }
  /* line 490, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-info {
    padding-top: 20px;
    float: left;
    width: 85%;
    padding-left: 20px;
    padding-right: 30px;
    min-height: 110px;
  }
  /* line 497, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-info h3.product-name a {
    font-size: 14px;
    line-height: 18px;
  }
  /* line 501, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-info .wishlist-sku {
    margin: 0;
    font-size: 12px;
  }
  /* line 506, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-quantity {
    float: left;
    width: 25%;
    padding-bottom: 20px;
  }
  /* line 511, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-price {
    float: left;
    width: 50%;
    padding-bottom: 20px;
  }
  /* line 516, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-cart {
    float: left;
    width: 25%;
    padding-bottom: 20px;
  }
  /* line 521, ../scss/module/_wishlist.scss */
  #wishlist-table td.customer-wishlist-item-remove {
    position: absolute;
    top: 20px;
    right: 10px;
  }
}
/* ============================================ *
 * Wishlist Sidebar
 * ============================================ */
/* line 535, ../scss/module/_wishlist.scss */
.block-wishlist .mini-products-list > li:not(:last-child) {
  padding-bottom: 5px;
}
/* line 539, ../scss/module/_wishlist.scss */
.block-wishlist .product-details .product-name {
  padding-top: 0;
  margin-bottom: 5px;
}
/* line 544, ../scss/module/_wishlist.scss */
.block-wishlist .price-box {
  float: left;
  margin: 0;
}
/* line 549, ../scss/module/_wishlist.scss */
.block-wishlist .price-box,
.block-wishlist .price-box .price,
.block-wishlist .link-cart {
  font-size: 12px;
}
/* line 555, ../scss/module/_wishlist.scss */
.block-wishlist .link-cart {
  float: left;
  text-transform: uppercase;
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #EDEDED;
}

/* ============================================ *
 * Cart Empty - Layout
 * ============================================ */
/* line 10, ../scss/module/_cart-empty.scss */
.title-cart-empty {
  margin-bottom: 75px;
  position: relative;
}
/* line 13, ../scss/module/_cart-empty.scss */
.title-cart-empty h1 {
  font-weight: 600;
  font-size: 45px;
  color: #0074bc;
  text-align: center;
  text-transform: none;
  background: url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/bg-tit-cart-empty.png") no-repeat 50%;
}
/* line 21, ../scss/module/_cart-empty.scss */
.title-cart-empty .bt-back {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 18px;
  color: #bad9eb;
}
/* line 27, ../scss/module/_cart-empty.scss */
.title-cart-empty .bt-back i {
  margin-right: 15px;
}
/* line 29, ../scss/module/_cart-empty.scss */
.title-cart-empty .bt-back i:before {
  font-size: 12px;
  color: #bad9eb;
}

/* line 37, ../scss/module/_cart-empty.scss */
.checkout-empty-box {
  margin-bottom: 30px;
}
/* line 39, ../scss/module/_cart-empty.scss */
.checkout-empty-box.box-before {
  background: url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/line-bg-product.png") no-repeat 50% 100%;
  padding-bottom: 65px;
}
/* line 43, ../scss/module/_cart-empty.scss */
.checkout-empty-box.box-after {
  margin-top: 80px;
  background: url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/line-bg-product.png") no-repeat 50% 100%;
  padding-bottom: 75px;
  margin-bottom: 50px;
}
/* line 49, ../scss/module/_cart-empty.scss */
.checkout-empty-box:after {
  content: '';
  display: table;
  clear: both;
}
/* line 52, ../scss/module/_cart-empty.scss */
.checkout-empty-box .cart-empty-left {
  float: left;
  width: 49.21875%;
}
/* line 56, ../scss/module/_cart-empty.scss */
.checkout-empty-box .cart-empty-right {
  float: right;
  width: 49.21875%;
}
/* line 60, ../scss/module/_cart-empty.scss */
.checkout-empty-box .cart-empty-cat {
  padding-top: 10px;
}
/* line 62, ../scss/module/_cart-empty.scss */
.checkout-empty-box .cart-empty-cat:after {
  content: '';
  display: table;
  clear: both;
}
/* line 65, ../scss/module/_cart-empty.scss */
.checkout-empty-box .cart-empty-cat .cat-title {
  font-size: 25px;
  color: #7ea2b8;
  font-weight: 600;
  padding-left: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d1d6da;
}
/* line 73, ../scss/module/_cart-empty.scss */
.checkout-empty-box .cart-empty-cat ul {
  float: left;
  width: 47.61905%;
}
/* line 76, ../scss/module/_cart-empty.scss */
.checkout-empty-box .cart-empty-cat ul:last-child {
  float: right;
}
/* line 80, ../scss/module/_cart-empty.scss */
.checkout-empty-box .cart-empty-cat ul li a {
  color: #3b515e;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  background: #ffffff;
  display: block;
  line-height: 18px;
  padding: 24px 15px 17px 60px;
  border-bottom: 1px solid #daeaf4;
  position: relative;
}
/* line 91, ../scss/module/_cart-empty.scss */
.checkout-empty-box .cart-empty-cat ul li a > span {
  position: relative;
}
/* line 94, ../scss/module/_cart-empty.scss */
.checkout-empty-box .cart-empty-cat ul li a .dot-color {
  display: block;
  border-radius: 50%;
  border: 1px solid #b43498;
  width: 22px;
  height: 22px;
  padding: 3px;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -11px;
}
/* line 105, ../scss/module/_cart-empty.scss */
.checkout-empty-box .cart-empty-cat ul li a .dot-color:after {
  content: "";
  background: #ffffff;
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
}
/* line 114, ../scss/module/_cart-empty.scss */
.checkout-empty-box .cart-empty-cat ul li a .dot-color span {
  border-radius: 50%;
  background: #b43498;
  display: block;
  height: 14px;
  width: 14px;
  position: relative;
  z-index: 2;
}
/* line 126, ../scss/module/_cart-empty.scss */
.checkout-empty-box .cart-empty-cat ul li a:hover .dot-color:after {
  display: none;
}
/* line 136, ../scss/module/_cart-empty.scss */
.checkout-empty-box .cart-empty-commande .inner {
  background: #0074bc;
  min-height: 310px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #ffffff;
  padding-left: 45px;
  padding-top: 25px;
  padding-right: 20px;
  position: relative;
}
/* line 146, ../scss/module/_cart-empty.scss */
.checkout-empty-box .cart-empty-commande .inner:before {
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: '\e923';
  font-size: 80px;
  color: #ffffff;
  position: absolute;
  top: 150px;
  left: 60px;
}
/* line 161, ../scss/module/_cart-empty.scss */
.checkout-empty-box .cart-empty-commande .inner:after {
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: '\e906';
  font-size: 11px;
  color: #fff346;
  position: absolute;
  top: 60px;
  left: -10px;
  width: 30px;
  height: 30px;
  background: #0074bc;
  border-radius: 5px;
  text-align: center;
  line-height: 30px;
}
/* line 183, ../scss/module/_cart-empty.scss */
.checkout-empty-box .cart-empty-commande .commande-title {
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
}
/* line 188, ../scss/module/_cart-empty.scss */
.checkout-empty-box .cart-empty-commande .commande-des {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 45px;
}
/* line 195, ../scss/module/_cart-empty.scss */
.checkout-empty-box .commande-form .commande-input {
  text-align: right;
  margin-bottom: 15px;
}
/* line 199, ../scss/module/_cart-empty.scss */
.checkout-empty-box .commande-form .commande-button {
  text-align: right;
}
/* line 202, ../scss/module/_cart-empty.scss */
.checkout-empty-box .commande-form .input-text {
  background: none;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-size: 16px;
  height: 45px;
  padding-left: 15px;
  padding-right: 15px;
  width: 370px;
}
/* line 213, ../scss/module/_cart-empty.scss */
.checkout-empty-box .commande-form .button.bt-commande {
  background: #ffffff;
  color: #0074bc;
}

/* line 222, ../scss/module/_cart-empty.scss */
.cart-empty-box .c-box-title {
  font-weight: 300;
  font-size: 18px;
  color: #0074bc;
  font-style: italic;
  text-transform: uppercase;
}
/* line 229, ../scss/module/_cart-empty.scss */
.cart-empty-box .c-box-des {
  font-weight: 700;
  font-size: 16px;
  color: #0074bc;
}
/* line 234, ../scss/module/_cart-empty.scss */
.cart-empty-box .c-box-note {
  font-weight: 300;
  font-size: 16px;
  color: #0074bc;
  margin-bottom: 20px;
}
/* line 240, ../scss/module/_cart-empty.scss */
.cart-empty-box .button {
  background: none;
  color: #0074bc;
  border: 1px solid #bad9eb;
  height: auto;
  padding: 12px 30px  8px 30px;
}
/* line 246, ../scss/module/_cart-empty.scss */
.cart-empty-box .button:hover {
  background: #0074bc;
  color: #ffffff;
}
/* line 251, ../scss/module/_cart-empty.scss */
.cart-empty-box .link-to {
  margin-left: 25px;
  color: #557b92;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  position: relative;
}
/* line 258, ../scss/module/_cart-empty.scss */
.cart-empty-box .link-to:after {
  content: "";
  height: 1px;
  width: 100%;
  background: #557b92;
  position: absolute;
  left: 0;
  bottom: 0;
}

/* line 270, ../scss/module/_cart-empty.scss */
.cart-empty-dentifiez,
.cart-empty-contactez {
  border: 1px solid #dcecf5;
  padding: 60px 40px 40px 40px;
  position: relative;
}
/* line 275, ../scss/module/_cart-empty.scss */
.cart-empty-dentifiez .c-empty-ico,
.cart-empty-contactez .c-empty-ico {
  background: #ffffff;
  padding: 0 10px;
  position: absolute;
  top: -30px;
}

/* line 282, ../scss/module/_cart-empty.scss */
.cart-empty-dentifiez {
  border-right: none;
}

/* line 285, ../scss/module/_cart-empty.scss */
.cart-empty-contactez {
  border-left: none;
}

/* line 289, ../scss/module/_cart-empty.scss */
.c-empty-ico ul {
  display: table;
}
/* line 291, ../scss/module/_cart-empty.scss */
.c-empty-ico ul li {
  display: table-cell;
  vertical-align: middle;
}
/* line 296, ../scss/module/_cart-empty.scss */
.c-empty-ico span {
  display: block;
  margin-right: 10px;
  position: relative;
}
/* line 303, ../scss/module/_cart-empty.scss */
.c-empty-ico .icon-user:before {
  font-size: 45px;
  color: #7ea2b8;
}
/* line 309, ../scss/module/_cart-empty.scss */
.c-empty-ico .icon-dot:before {
  font-size: 8px;
  color: #7ea2b8;
}
/* line 315, ../scss/module/_cart-empty.scss */
.c-empty-ico .icon-cart-mini:before {
  font-size: 20px;
  color: #7ea2b8;
  width: 55px;
  height: 55px;
  border: 1px solid #7ea2b8;
  border-radius: 50%;
  line-height: 65px;
  text-align: center;
  display: block;
}
/* line 327, ../scss/module/_cart-empty.scss */
.c-empty-ico .i-number {
  position: absolute;
  color: #7da0b6;
  font-size: 15px;
  font-weight: 700;
  top: 15px;
  right: 10px;
  margin: 0;
}
/* line 339, ../scss/module/_cart-empty.scss */
.c-empty-ico .icon-note-q:before,
.c-empty-ico .icon-user-note:before,
.c-empty-ico .icon-phone-ct:before {
  font-size: 30px;
  color: #7ea2b8;
  width: 55px;
  height: 55px;
  border: 1px solid #7ea2b8;
  border-radius: 50%;
  line-height: 55px;
  text-align: center;
  display: block;
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 354, ../scss/module/_cart-empty.scss */
  .cart-empty-box .link-to {
    font-size: 12px;
    margin-left: 10px;
  }

  /* line 362, ../scss/module/_cart-empty.scss */
  .checkout-empty-box .commande-form .input-text {
    width: 300px;
  }
  /* line 367, ../scss/module/_cart-empty.scss */
  .checkout-empty-box .cart-empty-commande .inner:before {
    left: 40px;
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 376, ../scss/module/_cart-empty.scss */
  .checkout-empty-box .cart-empty-left,
  .checkout-empty-box .cart-empty-right {
    float: none;
    width: auto;
  }
  /* line 381, ../scss/module/_cart-empty.scss */
  .checkout-empty-box .cart-empty-cat {
    margin-bottom: 30px;
  }

  /* line 385, ../scss/module/_cart-empty.scss */
  .cart-empty-dentifiez,
  .cart-empty-contactez {
    border: 1px solid #dcecf5;
  }

  /* line 389, ../scss/module/_cart-empty.scss */
  .cart-empty-dentifiez {
    margin-bottom: 70px;
  }

  /* line 392, ../scss/module/_cart-empty.scss */
  .title-cart-empty .bt-back {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  /* line 399, ../scss/module/_cart-empty.scss */
  .title-cart-empty {
    margin-bottom: 0;
  }
  /* line 401, ../scss/module/_cart-empty.scss */
  .title-cart-empty h1 {
    font-size: 30px;
    margin-top: 20px;
  }

  /* line 408, ../scss/module/_cart-empty.scss */
  .checkout-empty-box .cart-empty-left,
  .checkout-empty-box .cart-empty-right {
    float: none;
    width: auto;
  }
  /* line 413, ../scss/module/_cart-empty.scss */
  .checkout-empty-box .cart-empty-cat {
    margin-bottom: 30px;
  }
  /* line 417, ../scss/module/_cart-empty.scss */
  .checkout-empty-box .cart-empty-commande .inner {
    padding-left: 30px;
    min-height: auto;
    padding-bottom: 30px;
  }
  /* line 424, ../scss/module/_cart-empty.scss */
  .checkout-empty-box .commande-form .input-text {
    width: 100%;
  }
  /* line 429, ../scss/module/_cart-empty.scss */
  .checkout-empty-box .cart-empty-cat .cat-title {
    font-size: 18px;
  }
  /* line 432, ../scss/module/_cart-empty.scss */
  .checkout-empty-box .cart-empty-cat ul {
    float: none;
    width: auto;
  }
  /* line 435, ../scss/module/_cart-empty.scss */
  .checkout-empty-box .cart-empty-cat ul:last-child {
    float: none;
  }
  /* line 439, ../scss/module/_cart-empty.scss */
  .checkout-empty-box .cart-empty-cat ul li a {
    padding: 15px 20px 12px 50px;
    font-size: 14px;
  }

  /* line 447, ../scss/module/_cart-empty.scss */
  .cart-empty-dentifiez {
    margin-bottom: 70px;
  }

  /* line 450, ../scss/module/_cart-empty.scss */
  .cart-empty-dentifiez,
  .cart-empty-contactez {
    border: 1px solid #dcecf5;
    padding: 30px 20px 20px;
  }

  /* line 455, ../scss/module/_cart-empty.scss */
  .title-cart-empty .bt-back,
  .checkout-empty-box .cart-empty-commande .inner::before {
    display: none;
  }

  /* line 461, ../scss/module/_cart-empty.scss */
  .c-empty-ico .icon-cart-mini:before {
    font-size: 20px;
    height: 45px;
    line-height: 55px;
    width: 45px;
  }
  /* line 468, ../scss/module/_cart-empty.scss */
  .c-empty-ico .i-number {
    top: 5px;
  }
  /* line 472, ../scss/module/_cart-empty.scss */
  .c-empty-ico .icon-user:before {
    font-size: 30px;
  }
  /* line 479, ../scss/module/_cart-empty.scss */
  .c-empty-ico .icon-note-q:before,
  .c-empty-ico .icon-user-note:before,
  .c-empty-ico .icon-phone-ct:before {
    font-size: 20px;
    color: #7ea2b8;
    width: 45px;
    height: 45px;
    border: 1px solid #7ea2b8;
    border-radius: 50%;
    line-height: 45px;
    text-align: center;
    display: block;
  }

  /* line 493, ../scss/module/_cart-empty.scss */
  .checkout-empty-box.box-before {
    padding-bottom: 50px;
  }
  /* line 496, ../scss/module/_cart-empty.scss */
  .checkout-empty-box.box-after {
    margin-bottom: 30px;
    margin-top: 60px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 530px) {
  /* line 506, ../scss/module/_cart-empty.scss */
  .cart-empty-box .link-to {
    margin-top: 20px;
    margin-left: 0;
  }
}
/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */
/* line 29, ../scss/module/_checkout-cart-minicart.scss */
.over-hidden,
.over-hidden body {
  height: 100%;
  overflow: hidden;
}

/* line 34, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart {
  border: 1px solid #ffffff;
  width: 210px;
  border-radius: 3px;
  padding: 10px 0;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  /* line 34, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart {
    border: 0 none;
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
  }
}
/* line 50, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .link-minicart {
  cursor: pointer;
}
/* line 54, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .icon-cart-mini:before {
  color: #0074bc;
  font-size: 42px;
}
@media only screen and (max-width: 767px) {
  /* line 54, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .icon-cart-mini:before {
    font-size: 21px;
    color: #ffffff;
  }
}
/* line 64, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .skip-cart {
  background: none;
  float: none;
  text-align: center;
  text-transform: none;
  display: block;
}
/* line 71, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .skip-cart.skip-active:after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #3b515e;
  opacity: 0.35;
  z-index: 98;
}
/* line 86, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .link-minicart.active:after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #3b515e;
  opacity: 0.35;
  z-index: 98;
}
/* line 99, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .cart-mini-info {
  text-align: left;
  position: relative;
  padding-left: 70px;
  background: url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/bg-mini-cart.png") no-repeat 3px 8px;
  min-width: 170px;
  min-height: 55px;
  margin: 0 20px;
}
@media only screen and (max-width: 767px) {
  /* line 99, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .cart-mini-info {
    background: none;
    padding-left: 30px;
    min-height: 0;
    min-width: 0;
  }
}
/* line 113, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .cart-mini-info .icon-cart-mini {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 118, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .cart-mini-info .count-cart {
  font-size: 15px;
  font-weight: 500;
  color: #0074bc;
  line-height: 28px;
}
/* line 123, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .cart-mini-info .count-cart strong {
  font-weight: 600;
  font-size: 25px;
}
@media only screen and (max-width: 767px) {
  /* line 128, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .cart-mini-info .count-cart strong {
    font-size: 20px;
    line-height: 25px;
    font-weight: 800;
    color: #ffffff;
  }
  /* line 134, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .cart-mini-info .count-cart span {
    display: none;
  }
}
/* line 140, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .cart-mini-info .grand-total .price {
  color: #0074bc;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 139, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .cart-mini-info .grand-total {
    display: none;
  }
}
/* line 152, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .shipping-amount {
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  /* line 152, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .shipping-amount {
    display: none;
  }
}
/* line 161, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .minicart-message {
  display: block;
  padding: 10px;
}
/* line 166, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .empty {
  padding: 10px;
  text-align: center;
}
/* line 176, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart #minicart-error-message {
  text-align: center;
  color: red;
  display: none;
}
/* line 182, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart #minicart-success-message {
  text-align: center;
  color: green;
  display: none;
}
/* line 189, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .jcarousel-control-prev,
.header-minicart .jcarousel-control-next {
  display: none;
}
/* line 193, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .block-cart {
  background: #FBFBFB;
  border: solid 1px #CCCCCC;
  display: none;
  z-index: 200;
  top: 0;
  right: 0;
  width: 570px;
  background: white;
  position: fixed;
  margin-bottom: 0;
}
/* line 204, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .block-cart.show-mini-cart {
  display: block;
}

/* line 212, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper {
  clear: both;
  position: relative;
  /*  padding: 40px 35px; */
  overflow-y: auto;
}
/* line 217, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .mini-head {
  background: #ffffff;
  padding: 20px 35px 0;
  position: fixed;
  right: 19px;
  top: 0;
  width: 550px;
  z-index: 99999;
}
/* line 229, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .minicart-head:after {
  content: '';
  display: table;
  clear: both;
}
/* line 233, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .minicart-head-top {
  margin-bottom: 15px;
}
/* line 234, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .minicart-head-top:after {
  content: '';
  display: table;
  clear: both;
}
/* line 239, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .minicart-head .icon-cart-mini {
  float: left;
}
/* line 241, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .minicart-head .icon-cart-mini:before {
  font-size: 34px;
  color: #0074bc;
}
/* line 246, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .minicart-head .skip-link-close {
  float: right;
}
/* line 248, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .minicart-head .skip-link-close span {
  font-size: 16px;
}
/* line 252, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .minicart-head .icon-arr-long-right {
  margin-left: 15px;
}
/* line 254, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .minicart-head .icon-arr-long-right:before {
  font-size: 11px;
}
/* line 258, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .minicart-head-tit {
  border-bottom: 1px solid #bad9eb;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
/* line 259, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .minicart-head-tit:after {
  content: '';
  display: table;
  clear: both;
}
/* line 266, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .minicart-head .cart-title {
  float: left;
  font-size: 35px;
  font-weight: 700;
  color: #0074bc;
}
/* line 273, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .minicart-head .cart-total-price {
  float: right;
  color: #0074bc;
  background: url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/bg-mini-cart.png") no-repeat 0 0;
  min-width: 170px;
  text-align: center;
}
/* line 279, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .minicart-head .cart-total-price .price {
  font-size: 30px;
  font-weight: 600;
  color: #0074bc;
}
/* line 284, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .minicart-head .cart-total-price .text {
  font-size: 25px;
  font-weight: normal;
}
/* line 289, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .minicart-head-info {
  margin-bottom: 15px;
  color: #0074bc;
}
/* line 290, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .minicart-head-info:after {
  content: '';
  display: table;
  clear: both;
}
/* line 295, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .minicart-head-info .shipping-amount {
  float: left;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
}
/* line 301, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .minicart-head-info .count-cart {
  float: right;
  font-size: 16px;
  font-weight: 500;
  color: #0074bc;
}
/* line 306, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .minicart-head-info .count-cart strong {
  font-size: 25px;
  font-weight: 600;
}
/* line 315, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .block-cart {
  display: none;
}
/* line 318, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .block-subtitle {
  color: #50A4CF;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.4;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px;
}
/* line 329, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .block-subtitle .close {
  width: 40px;
  float: right;
  display: block;
  color: #636363;
  text-decoration: none;
  font-weight: normal;
  font-size: 30px;
  position: absolute;
  top: -8px;
  right: -3px;
}
/* line 342, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .cart-mini-list {
  padding: 0 30px;
  overflow-y: auto;
}
/* line 347, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .mini-products-list li {
  position: relative;
  border-bottom: 1px solid #eef2f5;
}
/* line 351, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .mini-products-list .item-inner {
  display: table;
  width: 100%;
}
/* line 354, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .mini-products-list .item-inner .item-img,
.minicart-wrapper .mini-products-list .item-inner .item-info,
.minicart-wrapper .mini-products-list .item-inner .item-box-price {
  display: table-cell;
  vertical-align: middle;
  padding: 15px;
}
/* line 361, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .mini-products-list .item-inner .item-img {
  border-right: none;
  position: relative;
  padding-left: 30px;
}
/* line 366, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .mini-products-list .item-inner .item-info {
  width: 225px;
}
/* line 369, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .mini-products-list .item-inner .item-box-price {
  border-left: none;
  position: relative;
  vertical-align: middle;
}
/* line 375, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .mini-products-list .item-inner .item-bt-del .btn-edit {
  display: none;
}
/* line 378, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .mini-products-list .item-inner .item-bt-del .remove-item {
  font-size: 0;
  width: 30px;
  height: 30px;
  background: url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/bt-del.png") no-repeat 50% 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  right: 10px;
  z-index: 999;
}
/* line 394, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .mini-products-list .item-inner .item-price .is-pro .price-incl-tax {
  display: none;
}
/* line 399, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .mini-products-list .item-inner .item-price .not-pro .price-excl-tax {
  display: none;
}
/* line 403, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .mini-products-list .item-inner .item-price .nobr,
.minicart-wrapper .mini-products-list .item-inner .item-price .nobr .price {
  font-weight: normal;
  font-size: 10px;
}
/* line 408, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .mini-products-list .item-inner .item-price .label {
  font-weight: 700;
  color: #3b515e;
}
/* line 414, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .mini-products-list .item-inner .product-name a {
  font-size: 16px;
  font-weight: normal;
  color: #0074bc;
  text-transform: none;
  line-height: 20px;
  height: 37px;
  overflow: hidden;
  display: block;
}
/* line 425, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .mini-products-list .item-inner .product-brand {
  font-size: 16px;
  color: #7ea2b8;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 20px;
}
/* line 432, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .mini-products-list .item-inner .product-sku {
  font-size: 14px;
  color: #7ea2b8;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 20px;
}
/* line 439, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .mini-products-list .item-inner .product-qty {
  margin-bottom: 15px;
}
/* line 441, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .mini-products-list .item-inner .product-qty .qty-wrap {
  position: relative;
  width: 105px;
  text-align: center;
}
/* line 445, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .mini-products-list .item-inner .product-qty .qty-wrap:after {
  content: '';
  display: table;
  clear: both;
}
/* line 448, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .mini-products-list .item-inner .product-qty .qty-wrap .qty {
  width: 28px;
  height: 27px;
  background: #eef2f5;
  display: block;
  text-align: center;
  font-style: normal;
  color: #7ea2b8;
  font-size: 16px;
  font-weight: 700;
  line-height: 33px;
  float: left;
}
/* line 460, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .mini-products-list .item-inner .product-qty .qty-wrap .qty.input {
  background: #ffffff;
  border: 1px solid #eef2f5;
  border-radius: 0;
  width: 45px;
  text-align: center;
}
/* line 467, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .mini-products-list .item-inner .product-qty .qty-wrap .qty .input-text {
  border: none;
  width: 100%;
  color: #7ea2b8;
  font-size: 16px;
  font-weight: 700;
  height: 17px;
  text-align: center;
}
/* line 477, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .mini-products-list .item-inner .product-qty .qty-wrap .qty.minus {
  margin-right: 2px;
  cursor: pointer;
}
/* line 481, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .mini-products-list .item-inner .product-qty .qty-wrap .qty.plus {
  float: right;
  cursor: pointer;
}
/* line 492, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .product-details .product-name {
  padding-top: 0px;
  font-weight: bold;
}
/* line 496, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .product-details .product-name a {
  color: #0074bc;
}
/* line 502, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .info-wrapper {
  margin-bottom: 0.5em;
}
/* line 505, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .info-wrapper th {
  text-transform: uppercase;
  padding-right: 10px;
}
/* line 509, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .info-wrapper td {
  color: #0074bc;
  clear: right;
}
/* line 515, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .info-wrapper .qty-wrapper td {
  height: 33px;
  line-height: 33px;
}
/* line 521, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .info-wrapper .qty {
  padding-left: 4px;
  padding-right: 4px;
  margin-right: 2px;
  width: 3.2em;
  text-align: center;
  height: 30px;
}
/* line 530, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .info-wrapper .quantity-button {
  opacity: 0;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  -webkit-transition-duration: 100ms;
  transition-duration: 100ms;
}
/* line 536, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .info-wrapper .quantity-button[disabled] {
  cursor: default;
}
/* line 540, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .info-wrapper .quantity-button.visible {
  opacity: 1;
}
/* line 546, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .subtotal {
  background-color: #DDDDDD;
  text-align: center;
  line-height: 2em;
}
/* line 551, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .subtotal .label {
  color: white;
  text-transform: uppercase;
}
/* line 555, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .subtotal .price {
  color: #0074bc;
}
/* line 560, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .minicart-actions {
  margin-bottom: 25px;
}
/* line 561, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .minicart-actions:after {
  content: '';
  display: table;
  clear: both;
}
/* line 565, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .minicart-actions .bt-style {
  font-size: 18px;
  font-weight: 600;
  color: #0074bc;
  border: 1px solid #0074bc;
  padding: 10px;
  display: inline-block;
  line-height: normal;
  min-width: 235px;
  border-radius: 3px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  background: #ffffff;
}
/* line 579, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .minicart-actions .bt-style span {
  line-height: normal;
}
/* line 582, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .minicart-actions .bt-style:hover {
  background: #0074bc;
  color: #ffffff;
}
/* line 586, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .minicart-actions .bt-style.checkout-button {
  float: left;
}
/* line 589, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .minicart-actions .bt-style.cart-link {
  float: right;
  background: #0074bc;
  color: #ffffff;
}
/* line 593, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .minicart-actions .bt-style.cart-link:hover {
  background: #ffffff;
  color: #0074bc;
}
/* line 603, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .bt-view i {
  width: 43px;
  height: 43px;
  background: #0074bc;
  display: inline-block;
  text-align: center;
  margin-right: 30px;
}
/* line 610, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .bt-view i:before {
  color: #ffffff;
  font-size: 18px;
  line-height: 43px;
}
/* line 616, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .bt-view span {
  color: #0074bc;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
/* line 622, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .bt-view a {
  display: none;
}
/* line 624, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .bt-view a:first-child {
  display: block;
}
/* line 629, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .bt-view a.disabled {
  display: none;
}
/* line 633, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .bt-view {
  padding-top: 20px;
  text-align: center;
  position: fixed;
  right: 19px;
  bottom: 0;
  z-index: 999;
  width: 550px;
  background: #ffffff;
  height: 65px;
}
/* line 643, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .bt-view .pro-up,
.minicart-wrapper .bt-view .pro-down {
  display: none;
  font-size: 12px;
  color: #557b92;
  font-weight: 600;
  background: #eef2f5;
  padding: 15px 30px;
}
/* line 651, ../scss/module/_checkout-cart-minicart.scss */
.minicart-wrapper .bt-view .pro-up.ac,
.minicart-wrapper .bt-view .pro-down.ac {
  display: inline-block;
}

/* line 661, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart.skip-active .block-cart,
.block-cart.skip-active {
  display: block;
}

@media only screen and (min-width: 1024px) {
  /* line 667, ../scss/module/_checkout-cart-minicart.scss */
  .checkout-types.minicart {
    float: none;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 674, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart {
    padding: 0;
    border: none;
    width: 90px;
    background: #fff346;
    margin-top: 0;
    border-radius: 5px;
  }
  /* line 681, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .shipping-amount,
  .header-minicart .grand-total {
    display: none;
  }
  /* line 685, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .skip-cart {
    border: none;
  }
  /* line 688, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .link-minicart {
    display: block;
  }
  /* line 691, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .cart-mini-info {
    min-height: 0;
    min-width: 0;
    padding-left: 0;
    background: none;
    width: 90px;
    height: 50px;
    margin: 0;
    position: relative;
  }
  /* line 700, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .cart-mini-info .icon-cart-mini {
    position: absolute;
    left: 15px;
    top: 15px;
  }
  /* line 704, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .cart-mini-info .icon-cart-mini:before {
    font-size: 27px;
  }
  /* line 708, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .cart-mini-info .count-cart {
    position: absolute;
    top: 7px;
    right: 16px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #0074bc;
    text-align: center;
  }
  /* line 717, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .cart-mini-info .count-cart strong {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    line-height: 25px;
    display: block;
  }
  /* line 724, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .cart-mini-info .count-cart span {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  /* line 734, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart a.skip-cart {
    z-index: 1;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 743, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .subtotal .label {
    color: #636363;
  }
  /* line 748, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-wrapper:before {
    background-color: #EDEDED;
  }
  /* line 753, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .quantity-button {
    float: none;
  }
  /* line 757, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .header-minicart .block-cart {
    padding: 15px;
  }
  /* line 761, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .header-minicart .block-subtitle {
    padding-top: 59px;
  }
  /* line 765, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-actions {
    padding-bottom: 33px;
  }
  /* line 768, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-actions .cart-link {
    bottom: 0;
    right: 10px;
    position: absolute;
  }
  /* line 775, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-actions .checkout-types.minicart li {
    display: inline-block;
  }
  /* line 779, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo > a {
    display: inline;
  }
  /* line 783, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .bml_button {
    display: inline-block;
    vertical-align: top;
  }
  /* line 788, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    width: auto;
    float: none;
    display: inline;
    margin: 0 10px 5px 10px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 740px) {
  /* line 805, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-actions .cart-link {
    right: auto;
    left: 0;
    text-align: center;
    width: 100%;
  }
  /* line 815, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or,
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-button {
    width: 100%;
    display: block;
    margin-left: 0;
  }
  /* line 822, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  /* line 835, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-actions .checkout-button {
    width: 100%;
  }
  /* line 839, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .cart-mini-info {
    margin: 0;
  }
  /* line 842, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .link-to-cart-mb {
    bottom: 0;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    width: 60px;
    display: block;
    height: 55px;
  }
  /* line 853, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .link-minicart {
    position: relative;
    top: 15px;
    right: 10px;
  }
}
/* ============================================ *
 * Search - Auto Suggest
 * ============================================ */
/* line 30, ../scss/module/_search.scss */
.search-autocomplete {
  left: -387px !important;
  top: 65px !important;
  z-index: 150;
  /*     left: 0 !important;
      overflow: visible !important;
      position: relative !important;
      top: 15px !important;
      width: 100% !important;
      z-index: 200;
  
      ul {
          @include border-radius(2px);
          background-color: #FFFFFF;
          border: 1px solid $c-module-border-highlight;
          left: 0;
          padding-left: 0;
          position: absolute;
          top: 0;
          width: 100%;
  
          li {
              border-bottom: 1px solid $c-module-background;
              color: $c-link;
              cursor: pointer;
              font-size: $f-size-xs;
              padding: 4px 6px;
              text-align: left;
  
              &:hover {
                  color: $c-link-hover;
              }
  
              &.selected {
                  background-color: $c-action;
                  color: white;
              }
  
              .amount {
                  float: right;
                  font-weight: bold;
              }
  
              &:last-child {
                  border-bottom: none;
              }
          }
      }
  
      &:before {
          @include triangle(up, 7px, $c-action);
          left: 50%;
          top: -7px;
      }
   */
}

/* line 90, ../scss/module/_search.scss */
.box-bubble-elasticsearch {
  background: #ffffff;
  width: 1280px;
}
/* line 93, ../scss/module/_search.scss */
.box-bubble-elasticsearch .title {
  color: #557b92;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}
/* line 100, ../scss/module/_search.scss */
.box-bubble-elasticsearch .bubble-inner {
  position: relative;
}
/* line 102, ../scss/module/_search.scss */
.box-bubble-elasticsearch .bubble-inner:after {
  content: '';
  display: table;
  clear: both;
}
/* line 105, ../scss/module/_search.scss */
.box-bubble-elasticsearch .bubble-inner:before {
  content: '';
  width: 100%;
  height: 50px;
  background: url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/shadow-top-search-bubble.png") no-repeat 50% 0;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 115, ../scss/module/_search.scss */
.box-bubble-elasticsearch .bubble-keywords {
  padding: 25px 25px 10px 25px;
  background: #ffffff;
}
/* line 119, ../scss/module/_search.scss */
.box-bubble-elasticsearch .bubble-keywords ul:after {
  content: '';
  display: table;
  clear: both;
}
/* line 122, ../scss/module/_search.scss */
.box-bubble-elasticsearch .bubble-keywords ul li {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
}
/* line 126, ../scss/module/_search.scss */
.box-bubble-elasticsearch .bubble-keywords ul li a {
  display: inline-block;
  font-size: 14px;
  color: #0074bc;
  background: #bad9eb;
  padding: 12px 15px 8px;
  border-radius: 5px;
}
/* line 137, ../scss/module/_search.scss */
.box-bubble-elasticsearch .bubble-product {
  float: left;
  width: 930px;
  padding: 25px 20px;
}
/* line 142, ../scss/module/_search.scss */
.box-bubble-elasticsearch .bubble-product ul:after {
  content: '';
  display: table;
  clear: both;
}
/* line 145, ../scss/module/_search.scss */
.box-bubble-elasticsearch .bubble-product ul li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e7ebed;
  float: left;
  width: 435px;
  margin-right: 15px;
}
/* line 152, ../scss/module/_search.scss */
.box-bubble-elasticsearch .bubble-product ul li:nth-child(2n) {
  margin-right: 0;
  clear: none;
}
/* line 159, ../scss/module/_search.scss */
.box-bubble-elasticsearch .bubble-category {
  float: left;
  width: 350px;
  padding: 25px 20px;
  background-image: -o-linear-gradient(to bottom, #e6f1f7 0%, #fafcfd 100%);
  background-image: -moz-linear-gradient(to bottom, #e6f1f7 0%, #fafcfd 100%);
  background-image: -webkit-linear-gradient(to bottom, #e6f1f7 0%, #fafcfd 100%);
  background-image: -ms-linear-gradient(to bottom, #e6f1f7 0%, #fafcfd 100%);
  background-image: linear-gradient(to bottom, #e6f1f7 0%, #fafcfd 100%);
}
/* line 165, ../scss/module/_search.scss */
.box-bubble-elasticsearch .bubble-category ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
/* line 169, ../scss/module/_search.scss */
.box-bubble-elasticsearch .bubble-category ul li:before {
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: '\e906';
  font-size: 6px;
  color: #0074bc;
  position: absolute;
  top: 5px;
  left: 0;
}
/* line 184, ../scss/module/_search.scss */
.box-bubble-elasticsearch .bubble-category ul li a {
  font-size: 14px;
  color: #0074bc;
}
/* line 190, ../scss/module/_search.scss */
.box-bubble-elasticsearch .bubble-category .bubble-all-results {
  display: none;
}
/* line 195, ../scss/module/_search.scss */
.box-bubble-elasticsearch .list-s-product:after {
  content: '';
  display: table;
  clear: both;
}
/* line 198, ../scss/module/_search.scss */
.box-bubble-elasticsearch .list-s-product .image {
  float: left;
  width: 110px;
  margin-right: 20px;
}
/* line 203, ../scss/module/_search.scss */
.box-bubble-elasticsearch .list-s-product .info {
  float: left;
  width: 305px;
}
/* line 207, ../scss/module/_search.scss */
.box-bubble-elasticsearch .list-s-product .name {
  line-height: 16px;
  font-size: 14px;
  margin-bottom: 20px;
}
/* line 211, ../scss/module/_search.scss */
.box-bubble-elasticsearch .list-s-product .name a {
  font-size: 14px;
  color: #0074bc;
}
/* line 216, ../scss/module/_search.scss */
.box-bubble-elasticsearch .list-s-product .sku {
  font-size: 12px;
  color: #7ea2b8;
  margin-bottom: 10px;
}
/* line 221, ../scss/module/_search.scss */
.box-bubble-elasticsearch .list-s-product .price {
  color: #557b92;
  font-size: 18px;
  font-weight: 600;
}
/* line 226, ../scss/module/_search.scss */
.box-bubble-elasticsearch .list-s-product .weee {
  display: none;
}
/* line 231, ../scss/module/_search.scss */
.box-bubble-elasticsearch .bubble-all-results a {
  color: #557b92;
  font-size: 14px;
  font-weight: 700;
}
/* line 236, ../scss/module/_search.scss */
.box-bubble-elasticsearch .bubble-all-results span {
  font-weight: normal;
}

/* ============================================ *
 * Search - Advanced
 * ============================================ */
/* line 247, ../scss/module/_search.scss */
.advanced-search {
  background: #F4F4F4;
  border: 1px solid #EDEDED;
  padding: 30px;
}
/* line 253, ../scss/module/_search.scss */
.advanced-search select.multiselect option {
  border-bottom: 1px solid #EDEDED;
  padding: 2px 5px;
}

@media only screen and (max-width: 479px) {
  /* line 261, ../scss/module/_search.scss */
  .advanced-search {
    padding: 15px;
  }
}
/* ============================================ *
 * Search - catalogsearch result
 * ============================================ */
/* line 272, ../scss/module/_search.scss */
.catalogsearch-result-index .title-page {
  background: #fff346;
  padding: 20px 15px 15px;
  margin-bottom: 35px;
  position: relative;
}
/* line 277, ../scss/module/_search.scss */
.catalogsearch-result-index .title-page:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 0;
  border-color: #fff346 transparent transparent transparent;
  position: absolute;
  left: 0;
  bottom: -12px;
}
/* line 288, ../scss/module/_search.scss */
.catalogsearch-result-index .title-page h1 {
  font-size: 20px;
  font-weight: 700;
  color: #557b92;
  padding: 0;
  margin: 0;
  text-transform: none;
}
/* line 298, ../scss/module/_search.scss */
.catalogsearch-result-index .block-title-filter h3 {
  display: none;
}
/* line 302, ../scss/module/_search.scss */
.catalogsearch-result-index .category-products .toolbar .sorter {
  display: none;
}

/* line 308, ../scss/module/_search.scss */
.mini-category-results-list li {
  margin-bottom: 15px;
  line-height: 18px;
}
/* line 311, ../scss/module/_search.scss */
.mini-category-results-list li a {
  color: #557b92;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  display: block;
}
/* line 317, ../scss/module/_search.scss */
.mini-category-results-list li a span {
  color: #0074bc;
}

/* line 326, ../scss/module/_search.scss */
.block-suggestions .b-list-suggestion:after {
  content: '';
  display: table;
  clear: both;
}
/* line 329, ../scss/module/_search.scss */
.block-suggestions .b-list-suggestion a {
  display: block;
  float: left;
  font-size: 14px;
  color: #0074bc;
  background: #bad9eb;
  padding: 10px 20px 6px;
  border-radius: 2px;
  margin-right: 10px;
  margin-bottom: 10px;
}
/* line 341, ../scss/module/_search.scss */
.block-suggestions .block-content {
  padding-top: 0;
  margin-top: 0;
}

/* ============================================ *
 * Account - Reviews
 * ============================================ */
/* line 32, ../scss/module/_account-reviews.scss */
.product-review .product-img-box p.label {
  font-size: 16px;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif Arial, sans-serif;
  margin-top: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
/* line 41, ../scss/module/_account-reviews.scss */
.product-review .product-img-box .rating-box {
  margin: 15px 0;
}
/* line 47, ../scss/module/_account-reviews.scss */
.product-review .product-details h2 {
  border-bottom: 1px solid #CCCCCC;
  color: #3399CC;
  font-size: 16px;
  font-weight: 600;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif Arial, sans-serif;
  padding-bottom: 10px;
}
/* line 57, ../scss/module/_account-reviews.scss */
.product-review .ratings-table {
  font-family: "Hind Guntur", Verdana, Arial, sans-serif Arial, sans-serif;
}
/* line 60, ../scss/module/_account-reviews.scss */
.product-review .ratings-table th {
  padding-right: 10px;
  padding-top: 5px;
}
/* line 65, ../scss/module/_account-reviews.scss */
.product-review .ratings-table tr {
  float: left;
  font-size: 12px;
  margin-right: 10px;
  text-transform: uppercase;
}
/* line 74, ../scss/module/_account-reviews.scss */
.product-review .ratings-description dt {
  border-bottom: 1px solid #CCCCCC;
  font-size: 16px;
  font-weight: 400;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif Arial, sans-serif;
  margin-top: 20px;
  padding: 10px 0;
  text-transform: uppercase;
}
/* line 84, ../scss/module/_account-reviews.scss */
.product-review .ratings-description dd {
  color: #737373;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif Arial, sans-serif;
  font-size: 13px;
}

/* line 94, ../scss/module/_account-reviews.scss */
.review-customer-view .p-r-wrap {
  margin-bottom: 30px;
}
/* line 96, ../scss/module/_account-reviews.scss */
.review-customer-view .p-r-wrap:after {
  content: '';
  display: table;
  clear: both;
}
/* line 99, ../scss/module/_account-reviews.scss */
.review-customer-view .p-r-wrap .product-img-box {
  float: left;
  width: 30%;
}
/* line 103, ../scss/module/_account-reviews.scss */
.review-customer-view .p-r-wrap .product-details {
  float: left;
  width: 70%;
  padding-left: 30px;
}

@media only screen and (max-width: 767px) {
  /* line 114, ../scss/module/_account-reviews.scss */
  .review-customer-view .p-r-wrap .product-img-box {
    width: auto;
    float: none;
    margin-bottom: 30px;
  }
  /* line 119, ../scss/module/_account-reviews.scss */
  .review-customer-view .p-r-wrap .product-details {
    width: auto;
    float: none;
  }
}
/* ============================================ *
 * CMS Pages
 * ============================================ */
/* line 37, ../scss/module/_cms.scss */
.cms-page-view .page-title h1,
.cms-page-view .page-title h3,
.cms-page-view .page-head h1,
.cms-page-view .page-head h3,
.cms-no-route .page-title h1,
.cms-no-route .page-title h3,
.cms-no-route .page-head h1,
.cms-no-route .page-head h3 {
  border: none;
}
/* line 44, ../scss/module/_cms.scss */
.cms-page-view .std h1,
.cms-page-view .std h2,
.cms-page-view .std h3,
.cms-page-view .std h4,
.cms-page-view .std h5,
.cms-page-view .std h6,
.cms-no-route .std h1,
.cms-no-route .std h2,
.cms-no-route .std h3,
.cms-no-route .std h4,
.cms-no-route .std h5,
.cms-no-route .std h6 {
  text-transform: none;
}
/* line 52, ../scss/module/_cms.scss */
.cms-page-view .std img,
.cms-no-route .std img {
  max-width: 100%;
}
/* line 56, ../scss/module/_cms.scss */
.cms-page-view .std p,
.cms-no-route .std p {
  color: #557b92;
  font-size: 14px;
  line-height: 22px;
}
/* line 62, ../scss/module/_cms.scss */
.cms-page-view .std h1,
.cms-no-route .std h1 {
  color: #0074bc;
}
/* line 66, ../scss/module/_cms.scss */
.cms-page-view .std h2,
.cms-no-route .std h2 {
  color: #0074bc;
}
/* line 70, ../scss/module/_cms.scss */
.cms-page-view .std li,
.cms-no-route .std li {
  color: #0074bc;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}
/* line 77, ../scss/module/_cms.scss */
.cms-page-view .std li:before,
.cms-no-route .std li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0074bc;
  left: 0;
  top: 5px;
  position: absolute;
}
/* line 87, ../scss/module/_cms.scss */
.cms-page-view .std li span,
.cms-no-route .std li span {
  display: inline-block;
  position: relative;
}
/* line 90, ../scss/module/_cms.scss */
.cms-page-view .std li span:after,
.cms-no-route .std li span:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #0074bc;
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
}
/* line 102, ../scss/module/_cms.scss */
.cms-page-view .std li:hover span:after,
.cms-no-route .std li:hover span:after {
  display: block;
}
/* line 109, ../scss/module/_cms.scss */
.cms-page-view .std ul.cms-list-2 li,
.cms-no-route .std ul.cms-list-2 li {
  color: #557b92;
}
/* line 111, ../scss/module/_cms.scss */
.cms-page-view .std ul.cms-list-2 li:before,
.cms-no-route .std ul.cms-list-2 li:before {
  background: #557b92;
}
/* line 114, ../scss/module/_cms.scss */
.cms-page-view .std ul.cms-list-2 li a,
.cms-page-view .std ul.cms-list-2 li span,
.cms-no-route .std ul.cms-list-2 li a,
.cms-no-route .std ul.cms-list-2 li span {
  color: #557b92;
}
/* line 120, ../scss/module/_cms.scss */
.cms-page-view .std ul.cms-list-2 li span:after,
.cms-no-route .std ul.cms-list-2 li span:after {
  background: #557b92;
}
/* line 127, ../scss/module/_cms.scss */
.cms-page-view .std ul.cms-list-3 li,
.cms-no-route .std ul.cms-list-3 li {
  padding-left: 30px;
}
/* line 129, ../scss/module/_cms.scss */
.cms-page-view .std ul.cms-list-3 li:before,
.cms-no-route .std ul.cms-list-3 li:before {
  content: '\e906';
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  background: none;
  width: auto;
  height: auto;
  font-size: 11px;
  top: 4px;
}
/* line 147, ../scss/module/_cms.scss */
.cms-page-view .std ul.cms-list-4 li,
.cms-no-route .std ul.cms-list-4 li {
  padding-left: 30px;
  color: #557b92;
}
/* line 150, ../scss/module/_cms.scss */
.cms-page-view .std ul.cms-list-4 li:before,
.cms-no-route .std ul.cms-list-4 li:before {
  content: '\e906';
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  background: none;
  width: auto;
  height: auto;
  font-size: 11px;
  top: 4px;
  color: #557b92;
}
/* line 166, ../scss/module/_cms.scss */
.cms-page-view .std ul.cms-list-4 li a,
.cms-page-view .std ul.cms-list-4 li span,
.cms-no-route .std ul.cms-list-4 li a,
.cms-no-route .std ul.cms-list-4 li span {
  color: #557b92;
}
/* line 171, ../scss/module/_cms.scss */
.cms-page-view .std ul.cms-list-4 li span:after,
.cms-no-route .std ul.cms-list-4 li span:after {
  background: #557b92;
}
/* line 178, ../scss/module/_cms.scss */
.cms-page-view .std hr,
.cms-no-route .std hr {
  border: solid #d1d6da;
  border-width: 1px 0 0;
  clear: both;
  margin: 30px 0 30px;
  height: 0;
}
/* line 185, ../scss/module/_cms.scss */
.cms-page-view .std .cms-line,
.cms-no-route .std .cms-line {
  background: url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/line-bg-product.png") no-repeat 50%;
  height: 9px;
  margin-bottom: 30px;
}
/* line 190, ../scss/module/_cms.scss */
.cms-page-view .std .banner-cms,
.cms-no-route .std .banner-cms {
  text-align: center;
  padding: 50px 30px 40px;
}
/* line 193, ../scss/module/_cms.scss */
.cms-page-view .std .banner-cms h1,
.cms-page-view .std .banner-cms h2,
.cms-page-view .std .banner-cms h3,
.cms-page-view .std .banner-cms h4,
.cms-no-route .std .banner-cms h1,
.cms-no-route .std .banner-cms h2,
.cms-no-route .std .banner-cms h3,
.cms-no-route .std .banner-cms h4 {
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  /* line 190, ../scss/module/_cms.scss */
  .cms-page-view .std .banner-cms,
  .cms-no-route .std .banner-cms {
    padding: 10px 20px;
  }
  /* line 201, ../scss/module/_cms.scss */
  .cms-page-view .std .banner-cms h1, .cms-page-view .std .banner-cms h2, .cms-page-view .std .banner-cms h3, .cms-page-view .std .banner-cms h4,
  .cms-no-route .std .banner-cms h1,
  .cms-no-route .std .banner-cms h2,
  .cms-no-route .std .banner-cms h3,
  .cms-no-route .std .banner-cms h4 {
    font-size: 20px;
  }
}
/* line 206, ../scss/module/_cms.scss */
.cms-page-view .std .section-cms,
.cms-no-route .std .section-cms {
  margin-bottom: 20px;
}
/* line 209, ../scss/module/_cms.scss */
.cms-page-view .std [class^="bt-cms-"],
.cms-page-view .std [class*="bt-cms-"],
.cms-no-route .std [class^="bt-cms-"],
.cms-no-route .std [class*="bt-cms-"] {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  padding: 15px 20px 10px;
  text-align: center;
  text-transform: uppercase;
  background: #557b92;
  border-radius: 5px;
  color: #ffffff;
  min-width: 195px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  /* line 209, ../scss/module/_cms.scss */
  .cms-page-view .std [class^="bt-cms-"],
  .cms-page-view .std [class*="bt-cms-"],
  .cms-no-route .std [class^="bt-cms-"],
  .cms-no-route .std [class*="bt-cms-"] {
    float: none !important;
  }
}
/* line 226, ../scss/module/_cms.scss */
.cms-page-view .std .bt-cms-1,
.cms-no-route .std .bt-cms-1 {
  background: #557b92;
}
/* line 229, ../scss/module/_cms.scss */
.cms-page-view .std .bt-cms-2,
.cms-no-route .std .bt-cms-2 {
  background: #0074bc;
}
/* line 232, ../scss/module/_cms.scss */
.cms-page-view .std .bt-cms-3,
.cms-no-route .std .bt-cms-3 {
  background: #fff346;
  color: #0074bc;
}
/* line 236, ../scss/module/_cms.scss */
.cms-page-view .std .bt-cms-4,
.cms-no-route .std .bt-cms-4 {
  color: #0074bc;
  background: #ffffff;
}
/* line 240, ../scss/module/_cms.scss */
.cms-page-view .std .bt-cms-5,
.cms-no-route .std .bt-cms-5 {
  color: #ffffff;
  border: 1px solid #ffffff;
  background: none;
}
/* line 245, ../scss/module/_cms.scss */
.cms-page-view .std [class^="bt-cms-b"],
.cms-page-view .std [class*="bt-cms-b"],
.cms-no-route .std [class^="bt-cms-b"],
.cms-no-route .std [class*="bt-cms-b"] {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  padding: 20px 20px 15px;
  text-align: center;
  text-transform: uppercase;
  background: #557b92;
  border-radius: 5px;
  color: #ffffff;
  min-width: 240px;
  margin-bottom: 10px;
}
/* line 259, ../scss/module/_cms.scss */
.cms-page-view .std .bt-cms-b-1,
.cms-no-route .std .bt-cms-b-1 {
  background: #557b92;
}
/* line 262, ../scss/module/_cms.scss */
.cms-page-view .std .bt-cms-b-2,
.cms-no-route .std .bt-cms-b-2 {
  background: #0074bc;
}
/* line 265, ../scss/module/_cms.scss */
.cms-page-view .std .bt-cms-b-3,
.cms-no-route .std .bt-cms-b-3 {
  background: #fff346;
  color: #0074bc;
}
/* line 269, ../scss/module/_cms.scss */
.cms-page-view .std .box-bg,
.cms-no-route .std .box-bg {
  position: relative;
  overflow: hidden;
}
/* line 272, ../scss/module/_cms.scss */
.cms-page-view .std .box-bg img,
.cms-no-route .std .box-bg img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
/* line 280, ../scss/module/_cms.scss */
.cms-page-view .std .box-bg *,
.cms-no-route .std .box-bg * {
  position: relative;
  z-index: 2;
}
/* line 289, ../scss/module/_cms.scss */
.cms-page-view .col-left:after,
.cms-no-route .col-left:after {
  content: '';
  display: table;
  clear: both;
}

/* line 298, ../scss/module/_cms.scss */
.cms-no-route .std img {
  width: 100%;
}

/* line 307, ../scss/module/_cms.scss */
.cms-page-view .std .messages,
.cms-home .std .messages,
.cms-no-route .std .messages {
  margin-bottom: 10px;
}
/* line 310, ../scss/module/_cms.scss */
.cms-page-view .std .messages ul,
.cms-home .std .messages ul,
.cms-no-route .std .messages ul {
  margin-bottom: 0;
}
/* line 314, ../scss/module/_cms.scss */
.cms-page-view .std .messages li,
.cms-home .std .messages li,
.cms-no-route .std .messages li {
  list-style: none;
  margin-left: 0;
  font-style: normal;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif;
}

/* line 123, ../scss/mixin/_toggle-content.scss */
#accordion .toggle-tabs {
  display: none;
}
/* line 128, ../scss/mixin/_toggle-content.scss */
#accordion > dl > dt {
  margin: 0;
  margin-bottom: 10px;
  color: #0074bc;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #CCCCCC;
  position: relative;
  background-color: #F4F4F4;
  display: block;
}
/* line 110, ../scss/mixin/_toggle-content.scss */
#accordion > dl > dt:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #0074bc;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
/* line 117, ../scss/mixin/_toggle-content.scss */
#accordion > dl > dt:hover {
  background-color: #ededed;
}
/* line 133, ../scss/mixin/_toggle-content.scss */
#accordion > dl > dd {
  padding: 10px;
  margin: 0;
  border-width: 0 1px;
  border-style: solid;
  border-color: #CCCCCC;
}
/* line 140, ../scss/mixin/_toggle-content.scss */
#accordion > dl > dd:last-child {
  border-width: 0 1px 1px 1px;
}
/* line 329, ../scss/module/_cms.scss */
#accordion li {
  position: relative;
  overflow: hidden;
}
/* line 333, ../scss/module/_cms.scss */
#accordion li .plusimage h2 {
  margin-right: 10px;
}

/* line 343, ../scss/module/_cms.scss */
.page-sitemap .links {
  display: block;
  text-align: right;
  margin: 0 20px 0 0;
}
/* line 348, ../scss/module/_cms.scss */
.page-sitemap .links a {
  position: relative;
}
/* line 351, ../scss/module/_cms.scss */
.page-sitemap .sitemap {
  padding: 0 20px;
  margin: 15px 0;
  font-size: 12px;
}
/* line 356, ../scss/module/_cms.scss */
.page-sitemap .sitemap li {
  margin: 3px 0;
}

/* line 366, ../scss/module/_cms.scss */
.contacts-index-index h1 {
  border: none;
}

/* line 371, ../scss/module/_cms.scss */
#contactForm {
  padding-left: 40px;
}
/* line 374, ../scss/module/_cms.scss */
#contactForm h2 {
  display: none;
}
/* line 378, ../scss/module/_cms.scss */
#contactForm:after {
  content: '';
  display: table;
  clear: both;
}
/* line 382, ../scss/module/_cms.scss */
#contactForm .fieldset .legend + .required {
  margin: 0;
}

@media only screen and (max-width: 1023px) {
  /* line 389, ../scss/module/_cms.scss */
  #contactForm {
    padding-left: 0;
  }
}
/* ============================================ *
 * Pricing Conditions
 * ============================================ */
/* line 32, ../scss/module/_pricing_conditions.scss */
.price-box .minimal-price-link .label {
  color: #CF5050;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

/* line 41, ../scss/module/_pricing_conditions.scss */
.map-info {
  white-space: nowrap;
}

/* line 46, ../scss/module/_pricing_conditions.scss */
.catalog-product-view .map-info {
  white-space: normal;
}
/* line 48, ../scss/module/_pricing_conditions.scss */
.catalog-product-view .map-info > span {
  float: right;
  margin-bottom: 5px;
}
/* line 52, ../scss/module/_pricing_conditions.scss */
.catalog-product-view .map-info .price-box.map-info > a {
  float: right;
  width: 100%;
}

/* ============================================ *
 * Cookies
 * ============================================ */
/* line 31, ../scss/module/_cookies.scss */
.notice-cookie .notice-inner {
  padding-bottom: 0;
}
/* line 34, ../scss/module/_cookies.scss */
.notice-cookie .notice-inner:after {
  content: '';
  display: table;
  clear: both;
}
/* line 39, ../scss/module/_cookies.scss */
.notice-cookie .notice-text {
  float: left;
  max-width: 90%;
  padding-top: 4px;
  text-align: left;
}
/* line 45, ../scss/module/_cookies.scss */
.notice-cookie .notice-text p {
  padding-bottom: 14.5px;
  line-height: 1.3;
}
/* line 51, ../scss/module/_cookies.scss */
.notice-cookie .actions {
  float: left;
  text-align: right;
  padding-bottom: 14.5px;
}

@media only screen and (max-width: 1279px) {
  /* line 62, ../scss/module/_cookies.scss */
  .notice-cookie .notice-text {
    max-width: 86%;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 72, ../scss/module/_cookies.scss */
  .notice-cookie {
    padding: 0 20px;
  }
  /* line 75, ../scss/module/_cookies.scss */
  .notice-cookie .notice-text {
    max-width: 82%;
    padding-top: 0;
  }
}
@media only screen and (max-width: 620px) {
  /* line 86, ../scss/module/_cookies.scss */
  .notice-cookie {
    padding: 0 20px;
  }
  /* line 89, ../scss/module/_cookies.scss */
  .notice-cookie .notice-inner {
    background-position: left 10px;
  }
  /* line 92, ../scss/module/_cookies.scss */
  .notice-cookie .notice-inner:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 97, ../scss/module/_cookies.scss */
  .notice-cookie .notice-text {
    float: none;
    max-width: 100%;
    padding-top: 0;
  }
  /* line 103, ../scss/module/_cookies.scss */
  .notice-cookie .actions {
    text-align: left;
  }
}
/* ============================================ *
 * Tags
 * ============================================ */
/* line 30, ../scss/module/_tags.scss */
#addTagForm button {
  margin-top: 5px;
  margin-bottom: 10px;
}

/* line 34, ../scss/module/_tags.scss */
#addTagForm .form-add {
  margin-top: 10px;
}

/* line 37, ../scss/module/_tags.scss */
.product-tags {
  background-color: #F4F4F4;
  border: 1px solid #CCCCCC;
  float: left;
  margin-bottom: 10px;
  padding: 5px 1% 10px;
  width: 98%;
}

/* line 45, ../scss/module/_tags.scss */
.product-tags li {
  float: left;
  margin-right: 15px;
}

/* line 49, ../scss/module/_tags.scss */
.product-tags li.last {
  margin-right: 0px;
}

/* line 52, ../scss/module/_tags.scss */
.tags-list {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

/* line 57, ../scss/module/_tags.scss */
.tags-list > li {
  float: left;
  margin-right: 10px;
}

/* line 61, ../scss/module/_tags.scss */
.block-tags .actions > a {
  font-size: 12px;
}

/* line 65, ../scss/module/_tags.scss */
.my-tag-edit .button.btn-remove {
  padding: 0;
}
/* line 68, ../scss/module/_tags.scss */
.my-tag-edit .button.btn-remove:after {
  color: white;
}

@media only screen and (max-width: 1023px) {
  /* line 74, ../scss/module/_tags.scss */
  .tags-list > li,
  .tags-list {
    float: none;
  }
}
/* ============================================ *
 * Captcha
 * ============================================ */
/* line 29, ../scss/module/_captcha.scss */
.captcha-note {
  clear: left;
  padding-top: 5px;
}

/* line 33, ../scss/module/_captcha.scss */
.captcha-image {
  float: left;
  display: inline;
  max-width: 100%;
  position: relative;
  width: 258px;
  margin-bottom: 10px;
}

/* line 41, ../scss/module/_captcha.scss */
.captcha-image .captcha-img {
  border: 1px solid #b6b6b6;
  vertical-align: bottom;
  width: 100%;
}

/* line 46, ../scss/module/_captcha.scss */
.registered-users .captcha-image {
  margin: 0;
}

/* line 47, ../scss/module/_captcha.scss */
.captcha-reload {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px;
}

/* line 53, ../scss/module/_captcha.scss */
.captcha-reload.refreshing {
  animation: rotate 1.5s infinite linear;
  -webkit-animation: rotate 1.5s infinite linear;
  -moz-animation: rotate 1.5s infinite linear;
}

/* line 58, ../scss/module/_captcha.scss */
.customer-account-create .scaffold-form .captcha-input-container label:first-child {
  width: 100%;
}

/* line 59, ../scss/module/_captcha.scss */
.captcha-reload {
  position: absolute;
  right: 4px;
  top: 4px;
}

/* line 64, ../scss/module/_captcha.scss */
.captcha-img {
  border: 20px solid #bbb;
}

/* line 65, ../scss/module/_captcha.scss */
.captcha-input-container {
  margin-bottom: 10px;
}

/* line 66, ../scss/module/_captcha.scss */
.control.newsletter-box, .captcha-input-container, .captcha-img-container {
  float: none;
  clear: both;
}
/* line 70, ../scss/module/_captcha.scss */
.control.newsletter-box:after, .captcha-input-container:after, .captcha-img-container:after {
  content: '';
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Checkout Billing Fix to place the Captcha properly
 * ============================================ */
/* #co-billing-form ul.form-list > .control {
    float: left;
    margin: 0 0 5px;
    width: 100%;
}
 */
/* ============================================ *
 * Account - Orders, Invoices, Credit Memos.
 * ============================================ */
@media only screen and (max-width: 479px) {
  /* line 34, ../scss/module/_account-orders.scss */
  .sales-order-invoice .sub-title,
  .sales-order-creditmemo .sub-title,
  .sales-order-shipment .sub-title {
    float: left;
    font-size: 15px;
    text-align: center;
    width: 100%;
  }
  /* line 40, ../scss/module/_account-orders.scss */
  .sales-order-invoice .order-links,
  .sales-order-creditmemo .order-links,
  .sales-order-shipment .order-links {
    text-align: center;
    width: 100%;
  }
}
/* ============================================ *
 * Recurring Profiles
 * ============================================ */
/* line 32, ../scss/module/_recurring-profiles.scss */
#recurring_profile_list_view th {
  white-space: normal;
}
/* line 35, ../scss/module/_recurring-profiles.scss */
#recurring_profile_list_view th span {
  white-space: inherit;
}
@media only screen and (max-width: 479px) {
  /* line 30, ../scss/module/_recurring-profiles.scss */
  #recurring_profile_list_view {
    font-size: 12px;
  }
  /* line 43, ../scss/module/_recurring-profiles.scss */
  #recurring_profile_list_view a {
    font-size: inherit;
  }
  /* line 47, ../scss/module/_recurring-profiles.scss */
  #recurring_profile_list_view th,
  #recurring_profile_list_view td {
    padding: 2px;
  }
}

/* line 55, ../scss/module/_recurring-profiles.scss */
.recurring-profiles-title {
  float: left;
}
/* line 58, ../scss/module/_recurring-profiles.scss */
.recurring-profiles-title h1 {
  margin-bottom: 7px;
}

/* line 63, ../scss/module/_recurring-profiles.scss */
body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
  float: right;
  text-align: right;
  margin-bottom: 30px;
}
@media only screen and (max-width: 479px) {
  /* line 63, ../scss/module/_recurring-profiles.scss */
  body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
    text-align: center;
    float: none;
  }
}
/* line 73, ../scss/module/_recurring-profiles.scss */
body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons .button {
  position: static;
}

/* line 79, ../scss/module/_recurring-profiles.scss */
.recurring-profiles-messages:after {
  content: '';
  display: table;
  clear: both;
}

/* line 84, ../scss/module/_recurring-profiles.scss */
#recurring_start_date_trig {
  display: inline;
}

/* ============================================ *
 * Billing Agreements
 * ============================================ */
/* line 31, ../scss/module/_billing-agreements.scss */
.billing-agreements .info-box {
  margin-bottom: 30px;
}
/* line 34, ../scss/module/_billing-agreements.scss */
.billing-agreements .info-box:after {
  content: '';
  display: table;
  clear: both;
}
/* line 38, ../scss/module/_billing-agreements.scss */
.billing-agreements .info-box .form-list {
  max-width: 400px;
  width: 100%;
}
/* line 43, ../scss/module/_billing-agreements.scss */
.billing-agreements .info-box .box-title {
  margin-top: 20px;
  margin-bottom: 7px;
}
/* line 48, ../scss/module/_billing-agreements.scss */
.billing-agreements .info-box .button {
  float: right;
  margin-top: 7px;
}
@media only screen and (max-width: 479px) {
  /* line 48, ../scss/module/_billing-agreements.scss */
  .billing-agreements .info-box .button {
    width: 100%;
    float: none;
  }
}
/* line 59, ../scss/module/_billing-agreements.scss */
.billing-agreements #payment_method {
  width: 100%;
  margin-top: 7px;
  margin-bottom: 7px;
}

/* line 67, ../scss/module/_billing-agreements.scss */
.billing-agreement-view-header-wrapper .heading {
  max-width: 80%;
}
@media only screen and (max-width: 479px) {
  /* line 67, ../scss/module/_billing-agreements.scss */
  .billing-agreement-view-header-wrapper .heading {
    max-width: 100%;
  }
}

/* line 77, ../scss/module/_billing-agreements.scss */
.billing-agreement-details td, .billing-agreement-details th {
  padding: 3.5px;
}

@media only screen and (max-width: 1279px) {
  /* line 85, ../scss/module/_billing-agreements.scss */
  .billing-agreements .data-table .created-at,
  .billing-agreements .data-table .updated-at {
    display: none;
  }
}
/* ============================================ *
 * Popular Search Terms Cloud
 * ============================================ */
/* line 30, ../scss/module/_popular-terms.scss */
.catalogsearch-term-popular .tags-list {
  float: left;
  width: 100%;
}

/* line 34, ../scss/module/_popular-terms.scss */
.catalogsearch-term-popular .tags-list > li {
  float: left;
  height: 40px;
  margin-right: 25px;
}

/* ============================================ *
 * Widgets
 * ============================================ */
/* -------------------------------------------- *
 * Add to cart by SKU
 */
/* line 37, ../scss/module/_widget.scss */
.sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  /* line 37, ../scss/module/_widget.scss */
  .sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
    max-width: 100px;
  }
}

/* line 49, ../scss/module/_widget.scss */
.widget {
  clear: both;
}

/* line 53, ../scss/module/_widget.scss */
.widget .pager {
  float: none;
  width: 100%;
}

@media only screen and (min-width: 1199px) {
  /* line 64, ../scss/module/_widget.scss */
  .col2-left-layout .col-main .widget,
  .col2-right-layout .col-main .widget,
  .col3-layout .col-main .widget {
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /* Set column config */
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /* Set column config */
  }
  /* line 653, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd) {
    clear: none;
  }
  /* line 656, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  /* line 659, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
  }
  /* line 665, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li {
    margin-right: 2.22222%;
  }
  /* line 668, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li {
    width: 23.33333%;
    margin-right: 2.22222%;
  }
  /* line 672, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1) {
    clear: left;
  }
  /* line 675, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n) {
    margin-right: 0;
  }
  /* line 653, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd) {
    clear: none;
  }
  /* line 656, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  /* line 659, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
  }
  /* line 665, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li {
    margin-right: 2.22222%;
  }
  /* line 668, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li {
    width: 18.22222%;
    margin-right: 2.22222%;
  }
  /* line 672, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1) {
    clear: left;
  }
  /* line 675, ../scss/module/_product-list.scss */
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1023px) {
  /* line 73, ../scss/module/_widget.scss */
  .col1-layout .col-main .widget {
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /* Set column config */
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /* Set column config */
  }
  /* line 653, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd) {
    clear: none;
  }
  /* line 656, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  /* line 659, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
  }
  /* line 665, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li {
    margin-right: 2.22222%;
  }
  /* line 668, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li {
    width: 23.33333%;
    margin-right: 2.22222%;
  }
  /* line 672, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1) {
    clear: left;
  }
  /* line 675, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n) {
    margin-right: 0;
  }
  /* line 653, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd) {
    clear: none;
  }
  /* line 656, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1) {
    clear: none;
  }
  /* line 659, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
  }
  /* line 665, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li {
    margin-right: 2.22222%;
  }
  /* line 668, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li {
    width: 18.22222%;
    margin-right: 2.22222%;
  }
  /* line 672, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1) {
    clear: left;
  }
  /* line 675, ../scss/module/_product-list.scss */
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n) {
    margin-right: 0;
  }
}
/* ============================================ *
 * Checkout - Multiple Addresses
 * ============================================ */
/* line 31, ../scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .checkout-progress {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
/* line 35, ../scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .checkout-progress > li {
  float: left;
  width: 20%;
  text-align: center;
  padding: 8px 1% 6px;
  background: #F4F4F4;
  text-transform: uppercase;
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  margin-bottom: 10px;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif Arial, sans-serif;
}
/* line 46, ../scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .checkout-progress > li.active {
  background-color: #DDDDDD;
}
/* line 49, ../scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .checkout-progress > li.last {
  border-right: 0px;
}
/* line 54, ../scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .page-title {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
/* line 58, ../scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .page-title h1 {
  border: 0 none;
  float: left;
  margin-top: 2px;
  margin-right: 2%;
}
/* line 64, ../scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .page-title .button {
  float: right;
}
/* line 68, ../scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .multiple-checkout > h2 {
  text-transform: none;
  font-size: 17px;
  margin-bottom: 15px;
}
/* line 73, ../scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .messages {
  float: left;
  width: 100%;
}
/* line 77, ../scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .col-2.col-wide {
  width: 66%;
}
/* line 80, ../scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .col-1.col-narrow {
  width: 30%;
}
/* line 83, ../scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .actions {
  margin-bottom: 10px;
}
/* line 87, ../scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] .grand-total {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}
/* line 93, ../scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] #checkout-review-submit {
  float: right;
}
/* line 97, ../scss/module/_checkout-multi-address.scss */
body[class*="checkout-multishipping-"] #review-buttons-container {
  float: right;
  text-align: right;
}

/* line 104, ../scss/module/_checkout-multi-address.scss */
.checkout-multishipping-addresses .btn-remove2 {
  text-indent: -5555px;
  display: block;
  width: 22px;
  height: 22px;
}

/* line 113, ../scss/module/_checkout-multi-address.scss */
.checkout-multishipping-shipping .gift-messages {
  margin-top: 20px;
}
/* line 116, ../scss/module/_checkout-multi-address.scss */
.checkout-multishipping-shipping .gift-messages-form {
  margin-top: 15px;
}
/* line 118, ../scss/module/_checkout-multi-address.scss */
.checkout-multishipping-shipping .gift-messages-form h4 {
  margin-top: 15px;
  margin-bottom: 5px;
}
/* line 122, ../scss/module/_checkout-multi-address.scss */
.checkout-multishipping-shipping .gift-messages-form .form-list {
  margin-top: 10px;
  margin-bottom: 25px;
}
/* line 126, ../scss/module/_checkout-multi-address.scss */
.checkout-multishipping-shipping .gift-messages-form .item {
  margin-top: 15px;
}

/* line 137, ../scss/module/_checkout-multi-address.scss */
.checkout-multishipping-shipping .col-1 .box-title h2, .checkout-multishipping-shipping .col-1 .box-title h3, .checkout-multishipping-shipping .col-1 .box-title h4, .checkout-multishipping-shipping .col-2 .box-title h2, .checkout-multishipping-shipping .col-2 .box-title h3, .checkout-multishipping-shipping .col-2 .box-title h4,
.checkout-multishipping-billing .col-1 .box-title h2,
.checkout-multishipping-billing .col-1 .box-title h3,
.checkout-multishipping-billing .col-1 .box-title h4,
.checkout-multishipping-billing .col-2 .box-title h2,
.checkout-multishipping-billing .col-2 .box-title h3,
.checkout-multishipping-billing .col-2 .box-title h4,
.checkout-multishipping-overview .col-1 .box-title h2,
.checkout-multishipping-overview .col-1 .box-title h3,
.checkout-multishipping-overview .col-1 .box-title h4,
.checkout-multishipping-overview .col-2 .box-title h2,
.checkout-multishipping-overview .col-2 .box-title h3,
.checkout-multishipping-overview .col-2 .box-title h4 {
  font-weight: normal;
  width: 100%;
  background: #F4F4F4;
  border-bottom: 1px solid #CCCCCC;
  padding: 10px;
  font-size: 14px;
}
/* line 146, ../scss/module/_checkout-multi-address.scss */
.checkout-multishipping-shipping .col-1 > h4, .checkout-multishipping-shipping .col-2 > h4,
.checkout-multishipping-billing .col-1 > h4,
.checkout-multishipping-billing .col-2 > h4,
.checkout-multishipping-overview .col-1 > h4,
.checkout-multishipping-overview .col-2 > h4 {
  font-weight: normal;
  width: 100%;
  background: #F4F4F4;
  border-bottom: 1px solid #CCCCCC;
  padding: 10px;
  font-size: 14px;
}
/* line 154, ../scss/module/_checkout-multi-address.scss */
.checkout-multishipping-shipping .col-1 .box-content, .checkout-multishipping-shipping .col-2 .box-content,
.checkout-multishipping-billing .col-1 .box-content,
.checkout-multishipping-billing .col-2 .box-content,
.checkout-multishipping-overview .col-1 .box-content,
.checkout-multishipping-overview .col-2 .box-content {
  margin-bottom: 25px;
  padding-left: 10px;
  margin-top: 10px;
}

/* line 163, ../scss/module/_checkout-multi-address.scss */
.checkout-multishipping-billing .sp-methods dt {
  float: left;
  width: 100%;
}

/* line 169, ../scss/module/_checkout-multi-address.scss */
#multiship-addresses-table > tbody > tr > td.a-center.last > a {
  background-image: none;
}

/* line 173, ../scss/module/_checkout-multi-address.scss */
#review-order-form > div:nth-child(3) > div.divider {
  width: 100%;
  clear: both;
}

@media only screen and (max-width: 1279px) {
  /* line 180, ../scss/module/_checkout-multi-address.scss */
  body[class*="checkout-multishipping-"] .checkout-progress span {
    word-spacing: 300px;
  }

  /* line 185, ../scss/module/_checkout-multi-address.scss */
  #review-order-form .col-1,
  #review-order-form .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 198, ../scss/module/_checkout-multi-address.scss */
  body[class*="checkout-multishipping-"] .checkout-progress span {
    width: 12px;
  }
  /* line 202, ../scss/module/_checkout-multi-address.scss */
  body[class*="checkout-multishipping-"] .checkout-progress li {
    width: 100%;
    margin: 0;
    text-align: left;
    padding-left: 3%;
    border-right: 0px;
  }
  /* line 209, ../scss/module/_checkout-multi-address.scss */
  body[class*="checkout-multishipping-"] .checkout-progress span {
    word-spacing: 1px;
    width: 12px;
  }
  /* line 214, ../scss/module/_checkout-multi-address.scss */
  body[class*="checkout-multishipping-"] .box-title {
    float: left;
    width: 100%;
  }
  /* line 218, ../scss/module/_checkout-multi-address.scss */
  body[class*="checkout-multishipping-"] .page-title .button {
    float: left;
    margin-bottom: 10px;
  }
  /* line 223, ../scss/module/_checkout-multi-address.scss */
  body[class*="checkout-multishipping-"] .linearize-table tfoot td {
    text-align: right;
  }
  /* line 226, ../scss/module/_checkout-multi-address.scss */
  body[class*="checkout-multishipping-"] .linearize-table select {
    width: 100%;
    min-width: 200px;
  }
  /* line 231, ../scss/module/_checkout-multi-address.scss */
  body[class*="checkout-multishipping-"] .col-1.col-narrow, body[class*="checkout-multishipping-"] .col-2.col-wide {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 239, ../scss/module/_checkout-multi-address.scss */
  .checkout-multishipping-addresses .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 10px;
    margin-top: 12px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 248, ../scss/module/_checkout-multi-address.scss */
  body[class*="checkout-multishipping-"] .buttons-set .back-link {
    display: block;
  }
}
/* Toolbar styles */
/* line 6, ../scss/module/_toolbar.scss */
.category-products .toolbar-top .toolbar .pages {
  display: none;
}
/* line 13, ../scss/module/_toolbar.scss */
.category-products .toolbar-bottom .toolbar .sorter,
.category-products .toolbar-bottom .toolbar .limiter {
  display: none;
}
/* line 17, ../scss/module/_toolbar.scss */
.category-products .toolbar-bottom .toolbar .pager {
  display: block;
}
/* line 22, ../scss/module/_toolbar.scss */
.category-products .toolbar {
  background: none;
  border: none;
  margin: 0;
  padding: 25px 0;
  text-align: right;
}
/* line 28, ../scss/module/_toolbar.scss */
.category-products .toolbar .sorter,
.category-products .toolbar .pager {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
/* line 34, ../scss/module/_toolbar.scss */
.category-products .toolbar .sorter .amount,
.category-products .toolbar .pager .amount {
  display: none;
}
/* line 38, ../scss/module/_toolbar.scss */
.category-products .toolbar .sort-by {
  margin-right: 16px;
  height: auto;
}
/* line 42, ../scss/module/_toolbar.scss */
.category-products .toolbar .sort-by a img {
  display: none;
}
/* line 49, ../scss/module/_toolbar.scss */
.category-products .toolbar .sort-by label,
.category-products .toolbar .limiter label {
  display: none;
}
/* line 53, ../scss/module/_toolbar.scss */
.category-products .toolbar .pager {
  overflow: visible;
}
/* line 55, ../scss/module/_toolbar.scss */
.category-products .toolbar .pager .sort-by-switcher {
  display: none;
}
/* line 59, ../scss/module/_toolbar.scss */
.category-products .toolbar .limiter {
  float: none;
  font-size: 0;
  height: auto;
  margin: 0;
}
/* line 65, ../scss/module/_toolbar.scss */
.category-products .toolbar .newListSelected {
  min-width: 240px;
  vertical-align: top;
}
/* line 68, ../scss/module/_toolbar.scss */
.category-products .toolbar .newListSelected .selectedTxt {
  color: #557b92;
  text-align: left;
  padding: 0 10px;
  outline: none;
}
/* line 73, ../scss/module/_toolbar.scss */
.category-products .toolbar .newListSelected .selectedTxt:before {
  color: #557b92;
  right: 15px;
}
/* line 79, ../scss/module/_toolbar.scss */
.category-products .toolbar .newListSelected .SSContainerDivWrapper a {
  text-align: left;
  padding: 10px;
}
/* line 85, ../scss/module/_toolbar.scss */
.category-products .toolbar .newListSelected.newListSelClick .selectedTxt {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border-bottom: 1px solid #bad9eb;
}
/* line 91, ../scss/module/_toolbar.scss */
.category-products .toolbar .pages {
  float: none;
  text-align: center;
  margin: 0;
}
/* line 95, ../scss/module/_toolbar.scss */
.category-products .toolbar .pages li {
  float: none;
  display: inline-block;
  vertical-align: top;
}
/* line 99, ../scss/module/_toolbar.scss */
.category-products .toolbar .pages li:not(.current:first-child) {
  float: left;
}
/* line 102, ../scss/module/_toolbar.scss */
.category-products .toolbar .pages li:not(.current:last-child) {
  float: right;
}
/* line 106, ../scss/module/_toolbar.scss */
.category-products .toolbar .pages a, .category-products .toolbar .pages .current {
  color: #557b92;
  font-size: 16px;
  font-weight: 500;
  width: 28px;
  height: 28px;
  line-height: 28px;
  margin: 8px 0;
  padding: 2px 0 0;
}
/* line 117, ../scss/module/_toolbar.scss */
.category-products .toolbar .pages a.previous, .category-products .toolbar .pages a.next {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #7da0b6;
  border: solid 1px #bad9eb;
  color: #ffffff;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif;
  font-weight: 600;
  width: 192px;
  height: 45px;
  margin: 0;
  padding: 8px 10px 2px;
}
/* line 129, ../scss/module/_toolbar.scss */
.category-products .toolbar .pages a.previous:before, .category-products .toolbar .pages a.next:before {
  display: none;
}
/* line 133, ../scss/module/_toolbar.scss */
.category-products .toolbar .pages a.first, .category-products .toolbar .pages a.last {
  color: #b8d7e9;
  font-size: 11px;
  width: 48px;
  padding: 4px 0 0;
}
/* line 141, ../scss/module/_toolbar.scss */
.category-products .toolbar .pages .current {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #bad9eb;
  border: none;
  color: #557b92;
  font-weight: 700;
}
@media only screen and (max-width: 1279px) {
  /* line 153, ../scss/module/_toolbar.scss */
  .category-products .toolbar .sorter, .category-products .toolbar .pager {
    width: auto;
  }
  /* line 156, ../scss/module/_toolbar.scss */
  .category-products .toolbar .customSelect {
    color: #557b92;
    min-width: inherit;
    width: 240px;
    padding: 0 30px 0 10px;
    outline: none;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 168, ../scss/module/_toolbar.scss */
  .category-products .toolbar .customSelect {
    font-size: 12px;
    width: 190px;
    height: 36px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 177, ../scss/module/_toolbar.scss */
  .category-products .toolbar {
    text-align: center;
  }
  /* line 179, ../scss/module/_toolbar.scss */
  .category-products .toolbar .customSelect {
    width: 140px;
  }
  /* line 184, ../scss/module/_toolbar.scss */
  .category-products .toolbar .pages a.previous, .category-products .toolbar .pages a.next {
    font-size: 0;
    width: 28px;
    height: 28px;
    margin: 8px 0;
    padding: 2px 0 0;
  }
  /* line 191, ../scss/module/_toolbar.scss */
  .category-products .toolbar .pages a.previous:before, .category-products .toolbar .pages a.next:before {
    content: '';
    display: block;
    border: none;
    font-family: 'iconqastore' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #ffffff;
    font-size: 11px;
    position: absolute;
    margin-top: -5px;
  }
  /* line 203, ../scss/module/_toolbar.scss */
  .category-products .toolbar .pages a.previous:before {
    content: '\e916';
    margin-left: -4px;
  }
  /* line 209, ../scss/module/_toolbar.scss */
  .category-products .toolbar .pages a.next:before {
    content: '\e917';
    margin-right: -4px;
  }
}

/* Angency list styles */
/* line 3, ../scss/module/_agency-list.scss */
.store-locator-title, .agencylocator-title h1 {
  color: #0074bc;
  float: left;
  font-size: 35px;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif;
  font-weight: 600;
}

/* line 11, ../scss/module/_agency-list.scss */
.store-locator-selection, .agency-selection {
  float: right;
}
/* line 13, ../scss/module/_agency-list.scss */
.store-locator-selection .newListSelected, .agency-selection .newListSelected {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 48px;
  vertical-align: top;
}
/* line 17, ../scss/module/_agency-list.scss */
.store-locator-selection .newListSelected .selectedTxt, .agency-selection .newListSelected .selectedTxt {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #557b92;
  font-size: 14px;
  height: 48px;
  line-height: 48px;
  padding: 0 15px;
  outline: none;
}
/* line 25, ../scss/module/_agency-list.scss */
.store-locator-selection .newListSelected .selectedTxt:before, .agency-selection .newListSelected .selectedTxt:before {
  right: 15px;
  top: 50%;
  margin-top: -4px;
}
/* line 31, ../scss/module/_agency-list.scss */
.store-locator-selection .newListSelected .SSContainerDivWrapper, .agency-selection .newListSelected .SSContainerDivWrapper {
  font-size: 14px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
/* line 34, ../scss/module/_agency-list.scss */
.store-locator-selection .newListSelected .SSContainerDivWrapper a, .agency-selection .newListSelected .SSContainerDivWrapper a {
  font-size: 14px;
  padding: 10px 15px;
}

/* line 42, ../scss/module/_agency-list.scss */
#store-locator-container {
  border-top: 1px solid #d1d6da;
  margin-top: 25px;
}
/* line 45, ../scss/module/_agency-list.scss */
#store-locator-container #form-container {
  display: none;
}
/* line 48, ../scss/module/_agency-list.scss */
#store-locator-container #map-container {
  margin-top: 40px;
  width: 100%;
  padding: 0;
  position: relative;
}
/* line 55, ../scss/module/_agency-list.scss */
#store-locator-container .bxStoreLocator .bxStoreLocatorLeft {
  width: 100%;
  z-index: 1;
}
/* line 60, ../scss/module/_agency-list.scss */
#store-locator-container #map {
  width: 100%;
  height: 520px;
}
/* line 64, ../scss/module/_agency-list.scss */
#store-locator-container .store-locator-info {
  background: #ffffff;
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  -webkit-box-shadow: 0 0 25px 3px rgba(59, 81, 94, 0.08);
  -moz-box-shadow: 0 0 25px 3px rgba(59, 81, 94, 0.08);
  box-shadow: 0 0 25px 3px rgba(59, 81, 94, 0.08);
  width: 53.90625%;
  padding: 40px;
  position: absolute;
  right: 20px;
  bottom: -10px;
  z-index: 2;
}
/* line 75, ../scss/module/_agency-list.scss */
#store-locator-container .store-locator-info .locator-count .count {
  color: #0074bc;
  font-size: 90px;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 5px;
  margin-top: 5px;
}
/* line 84, ../scss/module/_agency-list.scss */
#store-locator-container .store-locator-info .locator-count .text {
  color: #0074bc;
  font-size: 35px;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 4px;
  text-align: right;
  position: relative;
}
/* line 93, ../scss/module/_agency-list.scss */
#store-locator-container .store-locator-info .locator-count .text:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 215px;
  height: 2px;
  background: #fff346;
  position: absolute;
  bottom: 12px;
  left: 0;
}
/* line 106, ../scss/module/_agency-list.scss */
#store-locator-container .store-locator-info .locator-detail {
  color: #557b92;
  font-size: 14px;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-top: 25px;
}
/* line 115, ../scss/module/_agency-list.scss */
#store-locator-container .store-locator-info .locator-account {
  margin-top: 35px;
}
/* line 117, ../scss/module/_agency-list.scss */
#store-locator-container .store-locator-info .locator-account a {
  background: none;
  padding: 0;
}

/* line 125, ../scss/module/_agency-list.scss */
.store-locator-agencies {
  float: left;
  width: 100%;
  margin-top: 40px;
}
/* line 129, ../scss/module/_agency-list.scss */
.store-locator-agencies:before {
  content: '';
  display: block;
  width: -moz-calc(100% - 29px);
  width: -webkit-calc(100% - 29px);
  width: calc(100% - 29px);
  height: 9px;
  background: url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/divide-line.png") repeat-x left top transparent;
  margin: 0 auto 40px;
}
/* line 137, ../scss/module/_agency-list.scss */
.store-locator-agencies .agency-item {
  float: left;
  width: -moz-calc((100% - 50px)/3);
  width: -webkit-calc((100% - 50px)/3);
  width: calc((100% - 50px)/3);
  margin: 0 25px 40px 0;
  position: relative;
}
/* line 142, ../scss/module/_agency-list.scss */
.store-locator-agencies .agency-item:nth-child(3n) {
  margin-right: 0;
}
/* line 146, ../scss/module/_agency-list.scss */
.store-locator-agencies .agency-item:nth-child(3n) ~ .agency-item:before {
  content: '';
  display: block;
  width: 22px;
  height: 1px;
  background: #bad9eb;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -11px;
}
/* line 157, ../scss/module/_agency-list.scss */
.store-locator-agencies .agency-item:nth-child(3n) ~ .agency-item img {
  width: 100%;
}
/* line 161, ../scss/module/_agency-list.scss */
.store-locator-agencies .agency-item a {
  display: block;
}
/* line 163, ../scss/module/_agency-list.scss */
.store-locator-agencies .agency-item a:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #0074bc;
  opacity: 0.75;
  filter: alpha(opacity=75);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 175, ../scss/module/_agency-list.scss */
.store-locator-agencies .agency-item a:after {
  content: '\e92a';
  display: block;
  color: #ffffff;
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 39px;
  position: absolute;
  left: 50%;
  bottom: 35px;
  margin-left: -38px;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 189, ../scss/module/_agency-list.scss */
.store-locator-agencies .agency-item a:hover:before {
  opacity: 0.95;
  filter: alpha(opacity=95);
}
/* line 192, ../scss/module/_agency-list.scss */
.store-locator-agencies .agency-item a:hover:after {
  color: #fff346;
}
/* line 195, ../scss/module/_agency-list.scss */
.store-locator-agencies .agency-item a:hover .a-city {
  color: #fff346;
}
/* line 200, ../scss/module/_agency-list.scss */
.store-locator-agencies .agency-item .a-code {
  -moz-border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  background: #ffffff;
  color: #0074bc;
  font-size: 30px;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif;
  font-weight: 700;
  width: 53px;
  height: 49px;
  line-height: 1;
  letter-spacing: 2px;
  text-align: center;
  padding: 14px 0;
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 1;
}
/* line 218, ../scss/module/_agency-list.scss */
.store-locator-agencies .agency-item .a-city {
  color: #ffffff;
  font-size: 40px;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 35%;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 1023px) {
  /* line 236, ../scss/module/_agency-list.scss */
  .store-locator-title, .agencylocator-title h1,
  .store-locator-selection,
  .agency-selection {
    max-width: 50%;
  }

  /* line 241, ../scss/module/_agency-list.scss */
  .store-locator-selection .newListSelected, .agency-selection .newListSelected {
    max-width: 100%;
  }

  /* line 246, ../scss/module/_agency-list.scss */
  #store-locator-container #map-container {
    overflow: visible;
  }
  /* line 249, ../scss/module/_agency-list.scss */
  #store-locator-container #map {
    height: 310px;
  }
  /* line 252, ../scss/module/_agency-list.scss */
  #store-locator-container .store-locator-info {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 100%;
    padding: 25px;
    position: static;
    z-index: 2;
  }
  /* line 259, ../scss/module/_agency-list.scss */
  #store-locator-container .store-locator-info .locator-count .count {
    font-size: 60px;
  }
  /* line 264, ../scss/module/_agency-list.scss */
  #store-locator-container .store-locator-info .locator-account img {
    width: 100%;
  }

  /* line 271, ../scss/module/_agency-list.scss */
  .store-locator-agencies .agency-item {
    width: -moz-calc((100% - 25px)/2);
    width: -webkit-calc((100% - 25px)/2);
    width: calc((100% - 25px)/2);
  }
  /* line 273, ../scss/module/_agency-list.scss */
  .store-locator-agencies .agency-item:nth-child(2n) {
    margin-right: 0;
  }
  /* line 276, ../scss/module/_agency-list.scss */
  .store-locator-agencies .agency-item:nth-child(2n + 1) {
    margin-right: 25px;
  }
  /* line 280, ../scss/module/_agency-list.scss */
  .store-locator-agencies .agency-item:nth-child(2n) ~ .agency-item:before {
    content: '';
    display: block;
    width: 22px;
    height: 1px;
    background: #bad9eb;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -11px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 297, ../scss/module/_agency-list.scss */
  .store-locator-title, .agencylocator-title h1,
  .store-locator-selection,
  .agency-selection {
    width: 100%;
    max-width: 100%;
  }

  /* line 302, ../scss/module/_agency-list.scss */
  .store-locator-title, .agencylocator-title h1 {
    font-size: 25px;
    text-align: center;
  }

  /* line 306, ../scss/module/_agency-list.scss */
  .store-locator-selection, .agency-selection {
    margin-top: 10px;
  }
  /* line 308, ../scss/module/_agency-list.scss */
  .store-locator-selection select, .agency-selection select,
  .store-locator-selection .newListSelected,
  .agency-selection .newListSelected {
    min-width: 100%;
  }

  /* line 316, ../scss/module/_agency-list.scss */
  #store-locator-container .store-locator-info .locator-count .count {
    font-size: 40px;
  }
  /* line 319, ../scss/module/_agency-list.scss */
  #store-locator-container .store-locator-info .locator-count .text {
    font-size: 25px;
    margin-top: 10px;
  }
  /* line 322, ../scss/module/_agency-list.scss */
  #store-locator-container .store-locator-info .locator-count .text:before {
    display: none;
  }

  /* line 332, ../scss/module/_agency-list.scss */
  .store-locator-agencies .agency-item a:after {
    font-size: 25px;
    bottom: 10px;
    margin-left: -24px;
  }
  /* line 338, ../scss/module/_agency-list.scss */
  .store-locator-agencies .agency-item .a-code {
    font-size: 20px;
    width: 40px;
    height: 35px;
    padding: 10px 0;
    right: 10px;
  }
  /* line 345, ../scss/module/_agency-list.scss */
  .store-locator-agencies .agency-item .a-city {
    font-size: 25px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 354, ../scss/module/_agency-list.scss */
  #store-locator-container .store-locator-info {
    padding: 15px;
  }
  /* line 357, ../scss/module/_agency-list.scss */
  #store-locator-container .store-locator-info .locator-count .count {
    font-size: 30px;
  }
  /* line 360, ../scss/module/_agency-list.scss */
  #store-locator-container .store-locator-info .locator-count .text {
    font-size: 18px;
  }
  /* line 364, ../scss/module/_agency-list.scss */
  #store-locator-container .store-locator-info .locator-detail,
  #store-locator-container .store-locator-info .locator-account {
    margin-top: 15px;
  }

  /* line 370, ../scss/module/_agency-list.scss */
  .store-locator-agencies {
    margin-top: 25px;
  }
  /* line 372, ../scss/module/_agency-list.scss */
  .store-locator-agencies:before {
    margin-bottom: 25px;
  }
  /* line 375, ../scss/module/_agency-list.scss */
  .store-locator-agencies .agency-item {
    width: 100%;
    margin-right: 0;
  }
  /* line 378, ../scss/module/_agency-list.scss */
  .store-locator-agencies .agency-item:nth-child(2n + 1) {
    margin-right: 0;
  }
  /* line 383, ../scss/module/_agency-list.scss */
  .store-locator-agencies .agency-item ~ .agency-item:before {
    content: '';
    display: block;
    width: 22px;
    height: 1px;
    background: #bad9eb;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -11px;
  }
}
/* Angency detail styles */
/* line 4, ../scss/module/_agency-detail.scss */
.agencylocator-title h1 {
  border: none;
  text-transform: none;
  margin: 0;
  padding: 0;
}

/* line 17, ../scss/module/_agency-detail.scss */
.agencylocator-info {
  border-top: 1px solid #d1d6da;
  float: left;
  width: 100%;
  margin-top: 25px;
  padding-top: 40px;
  position: relative;
}
/* line 24, ../scss/module/_agency-detail.scss */
.agencylocator-info #map-agency {
  width: 100%;
  height: 520px;
}

/* line 30, ../scss/module/_agency-detail.scss */
.agencylocator-view {
  background: #ffffff;
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  -webkit-box-shadow: 0 0 25px 3px rgba(59, 81, 94, 0.08);
  -moz-box-shadow: 0 0 25px 3px rgba(59, 81, 94, 0.08);
  box-shadow: 0 0 25px 3px rgba(59, 81, 94, 0.08);
  width: 53.90625%;
  padding: 40px;
  position: absolute;
  right: 20px;
  bottom: 0;
  z-index: 2;
}
/* line 40, ../scss/module/_agency-detail.scss */
.agencylocator-view .agencylocator-storeimage {
  margin-bottom: 30px;
}
/* line 42, ../scss/module/_agency-detail.scss */
.agencylocator-view .agencylocator-storeimage img {
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

/* line 48, ../scss/module/_agency-detail.scss */
.agencylocator-store-detail {
  float: left;
  width: 42.62295%;
  border-right: 1px solid #d1d6da;
  color: #557b92;
  font-size: 14px;
  letter-spacing: 0.5px;
  padding-right: 25px;
}
/* line 56, ../scss/module/_agency-detail.scss */
.agencylocator-store-detail .agencylocator-storetitle,
.agencylocator-store-detail .agencylocator-phone {
  font-weight: 700;
}
/* line 60, ../scss/module/_agency-detail.scss */
.agencylocator-store-detail .agencylocator-address {
  display: block;
  margin-top: 20px;
}
/* line 64, ../scss/module/_agency-detail.scss */
.agencylocator-store-detail .agencylocator-postalcode,
.agencylocator-store-detail .agencylocator-city {
  display: inline-block;
  vertical-align: top;
}
/* line 69, ../scss/module/_agency-detail.scss */
.agencylocator-store-detail .agencylocator-phone {
  margin-top: 20px;
}

/* line 74, ../scss/module/_agency-detail.scss */
.agencylocator-store-time {
  color: #557b92;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin-left: 42.62295%;
  padding-left: 25px;
}
/* line 80, ../scss/module/_agency-detail.scss */
.agencylocator-store-time:before {
  content: '\e929';
  display: block;
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #d1d6da;
  font-size: 36px;
  margin-bottom: 20px;
}
/* line 89, ../scss/module/_agency-detail.scss */
.agencylocator-store-time p + p strong {
  display: block;
  margin-top: 20px;
}

/* line 96, ../scss/module/_agency-detail.scss */
.agencylocator-detail {
  float: left;
  width: 100%;
  margin-top: 40px;
}
/* line 100, ../scss/module/_agency-detail.scss */
.agencylocator-detail:before {
  content: '';
  display: block;
  width: -moz-calc(100% - 29px);
  width: -webkit-calc(100% - 29px);
  width: calc(100% - 29px);
  height: 9px;
  background: url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/divide-line.png") repeat-x left top transparent;
  margin: 0 auto 40px;
}
/* line 108, ../scss/module/_agency-detail.scss */
.agencylocator-detail .agencylocator-images {
  float: left;
  width: 66.01563%;
}
/* line 111, ../scss/module/_agency-detail.scss */
.agencylocator-detail .agencylocator-images a {
  cursor: zoom-in;
  display: block;
  float: left;
  width: -moz-calc((100% - 25px)/2);
  width: -webkit-calc((100% - 25px)/2);
  width: calc((100% - 25px)/2);
  margin: 0 25px 40px 0;
  position: relative;
}
/* line 118, ../scss/module/_agency-detail.scss */
.agencylocator-detail .agencylocator-images a:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #0074bc;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 130, ../scss/module/_agency-detail.scss */
.agencylocator-detail .agencylocator-images a:nth-child(2n) {
  margin-right: 0;
}
/* line 134, ../scss/module/_agency-detail.scss */
.agencylocator-detail .agencylocator-images a:nth-child(2n) ~ a:before {
  content: '';
  display: block;
  width: 22px;
  height: 1px;
  background: #bad9eb;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -11px;
}
/* line 147, ../scss/module/_agency-detail.scss */
.agencylocator-detail .agencylocator-images a:hover:after {
  opacity: 0.65;
  filter: alpha(opacity=65);
}
/* line 150, ../scss/module/_agency-detail.scss */
.agencylocator-detail .agencylocator-images a:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 155, ../scss/module/_agency-detail.scss */
.agencylocator-detail .agencylocator-images span {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: #3b515e;
  width: 52px;
  height: 52px;
  text-align: center;
  padding: 14px 0;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 169, ../scss/module/_agency-detail.scss */
.agencylocator-detail .agencylocator-images .icon-zoom-full {
  color: #ffffff;
  font-size: 24px;
}
/* line 174, ../scss/module/_agency-detail.scss */
.agencylocator-detail .agencylocator-description {
  color: #557b92;
  font-size: 14px;
  letter-spacing: 0.5px;
  float: right;
  width: 32.03125%;
  padding-top: 20px;
}
/* line 181, ../scss/module/_agency-detail.scss */
.agencylocator-detail .agencylocator-description .share-label {
  color: #557b92;
  font-size: 15px;
  font-weight: 500;
  text-transform: none;
  margin: 0;
}
/* line 188, ../scss/module/_agency-detail.scss */
.agencylocator-detail .agencylocator-description div[class^="addthis_inline_share_toolbox"] {
  clear: none !important;
}
/* line 191, ../scss/module/_agency-detail.scss */
.agencylocator-detail .agencylocator-description .at-resp-share-element {
  margin: 15px 0 45px;
}
/* line 193, ../scss/module/_agency-detail.scss */
.agencylocator-detail .agencylocator-description .at-resp-share-element .at-share-btn {
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  background: none !important;
  margin: 0 10px 0 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  vertical-align: top;
}
/* line 201, ../scss/module/_agency-detail.scss */
.agencylocator-detail .agencylocator-description .at-resp-share-element .at-share-btn:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: '';
  display: block;
  color: #b8d8ea;
  font-size: 32px;
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  overflow: hidden;
}
/* line 211, ../scss/module/_agency-detail.scss */
.agencylocator-detail .agencylocator-description .at-resp-share-element .at-share-btn:hover, .agencylocator-detail .agencylocator-description .at-resp-share-element .at-share-btn:focus {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
/* line 215, ../scss/module/_agency-detail.scss */
.agencylocator-detail .agencylocator-description .at-resp-share-element .at-share-btn.at-svc-facebook:before {
  content: '\e914';
}
/* line 220, ../scss/module/_agency-detail.scss */
.agencylocator-detail .agencylocator-description .at-resp-share-element .at-share-btn.at-svc-twitter:before {
  content: '\e913';
}
/* line 225, ../scss/module/_agency-detail.scss */
.agencylocator-detail .agencylocator-description .at-resp-share-element .at-share-btn.at-svc-google_plusone_share:before {
  content: '\e911';
}
/* line 230, ../scss/module/_agency-detail.scss */
.agencylocator-detail .agencylocator-description .at-resp-share-element .at-share-btn.at-svc-pinterest_share:before {
  content: '\e912';
}
/* line 234, ../scss/module/_agency-detail.scss */
.agencylocator-detail .agencylocator-description .at-resp-share-element .at-share-btn.at-svc-email {
  background: #b8d8ea !important;
}
/* line 236, ../scss/module/_agency-detail.scss */
.agencylocator-detail .agencylocator-description .at-resp-share-element .at-share-btn.at-svc-email:before {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  content: '\e909';
  color: #ffffff;
  font-size: 16px;
  top: 50%;
  left: 50%;
  margin: -9px 0 0 -8px;
}
/* line 247, ../scss/module/_agency-detail.scss */
.agencylocator-detail .agencylocator-description .at-resp-share-element .at-icon,
.agencylocator-detail .agencylocator-description .at-resp-share-element .at-label {
  display: none;
}
/* line 252, ../scss/module/_agency-detail.scss */
.agencylocator-detail .agencylocator-description p + p {
  margin-top: 20px;
}

/* line 260, ../scss/module/_agency-detail.scss */
.agencylocator-agencylocator-view .mfp-figure:after {
  display: none;
}
/* line 265, ../scss/module/_agency-detail.scss */
.agencylocator-agencylocator-view .mfp-image-holder .mfp-close {
  width: auto;
  padding: 0;
  right: 20px;
  top: 20px;
  outline: none;
}
/* line 273, ../scss/module/_agency-detail.scss */
.agencylocator-agencylocator-view .mfp-counter {
  right: 20px;
}
/* line 276, ../scss/module/_agency-detail.scss */
.agencylocator-agencylocator-view .mfp-arrow {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #0074bc;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 284, ../scss/module/_agency-detail.scss */
.agencylocator-agencylocator-view .mfp-arrow:before {
  border: none;
  margin: 0;
  color: #0074bc;
  font-size: 11px;
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -9px;
}
/* line 295, ../scss/module/_agency-detail.scss */
.agencylocator-agencylocator-view .mfp-arrow:after {
  display: none;
}
/* line 299, ../scss/module/_agency-detail.scss */
.agencylocator-agencylocator-view .mfp-arrow-left {
  left: 20px;
}
/* line 301, ../scss/module/_agency-detail.scss */
.agencylocator-agencylocator-view .mfp-arrow-left:before {
  content: '\e905';
}
/* line 305, ../scss/module/_agency-detail.scss */
.agencylocator-agencylocator-view .mfp-arrow-right {
  right: 20px;
}
/* line 307, ../scss/module/_agency-detail.scss */
.agencylocator-agencylocator-view .mfp-arrow-right:before {
  content: '\e906';
}

/* line 313, ../scss/module/_agency-detail.scss */
#at-cv-lightbox,
.at-cv-lightbox-background {
  display: none;
}

@media only screen and (max-width: 1023px) {
  /* line 319, ../scss/module/_agency-detail.scss */
  .agencylocator-title,
  .agency-selection {
    max-width: 50%;
  }

  /* line 324, ../scss/module/_agency-detail.scss */
  .agency-selection .newListSelected {
    max-width: 100%;
  }

  /* line 329, ../scss/module/_agency-detail.scss */
  .agencylocator-info #map-agency {
    height: 310px;
  }

  /* line 333, ../scss/module/_agency-detail.scss */
  .agencylocator-view {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 100%;
    padding: 25px;
    position: static;
  }
  /* line 339, ../scss/module/_agency-detail.scss */
  .agencylocator-view .agencylocator-storeimage img {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 100%;
  }

  /* line 346, ../scss/module/_agency-detail.scss */
  .agencylocator-detail .agencylocator-images {
    width: 100%;
  }
  /* line 349, ../scss/module/_agency-detail.scss */
  .agencylocator-detail .agencylocator-description {
    width: 100%;
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 357, ../scss/module/_agency-detail.scss */
  .agencylocator-title,
  .agency-selection {
    width: 100%;
    max-width: 100%;
  }

  /* line 363, ../scss/module/_agency-detail.scss */
  .agencylocator-title h1 {
    font-size: 25px;
    text-align: center;
    width: 100%;
  }

  /* line 369, ../scss/module/_agency-detail.scss */
  .agency-selection {
    margin-top: 10px;
  }
  /* line 371, ../scss/module/_agency-detail.scss */
  .agency-selection select,
  .agency-selection .newListSelected {
    min-width: 100%;
  }

  /* line 376, ../scss/module/_agency-detail.scss */
  .agencylocator-info {
    padding-top: 25px;
  }

  /* line 379, ../scss/module/_agency-detail.scss */
  .agencylocator-store-detail {
    border-bottom: 1px solid #d1d6da;
    border-right: none;
    padding-right: 0;
    padding-bottom: 20px;
    width: 100%;
  }

  /* line 386, ../scss/module/_agency-detail.scss */
  .agencylocator-store-time {
    clear: both;
    margin-left: 0;
    padding-left: 0;
    padding-top: 25px;
  }

  /* line 394, ../scss/module/_agency-detail.scss */
  .agencylocator-detail .agencylocator-images span {
    width: 40px;
    height: 40px;
    bottom: 10px;
    right: 10px;
    padding: 10px 0;
  }
  /* line 401, ../scss/module/_agency-detail.scss */
  .agencylocator-detail .agencylocator-images .icon-zoom-full {
    font-size: 20px;
  }
  /* line 406, ../scss/module/_agency-detail.scss */
  .agencylocator-detail .agencylocator-description .at-resp-share-element {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 414, ../scss/module/_agency-detail.scss */
  .agencylocator-view {
    padding: 15px;
  }

  /* line 417, ../scss/module/_agency-detail.scss */
  .agencylocator-store-detail {
    padding-bottom: 10px;
  }
  /* line 419, ../scss/module/_agency-detail.scss */
  .agencylocator-store-detail .agencylocator-address,
  .agencylocator-store-detail .agencylocator-phone {
    margin-top: 10px;
  }

  /* line 424, ../scss/module/_agency-detail.scss */
  .agencylocator-store-time {
    padding-top: 15px;
  }
  /* line 427, ../scss/module/_agency-detail.scss */
  .agencylocator-store-time p + p strong {
    margin-top: 10px;
  }

  /* line 432, ../scss/module/_agency-detail.scss */
  .agencylocator-detail {
    margin-top: 25px;
  }
  /* line 434, ../scss/module/_agency-detail.scss */
  .agencylocator-detail:before {
    margin-bottom: 25px;
  }
  /* line 438, ../scss/module/_agency-detail.scss */
  .agencylocator-detail .agencylocator-images a {
    width: 100%;
    margin-right: 0;
  }
  /* line 443, ../scss/module/_agency-detail.scss */
  .agencylocator-detail .agencylocator-images a ~ a:before {
    content: '';
    display: block;
    width: 22px;
    height: 1px;
    background: #bad9eb;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -11px;
  }
}
/* Job list styles */
/* line 5, ../scss/module/_job-list.scss */
.jobs-index-index .page-title h1 {
  border: none;
  color: #3b515e;
  font-size: 20px;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  margin: 0;
  padding: 0;
}
/* line 17, ../scss/module/_job-list.scss */
.jobs-index-index .category-products {
  margin-top: -60px;
}
/* line 20, ../scss/module/_job-list.scss */
.jobs-index-index .products-list {
  margin: 0;
}
/* line 22, ../scss/module/_job-list.scss */
.jobs-index-index .products-list > li {
  border-top: 1px solid #eef2f5;
  border-bottom: none;
  margin: 0 !important;
  padding: 40px 0;
}
/* line 27, ../scss/module/_job-list.scss */
.jobs-index-index .products-list > li p {
  display: inline-block;
  vertical-align: top;
  color: #3b515e;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
}
/* line 34, ../scss/module/_job-list.scss */
.jobs-index-index .products-list > li p img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
/* line 39, ../scss/module/_job-list.scss */
.jobs-index-index .products-list > li p span {
  font-weight: 600;
}
/* line 42, ../scss/module/_job-list.scss */
.jobs-index-index .products-list > li p strong {
  text-transform: none;
}
/* line 45, ../scss/module/_job-list.scss */
.jobs-index-index .products-list > li p.offer-to-provide, .jobs-index-index .products-list > li p.offer-provided {
  border: none;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 53, ../scss/module/_job-list.scss */
.jobs-index-index .products-list > li p.offer-to-provide span {
  color: #17d917;
}
/* line 58, ../scss/module/_job-list.scss */
.jobs-index-index .products-list > li p.offer-provided span {
  color: #ed5b24;
}
/* line 63, ../scss/module/_job-list.scss */
.jobs-index-index .products-list > li p + p {
  border-left: 1px solid #eef2f5;
  margin-left: 26px;
  padding-left: 30px;
}
/* line 69, ../scss/module/_job-list.scss */
.jobs-index-index .products-list .product-name {
  color: #0074bc;
  font-size: 25px;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif;
  font-weight: 300;
  line-height: 1;
  text-transform: none;
  margin-bottom: 20px;
}
/* line 77, ../scss/module/_job-list.scss */
.jobs-index-index .products-list .product-name a {
  color: #0074bc;
  font-size: 25px;
  font-weight: 300;
}
/* line 84, ../scss/module/_job-list.scss */
.jobs-index-index .products-list .product-link a {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #eef2f5;
  color: #557b92;
  font-size: 16px;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  display: block;
  width: 240px;
  height: 45px;
  margin-top: 20px;
  padding: 12px 0 8px;
}
@media only screen and (max-width: 1279px) {
  /* line 105, ../scss/module/_job-list.scss */
  .jobs-index-index .products-list > li p + p {
    margin-left: 8px;
    padding-left: 12px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 114, ../scss/module/_job-list.scss */
  .jobs-index-index .page-title {
    text-align: center;
    margin-top: 30px;
  }
  /* line 118, ../scss/module/_job-list.scss */
  .jobs-index-index .category-products {
    margin-top: 0;
  }
  /* line 122, ../scss/module/_job-list.scss */
  .jobs-index-index .products-list > li {
    text-align: center;
    padding: 20px 0;
  }
  /* line 125, ../scss/module/_job-list.scss */
  .jobs-index-index .products-list > li p {
    display: block;
    font-size: 14px;
  }
  /* line 129, ../scss/module/_job-list.scss */
  .jobs-index-index .products-list > li p + p {
    border: none;
    margin: 0;
    padding: 0;
  }
  /* line 135, ../scss/module/_job-list.scss */
  .jobs-index-index .products-list .product-name {
    font-size: 20px;
    margin-bottom: 10px;
  }
  /* line 138, ../scss/module/_job-list.scss */
  .jobs-index-index .products-list .product-name a {
    font-size: 20px;
  }
  /* line 143, ../scss/module/_job-list.scss */
  .jobs-index-index .products-list .product-link a {
    font-size: 14px;
    margin: 10px auto 0;
    padding: 14px 0 6px;
  }
}

/* line 156, ../scss/module/_job-list.scss */
.jobs-index-index .page-header,
.jobs-index-view .page-header,
.jobs-application-apply .page-header {
  border: none;
}
/* line 159, ../scss/module/_job-list.scss */
.jobs-index-index .jobs-banner,
.jobs-index-view .jobs-banner,
.jobs-application-apply .jobs-banner {
  background: url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/job-banner-img.jpg") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 180px;
  margin-bottom: 30px;
  position: relative;
}
/* line 166, ../scss/module/_job-list.scss */
.jobs-index-index .jobs-banner .jobs-banner-container,
.jobs-index-view .jobs-banner .jobs-banner-container,
.jobs-application-apply .jobs-banner .jobs-banner-container {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 30px;
}
/* line 171, ../scss/module/_job-list.scss */
.jobs-index-index .jobs-banner .jobs-desc,
.jobs-index-view .jobs-banner .jobs-desc,
.jobs-application-apply .jobs-banner .jobs-desc {
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 0 14px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 14px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 14px 2px rgba(0, 0, 0, 0.05);
  background: #ffffff;
  width: 842px;
  height: auto;
  padding: 28px 15px;
  position: absolute;
  bottom: 0;
}
/* line 180, ../scss/module/_job-list.scss */
.jobs-index-index .jobs-banner .jobs-desc h1,
.jobs-index-view .jobs-banner .jobs-desc h1,
.jobs-application-apply .jobs-banner .jobs-desc h1 {
  color: #0074bc;
  font-size: 35px;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  margin: 0;
}
/* line 189, ../scss/module/_job-list.scss */
.jobs-index-index .jobs-banner .jobs-desc p,
.jobs-index-view .jobs-banner .jobs-desc p,
.jobs-application-apply .jobs-banner .jobs-desc p {
  color: #557b92;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
}
/* line 197, ../scss/module/_job-list.scss */
.jobs-index-index .breadcrumbs,
.jobs-index-view .breadcrumbs,
.jobs-application-apply .breadcrumbs {
  margin-bottom: -41px;
  position: relative;
  z-index: 1;
}
/* line 203, ../scss/module/_job-list.scss */
.jobs-index-index .sidebar .block-title,
.jobs-index-view .sidebar .block-title,
.jobs-application-apply .sidebar .block-title {
  margin: 0 0 10px;
  padding: 0;
}
/* line 206, ../scss/module/_job-list.scss */
.jobs-index-index .sidebar .block-title strong,
.jobs-index-view .sidebar .block-title strong,
.jobs-application-apply .sidebar .block-title strong {
  color: #3b515e;
  font-size: 20px;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  margin: 0;
  padding: 0;
}
/* line 220, ../scss/module/_job-list.scss */
.jobs-index-index .sidebar .block-content ul li a,
.jobs-index-view .sidebar .block-content ul li a,
.jobs-application-apply .sidebar .block-content ul li a {
  display: block;
  color: #557b92;
  font-size: 13px;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif;
  font-weight: 300;
  padding: 8px 25px 2px;
  position: relative;
}
/* line 228, ../scss/module/_job-list.scss */
.jobs-index-index .sidebar .block-content ul li a:before,
.jobs-index-view .sidebar .block-content ul li a:before,
.jobs-application-apply .sidebar .block-content ul li a:before {
  content: "\e906";
  display: block;
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 7px;
  color: #557b92;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
}
/* line 241, ../scss/module/_job-list.scss */
.jobs-index-index .sidebar .block-content ul li:hover a, .jobs-index-index .sidebar .block-content ul li.active a,
.jobs-index-view .sidebar .block-content ul li:hover a,
.jobs-index-view .sidebar .block-content ul li.active a,
.jobs-application-apply .sidebar .block-content ul li:hover a,
.jobs-application-apply .sidebar .block-content ul li.active a {
  color: #0074bc;
  font-weight: 500;
}
/* line 244, ../scss/module/_job-list.scss */
.jobs-index-index .sidebar .block-content ul li:hover a:before, .jobs-index-index .sidebar .block-content ul li.active a:before,
.jobs-index-view .sidebar .block-content ul li:hover a:before,
.jobs-index-view .sidebar .block-content ul li.active a:before,
.jobs-application-apply .sidebar .block-content ul li:hover a:before,
.jobs-application-apply .sidebar .block-content ul li.active a:before {
  color: #0074bc;
}
/* line 252, ../scss/module/_job-list.scss */
.jobs-index-index .sidebar .block-link,
.jobs-index-view .sidebar .block-link,
.jobs-application-apply .sidebar .block-link {
  padding: 0 25px;
}
/* line 254, ../scss/module/_job-list.scss */
.jobs-index-index .sidebar .block-link a,
.jobs-index-view .sidebar .block-link a,
.jobs-application-apply .sidebar .block-link a {
  border-bottom: 1px solid #3b515e;
  color: #3b515e;
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  margin-top: 10px;
}
@media only screen and (max-width: 1279px) {
  /* line 269, ../scss/module/_job-list.scss */
  .jobs-index-index .jobs-banner .jobs-banner-container,
  .jobs-index-view .jobs-banner .jobs-banner-container,
  .jobs-application-apply .jobs-banner .jobs-banner-container {
    max-width: 1024px;
  }
  /* line 272, ../scss/module/_job-list.scss */
  .jobs-index-index .jobs-banner .jobs-desc,
  .jobs-index-view .jobs-banner .jobs-desc,
  .jobs-application-apply .jobs-banner .jobs-desc {
    max-width: 65%;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 280, ../scss/module/_job-list.scss */
  .jobs-index-index .jobs-banner .jobs-banner-container,
  .jobs-index-view .jobs-banner .jobs-banner-container,
  .jobs-application-apply .jobs-banner .jobs-banner-container {
    max-width: 768px;
  }
  /* line 284, ../scss/module/_job-list.scss */
  .jobs-index-index .sidebar,
  .jobs-index-view .sidebar,
  .jobs-application-apply .sidebar {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  /* line 290, ../scss/module/_job-list.scss */
  .jobs-index-index .jobs-banner,
  .jobs-index-view .jobs-banner,
  .jobs-application-apply .jobs-banner {
    background: none;
    display: none;
    height: auto;
  }
  /* line 294, ../scss/module/_job-list.scss */
  .jobs-index-index .jobs-banner .jobs-desc,
  .jobs-index-view .jobs-banner .jobs-desc,
  .jobs-application-apply .jobs-banner .jobs-desc {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    max-width: 100%;
    position: static;
    padding: 20px 10px;
  }
}

/* Job detail styles */
/* line 4, ../scss/module/_job-detail.scss */
.jobs-index-view .page-title {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
/* line 8, ../scss/module/_job-detail.scss */
.jobs-index-view .page-title h1 {
  border: none;
  float: left;
  color: #0074bc;
  font-size: 25px;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  margin: 0;
  padding: 0;
}
/* line 20, ../scss/module/_job-detail.scss */
.jobs-index-view .page-title a {
  float: right;
  color: #557b92;
  font-size: 14px;
  font-weight: 500;
}
/* line 25, ../scss/module/_job-detail.scss */
.jobs-index-view .page-title a:before {
  content: '\e905';
  display: inline-block;
  vertical-align: middle;
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 11px;
  margin-right: 15px;
}
/* line 35, ../scss/module/_job-detail.scss */
.jobs-index-view .jobs-description {
  clear: both;
  padding-bottom: 30px;
}
/* line 39, ../scss/module/_job-detail.scss */
.jobs-index-view .jobs-info {
  border-top: 1px solid #eef2f5;
  padding: 30px 0;
}
/* line 42, ../scss/module/_job-detail.scss */
.jobs-index-view .jobs-info p {
  display: inline-block;
  vertical-align: top;
  color: #3b515e;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0;
}
/* line 51, ../scss/module/_job-detail.scss */
.jobs-index-view .jobs-info p img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
/* line 56, ../scss/module/_job-detail.scss */
.jobs-index-view .jobs-info p span {
  font-weight: 600;
}
/* line 59, ../scss/module/_job-detail.scss */
.jobs-index-view .jobs-info p.offer-to-provide, .jobs-index-view .jobs-info p.offer-provided {
  border: none;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 67, ../scss/module/_job-detail.scss */
.jobs-index-view .jobs-info p.offer-to-provide span {
  color: #17d917;
}
/* line 72, ../scss/module/_job-detail.scss */
.jobs-index-view .jobs-info p.offer-provided span {
  color: #ed5b24;
}
/* line 77, ../scss/module/_job-detail.scss */
.jobs-index-view .jobs-info p + p {
  border-left: 1px solid #eef2f5;
  margin-left: 26px;
  padding-left: 30px;
}
/* line 84, ../scss/module/_job-detail.scss */
.jobs-index-view .jobs-detail p, .jobs-index-view .jobs-detail ul li {
  color: #557b92;
  font-size: 15px;
}
/* line 88, ../scss/module/_job-detail.scss */
.jobs-index-view .jobs-detail strong {
  color: #0074bc;
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 1279px) {
  /* line 97, ../scss/module/_job-detail.scss */
  .jobs-index-view .jobs-info p + p {
    margin-left: 8px;
    padding-left: 12px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 105, ../scss/module/_job-detail.scss */
  .jobs-index-view .page-title {
    text-align: center;
    margin: 30px 0 20px;
  }
  /* line 108, ../scss/module/_job-detail.scss */
  .jobs-index-view .page-title h1 {
    float: none;
    font-size: 20px;
    margin-bottom: 10px;
  }
  /* line 113, ../scss/module/_job-detail.scss */
  .jobs-index-view .page-title a {
    float: none;
  }
  /* line 117, ../scss/module/_job-detail.scss */
  .jobs-index-view .jobs-info {
    padding: 15px 0;
  }
  /* line 119, ../scss/module/_job-detail.scss */
  .jobs-index-view .jobs-info p {
    display: block;
    font-size: 14px;
  }
  /* line 123, ../scss/module/_job-detail.scss */
  .jobs-index-view .jobs-info p + p {
    border: none;
    margin: 0;
    padding: 0;
  }
  /* line 130, ../scss/module/_job-detail.scss */
  .jobs-index-view .jobs-detail p, .jobs-index-view .jobs-detail ul li {
    font-size: 14px;
  }
}

/* Job apply styles */
/* line 5, ../scss/module/_job-apply.scss */
.jobs-application-apply .main-container:after {
  content: '';
  display: block;
  width: -moz-calc(100% - 29px);
  width: -webkit-calc(100% - 29px);
  width: calc(100% - 29px);
  height: 9px;
  background: url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/divide-line.png") repeat-x left top transparent;
  margin: 50px auto;
}
/* line 16, ../scss/module/_job-apply.scss */
.jobs-application-apply .jobs-banner .jobs-desc h1 {
  font-size: 28px;
}
/* line 18, ../scss/module/_job-apply.scss */
.jobs-application-apply .jobs-banner .jobs-desc h1 span {
  display: block;
  color: #557b92;
  font-size: 25px;
  font-weight: 500;
  margin-top: 10px;
}
/* line 28, ../scss/module/_job-apply.scss */
.jobs-application-apply .jobs-info {
  border-bottom: 1px solid #eef2f5;
  margin-bottom: 40px;
  padding: 0 0 25px;
  position: relative;
}
/* line 33, ../scss/module/_job-apply.scss */
.jobs-application-apply .jobs-info p {
  display: inline-block;
  vertical-align: top;
  color: #3b515e;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0;
}
/* line 42, ../scss/module/_job-apply.scss */
.jobs-application-apply .jobs-info p img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
/* line 47, ../scss/module/_job-apply.scss */
.jobs-application-apply .jobs-info p span {
  font-weight: 600;
}
/* line 50, ../scss/module/_job-apply.scss */
.jobs-application-apply .jobs-info p.offer-to-provide, .jobs-application-apply .jobs-info p.offer-provided {
  border: none;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 58, ../scss/module/_job-apply.scss */
.jobs-application-apply .jobs-info p.offer-to-provide span {
  color: #17d917;
}
/* line 63, ../scss/module/_job-apply.scss */
.jobs-application-apply .jobs-info p.offer-provided span {
  color: #ed5b24;
}
/* line 68, ../scss/module/_job-apply.scss */
.jobs-application-apply .jobs-info p + p {
  border-left: 1px solid #eef2f5;
  margin-left: 26px;
  padding-left: 30px;
}
/* line 73, ../scss/module/_job-apply.scss */
.jobs-application-apply .jobs-info a {
  float: right;
  color: #557b92;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 81, ../scss/module/_job-apply.scss */
.jobs-application-apply .jobs-info a:before {
  content: '\e905';
  display: inline-block;
  vertical-align: middle;
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 11px;
  margin-right: 15px;
}
/* line 91, ../scss/module/_job-apply.scss */
.jobs-application-apply .form {
  float: left;
  width: 100%;
}
/* line 95, ../scss/module/_job-apply.scss */
.jobs-application-apply .form .form-list.form-left {
  float: left;
  width: 41.57303%;
}
/* line 99, ../scss/module/_job-apply.scss */
.jobs-application-apply .form .form-list.form-right {
  float: right;
  width: 58.42697%;
  padding-left: 20px;
}
/* line 105, ../scss/module/_job-apply.scss */
.jobs-application-apply .form .form-list .fields.hidden {
  display: none;
}
/* line 108, ../scss/module/_job-apply.scss */
.jobs-application-apply .form .form-list .fields.name {
  border-top: 1px solid #d1d6da;
  font-size: 0;
  margin-top: 30px;
  padding-top: 30px;
}
/* line 113, ../scss/module/_job-apply.scss */
.jobs-application-apply .form .form-list .fields.name .fl_wrap {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  width: -moz-calc((100% - 10px)/2);
  width: -webkit-calc((100% - 10px)/2);
  width: calc((100% - 10px)/2);
}
/* line 118, ../scss/module/_job-apply.scss */
.jobs-application-apply .form .form-list .fields.name .fl_wrap:last-of-type {
  margin-right: 0;
}
/* line 123, ../scss/module/_job-apply.scss */
.jobs-application-apply .form .form-list .fields.phone {
  border-bottom: 1px solid #d1d6da;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
/* line 128, ../scss/module/_job-apply.scss */
.jobs-application-apply .form .form-list .fields.text {
  display: none;
}
/* line 133, ../scss/module/_job-apply.scss */
.jobs-application-apply .form .buttons-set {
  float: left;
  width: 100%;
  margin-top: 10px;
}
/* line 137, ../scss/module/_job-apply.scss */
.jobs-application-apply .form .buttons-set button.button {
  font-size: 20px;
  height: 60px;
  min-width: 240px;
}
/* line 143, ../scss/module/_job-apply.scss */
.jobs-application-apply .form .form-content {
  float: left;
  width: 69.53125%;
}
/* line 147, ../scss/module/_job-apply.scss */
.jobs-application-apply .form .information {
  float: right;
  width: 30.46875%;
  margin-top: 0;
  padding-left: 20px;
}
/* line 153, ../scss/module/_job-apply.scss */
.jobs-application-apply .form .information .title h3 {
  color: #557b92;
  font-size: 20px;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif;
  font-weight: 500;
  font-style: italic;
  text-transform: none;
  margin-bottom: 35px;
}
/* line 161, ../scss/module/_job-apply.scss */
.jobs-application-apply .form .information .title h3:before {
  content: '\e94a';
  display: inline-block;
  vertical-align: middle;
  color: #b8d6e8;
  font-size: 44px;
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 10px;
}
/* line 172, ../scss/module/_job-apply.scss */
.jobs-application-apply .form .information .content {
  color: #557b92;
}
/* line 177, ../scss/module/_job-apply.scss */
.jobs-application-apply .form label.required:after {
  color: #f26c4f;
}
/* line 181, ../scss/module/_job-apply.scss */
.jobs-application-apply .form .input-box {
  padding: 0;
}
/* line 184, ../scss/module/_job-apply.scss */
.jobs-application-apply .form .input-text {
  color: #3b515e;
  font-size: 15px;
  font-weight: 500;
  width: 100%;
  height: 55px;
  padding: 20px 20px 0;
}
/* line 191, ../scss/module/_job-apply.scss */
.jobs-application-apply .form .input-text:focus {
  border-color: #7ea2b8;
  outline: none;
}
/* line 196, ../scss/module/_job-apply.scss */
.jobs-application-apply .form textarea.input-text {
  height: 482px;
}
/* line 199, ../scss/module/_job-apply.scss */
.jobs-application-apply .form .NFI-wrapper {
  display: block !important;
  padding: 0;
  overflow: hidden !important;
  position: relative;
}
/* line 204, ../scss/module/_job-apply.scss */
.jobs-application-apply .form .NFI-wrapper:before {
  content: '\e94c';
  display: block;
  color: #7da0b6;
  font-size: 36px;
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -18px;
}
/* line 215, ../scss/module/_job-apply.scss */
.jobs-application-apply .form .NFI-wrapper:after {
  content: '\e94b';
  display: none;
  color: #17d917;
  font-size: 18px;
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -9px;
}
/* line 227, ../scss/module/_job-apply.scss */
.jobs-application-apply .form .NFI-button {
  font-size: 0;
  width: 100%;
  height: 100%;
  position: absolute !important;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 234, ../scss/module/_job-apply.scss */
.jobs-application-apply .form .NFI-current {
  height: 100% !important;
}
/* line 237, ../scss/module/_job-apply.scss */
.jobs-application-apply .form .NFI-filename {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: none;
  color: #3b515e;
  font-size: 15px;
  font-weight: 500;
  width: 100%;
  height: 55px;
  padding: 20px 20px 0 65px !important;
}
/* line 249, ../scss/module/_job-apply.scss */
.jobs-application-apply .form .populated .NFI-wrapper:after {
  display: block;
}
/* line 256, ../scss/module/_job-apply.scss */
.jobs-application-apply .FlowupLabels .fl_wrap {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
/* line 262, ../scss/module/_job-apply.scss */
.jobs-application-apply .FlowupLabels .fl_wrap.populated .fl_label, .jobs-application-apply .FlowupLabels .fl_wrap.focused .fl_label {
  color: #557b92;
  font-size: 11px;
  top: 10px;
}
/* line 269, ../scss/module/_job-apply.scss */
.jobs-application-apply .FlowupLabels .fl_label {
  color: #557b92;
  font-size: 15px;
  font-weight: 400;
  left: 20px;
  top: 20px;
}
/* line 277, ../scss/module/_job-apply.scss */
.jobs-application-apply .FlowupLabels .file .fl_label {
  left: 65px;
}
@media only screen and (max-width: 1279px) {
  /* line 285, ../scss/module/_job-apply.scss */
  .jobs-application-apply .jobs-info p + p {
    margin-left: 8px;
    padding-left: 12px;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 294, ../scss/module/_job-apply.scss */
  .jobs-application-apply .jobs-info a {
    float: none;
    bottom: 30px;
    top: auto;
  }
  /* line 301, ../scss/module/_job-apply.scss */
  .jobs-application-apply .form .form-content {
    width: 100%;
  }
  /* line 304, ../scss/module/_job-apply.scss */
  .jobs-application-apply .form .information {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 314, ../scss/module/_job-apply.scss */
  .jobs-application-apply .main-container:after {
    margin: 30px auto;
  }
  /* line 318, ../scss/module/_job-apply.scss */
  .jobs-application-apply .jobs-banner {
    display: block;
    margin-bottom: 0;
  }
  /* line 321, ../scss/module/_job-apply.scss */
  .jobs-application-apply .jobs-banner .jobs-banner-container {
    padding: 0 10px;
  }
  /* line 324, ../scss/module/_job-apply.scss */
  .jobs-application-apply .jobs-banner .jobs-desc {
    border-bottom: 1px solid #eef2f5;
    padding: 70px 0 25px;
  }
  /* line 327, ../scss/module/_job-apply.scss */
  .jobs-application-apply .jobs-banner .jobs-desc h1 {
    font-size: 20px;
  }
  /* line 329, ../scss/module/_job-apply.scss */
  .jobs-application-apply .jobs-banner .jobs-desc h1 span {
    font-size: 17px;
  }
  /* line 335, ../scss/module/_job-apply.scss */
  .jobs-application-apply .jobs-info {
    margin-bottom: 25px;
    padding: 0 0 15px;
  }
  /* line 338, ../scss/module/_job-apply.scss */
  .jobs-application-apply .jobs-info p {
    display: block;
    font-size: 14px;
  }
  /* line 342, ../scss/module/_job-apply.scss */
  .jobs-application-apply .jobs-info p + p {
    border: none;
    margin: 0;
    padding: 0;
  }
  /* line 347, ../scss/module/_job-apply.scss */
  .jobs-application-apply .jobs-info a {
    position: static;
  }
  /* line 353, ../scss/module/_job-apply.scss */
  .jobs-application-apply .form .form-list.form-left {
    width: 100%;
  }
  /* line 356, ../scss/module/_job-apply.scss */
  .jobs-application-apply .form .form-list.form-right {
    width: 100%;
    padding-left: 0;
  }
  /* line 361, ../scss/module/_job-apply.scss */
  .jobs-application-apply .form .form-list .fields.name {
    border: none;
    margin: 0;
    padding: 0;
  }
  /* line 365, ../scss/module/_job-apply.scss */
  .jobs-application-apply .form .form-list .fields.name .fl_wrap {
    width: 100%;
    margin-bottom: 10px;
  }
  /* line 370, ../scss/module/_job-apply.scss */
  .jobs-application-apply .form .form-list .fields.phone {
    border: none;
    margin-bottom: 10px;
    padding: 0;
  }
  /* line 377, ../scss/module/_job-apply.scss */
  .jobs-application-apply .form .input-text {
    height: 45px;
    padding-top: 15px;
  }
  /* line 381, ../scss/module/_job-apply.scss */
  .jobs-application-apply .form textarea.input-text {
    min-width: 100%;
    height: auto;
  }
  /* line 385, ../scss/module/_job-apply.scss */
  .jobs-application-apply .form .NFI-wrapper {
    padding-top: 0;
  }
  /* line 387, ../scss/module/_job-apply.scss */
  .jobs-application-apply .form .NFI-wrapper:before {
    font-size: 30px;
    margin-top: -15px;
  }
  /* line 392, ../scss/module/_job-apply.scss */
  .jobs-application-apply .form .NFI-filename {
    height: 45px;
    padding-top: 15px !important;
  }
  /* line 398, ../scss/module/_job-apply.scss */
  .jobs-application-apply .form .information .title h3 {
    margin-bottom: 25px;
  }
  /* line 408, ../scss/module/_job-apply.scss */
  .jobs-application-apply .FlowupLabels .fl_wrap.populated .fl_label, .jobs-application-apply .FlowupLabels .fl_wrap.focused .fl_label {
    top: 5px;
  }
  /* line 413, ../scss/module/_job-apply.scss */
  .jobs-application-apply .FlowupLabels .fl_label {
    top: 15px;
  }
}

/* Brand list styles */
/* line 5, ../scss/module/_brand-list.scss */
.marques-index-index .page-title h1 {
  border: none;
  color: #0074bc;
  font-size: 35px;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  margin-bottom: 5px;
  padding: 0;
}
/* line 17, ../scss/module/_brand-list.scss */
.marques-index-index .page-desc {
  border-bottom: 1px solid #d1d6da;
  color: #557b92;
  font-size: 14px;
  padding-bottom: 20px;
}
/* line 23, ../scss/module/_brand-list.scss */
.marques-index-index .marques-menu {
  font-size: 0;
  text-align: center;
  margin-top: 28px;
}
/* line 27, ../scss/module/_brand-list.scss */
.marques-index-index .marques-menu ul {
  padding: 17px 0;
}
/* line 29, ../scss/module/_brand-list.scss */
.marques-index-index .marques-menu ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0 12px;
}
/* line 33, ../scss/module/_brand-list.scss */
.marques-index-index .marques-menu ul li a {
  color: #7ea2b8;
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
}
/* line 38, ../scss/module/_brand-list.scss */
.marques-index-index .marques-menu ul li a:hover {
  color: #0074bc;
}
/* line 41, ../scss/module/_brand-list.scss */
.marques-index-index .marques-menu ul li a.current {
  color: #0074bc;
  position: relative;
}
/* line 44, ../scss/module/_brand-list.scss */
.marques-index-index .marques-menu ul li a.current:after {
  content: '\e907';
  display: block;
  color: #0074bc;
  font-size: 18px;
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
/* line 56, ../scss/module/_brand-list.scss */
.marques-index-index .marques-menu.slim ul {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background: #eef2f5;
  width: 100%;
  padding: 25px 0;
  position: fixed;
  top: 70px;
  left: 0;
  z-index: 11;
}
/* line 66, ../scss/module/_brand-list.scss */
.marques-index-index .marques-menu.slim ul li a {
  font-size: 25px;
}
/* line 69, ../scss/module/_brand-list.scss */
.marques-index-index .marques-menu.slim ul li a.current:after {
  font-size: 14px;
}
/* line 80, ../scss/module/_brand-list.scss */
.marques-index-index .marques-list .brand-list-item h2 {
  color: #0074bc;
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding-top: 100px;
}
/* line 90, ../scss/module/_brand-list.scss */
.marques-index-index .marques-list .brand-list-item h2:after {
  content: '';
  display: block;
  border: 1px dashed #eef2f5;
  width: 240px;
  height: 0;
  margin-top: 20px;
}
/* line 99, ../scss/module/_brand-list.scss */
.marques-index-index .marques-list .brand-list-item .brand-search,
.marques-index-index .marques-list .brand-list-item .btn-close {
  display: none;
}
/* line 104, ../scss/module/_brand-list.scss */
.marques-index-index .marques-list .brand-col {
  margin-top: 35px;
}
/* line 106, ../scss/module/_brand-list.scss */
.marques-index-index .marques-list .brand-col ul {
  font-size: 0;
}
/* line 109, ../scss/module/_brand-list.scss */
.marques-index-index .marques-list .brand-col ul li.sizer {
  width: 20%;
}
/* line 112, ../scss/module/_brand-list.scss */
.marques-index-index .marques-list .brand-col ul li:not(.sizer) {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  width: 20%;
  margin: 0 0 20px;
  padding: 0 10px;
}
/* line 120, ../scss/module/_brand-list.scss */
.marques-index-index .marques-list .brand-col ul li figure {
  height: 100px;
  margin: 0 auto 30px;
  position: relative;
}
/* line 124, ../scss/module/_brand-list.scss */
.marques-index-index .marques-list .brand-col ul li figure img {
  max-width: inherit;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 133, ../scss/module/_brand-list.scss */
.marques-index-index .marques-list .brand-col ul li strong {
  border-top: 1px dashed #eef2f5;
  display: block;
  color: #0074bc;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding-top: 15px;
}
/* line 143, ../scss/module/_brand-list.scss */
.marques-index-index .marques-list .brand-col ul li p {
  color: #557b92;
  font-size: 14px;
  margin: 5px 0 0;
}
/* line 148, ../scss/module/_brand-list.scss */
.marques-index-index .marques-list .brand-col ul li .bttrlazyloading-loaded {
  background-color: transparent !important;
}
@media only screen and (min-width: 1280px) {
  /* line 160, ../scss/module/_brand-list.scss */
  .marques-index-index .page-header.slim .header-main:after {
    display: none;
  }
}
@media only screen and (max-width: 1279px) {
  /* line 171, ../scss/module/_brand-list.scss */
  .marques-index-index .marques-menu.slim ul {
    top: 0;
  }
  /* line 180, ../scss/module/_brand-list.scss */
  .marques-index-index .marques-list .brand-col ul li.sizer, .marques-index-index .marques-list .brand-col ul li:not(.sizer) {
    width: 25%;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 195, ../scss/module/_brand-list.scss */
  .marques-index-index .marques-list .brand-col ul li.sizer, .marques-index-index .marques-list .brand-col ul li:not(.sizer) {
    width: 33.333%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 207, ../scss/module/_brand-list.scss */
  .marques-index-index .page-title h1 {
    font-size: 25px;
    margin: 30px 0 5px;
  }
  /* line 213, ../scss/module/_brand-list.scss */
  .marques-index-index .marques-menu ul {
    padding: 0;
  }
  /* line 215, ../scss/module/_brand-list.scss */
  .marques-index-index .marques-menu ul li {
    padding: 0 6px 12px;
  }
  /* line 217, ../scss/module/_brand-list.scss */
  .marques-index-index .marques-menu ul li a {
    font-size: 25px;
  }
  /* line 219, ../scss/module/_brand-list.scss */
  .marques-index-index .marques-menu ul li a:after {
    font-size: 14px;
  }
  /* line 228, ../scss/module/_brand-list.scss */
  .marques-index-index .marques-list .brand-list-item h2 {
    display: block;
    font-size: 50px;
    padding-top: 50px;
  }
  /* line 232, ../scss/module/_brand-list.scss */
  .marques-index-index .marques-list .brand-list-item h2:after {
    margin: 0 auto;
  }
  /* line 236, ../scss/module/_brand-list.scss */
  .marques-index-index .marques-list .brand-list-item.active {
    background: #ffffff;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    overflow: auto;
    z-index: 111;
  }
  /* line 245, ../scss/module/_brand-list.scss */
  .marques-index-index .marques-list .brand-list-item.active h2 {
    background: #7da0b6;
    font-size: 30px;
    text-align: left;
    padding: 60px 10px 5px;
  }
  /* line 250, ../scss/module/_brand-list.scss */
  .marques-index-index .marques-list .brand-list-item.active h2:after {
    display: none;
  }
  /* line 254, ../scss/module/_brand-list.scss */
  .marques-index-index .marques-list .brand-list-item.active .brand-search {
    display: block;
    width: 70%;
    position: absolute;
    top: 50px;
    left: 15%;
  }
  /* line 260, ../scss/module/_brand-list.scss */
  .marques-index-index .marques-list .brand-list-item.active .brand-search input {
    width: 100%;
    height: 40px;
    padding: 0 10px;
  }
  /* line 266, ../scss/module/_brand-list.scss */
  .marques-index-index .marques-list .brand-list-item.active .btn-close {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: none;
    border: none;
    display: block;
    height: 40px;
    min-width: inherit;
    position: absolute;
    top: 50px;
    right: 10px;
    padding: 5px 5px 0;
  }
  /* line 277, ../scss/module/_brand-list.scss */
  .marques-index-index .marques-list .brand-list-item.active .btn-close:hover {
    background: none;
  }
  /* line 283, ../scss/module/_brand-list.scss */
  .marques-index-index .marques-list .brand-col {
    margin-top: 20px;
  }
  /* line 287, ../scss/module/_brand-list.scss */
  .marques-index-index .marques-list .brand-col ul li figure {
    display: none;
    margin: 0 auto 20px;
  }
  /* line 291, ../scss/module/_brand-list.scss */
  .marques-index-index .marques-list .brand-col ul li strong {
    border: none;
  }
}
@media only screen and (max-width: 479px) {
  /* line 305, ../scss/module/_brand-list.scss */
  .marques-index-index .marques-list .brand-col ul li.sizer, .marques-index-index .marques-list .brand-col ul li:not(.sizer) {
    width: 50%;
  }
}

/* Brand product list styles */
/* line 7, ../scss/module/_brand-product-list.scss */
.marques-index-view .category-products .toolbar-bottom .toolbar .pager {
  float: none;
}
/* line 9, ../scss/module/_brand-product-list.scss */
.marques-index-view .category-products .toolbar-bottom .toolbar .pager .sort-by {
  display: none;
}
/* line 15, ../scss/module/_brand-product-list.scss */
.marques-index-view .category-products .toolbar {
  padding: 5px 0 25px;
}
/* line 17, ../scss/module/_brand-product-list.scss */
.marques-index-view .category-products .toolbar .sorter {
  float: left;
}
/* line 19, ../scss/module/_brand-product-list.scss */
.marques-index-view .category-products .toolbar .sorter .view-mode {
  padding: 8px 0;
}
/* line 21, ../scss/module/_brand-product-list.scss */
.marques-index-view .category-products .toolbar .sorter .view-mode label {
  display: none;
}
/* line 24, ../scss/module/_brand-product-list.scss */
.marques-index-view .category-products .toolbar .sorter .view-mode .grid, .marques-index-view .category-products .toolbar .sorter .view-mode .list {
  background-image: url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/grid-list.png") !important;
  background-color: transparent;
  background-size: auto !important;
  font-size: 0;
  width: 28px;
  height: 28px;
}
/* line 32, ../scss/module/_brand-product-list.scss */
.marques-index-view .category-products .toolbar .sorter .view-mode .grid {
  margin-right: 10px;
}
/* line 36, ../scss/module/_brand-product-list.scss */
.marques-index-view .category-products .toolbar .sorter .view-mode strong.grid {
  background-position: -58px -10px;
}
/* line 39, ../scss/module/_brand-product-list.scss */
.marques-index-view .category-products .toolbar .sorter .view-mode strong.list {
  background-position: -58px -58px;
}
/* line 44, ../scss/module/_brand-product-list.scss */
.marques-index-view .category-products .toolbar .sorter .view-mode a.grid {
  background-position: -10px -10px;
}
/* line 47, ../scss/module/_brand-product-list.scss */
.marques-index-view .category-products .toolbar .sorter .view-mode a.list {
  background-position: -10px -58px;
}
/* line 53, ../scss/module/_brand-product-list.scss */
.marques-index-view .category-products .toolbar .pager {
  float: right;
}
/* line 55, ../scss/module/_brand-product-list.scss */
.marques-index-view .category-products .toolbar .pager .filter-button {
  display: none;
}
/* line 58, ../scss/module/_brand-product-list.scss */
.marques-index-view .category-products .toolbar .pager .count-container,
.marques-index-view .category-products .toolbar .pager .sort-by {
  float: none;
  display: inline-block;
  vertical-align: top;
}
/* line 64, ../scss/module/_brand-product-list.scss */
.marques-index-view .category-products .toolbar .pager .sort-by {
  margin-left: 16px;
  margin-right: 0;
}
/* line 73, ../scss/module/_brand-product-list.scss */
.marques-index-view .sidebar .block-title {
  border: none;
  margin-bottom: 20px;
}
/* line 76, ../scss/module/_brand-product-list.scss */
.marques-index-view .sidebar .block-title strong {
  color: #3b515e;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
}
/* line 85, ../scss/module/_brand-product-list.scss */
.marques-index-view .sidebar .narrow-by-list .mainitems {
  border-bottom: 1px solid #eef2f5;
  color: #3b515e;
  font-size: 15px;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 20px;
  padding: 0 0 12px;
  position: relative;
}
/* line 95, ../scss/module/_brand-product-list.scss */
.marques-index-view .sidebar .narrow-by-list .mainitems .filter-arrow:before {
  content: '\e916';
  cursor: pointer;
  display: block;
  border: none;
  color: #3b515e;
  font-size: 13px;
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  right: 8px;
  top: 2px;
}
/* line 107, ../scss/module/_brand-product-list.scss */
.marques-index-view .sidebar .narrow-by-list .mainitems .filter-arrow img {
  display: none;
}
/* line 113, ../scss/module/_brand-product-list.scss */
.marques-index-view .sidebar .narrow-by-list ol li {
  margin: 0 0 15px;
}
/* line 115, ../scss/module/_brand-product-list.scss */
.marques-index-view .sidebar .narrow-by-list ol li a {
  color: #557b92;
  display: block;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.2;
  padding: 0 25px;
  position: relative;
}
/* line 123, ../scss/module/_brand-product-list.scss */
.marques-index-view .sidebar .narrow-by-list ol li a:before {
  content: '\e906';
  display: block;
  color: #7da0b6;
  font-size: 7px;
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1023px) {
  /* line 143, ../scss/module/_brand-product-list.scss */
  .marques-index-view .category-products .toolbar .pager .filter-button {
    display: none !important;
  }
  /* line 149, ../scss/module/_brand-product-list.scss */
  .marques-index-view .sidebar {
    display: none;
  }
}

/* Category styles */
/* line 2, ../scss/module/_category.scss */
.catalog-category-view .breadcrumbs {
  max-width: 100%;
  padding: 0;
  margin: 0;
  background: #eef2f5;
}
/* line 7, ../scss/module/_category.scss */
.catalog-category-view .breadcrumbs ul {
  margin: 0 auto;
  max-width: 1340px;
  padding: 20px 30px 10px;
  position: relative;
}

@media only screen and (max-width: 1279px) {
  /* line 17, ../scss/module/_category.scss */
  .catalog-category-view .breadcrumbs ul {
    max-width: 1024px;
    padding: 20px 0 10px;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 26, ../scss/module/_category.scss */
  .catalog-category-view .breadcrumbs ul {
    max-width: 768px;
  }
}
/* line 33, ../scss/module/_category.scss */
.catalog-category-view .messages {
  max-width: 100%;
  background: #eef2f5;
  padding: 0;
  margin: 0;
}
/* line 38, ../scss/module/_category.scss */
.catalog-category-view .messages > li {
  margin-bottom: 10px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: left;
}
/* line 47, ../scss/module/_category.scss */
.catalog-category-view .main .messages {
  background: none;
}

/* line 58, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .category-banner,
.featuredproducts-specialpage-promotion .category-banner,
.featuredproducts-specialpage-flash .category-banner,
.catalogsearch-result-index .category-banner,
.catalog-category-view .category-banner {
  background-color: #eef2f5;
  background-size: cover;
  width: 100%;
}
/* line 62, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .category-banner .banner-container,
.featuredproducts-specialpage-promotion .category-banner .banner-container,
.featuredproducts-specialpage-flash .category-banner .banner-container,
.catalogsearch-result-index .category-banner .banner-container,
.catalog-category-view .category-banner .banner-container {
  height: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
/* line 68, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .category-banner .category-info,
.featuredproducts-specialpage-promotion .category-banner .category-info,
.featuredproducts-specialpage-flash .category-banner .category-info,
.catalogsearch-result-index .category-banner .category-info,
.catalog-category-view .category-banner .category-info {
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 0 14px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 14px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 14px 2px rgba(0, 0, 0, 0.05);
  background: #ffffff;
  width: 65.78125%;
  padding: 25px 20px;
}
/* line 75, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .category-banner .category-description,
.featuredproducts-specialpage-promotion .category-banner .category-description,
.featuredproducts-specialpage-flash .category-banner .category-description,
.catalogsearch-result-index .category-banner .category-description,
.catalog-category-view .category-banner .category-description {
  max-height: 30px;
  overflow: hidden;
}
/* line 78, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .category-banner .category-description p,
.featuredproducts-specialpage-promotion .category-banner .category-description p,
.featuredproducts-specialpage-flash .category-banner .category-description p,
.catalogsearch-result-index .category-banner .category-description p,
.catalog-category-view .category-banner .category-description p {
  color: #557b92;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.3;
  margin: 0;
}
/* line 87, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .category-banner .cat-box-right,
.featuredproducts-specialpage-promotion .category-banner .cat-box-right,
.featuredproducts-specialpage-flash .category-banner .cat-box-right,
.catalogsearch-result-index .category-banner .cat-box-right,
.catalog-category-view .category-banner .cat-box-right {
  position: absolute;
  left: 67.34375%;
  bottom: 15px;
  display: table;
}
/* line 92, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .category-banner .cat-box-right:after,
.featuredproducts-specialpage-promotion .category-banner .cat-box-right:after,
.featuredproducts-specialpage-flash .category-banner .cat-box-right:after,
.catalogsearch-result-index .category-banner .cat-box-right:after,
.catalog-category-view .category-banner .cat-box-right:after {
  content: '';
  display: table;
  clear: both;
}
/* line 99, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .category-banner .pdf-link,
.featuredproducts-specialpage-promotion .category-banner .pdf-link,
.featuredproducts-specialpage-flash .category-banner .pdf-link,
.catalogsearch-result-index .category-banner .pdf-link,
.catalog-category-view .category-banner .pdf-link {
  /* position: absolute;
  left: percentage(862/1280);
  bottom: 15px;
  display: block; */
  max-width: 430px;
  display: table-cell;
  vertical-align: middle;
}
/* line 107, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .category-banner .pdf-link .box-image,
.featuredproducts-specialpage-promotion .category-banner .pdf-link .box-image,
.featuredproducts-specialpage-flash .category-banner .pdf-link .box-image,
.catalogsearch-result-index .category-banner .pdf-link .box-image,
.catalog-category-view .category-banner .pdf-link .box-image {
  display: table-cell;
  vertical-align: middle;
}
/* line 112, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .category-banner .pdf-link span.wr-image,
.featuredproducts-specialpage-promotion .category-banner .pdf-link span.wr-image,
.featuredproducts-specialpage-flash .category-banner .pdf-link span.wr-image,
.catalogsearch-result-index .category-banner .pdf-link span.wr-image,
.catalog-category-view .category-banner .pdf-link span.wr-image {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.9);
  vertical-align: middle;
  width: 65px;
  height: 65px;
  padding: 17px;
  margin-right: 10px;
  display: block;
}
/* line 123, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .category-banner .pdf-link span.wr-text,
.featuredproducts-specialpage-promotion .category-banner .pdf-link span.wr-text,
.featuredproducts-specialpage-flash .category-banner .pdf-link span.wr-text,
.catalogsearch-result-index .category-banner .pdf-link span.wr-text,
.catalog-category-view .category-banner .pdf-link span.wr-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  /*   max-width: percentage(340/430); */
  line-height: 18px;
  display: table-cell;
  vertical-align: middle;
}
/* line 133, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .category-banner .pdf-link img,
.featuredproducts-specialpage-promotion .category-banner .pdf-link img,
.featuredproducts-specialpage-flash .category-banner .pdf-link img,
.catalogsearch-result-index .category-banner .pdf-link img,
.catalog-category-view .category-banner .pdf-link img {
  width: 30px;
  height: auto;
}
/* line 138, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .category-banner .cat-box-favorites,
.featuredproducts-specialpage-promotion .category-banner .cat-box-favorites,
.featuredproducts-specialpage-flash .category-banner .cat-box-favorites,
.catalogsearch-result-index .category-banner .cat-box-favorites,
.catalog-category-view .category-banner .cat-box-favorites {
  display: table-cell;
  vertical-align: middle;
  padding-right: 15px;
}
/* line 144, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .category-banner .favorites,
.featuredproducts-specialpage-promotion .category-banner .favorites,
.featuredproducts-specialpage-flash .category-banner .favorites,
.catalogsearch-result-index .category-banner .favorites,
.catalog-category-view .category-banner .favorites {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  display: block;
  width: 65px;
  height: 65px;
  font-size: 0;
  position: relative;
  /*  left: percentage(937/1280); */
}
/* line 155, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .category-banner .favorites.active,
.featuredproducts-specialpage-promotion .category-banner .favorites.active,
.featuredproducts-specialpage-flash .category-banner .favorites.active,
.catalogsearch-result-index .category-banner .favorites.active,
.catalog-category-view .category-banner .favorites.active {
  background: rgba(255, 243, 70, 0.9);
}
/* line 158, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .category-banner .favorites:before,
.featuredproducts-specialpage-promotion .category-banner .favorites:before,
.featuredproducts-specialpage-flash .category-banner .favorites:before,
.catalogsearch-result-index .category-banner .favorites:before,
.catalog-category-view .category-banner .favorites:before {
  content: '\e91a';
  display: block;
  color: rgba(35, 31, 32, 0.3);
  font-size: 26px;
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -13px 0 0 -13px;
}
/* line 175, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .page-title h2, .featuredproducts-specialpage-new .page-title .h2,
.featuredproducts-specialpage-promotion .page-title h2,
.featuredproducts-specialpage-promotion .page-title .h2,
.featuredproducts-specialpage-flash .page-title h2,
.featuredproducts-specialpage-flash .page-title .h2,
.catalogsearch-result-index .page-title h2,
.catalogsearch-result-index .page-title .h2,
.catalog-category-view .page-title h2,
.catalog-category-view .page-title .h2 {
  border: none;
  color: #557b92;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  margin: 0 0 5px;
  padding: 0;
}
/* line 185, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .page-title h1,
.featuredproducts-specialpage-promotion .page-title h1,
.featuredproducts-specialpage-flash .page-title h1,
.catalogsearch-result-index .page-title h1,
.catalog-category-view .page-title h1 {
  color: #0074bc;
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  margin: 0;
  padding: 0;
  line-height: 40px;
}
/* line 197, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .category-children,
.featuredproducts-specialpage-promotion .category-children,
.featuredproducts-specialpage-flash .category-children,
.catalogsearch-result-index .category-children,
.catalog-category-view .category-children {
  margin-top: 35px;
}
/* line 199, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .category-children:before,
.featuredproducts-specialpage-promotion .category-children:before,
.featuredproducts-specialpage-flash .category-children:before,
.catalogsearch-result-index .category-children:before,
.catalog-category-view .category-children:before {
  content: '';
  display: block;
  width: -moz-calc(100% - 29px);
  width: -webkit-calc(100% - 29px);
  width: calc(100% - 29px);
  height: 9px;
  background: url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/divide-line.png") repeat-x left top transparent;
  margin: 0 auto 30px;
}
/* line 207, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .category-children .item,
.featuredproducts-specialpage-promotion .category-children .item,
.featuredproducts-specialpage-flash .category-children .item,
.catalogsearch-result-index .category-children .item,
.catalog-category-view .category-children .item {
  float: left;
  width: -moz-calc((100% - 30px)/2);
  width: -webkit-calc((100% - 30px)/2);
  width: calc((100% - 30px)/2);
  margin: 0 30px 30px 0;
}
/* line 211, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .category-children .item:nth-child(2n),
.featuredproducts-specialpage-promotion .category-children .item:nth-child(2n),
.featuredproducts-specialpage-flash .category-children .item:nth-child(2n),
.catalogsearch-result-index .category-children .item:nth-child(2n),
.catalog-category-view .category-children .item:nth-child(2n) {
  margin-right: 0;
}
/* line 214, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .category-children .item a,
.featuredproducts-specialpage-promotion .category-children .item a,
.featuredproducts-specialpage-flash .category-children .item a,
.catalogsearch-result-index .category-children .item a,
.catalog-category-view .category-children .item a {
  display: block;
  position: relative;
  overflow: hidden;
}
/* line 218, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .category-children .item a:before, .featuredproducts-specialpage-new .category-children .item a:after,
.featuredproducts-specialpage-promotion .category-children .item a:before,
.featuredproducts-specialpage-promotion .category-children .item a:after,
.featuredproducts-specialpage-flash .category-children .item a:before,
.featuredproducts-specialpage-flash .category-children .item a:after,
.catalogsearch-result-index .category-children .item a:before,
.catalogsearch-result-index .category-children .item a:after,
.catalog-category-view .category-children .item a:before,
.catalog-category-view .category-children .item a:after {
  content: '';
  display: block;
  position: absolute;
}
/* line 224, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .category-children .item a:before,
.featuredproducts-specialpage-promotion .category-children .item a:before,
.featuredproducts-specialpage-flash .category-children .item a:before,
.catalogsearch-result-index .category-children .item a:before,
.catalog-category-view .category-children .item a:before {
  content: '\e906';
  color: #fff346;
  font-size: 11px;
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  top: 50%;
  left: 200px;
  margin-top: -5px;
  z-index: 1;
}
/* line 234, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .category-children .item a:after,
.featuredproducts-specialpage-promotion .category-children .item a:after,
.featuredproducts-specialpage-flash .category-children .item a:after,
.catalogsearch-result-index .category-children .item a:after,
.catalog-category-view .category-children .item a:after {
  background: url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/img-shadow.png") no-repeat center transparent;
  width: 240px;
  height: 132px;
  bottom: 0;
  left: 0;
}
/* line 242, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .category-children .item a:hover:before,
.featuredproducts-specialpage-promotion .category-children .item a:hover:before,
.featuredproducts-specialpage-flash .category-children .item a:hover:before,
.catalogsearch-result-index .category-children .item a:hover:before,
.catalog-category-view .category-children .item a:hover:before {
  color: #0074bc;
}
/* line 245, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .category-children .item a:hover:after,
.featuredproducts-specialpage-promotion .category-children .item a:hover:after,
.featuredproducts-specialpage-flash .category-children .item a:hover:after,
.catalogsearch-result-index .category-children .item a:hover:after,
.catalog-category-view .category-children .item a:hover:after {
  display: none;
}
/* line 249, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .category-children .item a:hover figure:before,
.featuredproducts-specialpage-promotion .category-children .item a:hover figure:before,
.featuredproducts-specialpage-flash .category-children .item a:hover figure:before,
.catalogsearch-result-index .category-children .item a:hover figure:before,
.catalog-category-view .category-children .item a:hover figure:before {
  border-bottom-color: rgba(36, 125, 189, 0.8);
}
/* line 252, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .category-children .item a:hover figure:after,
.featuredproducts-specialpage-promotion .category-children .item a:hover figure:after,
.featuredproducts-specialpage-flash .category-children .item a:hover figure:after,
.catalogsearch-result-index .category-children .item a:hover figure:after,
.catalog-category-view .category-children .item a:hover figure:after {
  display: none;
}
/* line 256, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .category-children .item a:hover span,
.featuredproducts-specialpage-promotion .category-children .item a:hover span,
.featuredproducts-specialpage-flash .category-children .item a:hover span,
.catalogsearch-result-index .category-children .item a:hover span,
.catalog-category-view .category-children .item a:hover span {
  color: #0074bc;
}
/* line 258, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .category-children .item a:hover span:before,
.featuredproducts-specialpage-promotion .category-children .item a:hover span:before,
.featuredproducts-specialpage-flash .category-children .item a:hover span:before,
.catalogsearch-result-index .category-children .item a:hover span:before,
.catalog-category-view .category-children .item a:hover span:before {
  background: #0074bc;
}
/* line 264, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .category-children .item figure,
.featuredproducts-specialpage-promotion .category-children .item figure,
.featuredproducts-specialpage-flash .category-children .item figure,
.catalogsearch-result-index .category-children .item figure,
.catalog-category-view .category-children .item figure {
  background: #eef2f5;
  width: 240px;
  height: 135px;
  margin: 0;
  position: relative;
}
/* line 270, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .category-children .item figure:before, .featuredproducts-specialpage-new .category-children .item figure:after,
.featuredproducts-specialpage-promotion .category-children .item figure:before,
.featuredproducts-specialpage-promotion .category-children .item figure:after,
.featuredproducts-specialpage-flash .category-children .item figure:before,
.featuredproducts-specialpage-flash .category-children .item figure:after,
.catalogsearch-result-index .category-children .item figure:before,
.catalogsearch-result-index .category-children .item figure:after,
.catalog-category-view .category-children .item figure:before,
.catalog-category-view .category-children .item figure:after {
  content: '';
  display: block;
  position: absolute;
}
/* line 276, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .category-children .item figure:before,
.featuredproducts-specialpage-promotion .category-children .item figure:before,
.featuredproducts-specialpage-flash .category-children .item figure:before,
.catalogsearch-result-index .category-children .item figure:before,
.catalog-category-view .category-children .item figure:before {
  background: none;
  width: 0;
  height: 0;
  border-bottom: 30px solid rgba(255, 243, 70, 0.8);
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  left: -40px;
  bottom: 0;
  z-index: 1;
}
/* line 287, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .category-children .item figure:after,
.featuredproducts-specialpage-promotion .category-children .item figure:after,
.featuredproducts-specialpage-flash .category-children .item figure:after,
.catalogsearch-result-index .category-children .item figure:after,
.catalog-category-view .category-children .item figure:after {
  background: rgba(126, 162, 184, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
/* line 295, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .category-children .item img,
.featuredproducts-specialpage-promotion .category-children .item img,
.featuredproducts-specialpage-flash .category-children .item img,
.catalogsearch-result-index .category-children .item img,
.catalog-category-view .category-children .item img {
  max-width: 240px;
  height: auto;
}
/* line 299, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .category-children .item .favorites,
.featuredproducts-specialpage-promotion .category-children .item .favorites,
.featuredproducts-specialpage-flash .category-children .item .favorites,
.catalogsearch-result-index .category-children .item .favorites,
.catalog-category-view .category-children .item .favorites {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.8);
  border: none;
  width: 40px;
  height: 40px;
  font-size: 0;
  position: absolute;
  left: 265px;
  top: 0;
}
/* line 310, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .category-children .item .favorites.active,
.featuredproducts-specialpage-promotion .category-children .item .favorites.active,
.featuredproducts-specialpage-flash .category-children .item .favorites.active,
.catalogsearch-result-index .category-children .item .favorites.active,
.catalog-category-view .category-children .item .favorites.active {
  background: #fff346;
}
/* line 313, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .category-children .item .favorites:before,
.featuredproducts-specialpage-promotion .category-children .item .favorites:before,
.featuredproducts-specialpage-flash .category-children .item .favorites:before,
.catalogsearch-result-index .category-children .item .favorites:before,
.catalog-category-view .category-children .item .favorites:before {
  content: '\e91a';
  display: block;
  color: rgba(35, 31, 32, 0.3);
  font-size: 18px;
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -9px 0 0 -9px;
}
/* line 325, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .category-children .item span,
.featuredproducts-specialpage-promotion .category-children .item span,
.featuredproducts-specialpage-flash .category-children .item span,
.catalogsearch-result-index .category-children .item span,
.catalog-category-view .category-children .item span {
  color: #557b92;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
  padding-left: 95px;
  position: absolute;
  left: 265px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 335, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .category-children .item span:before,
.featuredproducts-specialpage-promotion .category-children .item span:before,
.featuredproducts-specialpage-flash .category-children .item span:before,
.catalogsearch-result-index .category-children .item span:before,
.catalog-category-view .category-children .item span:before {
  content: '';
  display: block;
  width: 75px;
  height: 1px;
  background: #e9e9e9;
  position: absolute;
  left: 0;
  top: 42%;
}
/* line 349, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .block-brands-slider,
.featuredproducts-specialpage-promotion .block-brands-slider,
.featuredproducts-specialpage-flash .block-brands-slider,
.catalogsearch-result-index .block-brands-slider,
.catalog-category-view .block-brands-slider {
  clear: both;
  margin-bottom: 0;
  padding-top: 30px;
}
/* line 353, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .block-brands-slider:after,
.featuredproducts-specialpage-promotion .block-brands-slider:after,
.featuredproducts-specialpage-flash .block-brands-slider:after,
.catalogsearch-result-index .block-brands-slider:after,
.catalog-category-view .block-brands-slider:after {
  content: '';
  display: block;
  width: -moz-calc(100% - 29px);
  width: -webkit-calc(100% - 29px);
  width: calc(100% - 29px);
  height: 9px;
  background: url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/divide-line.png") repeat-x left top transparent;
  margin: 50px auto;
}
/* line 362, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .block-brands-slider .head .title,
.featuredproducts-specialpage-promotion .block-brands-slider .head .title,
.featuredproducts-specialpage-flash .block-brands-slider .head .title,
.catalogsearch-result-index .block-brands-slider .head .title,
.catalog-category-view .block-brands-slider .head .title {
  font-size: 25px;
  margin-right: 25px;
}
/* line 367, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .block-brands-slider .head .text-link i,
.featuredproducts-specialpage-promotion .block-brands-slider .head .text-link i,
.featuredproducts-specialpage-flash .block-brands-slider .head .text-link i,
.catalogsearch-result-index .block-brands-slider .head .text-link i,
.catalog-category-view .block-brands-slider .head .text-link i {
  margin-right: 15px;
}
/* line 371, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .block-brands-slider .head .head-right,
.featuredproducts-specialpage-promotion .block-brands-slider .head .head-right,
.featuredproducts-specialpage-flash .block-brands-slider .head .head-right,
.catalogsearch-result-index .block-brands-slider .head .head-right,
.catalog-category-view .block-brands-slider .head .head-right {
  padding-top: 0;
}
/* line 373, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .block-brands-slider .head .head-right .brand-prev,
.featuredproducts-specialpage-new .block-brands-slider .head .head-right .brand-next,
.featuredproducts-specialpage-promotion .block-brands-slider .head .head-right .brand-prev,
.featuredproducts-specialpage-promotion .block-brands-slider .head .head-right .brand-next,
.featuredproducts-specialpage-flash .block-brands-slider .head .head-right .brand-prev,
.featuredproducts-specialpage-flash .block-brands-slider .head .head-right .brand-next,
.catalogsearch-result-index .block-brands-slider .head .head-right .brand-prev,
.catalogsearch-result-index .block-brands-slider .head .head-right .brand-next,
.catalog-category-view .block-brands-slider .head .head-right .brand-prev,
.catalog-category-view .block-brands-slider .head .head-right .brand-next {
  background: #ffffff;
  vertical-align: middle;
  position: relative;
  outline: none;
}
/* line 379, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .block-brands-slider .head .head-right .brand-prev:before,
.featuredproducts-specialpage-new .block-brands-slider .head .head-right .brand-next:before,
.featuredproducts-specialpage-promotion .block-brands-slider .head .head-right .brand-prev:before,
.featuredproducts-specialpage-promotion .block-brands-slider .head .head-right .brand-next:before,
.featuredproducts-specialpage-flash .block-brands-slider .head .head-right .brand-prev:before,
.featuredproducts-specialpage-flash .block-brands-slider .head .head-right .brand-next:before,
.catalogsearch-result-index .block-brands-slider .head .head-right .brand-prev:before,
.catalogsearch-result-index .block-brands-slider .head .head-right .brand-next:before,
.catalog-category-view .block-brands-slider .head .head-right .brand-prev:before,
.catalog-category-view .block-brands-slider .head .head-right .brand-next:before {
  content: '';
  display: block;
  color: #0074bc;
  font-size: 11px;
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -5px 0 0 -9px;
}
/* line 391, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .block-brands-slider .head .head-right .brand-prev,
.featuredproducts-specialpage-promotion .block-brands-slider .head .head-right .brand-prev,
.featuredproducts-specialpage-flash .block-brands-slider .head .head-right .brand-prev,
.catalogsearch-result-index .block-brands-slider .head .head-right .brand-prev,
.catalog-category-view .block-brands-slider .head .head-right .brand-prev {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #0074bc;
  width: 37px;
  height: 37px;
}
/* line 396, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .block-brands-slider .head .head-right .brand-prev:before,
.featuredproducts-specialpage-promotion .block-brands-slider .head .head-right .brand-prev:before,
.featuredproducts-specialpage-flash .block-brands-slider .head .head-right .brand-prev:before,
.catalogsearch-result-index .block-brands-slider .head .head-right .brand-prev:before,
.catalog-category-view .block-brands-slider .head .head-right .brand-prev:before {
  content: '\e905';
}
/* line 400, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .block-brands-slider .head .head-right .brand-next,
.featuredproducts-specialpage-promotion .block-brands-slider .head .head-right .brand-next,
.featuredproducts-specialpage-flash .block-brands-slider .head .head-right .brand-next,
.catalogsearch-result-index .block-brands-slider .head .head-right .brand-next,
.catalog-category-view .block-brands-slider .head .head-right .brand-next {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #0074bc;
  width: 41px;
  height: 41px;
  margin-left: 10px;
}
/* line 406, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .block-brands-slider .head .head-right .brand-next:before,
.featuredproducts-specialpage-promotion .block-brands-slider .head .head-right .brand-next:before,
.featuredproducts-specialpage-flash .block-brands-slider .head .head-right .brand-next:before,
.catalogsearch-result-index .block-brands-slider .head .head-right .brand-next:before,
.catalog-category-view .block-brands-slider .head .head-right .brand-next:before {
  content: '\e906';
}
/* line 413, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .block-brands-slider .brands-wr-item img,
.featuredproducts-specialpage-promotion .block-brands-slider .brands-wr-item img,
.featuredproducts-specialpage-flash .block-brands-slider .brands-wr-item img,
.catalogsearch-result-index .block-brands-slider .brands-wr-item img,
.catalog-category-view .block-brands-slider .brands-wr-item img {
  height: 85px;
}
/* line 422, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .category-products .toolbar-bottom .toolbar .pager,
.featuredproducts-specialpage-promotion .category-products .toolbar-bottom .toolbar .pager,
.featuredproducts-specialpage-flash .category-products .toolbar-bottom .toolbar .pager,
.catalogsearch-result-index .category-products .toolbar-bottom .toolbar .pager,
.catalog-category-view .category-products .toolbar-bottom .toolbar .pager {
  float: none;
}
/* line 424, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .category-products .toolbar-bottom .toolbar .pager .filter-button,
.featuredproducts-specialpage-new .category-products .toolbar-bottom .toolbar .pager .sort-by,
.featuredproducts-specialpage-promotion .category-products .toolbar-bottom .toolbar .pager .filter-button,
.featuredproducts-specialpage-promotion .category-products .toolbar-bottom .toolbar .pager .sort-by,
.featuredproducts-specialpage-flash .category-products .toolbar-bottom .toolbar .pager .filter-button,
.featuredproducts-specialpage-flash .category-products .toolbar-bottom .toolbar .pager .sort-by,
.catalogsearch-result-index .category-products .toolbar-bottom .toolbar .pager .filter-button,
.catalogsearch-result-index .category-products .toolbar-bottom .toolbar .pager .sort-by,
.catalog-category-view .category-products .toolbar-bottom .toolbar .pager .filter-button,
.catalog-category-view .category-products .toolbar-bottom .toolbar .pager .sort-by {
  display: none;
}
/* line 431, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .category-products .toolbar,
.featuredproducts-specialpage-promotion .category-products .toolbar,
.featuredproducts-specialpage-flash .category-products .toolbar,
.catalogsearch-result-index .category-products .toolbar,
.catalog-category-view .category-products .toolbar {
  padding: 5px 0 25px;
}
/* line 433, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .category-products .toolbar .sorter,
.featuredproducts-specialpage-promotion .category-products .toolbar .sorter,
.featuredproducts-specialpage-flash .category-products .toolbar .sorter,
.catalogsearch-result-index .category-products .toolbar .sorter,
.catalog-category-view .category-products .toolbar .sorter {
  float: left;
}
/* line 435, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .category-products .toolbar .sorter .view-mode,
.featuredproducts-specialpage-promotion .category-products .toolbar .sorter .view-mode,
.featuredproducts-specialpage-flash .category-products .toolbar .sorter .view-mode,
.catalogsearch-result-index .category-products .toolbar .sorter .view-mode,
.catalog-category-view .category-products .toolbar .sorter .view-mode {
  padding: 8px 0;
}
/* line 437, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .category-products .toolbar .sorter .view-mode label,
.featuredproducts-specialpage-promotion .category-products .toolbar .sorter .view-mode label,
.featuredproducts-specialpage-flash .category-products .toolbar .sorter .view-mode label,
.catalogsearch-result-index .category-products .toolbar .sorter .view-mode label,
.catalog-category-view .category-products .toolbar .sorter .view-mode label {
  display: none;
}
/* line 440, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .category-products .toolbar .sorter .view-mode .grid, .featuredproducts-specialpage-new .category-products .toolbar .sorter .view-mode .list,
.featuredproducts-specialpage-promotion .category-products .toolbar .sorter .view-mode .grid,
.featuredproducts-specialpage-promotion .category-products .toolbar .sorter .view-mode .list,
.featuredproducts-specialpage-flash .category-products .toolbar .sorter .view-mode .grid,
.featuredproducts-specialpage-flash .category-products .toolbar .sorter .view-mode .list,
.catalogsearch-result-index .category-products .toolbar .sorter .view-mode .grid,
.catalogsearch-result-index .category-products .toolbar .sorter .view-mode .list,
.catalog-category-view .category-products .toolbar .sorter .view-mode .grid,
.catalog-category-view .category-products .toolbar .sorter .view-mode .list {
  background-image: url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/grid-list.png") !important;
  background-color: transparent;
  background-size: auto !important;
  font-size: 0;
  width: 28px;
  height: 28px;
}
/* line 448, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .category-products .toolbar .sorter .view-mode .grid,
.featuredproducts-specialpage-promotion .category-products .toolbar .sorter .view-mode .grid,
.featuredproducts-specialpage-flash .category-products .toolbar .sorter .view-mode .grid,
.catalogsearch-result-index .category-products .toolbar .sorter .view-mode .grid,
.catalog-category-view .category-products .toolbar .sorter .view-mode .grid {
  margin-right: 10px;
}
/* line 452, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .category-products .toolbar .sorter .view-mode strong.grid,
.featuredproducts-specialpage-promotion .category-products .toolbar .sorter .view-mode strong.grid,
.featuredproducts-specialpage-flash .category-products .toolbar .sorter .view-mode strong.grid,
.catalogsearch-result-index .category-products .toolbar .sorter .view-mode strong.grid,
.catalog-category-view .category-products .toolbar .sorter .view-mode strong.grid {
  background-position: -58px -10px;
}
/* line 455, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .category-products .toolbar .sorter .view-mode strong.list,
.featuredproducts-specialpage-promotion .category-products .toolbar .sorter .view-mode strong.list,
.featuredproducts-specialpage-flash .category-products .toolbar .sorter .view-mode strong.list,
.catalogsearch-result-index .category-products .toolbar .sorter .view-mode strong.list,
.catalog-category-view .category-products .toolbar .sorter .view-mode strong.list {
  background-position: -58px -58px;
}
/* line 460, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .category-products .toolbar .sorter .view-mode a.grid,
.featuredproducts-specialpage-promotion .category-products .toolbar .sorter .view-mode a.grid,
.featuredproducts-specialpage-flash .category-products .toolbar .sorter .view-mode a.grid,
.catalogsearch-result-index .category-products .toolbar .sorter .view-mode a.grid,
.catalog-category-view .category-products .toolbar .sorter .view-mode a.grid {
  background-position: -10px -10px;
}
/* line 463, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .category-products .toolbar .sorter .view-mode a.list,
.featuredproducts-specialpage-promotion .category-products .toolbar .sorter .view-mode a.list,
.featuredproducts-specialpage-flash .category-products .toolbar .sorter .view-mode a.list,
.catalogsearch-result-index .category-products .toolbar .sorter .view-mode a.list,
.catalog-category-view .category-products .toolbar .sorter .view-mode a.list {
  background-position: -10px -58px;
}
/* line 469, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .category-products .toolbar .pager,
.featuredproducts-specialpage-promotion .category-products .toolbar .pager,
.featuredproducts-specialpage-flash .category-products .toolbar .pager,
.catalogsearch-result-index .category-products .toolbar .pager,
.catalog-category-view .category-products .toolbar .pager {
  float: right;
}
/* line 471, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .category-products .toolbar .pager .filter-button,
.featuredproducts-specialpage-promotion .category-products .toolbar .pager .filter-button,
.featuredproducts-specialpage-flash .category-products .toolbar .pager .filter-button,
.catalogsearch-result-index .category-products .toolbar .pager .filter-button,
.catalog-category-view .category-products .toolbar .pager .filter-button {
  display: none;
}
/* line 474, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .category-products .toolbar .pager .count-container,
.featuredproducts-specialpage-new .category-products .toolbar .pager .sort-by,
.featuredproducts-specialpage-promotion .category-products .toolbar .pager .count-container,
.featuredproducts-specialpage-promotion .category-products .toolbar .pager .sort-by,
.featuredproducts-specialpage-flash .category-products .toolbar .pager .count-container,
.featuredproducts-specialpage-flash .category-products .toolbar .pager .sort-by,
.catalogsearch-result-index .category-products .toolbar .pager .count-container,
.catalogsearch-result-index .category-products .toolbar .pager .sort-by,
.catalog-category-view .category-products .toolbar .pager .count-container,
.catalog-category-view .category-products .toolbar .pager .sort-by {
  float: none;
  display: inline-block;
  vertical-align: top;
}
/* line 480, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .category-products .toolbar .pager .sort-by,
.featuredproducts-specialpage-promotion .category-products .toolbar .pager .sort-by,
.featuredproducts-specialpage-flash .category-products .toolbar .pager .sort-by,
.catalogsearch-result-index .category-products .toolbar .pager .sort-by,
.catalog-category-view .category-products .toolbar .pager .sort-by {
  margin-left: 16px;
  margin-right: 0;
}
/* line 486, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .category-products .currently,
.featuredproducts-specialpage-promotion .category-products .currently,
.featuredproducts-specialpage-flash .category-products .currently,
.catalogsearch-result-index .category-products .currently,
.catalog-category-view .category-products .currently {
  display: none;
  margin-bottom: 15px;
}
/* line 489, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .category-products .currently ol,
.featuredproducts-specialpage-promotion .category-products .currently ol,
.featuredproducts-specialpage-flash .category-products .currently ol,
.catalogsearch-result-index .category-products .currently ol,
.catalog-category-view .category-products .currently ol {
  font-size: 0;
}
/* line 491, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .category-products .currently ol li,
.featuredproducts-specialpage-promotion .category-products .currently ol li,
.featuredproducts-specialpage-flash .category-products .currently ol li,
.catalogsearch-result-index .category-products .currently ol li,
.catalog-category-view .category-products .currently ol li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
/* line 495, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .category-products .currently ol li .btn-remove,
.featuredproducts-specialpage-promotion .category-products .currently ol li .btn-remove,
.featuredproducts-specialpage-flash .category-products .currently ol li .btn-remove,
.catalogsearch-result-index .category-products .currently ol li .btn-remove,
.catalog-category-view .category-products .currently ol li .btn-remove {
  background: #f8f7f4;
  border: none;
  color: #0074bc;
  font-size: 12px;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif;
  line-height: 1;
  width: auto;
  height: auto;
  padding: 8px 10px 5px;
}
/* line 505, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .category-products .currently ol li .btn-remove:after,
.featuredproducts-specialpage-promotion .category-products .currently ol li .btn-remove:after,
.featuredproducts-specialpage-flash .category-products .currently ol li .btn-remove:after,
.catalogsearch-result-index .category-products .currently ol li .btn-remove:after,
.catalog-category-view .category-products .currently ol li .btn-remove:after {
  content: '\e927';
  color: #cdcdcd;
  font-size: 7px;
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  width: auto;
  height: auto;
  line-height: 1;
  margin-left: 20px;
}
/* line 522, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-grid .item,
.featuredproducts-specialpage-promotion .products-grid .item,
.featuredproducts-specialpage-flash .products-grid .item,
.catalogsearch-result-index .products-grid .item,
.catalog-category-view .products-grid .item {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #eef2f5;
  text-align: left;
}
/* line 527, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-grid .item:hover .product-image,
.featuredproducts-specialpage-new .products-grid .item:hover .product-info,
.featuredproducts-specialpage-promotion .products-grid .item:hover .product-image,
.featuredproducts-specialpage-promotion .products-grid .item:hover .product-info,
.featuredproducts-specialpage-flash .products-grid .item:hover .product-image,
.featuredproducts-specialpage-flash .products-grid .item:hover .product-info,
.catalogsearch-result-index .products-grid .item:hover .product-image,
.catalogsearch-result-index .products-grid .item:hover .product-info,
.catalog-category-view .products-grid .item:hover .product-image,
.catalog-category-view .products-grid .item:hover .product-info {
  border-color: #bad9eb;
}
/* line 531, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-grid .item:hover .product-price,
.featuredproducts-specialpage-promotion .products-grid .item:hover .product-price,
.featuredproducts-specialpage-flash .products-grid .item:hover .product-price,
.catalogsearch-result-index .products-grid .item:hover .product-price,
.catalog-category-view .products-grid .item:hover .product-price {
  background: #bad9eb;
}
/* line 535, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-grid .item .product-image,
.featuredproducts-specialpage-new .products-grid .item .product-info,
.featuredproducts-specialpage-promotion .products-grid .item .product-image,
.featuredproducts-specialpage-promotion .products-grid .item .product-info,
.featuredproducts-specialpage-flash .products-grid .item .product-image,
.featuredproducts-specialpage-flash .products-grid .item .product-info,
.catalogsearch-result-index .products-grid .item .product-image,
.catalogsearch-result-index .products-grid .item .product-info,
.catalog-category-view .products-grid .item .product-image,
.catalog-category-view .products-grid .item .product-info {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #ffffff;
  border-color: #eef2f5;
  border-style: solid;
  margin: 0;
}
/* line 543, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-grid .item .product-image,
.featuredproducts-specialpage-promotion .products-grid .item .product-image,
.featuredproducts-specialpage-flash .products-grid .item .product-image,
.catalogsearch-result-index .products-grid .item .product-image,
.catalog-category-view .products-grid .item .product-image {
  border-width: 2px 2px 1px;
  padding: 4px;
  position: relative;
}
/* line 548, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-grid .item .icon-label,
.featuredproducts-specialpage-promotion .products-grid .item .icon-label,
.featuredproducts-specialpage-flash .products-grid .item .icon-label,
.catalogsearch-result-index .products-grid .item .icon-label,
.catalog-category-view .products-grid .item .icon-label {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: 2;
}
/* line 555, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-grid .item .icon-label img,
.featuredproducts-specialpage-promotion .products-grid .item .icon-label img,
.featuredproducts-specialpage-flash .products-grid .item .icon-label img,
.catalogsearch-result-index .products-grid .item .icon-label img,
.catalog-category-view .products-grid .item .icon-label img {
  width: auto;
  margin: 0 auto;
}
/* line 583, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-grid .item .product-info,
.featuredproducts-specialpage-promotion .products-grid .item .product-info,
.featuredproducts-specialpage-flash .products-grid .item .product-info,
.catalogsearch-result-index .products-grid .item .product-info,
.catalog-category-view .products-grid .item .product-info {
  border-width: 1px 2px 2px;
  min-height: inherit !important;
  padding-bottom: 0 !important;
}
/* line 588, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-grid .item .product-name,
.featuredproducts-specialpage-promotion .products-grid .item .product-name,
.featuredproducts-specialpage-flash .products-grid .item .product-name,
.catalogsearch-result-index .products-grid .item .product-name,
.catalog-category-view .products-grid .item .product-name {
  color: #0074bc;
  font-size: 16px;
  line-height: 20px;
  text-transform: none;
  margin: 0 0 15px;
  padding: 20px 15px 0;
}
/* line 595, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-grid .item .product-name a,
.featuredproducts-specialpage-promotion .products-grid .item .product-name a,
.featuredproducts-specialpage-flash .products-grid .item .product-name a,
.catalogsearch-result-index .products-grid .item .product-name a,
.catalog-category-view .products-grid .item .product-name a {
  display: block;
  color: #0074bc;
  font-weight: 400;
  height: 60px;
  overflow: hidden;
}
/* line 603, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-grid .item .product-more,
.featuredproducts-specialpage-promotion .products-grid .item .product-more,
.featuredproducts-specialpage-flash .products-grid .item .product-more,
.catalogsearch-result-index .products-grid .item .product-more,
.catalog-category-view .products-grid .item .product-more {
  min-height: 40px;
  margin-bottom: 20px;
  padding: 0 15px;
  position: relative;
}
/* line 609, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-grid .item .product-brand,
.featuredproducts-specialpage-promotion .products-grid .item .product-brand,
.featuredproducts-specialpage-flash .products-grid .item .product-brand,
.catalogsearch-result-index .products-grid .item .product-brand,
.catalog-category-view .products-grid .item .product-brand {
  color: #7ea2b8;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
}
/* line 616, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-grid .item .product-ids,
.featuredproducts-specialpage-promotion .products-grid .item .product-ids,
.featuredproducts-specialpage-flash .products-grid .item .product-ids,
.catalogsearch-result-index .products-grid .item .product-ids,
.catalog-category-view .products-grid .item .product-ids {
  color: #7ea2b8;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  text-transform: uppercase;
}
/* line 623, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-grid .item .product-dispo,
.featuredproducts-specialpage-promotion .products-grid .item .product-dispo,
.featuredproducts-specialpage-flash .products-grid .item .product-dispo,
.catalogsearch-result-index .products-grid .item .product-dispo,
.catalog-category-view .products-grid .item .product-dispo {
  font-size: 0;
  position: absolute;
  right: 15px;
  top: 0;
}
/* line 629, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-grid .item .product-price,
.featuredproducts-specialpage-promotion .products-grid .item .product-price,
.featuredproducts-specialpage-flash .products-grid .item .product-price,
.catalogsearch-result-index .products-grid .item .product-price,
.catalog-category-view .products-grid .item .product-price {
  background: #eef2f5;
  padding: 8px 15px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 634, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-grid .item .product-price:after,
.featuredproducts-specialpage-promotion .products-grid .item .product-price:after,
.featuredproducts-specialpage-flash .products-grid .item .product-price:after,
.catalogsearch-result-index .products-grid .item .product-price:after,
.catalog-category-view .products-grid .item .product-price:after {
  content: '';
  display: table;
  clear: both;
}
/* line 637, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-grid .item .product-price .price-box,
.featuredproducts-specialpage-promotion .products-grid .item .product-price .price-box,
.featuredproducts-specialpage-flash .products-grid .item .product-price .price-box,
.catalogsearch-result-index .products-grid .item .product-price .price-box,
.catalog-category-view .products-grid .item .product-price .price-box {
  position: absolute;
  bottom: 5px;
  left: 15px;
}
/* line 642, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-grid .item .product-price .actions,
.featuredproducts-specialpage-promotion .products-grid .item .product-price .actions,
.featuredproducts-specialpage-flash .products-grid .item .product-price .actions,
.catalogsearch-result-index .products-grid .item .product-price .actions,
.catalog-category-view .products-grid .item .product-price .actions {
  float: right;
}
/* line 644, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-grid .item .product-price .actions .button,
.featuredproducts-specialpage-promotion .products-grid .item .product-price .actions .button,
.featuredproducts-specialpage-flash .products-grid .item .product-price .actions .button,
.catalogsearch-result-index .products-grid .item .product-price .actions .button,
.catalog-category-view .products-grid .item .product-price .actions .button {
  border: none;
}
/* line 646, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-grid .item .product-price .actions .button.btn-cart,
.featuredproducts-specialpage-promotion .products-grid .item .product-price .actions .button.btn-cart,
.featuredproducts-specialpage-flash .products-grid .item .product-price .actions .button.btn-cart,
.catalogsearch-result-index .products-grid .item .product-price .actions .button.btn-cart,
.catalog-category-view .products-grid .item .product-price .actions .button.btn-cart {
  min-width: 0;
  background: none;
  height: auto;
  border-radius: 0;
  color: #0074bc;
  padding: 0;
  border: none;
}
/* line 654, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-grid .item .product-price .actions .button.btn-cart:after,
.featuredproducts-specialpage-promotion .products-grid .item .product-price .actions .button.btn-cart:after,
.featuredproducts-specialpage-flash .products-grid .item .product-price .actions .button.btn-cart:after,
.catalogsearch-result-index .products-grid .item .product-price .actions .button.btn-cart:after,
.catalog-category-view .products-grid .item .product-price .actions .button.btn-cart:after {
  content: '';
  display: table;
  clear: both;
}
/* line 658, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-grid .item .product-price .actions .button .icon-arr-long-right,
.featuredproducts-specialpage-promotion .products-grid .item .product-price .actions .button .icon-arr-long-right,
.featuredproducts-specialpage-flash .products-grid .item .product-price .actions .button .icon-arr-long-right,
.catalogsearch-result-index .products-grid .item .product-price .actions .button .icon-arr-long-right,
.catalog-category-view .products-grid .item .product-price .actions .button .icon-arr-long-right {
  position: absolute;
  left: 0;
  top: 18px;
}
/* line 659, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-grid .item .product-price .actions .button .icon-arr-long-right:before,
.featuredproducts-specialpage-promotion .products-grid .item .product-price .actions .button .icon-arr-long-right:before,
.featuredproducts-specialpage-flash .products-grid .item .product-price .actions .button .icon-arr-long-right:before,
.catalogsearch-result-index .products-grid .item .product-price .actions .button .icon-arr-long-right:before,
.catalog-category-view .products-grid .item .product-price .actions .button .icon-arr-long-right:before {
  color: #0074bc;
  font-size: 11px;
}
/* line 667, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-grid .item .product-price .actions .button .bt-ico-cart,
.featuredproducts-specialpage-promotion .products-grid .item .product-price .actions .button .bt-ico-cart,
.featuredproducts-specialpage-flash .products-grid .item .product-price .actions .button .bt-ico-cart,
.catalogsearch-result-index .products-grid .item .product-price .actions .button .bt-ico-cart,
.catalog-category-view .products-grid .item .product-price .actions .button .bt-ico-cart {
  position: relative;
  padding-left: 25px;
  display: block;
}
/* line 672, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-grid .item .product-price .actions .button .icon-cart-mini,
.featuredproducts-specialpage-promotion .products-grid .item .product-price .actions .button .icon-cart-mini,
.featuredproducts-specialpage-flash .products-grid .item .product-price .actions .button .icon-cart-mini,
.catalogsearch-result-index .products-grid .item .product-price .actions .button .icon-cart-mini,
.catalog-category-view .products-grid .item .product-price .actions .button .icon-cart-mini {
  background: #ffffff;
  border-radius: 3px;
  display: block;
  width: 55px;
  height: 55px;
  position: relative;
}
/* line 679, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-grid .item .product-price .actions .button .icon-cart-mini:before,
.featuredproducts-specialpage-promotion .products-grid .item .product-price .actions .button .icon-cart-mini:before,
.featuredproducts-specialpage-flash .products-grid .item .product-price .actions .button .icon-cart-mini:before,
.catalogsearch-result-index .products-grid .item .product-price .actions .button .icon-cart-mini:before,
.catalog-category-view .products-grid .item .product-price .actions .button .icon-cart-mini:before {
  color: #0074bc;
  font-size: 27px;
  line-height: 55px;
}
/* line 684, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-grid .item .product-price .actions .button .icon-cart-mini:after,
.featuredproducts-specialpage-promotion .products-grid .item .product-price .actions .button .icon-cart-mini:after,
.featuredproducts-specialpage-flash .products-grid .item .product-price .actions .button .icon-cart-mini:after,
.catalogsearch-result-index .products-grid .item .product-price .actions .button .icon-cart-mini:after,
.catalog-category-view .products-grid .item .product-price .actions .button .icon-cart-mini:after {
  content: "";
  width: 100%;
  height: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  -webkit-box-shadow: 0px 10px 6px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 6px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 6px -10px rgba(0, 0, 0, 0.75);
}
/* line 697, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-grid .item .product-price .actions .button.btn-cart:hover .icon-cart-mini,
.featuredproducts-specialpage-promotion .products-grid .item .product-price .actions .button.btn-cart:hover .icon-cart-mini,
.featuredproducts-specialpage-flash .products-grid .item .product-price .actions .button.btn-cart:hover .icon-cart-mini,
.catalogsearch-result-index .products-grid .item .product-price .actions .button.btn-cart:hover .icon-cart-mini,
.catalog-category-view .products-grid .item .product-price .actions .button.btn-cart:hover .icon-cart-mini {
  background: #0074bc;
}
/* line 699, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-grid .item .product-price .actions .button.btn-cart:hover .icon-cart-mini:before,
.featuredproducts-specialpage-promotion .products-grid .item .product-price .actions .button.btn-cart:hover .icon-cart-mini:before,
.featuredproducts-specialpage-flash .products-grid .item .product-price .actions .button.btn-cart:hover .icon-cart-mini:before,
.catalogsearch-result-index .products-grid .item .product-price .actions .button.btn-cart:hover .icon-cart-mini:before,
.catalog-category-view .products-grid .item .product-price .actions .button.btn-cart:hover .icon-cart-mini:before {
  color: #ffffff;
}
/* line 706, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-grid .item .product-price .actions .add-to-links,
.featuredproducts-specialpage-promotion .products-grid .item .product-price .actions .add-to-links,
.featuredproducts-specialpage-flash .products-grid .item .product-price .actions .add-to-links,
.catalogsearch-result-index .products-grid .item .product-price .actions .add-to-links,
.catalog-category-view .products-grid .item .product-price .actions .add-to-links {
  display: none;
}
/* line 712, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-grid .item .price-box .weee,
.featuredproducts-specialpage-promotion .products-grid .item .price-box .weee,
.featuredproducts-specialpage-flash .products-grid .item .price-box .weee,
.catalogsearch-result-index .products-grid .item .price-box .weee,
.catalog-category-view .products-grid .item .price-box .weee {
  display: none;
}
/* line 716, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-grid .item .actions,
.featuredproducts-specialpage-promotion .products-grid .item .actions,
.featuredproducts-specialpage-flash .products-grid .item .actions,
.catalogsearch-result-index .products-grid .item .actions,
.catalog-category-view .products-grid .item .actions {
  min-height: inherit;
  width: auto;
  padding: 0;
  position: static;
}
/* line 726, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-list .item,
.featuredproducts-specialpage-promotion .products-list .item,
.featuredproducts-specialpage-flash .products-list .item,
.catalogsearch-result-index .products-list .item,
.catalog-category-view .products-list .item {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #eef2f5;
  width: 100%;
  padding: 0;
  position: relative;
  content: '';
  display: table;
  clear: both;
}
/* line 733, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-list .item:after,
.featuredproducts-specialpage-promotion .products-list .item:after,
.featuredproducts-specialpage-flash .products-list .item:after,
.catalogsearch-result-index .products-list .item:after,
.catalog-category-view .products-list .item:after {
  content: '';
  display: block;
  width: 25%;
  height: 100%;
  background: #eef2f5;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 743, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-list .item .product-image,
.featuredproducts-specialpage-promotion .products-list .item .product-image,
.featuredproducts-specialpage-flash .products-list .item .product-image,
.catalogsearch-result-index .products-list .item .product-image,
.catalog-category-view .products-list .item .product-image {
  background: #ffffff;
  padding: 4px;
  width: 25%;
  position: relative;
}
/* line 749, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-list .item a.link-wishlist,
.featuredproducts-specialpage-promotion .products-list .item a.link-wishlist,
.featuredproducts-specialpage-flash .products-list .item a.link-wishlist,
.catalogsearch-result-index .products-list .item a.link-wishlist,
.catalog-category-view .products-list .item a.link-wishlist {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  text-align: center;
  background: #ffffff;
  position: absolute;
  right: 15px;
  top: 10px;
}
/* line 759, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-list .item a.link-wishlist i:before,
.featuredproducts-specialpage-promotion .products-list .item a.link-wishlist i:before,
.featuredproducts-specialpage-flash .products-list .item a.link-wishlist i:before,
.catalogsearch-result-index .products-list .item a.link-wishlist i:before,
.catalog-category-view .products-list .item a.link-wishlist i:before {
  font-size: 18px;
  color: #b9b9ba;
  line-height: 40px;
}
/* line 764, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-list .item a.link-wishlist.active,
.featuredproducts-specialpage-promotion .products-list .item a.link-wishlist.active,
.featuredproducts-specialpage-flash .products-list .item a.link-wishlist.active,
.catalogsearch-result-index .products-list .item a.link-wishlist.active,
.catalog-category-view .products-list .item a.link-wishlist.active {
  background: #fff346;
}
/* line 766, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-list .item a.link-wishlist.active i:before,
.featuredproducts-specialpage-promotion .products-list .item a.link-wishlist.active i:before,
.featuredproducts-specialpage-flash .products-list .item a.link-wishlist.active i:before,
.catalogsearch-result-index .products-list .item a.link-wishlist.active i:before,
.catalog-category-view .products-list .item a.link-wishlist.active i:before {
  color: #bdb33b;
}
/* line 771, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-list .item .icon-label,
.featuredproducts-specialpage-promotion .products-list .item .icon-label,
.featuredproducts-specialpage-flash .products-list .item .icon-label,
.catalogsearch-result-index .products-list .item .icon-label,
.catalog-category-view .products-list .item .icon-label {
  text-align: center;
}
/* line 773, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-list .item .icon-label img,
.featuredproducts-specialpage-promotion .products-list .item .icon-label img,
.featuredproducts-specialpage-flash .products-list .item .icon-label img,
.catalogsearch-result-index .products-list .item .icon-label img,
.catalog-category-view .products-list .item .icon-label img {
  width: auto;
  margin: 10px auto 0;
}
/* line 778, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-list .item .st-percent,
.featuredproducts-specialpage-promotion .products-list .item .st-percent,
.featuredproducts-specialpage-flash .products-list .item .st-percent,
.catalogsearch-result-index .products-list .item .st-percent,
.catalog-category-view .products-list .item .st-percent {
  display: inline-block;
  vertical-align: top;
  color: #3b515e;
  font-size: 15px;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif;
  font-weight: 600;
  line-height: 45px;
  margin-top: 10px;
  position: relative;
  z-index: 1;
}
/* line 789, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-list .item .st-percent:before,
.featuredproducts-specialpage-promotion .products-list .item .st-percent:before,
.featuredproducts-specialpage-flash .products-list .item .st-percent:before,
.catalogsearch-result-index .products-list .item .st-percent:before,
.catalog-category-view .products-list .item .st-percent:before {
  content: '\e922';
  display: block;
  color: #fff04d;
  font-size: 45px;
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
/* line 802, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-list .item .product-shop,
.featuredproducts-specialpage-promotion .products-list .item .product-shop,
.featuredproducts-specialpage-flash .products-list .item .product-shop,
.catalogsearch-result-index .products-list .item .product-shop,
.catalog-category-view .products-list .item .product-shop {
  float: left;
  width: 50%;
  padding: 20px;
}
/* line 806, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-list .item .product-shop .product-primary,
.featuredproducts-specialpage-new .products-list .item .product-shop .desc,
.featuredproducts-specialpage-promotion .products-list .item .product-shop .product-primary,
.featuredproducts-specialpage-promotion .products-list .item .product-shop .desc,
.featuredproducts-specialpage-flash .products-list .item .product-shop .product-primary,
.featuredproducts-specialpage-flash .products-list .item .product-shop .desc,
.catalogsearch-result-index .products-list .item .product-shop .product-primary,
.catalogsearch-result-index .products-list .item .product-shop .desc,
.catalog-category-view .products-list .item .product-shop .product-primary,
.catalog-category-view .products-list .item .product-shop .desc {
  width: 100%;
}
/* line 810, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-list .item .product-shop:before,
.featuredproducts-specialpage-promotion .products-list .item .product-shop:before,
.featuredproducts-specialpage-flash .products-list .item .product-shop:before,
.catalogsearch-result-index .products-list .item .product-shop:before,
.catalog-category-view .products-list .item .product-shop:before {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  background: none;
  border-left: 1px solid #eef2f5;
  margin-left: -20px;
  position: absolute;
  top: 0;
}
/* line 822, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-list .item .product-name,
.featuredproducts-specialpage-promotion .products-list .item .product-name,
.featuredproducts-specialpage-flash .products-list .item .product-name,
.catalogsearch-result-index .products-list .item .product-name,
.catalog-category-view .products-list .item .product-name {
  color: #0074bc;
  font-size: 16px;
  line-height: 20px;
  text-transform: none;
  margin: 10px 0 15px;
}
/* line 828, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-list .item .product-name a,
.featuredproducts-specialpage-promotion .products-list .item .product-name a,
.featuredproducts-specialpage-flash .products-list .item .product-name a,
.catalogsearch-result-index .products-list .item .product-name a,
.catalog-category-view .products-list .item .product-name a {
  display: block;
  color: #0074bc;
  font-weight: 400;
}
/* line 834, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-list .item .product-brand,
.featuredproducts-specialpage-promotion .products-list .item .product-brand,
.featuredproducts-specialpage-flash .products-list .item .product-brand,
.catalogsearch-result-index .products-list .item .product-brand,
.catalog-category-view .products-list .item .product-brand {
  color: #7ea2b8;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}
/* line 841, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-list .item .product-ids,
.featuredproducts-specialpage-promotion .products-list .item .product-ids,
.featuredproducts-specialpage-flash .products-list .item .product-ids,
.catalogsearch-result-index .products-list .item .product-ids,
.catalog-category-view .products-list .item .product-ids {
  color: #7ea2b8;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 10px;
}
/* line 849, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-list .item .product-ids.item-group,
.featuredproducts-specialpage-promotion .products-list .item .product-ids.item-group,
.featuredproducts-specialpage-flash .products-list .item .product-ids.item-group,
.catalogsearch-result-index .products-list .item .product-ids.item-group,
.catalog-category-view .products-list .item .product-ids.item-group {
  display: none;
}
/* line 852, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-list .item .product-dispo,
.featuredproducts-specialpage-promotion .products-list .item .product-dispo,
.featuredproducts-specialpage-flash .products-list .item .product-dispo,
.catalogsearch-result-index .products-list .item .product-dispo,
.catalog-category-view .products-list .item .product-dispo {
  color: #39e717;
  font-size: 15px;
  font-weight: 500;
  margin-top: 15px;
}
/* line 858, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-list .item .desc-title,
.featuredproducts-specialpage-promotion .products-list .item .desc-title,
.featuredproducts-specialpage-flash .products-list .item .desc-title,
.catalogsearch-result-index .products-list .item .desc-title,
.catalog-category-view .products-list .item .desc-title {
  border-bottom: 1px solid #eef2f5;
  cursor: pointer;
  color: #557b92;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  float: left;
  width: 100%;
  margin: 35px 0 10px;
  padding-bottom: 12px;
  position: relative;
}
/* line 871, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-list .item .desc-title:after,
.featuredproducts-specialpage-promotion .products-list .item .desc-title:after,
.featuredproducts-specialpage-flash .products-list .item .desc-title:after,
.catalogsearch-result-index .products-list .item .desc-title:after,
.catalog-category-view .products-list .item .desc-title:after {
  content: '\e915';
  display: block;
  color: #557b92;
  font-size: 8px;
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 882, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-list .item .desc-title.show-desc:after,
.featuredproducts-specialpage-promotion .products-list .item .desc-title.show-desc:after,
.featuredproducts-specialpage-flash .products-list .item .desc-title.show-desc:after,
.catalogsearch-result-index .products-list .item .desc-title.show-desc:after,
.catalog-category-view .products-list .item .desc-title.show-desc:after {
  content: '\e918';
}
/* line 887, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-list .item .desc,
.featuredproducts-specialpage-promotion .products-list .item .desc,
.featuredproducts-specialpage-flash .products-list .item .desc,
.catalogsearch-result-index .products-list .item .desc,
.catalog-category-view .products-list .item .desc {
  display: none;
  color: #557b92;
  font-size: 11px;
  line-height: 2;
  margin: 0;
}
/* line 893, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-list .item .desc p,
.featuredproducts-specialpage-promotion .products-list .item .desc p,
.featuredproducts-specialpage-flash .products-list .item .desc p,
.catalogsearch-result-index .products-list .item .desc p,
.catalog-category-view .products-list .item .desc p {
  margin: 0;
}
/* line 896, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-list .item .desc p + p,
.featuredproducts-specialpage-promotion .products-list .item .desc p + p,
.featuredproducts-specialpage-flash .products-list .item .desc p + p,
.catalogsearch-result-index .products-list .item .desc p + p,
.catalog-category-view .products-list .item .desc p + p {
  margin-top: 10px;
}
/* line 899, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-list .item .desc .link-learn,
.featuredproducts-specialpage-promotion .products-list .item .desc .link-learn,
.featuredproducts-specialpage-flash .products-list .item .desc .link-learn,
.catalogsearch-result-index .products-list .item .desc .link-learn,
.catalog-category-view .products-list .item .desc .link-learn {
  display: inline-block;
  vertical-align: top;
  color: #7ea2b8;
  font-size: 11px;
  font-weight: 500;
  margin-top: 10px;
}
/* line 906, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-list .item .desc .link-learn i,
.featuredproducts-specialpage-promotion .products-list .item .desc .link-learn i,
.featuredproducts-specialpage-flash .products-list .item .desc .link-learn i,
.catalogsearch-result-index .products-list .item .desc .link-learn i,
.catalog-category-view .products-list .item .desc .link-learn i {
  color: #7ea2b8;
  font-size: 10px;
  margin-right: 10px;
}
/* line 911, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-list .item .desc .link-learn span,
.featuredproducts-specialpage-promotion .products-list .item .desc .link-learn span,
.featuredproducts-specialpage-flash .products-list .item .desc .link-learn span,
.catalogsearch-result-index .products-list .item .desc .link-learn span,
.catalog-category-view .products-list .item .desc .link-learn span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
/* line 915, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-list .item .desc .link-learn span:after,
.featuredproducts-specialpage-promotion .products-list .item .desc .link-learn span:after,
.featuredproducts-specialpage-flash .products-list .item .desc .link-learn span:after,
.catalogsearch-result-index .products-list .item .desc .link-learn span:after,
.catalog-category-view .products-list .item .desc .link-learn span:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #7ea2b8;
}
/* line 925, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-list .item .product-price,
.featuredproducts-specialpage-promotion .products-list .item .product-price,
.featuredproducts-specialpage-flash .products-list .item .product-price,
.catalogsearch-result-index .products-list .item .product-price,
.catalog-category-view .products-list .item .product-price {
  background: #eef2f5;
  float: right;
  width: 25%;
  padding: 20px;
  position: relative;
  z-index: 1;
}
/* line 934, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-list .item .price-box .price,
.featuredproducts-specialpage-promotion .products-list .item .price-box .price,
.featuredproducts-specialpage-flash .products-list .item .price-box .price,
.catalogsearch-result-index .products-list .item .price-box .price,
.catalog-category-view .products-list .item .price-box .price {
  font-size: 25px;
  line-height: 30px;
}
/* line 939, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-list .item .price-box .old-price .price,
.featuredproducts-specialpage-promotion .products-list .item .price-box .old-price .price,
.featuredproducts-specialpage-flash .products-list .item .price-box .old-price .price,
.catalogsearch-result-index .products-list .item .price-box .old-price .price,
.catalog-category-view .products-list .item .price-box .old-price .price {
  font-size: 17px;
}
/* line 943, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-list .item .price-box .weee,
.featuredproducts-specialpage-promotion .products-list .item .price-box .weee,
.featuredproducts-specialpage-flash .products-list .item .price-box .weee,
.catalogsearch-result-index .products-list .item .price-box .weee,
.catalog-category-view .products-list .item .price-box .weee {
  display: none;
}
/* line 948, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-list .item .action .button,
.featuredproducts-specialpage-promotion .products-list .item .action .button,
.featuredproducts-specialpage-flash .products-list .item .action .button,
.catalogsearch-result-index .products-list .item .action .button,
.catalog-category-view .products-list .item .action .button {
  background: #ffffff;
  border: none;
  color: #0074bc;
  font-size: 15px;
  text-transform: none;
  width: 100%;
  margin-top: 15px;
  white-space: nowrap;
  padding: 13px 20px;
  position: relative;
}
/* line 959, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-list .item .action .button:before,
.featuredproducts-specialpage-promotion .products-list .item .action .button:before,
.featuredproducts-specialpage-flash .products-list .item .action .button:before,
.catalogsearch-result-index .products-list .item .action .button:before,
.catalog-category-view .products-list .item .action .button:before {
  content: '\e903';
  display: inline-block;
  vertical-align: middle;
  color: #0074bc;
  font-size: 24px;
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 10px;
}
/* line 968, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-list .item .action .button:after,
.featuredproducts-specialpage-promotion .products-list .item .action .button:after,
.featuredproducts-specialpage-flash .products-list .item .action .button:after,
.catalogsearch-result-index .products-list .item .action .button:after,
.catalog-category-view .products-list .item .action .button:after {
  content: '';
  display: block;
  width: 174px;
  height: 33px;
  background: url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/button-shadow.png") no-repeat center transparent;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -87px;
  z-index: -1;
}
/* line 982, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .products-list .item .add-to-links,
.featuredproducts-specialpage-promotion .products-list .item .add-to-links,
.featuredproducts-specialpage-flash .products-list .item .add-to-links,
.catalogsearch-result-index .products-list .item .add-to-links,
.catalog-category-view .products-list .item .add-to-links {
  display: none;
}
/* line 989, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .sidebar .block-title,
.featuredproducts-specialpage-promotion .sidebar .block-title,
.featuredproducts-specialpage-flash .sidebar .block-title,
.catalogsearch-result-index .sidebar .block-title,
.catalog-category-view .sidebar .block-title {
  border: none;
  margin-bottom: 20px;
}
/* line 992, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .sidebar .block-title strong,
.featuredproducts-specialpage-promotion .sidebar .block-title strong,
.featuredproducts-specialpage-flash .sidebar .block-title strong,
.catalogsearch-result-index .sidebar .block-title strong,
.catalog-category-view .sidebar .block-title strong {
  color: #3b515e;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  display: block;
}
/* line 999, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .sidebar .block-title strong span,
.featuredproducts-specialpage-promotion .sidebar .block-title strong span,
.featuredproducts-specialpage-flash .sidebar .block-title strong span,
.catalogsearch-result-index .sidebar .block-title strong span,
.catalog-category-view .sidebar .block-title strong span {
  display: block;
}
/* line 1005, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .sidebar .list-sub-category li,
.featuredproducts-specialpage-promotion .sidebar .list-sub-category li,
.featuredproducts-specialpage-flash .sidebar .list-sub-category li,
.catalogsearch-result-index .sidebar .list-sub-category li,
.catalog-category-view .sidebar .list-sub-category li {
  margin: 0 0 15px;
}
/* line 1007, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .sidebar .list-sub-category li a,
.featuredproducts-specialpage-promotion .sidebar .list-sub-category li a,
.featuredproducts-specialpage-flash .sidebar .list-sub-category li a,
.catalogsearch-result-index .sidebar .list-sub-category li a,
.catalog-category-view .sidebar .list-sub-category li a {
  color: #557b92;
  display: block;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.2;
  padding: 0 25px;
  position: relative;
}
/* line 1015, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .sidebar .list-sub-category li a:before,
.featuredproducts-specialpage-promotion .sidebar .list-sub-category li a:before,
.featuredproducts-specialpage-flash .sidebar .list-sub-category li a:before,
.catalogsearch-result-index .sidebar .list-sub-category li a:before,
.catalog-category-view .sidebar .list-sub-category li a:before {
  content: '\e906';
  display: block;
  color: #7da0b6;
  font-size: 7px;
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 1028, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .sidebar .block-view-products,
.featuredproducts-specialpage-promotion .sidebar .block-view-products,
.featuredproducts-specialpage-flash .sidebar .block-view-products,
.catalogsearch-result-index .sidebar .block-view-products,
.catalog-category-view .sidebar .block-view-products {
  display: none;
}
/* line 1034, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .block-layered-nav .block-title,
.featuredproducts-specialpage-promotion .block-layered-nav .block-title,
.featuredproducts-specialpage-flash .block-layered-nav .block-title,
.catalogsearch-result-index .block-layered-nav .block-title,
.catalog-category-view .block-layered-nav .block-title {
  display: none;
}
/* line 1038, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .block-layered-nav .block-title-filter h3,
.featuredproducts-specialpage-promotion .block-layered-nav .block-title-filter h3,
.featuredproducts-specialpage-flash .block-layered-nav .block-title-filter h3,
.catalogsearch-result-index .block-layered-nav .block-title-filter h3,
.catalog-category-view .block-layered-nav .block-title-filter h3 {
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  background: #fff346;
  color: #557b92;
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 35px;
  padding: 20px 15px 12px;
  position: relative;
}
/* line 1048, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .block-layered-nav .block-title-filter h3:after,
.featuredproducts-specialpage-promotion .block-layered-nav .block-title-filter h3:after,
.featuredproducts-specialpage-flash .block-layered-nav .block-title-filter h3:after,
.catalogsearch-result-index .block-layered-nav .block-title-filter h3:after,
.catalog-category-view .block-layered-nav .block-title-filter h3:after {
  content: '';
  display: block;
  width: 21px;
  height: 13px;
  background: url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/bg-corner.png") no-repeat center transparent;
  position: absolute;
  bottom: -13px;
  left: 0;
}
/* line 1059, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .block-layered-nav .block-title-filter a,
.featuredproducts-specialpage-promotion .block-layered-nav .block-title-filter a,
.featuredproducts-specialpage-flash .block-layered-nav .block-title-filter a,
.catalogsearch-result-index .block-layered-nav .block-title-filter a,
.catalog-category-view .block-layered-nav .block-title-filter a {
  color: #557b92;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}
/* line 1066, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .block-layered-nav .block-title-filter a i,
.featuredproducts-specialpage-promotion .block-layered-nav .block-title-filter a i,
.featuredproducts-specialpage-flash .block-layered-nav .block-title-filter a i,
.catalogsearch-result-index .block-layered-nav .block-title-filter a i,
.catalog-category-view .block-layered-nav .block-title-filter a i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
/* line 1070, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .block-layered-nav .block-title-filter a i:before,
.featuredproducts-specialpage-promotion .block-layered-nav .block-title-filter a i:before,
.featuredproducts-specialpage-flash .block-layered-nav .block-title-filter a i:before,
.catalogsearch-result-index .block-layered-nav .block-title-filter a i:before,
.catalog-category-view .block-layered-nav .block-title-filter a i:before {
  font-size: 14px;
}
/* line 1074, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .block-layered-nav .block-title-filter a span,
.featuredproducts-specialpage-promotion .block-layered-nav .block-title-filter a span,
.featuredproducts-specialpage-flash .block-layered-nav .block-title-filter a span,
.catalogsearch-result-index .block-layered-nav .block-title-filter a span,
.catalog-category-view .block-layered-nav .block-title-filter a span {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}
/* line 1078, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .block-layered-nav .block-title-filter a span:after,
.featuredproducts-specialpage-promotion .block-layered-nav .block-title-filter a span:after,
.featuredproducts-specialpage-flash .block-layered-nav .block-title-filter a span:after,
.catalogsearch-result-index .block-layered-nav .block-title-filter a span:after,
.catalog-category-view .block-layered-nav .block-title-filter a span:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #557b92;
}
/* line 1089, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .block-layered-nav .block-content .currently,
.featuredproducts-specialpage-new .block-layered-nav .block-content .actions,
.featuredproducts-specialpage-promotion .block-layered-nav .block-content .currently,
.featuredproducts-specialpage-promotion .block-layered-nav .block-content .actions,
.featuredproducts-specialpage-flash .block-layered-nav .block-content .currently,
.featuredproducts-specialpage-flash .block-layered-nav .block-content .actions,
.catalogsearch-result-index .block-layered-nav .block-content .currently,
.catalogsearch-result-index .block-layered-nav .block-content .actions,
.catalog-category-view .block-layered-nav .block-content .currently,
.catalog-category-view .block-layered-nav .block-content .actions {
  display: none;
}
/* line 1095, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .block-layered-nav .wrapper-dt-dd > dt,
.featuredproducts-specialpage-promotion .block-layered-nav .wrapper-dt-dd > dt,
.featuredproducts-specialpage-flash .block-layered-nav .wrapper-dt-dd > dt,
.catalogsearch-result-index .block-layered-nav .wrapper-dt-dd > dt,
.catalog-category-view .block-layered-nav .wrapper-dt-dd > dt {
  background: none;
  border-bottom: 1px solid #eef2f5;
  color: #3b515e;
  font-size: 15px;
  font-weight: 700;
  text-transform: none;
  padding: 0 0 12px;
  position: relative;
}
/* line 1104, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .block-layered-nav .wrapper-dt-dd > dt:after,
.featuredproducts-specialpage-promotion .block-layered-nav .wrapper-dt-dd > dt:after,
.featuredproducts-specialpage-flash .block-layered-nav .wrapper-dt-dd > dt:after,
.catalogsearch-result-index .block-layered-nav .wrapper-dt-dd > dt:after,
.catalog-category-view .block-layered-nav .wrapper-dt-dd > dt:after {
  content: '\e916';
  display: block;
  border: none;
  color: #3b515e;
  font-size: 13px;
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin: 0;
  position: absolute;
  left: auto;
  right: 8px;
  top: 2px;
}
/* line 1118, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .block-layered-nav .wrapper-dt-dd > dd,
.featuredproducts-specialpage-promotion .block-layered-nav .wrapper-dt-dd > dd,
.featuredproducts-specialpage-flash .block-layered-nav .wrapper-dt-dd > dd,
.catalogsearch-result-index .block-layered-nav .wrapper-dt-dd > dd,
.catalog-category-view .block-layered-nav .wrapper-dt-dd > dd {
  border: none;
  margin: 0;
  padding: 20px 0 35px;
}
/* line 1124, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .block-layered-nav .wrapper-dt-dd > dd ol li a, .featuredproducts-specialpage-new .block-layered-nav .wrapper-dt-dd > dd ol li span,
.featuredproducts-specialpage-promotion .block-layered-nav .wrapper-dt-dd > dd ol li a,
.featuredproducts-specialpage-promotion .block-layered-nav .wrapper-dt-dd > dd ol li span,
.featuredproducts-specialpage-flash .block-layered-nav .wrapper-dt-dd > dd ol li a,
.featuredproducts-specialpage-flash .block-layered-nav .wrapper-dt-dd > dd ol li span,
.catalogsearch-result-index .block-layered-nav .wrapper-dt-dd > dd ol li a,
.catalogsearch-result-index .block-layered-nav .wrapper-dt-dd > dd ol li span,
.catalog-category-view .block-layered-nav .wrapper-dt-dd > dd ol li a,
.catalog-category-view .block-layered-nav .wrapper-dt-dd > dd ol li span {
  padding: 0;
}
/* line 1127, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .block-layered-nav .wrapper-dt-dd > dd ol li a,
.featuredproducts-specialpage-promotion .block-layered-nav .wrapper-dt-dd > dd ol li a,
.featuredproducts-specialpage-flash .block-layered-nav .wrapper-dt-dd > dd ol li a,
.catalogsearch-result-index .block-layered-nav .wrapper-dt-dd > dd ol li a,
.catalog-category-view .block-layered-nav .wrapper-dt-dd > dd ol li a {
  color: #557b92;
  font-size: 13px;
  font-weight: 600;
  padding-left: 30px;
  position: relative;
}
/* line 1133, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .block-layered-nav .wrapper-dt-dd > dd ol li a span,
.featuredproducts-specialpage-promotion .block-layered-nav .wrapper-dt-dd > dd ol li a span,
.featuredproducts-specialpage-flash .block-layered-nav .wrapper-dt-dd > dd ol li a span,
.catalogsearch-result-index .block-layered-nav .wrapper-dt-dd > dd ol li a span,
.catalog-category-view .block-layered-nav .wrapper-dt-dd > dd ol li a span {
  color: #557b92;
  font-weight: 400;
}
/* line 1137, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .block-layered-nav .wrapper-dt-dd > dd ol li a:before, .featuredproducts-specialpage-new .block-layered-nav .wrapper-dt-dd > dd ol li a:after,
.featuredproducts-specialpage-promotion .block-layered-nav .wrapper-dt-dd > dd ol li a:before,
.featuredproducts-specialpage-promotion .block-layered-nav .wrapper-dt-dd > dd ol li a:after,
.featuredproducts-specialpage-flash .block-layered-nav .wrapper-dt-dd > dd ol li a:before,
.featuredproducts-specialpage-flash .block-layered-nav .wrapper-dt-dd > dd ol li a:after,
.catalogsearch-result-index .block-layered-nav .wrapper-dt-dd > dd ol li a:before,
.catalogsearch-result-index .block-layered-nav .wrapper-dt-dd > dd ol li a:after,
.catalog-category-view .block-layered-nav .wrapper-dt-dd > dd ol li a:before,
.catalog-category-view .block-layered-nav .wrapper-dt-dd > dd ol li a:after {
  content: '';
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
}
/* line 1143, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .block-layered-nav .wrapper-dt-dd > dd ol li a:before,
.featuredproducts-specialpage-promotion .block-layered-nav .wrapper-dt-dd > dd ol li a:before,
.featuredproducts-specialpage-flash .block-layered-nav .wrapper-dt-dd > dd ol li a:before,
.catalogsearch-result-index .block-layered-nav .wrapper-dt-dd > dd ol li a:before,
.catalog-category-view .block-layered-nav .wrapper-dt-dd > dd ol li a:before {
  background: #ffffff;
  border: 2px solid #7ea2b8;
  display: block;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
}
/* line 1153, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .block-layered-nav .wrapper-dt-dd > dd ol li a.selected:after,
.featuredproducts-specialpage-promotion .block-layered-nav .wrapper-dt-dd > dd ol li a.selected:after,
.featuredproducts-specialpage-flash .block-layered-nav .wrapper-dt-dd > dd ol li a.selected:after,
.catalogsearch-result-index .block-layered-nav .wrapper-dt-dd > dd ol li a.selected:after,
.catalog-category-view .block-layered-nav .wrapper-dt-dd > dd ol li a.selected:after {
  background: #7ea2b8;
  width: 10px;
  height: 10px;
  left: 3px;
  top: 3px;
}
/* line 1163, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .block-layered-nav .wrapper-dt-dd > dd ol li input[type="checkbox"] + span:before, .featuredproducts-specialpage-new .block-layered-nav .wrapper-dt-dd > dd ol li input[type="checkbox"] + span:after,
.featuredproducts-specialpage-promotion .block-layered-nav .wrapper-dt-dd > dd ol li input[type="checkbox"] + span:before,
.featuredproducts-specialpage-promotion .block-layered-nav .wrapper-dt-dd > dd ol li input[type="checkbox"] + span:after,
.featuredproducts-specialpage-flash .block-layered-nav .wrapper-dt-dd > dd ol li input[type="checkbox"] + span:before,
.featuredproducts-specialpage-flash .block-layered-nav .wrapper-dt-dd > dd ol li input[type="checkbox"] + span:after,
.catalogsearch-result-index .block-layered-nav .wrapper-dt-dd > dd ol li input[type="checkbox"] + span:before,
.catalogsearch-result-index .block-layered-nav .wrapper-dt-dd > dd ol li input[type="checkbox"] + span:after,
.catalog-category-view .block-layered-nav .wrapper-dt-dd > dd ol li input[type="checkbox"] + span:before,
.catalog-category-view .block-layered-nav .wrapper-dt-dd > dd ol li input[type="checkbox"] + span:after {
  content: '';
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
}
/* line 1169, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .block-layered-nav .wrapper-dt-dd > dd ol li input[type="checkbox"] + span:before,
.featuredproducts-specialpage-promotion .block-layered-nav .wrapper-dt-dd > dd ol li input[type="checkbox"] + span:before,
.featuredproducts-specialpage-flash .block-layered-nav .wrapper-dt-dd > dd ol li input[type="checkbox"] + span:before,
.catalogsearch-result-index .block-layered-nav .wrapper-dt-dd > dd ol li input[type="checkbox"] + span:before,
.catalog-category-view .block-layered-nav .wrapper-dt-dd > dd ol li input[type="checkbox"] + span:before {
  background: #ffffff;
  border: 2px solid #7ea2b8;
  display: block;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
}
/* line 1178, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .block-layered-nav .wrapper-dt-dd > dd ol li input[type="checkbox"] + span:after,
.featuredproducts-specialpage-promotion .block-layered-nav .wrapper-dt-dd > dd ol li input[type="checkbox"] + span:after,
.featuredproducts-specialpage-flash .block-layered-nav .wrapper-dt-dd > dd ol li input[type="checkbox"] + span:after,
.catalogsearch-result-index .block-layered-nav .wrapper-dt-dd > dd ol li input[type="checkbox"] + span:after,
.catalog-category-view .block-layered-nav .wrapper-dt-dd > dd ol li input[type="checkbox"] + span:after {
  background: #7ea2b8;
  display: none;
  width: 10px;
  height: 10px;
  left: 3px;
  top: 3px;
}
/* line 1188, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .block-layered-nav .wrapper-dt-dd > dd ol li input[type="checkbox"]:checked + span:after,
.featuredproducts-specialpage-promotion .block-layered-nav .wrapper-dt-dd > dd ol li input[type="checkbox"]:checked + span:after,
.featuredproducts-specialpage-flash .block-layered-nav .wrapper-dt-dd > dd ol li input[type="checkbox"]:checked + span:after,
.catalogsearch-result-index .block-layered-nav .wrapper-dt-dd > dd ol li input[type="checkbox"]:checked + span:after,
.catalog-category-view .block-layered-nav .wrapper-dt-dd > dd ol li input[type="checkbox"]:checked + span:after {
  display: block;
}
/* line 1193, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .block-layered-nav .wrapper-dt-dd > dd ol li + li,
.featuredproducts-specialpage-promotion .block-layered-nav .wrapper-dt-dd > dd ol li + li,
.featuredproducts-specialpage-flash .block-layered-nav .wrapper-dt-dd > dd ol li + li,
.catalogsearch-result-index .block-layered-nav .wrapper-dt-dd > dd ol li + li,
.catalog-category-view .block-layered-nav .wrapper-dt-dd > dd ol li + li {
  margin-top: 10px;
}
/* line 1197, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .block-layered-nav .wrapper-dt-dd > dd label.input-st,
.featuredproducts-specialpage-promotion .block-layered-nav .wrapper-dt-dd > dd label.input-st,
.featuredproducts-specialpage-flash .block-layered-nav .wrapper-dt-dd > dd label.input-st,
.catalogsearch-result-index .block-layered-nav .wrapper-dt-dd > dd label.input-st,
.catalog-category-view .block-layered-nav .wrapper-dt-dd > dd label.input-st {
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  /* margin-right: 10px;
  input[type="checkbox"] + span {
      @include border-radius(2px);
      border: 2px solid $c-light-steel-blue;
      width: 16px;
      height: 16px;
  }
  input[type="checkbox"]:checked + span {
      &:after {
          background: $c-light-steel-blue;
          left: 1px;
          top: 1px;
      }
  } */
}
/* line 1216, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .block-layered-nav .wrapper-dt-dd > dd label.input-st input[type="checkbox"] + span,
.featuredproducts-specialpage-promotion .block-layered-nav .wrapper-dt-dd > dd label.input-st input[type="checkbox"] + span,
.featuredproducts-specialpage-flash .block-layered-nav .wrapper-dt-dd > dd label.input-st input[type="checkbox"] + span,
.catalogsearch-result-index .block-layered-nav .wrapper-dt-dd > dd label.input-st input[type="checkbox"] + span,
.catalog-category-view .block-layered-nav .wrapper-dt-dd > dd label.input-st input[type="checkbox"] + span {
  border: none;
}
/* line 1222, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .block-layered-nav .wrapper-dt-dd.category_filter > dd,
.featuredproducts-specialpage-promotion .block-layered-nav .wrapper-dt-dd.category_filter > dd,
.featuredproducts-specialpage-flash .block-layered-nav .wrapper-dt-dd.category_filter > dd,
.catalogsearch-result-index .block-layered-nav .wrapper-dt-dd.category_filter > dd,
.catalog-category-view .block-layered-nav .wrapper-dt-dd.category_filter > dd {
  border: none;
  margin: 0;
  padding: 20px 0 35px;
}
/* line 1230, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .block-layered-nav .wrapper-dt-dd.category_filter > dd ol li a:not(.selected):before,
.featuredproducts-specialpage-promotion .block-layered-nav .wrapper-dt-dd.category_filter > dd ol li a:not(.selected):before,
.featuredproducts-specialpage-flash .block-layered-nav .wrapper-dt-dd.category_filter > dd ol li a:not(.selected):before,
.catalogsearch-result-index .block-layered-nav .wrapper-dt-dd.category_filter > dd ol li a:not(.selected):before,
.catalog-category-view .block-layered-nav .wrapper-dt-dd.category_filter > dd ol li a:not(.selected):before {
  content: '\e906';
  display: block;
  color: #7da0b6;
  font-size: 7px;
  font-family: 'iconqastore' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 0;
  border: none;
}
/* line 1249, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .block-layered-nav .filter-slide .ui-state-default,
.featuredproducts-specialpage-new .block-layered-nav .filter-slide .ui-widget-content .ui-state-default,
.featuredproducts-specialpage-promotion .block-layered-nav .filter-slide .ui-state-default,
.featuredproducts-specialpage-promotion .block-layered-nav .filter-slide .ui-widget-content .ui-state-default,
.featuredproducts-specialpage-flash .block-layered-nav .filter-slide .ui-state-default,
.featuredproducts-specialpage-flash .block-layered-nav .filter-slide .ui-widget-content .ui-state-default,
.catalogsearch-result-index .block-layered-nav .filter-slide .ui-state-default,
.catalogsearch-result-index .block-layered-nav .filter-slide .ui-widget-content .ui-state-default,
.catalog-category-view .block-layered-nav .filter-slide .ui-state-default,
.catalog-category-view .block-layered-nav .filter-slide .ui-widget-content .ui-state-default {
  background: #3b515e;
}
/* line 1253, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .block-layered-nav .filter-slide .ui-widget-header,
.featuredproducts-specialpage-promotion .block-layered-nav .filter-slide .ui-widget-header,
.featuredproducts-specialpage-flash .block-layered-nav .filter-slide .ui-widget-header,
.catalogsearch-result-index .block-layered-nav .filter-slide .ui-widget-header,
.catalog-category-view .block-layered-nav .filter-slide .ui-widget-header {
  background: #b8d7e9;
}
/* line 1257, ../scss/module/_category.scss */
.featuredproducts-specialpage-new .block-layered-nav .slide-text,
.featuredproducts-specialpage-promotion .block-layered-nav .slide-text,
.featuredproducts-specialpage-flash .block-layered-nav .slide-text,
.catalogsearch-result-index .block-layered-nav .slide-text,
.catalog-category-view .block-layered-nav .slide-text {
  color: #557b92;
}
@media only screen and (max-width: 1280px) {
  /* line 1264, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .category-banner .category-info,
  .featuredproducts-specialpage-promotion .category-banner .category-info,
  .featuredproducts-specialpage-flash .category-banner .category-info,
  .catalogsearch-result-index .category-banner .category-info,
  .catalog-category-view .category-banner .category-info {
    left: 25px;
  }
  /* line 1267, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .category-banner .favorites,
  .featuredproducts-specialpage-promotion .category-banner .favorites,
  .featuredproducts-specialpage-flash .category-banner .favorites,
  .catalogsearch-result-index .category-banner .favorites,
  .catalog-category-view .category-banner .favorites {
    /*    left: auto;
       right: 25px; */
  }
  /* line 1271, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .category-banner .pdf-link,
  .featuredproducts-specialpage-promotion .category-banner .pdf-link,
  .featuredproducts-specialpage-flash .category-banner .pdf-link,
  .catalogsearch-result-index .category-banner .pdf-link,
  .catalog-category-view .category-banner .pdf-link {
    /*    left: auto;
       right: 100px; */
  }
}
@media only screen and (max-width: 1279px) {
  /* line 1280, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .category-banner .banner-container,
  .featuredproducts-specialpage-promotion .category-banner .banner-container,
  .featuredproducts-specialpage-flash .category-banner .banner-container,
  .catalogsearch-result-index .category-banner .banner-container,
  .catalog-category-view .category-banner .banner-container {
    max-width: 1024px;
  }
  /* line 1283, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .category-banner .category-info,
  .featuredproducts-specialpage-promotion .category-banner .category-info,
  .featuredproducts-specialpage-flash .category-banner .category-info,
  .catalogsearch-result-index .category-banner .category-info,
  .catalog-category-view .category-banner .category-info {
    left: 25px;
  }
  /* line 1286, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .category-banner .favorites,
  .featuredproducts-specialpage-promotion .category-banner .favorites,
  .featuredproducts-specialpage-flash .category-banner .favorites,
  .catalogsearch-result-index .category-banner .favorites,
  .catalog-category-view .category-banner .favorites {
    /*  left: auto;
     right: 25px; */
  }
  /* line 1292, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .category-banner .pdf-link span.wr-text,
  .featuredproducts-specialpage-promotion .category-banner .pdf-link span.wr-text,
  .featuredproducts-specialpage-flash .category-banner .pdf-link span.wr-text,
  .catalogsearch-result-index .category-banner .pdf-link span.wr-text,
  .catalog-category-view .category-banner .pdf-link span.wr-text {
    /* width: 69.07%; */
  }
  /* line 1300, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .category-children .item .favorites,
  .featuredproducts-specialpage-promotion .category-children .item .favorites,
  .featuredproducts-specialpage-flash .category-children .item .favorites,
  .catalogsearch-result-index .category-children .item .favorites,
  .catalog-category-view .category-children .item .favorites {
    left: 190px;
    top: 10px;
    z-index: 2;
  }
  /* line 1305, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .category-children .item span,
  .featuredproducts-specialpage-promotion .category-children .item span,
  .featuredproducts-specialpage-flash .category-children .item span,
  .catalogsearch-result-index .category-children .item span,
  .catalog-category-view .category-children .item span {
    font-size: 24px;
    padding-left: 0;
  }
  /* line 1308, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .category-children .item span:before,
  .featuredproducts-specialpage-promotion .category-children .item span:before,
  .featuredproducts-specialpage-flash .category-children .item span:before,
  .catalogsearch-result-index .category-children .item span:before,
  .catalog-category-view .category-children .item span:before {
    display: none;
  }
  /* line 1315, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .block-brands-slider .head,
  .featuredproducts-specialpage-promotion .block-brands-slider .head,
  .featuredproducts-specialpage-flash .block-brands-slider .head,
  .catalogsearch-result-index .block-brands-slider .head,
  .catalog-category-view .block-brands-slider .head {
    padding-bottom: 15px;
  }
  /* line 1317, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .block-brands-slider .head .text-link,
  .featuredproducts-specialpage-promotion .block-brands-slider .head .text-link,
  .featuredproducts-specialpage-flash .block-brands-slider .head .text-link,
  .catalogsearch-result-index .block-brands-slider .head .text-link,
  .catalog-category-view .block-brands-slider .head .text-link {
    position: static;
  }
  /* line 1320, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .block-brands-slider .head .head-right,
  .featuredproducts-specialpage-promotion .block-brands-slider .head .head-right,
  .featuredproducts-specialpage-flash .block-brands-slider .head .head-right,
  .catalogsearch-result-index .block-brands-slider .head .head-right,
  .catalog-category-view .block-brands-slider .head .head-right {
    margin-top: 0;
  }
  /* line 1327, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .category-products .toolbar .pager,
  .featuredproducts-specialpage-promotion .category-products .toolbar .pager,
  .featuredproducts-specialpage-flash .category-products .toolbar .pager,
  .catalogsearch-result-index .category-products .toolbar .pager,
  .catalog-category-view .category-products .toolbar .pager {
    clear: none;
  }
  /* line 1333, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-grid .item,
  .featuredproducts-specialpage-promotion .products-grid .item,
  .featuredproducts-specialpage-flash .products-grid .item,
  .catalogsearch-result-index .products-grid .item,
  .catalog-category-view .products-grid .item {
    width: 31%;
    margin-right: 3.5%;
  }
  /* line 1336, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-grid .item:nth-child(3n),
  .featuredproducts-specialpage-promotion .products-grid .item:nth-child(3n),
  .featuredproducts-specialpage-flash .products-grid .item:nth-child(3n),
  .catalogsearch-result-index .products-grid .item:nth-child(3n),
  .catalog-category-view .products-grid .item:nth-child(3n) {
    margin-right: 0;
  }
  /* line 1339, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-grid .item:nth-child(4n+1),
  .featuredproducts-specialpage-promotion .products-grid .item:nth-child(4n+1),
  .featuredproducts-specialpage-flash .products-grid .item:nth-child(4n+1),
  .catalogsearch-result-index .products-grid .item:nth-child(4n+1),
  .catalog-category-view .products-grid .item:nth-child(4n+1) {
    clear: none;
  }
  /* line 1346, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-list .item:after,
  .featuredproducts-specialpage-promotion .products-list .item:after,
  .featuredproducts-specialpage-flash .products-list .item:after,
  .catalogsearch-result-index .products-list .item:after,
  .catalog-category-view .products-list .item:after {
    width: 30%;
  }
  /* line 1349, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-list .item .product-image,
  .featuredproducts-specialpage-promotion .products-list .item .product-image,
  .featuredproducts-specialpage-flash .products-list .item .product-image,
  .catalogsearch-result-index .products-list .item .product-image,
  .catalog-category-view .products-list .item .product-image {
    width: 20%;
  }
  /* line 1352, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-list .item .product-price,
  .featuredproducts-specialpage-promotion .products-list .item .product-price,
  .featuredproducts-specialpage-flash .products-list .item .product-price,
  .catalogsearch-result-index .products-list .item .product-price,
  .catalog-category-view .products-list .item .product-price {
    width: 30%;
  }
  /* line 1356, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-list .item .action .button,
  .featuredproducts-specialpage-promotion .products-list .item .action .button,
  .featuredproducts-specialpage-flash .products-list .item .action .button,
  .catalogsearch-result-index .products-list .item .action .button,
  .catalog-category-view .products-list .item .action .button {
    padding: 13px 10px;
  }
  /* line 1364, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .sidebar .block-title-filter h3,
  .featuredproducts-specialpage-promotion .sidebar .block-title-filter h3,
  .featuredproducts-specialpage-flash .sidebar .block-title-filter h3,
  .catalogsearch-result-index .sidebar .block-title-filter h3,
  .catalog-category-view .sidebar .block-title-filter h3 {
    padding: 20px 10px 12px;
  }
}
@media only screen and (max-width: 1023px) {
  /* line 1373, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .page-title h1,
  .featuredproducts-specialpage-promotion .page-title h1,
  .featuredproducts-specialpage-flash .page-title h1,
  .catalogsearch-result-index .page-title h1,
  .catalog-category-view .page-title h1 {
    font-size: 25px;
  }
  /* line 1378, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .category-banner .banner-container,
  .featuredproducts-specialpage-promotion .category-banner .banner-container,
  .featuredproducts-specialpage-flash .category-banner .banner-container,
  .catalogsearch-result-index .category-banner .banner-container,
  .catalog-category-view .category-banner .banner-container {
    max-width: 768px;
  }
  /* line 1381, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .category-banner .category-info,
  .featuredproducts-specialpage-promotion .category-banner .category-info,
  .featuredproducts-specialpage-flash .category-banner .category-info,
  .catalogsearch-result-index .category-banner .category-info,
  .catalog-category-view .category-banner .category-info {
    padding: 20px;
  }
  /* line 1384, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .category-banner .category-description,
  .featuredproducts-specialpage-promotion .category-banner .category-description,
  .featuredproducts-specialpage-flash .category-banner .category-description,
  .catalogsearch-result-index .category-banner .category-description,
  .catalog-category-view .category-banner .category-description {
    max-height: 50px;
  }
  /* line 1386, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .category-banner .category-description p,
  .featuredproducts-specialpage-promotion .category-banner .category-description p,
  .featuredproducts-specialpage-flash .category-banner .category-description p,
  .catalogsearch-result-index .category-banner .category-description p,
  .catalog-category-view .category-banner .category-description p {
    font-size: 11px;
    line-height: 1.2;
  }
  /* line 1391, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .category-banner .favorites,
  .featuredproducts-specialpage-promotion .category-banner .favorites,
  .featuredproducts-specialpage-flash .category-banner .favorites,
  .catalogsearch-result-index .category-banner .favorites,
  .catalog-category-view .category-banner .favorites {
    width: 36px;
    height: 36px;
  }
  /* line 1394, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .category-banner .favorites:before,
  .featuredproducts-specialpage-promotion .category-banner .favorites:before,
  .featuredproducts-specialpage-flash .category-banner .favorites:before,
  .catalogsearch-result-index .category-banner .favorites:before,
  .catalog-category-view .category-banner .favorites:before {
    font-size: 14px;
    margin: -7px 0 0 -7px;
  }
  /* line 1402, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .category-banner .pdf-link span.wr-image,
  .featuredproducts-specialpage-promotion .category-banner .pdf-link span.wr-image,
  .featuredproducts-specialpage-flash .category-banner .pdf-link span.wr-image,
  .catalogsearch-result-index .category-banner .pdf-link span.wr-image,
  .catalog-category-view .category-banner .pdf-link span.wr-image {
    width: 36px;
    height: 36px;
    padding: 8px 9px;
  }
  /* line 1408, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .category-banner .pdf-link img,
  .featuredproducts-specialpage-promotion .category-banner .pdf-link img,
  .featuredproducts-specialpage-flash .category-banner .pdf-link img,
  .catalogsearch-result-index .category-banner .pdf-link img,
  .catalog-category-view .category-banner .pdf-link img {
    width: 17px;
  }
  /* line 1413, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .category-children,
  .featuredproducts-specialpage-promotion .category-children,
  .featuredproducts-specialpage-flash .category-children,
  .catalogsearch-result-index .category-children,
  .catalog-category-view .category-children {
    margin-top: 10px;
  }
  /* line 1415, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .category-children:before,
  .featuredproducts-specialpage-promotion .category-children:before,
  .featuredproducts-specialpage-flash .category-children:before,
  .catalogsearch-result-index .category-children:before,
  .catalog-category-view .category-children:before {
    display: none;
  }
  /* line 1418, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .category-children .item,
  .featuredproducts-specialpage-promotion .category-children .item,
  .featuredproducts-specialpage-flash .category-children .item,
  .catalogsearch-result-index .category-children .item,
  .catalog-category-view .category-children .item {
    width: -moz-calc((100% - 40px)/3);
    width: -webkit-calc((100% - 40px)/3);
    width: calc((100% - 40px)/3);
    margin: 0 20px 15px 0;
  }
  /* line 1421, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .category-children .item:nth-child(2n),
  .featuredproducts-specialpage-promotion .category-children .item:nth-child(2n),
  .featuredproducts-specialpage-flash .category-children .item:nth-child(2n),
  .catalogsearch-result-index .category-children .item:nth-child(2n),
  .catalog-category-view .category-children .item:nth-child(2n) {
    margin-right: 20px;
  }
  /* line 1424, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .category-children .item:nth-child(3n),
  .featuredproducts-specialpage-promotion .category-children .item:nth-child(3n),
  .featuredproducts-specialpage-flash .category-children .item:nth-child(3n),
  .catalogsearch-result-index .category-children .item:nth-child(3n),
  .catalog-category-view .category-children .item:nth-child(3n) {
    margin-right: 0;
  }
  /* line 1428, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .category-children .item a:before,
  .featuredproducts-specialpage-promotion .category-children .item a:before,
  .featuredproducts-specialpage-flash .category-children .item a:before,
  .catalogsearch-result-index .category-children .item a:before,
  .catalog-category-view .category-children .item a:before {
    display: none;
  }
  /* line 1431, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .category-children .item a:after,
  .featuredproducts-specialpage-promotion .category-children .item a:after,
  .featuredproducts-specialpage-flash .category-children .item a:after,
  .catalogsearch-result-index .category-children .item a:after,
  .catalog-category-view .category-children .item a:after {
    bottom: 35px;
  }
  /* line 1435, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .category-children .item figure,
  .featuredproducts-specialpage-promotion .category-children .item figure,
  .featuredproducts-specialpage-flash .category-children .item figure,
  .catalogsearch-result-index .category-children .item figure,
  .catalog-category-view .category-children .item figure {
    width: 100%;
  }
  /* line 1438, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .category-children .item img,
  .featuredproducts-specialpage-promotion .category-children .item img,
  .featuredproducts-specialpage-flash .category-children .item img,
  .catalogsearch-result-index .category-children .item img,
  .catalog-category-view .category-children .item img {
    height: 100%;
  }
  /* line 1441, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .category-children .item span,
  .featuredproducts-specialpage-promotion .category-children .item span,
  .featuredproducts-specialpage-flash .category-children .item span,
  .catalogsearch-result-index .category-children .item span,
  .catalog-category-view .category-children .item span {
    display: block;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    width: 100%;
    margin-top: 15px;
    position: static;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
  /* line 1454, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .category-children .item .favorites,
  .featuredproducts-specialpage-promotion .category-children .item .favorites,
  .featuredproducts-specialpage-flash .category-children .item .favorites,
  .catalogsearch-result-index .category-children .item .favorites,
  .catalog-category-view .category-children .item .favorites {
    left: auto;
    right: 10px;
  }
  /* line 1463, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .category-products .toolbar .sorter .view-mode,
  .featuredproducts-specialpage-promotion .category-products .toolbar .sorter .view-mode,
  .featuredproducts-specialpage-flash .category-products .toolbar .sorter .view-mode,
  .catalogsearch-result-index .category-products .toolbar .sorter .view-mode,
  .catalog-category-view .category-products .toolbar .sorter .view-mode {
    padding: 4px 0;
  }
  /* line 1468, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .category-products .toolbar .pager .filter-button,
  .featuredproducts-specialpage-promotion .category-products .toolbar .pager .filter-button,
  .featuredproducts-specialpage-flash .category-products .toolbar .pager .filter-button,
  .catalogsearch-result-index .category-products .toolbar .pager .filter-button,
  .catalog-category-view .category-products .toolbar .pager .filter-button {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #fff346;
    display: inline-block;
    vertical-align: top;
    color: #0074bc;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    margin-right: 6px;
    padding: 10px 15px 6px;
  }
  /* line 1479, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .category-products .toolbar .pager .filter-button i,
  .featuredproducts-specialpage-promotion .category-products .toolbar .pager .filter-button i,
  .featuredproducts-specialpage-flash .category-products .toolbar .pager .filter-button i,
  .catalogsearch-result-index .category-products .toolbar .pager .filter-button i,
  .catalog-category-view .category-products .toolbar .pager .filter-button i {
    color: #0074bc;
    display: none;
    vertical-align: middle;
    margin-left: 10px;
  }
  /* line 1484, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .category-products .toolbar .pager .filter-button i:before,
  .featuredproducts-specialpage-promotion .category-products .toolbar .pager .filter-button i:before,
  .featuredproducts-specialpage-flash .category-products .toolbar .pager .filter-button i:before,
  .catalogsearch-result-index .category-products .toolbar .pager .filter-button i:before,
  .catalog-category-view .category-products .toolbar .pager .filter-button i:before {
    font-size: 17px;
  }
  /* line 1489, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .category-products .toolbar .pager .sort-by,
  .featuredproducts-specialpage-promotion .category-products .toolbar .pager .sort-by,
  .featuredproducts-specialpage-flash .category-products .toolbar .pager .sort-by,
  .catalogsearch-result-index .category-products .toolbar .pager .sort-by,
  .catalog-category-view .category-products .toolbar .pager .sort-by {
    margin-left: 6px;
  }
  /* line 1494, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .category-products .currently,
  .featuredproducts-specialpage-promotion .category-products .currently,
  .featuredproducts-specialpage-flash .category-products .currently,
  .catalogsearch-result-index .category-products .currently,
  .catalog-category-view .category-products .currently {
    display: block;
  }
  /* line 1501, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-list .item .icon-label img,
  .featuredproducts-specialpage-promotion .products-list .item .icon-label img,
  .featuredproducts-specialpage-flash .products-list .item .icon-label img,
  .catalogsearch-result-index .products-list .item .icon-label img,
  .catalog-category-view .products-list .item .icon-label img {
    max-width: 104px;
  }
  /* line 1505, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-list .item .st-percent,
  .featuredproducts-specialpage-promotion .products-list .item .st-percent,
  .featuredproducts-specialpage-flash .products-list .item .st-percent,
  .catalogsearch-result-index .products-list .item .st-percent,
  .catalog-category-view .products-list .item .st-percent {
    font-size: 10px;
    line-height: 35px;
  }
  /* line 1508, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-list .item .st-percent:before,
  .featuredproducts-specialpage-promotion .products-list .item .st-percent:before,
  .featuredproducts-specialpage-flash .products-list .item .st-percent:before,
  .catalogsearch-result-index .products-list .item .st-percent:before,
  .catalog-category-view .products-list .item .st-percent:before {
    font-size: 35px;
  }
  /* line 1512, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-list .item .product-shop,
  .featuredproducts-specialpage-promotion .products-list .item .product-shop,
  .featuredproducts-specialpage-flash .products-list .item .product-shop,
  .catalogsearch-result-index .products-list .item .product-shop,
  .catalog-category-view .products-list .item .product-shop {
    padding: 15px;
  }
  /* line 1514, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-list .item .product-shop:before,
  .featuredproducts-specialpage-promotion .products-list .item .product-shop:before,
  .featuredproducts-specialpage-flash .products-list .item .product-shop:before,
  .catalogsearch-result-index .products-list .item .product-shop:before,
  .catalog-category-view .products-list .item .product-shop:before {
    margin-left: -15px;
  }
  /* line 1518, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-list .item .product-name,
  .featuredproducts-specialpage-promotion .products-list .item .product-name,
  .featuredproducts-specialpage-flash .products-list .item .product-name,
  .catalogsearch-result-index .products-list .item .product-name,
  .catalog-category-view .products-list .item .product-name {
    font-size: 14px;
    line-height: 1.2;
    margin: 0 0 10px;
  }
  /* line 1522, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-list .item .product-name a,
  .featuredproducts-specialpage-promotion .products-list .item .product-name a,
  .featuredproducts-specialpage-flash .products-list .item .product-name a,
  .catalogsearch-result-index .products-list .item .product-name a,
  .catalog-category-view .products-list .item .product-name a {
    font-size: 14px;
  }
  /* line 1526, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-list .item .product-brand,
  .featuredproducts-specialpage-new .products-list .item .product-ids,
  .featuredproducts-specialpage-new .products-list .item .product-dispo,
  .featuredproducts-specialpage-promotion .products-list .item .product-brand,
  .featuredproducts-specialpage-promotion .products-list .item .product-ids,
  .featuredproducts-specialpage-promotion .products-list .item .product-dispo,
  .featuredproducts-specialpage-flash .products-list .item .product-brand,
  .featuredproducts-specialpage-flash .products-list .item .product-ids,
  .featuredproducts-specialpage-flash .products-list .item .product-dispo,
  .catalogsearch-result-index .products-list .item .product-brand,
  .catalogsearch-result-index .products-list .item .product-ids,
  .catalogsearch-result-index .products-list .item .product-dispo,
  .catalog-category-view .products-list .item .product-brand,
  .catalog-category-view .products-list .item .product-ids,
  .catalog-category-view .products-list .item .product-dispo {
    font-size: 12px;
  }
  /* line 1531, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-list .item .product-ids,
  .featuredproducts-specialpage-promotion .products-list .item .product-ids,
  .featuredproducts-specialpage-flash .products-list .item .product-ids,
  .catalogsearch-result-index .products-list .item .product-ids,
  .catalog-category-view .products-list .item .product-ids {
    margin-top: 5px;
  }
  /* line 1534, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-list .item .product-dispo,
  .featuredproducts-specialpage-promotion .products-list .item .product-dispo,
  .featuredproducts-specialpage-flash .products-list .item .product-dispo,
  .catalogsearch-result-index .products-list .item .product-dispo,
  .catalog-category-view .products-list .item .product-dispo {
    margin-top: 10px;
  }
  /* line 1536, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-list .item .product-dispo:before,
  .featuredproducts-specialpage-promotion .products-list .item .product-dispo:before,
  .featuredproducts-specialpage-flash .products-list .item .product-dispo:before,
  .catalogsearch-result-index .products-list .item .product-dispo:before,
  .catalog-category-view .products-list .item .product-dispo:before {
    font-size: 22px;
    margin-right: 10px;
  }
  /* line 1541, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-list .item .desc-title,
  .featuredproducts-specialpage-promotion .products-list .item .desc-title,
  .featuredproducts-specialpage-flash .products-list .item .desc-title,
  .catalogsearch-result-index .products-list .item .desc-title,
  .catalog-category-view .products-list .item .desc-title {
    margin: 20px 0 10px;
    padding-bottom: 10px;
  }
  /* line 1546, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-list .item .desc p,
  .featuredproducts-specialpage-promotion .products-list .item .desc p,
  .featuredproducts-specialpage-flash .products-list .item .desc p,
  .catalogsearch-result-index .products-list .item .desc p,
  .catalog-category-view .products-list .item .desc p {
    line-height: 1.5;
  }
  /* line 1550, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-list .item .product-price,
  .featuredproducts-specialpage-promotion .products-list .item .product-price,
  .featuredproducts-specialpage-flash .products-list .item .product-price,
  .catalogsearch-result-index .products-list .item .product-price,
  .catalog-category-view .products-list .item .product-price {
    padding: 15px;
  }
  /* line 1554, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-list .item .price-box .price,
  .featuredproducts-specialpage-promotion .products-list .item .price-box .price,
  .featuredproducts-specialpage-flash .products-list .item .price-box .price,
  .catalogsearch-result-index .products-list .item .price-box .price,
  .catalog-category-view .products-list .item .price-box .price {
    font-size: 22px;
    line-height: 25px;
  }
  /* line 1559, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-list .item .price-box .old-price .price,
  .featuredproducts-specialpage-promotion .products-list .item .price-box .old-price .price,
  .featuredproducts-specialpage-flash .products-list .item .price-box .old-price .price,
  .catalogsearch-result-index .products-list .item .price-box .old-price .price,
  .catalog-category-view .products-list .item .price-box .old-price .price {
    font-size: 15px;
  }
  /* line 1565, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-list .item .action .button,
  .featuredproducts-specialpage-promotion .products-list .item .action .button,
  .featuredproducts-specialpage-flash .products-list .item .action .button,
  .catalogsearch-result-index .products-list .item .action .button,
  .catalog-category-view .products-list .item .action .button {
    font-size: 13px;
    margin-top: 20px;
  }
  /* line 1568, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-list .item .action .button:before,
  .featuredproducts-specialpage-promotion .products-list .item .action .button:before,
  .featuredproducts-specialpage-flash .products-list .item .action .button:before,
  .catalogsearch-result-index .products-list .item .action .button:before,
  .catalog-category-view .products-list .item .action .button:before {
    font-size: 20px;
  }
  /* line 1575, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .sidebar,
  .featuredproducts-specialpage-promotion .sidebar,
  .featuredproducts-specialpage-flash .sidebar,
  .catalogsearch-result-index .sidebar,
  .catalog-category-view .sidebar {
    display: none;
  }
  /* line 1578, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .mfp-content,
  .featuredproducts-specialpage-promotion .mfp-content,
  .featuredproducts-specialpage-flash .mfp-content,
  .catalogsearch-result-index .mfp-content,
  .catalog-category-view .mfp-content {
    padding: 0;
  }
  /* line 1580, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .mfp-content .block-layered-nav,
  .featuredproducts-specialpage-promotion .mfp-content .block-layered-nav,
  .featuredproducts-specialpage-flash .mfp-content .block-layered-nav,
  .catalogsearch-result-index .mfp-content .block-layered-nav,
  .catalog-category-view .mfp-content .block-layered-nav {
    background: #eef2f5;
    margin-bottom: 0;
    padding: 0 5px;
  }
  /* line 1584, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .mfp-content .block-layered-nav .block-content,
  .featuredproducts-specialpage-promotion .mfp-content .block-layered-nav .block-content,
  .featuredproducts-specialpage-flash .mfp-content .block-layered-nav .block-content,
  .catalogsearch-result-index .mfp-content .block-layered-nav .block-content,
  .catalog-category-view .mfp-content .block-layered-nav .block-content {
    margin-top: 5px;
  }
  /* line 1586, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .mfp-content .block-layered-nav .block-content .currently,
  .featuredproducts-specialpage-new .mfp-content .block-layered-nav .block-content .actions,
  .featuredproducts-specialpage-promotion .mfp-content .block-layered-nav .block-content .currently,
  .featuredproducts-specialpage-promotion .mfp-content .block-layered-nav .block-content .actions,
  .featuredproducts-specialpage-flash .mfp-content .block-layered-nav .block-content .currently,
  .featuredproducts-specialpage-flash .mfp-content .block-layered-nav .block-content .actions,
  .catalogsearch-result-index .mfp-content .block-layered-nav .block-content .currently,
  .catalogsearch-result-index .mfp-content .block-layered-nav .block-content .actions,
  .catalog-category-view .mfp-content .block-layered-nav .block-content .currently,
  .catalog-category-view .mfp-content .block-layered-nav .block-content .actions {
    display: none;
  }
  /* line 1591, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .mfp-content .block-layered-nav .block-subtitle--filter,
  .featuredproducts-specialpage-promotion .mfp-content .block-layered-nav .block-subtitle--filter,
  .featuredproducts-specialpage-flash .mfp-content .block-layered-nav .block-subtitle--filter,
  .catalogsearch-result-index .mfp-content .block-layered-nav .block-subtitle--filter,
  .catalog-category-view .mfp-content .block-layered-nav .block-subtitle--filter {
    display: none;
  }
  /* line 1594, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .mfp-content .block-layered-nav #narrow-by-list,
  .featuredproducts-specialpage-promotion .mfp-content .block-layered-nav #narrow-by-list,
  .featuredproducts-specialpage-flash .mfp-content .block-layered-nav #narrow-by-list,
  .catalogsearch-result-index .mfp-content .block-layered-nav #narrow-by-list,
  .catalog-category-view .mfp-content .block-layered-nav #narrow-by-list {
    border-color: #ffffff;
    border-width: 1px 0;
    border-style: solid;
    display: block !important;
    float: left;
    width: 100%;
    padding: 0 0 30px;
  }
  /* line 1603, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .mfp-content .block-layered-nav .wrapper-dt-dd,
  .featuredproducts-specialpage-promotion .mfp-content .block-layered-nav .wrapper-dt-dd,
  .featuredproducts-specialpage-flash .mfp-content .block-layered-nav .wrapper-dt-dd,
  .catalogsearch-result-index .mfp-content .block-layered-nav .wrapper-dt-dd,
  .catalog-category-view .mfp-content .block-layered-nav .wrapper-dt-dd {
    float: left;
    width: -moz-calc((100% - 40px)/3);
    width: -webkit-calc((100% - 40px)/3);
    width: calc((100% - 40px)/3);
  }
  /* line 1606, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .mfp-content .block-layered-nav .wrapper-dt-dd > dt,
  .featuredproducts-specialpage-promotion .mfp-content .block-layered-nav .wrapper-dt-dd > dt,
  .featuredproducts-specialpage-flash .mfp-content .block-layered-nav .wrapper-dt-dd > dt,
  .catalogsearch-result-index .mfp-content .block-layered-nav .wrapper-dt-dd > dt,
  .catalog-category-view .mfp-content .block-layered-nav .wrapper-dt-dd > dt {
    border-color: #ffffff;
    padding: 17px 10px 10px;
  }
  /* line 1609, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .mfp-content .block-layered-nav .wrapper-dt-dd > dt:after,
  .featuredproducts-specialpage-promotion .mfp-content .block-layered-nav .wrapper-dt-dd > dt:after,
  .featuredproducts-specialpage-flash .mfp-content .block-layered-nav .wrapper-dt-dd > dt:after,
  .catalogsearch-result-index .mfp-content .block-layered-nav .wrapper-dt-dd > dt:after,
  .catalog-category-view .mfp-content .block-layered-nav .wrapper-dt-dd > dt:after {
    display: none;
  }
  /* line 1613, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .mfp-content .block-layered-nav .wrapper-dt-dd > dd,
  .featuredproducts-specialpage-promotion .mfp-content .block-layered-nav .wrapper-dt-dd > dd,
  .featuredproducts-specialpage-flash .mfp-content .block-layered-nav .wrapper-dt-dd > dd,
  .catalogsearch-result-index .mfp-content .block-layered-nav .wrapper-dt-dd > dd,
  .catalog-category-view .mfp-content .block-layered-nav .wrapper-dt-dd > dd {
    padding: 15px 5px;
  }
  /* line 1615, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .mfp-content .block-layered-nav .wrapper-dt-dd > dd.last,
  .featuredproducts-specialpage-promotion .mfp-content .block-layered-nav .wrapper-dt-dd > dd.last,
  .featuredproducts-specialpage-flash .mfp-content .block-layered-nav .wrapper-dt-dd > dd.last,
  .catalogsearch-result-index .mfp-content .block-layered-nav .wrapper-dt-dd > dd.last,
  .catalog-category-view .mfp-content .block-layered-nav .wrapper-dt-dd > dd.last {
    padding: 15px;
  }
  /* line 1620, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .mfp-content .block-layered-nav .wrapper-dt-dd > dd ol li a,
  .featuredproducts-specialpage-promotion .mfp-content .block-layered-nav .wrapper-dt-dd > dd ol li a,
  .featuredproducts-specialpage-flash .mfp-content .block-layered-nav .wrapper-dt-dd > dd ol li a,
  .catalogsearch-result-index .mfp-content .block-layered-nav .wrapper-dt-dd > dd ol li a,
  .catalog-category-view .mfp-content .block-layered-nav .wrapper-dt-dd > dd ol li a {
    background: none;
  }
  /* line 1627, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .mfp-content .block-layered-nav .wrapper-dt-dd + .wrapper-dt-dd,
  .featuredproducts-specialpage-promotion .mfp-content .block-layered-nav .wrapper-dt-dd + .wrapper-dt-dd,
  .featuredproducts-specialpage-flash .mfp-content .block-layered-nav .wrapper-dt-dd + .wrapper-dt-dd,
  .catalogsearch-result-index .mfp-content .block-layered-nav .wrapper-dt-dd + .wrapper-dt-dd,
  .catalog-category-view .mfp-content .block-layered-nav .wrapper-dt-dd + .wrapper-dt-dd {
    margin-left: 20px;
  }
  /* line 1631, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .mfp-content .block-title-filter,
  .featuredproducts-specialpage-promotion .mfp-content .block-title-filter,
  .featuredproducts-specialpage-flash .mfp-content .block-title-filter,
  .catalogsearch-result-index .mfp-content .block-title-filter,
  .catalog-category-view .mfp-content .block-title-filter {
    text-align: center;
  }
  /* line 1633, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .mfp-content .block-title-filter h3,
  .featuredproducts-specialpage-promotion .mfp-content .block-title-filter h3,
  .featuredproducts-specialpage-flash .mfp-content .block-title-filter h3,
  .catalogsearch-result-index .mfp-content .block-title-filter h3,
  .catalog-category-view .mfp-content .block-title-filter h3 {
    background: none;
    color: #0074bc;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 35px 0 10px;
  }
  /* line 1640, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .mfp-content .block-title-filter h3:after,
  .featuredproducts-specialpage-promotion .mfp-content .block-title-filter h3:after,
  .featuredproducts-specialpage-flash .mfp-content .block-title-filter h3:after,
  .catalogsearch-result-index .mfp-content .block-title-filter h3:after,
  .catalog-category-view .mfp-content .block-title-filter h3:after {
    display: none;
  }
  /* line 1645, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .mfp-content .block-view-products,
  .featuredproducts-specialpage-promotion .mfp-content .block-view-products,
  .featuredproducts-specialpage-flash .mfp-content .block-view-products,
  .catalogsearch-result-index .mfp-content .block-view-products,
  .catalog-category-view .mfp-content .block-view-products {
    clear: both;
    text-align: center;
    padding: 35px 0 50px;
  }
  /* line 1649, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .mfp-content .block-view-products #stm-number-product,
  .featuredproducts-specialpage-promotion .mfp-content .block-view-products #stm-number-product,
  .featuredproducts-specialpage-flash .mfp-content .block-view-products #stm-number-product,
  .catalogsearch-result-index .mfp-content .block-view-products #stm-number-product,
  .catalog-category-view .mfp-content .block-view-products #stm-number-product {
    color: #0074bc;
    font-size: 20px;
    margin-bottom: 20px;
  }
  /* line 1654, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .mfp-content .block-view-products #stm-action-view-product,
  .featuredproducts-specialpage-promotion .mfp-content .block-view-products #stm-action-view-product,
  .featuredproducts-specialpage-flash .mfp-content .block-view-products #stm-action-view-product,
  .catalogsearch-result-index .mfp-content .block-view-products #stm-action-view-product,
  .catalog-category-view .mfp-content .block-view-products #stm-action-view-product {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #0074bc;
    border: none;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 33px 6px;
  }
  /* line 1667, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .pop-ajax-cart .mfp-content,
  .featuredproducts-specialpage-promotion .pop-ajax-cart .mfp-content,
  .featuredproducts-specialpage-flash .pop-ajax-cart .mfp-content,
  .catalogsearch-result-index .pop-ajax-cart .mfp-content,
  .catalog-category-view .pop-ajax-cart .mfp-content {
    padding: 50px 20px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1674, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .main-container,
  .featuredproducts-specialpage-promotion .main-container,
  .featuredproducts-specialpage-flash .main-container,
  .catalogsearch-result-index .main-container,
  .catalog-category-view .main-container {
    margin-top: 10px;
  }
  /* line 1678, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .page-title h1,
  .featuredproducts-specialpage-promotion .page-title h1,
  .featuredproducts-specialpage-flash .page-title h1,
  .catalogsearch-result-index .page-title h1,
  .catalog-category-view .page-title h1 {
    padding: 0;
  }
  /* line 1681, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .page-title h2,
  .featuredproducts-specialpage-promotion .page-title h2,
  .featuredproducts-specialpage-flash .page-title h2,
  .catalogsearch-result-index .page-title h2,
  .catalog-category-view .page-title h2 {
    display: none;
  }
  /* line 1685, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .category-banner,
  .featuredproducts-specialpage-promotion .category-banner,
  .featuredproducts-specialpage-flash .category-banner,
  .catalogsearch-result-index .category-banner,
  .catalog-category-view .category-banner {
    background: none !important;
    height: auto;
    margin-top: 60px;
  }
  /* line 1689, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .category-banner .category-info,
  .featuredproducts-specialpage-promotion .category-banner .category-info,
  .featuredproducts-specialpage-flash .category-banner .category-info,
  .catalogsearch-result-index .category-banner .category-info,
  .catalog-category-view .category-banner .category-info {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: static;
    padding: 10px;
  }
  /* line 1695, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .category-banner .category-description,
  .featuredproducts-specialpage-promotion .category-banner .category-description,
  .featuredproducts-specialpage-flash .category-banner .category-description,
  .catalogsearch-result-index .category-banner .category-description,
  .catalog-category-view .category-banner .category-description {
    display: none;
  }
  /* line 1698, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .category-banner .cat-box-right,
  .featuredproducts-specialpage-promotion .category-banner .cat-box-right,
  .featuredproducts-specialpage-flash .category-banner .cat-box-right,
  .catalogsearch-result-index .category-banner .cat-box-right,
  .catalog-category-view .category-banner .cat-box-right {
    left: auto;
    right: 0;
  }
  /* line 1702, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .category-banner .pdf-link,
  .featuredproducts-specialpage-promotion .category-banner .pdf-link,
  .featuredproducts-specialpage-flash .category-banner .pdf-link,
  .catalogsearch-result-index .category-banner .pdf-link,
  .catalog-category-view .category-banner .pdf-link {
    left: auto;
    bottom: 10px;
    right: 56px;
  }
  /* line 1707, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .category-banner .pdf-link span.wr-text,
  .featuredproducts-specialpage-promotion .category-banner .pdf-link span.wr-text,
  .featuredproducts-specialpage-flash .category-banner .pdf-link span.wr-text,
  .catalogsearch-result-index .category-banner .pdf-link span.wr-text,
  .catalog-category-view .category-banner .pdf-link span.wr-text {
    display: none;
  }
  /* line 1712, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .category-banner .favorites,
  .featuredproducts-specialpage-promotion .category-banner .favorites,
  .featuredproducts-specialpage-flash .category-banner .favorites,
  .catalogsearch-result-index .category-banner .favorites,
  .catalog-category-view .category-banner .favorites {
    /*   bottom: 10px;
      right: 10px; */
  }
  /* line 1718, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .category-children .item,
  .featuredproducts-specialpage-promotion .category-children .item,
  .featuredproducts-specialpage-flash .category-children .item,
  .catalogsearch-result-index .category-children .item,
  .catalog-category-view .category-children .item {
    width: -moz-calc((100% - 10px)/2);
    width: -webkit-calc((100% - 10px)/2);
    width: calc((100% - 10px)/2);
    margin-right: 10px;
  }
  /* line 1721, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .category-children .item:nth-child(2n),
  .featuredproducts-specialpage-promotion .category-children .item:nth-child(2n),
  .featuredproducts-specialpage-flash .category-children .item:nth-child(2n),
  .catalogsearch-result-index .category-children .item:nth-child(2n),
  .catalog-category-view .category-children .item:nth-child(2n) {
    margin-right: 0;
  }
  /* line 1724, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .category-children .item:nth-child(2n+1),
  .featuredproducts-specialpage-promotion .category-children .item:nth-child(2n+1),
  .featuredproducts-specialpage-flash .category-children .item:nth-child(2n+1),
  .catalogsearch-result-index .category-children .item:nth-child(2n+1),
  .catalog-category-view .category-children .item:nth-child(2n+1) {
    margin-right: 10px;
  }
  /* line 1730, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .block-brands-slider:after,
  .featuredproducts-specialpage-promotion .block-brands-slider:after,
  .featuredproducts-specialpage-flash .block-brands-slider:after,
  .catalogsearch-result-index .block-brands-slider:after,
  .catalog-category-view .block-brands-slider:after {
    margin: 25px auto;
  }
  /* line 1735, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-grid .item,
  .featuredproducts-specialpage-promotion .products-grid .item,
  .featuredproducts-specialpage-flash .products-grid .item,
  .catalogsearch-result-index .products-grid .item,
  .catalog-category-view .products-grid .item {
    width: 48%;
    margin-right: 4%;
  }
  /* line 1738, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-grid .item:nth-child(2n),
  .featuredproducts-specialpage-promotion .products-grid .item:nth-child(2n),
  .featuredproducts-specialpage-flash .products-grid .item:nth-child(2n),
  .catalogsearch-result-index .products-grid .item:nth-child(2n),
  .catalog-category-view .products-grid .item:nth-child(2n) {
    margin-right: 0;
  }
  /* line 1741, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-grid .item:nth-child(2n+1),
  .featuredproducts-specialpage-promotion .products-grid .item:nth-child(2n+1),
  .featuredproducts-specialpage-flash .products-grid .item:nth-child(2n+1),
  .catalogsearch-result-index .products-grid .item:nth-child(2n+1),
  .catalog-category-view .products-grid .item:nth-child(2n+1) {
    margin-right: 4%;
  }
  /* line 1744, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-grid .item:nth-child(3n+1),
  .featuredproducts-specialpage-promotion .products-grid .item:nth-child(3n+1),
  .featuredproducts-specialpage-flash .products-grid .item:nth-child(3n+1),
  .catalogsearch-result-index .products-grid .item:nth-child(3n+1),
  .catalog-category-view .products-grid .item:nth-child(3n+1) {
    clear: none;
  }
  /* line 1751, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-list .item:after,
  .featuredproducts-specialpage-promotion .products-list .item:after,
  .featuredproducts-specialpage-flash .products-list .item:after,
  .catalogsearch-result-index .products-list .item:after,
  .catalog-category-view .products-list .item:after {
    display: none;
  }
  /* line 1754, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-list .item .product-image,
  .featuredproducts-specialpage-promotion .products-list .item .product-image,
  .featuredproducts-specialpage-flash .products-list .item .product-image,
  .catalogsearch-result-index .products-list .item .product-image,
  .catalog-category-view .products-list .item .product-image {
    width: 50%;
  }
  /* line 1757, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-list .item .product-shop,
  .featuredproducts-specialpage-promotion .products-list .item .product-shop,
  .featuredproducts-specialpage-flash .products-list .item .product-shop,
  .catalogsearch-result-index .products-list .item .product-shop,
  .catalog-category-view .products-list .item .product-shop {
    min-height: inherit;
  }
  /* line 1760, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-list .item .product-price,
  .featuredproducts-specialpage-promotion .products-list .item .product-price,
  .featuredproducts-specialpage-flash .products-list .item .product-price,
  .catalogsearch-result-index .products-list .item .product-price,
  .catalog-category-view .products-list .item .product-price {
    float: left;
    width: 100%;
    padding: 10px;
  }
  /* line 1765, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-list .item .price-box,
  .featuredproducts-specialpage-promotion .products-list .item .price-box,
  .featuredproducts-specialpage-flash .products-list .item .price-box,
  .catalogsearch-result-index .products-list .item .price-box,
  .catalog-category-view .products-list .item .price-box {
    position: absolute;
    left: 10px;
    top: 10px;
  }
  /* line 1771, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-list .item .action .button,
  .featuredproducts-specialpage-promotion .products-list .item .action .button,
  .featuredproducts-specialpage-flash .products-list .item .action .button,
  .catalogsearch-result-index .products-list .item .action .button,
  .catalog-category-view .products-list .item .action .button {
    float: right;
    font-size: 0;
    min-width: inherit;
    width: 50px;
    height: 50px;
    margin: 0;
  }
  /* line 1778, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-list .item .action .button:after,
  .featuredproducts-specialpage-promotion .products-list .item .action .button:after,
  .featuredproducts-specialpage-flash .products-list .item .action .button:after,
  .catalogsearch-result-index .products-list .item .action .button:after,
  .catalog-category-view .products-list .item .action .button:after {
    background-size: 44px auto;
    width: 44px;
    height: 8px;
    bottom: -3px;
    margin-left: -22px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 1793, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .category-children .item,
  .featuredproducts-specialpage-promotion .category-children .item,
  .featuredproducts-specialpage-flash .category-children .item,
  .catalogsearch-result-index .category-children .item,
  .catalog-category-view .category-children .item {
    border-top: 1px solid #eef2f5;
    width: 100%;
    margin: 0;
  }
  /* line 1797, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .category-children .item:nth-child(2n+1),
  .featuredproducts-specialpage-promotion .category-children .item:nth-child(2n+1),
  .featuredproducts-specialpage-flash .category-children .item:nth-child(2n+1),
  .catalogsearch-result-index .category-children .item:nth-child(2n+1),
  .catalog-category-view .category-children .item:nth-child(2n+1) {
    margin-right: 0;
  }
  /* line 1800, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .category-children .item:last-child,
  .featuredproducts-specialpage-promotion .category-children .item:last-child,
  .featuredproducts-specialpage-flash .category-children .item:last-child,
  .catalogsearch-result-index .category-children .item:last-child,
  .catalog-category-view .category-children .item:last-child {
    border-bottom: 1px solid #eef2f5;
  }
  /* line 1803, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .category-children .item a,
  .featuredproducts-specialpage-promotion .category-children .item a,
  .featuredproducts-specialpage-flash .category-children .item a,
  .catalogsearch-result-index .category-children .item a,
  .catalog-category-view .category-children .item a {
    padding: 18px 0;
  }
  /* line 1805, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .category-children .item a:before, .featuredproducts-specialpage-new .category-children .item a:after,
  .featuredproducts-specialpage-promotion .category-children .item a:before,
  .featuredproducts-specialpage-promotion .category-children .item a:after,
  .featuredproducts-specialpage-flash .category-children .item a:before,
  .featuredproducts-specialpage-flash .category-children .item a:after,
  .catalogsearch-result-index .category-children .item a:before,
  .catalogsearch-result-index .category-children .item a:after,
  .catalog-category-view .category-children .item a:before,
  .catalog-category-view .category-children .item a:after {
    display: none;
  }
  /* line 1810, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .category-children .item figure,
  .featuredproducts-specialpage-promotion .category-children .item figure,
  .featuredproducts-specialpage-flash .category-children .item figure,
  .catalogsearch-result-index .category-children .item figure,
  .catalog-category-view .category-children .item figure {
    display: none;
  }
  /* line 1813, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .category-children .item span,
  .featuredproducts-specialpage-promotion .category-children .item span,
  .featuredproducts-specialpage-flash .category-children .item span,
  .catalogsearch-result-index .category-children .item span,
  .catalog-category-view .category-children .item span {
    text-align: left;
    margin-top: 0;
  }
  /* line 1817, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .category-children .item .favorites,
  .featuredproducts-specialpage-promotion .category-children .item .favorites,
  .featuredproducts-specialpage-flash .category-children .item .favorites,
  .catalogsearch-result-index .category-children .item .favorites,
  .catalog-category-view .category-children .item .favorites {
    width: 36px;
    height: 36px;
    right: 0;
    top: 50%;
    margin-top: -18px;
  }
  /* line 1823, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .category-children .item .favorites:before,
  .featuredproducts-specialpage-promotion .category-children .item .favorites:before,
  .featuredproducts-specialpage-flash .category-children .item .favorites:before,
  .catalogsearch-result-index .category-children .item .favorites:before,
  .catalog-category-view .category-children .item .favorites:before {
    font-size: 14px;
    margin: -7px 0 0 -7px;
  }
  /* line 1830, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .block-brands-slider,
  .featuredproducts-specialpage-promotion .block-brands-slider,
  .featuredproducts-specialpage-flash .block-brands-slider,
  .catalogsearch-result-index .block-brands-slider,
  .catalog-category-view .block-brands-slider {
    padding-bottom: 60px;
    position: relative;
  }
  /* line 1833, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .block-brands-slider:after,
  .featuredproducts-specialpage-promotion .block-brands-slider:after,
  .featuredproducts-specialpage-flash .block-brands-slider:after,
  .catalogsearch-result-index .block-brands-slider:after,
  .catalog-category-view .block-brands-slider:after {
    display: none;
  }
  /* line 1836, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .block-brands-slider .head,
  .featuredproducts-specialpage-promotion .block-brands-slider .head,
  .featuredproducts-specialpage-flash .block-brands-slider .head,
  .catalogsearch-result-index .block-brands-slider .head,
  .catalog-category-view .block-brands-slider .head {
    border: none;
    margin-bottom: 0;
  }
  /* line 1839, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .block-brands-slider .head .title,
  .featuredproducts-specialpage-promotion .block-brands-slider .head .title,
  .featuredproducts-specialpage-flash .block-brands-slider .head .title,
  .catalogsearch-result-index .block-brands-slider .head .title,
  .catalog-category-view .block-brands-slider .head .title {
    display: block;
    font-size: 18px;
    margin-right: 0;
  }
  /* line 1844, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .block-brands-slider .head .text-link,
  .featuredproducts-specialpage-promotion .block-brands-slider .head .text-link,
  .featuredproducts-specialpage-flash .block-brands-slider .head .text-link,
  .catalogsearch-result-index .block-brands-slider .head .text-link,
  .catalog-category-view .block-brands-slider .head .text-link {
    font-size: 12px;
  }
  /* line 1846, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .block-brands-slider .head .text-link i,
  .featuredproducts-specialpage-promotion .block-brands-slider .head .text-link i,
  .featuredproducts-specialpage-flash .block-brands-slider .head .text-link i,
  .catalogsearch-result-index .block-brands-slider .head .text-link i,
  .catalog-category-view .block-brands-slider .head .text-link i {
    margin-right: 10px;
  }
  /* line 1848, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .block-brands-slider .head .text-link i:before,
  .featuredproducts-specialpage-promotion .block-brands-slider .head .text-link i:before,
  .featuredproducts-specialpage-flash .block-brands-slider .head .text-link i:before,
  .catalogsearch-result-index .block-brands-slider .head .text-link i:before,
  .catalog-category-view .block-brands-slider .head .text-link i:before {
    font-size: 6px;
  }
  /* line 1853, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .block-brands-slider .head .head-right,
  .featuredproducts-specialpage-promotion .block-brands-slider .head .head-right,
  .featuredproducts-specialpage-flash .block-brands-slider .head .head-right,
  .catalogsearch-result-index .block-brands-slider .head .head-right,
  .catalog-category-view .block-brands-slider .head .head-right {
    position: absolute;
    bottom: 24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  /* line 1858, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .block-brands-slider .head .head-right .brand-prev,
  .featuredproducts-specialpage-promotion .block-brands-slider .head .head-right .brand-prev,
  .featuredproducts-specialpage-flash .block-brands-slider .head .head-right .brand-prev,
  .catalogsearch-result-index .block-brands-slider .head .head-right .brand-prev,
  .catalog-category-view .block-brands-slider .head .head-right .brand-prev {
    width: 36px;
    height: 36px;
  }
  /* line 1862, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .block-brands-slider .head .head-right .brand-next,
  .featuredproducts-specialpage-promotion .block-brands-slider .head .head-right .brand-next,
  .featuredproducts-specialpage-flash .block-brands-slider .head .head-right .brand-next,
  .catalogsearch-result-index .block-brands-slider .head .head-right .brand-next,
  .catalog-category-view .block-brands-slider .head .head-right .brand-next {
    width: 36px;
    height: 36px;
    margin-left: 4px;
  }
  /* line 1871, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .category-products .toolbar,
  .featuredproducts-specialpage-promotion .category-products .toolbar,
  .featuredproducts-specialpage-flash .category-products .toolbar,
  .catalogsearch-result-index .category-products .toolbar,
  .catalog-category-view .category-products .toolbar {
    border-top: 1px solid #eef2f5;
    padding: 15px 0;
  }
  /* line 1875, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .category-products .toolbar .sorter .view-mode,
  .featuredproducts-specialpage-promotion .category-products .toolbar .sorter .view-mode,
  .featuredproducts-specialpage-flash .category-products .toolbar .sorter .view-mode,
  .catalogsearch-result-index .category-products .toolbar .sorter .view-mode,
  .catalog-category-view .category-products .toolbar .sorter .view-mode {
    display: none;
  }
  /* line 1879, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .category-products .toolbar .pager,
  .featuredproducts-specialpage-promotion .category-products .toolbar .pager,
  .featuredproducts-specialpage-flash .category-products .toolbar .pager,
  .catalogsearch-result-index .category-products .toolbar .pager,
  .catalog-category-view .category-products .toolbar .pager {
    display: block;
    width: 100%;
  }
  /* line 1882, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .category-products .toolbar .pager .filter-button,
  .featuredproducts-specialpage-promotion .category-products .toolbar .pager .filter-button,
  .featuredproducts-specialpage-flash .category-products .toolbar .pager .filter-button,
  .catalogsearch-result-index .category-products .toolbar .pager .filter-button,
  .catalog-category-view .category-products .toolbar .pager .filter-button {
    width: 48%;
    margin-right: 2%;
    padding: 10px 10px 6px;
  }
  /* line 1887, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .category-products .toolbar .pager .sort-by,
  .featuredproducts-specialpage-promotion .category-products .toolbar .pager .sort-by,
  .featuredproducts-specialpage-flash .category-products .toolbar .pager .sort-by,
  .catalogsearch-result-index .category-products .toolbar .pager .sort-by,
  .catalog-category-view .category-products .toolbar .pager .sort-by {
    width: 48%;
    margin-left: 0;
  }
  /* line 1893, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .category-products .toolbar .limiter .customSelect,
  .featuredproducts-specialpage-promotion .category-products .toolbar .limiter .customSelect,
  .featuredproducts-specialpage-flash .category-products .toolbar .limiter .customSelect,
  .catalogsearch-result-index .category-products .toolbar .limiter .customSelect,
  .catalog-category-view .category-products .toolbar .limiter .customSelect {
    display: none;
  }
  /* line 1898, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .category-products .currently,
  .featuredproducts-specialpage-promotion .category-products .currently,
  .featuredproducts-specialpage-flash .category-products .currently,
  .catalogsearch-result-index .category-products .currently,
  .catalog-category-view .category-products .currently {
    display: none;
  }
  /* line 1903, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-grid .item,
  .featuredproducts-specialpage-promotion .products-grid .item,
  .featuredproducts-specialpage-flash .products-grid .item,
  .catalogsearch-result-index .products-grid .item,
  .catalog-category-view .products-grid .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  /* line 1907, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-grid .item:nth-child(2n+1),
  .featuredproducts-specialpage-promotion .products-grid .item:nth-child(2n+1),
  .featuredproducts-specialpage-flash .products-grid .item:nth-child(2n+1),
  .catalogsearch-result-index .products-grid .item:nth-child(2n+1),
  .catalog-category-view .products-grid .item:nth-child(2n+1) {
    margin-right: 0;
  }
  /* line 1911, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-grid .item-top,
  .featuredproducts-specialpage-promotion .products-grid .item-top,
  .featuredproducts-specialpage-flash .products-grid .item-top,
  .catalogsearch-result-index .products-grid .item-top,
  .catalog-category-view .products-grid .item-top {
    border-width: 1px 0 0 1px;
    height: 50vw;
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  /* line 1920, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-grid .item-status,
  .featuredproducts-specialpage-promotion .products-grid .item-status,
  .featuredproducts-specialpage-flash .products-grid .item-status,
  .catalogsearch-result-index .products-grid .item-status,
  .catalog-category-view .products-grid .item-status {
    bottom: 0;
  }
  /* line 1922, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-grid .item-status img,
  .featuredproducts-specialpage-promotion .products-grid .item-status img,
  .featuredproducts-specialpage-flash .products-grid .item-status img,
  .catalogsearch-result-index .products-grid .item-status img,
  .catalog-category-view .products-grid .item-status img {
    max-width: 104px;
  }
  /* line 1927, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-grid .item-status div.st-percent span.st-percent-value,
  .featuredproducts-specialpage-promotion .products-grid .item-status div.st-percent span.st-percent-value,
  .featuredproducts-specialpage-flash .products-grid .item-status div.st-percent span.st-percent-value,
  .catalogsearch-result-index .products-grid .item-status div.st-percent span.st-percent-value,
  .catalog-category-view .products-grid .item-status div.st-percent span.st-percent-value {
    height: 35px;
  }
  /* line 1930, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-grid .item-status div.st-percent span.st-percent-value i:before,
  .featuredproducts-specialpage-promotion .products-grid .item-status div.st-percent span.st-percent-value i:before,
  .featuredproducts-specialpage-flash .products-grid .item-status div.st-percent span.st-percent-value i:before,
  .catalogsearch-result-index .products-grid .item-status div.st-percent span.st-percent-value i:before,
  .catalog-category-view .products-grid .item-status div.st-percent span.st-percent-value i:before {
    font-size: 35px;
    left: 5px;
  }
  /* line 1935, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-grid .item-status div.st-percent span.st-percent-value span,
  .featuredproducts-specialpage-promotion .products-grid .item-status div.st-percent span.st-percent-value span,
  .featuredproducts-specialpage-flash .products-grid .item-status div.st-percent span.st-percent-value span,
  .catalogsearch-result-index .products-grid .item-status div.st-percent span.st-percent-value span,
  .catalog-category-view .products-grid .item-status div.st-percent span.st-percent-value span {
    font-size: 10px;
    line-height: 40px;
  }
  /* line 1942, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-grid .item-status div.st-new span,
  .featuredproducts-specialpage-promotion .products-grid .item-status div.st-new span,
  .featuredproducts-specialpage-flash .products-grid .item-status div.st-new span,
  .catalogsearch-result-index .products-grid .item-status div.st-new span,
  .catalog-category-view .products-grid .item-status div.st-new span {
    vertical-align: top;
  }
  /* line 1948, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-grid .item-info,
  .featuredproducts-specialpage-promotion .products-grid .item-info,
  .featuredproducts-specialpage-flash .products-grid .item-info,
  .catalogsearch-result-index .products-grid .item-info,
  .catalog-category-view .products-grid .item-info {
    border-width: 1px;
  }
  /* line 1951, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-grid .item-info-text,
  .featuredproducts-specialpage-promotion .products-grid .item-info-text,
  .featuredproducts-specialpage-flash .products-grid .item-info-text,
  .catalogsearch-result-index .products-grid .item-info-text,
  .catalog-category-view .products-grid .item-info-text {
    border-left: 1px solid #eef2f5;
    float: right;
    width: 50%;
    min-height: 50vw;
  }
  /* line 1957, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-grid .item-name,
  .featuredproducts-specialpage-promotion .products-grid .item-name,
  .featuredproducts-specialpage-flash .products-grid .item-name,
  .catalogsearch-result-index .products-grid .item-name,
  .catalog-category-view .products-grid .item-name {
    font-size: 12px;
    margin-bottom: 30px;
    padding: 15px 10px 0;
  }
  /* line 1961, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-grid .item-name a,
  .featuredproducts-specialpage-promotion .products-grid .item-name a,
  .featuredproducts-specialpage-flash .products-grid .item-name a,
  .catalogsearch-result-index .products-grid .item-name a,
  .catalog-category-view .products-grid .item-name a {
    font-size: 12px;
    line-height: 1.2;
    height: 40px;
  }
  /* line 1967, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-grid .item-more,
  .featuredproducts-specialpage-promotion .products-grid .item-more,
  .featuredproducts-specialpage-flash .products-grid .item-more,
  .catalogsearch-result-index .products-grid .item-more,
  .catalog-category-view .products-grid .item-more {
    margin-bottom: 10px;
    padding: 0 10px;
  }
  /* line 1971, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-grid .item-brand,
  .featuredproducts-specialpage-new .products-grid .item-sku,
  .featuredproducts-specialpage-promotion .products-grid .item-brand,
  .featuredproducts-specialpage-promotion .products-grid .item-sku,
  .featuredproducts-specialpage-flash .products-grid .item-brand,
  .featuredproducts-specialpage-flash .products-grid .item-sku,
  .catalogsearch-result-index .products-grid .item-brand,
  .catalogsearch-result-index .products-grid .item-sku,
  .catalog-category-view .products-grid .item-brand,
  .catalog-category-view .products-grid .item-sku {
    font-size: 12px;
    line-height: 16px;
  }
  /* line 1976, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-grid .item-ship,
  .featuredproducts-specialpage-promotion .products-grid .item-ship,
  .featuredproducts-specialpage-flash .products-grid .item-ship,
  .catalogsearch-result-index .products-grid .item-ship,
  .catalog-category-view .products-grid .item-ship {
    margin-top: 15px;
  }
  /* line 1978, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-grid .item-ship .icon-car-ship,
  .featuredproducts-specialpage-promotion .products-grid .item-ship .icon-car-ship,
  .featuredproducts-specialpage-flash .products-grid .item-ship .icon-car-ship,
  .catalogsearch-result-index .products-grid .item-ship .icon-car-ship,
  .catalog-category-view .products-grid .item-ship .icon-car-ship {
    position: static;
  }
  /* line 1982, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-grid .item-price,
  .featuredproducts-specialpage-promotion .products-grid .item-price,
  .featuredproducts-specialpage-flash .products-grid .item-price,
  .catalogsearch-result-index .products-grid .item-price,
  .catalog-category-view .products-grid .item-price {
    clear: both;
    padding: 10px;
  }
  /* line 1985, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-grid .item-price .price-box,
  .featuredproducts-specialpage-promotion .products-grid .item-price .price-box,
  .featuredproducts-specialpage-flash .products-grid .item-price .price-box,
  .catalogsearch-result-index .products-grid .item-price .price-box,
  .catalog-category-view .products-grid .item-price .price-box {
    left: 10px;
  }
  /* line 1987, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-grid .item-price .price-box .price,
  .featuredproducts-specialpage-promotion .products-grid .item-price .price-box .price,
  .featuredproducts-specialpage-flash .products-grid .item-price .price-box .price,
  .catalogsearch-result-index .products-grid .item-price .price-box .price,
  .catalog-category-view .products-grid .item-price .price-box .price {
    line-height: 20px;
  }
  /* line 1991, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-grid .item-price .price-box .old-price .price,
  .featuredproducts-specialpage-promotion .products-grid .item-price .price-box .old-price .price,
  .featuredproducts-specialpage-flash .products-grid .item-price .price-box .old-price .price,
  .catalogsearch-result-index .products-grid .item-price .price-box .old-price .price,
  .catalog-category-view .products-grid .item-price .price-box .old-price .price {
    line-height: 15px;
  }
  /* line 1999, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-list .item,
  .featuredproducts-specialpage-promotion .products-list .item,
  .featuredproducts-specialpage-flash .products-list .item,
  .catalogsearch-result-index .products-list .item,
  .catalog-category-view .products-list .item {
    margin-bottom: 10px;
  }
  /* line 2001, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-list .item .icon-label,
  .featuredproducts-specialpage-promotion .products-list .item .icon-label,
  .featuredproducts-specialpage-flash .products-list .item .icon-label,
  .catalogsearch-result-index .products-list .item .icon-label,
  .catalog-category-view .products-list .item .icon-label {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  /* line 2007, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-list .item .st-percent,
  .featuredproducts-specialpage-promotion .products-list .item .st-percent,
  .featuredproducts-specialpage-flash .products-list .item .st-percent,
  .catalogsearch-result-index .products-list .item .st-percent,
  .catalog-category-view .products-list .item .st-percent {
    margin-top: 5px;
  }
  /* line 2010, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-list .item .product-shop,
  .featuredproducts-specialpage-promotion .products-list .item .product-shop,
  .featuredproducts-specialpage-flash .products-list .item .product-shop,
  .catalogsearch-result-index .products-list .item .product-shop,
  .catalog-category-view .products-list .item .product-shop {
    padding: 10px;
  }
  /* line 2012, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-list .item .product-shop:before,
  .featuredproducts-specialpage-promotion .products-list .item .product-shop:before,
  .featuredproducts-specialpage-flash .products-list .item .product-shop:before,
  .catalogsearch-result-index .products-list .item .product-shop:before,
  .catalog-category-view .products-list .item .product-shop:before {
    margin-left: -10px;
  }
  /* line 2016, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-list .item .product-name,
  .featuredproducts-specialpage-promotion .products-list .item .product-name,
  .featuredproducts-specialpage-flash .products-list .item .product-name,
  .catalogsearch-result-index .products-list .item .product-name,
  .catalog-category-view .products-list .item .product-name {
    font-size: 12px;
    line-height: 1.2;
    height: 40px;
    overflow: hidden;
    margin: 0 0 30px;
  }
  /* line 2022, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-list .item .product-name a,
  .featuredproducts-specialpage-promotion .products-list .item .product-name a,
  .featuredproducts-specialpage-flash .products-list .item .product-name a,
  .catalogsearch-result-index .products-list .item .product-name a,
  .catalog-category-view .products-list .item .product-name a {
    font-size: 12px;
  }
  /* line 2026, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-list .item .product-dispo,
  .featuredproducts-specialpage-promotion .products-list .item .product-dispo,
  .featuredproducts-specialpage-flash .products-list .item .product-dispo,
  .catalogsearch-result-index .products-list .item .product-dispo,
  .catalog-category-view .products-list .item .product-dispo {
    margin-top: 15px;
    font-size: 0;
  }
  /* line 2030, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .products-list .item .desc-title,
  .featuredproducts-specialpage-new .products-list .item .desc,
  .featuredproducts-specialpage-promotion .products-list .item .desc-title,
  .featuredproducts-specialpage-promotion .products-list .item .desc,
  .featuredproducts-specialpage-flash .products-list .item .desc-title,
  .featuredproducts-specialpage-flash .products-list .item .desc,
  .catalogsearch-result-index .products-list .item .desc-title,
  .catalogsearch-result-index .products-list .item .desc,
  .catalog-category-view .products-list .item .desc-title,
  .catalog-category-view .products-list .item .desc {
    display: none;
  }
  /* line 2037, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .mfp-content .block-layered-nav,
  .featuredproducts-specialpage-promotion .mfp-content .block-layered-nav,
  .featuredproducts-specialpage-flash .mfp-content .block-layered-nav,
  .catalogsearch-result-index .mfp-content .block-layered-nav,
  .catalog-category-view .mfp-content .block-layered-nav {
    padding: 0 10px;
  }
  /* line 2039, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .mfp-content .block-layered-nav #narrow-by-list,
  .featuredproducts-specialpage-promotion .mfp-content .block-layered-nav #narrow-by-list,
  .featuredproducts-specialpage-flash .mfp-content .block-layered-nav #narrow-by-list,
  .catalogsearch-result-index .mfp-content .block-layered-nav #narrow-by-list,
  .catalog-category-view .mfp-content .block-layered-nav #narrow-by-list {
    padding: 0 0 15px;
  }
  /* line 2042, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .mfp-content .block-layered-nav .wrapper-dt-dd,
  .featuredproducts-specialpage-promotion .mfp-content .block-layered-nav .wrapper-dt-dd,
  .featuredproducts-specialpage-flash .mfp-content .block-layered-nav .wrapper-dt-dd,
  .catalogsearch-result-index .mfp-content .block-layered-nav .wrapper-dt-dd,
  .catalog-category-view .mfp-content .block-layered-nav .wrapper-dt-dd {
    width: 100%;
  }
  /* line 2045, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .mfp-content .block-layered-nav .wrapper-dt-dd + .wrapper-dt-dd,
  .featuredproducts-specialpage-promotion .mfp-content .block-layered-nav .wrapper-dt-dd + .wrapper-dt-dd,
  .featuredproducts-specialpage-flash .mfp-content .block-layered-nav .wrapper-dt-dd + .wrapper-dt-dd,
  .catalogsearch-result-index .mfp-content .block-layered-nav .wrapper-dt-dd + .wrapper-dt-dd,
  .catalog-category-view .mfp-content .block-layered-nav .wrapper-dt-dd + .wrapper-dt-dd {
    border-top: 1px solid #ffffff;
    margin-left: 0;
  }
  /* line 2050, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .mfp-content .block-title-filter,
  .featuredproducts-specialpage-promotion .mfp-content .block-title-filter,
  .featuredproducts-specialpage-flash .mfp-content .block-title-filter,
  .catalogsearch-result-index .mfp-content .block-title-filter,
  .catalog-category-view .mfp-content .block-title-filter {
    text-align: left;
  }
  /* line 2052, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .mfp-content .block-title-filter h3,
  .featuredproducts-specialpage-promotion .mfp-content .block-title-filter h3,
  .featuredproducts-specialpage-flash .mfp-content .block-title-filter h3,
  .catalogsearch-result-index .mfp-content .block-title-filter h3,
  .catalog-category-view .mfp-content .block-title-filter h3 {
    font-size: 20px;
    padding: 20px 0 5px;
  }
  /* line 2057, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .mfp-content .block-view-products,
  .featuredproducts-specialpage-promotion .mfp-content .block-view-products,
  .featuredproducts-specialpage-flash .mfp-content .block-view-products,
  .catalogsearch-result-index .mfp-content .block-view-products,
  .catalog-category-view .mfp-content .block-view-products {
    padding: 20px 0 40px;
  }
  /* line 2059, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .mfp-content .block-view-products #stm-number-product,
  .featuredproducts-specialpage-promotion .mfp-content .block-view-products #stm-number-product,
  .featuredproducts-specialpage-flash .mfp-content .block-view-products #stm-number-product,
  .catalogsearch-result-index .mfp-content .block-view-products #stm-number-product,
  .catalog-category-view .mfp-content .block-view-products #stm-number-product {
    font-size: 14px;
    margin-bottom: 15px;
  }
  /* line 2064, ../scss/module/_category.scss */
  .featuredproducts-specialpage-new .mfp-content .mfp-close,
  .featuredproducts-specialpage-promotion .mfp-content .mfp-close,
  .featuredproducts-specialpage-flash .mfp-content .mfp-close,
  .catalogsearch-result-index .mfp-content .mfp-close,
  .catalog-category-view .mfp-content .mfp-close {
    top: 25px;
    right: 10px;
  }
}

/* line 2074, ../scss/module/_category.scss */
.catalogsearch-result-index .toolbar-top {
  border-bottom: 1px solid #eef2f5;
  margin-bottom: 30px;
}
/* line 2079, ../scss/module/_category.scss */
.catalogsearch-result-index .category-products .toolbar {
  padding-bottom: 20px;
  padding-top: 34px;
}
/* line 2086, ../scss/module/_category.scss */
.catalogsearch-result-index .sidebar .block-title strong,
.catalogsearch-result-index .sidebar .block-title .head-title {
  background: none;
  border-bottom: 1px solid #eef2f5;
  color: #3b515e;
  font-size: 15px;
  font-weight: 700;
  text-transform: none;
  padding: 0 0 12px;
  position: relative;
  display: block;
  line-height: 20px;
}
/* line 2100, ../scss/module/_category.scss */
.catalogsearch-result-index .sidebar .block-content {
  padding: 20px 0 35px;
}
/* line 2103, ../scss/module/_category.scss */
.catalogsearch-result-index .sidebar.col-right {
  padding-top: 56px;
}
/* line 2106, ../scss/module/_category.scss */
.catalogsearch-result-index .sidebar .block:first-child .block-title {
  padding-top: 10px;
}
/* line 2112, ../scss/module/_category.scss */
.catalogsearch-result-index .block-viewed .product-name a {
  font-size: 13px;
  color: #557b92;
  font-weight: 300;
  text-transform: none;
}
/* line 2121, ../scss/module/_category.scss */
.catalogsearch-result-index .mini-category-results-list li {
  margin-bottom: 15px;
  line-height: 18px;
}
/* line 2124, ../scss/module/_category.scss */
.catalogsearch-result-index .mini-category-results-list li a {
  color: #557b92;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  display: block;
}
/* line 2130, ../scss/module/_category.scss */
.catalogsearch-result-index .mini-category-results-list li a span {
  color: #0074bc;
}
/* line 2139, ../scss/module/_category.scss */
.catalogsearch-result-index .block-suggestions .b-list-suggestion:after {
  content: '';
  display: table;
  clear: both;
}
/* line 2142, ../scss/module/_category.scss */
.catalogsearch-result-index .block-suggestions .b-list-suggestion a {
  display: block;
  float: left;
  font-size: 14px;
  color: #0074bc;
  background: #bad9eb;
  padding: 10px 20px 6px;
  border-radius: 2px;
  margin-right: 10px;
  margin-bottom: 10px;
}
/* line 2154, ../scss/module/_category.scss */
.catalogsearch-result-index .block-suggestions .block-content {
  padding-top: 0;
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  /* line 2165, ../scss/module/_category.scss */
  .catalog-category-view .main-container {
    padding: 10px !important;
    margin-top: 0;
  }
}
/* line 1, ../scss/module/_request-catalog.scss */
.requestcatalog-form-index .page-title {
  border-bottom: 1px solid #d1d6da;
  margin-bottom: 60px;
  position: relative;
}
/* line 5, ../scss/module/_request-catalog.scss */
.requestcatalog-form-index .page-title h1 {
  color: #0074bc;
  font-size: 60px;
  font-weight: 400;
  text-transform: none;
  border: none;
}

/* line 15, ../scss/module/_request-catalog.scss */
.required-catalog .box-prefix {
  margin-bottom: 20px;
}
/* line 16, ../scss/module/_request-catalog.scss */
.required-catalog .box-prefix:after {
  content: '';
  display: table;
  clear: both;
}
/* line 20, ../scss/module/_request-catalog.scss */
.required-catalog .box-prefix li {
  float: left;
  margin-right: 20px;
}
/* line 24, ../scss/module/_request-catalog.scss */
.required-catalog .box-prefix label {
  color: #557b92;
}
/* line 28, ../scss/module/_request-catalog.scss */
.required-catalog ul.form-list {
  margin: 0 -10px;
}
/* line 29, ../scss/module/_request-catalog.scss */
.required-catalog ul.form-list:after {
  content: '';
  display: table;
  clear: both;
}
/* line 33, ../scss/module/_request-catalog.scss */
.required-catalog ul.form-list li {
  float: left;
  width: 33.28125%;
  padding: 0 10px;
}
/* line 37, ../scss/module/_request-catalog.scss */
.required-catalog ul.form-list li .input-text {
  width: 100%;
}
/* line 40, ../scss/module/_request-catalog.scss */
.required-catalog ul.form-list li:nth-child(2n+1) {
  clear: none;
}
/* line 45, ../scss/module/_request-catalog.scss */
.required-catalog .action {
  text-align: right;
}
/* line 47, ../scss/module/_request-catalog.scss */
.required-catalog .action button.stm-submit-form {
  background: #0074bc;
  height: 55px;
  min-width: 210px;
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 58, ../scss/module/_request-catalog.scss */
  .required-catalog ul.form-list li {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 64, ../scss/module/_request-catalog.scss */
  .requestcatalog-form-index .page-title {
    border-bottom: 1px solid #d1d6da;
    margin-bottom: 20px;
    position: relative;
    padding-top: 20px;
  }
  /* line 69, ../scss/module/_request-catalog.scss */
  .requestcatalog-form-index .page-title h1 {
    color: #0074bc;
    font-size: 30px;
    font-weight: 400;
    text-transform: none;
    border: none;
  }

  /* line 77, ../scss/module/_request-catalog.scss */
  .required-catalog ul.form-list li {
    width: auto;
    float: none;
  }
}
/* ============================================ *
 * Calendar styles (restore styles from /js/calendar)
 * ============================================ */
/* line 30, ../scss/override/_plugin.scss */
div.calendar table {
  border-collapse: separate;
}
/* line 33, ../scss/override/_plugin.scss */
div.calendar table td.button {
  display: table-cell;
  background: inherit;
  color: inherit;
  text-transform: none;
}

/* line 44, ../scss/override/_plugin.scss */
label.input-st {
  margin-bottom: 15px !important;
  float: none;
}

/* line 48, ../scss/override/_plugin.scss */
label.input-st {
  background: none repeat 0 0 !important;
  margin-bottom: 0 !important;
}

/* line 52, ../scss/override/_plugin.scss */
input[type="radio"] {
  display: none;
}

/* line 55, ../scss/override/_plugin.scss */
label.input-st {
  color: #4b4b4b;
  font-family: Arial,sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
  margin-right: 15px;
}

/* line 63, ../scss/override/_plugin.scss */
label.input-st input[type="radio"] + span {
  background: #ffffff;
  border: 1px solid #bad9eb;
  position: relative;
  cursor: pointer;
  display: inline-block;
  height: 18px;
  vertical-align: middle;
  width: 18px;
  border-radius: 50%;
}

/* line 74, ../scss/override/_plugin.scss */
label.input-st input[type="radio"]:checked + span {
  background: #ffffff;
}
/* line 76, ../scss/override/_plugin.scss */
label.input-st input[type="radio"]:checked + span:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #3b515e;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
}

/* line 87, ../scss/override/_plugin.scss */
input[type="checkbox"] {
  display: none;
}

/* line 90, ../scss/override/_plugin.scss */
label.input-st {
  color: #4b4b4b;
  font-family: Arial,sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
}

/* line 97, ../scss/override/_plugin.scss */
label.input-st input[type="checkbox"] + span {
  background: #ffffff;
  border: 1px solid #bad9eb;
  position: relative;
  cursor: pointer;
  display: inline-block;
  height: 18px;
  vertical-align: middle;
  width: 18px;
  border-radius: 2px;
}

/* line 108, ../scss/override/_plugin.scss */
label.input-st input[type="checkbox"]:checked + span {
  background: #ffffff;
}
/* line 110, ../scss/override/_plugin.scss */
label.input-st input[type="checkbox"]:checked + span:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #3b515e;
  border-radius: 2px;
  position: absolute;
  left: 3px;
  top: 3px;
}

/*# sourceMappingURL=styles.css.map */

/*
// ----------------------------------------------
// Usage example:
// For IE set $mq-support to false.
// Set the fixed value.
// Then use mixins to test whether styles should be applied.
// ----------------------------------------------

$mq-support: false;
$mq-fixed-value: 1024;

// Renders at fixed value
@include bp (min-width, 300px) { 
    div { color:#000; }
}

// Doesn't render without MQ support
@include bp (min-width, 1200px) { 
    div { color:#FFF; }
}

// Doesn't render without MQ support
@include bp (max-width, 300px) { 
    div { color:#444; }
}

// Renders at fixed value
@include bp (max-width, 1200px) { 
    div { color:#888; }
}

// ----------------------------------------------
*/
/* ============================================ *
 * Homepage
 * ============================================ */
/* -------------------------------------------- *
 * Layout Column
 */
/* line 35, ../scss/content/_home.scss */
.cms-index-index .breadcrumbs {
  display: none;
}
/* line 38, ../scss/content/_home.scss */
.cms-index-index .std {
  display: none;
}

/* line 42, ../scss/content/_home.scss */
.content-inner {
  max-width: 1280px;
  margin: 0 auto;
}
/* line 45, ../scss/content/_home.scss */
.content-inner:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 42, ../scss/content/_home.scss */
  .content-inner {
    max-width: 1024px;
    padding: 0 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 42, ../scss/content/_home.scss */
  .content-inner {
    max-width: 768px;
  }
}

/* line 58, ../scss/content/_home.scss */
.section-home-1 .slider-main {
  float: left;
  width: 69.53125%;
}
/* line 62, ../scss/content/_home.scss */
.section-home-1 .home-slider-right {
  float: right;
  width: 28.90625%;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 67, ../scss/content/_home.scss */
  .section-home-1 .slider-main {
    float: none;
    width: auto;
  }
  /* line 71, ../scss/content/_home.scss */
  .section-home-1 .home-slider-right {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
  /* line 72, ../scss/content/_home.scss */
  .section-home-1 .home-slider-right:after {
    content: '';
    display: table;
    clear: both;
  }
}

@media only screen and (min-width: 768px) {
  /* line 82, ../scss/content/_home.scss */
  #cookie-law {
    text-align: center;
  }
  /* line 84, ../scss/content/_home.scss */
  #cookie-law .mobile {
    display: none;
  }
  /* line 87, ../scss/content/_home.scss */
  #cookie-law .desktop {
    display: inline;
  }
}
/* -------------------------------------------- *
 * Slider Main
 */
/* line 98, ../scss/content/_home.scss */
.slider-main .inner {
  position: relative;
}
/* line 100, ../scss/content/_home.scss */
.slider-main .inner .info {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 40px;
  text-align: center;
}
/* line 107, ../scss/content/_home.scss */
.slider-main .inner .info-sale {
  display: inline-block;
  margin-right: 30px;
}
/* line 110, ../scss/content/_home.scss */
.slider-main .inner .info-sale span {
  font-weight: 700;
  font-size: 130px;
  color: #0074bc;
  line-height: 130px;
}
/* line 117, ../scss/content/_home.scss */
.slider-main .inner .info-text {
  display: inline-block;
}
/* line 119, ../scss/content/_home.scss */
.slider-main .inner .info-text p {
  font-size: 25px;
  color: #0074bc;
}
/* line 125, ../scss/content/_home.scss */
.slider-main .slick-arrow {
  border: none;
  background: none;
}
/* line 128, ../scss/content/_home.scss */
.slider-main .slick-arrow:before {
  color: #ffffff;
}
/* line 131, ../scss/content/_home.scss */
.slider-main .slick-arrow:after {
  content: "";
  height: 100%;
  width: 100%;
  background: #ffffff;
  opacity: 0.75;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 142, ../scss/content/_home.scss */
.slider-main .slick-arrow.slick-prev {
  width: 33px;
  height: 77px;
  margin-top: -38px;
}
/* line 146, ../scss/content/_home.scss */
.slider-main .slick-arrow.slick-prev:after {
  border-radius: 0 5px 5px 0;
}
/* line 150, ../scss/content/_home.scss */
.slider-main .slick-arrow.slick-next {
  width: 33px;
  height: 77px;
  margin-top: -38px;
}
/* line 154, ../scss/content/_home.scss */
.slider-main .slick-arrow.slick-next:after {
  border-radius: 5px 0 0 5px;
}
/* line 159, ../scss/content/_home.scss */
.slider-main .slick-arrow:hover:before {
  color: #0074bc;
}
/* line 162, ../scss/content/_home.scss */
.slider-main .slick-arrow:hover:after {
  opacity: 1;
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 171, ../scss/content/_home.scss */
  .slider-main .inner {
    /* height: 450px; */
  }
  /* line 173, ../scss/content/_home.scss */
  .slider-main .inner img {
    /*  max-width: none;
     width: 960px;
     position: absolute;
     left: 0;
     top: 0; */
    min-width: 1024px;
    height: auto;
  }
}
/* -------------------------------------------- *
 * Create account block
 */
/* line 190, ../scss/content/_home.scss */
.home-account-block {
  border-radius: 5px;
  background: #eef2f5;
  margin-bottom: 10px;
}
/* line 194, ../scss/content/_home.scss */
.home-account-block img {
  border-radius: 5px;
  margin-bottom: 15px;
}
/* line 198, ../scss/content/_home.scss */
.home-account-block .info {
  padding: 0 20px 5px;
  margin-bottom: 15px;
}
/* line 202, ../scss/content/_home.scss */
.home-account-block .info ul li {
  font-size: 18px;
  color: #557b92;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 22px;
  position: relative;
  padding-left: 24px;
}
/* line 210, ../scss/content/_home.scss */
.home-account-block .info ul li:before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #557b92;
  position: absolute;
  top: 3px;
  left: 0;
}
/* line 220, ../scss/content/_home.scss */
.home-account-block .info ul li a {
  color: #557b92;
}
/* line 222, ../scss/content/_home.scss */
.home-account-block .info ul li a:hover {
  color: #557b92;
}
/* line 225, ../scss/content/_home.scss */
.home-account-block .info ul li a:active {
  color: #557b92;
}
/* line 231, ../scss/content/_home.scss */
.home-account-block .info p {
  padding-left: 24px;
  font-size: 11px;
  color: #557b92;
  font-weight: 300;
  line-height: 15px;
}
/* line 239, ../scss/content/_home.scss */
.home-account-block .action {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
/* line 243, ../scss/content/_home.scss */
.home-account-block .action a {
  background-color: #ff5555;
  color: #ffffff;
  opacity: 1;
}
/* line 247, ../scss/content/_home.scss */
.home-account-block .action a:hover {
  opacity: 0.8;
}
/* line 249, ../scss/content/_home.scss */
.home-account-block .action a:hover:after {
  background-color: #ff5555;
}
/* line 253, ../scss/content/_home.scss */
.home-account-block .action a:after {
  opacity: 1;
  background-color: #ff5555;
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 261, ../scss/content/_home.scss */
  .home-account-block {
    width: 500px;
    float: left;
  }
  /* line 262, ../scss/content/_home.scss */
  .home-account-block a.button-link.bt-link-2 {
    min-width: 210px;
  }
  /* line 267, ../scss/content/_home.scss */
  .home-account-block:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 270, ../scss/content/_home.scss */
  .home-account-block img {
    margin: 0;
    min-height: 133px;
  }
  /* line 274, ../scss/content/_home.scss */
  .home-account-block .banner-img {
    float: left;
    width: 270px;
  }
  /* line 278, ../scss/content/_home.scss */
  .home-account-block .info {
    float: right;
    width: 205px;
    padding: 15px 0 10px;
    margin: 0;
    text-align: left;
  }
  /* line 285, ../scss/content/_home.scss */
  .home-account-block .info ul li {
    font-size: 13px;
    line-height: 18px;
  }
  /* line 286, ../scss/content/_home.scss */
  .home-account-block .info ul li:before {
    width: 7px;
    height: 7px;
  }
  /* line 294, ../scss/content/_home.scss */
  .home-account-block .info p {
    font-size: 10px;
  }
  /* line 298, ../scss/content/_home.scss */
  .home-account-block .info a.button-link.bt-link-2 {
    font-size: 11px;
    min-width: 190px;
    padding: 10px 5px 5px;
  }
  /* line 303, ../scss/content/_home.scss */
  .home-account-block .info a.button-link span {
    padding-left: 20px;
  }
  /* line 305, ../scss/content/_home.scss */
  .home-account-block .info a.button-link span:before {
    font-size: 8px;
    top: 3px;
  }
  /* line 312, ../scss/content/_home.scss */
  .home-account-block .action {
    text-align: left;
    margin-top: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 319, ../scss/content/_home.scss */
  .home-account-block {
    width: 500px;
    float: left;
  }
  /* line 322, ../scss/content/_home.scss */
  .home-account-block:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 325, ../scss/content/_home.scss */
  .home-account-block img {
    margin: 0;
    min-height: 133px;
  }
  /* line 329, ../scss/content/_home.scss */
  .home-account-block .banner-img {
    float: left;
    width: 270px;
  }
  /* line 333, ../scss/content/_home.scss */
  .home-account-block .info {
    float: right;
    width: 205px;
    padding: 15px 0 10px;
    margin: 0;
    text-align: left;
  }
  /* line 340, ../scss/content/_home.scss */
  .home-account-block .info ul li {
    font-size: 13px;
    line-height: 18px;
  }
  /* line 341, ../scss/content/_home.scss */
  .home-account-block .info ul li:before {
    width: 7px;
    height: 7px;
  }
  /* line 349, ../scss/content/_home.scss */
  .home-account-block .info p {
    font-size: 10px;
  }
  /* line 353, ../scss/content/_home.scss */
  .home-account-block .info a.button-link.bt-link-2 {
    font-size: 11px;
    min-width: 190px;
    padding: 10px 5px 5px;
  }
  /* line 358, ../scss/content/_home.scss */
  .home-account-block .info a.button-link span {
    padding-left: 20px;
  }
  /* line 360, ../scss/content/_home.scss */
  .home-account-block .info a.button-link span:before {
    font-size: 8px;
    top: 3px;
  }
  /* line 367, ../scss/content/_home.scss */
  .home-account-block .action {
    text-align: left;
    margin-top: 5px;
  }
}
/* line 374, ../scss/content/_home.scss */
.home-account-login-block {
  background: #eef2f5;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
/* line 378, ../scss/content/_home.scss */
.home-account-login-block .block-contact-mini {
  margin: 2px 0;
}
/* line 381, ../scss/content/_home.scss */
.home-account-login-block .info-user {
  display: table;
  width: 100%;
  padding: 20px 15px;
}
/* line 387, ../scss/content/_home.scss */
.home-account-login-block .info-user-img {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 150px;
}
/* line 392, ../scss/content/_home.scss */
.home-account-login-block .info-user-img i {
  position: absolute;
  bottom: 0;
  right: 0;
}
/* line 396, ../scss/content/_home.scss */
.home-account-login-block .info-user-img i:before {
  font-size: 20px;
  color: #557b92;
}
/* line 401, ../scss/content/_home.scss */
.home-account-login-block .info-user-img .img-inner {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
/* line 405, ../scss/content/_home.scss */
.home-account-login-block .info-user-img .img-inner img {
  border-radius: 50%;
}
/* line 410, ../scss/content/_home.scss */
.home-account-login-block .info-user-agent {
  display: table-cell;
  vertical-align: middle;
  color: #0074bc;
  padding-left: 15px;
}
/* line 415, ../scss/content/_home.scss */
.home-account-login-block .info-user-agent span {
  display: block;
  font-size: 35px;
  font-family: 'Larissa Handwriting';
  color: #0074bc;
  line-height: 40px;
}
/* line 422, ../scss/content/_home.scss */
.home-account-login-block .info-user-agent strong {
  display: block;
  font-size: 35px;
  font-weight: 700;
  color: #0074bc;
  line-height: 40px;
}
/* line 429, ../scss/content/_home.scss */
.home-account-login-block .info-user-agent .title {
  font-weight: 300;
  font-size: 20px;
  color: #0074bc;
  line-height: 25px;
}
/* line 436, ../scss/content/_home.scss */
.home-account-login-block .info-user-contact {
  border-top: 1px dashed #d1d6da;
  margin: 0 20px;
  padding: 15px 0;
}
/* line 440, ../scss/content/_home.scss */
.home-account-login-block .info-user-contact:after {
  content: '';
  display: table;
  clear: both;
}
/* line 443, ../scss/content/_home.scss */
.home-account-login-block .info-user-contact .name {
  font-size: 20px;
  width: 50%;
  float: left;
  color: #557b92;
}
/* line 448, ../scss/content/_home.scss */
.home-account-login-block .info-user-contact .name strong {
  font-weight: 700;
}
/* line 452, ../scss/content/_home.scss */
.home-account-login-block .info-user-contact .info-user-send {
  float: right;
  width: 50%;
  padding-left: 20px;
}
/* line 457, ../scss/content/_home.scss */
.home-account-login-block .info-user-contact .info-user-send .phone a {
  color: #557b92;
  font-weight: 700;
  font-size: 16px;
}
/* line 462, ../scss/content/_home.scss */
.home-account-login-block .info-user-contact .info-user-send .phone i {
  margin-right: 8px;
}
/* line 464, ../scss/content/_home.scss */
.home-account-login-block .info-user-contact .info-user-send .phone i:before {
  font-size: 11px;
}
/* line 470, ../scss/content/_home.scss */
.home-account-login-block .info-user-contact .info-user-send .email a {
  color: #557b92;
  font-size: 12px;
}
/* line 474, ../scss/content/_home.scss */
.home-account-login-block .info-user-contact .info-user-send .email i {
  margin-right: 8px;
}
/* line 476, ../scss/content/_home.scss */
.home-account-login-block .info-user-contact .info-user-send .email i:before {
  font-size: 10px;
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 485, ../scss/content/_home.scss */
  .home-account-login-block .info-user-contact {
    padding: 10px 0;
  }
  /* line 487, ../scss/content/_home.scss */
  .home-account-login-block .info-user-contact .name,
  .home-account-login-block .info-user-contact .info-user-send {
    float: none;
    width: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 499, ../scss/content/_home.scss */
  .home-account-login-block {
    display: table;
    width: 100%;
    padding: 20px 0;
  }
  /* line 503, ../scss/content/_home.scss */
  .home-account-login-block .info-user {
    display: table-cell;
    width: 430px;
    padding: 0 15px;
  }
  /* line 508, ../scss/content/_home.scss */
  .home-account-login-block .info-user-contact {
    display: table-cell;
    vertical-align: middle;
    width: auto;
    border-top: none;
    padding: 0 0 0 30px;
    margin: 0;
    border-left: 1px solid #d1d6da;
  }
  /* line 516, ../scss/content/_home.scss */
  .home-account-login-block .info-user-contact .name {
    float: none;
    width: auto;
  }
  /* line 520, ../scss/content/_home.scss */
  .home-account-login-block .info-user-contact .info-user-send {
    float: none;
    width: auto;
    padding-left: 0;
  }
}
/* line 534, ../scss/content/_home.scss */
.account-user-link .info-user-list {
  background: #eef2f5 url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/show-agent.png") no-repeat 0 50%;
  padding: 20px 20px 15px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
/* line 539, ../scss/content/_home.scss */
.account-user-link .info-user-list .title {
  font-size: 13px;
  color: #0074bc;
  font-weight: 600;
}
/* line 546, ../scss/content/_home.scss */
.account-user-link .info-user-list ul li a {
  display: block;
  font-size: 13px;
  color: #557b92;
  position: relative;
  padding-left: 20px;
  line-height: 20px;
}
/* line 553, ../scss/content/_home.scss */
.account-user-link .info-user-list ul li a:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #557b92;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 4px;
}

/* -------------------------------------------- *
 * Create account block
 */
/* line 573, ../scss/content/_home.scss */
.block-contact-mini {
  background: #3792ca;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3792ca 0%, #0a79bf 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #3792ca 0%, #0a79bf 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #3792ca 0%, #0a79bf 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3792ca', endColorstr='#0a79bf',GradientType=0 );
  /* IE6-9 */
  padding: 10px 10px 0 10px;
  border-radius: 5px;
  text-align: center;
}
/* line 583, ../scss/content/_home.scss */
.block-contact-mini .ct-head strong {
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  line-height: 22px;
}
/* line 589, ../scss/content/_home.scss */
.block-contact-mini .ct-head span {
  color: #bad9eb;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}
/* line 597, ../scss/content/_home.scss */
.block-contact-mini .ct-info .ct-phone {
  color: #fff346;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
}
/* line 602, ../scss/content/_home.scss */
.block-contact-mini .ct-info .ct-phone i {
  margin-right: 15px;
  line-height: 25px;
}
/* line 605, ../scss/content/_home.scss */
.block-contact-mini .ct-info .ct-phone i:before {
  font-size: 23px;
}
/* line 611, ../scss/content/_home.scss */
.block-contact-mini.show-login {
  margin: 2px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 611, ../scss/content/_home.scss */
  .block-contact-mini.show-login {
    margin: 0;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 625, ../scss/content/_home.scss */
  .home-account-block a.button-link.bt-link-2 {
    font-size: 14px;
  }
  /* line 627, ../scss/content/_home.scss */
  .home-account-block a.button-link.bt-link-2 span {
    padding-left: 25px;
  }

  /* line 632, ../scss/content/_home.scss */
  .block-contact-mini {
    float: right;
    width: 500px;
    padding: 20px 10px;
  }
  /* line 640, ../scss/content/_home.scss */
  .block-contact-mini .ct-head span {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 650, ../scss/content/_home.scss */
  .block-contact-mini {
    float: right;
    width: 240px;
    padding: 20px 10px;
  }
  /* line 655, ../scss/content/_home.scss */
  .block-contact-mini .ct-head strong {
    display: block;
    line-height: 35px;
    font-size: 25px;
  }
  /* line 660, ../scss/content/_home.scss */
  .block-contact-mini .ct-head span {
    font-size: 12px;
    font-weight: 200;
    text-transform: uppercase;
  }
  /* line 667, ../scss/content/_home.scss */
  .block-contact-mini .ct-info .ct-phone {
    font-size: 26px;
    line-height: 30px;
  }
  /* line 671, ../scss/content/_home.scss */
  .block-contact-mini .ct-info .ct-phone i:before {
    font-size: 21px;
  }

  /* line 678, ../scss/content/_home.scss */
  .block-find-agences {
    float: left;
    width: 510px;
  }

  /* line 682, ../scss/content/_home.scss */
  .account-user-link {
    float: left;
    width: 100%;
    margin-top: 20px;
  }
  /* line 686, ../scss/content/_home.scss */
  .account-user-link .info-user-list {
    background: #eef2f5;
  }
  /* line 688, ../scss/content/_home.scss */
  .account-user-link .info-user-list ul {
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3;
  }
}
/* Block SEO */
/* line 701, ../scss/content/_home.scss */
.block-seo p {
  color: #bad9eb;
  font-weight: 300;
  font-size: 12px;
}

/* -------------------------------------------- *
 * Primary Banner
 */
/* line 714, ../scss/content/_home.scss */
.section-home-2 {
  padding: 40px 0;
}
/* line 716, ../scss/content/_home.scss */
.section-home-2 .block-trustpilot-home {
  float: left;
  width: 49.21875%;
  height: 200px;
}
/* line 721, ../scss/content/_home.scss */
.section-home-2 .block-agence-home {
  width: 49.21875%;
  float: right;
  height: 200px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 714, ../scss/content/_home.scss */
  .section-home-2 {
    padding: 20px 0;
  }
  /* line 728, ../scss/content/_home.scss */
  .section-home-2 .block-trustpilot-home {
    display: none;
    height: auto;
  }
  /* line 732, ../scss/content/_home.scss */
  .section-home-2 .block-agence-home {
    float: none;
    width: auto;
    height: auto;
  }
}

/* line 740, ../scss/content/_home.scss */
.section-home-3 {
  padding: 40px 0;
}
/* line 742, ../scss/content/_home.scss */
.section-home-3 .block-flash-sell-products {
  float: left;
  width: 39.0625%;
}
/* line 746, ../scss/content/_home.scss */
.section-home-3 .block-best-sell-products {
  float: right;
  width: 39.0625%;
}
/* line 750, ../scss/content/_home.scss */
.section-home-3 .banner-block {
  padding-left: 20px;
  padding-top: 75px;
  float: left;
  width: 20.3125%;
}
/* line 756, ../scss/content/_home.scss */
.section-home-3 .content-inner {
  padding-bottom: 50px;
  position: relative;
}
/* line 759, ../scss/content/_home.scss */
.section-home-3 .content-inner:before {
  content: '';
  width: 100%;
  height: 9px;
  position: absolute;
  left: 0;
  bottom: 20px;
  background: url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/line-bg-product.png") no-repeat 50% 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 770, ../scss/content/_home.scss */
  .section-home-3 .block-best-sell-products {
    float: left;
    width: 750px;
  }
  /* line 774, ../scss/content/_home.scss */
  .section-home-3 .banner-block {
    float: right;
    width: 240px;
    padding: 0;
  }
  /* line 779, ../scss/content/_home.scss */
  .section-home-3 .block-flash-sell-products {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 784, ../scss/content/_home.scss */
  .section-home-3 .block-flash-sell-products {
    display: none;
  }
  /* line 787, ../scss/content/_home.scss */
  .section-home-3 .block-best-sell-products {
    float: left;
    width: 500px;
  }
  /* line 790, ../scss/content/_home.scss */
  .section-home-3 .block-best-sell-products img {
    max-height: 85px;
  }
  /* line 794, ../scss/content/_home.scss */
  .section-home-3 .banner-block {
    float: right;
    width: 240px;
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 804, ../scss/content/_home.scss */
  .section-home-5 {
    display: none;
  }
}
/* line 811, ../scss/content/_home.scss */
body.cms-home .main-container {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
}
/* line 817, ../scss/content/_home.scss */
body.cms-home .slideshow-container {
  margin-top: 0;
}

/* line 822, ../scss/content/_home.scss */
.slideshow .banner-msg {
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  top: 30%;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* line 831, ../scss/content/_home.scss */
.slideshow .banner-msg h2 {
  color: #FFFFFF;
  font-size: 24px;
  text-shadow: 1px 1px 3px #555555;
}

/* line 837, ../scss/content/_home.scss */
.slideshow .banner-msg h2 strong {
  font-weight: bold;
  display: block;
  font-size: 36px;
}

@media only screen and (max-width: 1023px) {
  /* line 845, ../scss/content/_home.scss */
  .slideshow .banner-msg h2 {
    font-size: 20px;
  }

  /* line 849, ../scss/content/_home.scss */
  .slideshow .banner-msg h2 strong {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 855, ../scss/content/_home.scss */
  body.cms-home .main-container {
    padding-top: 45px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 862, ../scss/content/_home.scss */
  .slideshow .banner-msg {
    top: 20%;
  }

  /* line 866, ../scss/content/_home.scss */
  .slideshow .banner-msg h2 {
    font-size: 14px;
  }

  /* line 870, ../scss/content/_home.scss */
  .slideshow .banner-msg h2 strong {
    font-size: 16px;
  }
}
/* -------------------------------------------- *
 * Promotion Banner Section
 */
/* line 879, ../scss/content/_home.scss */
.promos {
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%;
}

/* line 885, ../scss/content/_home.scss */
.promos:after {
  content: '';
  display: table;
  clear: both;
}

/* Specifying the body only in order to override the .std ul li styling */
/* line 891, ../scss/content/_home.scss */
body .promos > li {
  margin: 0 0 10px 0;
  list-style: none;
  text-align: center;
  position: relative;
  border: 1px solid #CCCCCC;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* line 900, ../scss/content/_home.scss */
.promos > li:last-child {
  margin-bottom: 0;
}

/* line 904, ../scss/content/_home.scss */
.promos img {
  max-width: 100%;
  width: 100%;
}

/* line 909, ../scss/content/_home.scss */
.promos a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: block;
}

/* line 914, ../scss/content/_home.scss */
.promos span {
  color: #FFFFFF;
  text-transform: uppercase;
  position: absolute;
  display: block;
  width: 100%;
  top: 10%;
  font-weight: 500;
  font-size: 20px;
  font-family: "Hind Guntur", Verdana, Arial, sans-serif Arial, sans-serif;
  text-shadow: 1px 1px 3px #555555;
}

/* line 927, ../scss/content/_home.scss */
.promos strong {
  font-weight: 600;
  font-size: 26px;
  display: block;
}

@media only screen and (min-width: 1024px) {
  /* line 935, ../scss/content/_home.scss */
  .promos span {
    font-size: 16px;
  }

  /* line 939, ../scss/content/_home.scss */
  .promos strong {
    font-size: 17px;
  }

  /* Config: Three columns + flexible gutter */
  /* line 946, ../scss/content/_home.scss */
  body .promos > li {
    float: left;
    width: 31.74603%;
    margin-right: 2.38095%;
  }

  /* line 952, ../scss/content/_home.scss */
  .promos > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 880px) {
  /* line 958, ../scss/content/_home.scss */
  .promos span {
    font-size: 18px;
  }

  /* line 962, ../scss/content/_home.scss */
  .promos strong {
    font-size: 24px;
  }
}
/* -------------------------------------------- *
 * New Products Section
 */
/* Hiding the reviews content via CSS because we can't modify the template, */
/* since it may be used in other places where those elements are needed */
/* line 973, ../scss/content/_home.scss */
.cms-index-index .products-grid .ratings,
.cms-index-index .products-grid .actions,
.cms-index-noroute .products-grid .ratings,
.cms-index-noroute .products-grid .actions {
  display: none;
}

/* line 980, ../scss/content/_home.scss */
.cms-index-index h2.subtitle {
  padding: 6px 0;
  text-align: center;
  color: #0074bc;
  font-weight: 600;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
}

/* line 989, ../scss/content/_home.scss */
.cms-index-noroute h2.subtitle {
  display: none;
}

@media only screen and (max-width: 767px) {
  /* line 995, ../scss/content/_home.scss */
  .header-mini-acc,
  .header-menu,
  .home-slider-right,
  .section-home-2,
  .section-home-3,
  .section-home-4,
  .section-home-5,
  .section-home-6,
  .section-promo-product,
  .footer-bottom {
    display: none;
  }

  /* line 1007, ../scss/content/_home.scss */
  .main-container {
    padding-top: 45px;
    padding-bottom: 65px;
  }

  /* line 1012, ../scss/content/_home.scss */
  .section-home-1 .slider-main {
    float: none;
    width: auto;
  }

  /* line 1018, ../scss/content/_home.scss */
  .slider-main .slick-arrow {
    display: none !important;
  }
  /* line 1022, ../scss/content/_home.scss */
  .slider-main .inner .info-sale {
    display: block;
    margin-right: 0;
  }
  /* line 1025, ../scss/content/_home.scss */
  .slider-main .inner .info-sale span {
    font-size: 80px;
    color: #fff344;
    line-height: 35px;
  }
  /* line 1031, ../scss/content/_home.scss */
  .slider-main .inner .info-text {
    display: block;
  }
  /* line 1033, ../scss/content/_home.scss */
  .slider-main .inner .info-text p {
    font-size: 20px;
    color: #fff344;
    font-weight: 700;
  }
  /* line 1040, ../scss/content/_home.scss */
  .slider-main a.button-link {
    background: none;
    padding: 0;
    border: none;
    font-size: 13px;
    color: #ffffff;
  }
  /* line 1046, ../scss/content/_home.scss */
  .slider-main a.button-link:after {
    display: none;
  }
  /* line 1050, ../scss/content/_home.scss */
  .slider-main a.button-link span:before {
    font-size: 9px;
  }
  /* line 1056, ../scss/content/_home.scss */
  .slider-main .slick-dots {
    bottom: 15px;
  }
  /* line 1058, ../scss/content/_home.scss */
  .slider-main .slick-dots li {
    background: none;
    width: auto;
    height: auto;
  }
  /* line 1062, ../scss/content/_home.scss */
  .slider-main .slick-dots li button {
    background: none;
    border-color: #ffffff;
  }
  /* line 1068, ../scss/content/_home.scss */
  .slider-main .slick-dots li.slick-active button, .slider-main .slick-dots li:hover button {
    background: #ffffff;
  }
}
/* ============================================ *
 * Category Landing Pages
 * ============================================ */
/* line 30, ../scss/content/_category.scss */
.category-image {
  position: relative;
}

/* line 34, ../scss/content/_category.scss */
.categorylandingMainblock {
  border: 1px solid #E2E2E2;
  padding: 7px;
}

/* line 39, ../scss/content/_category.scss */
.catblocks {
  float: left;
  padding: 0 0 20px 0;
  width: 100%;
}

/* line 45, ../scss/content/_category.scss */
.catblocks li {
  position: relative;
  float: left !important;
  width: 23% !important;
  margin-right: 2.66667% !important;
  margin-bottom: 10px;
  border: 1px solid #CCCCCC;
  padding: 10px;
}

/* line 55, ../scss/content/_category.scss */
.catblocks li:hover {
  border-color: #0074bc;
}

@media only screen and (max-width: 1023px) {
  /* line 60, ../scss/content/_category.scss */
  .catblocks li {
    width: 49% !important;
    margin-right: 2% !important;
  }

  /* line 65, ../scss/content/_category.scss */
  .catblocks li:nth-child(even) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 479px) {
  /* line 71, ../scss/content/_category.scss */
  .catblocks li {
    width: 100% !important;
    margin-right: 0 !important;
    float: none;
  }
}
/* line 78, ../scss/content/_category.scss */
.catblocks li:last-child {
  margin-right: 0 !important;
}

/* line 82, ../scss/content/_category.scss */
.catblocks li img {
  width: 100%;
  max-width: 100%;
}

/* line 87, ../scss/content/_category.scss */
.catblocks li a span {
  color: #FFFFFF;
  position: absolute;
  background-color: #7B7C7B;
  font-family: raleway;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 5px 10px;
  margin-right: 10px;
}

/* line 103, ../scss/content/_category.scss */
.catblocklinks a {
  color: #FFFFFF;
  text-decoration: none;
}

/* line 108, ../scss/content/_category.scss */
.catlandingbottomPromoblock {
  float: left;
  width: 100%;
  border: 1px solid #E2E2E2;
  margin-bottom: 100px;
}

/* line 115, ../scss/content/_category.scss */
.catalog-category-view div.categoryland-caption {
  display: block;
  margin: 0;
  position: absolute;
  color: #000000;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
}

/* line 126, ../scss/content/_category.scss */
.catalog-category-view div.categoryland-caption span.blue-big-text {
  color: #3399CC;
  font-size: 50px;
  font-weight: 800;
  padding: 0 0 0 8px;
}

/* line 133, ../scss/content/_category.scss */
.catalog-category-view div.categoryland-caption span.blue-big-text {
  padding: 0 !important;
}

/* line 137, ../scss/content/_category.scss */
.catalog-category-view div.categoryland-caption span.three-dots {
  background: url(https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/bg_threeDots.png) no-repeat center center;
  display: block;
  height: 20px;
}

/* line 143, ../scss/content/_category.scss */
.catalog-category-view div.categoryland-caption p.desc {
  font: italic 18px/28px Georgia, "Times New Roman", Times, serif;
  color: #656565;
}

/* line 148, ../scss/content/_category.scss */
.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption a.link:hover,
.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.link:hover {
  text-decoration: underline;
  color: #1189C5;
}

/* line 154, ../scss/content/_category.scss */
.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.blue-big-text,
.catalog-category-view div.categoryland-caption span.blue-big-text {
  color: #3399CC;
  font-size: 50px;
  font-weight: 800;
  padding: 0 0 0 8px;
}

/* line 162, ../scss/content/_category.scss */
.catalog-category-view div.categoryland-caption span.blue-big-text {
  padding: 0 !important;
}

/* line 166, ../scss/content/_category.scss */
.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.three-dots,
.catalog-category-view div.categoryland-caption span.three-dots {
  background: url(https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/bg_threeDots.png) no-repeat center center;
  display: block;
  height: 20px;
}

/* line 173, ../scss/content/_category.scss */
.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption p.desc,
.catalog-category-view div.categoryland-caption p.desc {
  font: italic 18px/28px Georgia, "Times New Roman", Times, serif;
  color: #656565;
}

/*# sourceMappingURL=madisonisland.css.map */

div.content-inner {max-width: 1700px;}
div.main-container {max-width: 1700px;}
/*div.nav-pri .nav-pri-inner { width: 1650px; }*/
div.nav-pri .nav-pri-inner { max-width: 1700px; width: 100%; }

@media only screen and (min-width: 480px) {
    div.main-container {
        padding: 20px 20px;
    }
}

.featuredproducts-specialpage-new .category-banner .banner-container,
.featuredproducts-specialpage-promotion .category-banner .banner-container,
.featuredproducts-specialpage-flash .category-banner .banner-container,
.catalogsearch-result-index .category-banner .banner-container,
.catalog-category-view .category-banner .banner-container { max-width: 1700px; }
div.block-reasurance.reasurance-home { border: none; }
div.header-minicart { border: none; }
div.home-account-block .info { margin-bottom: 11px}
div.slick-slide img { display: inline-block; }
div.slick-slider .slick-track { text-align: center; }
div.header-main i.icon-line-dot:before { content: ''; }
div.header-main i.icon-line-dot span {
    display: block;
    height: 8px;
    width: 70%;
    background: #0074bc;
    border-radius: 10px;
    margin: 7px 9px;
    position: relative;
    top: 4px;
    left: 1px;
}

div.header-main li.menu-cat.hover i.icon-line-dot span { background-color: white; }
div.menu-grid { z-index: 97; }

div.block-brands-slider .slick-list { margin: 0; }
div.nav-pri .nav-pri-inner > ul > li > a { padding: 20px 13px 20px; }
div.nav-pri .nav-pri-inner > ul > li:not(:first-child) > a { white-space: nowrap; padding: 20px 8px}

.featuredproducts-specialpage-new div.category-children:before,
.featuredproducts-specialpage-promotion div.category-children:before,
.featuredproducts-specialpage-flash div.category-children:before,
.catalogsearch-result-index div.category-children:before,
.catalog-category-view div.category-children:before { display: none; }

.featuredproducts-specialpage-new .category-banner div.category-info,
.featuredproducts-specialpage-promotion .category-banner div.category-info,
.featuredproducts-specialpage-flash .category-banner div.category-info,
.catalogsearch-result-index .category-banner div.category-info,
.catalog-category-view .category-banner div.category-info { padding: 10px 20px; box-shadow: none; }

.featuredproducts-specialpage-new div.category-children .item a,
.featuredproducts-specialpage-promotion div.category-children .item a,
.featuredproducts-specialpage-flash div.category-children .item a,
.catalogsearch-result-index div.category-children .item a,
.catalog-category-view div.category-children .item a { overflow: visible; display: inline-block; position: relative; }

.featuredproducts-specialpage-new div.category-children .item span,
.featuredproducts-specialpage-promotion div.category-children .item span,
.featuredproducts-specialpage-flash div.category-children .item span,
.catalogsearch-result-index div.category-children .item span,
.catalog-category-view div.category-children .item span { top: 0; left: 0; padding: 0; width: 100%; position: static; white-space: normal; }

.featuredproducts-specialpage-new div.category-children .item,
.featuredproducts-specialpage-promotion div.category-children .item,
.featuredproducts-specialpage-flash div.category-children .item,
.catalogsearch-result-index div.category-children .item,
.catalog-category-view div.category-children .item { float: none;display: inline-block;width: 100%;margin: 0 35px 50px;vertical-align: bottom; max-width: 260px; text-align: center; }

.featuredproducts-specialpage-new div.category-children .item .favorites,
.featuredproducts-specialpage-promotion div.category-children .item .favorites,
.featuredproducts-specialpage-flash div.category-children .item .favorites,
.catalogsearch-result-index div.category-children .item .favorites,
.catalog-category-view div.category-children .item .favorites {  display:none;   bottom: 4px;top: auto;right: 4px;left: auto; }

.featuredproducts-specialpage-new .category-children div.item figure,
.featuredproducts-specialpage-promotion .category-children div.item figure,
.featuredproducts-specialpage-flash .category-children div.item figure,
.catalogsearch-result-index .category-children div.item figure,
.catalog-category-view .category-children div.item figure { background: #e6e6e6; width: auto; }


.featuredproducts-specialpage-new div.category-children .item a:before,
.featuredproducts-specialpage-promotion div.category-children .item a:before,
.featuredproducts-specialpage-flash div.category-children .item a:before,
.catalogsearch-result-index div.category-children .item a:before,
.catalog-category-view div.category-children .item a:before { display: none; }

.featuredproducts-specialpage-new div.category-children .item figure:after,
.featuredproducts-specialpage-promotion div.category-children .item figure:after,
.featuredproducts-specialpage-flash div.category-children .item figure:after,
.catalogsearch-result-index div.category-children .item figure:after,
.catalog-category-view div.category-children .item figure:after { display: none; }

.featuredproducts-specialpage-new div.category-children .item a:after,
.featuredproducts-specialpage-promotion div.category-children .item a:after,
.featuredproducts-specialpage-flash div.category-children .item a:after,
.catalogsearch-result-index div.category-children .item a:after,
.catalog-category-view div.category-children .item a:after { display: none; }

.featuredproducts-specialpage-new div.category-children .item figure:before,
.featuredproducts-specialpage-promotion div.category-children .item figure:before,
.featuredproducts-specialpage-flash div.category-children .item figure:before,
.catalogsearch-result-index div.category-children .item figure:before,
.catalog-category-view div.category-children .item figure:before { display: none; }

.featuredproducts-specialpage-new div.category-children .item a:hover span:before,
.featuredproducts-specialpage-promotion div.category-children .item a:hover span:before,
.featuredproducts-specialpage-flash div.category-children .item a:hover span:before,
.catalogsearch-result-index div.category-children .item a:hover span:before,
.catalog-category-view div.category-children .item a:hover span:before { display: none; }

.featuredproducts-specialpage-new div.category-children .item span:before,
.featuredproducts-specialpage-promotion div.category-children .item span:before,
.featuredproducts-specialpage-flash div.category-children .item span:before,
.catalogsearch-result-index div.category-children .item span:before,
.catalog-category-view div.category-children .item span:before { display: none; }

.featuredproducts-specialpage-new div.category-children .item:nth-child(2n),
.featuredproducts-specialpage-promotion div.category-children .item:nth-child(2n),
.featuredproducts-specialpage-flash div.category-children .item:nth-child(2n),
.catalogsearch-result-index div.category-children .item:nth-child(2n),
.catalog-category-view div.category-children .item:nth-child(2n) { margin-right: 35px; }

.featuredproducts-specialpage-new div.category-children,
.featuredproducts-specialpage-promotion div.category-children,
.featuredproducts-specialpage-flash div.category-children,
.catalogsearch-result-index div.category-children,
.catalog-category-view div.category-children { margin-top: 0; text-align: center; }

.featuredproducts-specialpage-new div.category-children .item:nth-child(3n),
.featuredproducts-specialpage-promotion div.category-children .item:nth-child(3n),
.featuredproducts-specialpage-flash div.category-children .item:nth-child(3n),
.catalogsearch-result-index div.category-children .item:nth-child(3n),
.catalog-category-view div.category-children .item:nth-child(3n){ margin-right: 35px; }

div.sub-favoris .head { background: transparent; }
div.sub-favoris .sub-favoris-ct { background: transparent; }

div.slim-ac .product-pricing { display: none; }

@media all and (min-width: 1700px) {

    div.page-title h1,
    div.page-title h2,
    div.product-name h1,
    div.product-name .h1 { margin-bottom: 10px; padding-bottom: 0; }

    div.contact-top .contact-login .contact-top-user { position: relative; top: -3px; }
    div.contact-top .contact-login .contact-top-mail { position: relative; top: -3px; }

    div.col-left { width: 15%;}
    div.col-main { width: 85%;}

    div.account-user-link .info-user-list { background: #fbfbfb; text-align: center; }
    div.account-user-link .info-user-list ul li a:before { display: none; }
    div.account-user-link .info-user-list ul li a { padding-left: 0; }

    div.header-main .header-main-inner #header-search {     margin: 20px 225px 0;
        width: 30%; }

    div.home-account-block { text-align: center; }
    div.home-account-block img { margin: auto; margin-bottom: 16px; }
    div.home-account-block .info ul li:before { display: none; }

    .cms-home div.menu-grid {
        display: block;
        background: transparent;
        width: auto;
        min-height: 0;
    }

    .cms-home div.menu-grid:before {
        display: none;
    }

    .cms-home div.menu-sub-main > ul > li.active .sub-level-2,
    .cms-home li.active div.menu-top-last,
    .cms-home li.active div.menu-top-product {
        display: none;
    }

    .cms-home li.menu-cat.hover div.menu-grid {
        background-image: linear-gradient(to top, #fbfcfd 50%, #dfe3e7 100%);
        width: 100%;
    }

    .cms-home li.menu-cat.hover div.menu-sub-main > ul > li.active .sub-level-2,
    .cms-home li.menu-cat.hover li.active div.menu-top-last,
    .cms-home li.menu-cat.hover li.active div.menu-top-product {
        display: block;
    }

    .cms-home div.menu-sub-main .sub-level-2 {
        left: 0;
        padding-left: 330px;
    }

    .cms-home div.menu-sub-main .hasProCms .sub-level-2 {
        width: 65%;
    }

    .cms-home div.menu-sub-main {
        max-width: 315px;
        width: 100%;
        min-height: auto !important;
    }

    .cms-home li.menu-cat.hover div.menu-sub-main {
        max-width: 100%;
    }

    .cms-home div.menu-sub-main > ul {
        width: 100%;
    }

    .cms-home li.menu-cat.hover div.menu-sub-main > ul {
        width: 23.52941%;
        max-width: 315px;
    }

    .cms-home li.hasProCms .menu-top-product {
        left: 65%;
    }

    .cms-home div.section-home-1 .slider-main {
        max-width: 890px;
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    .cms-home div.section-home-1 .home-slider-right {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .cms-home div.section-home-1 {
        text-align: right;
    }

    .cms-home div.slick-list {
        /*height: 411px;*/
    }

    .cms-home div.section-home-1 .slider-main {
        height: 436px;
    }

    .cms-home div.nav-pri .nav-pri-inner > ul > li.menu-cat.hover > a {
        border-bottom: 3px solid white;
    }

    .cms-home div.menu-sub-main > ul > li > a {
        padding: 17px 20px 18px 60px;
        z-index: 1;
    }

    .cms-home div.menu-sub-main > ul > li:last-child > a {
        border: none;
    }

    .cms-home div.block-reasurance.reasurance-home {
        margin-left: 320px;
        position: relative;
        top: 20px;
    }

    .cms-home div.menu-grid:hover {
        background-image: linear-gradient(to top, #fbfcfd 50%, #dfe3e7 100%);
        width: 100%;
    }

    .cms-home div.menu-grid:hover li.active div.menu-top-last {
        display: block;
    }

    .cms-home div.menu-grid:hover li.active div.menu-top-product {
        display: block;
    }

    .cms-home div.menu-grid:hover div.menu-sub-main {
        max-width: 100%;
    }

    .cms-home div.menu-grid:hover div.menu-sub-main > ul > li.active .sub-level-2 {
        display: block;
    }

    .cms-home div.menu-grid:hover div.menu-sub-main > ul {
        max-width: 315px;
    }

    .cms-home header.slim div.menu-sub-main {
        display: none;
    }

    .cms-home header.slim .menu-cat.hover div.menu-sub-main {
        display: block;
    }

    div.nav-pri .nav-pri-inner > ul > li.menu-cat > a {
        padding-left: 0;
    }

    div.nav-pri .nav-pri-inner > ul > li > a {
        margin-left: 0;
    }

    div.menu-sub-main > ul > li.active > a { background: #fff; }
    div.menu-sub-main > ul > li.active > a:after { display: none; }
    li.menu-cat.hover div.menu-sub-main > ul > li.active > a { background-image: linear-gradient(to top, #f1f3f5 0%, #ebeef0 100%);background-color: #f1f3f5; }
    li.menu-cat.hover div.menu-sub-main > ul > li.active > a:after { display: block; }

    div.catalog-category-view .breadcrumbs ul {
        margin: 0 auto;
        max-width: 1700px;
        padding: 20px 0px 10px;
        position: relative;
    }

    div.nav-pri {
        padding-top: 10px;
    }

    header.page-header.slim div.header-minicart { float: right; }


    div.product-view .product-cart-form { max-width: 1700px; }
    div.breadcrumbs { max-width: 1760px; }
    body.catalog-category-view .breadcrumbs ul { max-width: 1750px; }

    /*div.product-view .product-shop-left { width: 1130px; }*/
    div.product-view .product-shop-left { width: 1320px; }
    div.product-view .product-shop-left .product-main-info { width: 630px; }

    div.product-view .p-info-desc .desc-content { font-size: 17px; }
    div.product-img-box { width: 640px; }
    div.product-img-box .slick-track { margin: auto; }

    div.header-main .header-main-inner #header-search {
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    div.header-mini-acc {
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    div.header-minicart {
        float: none;
        display: inline-block;
        vertical-align: top;
    }
}

@media only screen and (min-width: 1280px){
    div.contact-top .contact-not-login .contact-top-text {
        font-size: 11px;
    }

    div.contact-top .contact-not-login .contact-top-link {
        font-size: 11px;
    }

    div.contact-top .contact-not-login .contact-top-phone { position: relative; top: -5px; }
    div.contact-top .contact-not-login .contact-top-phone a { font-size: 11px; padding: 0px 15px 0px 35px; }
    div.contact-top .contact-not-login .contact-top-phone a span { position: relative;top: 2px;}
    div.contact-top .contact-not-login .contact-top-phone .icon-phone:before { top: 2px; }

    div.header-top { padding: 5px 30px 0 30px; }

    div.header-main .header-main-inner a.logo img  {
        width: 230px;
        height: auto;
        margin-top: 20px;
    }

    div.header-main .header-main-inner {
        max-width: 1700px;
        padding: 0;
    }

    header.page-header.slim .logo .logo-slim {
        display: block;
        height: 55px;
        width: auto;
        margin-top: 0;
    }

    header.page-header.slim #search_mini_form .input-text { background: white; border: 1px solid #e6e6e6; }
    div.header-minicart { margin-top: 20px; }

    /*.slim-product div.product-title-slim { left: 120px; right: 175px; }*/
    .slim-product .page-header.slim .header-main-inner div#header-search { margin: 0;left: 320px;width: 440px; }
}

@media only screen and (max-width: 1279px) and (min-width: 1024px) {
    .block-contact-mini {
        margin-top: 25px;
    }

}

/*
 *
 * @User: LRY <loic.rey@quincaillerie-angles.fr>
 * @date: 03/02/2020 09:42
 *
 * @copyright   Copyright (c) 2020 Quincaillerie Angles (https://www.quincaillerie-angles.fr/)
 * @license     http://www.magentocommerce.com/license/enterprise-edition
 */


/* Nouveau menu */
.menu-sub-main .sub-level-2 .col-auto li.level1 > a { font-weight: bold; }
.menu-sub-main .sub-level-2 .col-auto li.level2 > a { margin-left: 20px; font-size: 12px; }
.menu-sub-main .sub-level-2 .col-auto li.level2 > a .dot { display: none; }
.menu-sub-main .sub-level-2 .col-auto li.level2 > a:hover .dot { display: none; }
.menu-sub-main .sub-level-2 .col-auto > li.level2.active > a span .dot-border { display: none; }

/*.menu-sub-main .sub-level-2 .col-auto li.level2 {display: inline-block;width: 100%;vertical-align: top;}*/

/*.menu-sub-main li.hasProCms .sub-level-2 .col-auto {width: 100%;}*/

.menu-sub-main .sub-level-2 ul.col-auto li.level2 > a { line-height: 12px; padding-bottom: 0; }
.menu-sub-main .hasProCms .sub-level-2 ul.col-auto { width: 33%; }

.menu-sub-main .hasProCms ul.sub-level-2 { width: 55%; }
/*.menu-sub-main .hasProCms ul.sub-level-2 { width: 75%; }*/

/*.menu-sub-main .sub-level-2 .col-auto li.level2 > a:before {content: '';width: 5px;height: 5px;border-radius: 50%;background-color: #c5c2c2;display: inline-block;margin-right: 5px;vertical-align: top;}*/
.menu-sub-main .sub-level-2 .col-auto li.level2 > a:before { content: '';width: 5px;height: 5px;border-radius: 50%;background-color: #c5c2c2;display: block;margin-right: 5px;vertical-align: top;position: absolute;top: 9px;left: 35px; }
.customer-reviews .review-product-list .it-bt-more.hide { display: none !important; }

#algolia-autocomplete-container .col4 {float: left;width: 70%;padding: 10px 10px 30px;}

.logo_charte_recruteur { float: right; }

.checkout-onepage-index div#superbox { width: 90%;     max-width: 900px; }
.checkout-onepage-index div#superbox iframe { width: 100% !important; }

.product-view .product-top .manufacture-logo { top: -30px; }

.options-container-big .product-options .required { display: inline-block; }

@media (min-width: 1700px){
    .cms-home div.menu-sub-main .hasProCms ul.sub-level-2 { width: 80%; }
}

@media only screen and (min-width: 768px ){
    div.products-box.products-style-list .item-top img {
        max-height: 100px;
    }
}
/*.cms-home li.hasProCms .menu-top-product .block-menu-top { display: none; }*/

div.products-box.products-style-list .item-top { vertical-align: middle; }
div.products-box.products-style-list .item-info { width: auto; }
.connection-reponsive { display: none; }

body.catalog-product-view .main-container { padding: 20px 20px; }

@media (max-width: 1699px) and (min-width: 1280px) {
    div.product-view .product-shop-left { width: 853px; }

    .color_1690, .color_1689, .color_2301, .color_1692 {
        display: none !important;
    }
}

@media only screen and (max-width: 1279px) and (min-width: 768px) {
    span.expres-order-reponsive { display: none; }
    div.block-new-products .block-inner .ct-product { padding-left: 5px;padding-right: 5px; }

    .connection-reponsive {
        display: inline-block;
        text-align: right;
        height: 50px;
        line-height: 58px;
        position: absolute;
        top: 5px;
        right: 155px;
        border-radius: 5px;
        background-color: white;
        color: #000ea2;
        padding: 0 10px;
        font-size: 20px;
    }
}

@media only screen and (max-width: 1050px) and (min-width: 768px){
    .product-view .product-shop-left .product-main-info {
        float: none;
        width: auto;
    }

}

.slider-main-list .slider_product_price {position: absolute;font-size: 54px;line-height: 44px;background-color: #FE5400;color: white; /*z-index: 1;*/left: 20px;bottom: 20px;display: block;font-weight: bold;padding: 15px 10px 0px 10px;transform: rotate(-3deg);box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5803921568627451);}

.button.alert { background-color: #ff9d64; }

.slider-main-list .slider_product_price .small { font-size: 13px; }

.slick-slide.play_video { line-height: 110px; }
.slick-slide.play_video a { height: 100%; display: block; }
.slick-slide.play_video img { display: inline; vertical-align: middle; }

/*.is_commercial .header-minicart { display: none; }*/
/*.catalog-product-view .select2-dropdown { z-index: 500; }*/
.catalog-product-view .select2-container { z-index: 10000000000; }
.catalog-product-view .slim-ac .add-to-wishlist { display: none; }
.catalog-product-view div.chosen-container .chosen-single { border-radius: 0;height: 30px;margin-top: 2px; line-height: 30px; }
.catalog-product-view div.chosen-container.chosen-with-drop .chosen-single div b { background-position: -18px 4px; }
.catalog-product-view #search_client_button { position: absolute;top: 5px;right: 5px;display: inline-block;background-color: #7da0b6;cursor: pointer;height: 23px;line-height: 23px;z-index: 1000000;color: white;text-transform: uppercase;font-weight: bold;padding: 0 9px;font-family: "Hind Guntur", Verdana, Arial, sans-serif !important; }
.catalog-product-view #search_client_button::before { font-family: 'iconqastore' !important; margin-right: 3px; }

.catalog-category-view .grouped .item-box .picto,
.catalogsearch-result-index .grouped .item-box .picto { width:59px; height: 71px; background: url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/picto-grouped-big.png") center center no-repeat; position: absolute; left: 15px; top: 10px; z-index: 10;  }

.catalog-product-view #custom_media .std ul li {margin-left: 2em;width: 120px;display: inline-block;font-size: 10px;text-align: center; vertical-align: top;overflow-wrap: break-word; }
.catalog-product-view #custom_media .std ul li a { display: block; height: 100%; }
.catalog-product-view #custom_media .std ul li a::before {content: '';display: block;width: 100px;height: 100px; background: url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/pdf_100_icon.png") center center no-repeat;}
.is_commercial.catalog-product-view .slim-ac .commercial_product_box { display: none; }
.is_commercial.catalog-product-view .slim-ac .commercial_product_box,
.is_commercial.catalog-product-view .mfp-content { max-width: 700px; padding: 50px 20px 20px 20px; }
.is_commercial.catalog-product-view .mfp-close { top: 20px;right: 20px; }
.is_commercial .commercial_product_box { text-align: center; }
.is_commercial .grouped-items-table .commercial_product_box .text_alert { display: none; }
.is_commercial .grouped-items-table .g-td-addcart.last { text-align: center; }
.is_commercial .grouped-items-table .button.btn-cart { margin-bottom: 10px;  }
.is_commercial .commercial_product_box .text_alert { color: red;margin-bottom: 0px;font-size: 11px;line-height: 14px; }
.is_commercial .commercial_product_box button { padding-top: 0 !important; width: 100%; margin-bottom: 10px; }
.is_commercial #modal-view-product-details h4 { font-size: 10px;position: relative;top: -15px; }
.is_commercial #modal-view-product-details h1 { font-size: 20px; }
.is_commercial #modal-view-product-details h2 { font-size: 15px;background-color: #0074bc;line-height: 20px;padding: 7px 0 0 10px;margin: 0;color: white;}
.is_commercial #modal-view-product-details ul {border: 1px solid #dedede; margin-bottom: 20px; }
.is_commercial #modal-view-product-details li {border-bottom: 1px solid #dedede;padding: 6px;}
.is_commercial #modal-view-product-details li:hover {background-color: #f7f7f7;}
.is_commercial #modal-view-product-details li:last-child {border-bottom: none;}
.is_commercial #modal-view-product-details .price { font-size: 20px; font-weight: bold; }
.is_commercial #modal-view-product-details .price,
.is_commercial #modal-view-product-details .stock { float: right; }
.is_commercial #modal-view-product-details .success { background-color: #5ea052; color: white !important; }
.is_commercial #modal-view-product-details #client_distel_id { height: 30px;width: 136px; border: 1px solid #e0e0e0; }
.is_commercial #modal-view-product-details .stock_alert {color: #ff9797;font-size: 10px;position: relative;top: -2px; }
.is_commercial #modal-view-product-details input[type="submit"] { font-size: 15px;height: 30px;min-width: auto;width: auto;border-radius: 0;padding-top: 4px;margin-left: -5px;margin-top: 2px;border-top: 1px solid darkgrey;border-bottom: 1px solid darkgrey;border-right: 1px solid darkgrey; margin-left: 10px; }
.is_commercial #modal-view-product-details #show_prix_marche {cursor: pointer;font-size: 20px;position: relative;top: 3px;border-radius: 50%;border: 1px solid #cccccc;display: inline-block;width: 16px;height: 16px;line-height: 20px;text-align: center;}
.is_commercial #modal-view-product-details .prix_marche { display: none; }

.checkout-cart-index #empty_cart_button {float: right;position: relative;top: 20px;margin-bottom: 20px;}

.icon_pdf { display: inline-block; width: 20px; height: 20px; background: url("https://www.quincaillerie-angles.fr/skin/frontend/rwd/qa/images/file-pdf.png") center center no-repeat; }
.product-view .p-info-tab ul li a span .icon_pdf {     position: absolute;top: 50%;left: 0;margin-top: -10px; }

.p-info-collateral .collateral-list:hover .title-list ul,
.p-info-collateral .collateral-list:hover .collateral-title .title-text span,
.p-info-collateral .collateral-list:hover {background: #fbfbfb;}

div#cookie-law {position: fixed;bottom: 0;width: 100%;z-index: 100;background: #eaeaea;}
div#cookie-law p {color: #2d2d2d;padding: 10px 46px;margin: 0;text-align: center;font-weight: 600;font-size: 13px;line-height: 18px;}
div#cookie-law .bt-hide-cookie {position: absolute;right: 2%;font-size: 22px;top: 10px;background-color: #eaeaea;width: 30px;height: 30px;color: #5d5d5d;line-height: 32px;}

span.text-light {font-size: 12px; color: #909090;}
.status.available { color: #24910E; }

.newsletterbtn { background-color: #fdf146; line-height: 32px;color: #333333; }
.customer-account-login .newsletter_button_container { display: none; }

@media all and (max-width: 768px) {
    .checkout-cart-index #empty_cart_button { float: none; display: block; margin: auto;margin-bottom: 30px;     width: 100%; }
    .checkout-cart-index .cart_actions_buttons button, .checkout-cart-index .cart_actions_buttons a { width: 100%; display: block; margin: auto; margin-bottom: 10px; }
}

@media only screen and (max-width: 480px) {
    div.products-box .item-price .price-box {min-height: 0;}
    div.products-box .item_dispo {height: auto;}
    body.catalogsearch-result-index .products-grid .item-top { height: 100%; }
    /*body.catalogsearch-result-index .products-grid .item-info-text { border: none; }*/

    .catalog-category-view .grouped .item-box .picto, .catalogsearch-result-index .grouped .item-box .picto {background-size: contain;width: 30px;top: 10px;left: 10px;height: 35px;}
    .products-box .item-info { background: transparent; }
}
@media only screen and (max-width: 767px) {

    .main-container {
        /*padding-top: 0 !important;*/
        /*padding-bottom: 0 !important;*/
    }

    .is_commercial .chosen-container { width: 100% !important; }
    .is_commercial #modal-view-product-details input[type="submit"] { margin-left: 0; margin-top: 10px; }
    .is_commercial #modal-view-product-details .price {  }
    .is_commercial .mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content { overflow : visible !important;; }
}


.section-button ul li.search_field form {
    width: 240px;
    margin: auto;
    position: relative;
}
.section-button ul li.search_field form:before {
    font-family: 'iconqastore' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\e901";
    position: absolute;
    left: 10px;
    top: 12px;
    font-size: 16px;
}

.section-button ul li.search_field input {
    width: 240px;
    height: 41px;
    border-radius: 5px;
    border: 1px solid #5d5d5d;
    background-color: white;
    padding-left: 30px;
    padding-top: 2px;
}

.section-button ul li a:focus,
.section-button ul li a:hover { background: rgba(255, 255, 255, 0.52); color: black; }
