@charset "UTF-8";
a {
  transition: color 600ms ease-in-out;
  -webkit-transition: color 600ms ease-in-out;
  -moz-transition: color 600ms ease-in-out;
  -o-transition: color 600ms ease-in-out;
}

a:hover {
  transition: color 10ms ease-in-out;
  -webkit-transition: color 10ms ease-in-out;
  -moz-transition: color 10ms ease-in-out;
  -o-transition: color 10ms ease-in-out;
}

.slider-container .jcarousel-list .btn-cart,
.jcarousel-next-horizontal, .jcarousel-prev-horizontal,
#toTop,
.banners a span,
.banners a em,
.banner a span,
.banner a em,
.products-grid .btn-cart,
.products-list .btn-cart,
.opc .step-title,
.product-tabs a,
.footer-banners a img, .homepage-banners a img,
footer .footer-subscribe button.button span,
.quick-view {
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}

.jcarousel-next-horizontal:hover, .jcarousel-prev-horizontal:hover {
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}

.footer-info .block-control {
  transition: background-color 400ms ease-in-out;
  -webkit-transition: background-color 400ms ease-in-out;
  -moz-transition: background-color 400ms ease-in-out;
  -o-transition: background-color 400ms ease-in-out;
}

button.button span,
.products-list .button-container .btn-add-cart span,
.pager .pages li a.next span,
.pager .pages li a.previous span,
.slideshow-nav a,
.header-dropdown ul li a,
.cart-top-container .details .cart-top-title a span.icon,
.search-top-container .search-form .search-top-title span.icon,
.footer-info ul.social li a,
.footer-info ul.twitterList li span.tweet-icon,
.search-top, .cart-top > a,
.product-view .add-to-links li span.icon,
.top-opc li.allow .number,
.btn-remove, .btn-edit, .products-grid .hover .button-container button.button span span em {
  transition: background 200ms ease-in-out;
  -webkit-transition: background 200ms ease-in-out;
  -moz-transition: background 200ms ease-in-out;
  -o-transition: background 200ms ease-in-out;
}

#nav > li > a,
#nav ul li a,
.queldoreiNav > li > a,
.queldoreiNav ul li a {
  transition: background 600ms ease-in-out;
  -webkit-transition: background 600ms ease-in-out;
  -moz-transition: background 600ms ease-in-out;
  -o-transition: background 600ms ease-in-out;
}

#nav > li > a:hover,
#nav ul li a:hover,
.queldoreiNav > li > a:hover,
.queldoreiNav ul li a:hover {
  transition: background 100ms ease-in-out;
  -webkit-transition: background 100ms ease-in-out;
  -moz-transition: background 100ms ease-in-out;
  -o-transition: background 100ms ease-in-out;
}

.products-grid .add-to-links li a:hover span {
  color: #000;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.products-grid .add-to-links li a span {
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

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

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

[hidden] {
  display: none;
}

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: "Cambay", sans-serif;
  color: #222;
}

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::-moz-selection {
  background: #666;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #666;
  color: #fff;
  text-shadow: none;
}

/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #00e;
}

a:hover {
  color: #06e;
}

a:focus {
  outline: none;
}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
  outline: 0;
}

/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

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

small {
  font-size: 85%;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */
ul, ol {
  margin: 0;
  padding: 0px;
}

dd {
  margin: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}

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

/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button, input {
  line-height: normal;
}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

/*
 * Re-set default cursor for disabled elements
 */
button[disabled], input[disabled] {
  cursor: default;
}

/*
 * Consistent box sizing and appearance
 */
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

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

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

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* Colors for form validity */
input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}

/* ==|== primary styles ===================================================== */
body {
  font-size: 15px;
  font-family: "Cambay", sans-serif;
  color: #1b1a19;
  background: white;
}

a {
  color: #828282;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #828282;
  text-decoration: underline;
}

button.button span {
  background: url("../images/btn_overlay.png") 0 0 repeat-x;
  padding: 0px;
  height: 42px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

button.button span span {
  line-height: 42px;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  text-transform: lowercase;
}

button.button:hover span {
  color: white;
}

button.invert span, button.btn-continue span, .cart-shipping button span, .cart-coupon button span {
  background-color: #393431;
}

button.invert:hover span, button.btn-continue:hover span, .cart-shipping button:hover span, .cart-coupon button:hover span {
  background-color: #97d2c9;
}

button.btn-proceed-checkout span span {
  padding-right: 60px;
  background: url("https://www.soft-in.fr/proxy/1591433780/skin/frontend/default/shopper/images/arrow_button.png") 100% 50% no-repeat;
}

button.btn-proceed-checkout:hover span span {
  background-position: 98% 50%;
}

button.button_white {
  height: 42px;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.15);
}

button.button_white span,
button.button_white:hover span {
  background: #ffffff !important;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 1%, #f2f2f2 100%) !important;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), color-stop(100%, #f2f2f2)) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 1%, #f2f2f2 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 1%, #f2f2f2 100%) !important;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 1%, #f2f2f2 100%) !important;
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 1%, #f2f2f2 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#f2f2f2",GradientType=0 ) !important;
  /* IE6-9 */
}

* + html button.button_white span, * + htmlbutton.button_white:hover span {
  color: #000000 !important;
}

button.button_white span span {
  padding: 0 37px;
  color: #000;
  color: rgba(0, 0, 0, 0.75);
}

button.button_white:hover {
  padding: 1px 0 0 1px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-remove, .btn-edit {
  display: block;
  width: 15px;
  height: 15px;
  background-color: #97d2c9;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.btn-remove:hover, .btn-edit:hover {
  background-color: #666666;
}

.btn-edit {
  background-image: url(https://www.soft-in.fr/proxy/1591433780/skin/frontend/default/shopper/images/btn_edit.png);
}

.btn-remove {
  background-image: url(https://www.soft-in.fr/proxy/1591433780/skin/frontend/default/shopper/images/btn_remove.png);
}

h1, h2, h3 {
  color: #000;
  color: rgba(0, 0, 0, 0.75);
  letter-spacing: -0.1em;
  font-weight: 400;
}

.std dl dt {
  color: #4c4c4c;
}

.std h1, .std h2, .std h3, .std h4 {
  font-size: 24px;
  font-family: "Myriad Pro", serif;
  font-weight: 400;
}

.std h2 {
  font-size: 24px;
}

.std h3, .std h3 {
  font-size: 18px;
}

.std ul.disc {
  list-style: none;
  margin: 10px 0;
}

.std ul.disc li {
  line-height: 22px;
  padding: 0 10px 0 20px;
  background: url("https://www.soft-in.fr/proxy/1591433780/skin/frontend/default/shopper/images/arrow_item.gif") 10px 8px no-repeat;
}

.std ul.buttons li {
  background: none;
  float: left;
  padding: 0;
  margin: 0 3px 0;
}

.std ul.buttons li button.button span {
  text-transform: capitalize;
  font-size: 12px;
}

.page-title {
  border: none;
  padding: 0 0 58px;
  margin: 0 15px;
}

.col2-left-layout .page-title {
  margin-left: -285px;
}

.page-title h1, .page-title h2 {
  font-size: 24px;
  font-family: "Myriad Pro", serif;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  color: black;
}

.page-head-alt {
  margin: 0 0 20px;
  padding: 0 0 15px;
  border-bottom: 1px solid #e6e6e6;
}

.page-head-alt h3 {
  text-transform: uppercase;
  font-size: 24px;
  color: #4c4c4c;
}

.page-title-bg {
  position: absolute;
  width: 100%;
  background: #f5f5f3;
  left: 0;
}

* + html .breadcrumbs ul li a {
  color: #000 !important;
}

.product-category-title {
  margin: -30px 0 30px;
  line-height: 36px;
  font-size: 24px;
  padding: 20px 0;
  color: #666666;
  /*border-top:1px solid; */
  /*border-top-color:#e3e3e3; */
  /*border-top-color:rgba(227,227,227,0.61);*/
  /*color:#FFFFFF !important; */
}

.buttons-set {
  padding: 0;
  margin: 0 15px;
  text-align: right;
}

.buttons-set button.button {
  float: left;
}

.buttons-set .back-link {
  float: right;
}

.fieldset {
  border: none;
  background: transparent;
  padding: 15px;
}

.fieldset .legend {
  margin: -40px 0 0 -10px;
  padding: 8px;
  background: transparent;
  border: none;
}

/*.form-list label { float:left; color:#000; color:rgba(0,0,0,0.75); font-weight:300; position:relative; z-index:0; margin-top:0px; padding:0 0 3px 2px;  }*/
.form-list label {
  float: left;
  color: #000;
  color: rgba(0, 0, 0, 0.75);
  font-weight: 300;
  position: relative;
  margin-top: 0px;
  padding: 0 0 3px 2px;
}

.input-box {
  border: 0;
  padding: 0;
}

input.input-text, textarea, input.qty {
  padding: 4px;
  border: 1px solid #e0e0e0;
  height: 19px;
  -webkit-box-shadow: inset 0px 0px 5px 0px #eaeaea;
  -moz-box-shadow: inset 0px 0px 5px 0px #eaeaea;
  box-shadow: inset 0px 0px 5px 0px #eaeaea;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

select {
  padding: 1px;
  height: 29px;
  line-height: 29px;
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: inset 0px 0px 5px 0px #eaeaea;
  -moz-box-shadow: inset 0px 0px 5px 0px #eaeaea;
  box-shadow: inset 0px 0px 5px 0px #eaeaea;
}

select.multiselect {
  height: auto;
}

.form-list select {
  width: 259px;
}

.buttons-set p.required {
  margin: 0 0 5px;
}

p.required {
  font-size: 12px;
  text-align: left;
}

.form-list li.wide textarea {
  width: 670px;
}

.dotted-border {
  border: 2px dotted #aaa;
  padding: 10px;
}

/* Layout ================================================================================ */
.top-border {
  border-top: 3px solid #9a1212;
}

.page {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.main-container {
  background: #fafafa;
}

/*.main { margin:0 auto; position: relative; z-index:1; }*/
.main {
  margin: 0 auto;
  position: relative;
}

/* Base Columns */
.col-left {
  float: left;
  width: 300px;
  border: none;
  padding: 120px 0 0;
  margin: 0;
}

.col-main, .col-main-left, .col-main-right {
  float: left;
  width: 870px;
  border: none;
  padding: 0;
  margin: 0;
}

.col-right {
  float: right;
  width: 300px;
  border: none;
  margin-top: 136px;
  padding-top: 0;
}

/* 1 Column Layout */
.col1-layout .col-main {
  float: none;
  width: auto;
  margin: 0;
}

/* 2 Columns Layout */
.col3-layout .col-main {
  width: 570px;
  margin: 0;
  float: left;
}

.col3-layout .col-wrapper {
  width: auto;
}

/*** CUSTOM STYLES ****/
body.non-responsive {
  min-width: 1200px;
}

.cms-index-index .col-main {
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
}

.contacts-index-index .buttons-set {
  margin-top: -35px;
}

.contacts-index-index .buttons-set p.required {
  float: left;
  margin: 0 0 25px;
}

.contacts-index-index .buttons-set button.button {
  margin: -12px 0 0;
  clear: left;
}

.contacts-index-index .form-list .input-box, .contacts-index-index .form-list li.wide .input-box {
  width: 100%;
}

.contacts-index-index .form-list input.input-text {
  width: 50%;
}

.contacts-index-index .form-list li.wide textarea {
  width: 90%;
}

.customer-account-login .main-container {
  -webkit-box-shadow: inset 0px 4px 10px -5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 4px 10px -5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 4px 10px -5px rgba(0, 0, 0, 0.15);
}

.customer-account-login .account-login {
  padding: 30px 0;
}

.customer-account-login h2 {
  margin: 0 0 10px;
}

.customer-account-forgotpassword .account-login {
  padding: 30px 0;
}

.customer-account-forgotpassword .main-container {
  -webkit-box-shadow: inset 0px 4px 10px -5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 4px 10px -5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 4px 10px -5px rgba(0, 0, 0, 0.15);
}

.main .cart-empty {
  margin: 15px;
}

.account-create {
  margin: 0 15px 30px;
}

.catalog-category-view .col-left, .catalog-category-view .col-right {
  padding: 30px 0 0;
}

.catalogsearch-result-index .breadcrumbs, .catalogsearch-advanced-index .breadcrumbs, .catalogsearch-advanced-result .breadcrumbs {
  display: none;
}

.catalog-category-view .col1-layout .products-grid {
  margin: 0 0 0 -15px;
}

.checkout-onepage-success .buttons-set {
  margin: 15px 0;
}

.checkout-cart-index .page-title h1 {
  line-height: 42px;
}

.cart .page-title .checkout-types {
  margin-top: 5px;
}

.cart .title-buttons .checkout-types li {
  margin: 0;
}

/*6tematik*/
.cms-page-view .page-title {
  margin-top: -30px;
  margin-left: 0;
}

/* ======================================================================================= */
/* Header ================================================================================ */
.header-container {
  background: #fff;
  color: #656565;
  position: relative;
}

/*.top-switch-bg{ background:#f9f9f9; min-height:29px; position:relative; z-index:10030;}*/
.top-switch-bg {
  background: #f9f9f9;
  min-height: 29px;
  position: relative;
}

.header-switch {
  line-height: 29px;
  background-repeat: no-repeat;
  background-position: 0% 50%;
  margin-right: 2px;
  float: left;
}

.top-switch-bg .over {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.top-switch-bg .over span {
  background: #fff;
}

/*.header-switch span {color:rgba(108,108,108,0.59); display:block; padding:0 10px; position:relative; z-index:2; }*/
.header-switch span {
  color: rgba(108, 108, 108, 0.59);
  display: block;
  padding: 0 10px;
  position: relative;
}

.header-switch span.current {
  display: inline;
  color: rgba(29, 28, 27, 0.59);
  padding: 0 12px 0 5px;
  background: url("https://www.soft-in.fr/proxy/1591433780/skin/frontend/default/shopper/images/arrow_switch.png") 100% 50% no-repeat;
}

.header-dropdown {
  background: #fff;
  padding: 14px;
  display: none;
  position: absolute;
  margin: 0;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.header-dropdown ul li a {
  display: block;
  line-height: 28px;
  min-width: 110px;
  margin: 0;
  padding: 0 9px;
  color: #8c8c8c;
}

.header-dropdown ul li a:hover {
  background: #f5f4f4;
  text-decoration: none;
}

.header-dropdown ul li a.selected {
  color: #322c29;
}

.language-switch {
  margin-left: -10px;
}

.language-switch .header-dropdown ul li a {
  background-repeat: no-repeat;
  background-position: 10px 50%;
  padding: 0 9px 0 35px;
}

.language-select, .currency-select {
  display: none;
}

.links {
  float: right;
  margin: 0;
  padding: 0;
}

.links li {
  margin: 0;
  padding: 0;
  line-height: 29px;
}

.links li a {
  color: #1d1c1b;
}

.links li a:hover {
  color: #777;
  text-decoration: none;
}

.links li.separator {
  padding: 0 12px;
  background: url("https://www.soft-in.fr/proxy/1591433780/skin/frontend/default/shopper/images/links_separator.png") 50% 50% no-repeat;
}

/*header { position:relative; z-index:10020;*/
header {
  position: relative;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

header a.logo img {
  max-width: 100%;
  height: auto;
  width: auto;
  max-height: 58px;
  margin-bottom: 10px;
}

header .logo strong {
  position: absolute;
  top: -999em;
  left: -999em;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
}

header h1.logo {
  padding: 0;
  margin-top: -10px;
}

.cart-top > a {
  position: relative;
  display: block;
  background: #97d2c9 url("../images/icon_cart.png") 50% 50% no-repeat;
  width: 38px;
  height: 38px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.cart-top > a:hover {
  background-color: #666666;
  text-decoration: none;
}

.cart-top > a span {
  position: absolute;
  left: 48px;
  padding: 0;
  color: #373230;
  font-size: 14px;
  font-family: "Myriad Pro", sans-serif;
  font-weight: 700;
  line-height: 38px;
  text-transform: uppercase;
  white-space: nowrap;
}

.cart-top-container .details {
  display: none;
  z-index: 100;
  background: #fff;
  width: 254px;
  padding: 16px;
  line-height: 150%;
  color: #7b7b7b;
  position: absolute;
  right: -40px;
  top: 48px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.cart-top-container .details-border {
  background: #97d2c9;
  height: 4px;
  width: 254px;
  padding: 0 16px;
  margin: -16px 0 16px -16px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -moz-border-top-right-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
}

.cart-top-container .details-border:before {
  content: "";
  position: absolute;
  border-color: transparent transparent #97d2c9 transparent;
  border-style: solid;
  border-width: 5px;
  height: 0;
  width: 0;
  top: -9px;
  right: 52px;
}

.cart-top-container .details .cart-top-title {
  font-family: "Myriad Pro", sans-serif;
  font-size: 16px;
  line-height: 38px;
  text-align: left;
  margin: 0 0 0 5px;
  display: none;
}

.cart-top-container .details .cart-top-title a {
  display: block;
  vertical-align: top;
}

.cart-top-container .details .cart-top-title a span.icon {
  display: inline-block;
  background: #97d2c9 url("../images/icon_cart.png") 50% 50% no-repeat;
  width: 38px;
  height: 38px;
  margin: 0 10px 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.cart-top-container .details .cart-top-title a:hover span.icon {
  background-color: #666666;
  text-decoration: none;
}

.cart-top-container .details .text-recently {
  font-size: 11px;
}

.cart-top-container .details a {
  color: #7b7b7b;
}

.cart-top-container .details a:hover {
  text-decoration: none;
  color: #000;
}

.cart-top-container .details p {
  margin: 14px 0 5px 0;
}

.cart-top-container .details p.product-name {
  margin: 0;
}

.cart-top-container .details .item-options {
  font-size: 10px;
  line-height: 10px;
}

.cart-top-container .details ol {
  margin: 0;
  padding: 0;
}

.cart-top-container .details ol li.item {
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px solid #f1f1f1;
}

.cart-top-container .details ol li.item:last-child {
  margin: 0;
  border: none;
}

.cart-top-container .details ol li.item strong {
  font-weight: 300;
}

.mini-products-list .product-image {
  border: none;
  padding: 0px;
}

.mini-products-list .product-details {
  margin-left: 60px;
}

.cart-top-container .details .btn-edit {
  float: right;
  margin-left: 18px;
}

.cart-top-container .details .btn-remove {
  float: right;
  margin-left: 2px;
}

.cart-top-container .details .buttons {
  margin-top: 15px;
}

.cart-top-container .details .button span span {
  font-size: 14px;
  padding: 0 15px;
}

.cart-top-container .details .button {
  float: right;
}

.cart-top-container .details .btn-continue {
  float: left;
}

.cart-top-container .cart-promotion {
  background: #eee;
  padding: 10px;
  color: #392420;
}

.cart-top-container .details .subtotal-wrapper {
  width: 286px;
  margin: 0 0 1px -16px;
  padding: 0;
  overflow: hidden;
}

.cart-top-container .details .subtotal {
  background: #fefefe;
  width: 254px;
  margin: 0 0 0 -10px;
  padding: 0 26px;
  line-height: 41px;
  font-size: 13px;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
  -moz-box-shadow: inset 0 0 10px rgba(57, 36, 32, 0.18);
  -webkit-box-shadow: inset 0 0 10px rgba(57, 36, 32, 0.18);
  box-shadow: inset 0 0 10px rgba(57, 36, 32, 0.18);
}

/********** < Search form */
.search-top {
  display: block;
  overflow: hidden;
  background: #97d2c9 url("../images/icon_search.png") 50% 50% no-repeat;
  width: 38px;
  height: 38px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
}

.search-top:hover {
  background-color: #666666;
}

.search-form {
  display: none;
  z-index: 100;
  background-color: #e4dacc;
  width: 240px;
  padding: 8px;
  position: absolute;
  right: -60px;
  top: 47px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.search-form-border {
  background: #97d2c9;
  height: 4px;
  width: 240px;
  padding: 0 8px;
  margin: -8px 0 8px -8px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -moz-border-top-right-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
}

.search-form-border:before {
  content: "";
  position: absolute;
  border-color: transparent transparent #97d2c9 transparent;
  border-style: solid;
  border-width: 5px;
  height: 0;
  width: 0;
  top: -9px;
  right: 72px;
}

.search-top-container .search-form .search-top-title {
  font-family: "Myriad Pro", sans-serif;
  font-size: 16px;
  line-height: 38px;
  text-align: left;
  vertical-align: top;
  margin: 0 0 0 42px;
  display: none;
}

.search-top-container .search-form .search-top-title span.icon {
  display: inline-block;
  background: #97d2c9 url("../images/icon_search.png") 50% 50% no-repeat;
  width: 38px;
  height: 38px;
  margin: 0 10px 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.search-top-container .search-form .search-top-title:hover span.icon {
  background-color: #666666;
  text-decoration: none;
}

#search {
  width: 224px;
  height: 19px;
  padding: 4px 7px;
  border: 1px solid #e3e3e3;
  line-height: 19px;
  color: #7b7b7b;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

#search_mini_form .form-search button {
  display: none;
}

.search-autocomplete {
  background: #fff;
  margin: 0;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
}

.search-autocomplete ul {
  margin: 0;
  padding: 0;
}

.search-autocomplete ul li {
  line-height: 21px;
  padding: 0 10px;
  color: #000;
  color: rgba(0, 0, 0, 0.67);
}

.search-autocomplete ul li span.amount {
  float: right;
  font-weight: 800;
}

.search-autocomplete ul li.even {
  background: #e7e7e7;
}

.search-autocomplete ul li:hover {
  background: #ddd;
}

/********** < Search form */
/* FOOTER ================================================================================ */
.footer-container {
  background: none #666666;
  color: #666666;
  margin: 0;
  padding: 0 0 50px 0;
  position: relative;
  font-size: 14px;
}

.footer-banners {
  background: #f7f7f6;
  padding: 25px 0;
}

.footer-banners img {
  max-width: 100%;
  height: auto;
}

.footer-banners a:hover img {
  opacity: 0.6;
}

.footer-info {
  background: #f4f4f2;
  border-top: 1px solid #ececea;
  /*padding:60px 0;*/
  padding: 20px 0;
  text-align: center;
}

.footer-info a {
  color: #97d2c9;
}

.footer-info a:hover {
  color: #000;
  text-decoration: none;
}

.footer-info h4 {
  font-size: 24px;
  font-family: "Myriad Pro", serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -0.1em;
  color: black;
  color: rgba(0, 0, 0, 0.75);
  margin: 0 0 24px;
}

.footer-info .information h4 {
  margin-bottom: 18px;
}

.footer-info hr {
  border-top: 1px solid black;
  border-top-color: #e6e6e4;
  border-top-color: rgba(0, 0, 0, 0.06);
  height: 1px;
  margin: 17px 0;
}

.footer-info p {
  /*line-height:150%;*/
  line-height: 120%;
  margin: 0 0 0 3px;
  text-transform: uppercase;
}

.footer-info ul {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.footer-info ul li {
  margin: 0;
  padding: 0;
  line-height: 30px;
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
  text-transform: uppercase;
}

.footer-info ul li p {
  overflow: hidden;
  line-height: 30px;
}

.footer-info .information ul li {
  margin: 0;
  padding: 0 0 15px 24px;
  line-height: 130%;
  position: relative;
}

.footer-info .information ul li:before {
  content: "∙";
  font-size: 60px;
  position: absolute;
  top: 1px;
  left: 0px;
  font-family: "Times New Roman";
  font-style: normal;
  color: #97d2c9;
}

.footer-info ul.twitterList {
  margin: -3px 0 0;
}

.footer-info ul.twitterList li {
  margin: 0;
  padding: 0;
  line-height: 20px;
  color: #505050;
}

.footer-info ul.twitterList li.follow {
  padding: 0 0 0 53px;
}

.footer-info ul.twitterList li span.tweet-icon {
  display: block;
  float: left;
  width: 36px;
  height: 36px;
  margin: 0px 16px 0 1px;
  background: #97d2c9 url("https://www.soft-in.fr/proxy/1591433780/skin/frontend/default/shopper/images/icon_twitter.png") 50% 50% no-repeat;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.footer-info ul.twitterList li:hover span.tweet-icon {
  background-color: #666666;
}

.footer-info ul.twitterList li span.time-ago {
  display: block;
  color: rgba(146, 146, 146, 0.85);
}

.footer-info ul.twitterList li p {
  overflow: hidden;
  line-height: 20px;
  margin: 0 0 20px;
  padding: 3px 0 23px;
  border-bottom: 1px solid #e6e6e4;
  border-bottom-color: rgba(0, 0, 0, 0.06);
}

.footer-info ul.social {
  margin: 0;
}

.footer-info ul.social li {
  float: left;
  margin: 0 4px 0 0;
  padding: 0;
  background: none;
}

.footer-info ul.social li a {
  display: block;
  position: relative;
  width: 36px;
  height: 36px;
  background: url("https://www.soft-in.fr/proxy/1591433780/skin/frontend/default/shopper/images/social_icons.png") 0 0 no-repeat;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  text-indent: -999px;
}

.footer-info ul.social li a.twitter {
  background-color: #53b1f0;
}

.footer-info ul.social li a.facebook {
  background-color: #3d5fa6;
  background-position: -36px 0;
}

.footer-info ul.social li a.email {
  background-color: #525252;
  background-position: -72px 0;
}

.footer-info ul.social li a.google {
  background-color: #fac200;
  background-position: -108px 0;
}

.footer-info ul.social li a:hover {
  background-color: #97d2c9;
}

.footer-info .block-control {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  background: #FEFEFE url("https://www.soft-in.fr/proxy/1591433780/skin/frontend/default/shopper/images/arrow_footer.png") 0 0 no-repeat;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  border-radius: 100% !important;
}

.footer-info .block-control:hover {
  background-color: #97d2c9;
  background-position: 0 100%;
}

.footer-info .block-control-hide {
  background-position: 100% 0;
}

.footer-info .block-control-hide:hover {
  background-color: #97d2c9;
  background-position: 100% 100%;
}

.footer-info .block-content {
  display: block;
}

footer {
  /*line-height:58px;*/
  text-align: center;
}

footer a {
  color: #a2a2a2;
}

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

footer ul {
  margin: 0;
  padding: 0;
}

/*footer ul.links{ float:right; margin-right:10px;font-size:12px }*/
footer ul.links {
  float: none;
  margin-bottom: 10px;
}

footer ul.links a {
  color: #8c8c8c;
  color: rgba(140, 140, 140, 0.87);
}

footer ul.links li a:hover {
  color: #fff;
  text-decoration: none;
}

footer ul.links li.separator {
  padding: 0 9px 0 8px;
  background: url("https://www.soft-in.fr/proxy/1591433780/skin/frontend/default/shopper/images/footer_links_separator.png") 50% 50% no-repeat;
}

footer .copyright {
  border-top: 1px dotted #e0e0e0;
  margin: 40px 0 0;
  padding: 20px 0 0;
}

/*footer address{ margin-left:10px;font-size:14px; }*/
footer address {
  font-size: 14px;
}

/********** < Navigation */
/*.nav-container {width:100%; margin:0 auto; position:relative; z-index:10010; }*/
.nav-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#navigation_select {
  display: none;
  min-width: 100%;
}

nav .nav-top-title, .nav-container .nav-top-title {
  font-family: "Myriad Pro", sans-serif;
  font-size: 16px;
  text-align: center;
  margin: 0;
  display: none !important;
}

/*nav.queldorei {width:100%; margin:0 auto; position:relative; z-index:10010; }*/
nav.queldorei {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

* + html nav.queldorei {
  width: 50%;
  float: left;
  margin-bottom: 20px;
}

/* All Levels */
.queldoreiNav li {
  text-align: left;
  position: static;
}

.queldoreiNav li.over {
  z-index: 100;
}

.queldoreiNav li a {
  display: block;
  text-decoration: none;
  font-weight: 300;
}

.queldoreiNav li a:hover {
  text-decoration: none;
}

.queldoreiNav li a span {
  display: block;
  white-space: nowrap;
  cursor: pointer;
}

.queldoreiNav li ul a span {
  white-space: normal;
}

/* 1st Level */
.queldoreiNav > li {
  float: left;
  position: relative;
  margin: 0 3px 3px;
}

.queldoreiNav > li > a {
  position: relative;
  float: left;
  padding: 0;
  color: #000000;
  font-size: 15px;
  font-family: "Myriad Pro", sans-serif;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
}

.queldoreiNav > li > a > span {
  padding: 0px 10px;
  border-top: 3px solid transparent;
}

.queldoreiNav > li:hover > a > span,
.queldoreiNav > li.over > a > span {
  background: #FFFCF8;
}

.queldoreiNav > li:hover,
.queldoreiNav > li.over {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

/*.queldoreiNav>li>a:hover, .queldoreiNav>li.over>a{z-index:1000;}*/
.queldoreiNav > li > a:hover > span,
.queldoreiNav > li.over > a > span {
  border-top: 3px solid;
}

.queldoreiNav > li.active > a > span {
  border-top-color: transparent !important;
}

.queldoreiNav > li.custom-block > a, .queldoreiNav > li.custom-block > a > span {
  cursor: default;
}

/* 2nd Level */
/*.queldoreiNav ul,*/
/*.queldoreiNav div.sub-wrapper { position:absolute; z-index:999; width:auto; padding:16px 0; margin:39px 0 0; left:-10000px; border:none; background:#FFFCF8;*/
.queldoreiNav div.sub-wrapper {
  position: absolute;
  width: auto;
  padding: 16px 0;
  margin: 39px 0 0;
  left: -10000px;
  border: none;
  background: #FFFCF8;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
}

.queldoreiNav div.sub-wrapper ul {
  position: static;
  width: auto;
  border: none;
  background: #FFFCF8;
}

.queldoreiNav > li > div.sub-wrapper > ul > li {
  float: none;
  display: table-cell;
  border: none;
  width: 210px;
  padding: 0 16px;
  border-right: 1px solid #ededed;
}

.queldoreiNav > li > div.sub-wrapper > ul > li:last-child {
  border: none;
}

/* 3rd+ leven */
/*.queldoreiNav ul ul,*/
.queldoreiNav div.sub-wrapper ul div.sub-wrapper {
  top: -5px;
  margin: 0 0 0 101px;
  padding: 0;
  width: auto;
  border: none;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.queldoreiNav ul div.sub-wrapper ul {
  padding: 16px;
  width: auto;
}

.queldoreiNav ul li {
  float: none;
  border: none;
  width: 210px;
  line-height: 28px;
  position: relative;
}

.queldoreiNav ul li a {
  float: none;
  padding: 0 10px;
  font-size: 14px;
  font-weight: normal;
  color: #323232 !important;
  background: transparent none;
}

.queldoreiNav ul li.active > a {
  color: #fff !important;
}

/* Show menu */
.queldoreiNav li ul.shown-sub,
.queldoreiNav li div.shown-sub {
  left: 0px;
}

.queldoreiNav li .shown-sub ul.shown-sub,
.queldoreiNav li .shown-sub li div.shown-sub {
  left: 15px;
}

/*.queldoreiNav li.custom-block div.sub-wrapper { padding:16px;z-index:100000;}*/
.queldoreiNav li.custom-block div.sub-wrapper {
  padding: 16px;
}

.queldoreiNav li.custom-block div.sub-wrapper strong {
  color: #373230;
  font-family: "Myriad Pro", sans-serif;
  font-weight: 700;
}

.queldoreiNav li.custom-block div.sub-wrapper a {
  display: inline;
  color: #373230;
  float: none;
  font-weight: 300;
  padding: 0px;
  text-decoration: underline;
  border: none !important;
  background: transparent none !important;
}

.queldoreiNav li.custom-block div.sub-wrapper a:hover,
.queldoreiNav li.custom-block div.sub-wrapper > ul > li a:hover,
.queldoreiNav li.custom-block div.sub-wrapper ul li.over > a {
  color: #373230 !important;
  text-decoration: none;
  background: transparent none !important;
}

.queldoreiNav li.custom-block div.sub-wrapper > ul > li, .queldoreiNav li.custom-block div.sub-wrapper ul li {
  width: auto;
  float: none;
  background: transparent url("https://www.soft-in.fr/proxy/1591433780/skin/frontend/default/shopper/images/arrow_item.gif") no-repeat 10px 8px !important;
  line-height: 22px;
  padding: 0 10px 0 20px;
}

#nav {
  width: 780px;
  margin: 31px 0 34px 46px;
  padding: 0;
  position: relative;
  border: none;
  float: left;
}

/* All Levels */
#nav li {
  text-align: left;
  position: static;
}

/*#nav li.over { z-index:998; }*/
#nav li a {
  display: block;
  text-decoration: none;
  font-weight: 300;
}

#nav li a:hover {
  text-decoration: none;
}

#nav li a span {
  display: block;
  white-space: nowrap;
  cursor: pointer;
}

#nav li ul a span {
  white-space: normal;
}

/* 1st Level */
#nav > li {
  float: left;
  position: relative;
  margin: 0 3px 3px;
}

#nav > li > a {
  position: relative;
  float: left;
  padding: 0;
  color: #373230;
  font-size: 14px;
  font-family: "Myriad Pro", sans-serif;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.1em;
  text-transform: uppercase;
}

#nav > li > a > span {
  padding: 0px 10px;
  border-top: 3px solid transparent;
  background: #fff;
}

#nav > li:hover,
#nav > li.over,
#nav > li.active {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

/*#nav>li>a:hover, #nav>li.over>a{z-index:1000;}*/
#nav > li > a:hover > span,
#nav > li.over > a > span,
#nav > li.active > a > span {
  border-top: 3px solid #97d2c9;
}

#nav > li.custom-block > a, #nav > li.custom-block > a > span {
  cursor: default;
}

/* 2nd Level */
/*#nav ul,*/
/*#nav ul { position:absolute; z-index:999; width:auto; padding:16px; margin:39px 0 0; left:-10000px; border:none; background:#fff;*/
#nav ul {
  position: absolute;
  width: auto;
  padding: 16px;
  margin: 39px 0 0;
  left: -10000px;
  border: none;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

/* 3rd+ leven */
/*#nav ul ul,*/
#nav ul ul {
  top: -5px;
  margin: 0 0 0 101px;
  padding: 0;
  width: auto;
  border: none;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

#nav ul ul {
  padding: 16px;
  width: auto;
}

#nav ul li {
  float: none;
  border: none;
  width: 210px;
  line-height: 28px;
  position: relative;
}

#nav ul li a {
  float: none;
  padding: 0 10px;
  font-family: Arial, serif;
  font-size: 12px;
  font-weight: normal;
  color: #322c29 !important;
  background: transparent none;
}

#nav ul li.active > a {
  background: #322c29 !important;
  color: #fff !important;
}

#nav ul li.over > a, #nav ul li a:hover {
  background: #f5f4f4;
}

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub {
  left: 0px;
}

#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub {
  left: 15px;
}

#nav li.custom-block > ul > li {
  width: 350px;
  line-height: 150%;
}

#nav li.custom-block ul li strong {
  color: #888888;
  font-family: "Myriad Pro", sans-serif;
  font-weight: 700;
}

#nav li.custom-block ul li a {
  display: inline;
  color: #888888;
  float: none;
  font-weight: 300;
  padding: 0px;
  text-decoration: underline;
  border: none !important;
  background: transparent none !important;
}

#nav li.custom-block ul li a:hover,
#nav li.custom-block ul li.over > a {
  color: #888888 !important;
  text-decoration: none;
  background: transparent none !important;
}

#nav li.custom-block ul li > ul {
  position: static;
  width: auto;
  border: none;
  background: #fff;
  top: 0;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

#nav li.custom-block ul li > ul > li {
  width: auto;
  float: none;
  background: transparent url("https://www.soft-in.fr/proxy/1591433780/skin/frontend/default/shopper/images/arrow_item.gif") no-repeat 10px 8px !important;
  line-height: 22px;
  padding: 0 10px 0 20px;
}

/********** Navigation > */
/* ======================================================================================= */
a.product-image {
  display: block;
  position: relative;
}

/*.new-label, .sale-label {position: absolute; z-index:10000; width:91px; height:91px; background:url(https://www.soft-in.fr/proxy/1591433780/skin/frontend/default/shopper/images/labels.png) 0 0 no-repeat; }*/
.new-label, .sale-label {
  position: absolute;
  width: 91px;
  height: 91px;
  background: url(https://www.soft-in.fr/proxy/1591433780/skin/frontend/default/shopper/images/labels.png) 0 0 no-repeat;
}

.sale-top-left {
  top: -13px;
  left: -13px;
  background-position: -182px 0;
}

.sale-top-right {
  top: -13px;
  right: -13px;
  background-position: -273px 0;
}

.sale-bottom-left {
  bottom: -13px;
  left: -13px;
  background-position: -182px -91px;
}

.sale-bottom-right {
  bottom: -13px;
  right: -13px;
  background-position: -273px -91px;
}

.new-top-left {
  top: -13px;
  left: -13px;
  background-position: 0 0;
}

.new-top-right {
  top: -13px;
  right: -13px;
  background-position: -91px 0;
}

.new-bottom-left {
  bottom: -13px;
  left: -13px;
  background-position: 0 -91px;
}

.new-bottom-right {
  bottom: -13px;
  right: -13px;
  background-position: -91px -91px;
}

.product-img-box .sale-top-left {
  top: -4px;
  left: -4px;
}

.product-img-box .sale-top-right {
  top: -4px;
  right: -4px;
}

.product-img-box .new-top-left {
  top: -4px;
  left: -4px;
}

.product-img-box .new-top-right {
  top: -4px;
  right: -4px;
}

.price-box a {
  white-space: nowrap;
}

.price-box a:hover {
  text-decoration: none;
}

.price-box .price {
  color: #97d2c9;
  font-weight: 400;
  font-size: 16px;
}

.price-box .old-price .price {
  color: #8e8e8e;
  font-weight: 400;
  font-size: 14px;
}

.in-stock {
  color: green;
}

.out-of-stock {
  color: red;
}

.rating-box {
  width: 55px;
  height: 10px;
  margin: 2px 12px 0 0;
  background-image: url("https://www.soft-in.fr/proxy/1591433780/skin/frontend/default/shopper/images/rating.png");
}

.rating-box .rating {
  height: 10px;
  background-image: url("https://www.soft-in.fr/proxy/1591433780/skin/frontend/default/shopper/images/rating.png");
}

.rating-links .separator {
  margin: 0 2px;
  font-weight: 300;
  font-size: 12px;
  color: #d9d9d9;
}

/*.breadcrumbs {border:none; margin:0 15px; padding:0; line-height:49px;}*!*/
.breadcrumbs {
  border: none;
  padding: 0;
  line-height: 49px;
}
.breadcrumbs a {
  color: #333333;
}
.breadcrumbs strong {
  color: #000000;
  font-weight: 600;
}
.breadcrumbs span {
  background: url("../images/icon_breadcrumb.gif") 50% 50% no-repeat;
  padding: 0 9px;
}
.breadcrumbs ul {
  margin: 0;
  padding: 0px;
}

/* Global Messages  */
.success {
  color: #3d6611;
  font-weight: bold;
}

.error {
  color: #f00;
  font-weight: bold;
}

.notice {
  color: #ccc;
}

.messages,
.messages ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/*.messages { position:absolute;top:10px;-webkit-border-radius: 4px;border-radius: 4px;-mozborder-radius: 4px;width:auto; overflow:hidden; }*/
.messages li {
  margin: 0 0 15px;
}

.messages li li {
  margin: 0px;
  min-height: 26px;
  line-height: 26px;
}

.error-msg,
.success-msg,
.note-msg,
.notice-msg {
  border-style: solid !important;
  border-width: 1px !important;
  background-position: 31px 31px !important;
  background-repeat: no-repeat !important;
  line-height: 26px;
  min-height: 26px !important;
  padding: 31px 19px 31px 70px !important;
  font-size: 18px !important;
  font-weight: normal !important;
  font-style: italic !important;
}

.error-msg {
  border-color: #f3f3f3;
  background-color: #f3f3f3;
  background-image: url(https://www.soft-in.fr/proxy/1591433780/skin/frontend/default/shopper/images/i_msg-error.gif);
  color: #888;
}

.success-msg {
  border-color: #f3f3f3;
  background-color: #f3f3f3;
  background-image: url(https://www.soft-in.fr/proxy/1591433780/skin/frontend/default/shopper/images/i_msg-success.gif);
  color: #888;
}

.note-msg {
  border-color: #f3f3f3;
  background-color: #f3f3f3;
  background-image: url(https://www.soft-in.fr/proxy/1591433780/skin/frontend/default/shopper/images/i_msg-note.gif);
  color: #888;
}

.notice-msg {
  border-color: #f3f3f3;
  background-color: #f3f3f3;
  background-image: url(https://www.soft-in.fr/proxy/1591433780/skin/frontend/default/shopper/images/i_msg-notice.gif);
  color: #888;
}

.ajax_loading {
  position: absolute;
  margin-top: 21px;
  display: none;
}

.products-list .product-shop .ajax_loading {
  left: -23px;
  margin: 10px 0 0;
}

.product-shop .ajax_loading {
  margin: 19px 0 0 -21px;
}

/*.quick-view { display:block; position:absolute; z-index:2; top:14%; left:20%; background:#97d2c9 url('../images/btn_overlay.png') 0 0 repeat-x; height:42px; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; line-height:42px; padding:0 16px; font-size:14px; font-weight:300; color:#fff; text-align:center; white-space:nowrap; text-transform:lowercase;}*/
.quick-view {
  display: block;
  position: absolute;
  top: 14%;
  left: 20%;
  background: #97d2c9 url("../images/btn_overlay.png") 0 0 repeat-x;
  height: 42px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 42px;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  text-transform: lowercase;
}

.quick-view:hover {
  background-color: #393431;
  color: #fff;
  text-decoration: none;
}

div.alert a {
  font-size: 12px;
  color: #8db201;
  padding-left: 5px;
}

div.alert a:hover {
  color: #fff;
}

/*div.alert {position:fixed; background:#353535; top:0; left:50%; width:333px; margin-left:-220px; padding:20px 60px; color:#FFF; z-index:10030; font-size:12px; font-weight:bold; color:#ececec; border-radius:0 0 3px 3px; text-align:center;}*/
div.alert {
  position: fixed;
  background: #353535;
  top: 0;
  left: 50%;
  width: 333px;
  margin-left: -220px;
  padding: 20px 60px;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  color: #ececec;
  border-radius: 0 0 3px 3px;
  text-align: center;
}

/*div.alert button{background:url(https://www.soft-in.fr/proxy/1591433780/skin/frontend/default/shopper/images/remove-popup.png) 0 0 no-repeat; width:9px; height:9px; position:absolute; right:20px; top:45%; border:none; z-index:9999;}*/
div.alert button {
  background: url(https://www.soft-in.fr/proxy/1591433780/skin/frontend/default/shopper/images/remove-popup.png) 0 0 no-repeat;
  width: 9px;
  height: 9px;
  position: absolute;
  right: 20px;
  top: 45%;
  border: none;
}

div.alert button:hover {
  cursor: pointer;
  background-position: 0 -9px;
}

/*********** < BANNERS */
.homepage-banners {
  margin: -13px 0px 68px !important;
}

.homepage-banners a {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 11px;
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

/*.homepage-banners a img{position:relative; z-index:1; max-width:100%; height:auto;}*/
.homepage-banners a img {
  position: relative;
  max-width: 100%;
  height: auto;
}

.homepage-banners a:hover img {
  opacity: 0.6;
}

/*.homepage-banners a .content{position:absolute; z-index:2; margin:38px; color:#4e4d4b; text-align:center; }*/
.homepage-banners a .content {
  position: absolute;
  margin: 38px;
  color: #4e4d4b;
  text-align: center;
}

.homepage-banners a .content strong {
  font-family: "Myriad Pro", sans-serif;
  font-size: 32px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 24px;
  color: #302f2e;
}

.homepage-banners a .content .border {
  margin: 15px 10px;
  height: 1px;
  background: #d7d4d0;
}

.homepage-banners a .content p {
  margin: 0;
}

.homepage-banners a .content button {
  margin: 15px 0 0;
}

.homepage-banners a.text-right .content {
  right: 11px;
}

.homepage-banners a.text-center .content {
  right: 11px;
  left: 11px;
}

.category-products {
  margin: 0 0 50px;
}

.category-products h2 {
  margin: 0 0 30px 15px;
}

.home-main {
  width: 900px;
  float: left;
  margin: 30px 0 0;
}

.home-right {
  width: 300px;
  float: right;
  margin: 30px 0 0;
}

.home-left {
  width: 300px;
  float: left;
  margin: 30px 0 0;
}

.col1-layout .home-main .products-grid {
  width: 900px;
}

/*********** < SLIDER */
.slider-container {
  position: relative;
  border-top: 1px solid #e1e1e1;
  background: #ededed;
  margin: 53px 0 0 -15px;
  padding: 42px 0 0;
}

.main-container > .slider-container {
  margin: 0;
}

.slider-container h3 {
  font-family: "Myriad Pro", serif;
  font-size: 24px;
  font-weight: 400;
  padding: 0 0 28px;
  margin: 0 0 0 15px;
  text-transform: uppercase;
  letter-spacing: -1.2px;
  line-height: 21px;
}

.slider-container .block-subtitle {
  margin: -15px 15px 15px;
  text-align: left;
}

.slider-container .block-subtitle a {
  text-decoration: underline;
}

.slider-container .block-subtitle a:hover {
  text-decoration: none;
}

.slider-container .jcarousel-list li {
  float: left;
  width: 252px;
  padding: 0;
  margin: 0 15px 53px;
  position: relative;
  background: #fff;
  border: 9px solid #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  /*-webkit-box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.15); -moz-box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.15); box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.15);*/
}

.slider-container .jcarousel-list h3 {
  font-size: 24px;
  font-family: "Myriad Pro", serif;
  font-weight: 300;
  color: #000;
  color: rgba(0, 0, 0, 0.67);
  letter-spacing: -1px;
  margin: 27px 0 26px 2px;
  text-align: center;
}

.slider-container .jcarousel-list .button-container {
  float: right;
}

.slider-container .jcarousel-list .button-container button.button span {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  text-indent: -9999px;
}

.slider-container .jcarousel-list .button-container button.button span span {
  padding: 0;
  background: url("../images/icon_cart_listing.png") 50% 50% no-repeat;
}

.slider-container .jcarousel-list .product-image {
  display: block;
  margin: 0 0 12px;
}

/*.slider-container .jcarousel-list .product-image img {position:relative; z-index:0; }*/
.slider-container .jcarousel-list .product-image img {
  position: relative;
}

.slider-container .jcarousel-list .product-name {
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 300;
  display: block;
  margin: 4px;
  line-height: 120%;
}

.slider-container .jcarousel-list .product-name:hover {
  color: #000;
  text-decoration: none;
}

.slider-container .jcarousel-list .related-checkbox {
  margin: 0 4px;
  line-height: 12px;
  float: left;
}

.slider-container .jcarousel-list .price-box {
  overflow: hidden;
  margin: 0px 0 0 4px;
  line-height: 16px;
  letter-spacing: -1.2px;
}

/* Category Page ========================================================================= */
/* Pager */
.pager {
  padding: 16px 0 0;
  margin: 0 0 16px;
  line-height: 22px;
  text-align: center;
  border-top: 1px solid;
  border-top-color: #e3e3e3;
  border-top-color: rgba(227, 227, 227, 0.61);
}

.pager .amount {
  float: left;
  color: #262525;
  color: rgba(38, 37, 37, 0.5);
}

.pager .amount strong {
  font-weight: 400;
}

.pager .pages {
  float: right;
  margin: 0;
}

.pager .pages ol {
  display: inline;
  margin: 0;
  padding: 0;
}

.pager .pages li {
  float: left;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 0;
  text-align: center;
}

.pager .pages li a {
  display: block;
  float: left;
  width: 22px;
  height: 22px;
  text-decoration: none;
  line-height: 25px;
  color: #262525;
  color: rgba(38, 37, 37, 0.75);
}

.pager .pages li a:hover {
  color: #97d2c9;
}

.pager .pages li a.next, .pager .pages li a.previous {
  border: 1px solid #e1e1e1;
  background: url("https://www.soft-in.fr/proxy/1591433780/skin/frontend/default/shopper/images/pager_bg.gif") 0 0 repeat-x;
}

.pager .pages li a.next:hover, .pager .pages li a.previous:hover {
  -webkit-box-shadow: inset 2px 2px 6px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 2px 2px 6px 0px rgba(0, 0, 0, 0.05);
  box-shadow: inset 2px 2px 6px 0px rgba(0, 0, 0, 0.05);
}

.pager .pages strong {
  display: none;
}

.pager .pages .current {
  vertical-align: top;
  color: #97d2c9;
  line-height: 25px;
}

/* Sorter */
.sorter {
  padding: 0px;
  margin: 0 0 18px;
  line-height: 27px;
  text-align: left;
  color: #808080;
}

.sorter .limiter, .sorter .sort-by, .sorter .sort-order, .sorter .view-mode {
  float: left;
  height: 27px;
  border: 1px solid #e1e1e1;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.05);
  background: url("../images/sorter_bg.gif") 0 0 repeat-x;
}

.sorter .sort-by {
  margin: 10px 1px 0 0;
}

.sorter .sort-by label {
  margin: 0 8px 0 5px;
}

.sorter .limiter label {
  margin: 0 7px;
}

.sorter .sort-order {
  margin: 10px 10px 0 0;
}

.sorter .sort-order a {
  display: block;
}

.sorter .view-mode {
  margin: 10px 10px 0 0;
}

.sorter .view-mode label {
  display: block;
  float: left;
  margin: 0 7px;
}

.sorter .view-mode a, .sorter .view-mode strong {
  display: block;
  float: left;
  overflow: hidden;
  width: 27px;
  height: 27px;
  margin: 0;
  text-indent: -999px;
}

.sorter .view-mode .grid {
  background: transparent url(https://www.soft-in.fr/proxy/1591433780/skin/frontend/default/shopper/images/i_grid_mode.gif) 0% 0% no-repeat;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}

.sorter .view-mode .list {
  background: transparent url(https://www.soft-in.fr/proxy/1591433780/skin/frontend/default/shopper/images/i_list_mode.gif) 0% 0% no-repeat;
}

.sorter .view-mode a:hover, .sorter .view-mode strong {
  background-position: 0% 100% !important;
}

.sorter .view-mode a:hover, .sorter .view-mode strong.grid, .sorter .view-mode strong.list, .sorter .sort-order a:hover {
  -webkit-box-shadow: inset 2px 2px 6px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 2px 2px 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 2px 2px 6px 0px rgba(0, 0, 0, 0.1);
}

/* Toolbar */
.toolbar img.v-middle {
  vertical-align: top;
}

.toolbar select {
  height: 27px;
  padding: 0;
  margin: 0;
  line-height: 27px;
  border: none;
  box-shadow: none;
  color: #434343;
}

.toolbar .sort-by select {
  width: auto;
}

.toolbar-bottom .sorter {
  display: none;
}

.toolbar-switch {
  margin-top: 10px;
}

.toolbar-switch .toolbar-dropdown {
  display: none;
}

.toolbar-switch select {
  display: none;
}

.toolbar-switch .current {
  color: #434343;
}

/*.toolbar-switch .toolbar-title {position:relative; z-index:4; padding:0 40px 0 0; background:transparent url('../images/selectbox_arrow.png') 100% 7px no-repeat;}*/
.toolbar-switch .toolbar-title {
  position: relative;
  padding: 0 40px 0 0;
  background: transparent url("../images/selectbox_arrow.png") 100% 7px no-repeat;
}

.over .toolbar-title {
  background-color: #fff;
  height: 30px;
  margin: 0 -1px;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}

/*.toolbar-dropdown {background:#fff; padding:11px 22px; display:none; position:absolute; z-index:3; margin:-1px; border:1px solid #e1e1e1; -webkit-box-shadow:1px 1px 2px 0px rgba(0, 0, 0, 0.05); -moz-box-shadow:1px 1px 2px 0px rgba(0, 0, 0, 0.05); box-shadow:1px 1px 2px 0px rgba(0, 0, 0, 0.05);}*/
.toolbar-dropdown {
  background: #fff;
  padding: 11px 22px;
  display: none;
  position: absolute;
  margin: -1px;
  border: 1px solid #e1e1e1;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.toolbar-dropdown ul li {
  padding: 0 0 0 12px;
  background: url("https://www.soft-in.fr/proxy/1591433780/skin/frontend/default/shopper/images/arrow_item.gif") 0 7px no-repeat;
}

.toolbar-dropdown ul li a {
  display: block;
  line-height: 20px;
  margin: 0;
  padding: 0;
  color: #8c8c8c;
}

.toolbar-dropdown ul li a:hover, .toolbar-dropdown ul li.selected a {
  text-decoration: none;
  color: #97d2c9;
}

.category-title {
  display: none;
}

.category-image {
  width: 100%;
  overflow: hidden;
  margin: 0 0 30px;
  text-align: center;
}

.category-image img {
  max-width: 100%;
}

.category-description {
  border: 1px solid;
  border-color: #e3e3e3;
  border-color: rgba(227, 227, 227, 0.61);
  margin: 0 0 20px 0;
  padding: 20px;
  line-height: 18px;
  text-align: center;
  color: #808080;
}

.category-description h1 {
  display: block;
  margin: 0;
  font-size: 24px;
  font-family: "Myriad Pro", sans-serif;
  font-style: normal;
  color: #000;
  color: rgba(0, 0, 0, 0.67);
  text-transform: uppercase;
}

.category-description p {
  margin: 22px 0 0;
}

.category-description strong {
  color: #000;
  color: rgba(0, 0, 0, 0.67);
  font-family: "Myriad Pro", sans-serif;
  font-style: normal;
}

/* View Type: Grid */
.products-grid {
  border: none;
  position: relative;
  margin: 0 0 50px;
}

.col2-left-layout .products-grid,
.col2-right-layout .products-grid {
  width: 900px;
  margin: 0 -15px;
}

.col1-layout .products-grid {
  width: 1200px;
  margin: 0 auto;
}

.products-grid.last {
  border-bottom: 0;
}

.products-grid li.item {
  float: left;
  width: 252px;
  padding: 0;
  margin: 0 15px 30px;
  position: relative;
  background: #fff;
  border: 9px solid #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  /*  -webkit-box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.15);
    box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.15);*/
}

.products-grid h3 {
  font-size: 24px;
  font-family: "Myriad Pro", serif;
  font-weight: 300;
  color: #000;
  color: rgba(0, 0, 0, 0.67);
  letter-spacing: -1px;
  margin: 27px 0 26px 2px;
  text-align: center;
}

.products-grid .button-container {
  float: right;
  margin-left: 5px;
}

.products-grid .button-container button.button span {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  text-indent: -9999px;
}

.products-grid .button-container button.button span span {
  padding: 0;
  background: url("../images/icon_cart_listing.png") 50% 50% no-repeat;
}

/*.products-grid .product-image {display: block; margin:0 0 12px; position:relative; z-index:1; }*/
.products-grid .product-image {
  display: block;
  margin: 0 0 12px;
  position: relative;
}

.products-grid .product-image img {
  position: relative;
  z-index: 0;
}

.products-grid .product-name {
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 300;
  display: block;
  margin: 4px;
  line-height: 120%;
}

.products-grid .product-name:hover {
  color: #000;
  text-decoration: none;
}

.products-grid .price-box {
  margin: 0px 0 5px 4px;
  line-height: 12px;
  letter-spacing: -1.2px;
}

/** gird hover mode **/
/*.products-grid .hover {display:none; position:absolute; z-index:2; top:-9px; left:-9px; width:252px; padding:0; margin:0 30px 30px 0; background:#fff; border:9px solid #fff; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px;*/
.products-grid .hover {
  display: none;
  position: absolute;
  top: -9px;
  left: -9px;
  width: 252px;
  padding: 0;
  margin: 0 30px 30px 0;
  background: #fff;
  border: 9px solid #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  /* -webkit-box-shadow:0px 0px 46px 12px rgba(0, 0, 0, 0.09);
   -moz-box-shadow:0px 0px 46px 12px rgba(0, 0, 0, 0.09);
   box-shadow:0px 0px 46px 12px rgba(0, 0, 0, 0.09);*/
}

/*.products-grid .hover .price-box{position:absolute; z-index:2; right:11px; min-width:66px; margin:0; padding:0; background:#97d2c9; line-height:18px; text-align:center; -webkit-border-radius:100%; -moz-border-radius:100%; border-radius:100%; }*/
.products-grid .hover .price-box {
  position: absolute;
  right: 11px;
  min-width: 66px;
  margin: 0;
  padding: 0;
  background: #97d2c9;
  line-height: 18px;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.products-grid .hover .price-box .price-label, .products-grid .hover .price-box .label {
  display: none;
}

.products-grid .hover .price-box sup {
  color: #fff;
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  font-style: normal;
  top: -0.3em;
}

.products-grid .hover .price-box .price {
  color: #fff;
  font-size: 24px;
}

.products-grid .hover .price-box .old-price .price {
  color: #fff;
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
}

.products-grid .hover .price-box .old-price sup {
  top: 0;
}

.products-grid .hover .product-name {
  text-align: center;
}

.products-grid .hover .ratings {
  width: 55px;
  padding: 0;
  margin: 0 auto;
}

.products-grid .hover .rating-links {
  display: none;
}

.products-grid .hover .button-container {
  float: none;
  border-top: 1px solid #f3f3f3;
  margin-top: 12px;
  padding-top: 13px;
  text-align: center;
}

* + html .products-grid .hover .button-container {
  display: none;
}

.products-grid .hover .button-container button.button span {
  width: auto;
  height: 19px;
  line-height: 19px;
  background: transparent none !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-indent: 0;
}

.products-grid .hover .button-container button.button span span {
  padding: 0;
  font-size: 14px;
  color: #4d4d4d;
  text-transform: none;
}

.products-grid .hover .button-container button.button span span em {
  display: inline-block;
  float: left;
  margin: 0 13px 0 0;
  width: 24px;
  height: 19px;
  background: #97d2c9 url("https://www.soft-in.fr/proxy/1591433780/skin/frontend/default/shopper/images/icon_cart_listing_mask.png") 0 0 no-repeat;
}

.products-grid .hover .button-container button.button:hover span span em {
  background-color: #393431;
}

.products-grid .add-to-links {
  display: none;
  width: 270px;
  height: 40px;
  margin: 9px -9px -9px;
  background: #fcfcfc;
  text-align: center;
  -webkit-box-shadow: inset 0px 5px 6px -4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 5px 6px -4px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 5px 6px -4px rgba(0, 0, 0, 0.15);
}

.products-grid .add-to-links li {
  display: inline;
  margin: 0 5px 0 0;
  line-height: 40px;
}

.products-grid .add-to-links li span {
  display: inline-block;
  color: #97d2c9;
  margin-right: 5px;
}

.products-grid .add-to-links a {
  font-weight: 300;
}

.products-grid .add-to-links a:hover {
  text-decoration: none;
}

/* View Type: List */
.products-list {
  margin: 0;
  padding: 0;
}

.products-list li.item {
  border: none;
  padding: 0 0 30px;
}

.products-list li.item .f-left {
  position: relative;
}

.products-list li.item .f-left .quick-view {
  display: none;
}

.products-list li.item .f-left:hover .quick-view {
  display: block;
}

* + html .quick-view {
  display: none !important;
}

.products-list .product-image {
  padding: 0;
  margin: 0;
  position: relative;
  background: #fff;
  border: 9px solid #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}

/*.products-list .product-image .back_img { position:absolute; z-index:1; display:none;}*/
.products-list .product-image .back_img {
  position: absolute;
  display: none;
}

.products-list .product-shop {
  position: relative;
  margin-left: 300px;
}

.products-list .product-name {
  margin: 8px 0 5px;
  padding: 0 0 13px;
  border-bottom: 1px solid;
  border-bottom-color: #e3e3e3;
  border-bottom-color: rgba(227, 227, 227, 0.61);
}

.products-list .product-name a {
  font-family: "Myriad Pro", serif;
  font-size: 16px;
  color: #000;
  color: rgba(0, 0, 0, 0.67);
}

.products-list .product-name a:hover {
  text-decoration: none;
  color: #000;
}

.products-list .price-container {
  float: none;
  margin: 0 0 12px;
  padding: 0 0 6px;
  border-bottom: 1px solid;
  border-bottom-color: #e3e3e3;
  border-bottom-color: rgba(227, 227, 227, 0.61);
}

.products-list .price-box {
  float: left;
  margin: 0;
  padding: 0;
}

.products-list .price-box .price {
  font-size: 20px;
}

.products-list .price-box p {
  display: inline-block;
  margin: 0 5px 0 0;
}

.products-list .ratings {
  float: left;
  width: 270px;
  margin: 6px 0 0 25px;
  padding: 0;
}

.products-list .ratings, .products-list .ratings a {
  color: #1b1a19;
}

.products-list .desc {
  margin: 0 0 8px;
  padding: 0 0 14px;
  color: #1b1a19;
  line-height: 1.35;
  border-bottom: 1px solid;
  border-bottom-color: #e3e3e3;
  border-bottom-color: rgba(227, 227, 227, 0.61);
}

.products-list .desc .link-learn {
  display: none;
}

.products-list .desc a {
  text-decoration: underline;
}

.products-list .desc a:hover {
  text-decoration: none;
}

.products-list .button-container {
  float: left;
  margin: 0;
  line-height: 35px;
}

.products-list .button-container p {
  line-height: 35px;
}

.products-list .button-container .btn-add-cart {
  display: block;
  vertical-align: top;
  color: #666666;
  font-size: 14px;
}

.products-list .button-container .btn-add-cart span {
  display: inline-block;
  border-radius: 100% 100% 100% 100%;
  height: 35px;
  text-indent: -9999px;
  width: 35px;
  margin: 0 15px 0 0;
  background: #97d2c9 url("../images/icon_cart_listing.png") no-repeat 50% 50%;
}

.products-list .button-container .btn-add-cart:hover {
  color: #000;
  text-decoration: none;
}

.products-list .button-container .btn-add-cart:hover span {
  background-color: #666666;
}

.products-list .add-to-links {
  float: left;
  clear: none;
}

.products-list .add-to-links li {
  float: left;
  margin: 0;
  line-height: 35px;
}

.products-list .add-to-links li span {
  display: inline-block;
  width: 1px;
  height: 15px;
  margin: 10px 25px;
  background: #d5d5d5;
}

.products-list .add-to-links a {
  color: #666666;
  font-size: 14px;
  font-weight: 300 !important;
  line-height: 35px;
  vertical-align: top;
}

.products-list .add-to-links a:hover {
  color: #000;
  text-decoration: none;
}

/* ======================================================================================= */
.cart-empty a {
  font-weight: 800;
}

.cart fieldset {
  margin: 0;
}

.cart .cart-collaterals {
  padding: 29px 0 30px;
  text-align: center;
}

.cart .cart-collaterals .cart-block {
  position: relative;
  background: #fff;
  border: none;
  border-top: 6px solid #97d2c9;
  padding: 20px 13.513%;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}

.cart .cart-collaterals h2 {
  font-family: "Myriad Pro";
  font-size: 20px;
  font-weight: 400;
  padding: 0 0 44px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: -1.2px;
  line-height: 21px;
}

.cart .cart-collaterals h2:after {
  content: "";
  float: left;
  width: 90%;
  height: 1px;
  background: #e8e8e8;
  margin: 23px 0 0 5%;
}

.cart .cart-collaterals .buttons-set {
  margin: 0;
  text-align: center;
}

.cart .cart-collaterals .buttons-set button.button {
  float: none;
}

.cart .cart-collaterals .input-box {
  width: 100%;
  margin: 0 0 10px;
}

.cart .cart-collaterals .input-box input {
  width: 96%;
}

.cart .cart-collaterals .input-box select {
  width: 100%;
}

.cart .cart-collaterals .cart-coupon .input-box {
  margin: 17px 0;
}

/*.cart .cart-collaterals .cart-shipping .form-list {margin:17px 0 0;}*/
.cart .cart-collaterals .cart-shipping .form-list label {
  float: none;
}

.cart .cart-collaterals .cart-total {
  padding: 0;
}

.cart .cart-collaterals .cart-total .checkout-types {
  float: none;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 30px 0 25px;
  background: #fbfbfb;
  text-align: center;
  -webkit-box-shadow: inset 0px 5px 6px -4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 5px 6px -4px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 5px 6px -4px rgba(0, 0, 0, 0.15);
}

.cart .cart-collaterals .cart-total .checkout-types button.button {
  margin: 0 0 10px;
}

#shopping-cart-totals-table {
  margin: 20px auto 17px;
}

#shopping-cart-totals-table strong {
  font-family: "Myriad Pro", serif;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -1.2px;
  color: #000;
  color: rgba(0, 0, 0, 0.75);
}

#shopping-cart-totals-table .a-right {
  text-align: center !important;
}

#shopping-cart-totals-table td {
  padding: 0 0 5px;
  width: 60%;
}

.data-table {
  border-collapse: separate;
  border-top: 6px solid;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15) !important;
}

.data-table th, .data-table td, .data-table td a {
  color: #000;
  color: rgba(0, 0, 0, 0.67);
}

.data-table td a.product-image, .data-table td a.product-image img {
  display: block;
  margin: 0 auto;
}

.data-table td a:hover {
  color: #000;
  text-decoration: none;
}

.data-table tbody td {
  border: 1px solid #e9e9e9;
  border-top: none;
  border-left: none;
}

.data-table tbody tr:last-child td {
  border-bottom: none;
}

.data-table thead, .data-table tfoot {
  background: #fafafa;
}

.data-table thead th {
  -webkit-box-shadow: inset 0px -4px 6px -4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px -4px 6px -4px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px -4px 6px -4px rgba(0, 0, 0, 0.15);
}

.data-table tfoot td {
  -webkit-box-shadow: inset 0px 4px 6px -4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 4px 6px -4px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 4px 6px -4px rgba(0, 0, 0, 0.15);
}

.data-table tr.even, .data-table tr.odd {
  background-color: #fff;
}

.data-table th {
  padding: 18px 23px;
  font-weight: 300;
}

.data-table td {
  padding: 18px;
}

.data-table td.td-edit, .data-table td.td-price {
  padding: 26px 18px;
}

.data-table td.td-image {
  border-left: none;
}

.data-table td.td-image img {
  width: 115px;
  height: auto;
}

.data-table td.td-delete {
  border-right: none;
}

.data-table .product-name {
  font-weight: 700;
}

.data-table .td-title {
  display: none;
}

.data-table .td-actions {
  display: none;
}

.data-table .btn-edit2 {
  width: 38px;
  height: 38px;
  background: url("https://www.soft-in.fr/proxy/1591433780/skin/frontend/default/shopper/images/icon_edit.png") 50% 50% no-repeat;
}

.data-table .btn-edit:hover {
  background-color: #393431;
}

.data-table .btn-remove2 {
  width: 38px;
  height: 38px;
  background: url("https://www.soft-in.fr/proxy/1591433780/skin/frontend/default/shopper/images/icon_trash.png") 50% 50% no-repeat;
}

.data-table .btn-remove:hover {
  background-color: #393431;
}

.data-table .btn-continue {
  float: left;
}

.data-table button.button span {
  font-size: 12px;
  text-transform: lowercase;
}

.item-options {
  margin-top: 10px;
}

.item-options dt {
  float: left;
  clear: left;
  font-style: normal;
  font-weight: 300;
}

.item-options dt:after {
  content: " - ";
}

.item-options dd {
  float: left;
  margin: 0 0 3px 3px;
  padding: 0;
  font-weight: 400;
  font-style: normal;
}

.product-view .item-options {
  margin-top: 10px;
}

.product-view .item-options dt {
  float: none;
}

.product-view .item-options dd {
  float: none;
  margin: 5px 0 0 20px;
  padding: 0;
  font-weight: 400;
  font-style: normal;
}

/* Shipping and Payment methods */
.sp-methods {
  margin: 14px 0;
}

.sp-methods dt {
  margin: 13px 0 5px;
  font-weight: bold;
}

.sp-methods dd {
  margin: 0;
}

.sp-methods dd li {
  margin: 5px 0;
}

.sp-methods label {
  font-weight: bold;
  color: #666;
}

.sp-methods .price {
  font-weight: bold;
}

.sp-methods .form-list {
  padding-left: 20px;
}

.sp-methods .form-list li {
  margin: 0 0 8px;
}

.sp-methods select.month {
  width: 154px;
  margin-right: 10px;
}

.sp-methods select.year {
  width: 96px;
}

.sp-methods input.cvv {
  width: 3em !important;
}

.sp-methods .checkmo-list li {
  margin: 0 0 5px;
}

.sp-methods .checkmo-list label {
  width: 135px;
  padding-right: 10px;
  text-align: right;
}

.sp-methods .checkmo-list address {
  float: left;
}

.sp-methods .centinel-logos a {
  margin-right: 3px;
}

.sp-methods .centinel-logos img {
  vertical-align: middle;
}

.sp-methods .release-amounts {
  margin: 0.5em 0;
}

.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0;
}

.please-wait {
  float: right;
}

.please-wait img {
  vertical-align: middle;
}

.cvv-what-is-this {
  font-size: 11px;
  cursor: help;
  margin-left: 10px;
}

.dedicated-review-box .ratings-list {
  margin: 10px 0;
}

#product-review-table {
  margin: 0 0 15px;
}

#product-customer-reviews li {
  margin-bottom: 30px;
}

#product-customer-reviews .review-title {
  font-size: 14px;
  font-family: "Myriad Pro", serif;
  font-weight: 400;
  color: #000;
  color: rgba(0, 0, 0, 0.67);
  padding-right: 15px;
}

#product-customer-reviews p {
  margin: 0 0 0 5px;
}

#product-customer-reviews .ratings-list {
  margin: 10px 0 10px 5px;
}

#product-customer-reviews .ratings-list td {
  line-height: 14px;
  padding: 0 5px 0 0;
}

.add-review {
  border-top: 1px solid #ededed;
  padding-top: 30px;
}

.add-review h3.title {
  font-size: 14px;
  font-family: "Myriad Pro", serif;
  padding-right: 15px;
  margin: 0 0 20px;
}

.add-review .data-table th {
  padding: 12px;
}

.add-review .data-table td {
  padding: 12px;
  text-align: center;
}

.add-review .form-list label {
  color: #565656;
}

.add-review .buttons-set {
  margin: 0;
}

.add-review .buttons-set button.button {
  float: left;
}

#customer-reviews {
  margin-top: 30px;
}

#customer-reviews dt a {
  font-size: 14px;
  font-family: "Myriad Pro", serif;
  padding-right: 15px;
}

#customer-reviews dd {
  margin: 0 0 20px 10px;
}

#customer-reviews .ratings-table {
  margin: 10px 0 10px 5px;
}

#customer-reviews .ratings-table td {
  line-height: 14px;
}

#customer-reviews .form-add {
  border-top: 1px solid #ededed;
  padding-top: 30px;
  margin-top: 20px;
}

#customer-reviews .form-add h2 {
  font-size: 14px;
  font-family: "Myriad Pro", serif;
  padding-right: 15px;
  margin: 0 0 20px;
}

#customer-reviews .form-add .data-table th {
  padding: 12px;
}

#customer-reviews .form-add .data-table td {
  padding: 12px;
  text-align: center;
}

#customer-reviews .form-add .form-list label {
  color: #565656;
}

#customer-reviews .form-add .buttons-set button.button {
  float: left;
}

.top-opc {
  width: 1170px;
}

.top-opc li {
  float: left;
  width: 150px;
  margin: 0 40px 30px 0;
}

.top-opc li .number {
  display: block;
  float: left;
  width: 54px;
  height: 54px;
  margin: 0 10px 0 0;
  line-height: 54px;
  font-family: "Myriad Pro", serif;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  border: 1px solid black;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  cursor: not-allowed;
}

.top-opc li h2 {
  margin: 11px 0 0;
  line-height: 16px;
  font-size: 16px;
  font-weight: 300;
}

.top-opc li.allow {
  cursor: pointer;
}

.top-opc li.allow .number {
  color: black;
  border: 1px solid white;
  cursor: pointer;
}

/*.top-opc li.allow h2{color:#666666;}*/
.top-opc li.allow h2 {
  color: black;
}

.opc {
  border: 0;
}

.opc button.button span {
  font-size: 12px;
  text-transform: lowercase;
}

.opc .step {
  padding: 23px 21px;
  margin: 0 0 30px;
  position: relative;
  background: #fff;
  border: none;
  border-top: 6px solid #97d2c9;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}

.opc .step-title {
  display: none;
  padding: 0;
  margin: 0;
  background: transparent;
  border-bottom: 1px solid #e8e8e8;
  font-size: 18px;
  color: #4c4c4c;
  font-family: "Myriad Pro", serif;
  line-height: 47px;
  height: 47px;
}

.opc .step-title h2 {
  margin: 0;
  line-height: 47px;
}

.opc .step-title .number {
  margin: 10px 20px 0 18px;
  padding: 0 18px 0 0;
  border-right: 1px solid #e0e0e0;
  line-height: 25px;
}

.opc .active .step-title {
  background: #f7f7f7;
  border: 1px solid #e8e8e8;
}

.opc .active .step-title .number {
  border-right: 1px solid #e8e8e8;
}

.opc .step-title:hover {
  background: #f7f7f7;
}

.opc .active .step-title:hover {
  background: #f7f7f7;
}

.opc h3 {
  margin: 0 0 15px;
  font-size: 18px;
  color: #97d2c9;
  font-family: "Myriad Pro", serif;
  font-weight: 300;
}

.opc h4 {
  font-size: 12px;
  font-weight: 300;
  color: #97d2c9;
}

.opc .buttons-set {
  margin: 0;
}

.opc .form-list {
  margin: 10px 0 0;
}

.opc .form-list li {
  margin: 0;
}

.opc .form-list .input-box {
  margin: 0 0 15px;
}

.opc .form-list .input-box {
  width: 100%;
}

.opc .form-list input.input-text {
  width: 90%;
}

.opc .form-list li.wide .input-box {
  width: 100%;
}

.opc .form-list li.wide input.input-text {
  width: 95%;
}

.opc .form-list .field {
  width: 50%;
}

.opc .td-label {
  display: none;
  font-style: italic;
  width: 90px;
}

.opc .product-name {
  overflow: hidden;
}

#checkout-step-login {
  padding: 0;
  margin: 0;
  background: none transparent;
  border: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

/*#checkout-step-login .block-checkout-register, #checkout-step-login .block-checkout-login{width:378px}*/
#checkout-step-login .block-checkout-register, #checkout-step-login .block-checkout-login {
  width: 45%;
  box-sizing: border-box;
  margin: 0;
}

#checkout-step-login .block:first-child {
  margin-right: 10%;
}

#checkout-step-login .block-checkout-register {
  margin-left: 0;
}

#checkout-step-login .block-checkout-login {
  margin-right: 0;
}

#checkout-step-login .block .block-title {
  margin: 0;
  border: none;
}

#checkout-step-login .block .block-content li {
  margin: 0;
  padding: 0;
  line-height: 20px;
  background: none;
}

#checkout-step-login .block-checkout-register h4 {
  margin-top: 20px;
}

#checkout-step-login .block-checkout-register ul.ul li {
  line-height: 24px;
  font-weight: 300;
  padding: 0 0 0 24px;
  position: relative;
}

#checkout-step-login .block-checkout-register ul.ul li:before {
  content: "∙";
  font-size: 60px;
  position: absolute;
  top: 1px;
  left: 0px;
  font-family: "Times New Roman";
  font-style: normal;
  color: #97d2c9;
}

#checkout-step-login .block-checkout-login .buttons-set button.button {
  float: left;
  margin: 0 13px 0 0;
}

#checkout-step-login .block-checkout-login .buttons-set .required {
  float: left;
  width: 200px;
}

#checkout-step-login .block-checkout-login .buttons-set a {
  float: left;
}

#checkout-step-login input.input-text {
  width: 318px;
}

#checkout-step-login label {
  color: #808080;
  margin: 0;
}

#checkout-review-table h3 {
  margin: 0;
  font-size: 12px;
  font-family: Arial, serif;
  color: #000;
  color: rgba(0, 0, 0, 0.75);
}

#checkout-step-review .buttons-set {
  margin-top: 10px;
  line-height: 42px;
}

#checkout-step-review .buttons-set button.button {
  float: right;
}

#cart-sidebar-reorder {
  margin: 0 0 30px;
}

.block-reorder .block-content .actions {
  text-align: right;
  line-height: 42px;
}

.block-progress dt {
  line-height: 24px;
  font-weight: 300;
  padding: 0 0 0 24px;
  position: relative;
}

.block-progress dt:before {
  content: "∙";
  font-size: 60px;
  position: absolute;
  top: 1px;
  left: 0px;
  font-family: "Times New Roman";
  font-style: normal;
  color: #97d2c9;
}

.block-progress dt.complete {
  background: transparent;
  font-weight: 700;
}

.block-progress dt a {
  font-size: 10px;
  text-decoration: underline;
}

.block-progress dt a:hover {
  text-decoration: none;
}

.block-progress dt:last-child {
  border-bottom: none;
}

.block-progress dd {
  margin: 5px 0;
  padding: 0 0 0 23px;
}

.block-progress dd.complete {
  background: transparent;
}

.block {
  float: left;
  width: 230px;
  padding: 23px 20px;
  margin: 0 15px 30px;
  position: relative;
  background: #fff;
  border: none;
  border-top: 6px solid #97d2c9;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}

.block .block-title {
  border: 0;
  padding: 0 0 22px;
  margin: 0 0 25px;
  color: #000;
  color: rgba(0, 0, 0, 0.75);
  border-bottom: 1px solid #e8e8e8;
}

.block .block-title strong {
  font-size: 22px;
  font-weight: 400;
  font-family: "Myriad Pro", serif;
  text-transform: uppercase;
  letter-spacing: -1.2px;
  line-height: 21px;
}

.block .block-title small {
  font-size: 70%;
}

.block .block-subtitle {
  margin: 0 0 10px;
  padding: 0 0 25px;
  border-bottom: 1px solid #f4f4f4;
  font-size: 14px;
}

.block .block-content {
  padding: 0;
  margin: 0;
}

.block .block-content p {
  padding: 0 0 10px;
}

.block .block-content .actions {
  margin: 0;
  padding: 0;
  text-align: center;
}

.block .block-content .actions a:hover {
  text-decoration: none;
}

.block .block-content .actions .f-right {
  line-height: 35px;
}

.block .block-content li, .block .block-content li.item {
  margin: 0 0 0 3px;
  padding: 0 0 0 13px;
  line-height: 20px;
  background: url("https://www.soft-in.fr/proxy/1591433780/skin/frontend/default/shopper/images/arrow_item.gif") 0 8px no-repeat;
}

.block .block-content li:last-child, .block .block-content li.item:last-child {
  border: 0;
}

.block .block-content a, .block .block-content li a, .block .block-content li.item a {
  color: #666666;
  text-decoration: none;
}

.block .block-content a:hover, .block .block-content li a:hover, .block .block-content li.item a:hover {
  color: #999;
  text-decoration: none;
}

.block li.even, .block li.odd {
  background-color: transparent;
}

.block .btn-remove, .block .btn-edit {
  float: left;
}

.cms-index-index .block {
  float: left;
  width: 270px;
  padding: 0;
  margin: 0 15px 30px;
  position: relative;
  background: #fff;
  border: none;
  border-top: 6px solid #97d2c9;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}

.cms-index-index .block .block-title {
  border: 0;
  padding: 24px 35px 27px;
  margin: 0;
  color: #000;
  color: rgba(0, 0, 0, 0.75);
  text-align: center;
}

.cms-index-index .block .block-title:after {
  content: "";
  float: left;
  width: 120px;
  height: 1px;
  background: #e8e8e8;
  margin: 14px 0 0 39px;
}

.cms-index-index .block .block-title strong {
  font-size: 24px;
  font-weight: 400;
  font-family: "Myriad Pro", serif;
  text-transform: uppercase;
  letter-spacing: -1.2px;
  line-height: 21px;
}

.cms-index-index .block .block-subtitle {
  margin: 0 0 10px;
  padding: 0 0 15px;
  border-bottom: 1px solid #f4f4f4;
}

.cms-index-index .block .block-content {
  padding: 0 20px 25px;
  margin: 0;
}

.cms-index-index .block .block-content .actions {
  margin: 0;
  padding: 0;
  text-align: center;
}

.cms-index-index .block .block-content .actions .f-right {
  line-height: 35px;
}

.cms-index-index .block .block-content li, .block .block-content li.item {
  margin: 0;
  padding: 0;
  line-height: 20px;
  background: none;
}

.cms-index-index .block .block-content li:last-child, .cms-index-index .block .block-content li.item:last-child {
  border: 0;
}

.cms-index-index .block .block-content li a:hover, .cms-index-index .block .block-content li.item a:hover {
  color: #999;
}

.cms-index-index .block li.even, .cms-index-index .block li.odd {
  background-color: transparent;
}

.cms-index-index .block .btn-remove, .cms-index-index .block .btn-edit {
  float: left;
}

.block-tags .block-content li {
  line-height: 22px;
  font-size: 16px;
  background: none;
  padding: 0;
  margin: 0;
}

.block-tags .block-content li a {
  color: #666666;
}

.block-tags .block-content .actions {
  width: 270px;
  height: 40px;
  line-height: 40px;
  margin: 16px -21px -22px;
  background: #fcfcfc;
  text-align: center;
  -webkit-box-shadow: inset 0px 5px 6px -4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 5px 6px -4px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 5px 6px -4px rgba(0, 0, 0, 0.15);
}

.block-tags .block-content .actions a {
  float: none;
}

.block-poll .question {
  float: left;
  margin: 0 10px 0 0;
  font-size: 18px;
  font-weight: 300;
  font-family: "Myriad Pro", serif;
  color: #000;
  color: rgba(0, 0, 0, 0.67);
}

.block-poll .block-subtitle {
  font-weight: 300;
}

.block-poll .block-content li {
  line-height: 30px;
  margin: 0;
  padding: 0;
  background: none;
}

.block-poll input.radio {
  margin-top: 7px;
}

.block-poll .block-content .actions {
  margin: 10px 0 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #e8e8e8;
}

.block-layered-nav .block-subtitle {
  display: none;
}

.block-layered-nav dt {
  margin: 10px 0 5px;
  padding: 0px;
  border: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: "Myriad Pro", serif;
  color: #000;
  color: rgba(0, 0, 0, 0.67);
}

.block-layered-nav dd {
  margin: 0 0 15px;
}

.block-layered-nav .block-content dd li {
  margin: 0 0 0 3px;
  padding: 0 0 0 13px;
  line-height: 20px;
  background: url("https://www.soft-in.fr/proxy/1591433780/skin/frontend/default/shopper/images/arrow_item.gif") 0 8px no-repeat;
}

.block-layered-nav .block-content dd li:last-child {
  border: 0;
}

.block-layered-nav .block-content dd li a:hover {
  color: #999;
}

.block-layered-price .ui-slider-horizontal {
  height: 6px;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  margin: 0 0 10px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}

.block-layered-price .ui-widget-header {
  background: #5e5e5e none;
}

.block-layered-price .ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.block-layered-price .ui-slider .ui-slider-handle {
  width: 19px;
  height: 18px;
}

.block-layered-price .ui-widget-content .ui-state-default {
  background: transparent url("https://www.soft-in.fr/proxy/1591433780/skin/frontend/default/shopper/images/slider_handle.png") 0 0 no-repeat;
  border: none;
  cursor: pointer;
}

.block-left-nav .block-title strong {
  font-size: 24px;
}

.block-compare .block-content li.item {
  margin: 0 0 9px 25px;
  padding: 0;
  line-height: 16px;
  background: none;
}

.block-compare .btn-remove {
  float: left;
  margin: 1px 0 0 -25px;
}

.block-compare .block-content .actions {
  margin: 20px 0 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #e8e8e8;
}

.block-compare .block-content .actions .f-right {
  float: none !important;
}

.block-compare .block-content .actions a {
  float: none;
}

.block-compare .block-content .actions a:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  margin: 10px 0 0 -20px;
  background-color: #393431;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-image: url(https://www.soft-in.fr/proxy/1591433780/skin/frontend/default/shopper/images/btn_remove.png);
}

.block-bestsellers .block-title {
  margin: 0 0 21px;
}

.block-bestsellers .block-content li {
  margin: 0 0 12px;
  padding: 0 0 12px;
  line-height: 16px;
  background: none;
  border-bottom: 1px solid #f4f4f4;
}

.block-bestsellers .block-content li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.block-bestsellers .product-image {
  float: left;
  width: 56px;
  margin-right: 10px;
  border: 5px solid #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}

.block-bestsellers .product-info {
  float: left;
  width: 120px;
}

.block-bestsellers .price-box {
  margin-top: 5px;
}

.block-bestsellers .price-box .price {
  font-size: 12px;
}

.block-viewed .block-title {
  margin: 0 0 21px;
}

.block-viewed .block-content li {
  margin: 0 0 12px;
  padding: 0 0 12px;
  line-height: 16px;
  background: none;
  border-bottom: 1px solid #f4f4f4;
}

.block-viewed .block-content li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.block-viewed .product-image {
  float: left;
  width: 56px;
  margin-right: 10px;
  border: 5px solid #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}

.block-viewed .product-info {
  float: left;
  width: 120px;
}

.block-viewed .price-box {
  margin-top: 5px;
}

.block-viewed .price-box .price {
  font-size: 12px;
}

.block-subscribe .form-subscribe-header {
  text-align: center;
  font-size: 14px;
  color: #000;
  color: rgba(0, 0, 0, 0.67);
}

.block-subscribe .input-box {
  margin: 16px 0;
  text-align: center;
}

.block-subscribe input.input-text {
  min-width: 90%;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

.block-login {
  float: none;
  width: 350px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  background: #fff;
  border: none;
  border-top: 6px solid #97d2c9;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}

.block-login .block-title {
  padding: 29px 33px 50px;
  border: 0;
  margin: 0;
  color: #000;
  color: rgba(0, 0, 0, 0.75);
  text-align: center;
}

.block-login .block-title:after {
  width: 250px;
  margin: 23px 0 0 17px;
  content: "";
  float: left;
  height: 1px;
  background: #e8e8e8;
}

.block-login .block-title strong {
  font-size: 36px;
  line-height: 30px;
}

.block-login .block-content {
  margin: 0;
  padding: 0 43px 25px;
  text-align: center;
}

.block-login .block-content ul {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  list-style: none;
}

.block-login .block-content li {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  text-align: center;
}

.block-login .block-content .form-list label {
  float: none;
  color: #505050;
  font-weight: 300;
  padding: 0;
}

.block-login .block-content .form-list .input-box {
  margin: 2px 0 21px;
  width: auto;
  text-align: center;
}

.block-login input.input-text {
  margin: 0;
  display: inline;
  min-width: 96%;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

.block-login .forgot-password {
  display: block;
  margin: 10px 0 16px;
  color: #666666;
}

.block-login .forgot-password:hover {
  color: #000;
  text-decoration: none;
}

* + html .block-login .forgot-password {
  padding-top: 20px;
}

.block-login .button span {
  width: 140px;
  padding: 0;
}

.block-login .block-slider .slides > li strong {
  padding: 0;
  margin: 0;
  border: 0;
}

.block-login .block-slider .slides > li button.button {
  margin: 0;
}

.block-login .new-users {
  position: relative;
  width: 350px;
  height: 42px;
  overflow: hidden;
  margin: -25px 0 0;
  padding: 13px 0;
  background: #fefefe;
  text-align: center;
  -webkit-box-shadow: inset 0px 5px 6px -4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 5px 6px -4px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 5px 6px -4px rgba(0, 0, 0, 0.15);
}

.block-login .new-users .button {
  float: none;
}

.block-login .error-msg, .block-login .success-msg {
  border: none !important;
  background: none !important;
  line-height: 1.4;
  min-height: 10px !important;
  padding: 0 0 10px !important;
  font-size: 14px !important;
  font-weight: normal !important;
  font-style: italic !important;
}

/*6tematik*/
.message-cart {
  margin: 0 0 10px 0;
  width: 96%;
  float: none;
  padding: 10px 2% 10px 2%;
  /*border-top-color:#ff5c00!important;*/
}

/*fin 6tematik*/
/* Product Tabs */
.product-tabs {
  margin: 25px 0 0;
  border: 0;
}

.product-tabs li {
  float: left;
  border: 1px solid #e1e1e1;
  height: 43px;
  line-height: 43px;
  margin-right: 7px;
  position: relative;
}

.product-tabs a {
  display: block;
  height: 47px;
  padding: 0px 20px;
  color: #000;
  color: rgba(0, 0, 0, 0.67);
  font-size: 16px;
  font-family: "Myriad Pro", serif;
  background: #f5f5f5;
}

.product-tabs a:hover {
  background-color: #fff;
  text-decoration: none;
}

/*.product-tabs li.active {border:none; border-top:4px solid #97D2C9; z-index:3; margin-top:-4px; height:46px; background:#fff;*/
.product-tabs li.active {
  border: none;
  border-top: 4px solid #97D2C9;
  margin-top: -4px;
  height: 46px;
  background: #fff;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-box-shadow: 1px -1px 6px -1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px -1px 6px -1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px -1px 6px -1px rgba(0, 0, 0, 0.15);
}

.product-tabs li.active a,
.product-tabs li.active a:hover {
  background-color: #fff;
}

/*.product-tabs-content {position:relative; z-index:2; border:none; background:#fff; padding:23px; margin:69px 0 40px; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px;*/
.product-tabs-content {
  position: relative;
  border: none;
  background: #fff;
  padding: 23px;
  margin: 69px 0 40px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  /*-webkit-box-shadow:2px 1px 6px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow:2px 1px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow:2px 1px 6px 0px rgba(0, 0, 0, 0.15);*/
}

.product-tabs-content h2 {
  display: none;
  font-size: 12px;
  font-weight: bold;
}

.product-tabs-content h3, .product-tabs-content h4 {
  font-weight: 400;
}

.product-tabs-content h4 {
  margin: 0 0 10px;
}

.product-tabs-content .data-table td {
  padding-left: 12px;
}

.product-tabs-content ul.disc li {
  width: auto;
  float: none;
  background: transparent url("https://www.soft-in.fr/proxy/1591433780/skin/frontend/default/shopper/images/arrow_item.gif") no-repeat 10px 8px !important;
  line-height: 22px;
  padding: 0 10px 0 20px;
}

.product-view .product-name {
  height: 30px;
  margin-bottom: 20px;
}
.product-view .product-name h1 {
  line-height: 100%;
  font-size: 2em;
  font-family: "Myriad Pro", serif;
  font-weight: 400;
  color: #666666;
  letter-spacing: -1px;
}
.product-view .add-to-cart {
  position: absolute;
  top: 50px;
  right: 0;
}
.product-view .product-shop-info {
  position: relative;
}
.product-view .sku {
  font-size: 0.8em;
  font-weight: bold;
}
.product-view .sku span {
  font-weight: normal;
}
.product-view .qty-container {
  float: left;
  box-sizing: border-box;
  width: 30%;
  margin-top: 20px;
}
.product-view .qty-container input {
  width: 40px;
}
.product-view .product-shop .product-options {
  float: left;
  width: 70%;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 0;
  background-color: transparent;
}
.product-view .add-to {
  clear: both;
  width: 100%;
}
.product-view p.required {
  /* tips */
  display: none;
}

@media only screen and (max-width: 767px) {
  .product-view .add-to-cart {
    margin-top: 20px;
    position: relative;
    top: 0;
  }
  .product-view .qty-container {
    float: none;
    width: 100%;
  }
  .product-view .product-shop .product-options {
    float: none;
    width: 100%;
  }
}
.product-view .buttons-set .back-link {
  float: right;
  margin: -60px 0 0;
}

.product-view h2 {
  font-size: 20px;
  font-family: "Myriad Pro", serif;
  font-weight: 400;
  color: #666666;
  letter-spacing: -1px;
}

.product-view .availability {
  float: left;
  clear: left;
  font-size: 15px;
  font-weight: 300;
  color: #73b334;
  margin: 10px 14px 0px 0;
}

.product-view .availability-grouped {
  float: none;
  margin: 5px 14px 15px 0;
}

.product-view .sku-grouped {
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 15px;
}

.product-view .grouped-items-table {
  margin: 0 0 20px;
}

.product-view .product-shop .grouped-items-table .price-box .price {
  font-size: 24px;
  line-height: 24px;
}

.product-view .product-shop .grouped-items-table tbody td {
  padding: 10px;
}

.product-view .qty-container .product-view .qty-container .product-view .product-options {
  background: transparent;
  margin: 0 0 0 380px;
  padding: 0;
}

/*.col1-layout .product-view .product-shop { float:none; width:auto; overflow:hidden; margin:0;}*/
.col1-layout .product-view .product-shop {
  width: 500px;
  max-width: 100%;
}

/*.product-view .product-shop-info {overflow:hidden; padding:0 2px;}*/
.product-view .product-shop .price-box .price {
  font-size: 2.5em;
}

.product-view .product-shop .price-box .price-label {
  display: block;
}

.product-view .product-shop .price-box .old-price {
  position: absolute;
  left: 100%;
  margin: 7px 14px;
}

.product-view .product-shop .price-box .old-price .price {
  color: #b5b5b5;
  font-size: 14px;
  line-height: 100%;
}

.product-view .product-shop .price-box-bundle {
  float: none;
}

.product-view .product-shop .price-box-bundle .price-box {
  float: none;
}

.product-view .product-shop .price-box-bundle .price-box p {
  display: block;
}

.product-view .product-options dt {
  margin: 10px 0 0;
}

.product-view .product-options dt label em {
  color: #9A1212;
  font-size: 16px;
}

.product-view .product-options dd {
  padding: 0px 0px 17px;
  margin: 0 0 17px;
  border-bottom: 1px solid;
  border-bottom-color: #e3e3e3;
  border-bottom-color: rgba(227, 227, 227, 0.61);
}

.product-options dd input.input-text {
  width: 96%;
}

.product-view .product-options .qty-holder {
  display: block;
  margin-top: 5px;
}

.product-view .product-options dd input.qty {
  width: 40px;
}

.product-view .product-options-bottom {
  background: transparent;
  margin: 0 0 0 380px;
  padding: 0;
}

.product-view .product-shop .product-options-bottom {
  margin: 0;
  float: left;
}

.product-view .product-shop .product-options-bottom .price-box {
  float: none;
  margin: 0 0 15px;
}

.product-view .product-img-box {
  width: 363px;
  position: relative;
  margin: 0 30px 0 0;
}

.product-view .product-img-box .zoom {
  width: 210px;
  background: none;
}

#track {
  background: url("https://www.soft-in.fr/proxy/1591433780/skin/frontend/default/shopper/images/slider_bg.gif") no-repeat scroll 50% 50% transparent;
}

.product-view .product-img-box .product-image {
  padding: 0;
  margin: 0 0 6px;
  position: relative;
  background: #fff;
  border: 9px solid #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  /*-webkit-box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.15);*/
}

.product-view .product-img-box .product-image a {
  display: block;
  position: relative;
  overflow: hidden;
}

.product-view .product-img-box .zoom-notice {
  margin: 5px 0;
}

.product-view .product-img-box .product-image-zoom {
  width: 363px;
  height: 363px;
}

.product-view .product-img-box .more-views {
  padding: 8px 0;
  margin: 0 0 6px;
  position: relative;
  background: #fff;
  border: 9px solid #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  /*-webkit-box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.15);*/
}

.product-view .product-img-box .more-views ul {
  margin: 0;
}

.product-view .product-img-box .more-views li {
  float: left;
  background: transparent;
  padding: 0;
  margin: 0 6px 0 0;
}

.product-view .product-img-box .more-views .jcarousel-skin-tango {
  margin: 0;
}

.product-view .product-img-box .more-views .jcarousel-skin-tango .jcarousel-container-horizontal {
  margin: 0;
  width: 402px;
}

.product-view .product-img-box .more-views .jcarousel-skin-tango .jcarousel-clip-horizontal {
  margin: 0;
  width: 402px;
}

.product-view .product-img-box .more-views .jcarousel-skin-tango .jcarousel-item {
  width: 126px;
  margin: 0;
}

.product-view .product-img-box .more-views .jcarousel-controls {
  position: relative;
}

.product-view .product-img-box .more-views .jcarousel-prev-horizontal {
  position: absolute;
  left: 1px;
}

.product-view .product-img-box .more-views .jcarousel-next-horizontal {
  position: absolute;
  right: 1px;
}

.product-view .product-shop .add-to-box {
  margin: 0;
  float: left;
}

.product-view .product-shop .add-to-cart button.button {
  margin: 0;
}

.product-view .add-to-cart button.button span {
  height: 52px;
  background-image: url("https://www.soft-in.fr/proxy/1591433780/skin/frontend/default/shopper/images/btn_overlay_product.png");
}

.product-view .add-to-cart button.button span span {
  line-height: 52px;
  font-size: 15px;
  text-transform: capitalize;
  padding: 0 20px 0 70px;
  background: url("https://www.soft-in.fr/proxy/1591433780/skin/frontend/default/shopper/images/icon_cart_product.png") 17px 50% no-repeat;
}

.product-view .add-to-links {
  float: none;
  clear: left;
  padding-top: 20px;
}
.product-view .add-to-links:after {
  float: none;
  clear: both;
  width: 100%;
  height: 1px;
  display: block;
  content: "";
}
.product-view .add-to-links li {
  height: 50px;
  line-height: 38px;
  float: left;
  width: 50%;
  box-sizing: border-box;
  font-size: 0.9em;
}
.product-view .add-to-links li span.icon {
  display: block;
  float: left;
  overflow: hidden;
  width: 38px;
  height: 38px;
  margin-right: 10px;
  background: url("https://www.soft-in.fr/proxy/1591433780/skin/frontend/default/shopper/images/icon_wishlist.png") 50% 50% no-repeat;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  border-radius: 100% !important;
  text-indent: -999px;
}
.product-view .add-to-links li a {
  display: block;
  color: #1b1a19;
}
.product-view .add-to-links li a:hover {
  text-decoration: none;
}
.product-view .add-to-links li.compare span.icon {
  background-image: url("https://www.soft-in.fr/proxy/1591433780/skin/frontend/default/shopper/images/icon_compare.png");
}
.product-view .add-to-links li.email-friend span.icon {
  background-image: url("https://www.soft-in.fr/proxy/1591433780/skin/frontend/default/shopper/images/icon_email.png");
}
.product-view .add-to-links li.securise span.icon {
  background-image: url("https://www.soft-in.fr/proxy/1591433780/skin/frontend/default/shopper/images/icon-securise.png");
}
.product-view .add-to-links li.echange span.icon {
  background-image: url("https://www.soft-in.fr/proxy/1591433780/skin/frontend/default/shopper/images/icon-echange.png");
}
.product-view .add-to-links li.livraison span.icon {
  background-image: url("https://www.soft-in.fr/proxy/1591433780/skin/frontend/default/shopper/images/icon-livraison.png");
}
.product-view .add-to-links li.choisir-pointure span.icon {
  background-image: url("https://www.soft-in.fr/proxy/1591433780/skin/frontend/default/shopper/images/pied.png");
  background-size: 16px 24px;
}

@media only screen and (max-width: 767px) {
  .product-view .add-to-links {
    padding: 20px;
  }
  .product-view .add-to-links li {
    float: none;
    width: 100%;
  }
}
.product-view .add-to-links .link-wishlist,
.product-view .add-to-links .link-compare {
  font-weight: 400;
}

.product-view .product-shop .no-rating, .product-view .product-shop .ratings {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid;
  border-bottom-color: #e3e3e3;
  border-bottom-color: rgba(227, 227, 227, 0.61);
}

.product-view .product-shop .no-rating a, .product-view .product-shop .ratings a {
  color: #000;
  color: rgba(0, 0, 0, 0.67);
  font-size: 12px;
  text-decoration: none;
}

.product-view .product-shop .no-rating a:hover, .product-view .product-shop .ratings a:hover {
  color: #000;
}

.product-view .addthis_toolbox {
  margin: 17px 0;
}

.product-view .grouped-items-table .qty {
  width: 30px;
}

.product-view .tier-prices {
  margin: 14px 0 0;
}

.product-options dd select {
  width: 120px;
  font-size: 16px;
}

.product-options dd select.multiselect {
  width: 100%;
}

.product-view .box-tags h3 {
  font-size: 14px;
  font-family: "Myriad Pro", serif;
}

.product-view .box-tags .product-tags {
  margin: 10px 0 20px;
}

.product-view .box-tags .product-tags li {
  display: inline;
  padding: 0 6px;
}

.product-view .box-tags .product-tags li a {
  text-decoration: underline;
}

.product-view .box-tags div.form-add {
  border-top: 1px solid #ededed;
  padding-top: 20px;
}

.product-view .box-tags .form-add label {
  display: block;
  float: none;
  font-size: 14px;
  margin-bottom: 5px;
}

.product-view .box-tags .form-add .input-box {
  margin: 0;
}

.product-view .box-tags .form-add .input-text {
  height: 24px;
  line-height: 24px;
  border-right: 0;
}

.product-view .box-tags .form-add button.button span {
  height: 34px;
  line-height: 34px;
}

.product-view .after-tabs-block {
  margin: 0 0 30px;
}

.product-view .product-additional {
  float: right;
  width: 270px;
  margin: 0 3px 0 27px;
}

.product-view .product-additional .block {
  margin: 0;
}

.product-view .product-additional .block {
  margin: 0;
  padding: 0;
  width: 270px;
}

.product-view .product-additional .block .block-title {
  border: 0;
  padding: 24px 35px 27px;
  margin: 0;
  color: #000;
  color: rgba(0, 0, 0, 0.75);
  text-align: center;
}

.product-view .product-additional .block .block-title:after {
  content: "";
  float: left;
  width: 120px;
  height: 1px;
  background: #e8e8e8;
  margin: 14px 0 0 39px;
}

.product-view .product-additional .block .block-title strong {
  font-size: 24px;
  font-weight: 400;
  font-family: "Myriad Pro", serif;
  text-transform: uppercase;
  letter-spacing: -1.2px;
  line-height: 21px;
}

.product-view .product-additional .block .block-subtitle {
  margin: 0 0 10px;
  padding: 0 0 15px;
  border-bottom: 1px solid #f4f4f4;
}

.product-view .product-additional .block .block-content {
  padding: 0 20px 25px;
  margin: 0;
}

.product-view .product-additional .block .block-content .actions {
  margin: 0;
  padding: 0;
  text-align: center;
}

.product-view .product-additional .block .block-content .actions .f-right {
  line-height: 35px;
}

.product-view .product-additional .block .block-content li {
  margin: 0;
  padding: 0;
  line-height: 20px;
  background: none;
}

.product-view .product-additional .block .block-content li:last-child, .product-view .product-additional .block .block-content li.item:last-child {
  border: 0;
}

.product-view .product-additional .block .block-content li:hover a, .product-view .product-additional .block .block-content li.item:hover a {
  color: #999;
}

.product-view .product-additional .block li.even, .product-view .product-additional .block li.odd {
  background-color: transparent;
}

.product-view .product-additional .block .btn-remove, .product-view .product-additional .block .btn-edit {
  float: left;
}

.product-view .box-up-sell h2 {
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 80px 20px 0;
}

.product-view .box-up-sell .block-subtitle {
  line-height: 32px;
}

.product-view .box-up-sell .block-subtitle a {
  font-weight: 300;
  text-decoration: underline;
}

.product-view .box-up-sell .block-subtitle a:hover {
  text-decoration: none;
}

.product-view .box-up-sell .jcarousel-item, .product-view .box-up-sell .item {
  width: 280px;
  margin: 0;
}

.product-view .box-up-sell .item {
  float: left;
  width: 130px;
  padding: 0;
  margin: 3px 4px 20px 3px;
  position: relative;
}

.product-view .box-up-sell .product-image {
  display: block;
  border: 9px solid #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}

.product-view .box-up-sell .product-name {
  color: #3c3c3c;
  font-size: 14px;
  font-weight: 300;
  display: block;
  margin: 10px 4px 6px;
  line-height: 120%;
}

.product-view .box-up-sell .product-name:hover {
  color: #000;
  text-decoration: none;
}

.product-view .box-up-sell .upsell-checkbox {
  margin: 0 4px;
  line-height: 12px;
  float: left;
}

.product-view .box-up-sell .price-box {
  overflow: hidden;
  margin: 0px 0 0 4px;
  line-height: 12px;
}

.product-view .box-up-sell .price-box .price {
  font-size: 14px;
  font-family: Arial, serif;
  line-height: 100%;
}

.product-view .box-up-sell .jcarousel-next-horizontal {
  margin: -55px 0 0 30px;
  background-color: #efefef;
}

.product-view .box-up-sell .jcarousel-prev-horizontal {
  margin: -55px 0 0 0;
  background-color: #efefef;
}

.product-view .box-up-sell .jcarousel-container-horizontal {
  width: 280px;
  margin: 0;
}

.product-view .box-up-sell .jcarousel-clip-horizontal {
  width: 280px;
  margin: 0;
}

.box-up-sell2 {
  position: relative;
  margin: 30px 0 0 -15px;
  display: none;
}

.box-up-sell2 h3 {
  font-family: "Myriad Pro", serif;
  font-size: 24px;
  font-weight: 300;
  padding: 0 0 28px;
  margin: 0 0 0 15px;
  text-transform: uppercase;
  letter-spacing: -1.2px;
  line-height: 21px;
}

.box-up-sell2 .block-subtitle {
  margin: -15px 15px 15px;
  text-align: left;
}

.box-up-sell2 .block-subtitle a {
  text-decoration: underline;
}

.box-up-sell2 .block-subtitle a:hover {
  text-decoration: none;
}

.box-up-sell2 .jcarousel-list li {
  float: left;
  width: 252px;
  padding: 0;
  margin: 0 15px 53px;
  position: relative;
  background: #fff;
  border: 9px solid #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}

.box-up-sell2 .jcarousel-list h3 {
  font-size: 24px;
  font-family: "Myriad Pro", serif;
  font-weight: 300;
  color: #000;
  color: rgba(0, 0, 0, 0.67);
  letter-spacing: -1px;
  margin: 27px 0 26px 2px;
  text-align: center;
}

.box-up-sell2 .jcarousel-list .button-container {
  float: right;
}

.box-up-sell2 .jcarousel-list .button-container button.button span {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  text-indent: -9999px;
}

.box-up-sell2 .jcarousel-list .button-container button.button span span {
  padding: 0;
  background: url("../images/icon_cart_listing.png") 50% 50% no-repeat;
}

.box-up-sell2 .jcarousel-list .product-image {
  display: block;
  margin: 0 0 12px;
}

/*.box-up-sell2 .jcarousel-list .product-image img {position:relative; z-index:0; }*/
.box-up-sell2 .jcarousel-list .product-image img {
  position: relative;
}

.box-up-sell2 .jcarousel-list .product-name {
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 300;
  display: block;
  margin: 4px;
  line-height: 120%;
}

.box-up-sell2 .jcarousel-list .product-name:hover {
  color: #000;
  text-decoration: none;
}

.box-up-sell2 .jcarousel-list .upsell-checkbox {
  margin: 0 4px;
  line-height: 12px;
  float: left;
}

.box-up-sell2 .jcarousel-list .price-box {
  overflow: hidden;
  margin: 0px 0 0 4px;
  line-height: 12px;
  letter-spacing: -1.2px;
}

.box-up-sell2 .jcarousel-next-horizontal {
  background-color: #efefef;
}

.box-up-sell2 .jcarousel-prev-horizontal {
  background-color: #efefef;
}

.banner {
  margin-bottom: 10px;
}

.banner a {
  display: block;
  position: relative;
  margin: 0px;
  text-decoration: none;
}

.banner a:hover {
  text-decoration: none;
}

.banner a span {
  position: absolute;
  padding: 12px;
  top: 50%;
  background: #1b1a19;
  font-weight: 300 !important;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
}

.banner a.text-left span {
  left: 0;
  text-align: left;
}

.banner a.text-center span {
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.banner a.text-right span {
  right: 0;
  text-align: right;
}

/*.banner a em{position:absolute; z-index:2; width:100%; height:100%; top:0; left:0; background: #000;*/
.banner a em {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  filter: alpha(opacity=0);
  /* internet explorer */
  opacity: 0;
  /* fx, safari, opera, chrome */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  /*IE8*/
}

.banner a:hover em {
  filter: alpha(opacity=10);
  /* internet explorer */
  opacity: 0.1;
  /* fx, safari, opera, chrome */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=10)";
  /*IE8*/
}

/* My Account ============================================================================= */
.my-account .title-buttons .link-rss {
  float: none;
  margin: 0;
}

.title-buttons a {
  color: #FFFFFF;
}

/********** < Dashboard */
.dashboard .welcome-msg {
  margin: 0 8em 1.5em 0;
}

.dashboard .welcome-msg p {
  margin: 0;
}

.dashboard .col2-set {
  margin: 0 0 15px;
}

/* General Box */
.box-account {
  margin: 0 0 15px;
}

.box-account .box-head {
  margin: 0 0 5px;
  text-align: right;
}

.box-account .box-head h2 {
  float: left;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  color: #4c4c4c;
}

.box-account .box-head a {
  font-size: 10px;
  text-transform: uppercase;
}

.dashboard .box .box-title {
  background: #f1f1f1;
  padding: 2px 10px;
  margin: 0 0 12px;
  text-align: right;
}

.dashboard .box .box-title h3,
.dashboard .box .box-title h4 {
  float: left;
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.35;
}

.dashboard .box .box-title a {
  font-size: 10px;
  text-transform: uppercase;
}

.dashboard .box .box-content {
  padding: 0 10px;
}

/* Block: Recent Orders */
/* Block: Account Information */
.dashboard .box-info h4 {
  font-size: 11px;
  font-weight: bold;
}

/* Block: Reviews */
.dashboard .box-reviews .box-head {
  background: #f1f1f1;
  padding: 2px 10px;
  margin: 0 0 12px;
}

.dashboard .box-reviews .box-head h2 {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.35;
  color: #444;
}

.dashboard .box-reviews .number {
  display: none;
  float: left;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin: 3px -20px 0 0;
  padding: 2px 3px;
  background: #0a263c;
}

.dashboard .box-reviews .details {
  padding: 0 10px;
}

.dashboard .box-reviews li.item {
  margin: 0 0 7px;
}

.dashboard .box-reviews li.item.last {
  margin: 0;
}

.dashboard .box-reviews .ratings {
  margin: 7px 0 0;
}

/* Block: Tags */
.dashboard .box-tags .box-head {
  background: #f1f1f1;
  padding: 2px 10px;
  margin: 0 0 12px;
}

.dashboard .box-tags .box-head h2 {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.35;
  color: #444;
}

.dashboard .box-tags .number {
  display: none;
  float: left;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin: 3px -20px 0 0;
  padding: 2px 3px;
  background: #0a263c;
}

.dashboard .box-tags .details {
  padding: 0 10px;
}

.dashboard .box-tags li.item {
  margin: 0 0 7px;
}

.dashboard .box-tags li.item.last {
  margin: 0;
}

.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li {
  display: inline;
}

/********** Dashboard > */
/* Address Book */
.addresses-list h2 {
  background: #f1f1f1;
  padding: 2px 10px;
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 1.25;
}

.addresses-list h3 {
  font-size: 16px;
  margin-top: 24px;
  margin-bottom: 12px;
}

.addresses-list address {
  margin: 0 0 3px;
}

.addresses-list p {
  margin: 0;
}

.addresses-list a {
  font-weight: bold;
}

.addresses-list .separator {
  margin: 0 3px;
}

.addresses-list li.item {
  padding: 0 10px;
  margin: 0 0 12px;
}

.addresses-list li.empty p {
  font-weight: bold;
}

/* Order View */
.order-info dt {
  display: none;
}

.order-info ul {
  margin-bottom: 15px;
  border-bottom: 1px solid #666;
  background: #f2f2f2;
}

.order-info li {
  float: left;
  border-right: 1px solid #a4a4a4;
  border-left: 1px solid #fff;
  font-size: 1.1em;
  line-height: 1em;
}

.order-info li.first {
  border-left: 0;
}

.order-info li.last {
  border-right: 0;
}

.order-info li a {
  display: block;
  padding: 6px 15px;
  color: #444;
}

.order-info li a:hover {
  background-color: #ddd;
  text-decoration: none;
  color: #444;
}

.order-info li.current {
  background-color: #666;
  font-weight: bold;
  padding: 6px 15px;
  color: #fff;
}

.order-date {
  margin: 10px 0;
}

.order-info-box {
  margin: 0 0 15px;
}

.order-info-box h2 {
  font-size: 13px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  margin: 0 0 8px;
}

.order-info-box .box-payment p {
  margin: 0 0 3px;
}

.order-info-box .box-payment th {
  font-weight: bold;
  padding-right: 7px;
}

.order-items {
  width: 100%;
  /*overflow-x:auto;*/
}

.order-items h2,
.order-items h3 {
  clear: none;
  font-weight: bold;
  font-size: 13px;
  padding: 0;
  margin: 0 0 0.45em;
}

.order-items h3 {
  font-size: 12px;
}

.order-items .product-name {
  font-weight: bold !important;
}

.order-items .link-print {
  font-size: 10px;
  text-transform: uppercase;
}

.order-items .order-links {
  text-align: right;
}

.order-items .order-links .link-print {
  font-weight: bold;
  font-size: 11px;
  text-transform: none;
}

.order-additional {
  margin: 15px 0;
}

/* Order Gift Message */
.gift-message dt strong {
  color: #555;
}

.gift-message dd {
  font-size: 13px;
  margin: 5px 0 0;
}

/* Order Comments */
.order-about dt {
  font-weight: bold;
}

.order-about dd {
  font-size: 13px;
  margin: 0 0 7px;
}

.tracking-table {
  margin: 0 0 15px;
}

.tracking-table th {
  font-weight: bold;
  white-space: nowrap;
}

.tracking-table-popup {
  width: 100%;
}

.tracking-table-popup th {
  font-weight: bold;
  white-space: nowrap;
}

.tracking-table-popup th,
.tracking-table-popup td {
  padding: 1px 8px;
}

/* Order Print Pages */
.page-print .print-head {
  margin: 0 0 15px;
}

.page-print .print-head .logo {
  float: left;
}

.page-print .print-head address {
  float: left;
  margin-left: 15px;
}

.page-print h1 {
  font-size: 15px;
  font-weight: bold;
}

.page-print h2,
.page-print h3 {
  font-size: 12px;
  font-weight: bold;
}

.page-print h2.h2 {
  font-size: 15px;
  font-weight: bold;
  text-align: right;
}

.page-print .order-date {
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px;
  margin: 0 0 10px;
}

.page-print .col2-set {
  margin: 0 0 10px;
}

/* Price Rewrites */
.page-print .gift-message-link {
  display: none;
}

.page-print .price-excl-tax,
.page-print .price-incl-tax {
  display: block;
  white-space: nowrap;
}

.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price {
  display: inline;
}

/* My Wishlist */
.my-wishlist .data-table td {
  padding: 10px;
  text-align: center !important;
}

.my-wishlist .product-image {
  display: block;
  width: 113px;
  height: 113px;
  margin: 0 auto 5px;
}

.my-wishlist textarea {
  display: block;
  width: 96%;
  height: 109px;
}

.my-wishlist .buttons-set {
  border: 0;
  padding: 0;
  margin: 20px 0 0;
  text-align: left;
}

.my-wishlist .buttons-set button.button {
  float: none;
}

#wishlist-table .add-to-links {
  white-space: nowrap;
}

#wishlist-table input.qty {
  width: 50px;
  margin: 0 0 15px;
}

/* My Tags */
.my-tag-edit {
  float: left;
  margin: 0 0 10px;
}

.my-tag-edit .btn-remove {
  float: right;
  margin: 4px 0 0 5px;
}

#my-tags-table {
  clear: both;
}

#my-tags-table td {
  padding: 10px;
}

#my-tags-table .add-to-links {
  white-space: nowrap;
}

/* My Reviews */
#my-reviews-table td {
  padding: 10px;
}

#my-reviews-table .rating-box {
  margin: 3px 0 0;
}

.product-review .product-img-box {
  float: left;
  width: 140px;
}

.product-review .product-img-box .product-image {
  display: block;
  width: 125px;
  height: 125px;
}

.product-review .product-img-box .label {
  font-size: 11px;
  margin: 0 0 3px;
}

.product-review .product-img-box .ratings .rating-box {
  float: none;
  display: block;
  margin: 0 0 3px;
}

.product-review .product-details {
  margin-left: 150px;
}

.product-review .product-name {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}

.product-review h3 {
  font-size: 12px;
  margin: 0 0 3px;
  color: #2f2f2f;
}

.product-review .ratings-table {
  margin: 0 0 10px;
}

.product-review dt {
  font-weight: bold;
}

.product-review dd {
  font-size: 13px;
  margin: 5px 0 0;
}

.product-review dd {
  font-size: 13px;
  margin: 5px 0 0;
}

.new-users button.button {
  float: left;
}

.registered-users input.input-text {
  width: 455px;
}

/*.site-block { position:fixed; z-index:11999; }*/
.site-block {
  position: fixed;
}

.left-side, .right-side {
  width: 250px;
  top: 200px;
}

.left-side {
  left: -250px;
}

.right-side {
  right: -250px;
}

.bottom {
  right: 0;
  bottom: 0;
}

.prev-next {
  margin: 0;
  position: relative;
  float: right;
}

.product-prev, .product-next {
  /*display:block; float:right; margin:-5px 0 0 5px; overflow:hidden; height:27px; line-height:27px; border:1px solid #e1e1e1; -webkit-box-shadow:1px 1px 2px 0px rgba(0, 0, 0, 0.05); -moz-box-shadow:1px 1px 2px 0px rgba(0, 0, 0, 0.05); box-shadow:1px 1px 2px 0px rgba(0, 0, 0, 0.05); background:url('../images/sorter_bg.gif') 0 0 repeat-x */
  display: block;
  float: right;
  margin: -5px 0 0 5px;
  overflow: hidden;
  height: 27px;
  line-height: 27px;
}

.product-prev span, .product-next span {
  display: block;
  width: 63px;
  padding: 0 11px;
  background: url("https://www.soft-in.fr/proxy/1591433780/skin/frontend/default/shopper/images/prev_next.png") 0 0 no-repeat;
}

.product-prev {
  right: 108px;
}

.product-prev span {
  padding-left: 28px;
  text-align: right;
}

.product-next span {
  padding-right: 28px;
  background-position: 100% 100%;
}

.product-next:hover, .product-prev:hover {
  /*text-decoration:none; -webkit-box-shadow:inset 2px 2px 6px 0px rgba(0, 0, 0, 0.05); -moz-box-shadow:inset 2px 2px 6px 0px rgba(0, 0, 0, 0.05); box-shadow:inset 2px 2px 6px 0px rgba(0, 0, 0, 0.05);*/
  text-decoration: none;
}

/************* POPUP style */
.page-popup {
  background: #e9e9e9;
}

/************* FACEBOOK */
#fb-root {
  display: none;
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important;
}

/************* SLIDER */
.slider {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  min-height: 367px;
  padding: 7px 0 0;
  background: #f4f4f2;
}

/*#slide-timeline {position: absolute; z-index: 999; top:0px; width:0; height:3px; background:#584927; }*/
#slide-timeline {
  position: absolute;
  top: 0px;
  width: 0;
  height: 3px;
}

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
* + html .flexslider .slides > li,
* + html .flexslider {
  height: 360px;
}

* + html .flexslider .slides > li:first-child {
  display: block;
}

.flexslider .slides img {
  max-width: 100%;
  display: block;
}

.flexslider .slides .small_image {
  display: none;
  width: 100%;
  height: auto;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0;
  position: relative;
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

.flexslider .slides .row {
  position: relative;
}

.flexslider .slides .content {
  float: left;
  max-width: 1000px;
  margin: 30px 30px !important;
  color: #454746;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  /*modifs 6tk
  background-color: #fff;
  filter : alpha(opacity=90);
  opacity : 0.9;*/
  padding: 20px;
}

.flexslider .slides .content strong {
  font-family: "Myriad Pro", sans-serif;
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 50px;
  color: #666666;
}

.flexslider .slides .content .border {
  margin: 15px 10px;
  height: 1px;
  background: #bfc5c3;
  background: rgba(0, 0, 0, 0.09);
}

.flexslider .slides .content p {
  margin: 0;
  font-size: 14px;
}

.flexslider .slides .content button {
  margin: 15px 0 0;
}

.flexslider .slides .text-right .content {
  float: right;
}

.flexslider .slides .text-center .content {
  float: none;
  margin: 30px auto;
}

/* Direction Nav */
.flex-direction-nav {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.flex-direction-nav a {
  width: 77px;
  height: 77px;
  margin: 0;
  display: block;
  background: #fff url(https://www.soft-in.fr/proxy/1591433780/skin/frontend/default/shopper/images/slideshow_arrows.png) no-repeat 0 0;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  position: absolute;
  top: 50%;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -36px;
}

.flex-direction-nav .flex-prev {
  left: -36px;
}

.flexslider:hover .flex-next {
  opacity: 0.8;
  right: 5px;
}

.flexslider:hover .flex-prev {
  opacity: 0.8;
  left: 5px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
  cursor: default;
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 8px;
  height: 8px;
  display: block;
  background: #ededed;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
  background: #97d2c9;
}

.flex-control-paging li a.flex-active {
  background: #97d2c9;
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: 0.7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
  }
}
/*** Column slider ***/
.block-slider {
  margin: 0;
  padding: 0;
}

.block-slider .slides > li {
  margin: 0;
  padding: 0;
  line-height: 1.4;
  text-align: center;
  background: none transparent;
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.block-slider .slides > li strong {
  display: block;
  border: 0;
  padding: 0 0 22px;
  margin: 0 0 25px;
  color: #000;
  color: rgba(0, 0, 0, 0.75);
  border-bottom: 1px solid #e8e8e8;
  font-size: 22px;
  font-weight: 400;
  font-family: "Myriad Pro", serif;
  text-transform: uppercase;
  letter-spacing: -1.2px;
  line-height: 21px;
}

.block-slider .slides > li p {
  margin: 0 0 20px;
  text-align: center;
  font-size: 14px;
  color: #000;
  color: rgba(0, 0, 0, 0.67);
}

.block-slider .slides > li button.button {
  margin: -21px 0 21px;
}

.block-slider .slides img {
  max-width: 100%;
  display: block;
}

.block-slider .flex-control-nav {
  position: relative;
  width: 270px;
  height: 33px;
  overflow: hidden;
  margin: 0 -20px -25px;
  background: #fefefe;
  text-align: center;
  border-bottom-left-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-box-shadow: inset 0px 5px 6px -4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 5px 6px -4px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 5px 6px -4px rgba(0, 0, 0, 0.15);
}

.block-slider .flex-control-nav li {
  margin: 0 6px;
  padding: 0;
  line-height: 33px;
  background: none transparent;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.block-slider .flex-control-paging li a {
  margin: 12px 0;
}

.cms-index-index .block-slider {
  margin: 0;
  padding: 0;
}

.cms-index-index .block-slider .slides > li {
  margin: 0;
  padding: 22px 0 0;
  line-height: 1.4;
  text-align: center;
  background: none transparent;
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.cms-index-index .block-slider .slides > li strong {
  display: block;
  border: 0;
  padding: 0 0 22px;
  margin: 0 0 25px;
  color: #000;
  color: rgba(0, 0, 0, 0.75);
  border-bottom: 1px solid #e8e8e8;
  font-size: 22px;
  font-weight: 400;
  font-family: "Myriad Pro", serif;
  text-transform: uppercase;
  letter-spacing: -1.2px;
  line-height: 21px;
}

.cms-index-index .block-slider .slides > li p {
  margin: 0 0 20px;
  text-align: center;
  font-size: 14px;
  color: #000;
  color: rgba(0, 0, 0, 0.67);
}

.cms-index-index .block-slider .slides > li button.button {
  margin: -21px 0 21px;
}

.cms-index-index .block-slider .slides img {
  max-width: 100%;
  display: block;
}

.cms-index-index .block-slider .flex-control-nav {
  position: relative;
  width: 270px;
  height: 33px;
  overflow: hidden;
  margin: 0 -20px -25px;
  background: #fefefe;
  text-align: center;
  -webkit-box-shadow: inset 0px 5px 6px -4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 5px 6px -4px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 5px 6px -4px rgba(0, 0, 0, 0.15);
}

.cms-index-index .block-slider .flex-control-nav li {
  margin: 0 6px;
  padding: 0;
  line-height: 33px;
  background: none transparent;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.cms-index-index .block-slider .flex-control-paging li a {
  margin: 12px 0;
}

.block-slideshow {
  padding: 23px 20px 25px;
}

/* toTop Button */
/*#toTop { display:none; text-decoration:none; position:fixed; z-index:100; bottom:100px; right:10px; overflow:hidden; width:56px; height:56px; border:none; text-indent:-999px; background:#97d2c9 url(https://www.soft-in.fr/proxy/1591433780/skin/frontend/default/shopper/images/arrow_totop.png) 0 0 no-repeat; -webkit-border-radius:100%; -moz-border-radius:100%; -o-border-radius:100%; border-radius:100%;}*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 100px;
  right: 10px;
  overflow: hidden;
  width: 56px;
  height: 56px;
  border: none;
  text-indent: -999px;
  background: url(https://www.soft-in.fr/proxy/1591433780/skin/frontend/default/shopper/images/arrow_totop.png) 0 0 no-repeat;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

#toTop:hover {
  background-color: #fff;
  background-position: 0 100%;
}

.twitterWidget {
  min-height: 275px;
}

/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
/***** Standard 1200px *****/
.row {
  margin: 0 auto;
  width: 1200px;
}

.row .row {
  width: auto;
  display: inline-block;
  margin: 0 -15px;
}

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
  display: inline;
  float: left;
  position: relative;
  margin: 0 15px;
  min-height: 1px;
}

.grid_1 {
  width: 70px;
}

.grid_2 {
  width: 170px;
}

.grid_3 {
  width: 270px;
}

.grid_4 {
  width: 370px;
}

.grid_5 {
  width: 470px;
}

.grid_6 {
  width: 570px;
}

.grid_7 {
  width: 670px;
}

.grid_8 {
  width: 770px;
}

.grid_9 {
  width: 870px;
}

.grid_10 {
  width: 970px;
}

.grid_11 {
  width: 1070px;
}

.grid_12 {
  width: 1170px;
}

.space_1 {
  margin-left: 100px;
}

.space_2 {
  margin-left: 200px;
}

.space_3 {
  margin-left: 300px;
}

.space_4 {
  margin-left: 400px;
}

.space_5 {
  margin-left: 500px;
}

.space_6 {
  margin-left: 600px;
}

.space_7 {
  margin-left: 700px;
}

.space_8 {
  margin-left: 800px;
}

.space_9 {
  margin-left: 900px;
}

.space_10 {
  margin-left: 1000px;
}

.space_11 {
  margin-left: 1100px;
}

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
.no-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}

.ir br {
  display: none;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.clear {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* Black prints faster: h5bp.com/s */
  a {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}
* + html .queldoreiNav ul div.sub-wrapper ul {
  position: relative !important;
  display: none !important;
  left: -10000 !important;
}

* + html div.sub-wrapper.shown-sub {
  position: relative !important;
  display: none !important;
  left: -10000 !important;
}

* + html .cart-top-container .details {
  display: none !important;
}

/***** Standard 960px *****/
@media only screen and (min-width: 960px) and (max-width: 1200px) {
  .row {
    margin: 0 auto;
    width: 960px;
  }

  .row .row {
    width: auto;
    display: inline-block;
    margin: 0 -16px;
  }

  .grid_1 {
    width: 48px;
    margin: 0 16px 0 16px;
    float: left;
    display: inline;
    position: relative;
  }

  .grid_2 {
    width: 128px;
    margin: 0 16px 0 16px;
    float: left;
    display: inline;
    position: relative;
  }

  .grid_3 {
    width: 208px;
    margin: 0 16px 0 16px;
    float: left;
    display: inline;
    position: relative;
  }

  .grid_4 {
    width: 288px;
    margin: 0 16px 0 16px;
    float: left;
    display: inline;
    position: relative;
  }

  .grid_5 {
    width: 368px;
    margin: 0 16px 0 16px;
    float: left;
    display: inline;
    position: relative;
  }

  .grid_6 {
    width: 448px;
    margin: 0 16px 0 16px;
    float: left;
    display: inline;
    position: relative;
  }

  .grid_7 {
    width: 528px;
    margin: 0 16px 0 16px;
    float: left;
    display: inline;
    position: relative;
  }

  .grid_8 {
    width: 608px;
    margin: 0 16px 0 16px;
    float: left;
    display: inline;
    position: relative;
  }

  .grid_9 {
    width: 688px;
    margin: 0 16px 0 16px;
    float: left;
    display: inline;
    position: relative;
  }

  .grid_10 {
    width: 768px;
    margin: 0 16px 0 16px;
    float: left;
    display: inline;
    position: relative;
  }

  .grid_11 {
    width: 848px;
    margin: 0 16px 0 16px;
    float: left;
    display: inline;
    position: relative;
  }

  .grid_12 {
    width: 928px;
    margin: 0 16px 0 16px;
    float: left;
    display: inline;
    position: relative;
  }

  .space_1 {
    margin-left: 96px;
  }

  .space_2 {
    margin-left: 176px;
  }

  .space_3 {
    margin-left: 256px;
  }

  .space_4 {
    margin-left: 336px;
  }

  .space_5 {
    margin-left: 416px;
  }

  .space_6 {
    margin-left: 496px;
  }

  .space_7 {
    margin-left: 576px;
  }

  .space_8 {
    margin-left: 656px;
  }

  .space_9 {
    margin-left: 736px;
  }

  .space_10 {
    margin-left: 816px;
  }

  .space_11 {
    margin-left: 896px;
  }

  .queldoreiNav, #nav {
    width: 540px;
  }

  .homepage-banners a .content {
    margin: 18px;
  }

  .col1-layout .products-grid {
    width: 900px;
    margin: 0;
  }

  .home-right {
    margin-right: 30px;
  }

  .home-main {
    width: 600px;
  }

  .col1-layout .home-main .products-grid {
    width: 600px;
  }

  .home-main .category-products {
    margin-left: 30px;
  }

  .flexslider .slides .content {
    max-width: 760px;
  }

  .flex-direction-nav {
    width: 960px;
  }

  .product-view .product-additional {
    display: none;
  }

  .product-view .box-up-sell2 {
    display: block;
    margin-left: 0;
  }

  .main .slider-container {
    width: 900px;
    margin-left: 0px;
  }

  .main .slider-container h3 {
    width: 600px;
  }

  .jcarousel-skin-tango .jcarousel-clip-horizontal,
.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 900px;
  }

  .col-main, .col-main-left, .col-main-right {
    width: 600px;
    padding: 30px 0 0;
    margin: 0 15px;
    min-height: 400px;
  }

  .col-left {
    margin-left: 30px;
  }

  .col2-left-layout .products-grid,
.col2-right-layout .products-grid {
    width: 600px;
    margin: 0 -15px;
  }

  .col1-layout .col-main {
    width: 900px;
    margin: 0 0 0 45px;
  }

  .cms-index-index .col1-layout .col-main {
    width: 960px;
    margin: 0;
  }

  .toolbar {
    margin: 0 30px 0 0;
  }

  .breadcrumbs {
    margin-left: 45px;
  }

  .cart .cart-collaterals .grid_4 {
    margin: 0 2px 0 16px;
  }

  .homepage-banners {
    width: 900px !important;
  }

  .homepage-banners .grid_6 {
    width: 420px !important;
    margin: 0 15px;
  }

  .products-list {
    margin: 0 30px 0 0;
  }

  .products-list .add-to-links {
    float: none;
    clear: both;
  }

  .products-list .price-box {
    float: none;
  }

  .products-list .ratings {
    float: none;
    margin: 5px 0;
  }

  .products-list .add-to-links li:first-child span {
    display: none;
  }

  .top-opc {
    width: 960px;
  }

  .top-opc li {
    float: left;
    width: 150px;
    margin: 0 10px 30px 0;
  }

  .opc {
    width: 630px;
  }

  #checkout-step-login .block-checkout-register, #checkout-step-login .block-checkout-login {
    width: 258px;
  }

  #checkout-step-login input.input-text {
    width: 248px;
  }
}
/***** iPad Smaller than 959px *****/
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .row {
    margin: 0 auto;
    width: 768px;
  }

  .row .row {
    width: auto;
    display: inline-block;
    margin: 0 -14px;
  }

  .grid_1 {
    width: 36px;
    margin: 0 14px;
  }

  .grid_2 {
    width: 100px;
    margin: 0 14px;
  }

  .grid_3 {
    width: 164px;
    margin: 0 14px;
  }

  .grid_4 {
    width: 228px;
    margin: 0 14px;
  }

  .grid_5 {
    width: 292px;
    margin: 0 14px;
  }

  .grid_6 {
    width: 390px;
    margin: 0 14px;
  }

  .grid_7 {
    width: 420px;
    margin: 0 14px;
  }

  .grid_8 {
    width: 484px;
    margin: 0 14px;
  }

  .grid_9 {
    width: 548px;
    margin: 0 14px;
  }

  .grid_10 {
    width: 612px;
    margin: 0 14px;
  }

  .grid_11 {
    width: 676px;
    margin: 0 14px;
  }

  .grid_12 {
    width: 740px;
    margin: 0 14px;
  }

  .space_1 {
    margin-left: 78px;
  }

  .space_2 {
    margin-left: 142px;
  }

  .space_3 {
    margin-left: 206px;
  }

  .space_4 {
    margin-left: 270px;
  }

  .space_5 {
    margin-left: 334px;
  }

  .space_6 {
    margin-left: 398px;
  }

  .space_7 {
    margin-left: 462px;
  }

  .space_8 {
    margin-left: 526px;
  }

  .space_9 {
    margin-left: 590px;
  }

  .space_10 {
    margin-left: 654px;
  }

  .space_11 {
    margin-left: 718px;
  }

  header a.logo {
    float: none;
    display: block;
    margin: 20px 10px 10px;
    text-align: center;
  }

  header h1.logo {
    float: none;
    display: block;
  }

  .cart-top-container {
    margin: 0;
    float: none;
  }

  .cart-top-container .cart-top, .cart-top-container .details-border, .cart-top-container .cart-promotion, .cart-top-container .details p, .cart-top-container .details .mini-products-list, .cart-top-container .details .subtotal-wrapper, .cart-top-container .details .buttons {
    display: none;
  }

  .cart-top-container .details {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
    padding: 10px 16px 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }

  .cart-top-container .details .cart-top-title {
    display: block;
  }

  .search-top-container {
    margin: 0 0 10px;
    padding: 0;
    float: none;
  }

  .search-top-container .search-top, .search-top-container .search-form-border {
    display: none;
  }

  .search-top-container .search-form {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
    padding: 0 0 8px 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }

  footer .grid_6 {
    text-align: center;
    float: none;
    width: 768px;
    margin: 0 auto;
  }

  footer ul.links {
    float: none;
  }

  footer address {
    margin: 15px 0 0;
  }

  .footer-info .grid_3 {
    width: 356px;
    margin-bottom: 30px;
  }

  .queldoreiNav, #nav {
    display: none;
  }

  #navigation_select {
    display: block;
    width: 240px;
    min-width: 240px;
    height: auto;
    margin: 0 auto;
  }

  nav .nav-top-title, .nav-container .nav-top-title {
    display: block;
  }

  .homepage-banners {
    width: 600px !important;
  }

  .homepage-banners .grid_6 {
    width: 270px !important;
    margin: 0 15px;
  }

  .homepage-banners a .content {
    margin: 8px 14px;
  }

  .homepage-banners a .content p {
    display: none;
  }

  .homepage-banners a .content .border {
    margin: 5px 10px;
  }

  .homepage-banners a .content strong {
    font-size: 24px;
  }

  .homepage-banners a .content button {
    margin: 5px 0 0;
  }

  .col1-layout .products-grid {
    width: 600px;
    margin: 0;
  }

  .col-main, .col-main-left {
    width: 600px;
    padding: 30px 0 0;
    margin-right: 84px;
  }

  .col-main-right {
    width: 600px;
    padding: 30px 0 0;
    margin-left: 84px;
  }

  .col2-right-layout .col-main {
    margin: 0 0 0 84px;
  }

  .col1-layout .col-main {
    width: 600px;
    margin: 0 0 0 84px;
  }

  .col1-layout .col-main .products-grid {
    margin: 0;
  }

  .col-left {
    float: none;
    margin: 0 auto;
  }

  .col2-left-layout .products-grid,
.col2-right-layout .products-grid {
    width: 600px;
    margin: 0;
  }

  .col2-left-layout .page-title {
    margin: 0 15px;
  }

  .cart .cart-collaterals .grid_4 {
    width: 600px;
    margin: 0 0 24px 14px;
  }

  .col-left, .col-right {
    width: 600px;
    clear: both;
  }

  .checkout-onepage-index .col-right {
    padding: 20px 0 0;
    float: none;
    margin: 0 0 0 84px;
  }

  .checkout-onepage-index .col-right .block {
    float: none;
    margin: 0 auto 30px;
    width: 378px;
  }

  .breadcrumbs {
    margin-left: 99px;
  }

  .home-main .category-products {
    margin: 0 0 30px 0;
  }

  .home-main, .home-right {
    float: none;
  }

  .home-right {
    width: 600px;
    margin: 0 auto;
  }

  .home-main, .col1-layout .home-main .products-grid {
    width: 600px;
  }

  .flexslider .slides .content {
    max-width: 560px;
  }

  .flexslider .slides .content strong {
    font-size: 48px;
    line-height: 40px;
  }

  .flex-direction-nav {
    width: 768px;
    display: none !important;
  }

  .site-block, .mousetrap, #cloud-big-zoom {
    display: none;
  }

  #shopping-cart-totals-table strong {
    font-size: 18px;
    padding: 0 10px 0 0;
  }

  .data-table table, .data-table thead, .data-table tbody, tablr.data-table th, table.data-table td, .data-table tr {
    display: block;
    border: 0;
    text-align: left !important;
  }

  .data-table tfoot td {
    text-align: right !important;
  }

  .data-table th {
    display: none;
  }

  .data-table td {
    padding: 10px;
  }

  .data-table td.td-name h2 {
    font-size: 20px;
    font-weight: 300;
  }

  .data-table td.td-image a {
    text-align: center;
  }

  .data-table td.td-image img {
    width: 200px;
  }

  .data-table td.td-edit, .data-table .btn-remove {
    display: none;
  }

  .data-table .td-actions .btn-remove, .data-table .td-actions .btn-edit {
    display: inline-block;
  }

  .data-table td.td-price {
    padding: 10px;
    background: #fafafa;
  }

  .data-table td.td-qty {
    padding: 0 10px;
    background: #fafafa;
  }

  .data-table td.td-delete {
    background: #fafafa;
    text-align: center !important;
  }

  .data-table .td-title {
    display: inline-block;
    width: 100px;
    padding: 0 10px 0 0;
    font-weight: bold;
  }

  .data-table .td-actions {
    display: inline;
    padding: 0 5px;
  }

  .data-table th.td-wishlist, .data-table td.td-wishlist {
    display: none;
  }

  #product-attribute-specs-table th {
    display: block;
  }

  #product-review-table {
    display: table;
  }

  #product-review-table thead, #product-review-table tfoot, #product-review-table tbody {
    display: table-row-group;
  }

  #product-review-table tr {
    display: table-row;
  }

  #product-review-table td {
    display: table-cell;
  }

  #product-review-table th {
    display: table-cell;
    padding: 8px 3px;
  }

  .product-view .product-additional {
    display: none;
  }

  .product-view .box-up-sell2 {
    display: block;
    margin-left: 0;
  }

  .product-view .product-img-box {
    float: none;
    margin: 0 auto 20px;
  }

  .product-view .product-shop-info .add-to-links {
    float: left;
    clear: none;
    margin: 0;
  }

  .product-view .product-shop-info .add-to-links li {
    float: left;
    margin: 8px 0 0 20px;
  }

  .product-view .product-shop-info .add-to-links li.wishlist {
    margin-left: 0;
  }

  .main .slider-container {
    width: 600px;
    margin-left: 0;
  }

  .main .slider-container h3 {
    width: 500px;
  }

  .jcarousel-skin-tango .jcarousel-clip-horizontal,
.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 600px;
  }

  #toTop {
    display: none !important;
  }

  .toolbar {
    margin: 0 15px;
  }

  .language-switch, .currency-switch {
    display: none;
  }

  .language-select, .currency-select {
    display: block;
    float: left;
    margin: 4px 10px 0 0;
    text-align: center;
  }

  .language-select select, .currency-select select {
    width: 100px;
    height: auto;
  }

  .toolbar-switch .current {
    display: none;
  }

  .toolbar-switch .toolbar-title {
    background: none;
    padding: 0 7px 0 0;
  }

  .toolbar-switch select {
    display: inline;
    height: auto;
  }

  .products-list {
    margin: 0 15px;
  }

  .products-list .add-to-links {
    display: none;
  }

  .products-list .price-box {
    float: none;
  }

  .products-list .ratings {
    float: none;
    margin: 5px 0;
  }

  .products-list .add-to-links li:first-child span {
    display: none;
  }

  .top-opc {
    width: 600px;
    margin: 0 0 0 50px;
  }

  .opc {
    width: 600px;
  }

  .opc .td-label {
    display: block;
    float: left;
  }

  #checkout-step-login .block-checkout-register, #checkout-step-login .block-checkout-login {
    width: 378px;
    margin: 20px auto 0 !important;
    float: none;
  }
}
/***** iPhone (portrait) *****/
@media only screen and (max-width: 767px) {
  .row {
    margin: 0 auto;
    width: 300px;
  }

  .row .row {
    margin: 0;
    width: auto;
    display: inline-block;
  }

  .grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
    width: 270px;
    margin: 0 15px 10px;
    float: left;
    display: inline;
    position: relative;
  }

  .space_1, .space_2, .space_3, .space_4, .space_5, .space_6, .space_7, .space_8, .space_9, .space_10, .space_11 {
    margin-left: 0;
  }

  .title-buttons {
    text-align: center;
  }

  .title-buttons h1, .title-buttons h2, .title-buttons h3, .title-buttons h4, .title-buttons h5, .title-buttons h6 {
    float: none;
  }

  .prev-next {
    display: none;
  }

  .site-block {
    display: none;
  }

  .top-switch-bg .grid_6 {
    text-align: center;
  }

  ul.links {
    float: none;
    margin: 0;
  }

  .links li {
    line-height: 120%;
    display: inline;
    padding: 0 5px;
    text-align: center;
    white-space: nowrap;
  }

  .links li.separator {
    display: none;
  }

  .footer-banners {
    padding: 25px 0 0;
  }

  .footer-info {
    padding: 30px 0 0;
  }

  .footer-info .grid_3 {
    margin-bottom: 0px;
  }

  .footer-info .grid_3 .block-content {
    margin-bottom: 30px;
  }

  .footer-info ul.social {
    margin: 10px 0 0;
  }

  .footer-info .block-control {
    display: block;
  }

  .footer-info .block-content {
    display: none;
  }

  footer {
    line-height: 150%;
  }

  footer .grid_6 {
    text-align: center;
  }

  footer address {
    margin: 15px 0 0;
  }

  footer ul.links {
    float: none;
  }

  .language-switch, .currency-switch {
    display: none;
  }

  .language-select, .currency-select {
    display: block;
    width: 50%;
    float: left;
    text-align: center;
    margin: 5px 0 10px;
  }

  .language-select span, .currency-select span {
    display: none;
  }

  .language-select select, .currency-select select {
    width: 125px;
  }

  .toolbar-switch .current {
    display: none;
  }

  .toolbar-switch .toolbar-title {
    background: none;
    padding: 0 7px 0 0;
  }

  .toolbar-switch select {
    display: inline;
    height: auto;
  }

  header a.logo {
    float: none;
    display: block;
    margin: 20px 10px 10px;
    text-align: center;
  }

  header h1.logo {
    float: none;
    display: block;
  }

  .cart-top-container {
    margin: 0;
    float: none;
  }

  .cart-top-container .cart-top, .cart-top-container .details-border, .cart-top-container .cart-promotion, .cart-top-container .details p, .cart-top-container .details .mini-products-list, .cart-top-container .details .subtotal-wrapper, .cart-top-container .details .buttons {
    display: none;
  }

  .cart-top-container .details {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
    padding: 10px 16px 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }

  .cart-top-container .details .cart-top-title {
    display: block;
  }

  .search-top-container {
    margin: 0;
    padding: 0;
    float: none;
  }

  .search-top-container .search-top, .search-top-container .search-form-border {
    display: none;
  }

  .search-top-container .search-form {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
    padding: 0 0 8px 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }

  .queldoreiNav, #nav {
    display: none;
  }

  #navigation_select {
    display: block;
    width: 240px;
    min-width: 240px;
    height: auto;
    margin: 0 auto;
  }

  nav .nav-top-title, .nav-container .nav-top-title {
    display: block;
  }

  .homepage-banners a .content {
    margin: 14px;
  }

  .homepage-banners a .content .border {
    margin: 5px 10px;
  }

  .homepage-banners a .content strong {
    font-size: 24px;
    line-height: 18px;
  }

  .homepage-banners a .content p {
    display: none;
  }

  .homepage-banners a .content button {
    margin: 5px 0 0;
  }

  .col1-layout .products-grid {
    width: 300px;
    margin: 0;
  }

  .col-main, .col-main-left, .col-main-right {
    float: none !important;
    width: 300px;
    margin: 0 auto;
    padding: 30px 0 0;
  }

  .col-left {
    float: none;
    margin: 0 auto;
  }

  .col1-layout .col-main {
    width: 300px;
    margin: 0;
  }

  .col1-layout .col-main .products-grid {
    margin: 0;
  }

  .col2-left-layout .products-grid,
.col2-right-layout .products-grid {
    width: 300px;
    margin: 0 auto;
  }

  .col2-left-layout .page-title {
    margin: 0 15px;
  }

  .catalog-category-view .col-left, .catalog-category-view .col-right {
    padding: 0;
  }

  .cart .cart-collaterals .grid_4 {
    width: 300px;
    margin: 0 0 25px;
  }

  .checkout-onepage-index .col-right {
    padding: 20px 0 0;
    float: none;
    margin: 0 auto;
  }

  .checkout-onepage-index .col-right .block {
    float: none;
    margin: 0 auto 30px;
  }

  .breadcrumbs {
    margin-left: 0px;
  }

  .home-main .category-products {
    width: 300px;
    margin: 0 auto 30px;
  }

  .home-main, .home-right {
    float: none;
    margin: 30px auto 0;
  }

  .home-main, .col1-layout .home-main .products-grid {
    width: 300px;
  }

  .flexslider .slides .content {
    max-width: 240px;
    margin: 30px;
  }

  .flexslider .slides .content strong {
    font-size: 32px;
    line-height: 26px;
  }

  .flex-direction-nav {
    width: 300px;
    display: none !important;
  }

  .flex-direction-nav a {
    width: 30px;
    height: 30px;
    margin: -20px 0 0;
    display: block;
    background: url("https://www.soft-in.fr/proxy/1591433780/skin/frontend/default/shopper/images/bg_direction_nav.png") no-repeat 0 0;
    position: absolute;
    top: 50%;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
  }

  .flex-direction-nav .flex-next {
    background-position: 100% 0;
  }

  .flexslider:hover .flex-next {
    opacity: 0.8;
    right: 5px;
  }

  .flexslider:hover .flex-prev {
    opacity: 0.8;
    left: 5px;
  }

  .site-block, .mousetrap, #cloud-big-zoom {
    display: none;
  }

  .block-login {
    width: 300px;
  }

  .block-login .block-title {
    padding: 29px 8px 50px;
  }

  .block-login .block-content {
    padding: 0 18px 25px;
  }

  .block-login .new-users {
    width: 300px;
    margin: 0 0 -25px;
  }

  .product-view .product-additional {
    display: none;
  }

  .product-view .box-up-sell2 {
    display: block;
    margin-left: 0;
  }

  .product-view .product-img-box {
    float: none;
    margin: 0 auto 20px;
    max-width: 300px;
  }

  .product-view .product-img-box .product-image img {
    width: 282px;
    height: auto;
  }

  .product-view .product-img-box .more-views .jcarousel-skin-tango .jcarousel-container-horizontal,
.product-view .product-img-box .more-views .jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 190px !important;
    overflow: hidden;
  }

  .product-view .product-img-box .more-views .jcarousel-skin-tango .jcarousel-item {
    width: 190px !important;
    margin: 0;
  }

  .product-view .product-img-box .more-views .jcarousel-skin-tango .jcarousel-item img {
    display: block;
    width: 140px;
    height: auto;
    margin: 0 auto;
  }

  .product-view .product-shop-info .add-to-links {
    float: left;
    clear: none;
    margin: 0;
  }

  .product-view .product-shop-info .add-to-links li {
    float: left;
    margin: 8px 0 0 0px;
  }

  .product-tabs li {
    float: none;
    margin: 0;
  }

  .product-tabs-content {
    margin-top: 0;
  }

  .product-view .box-tags .form-add .input-box {
    width: 167px;
  }

  .product-view .box-tags .form-add input.input-text {
    width: 167px;
  }

  .main .slider-container {
    width: 300px;
    margin-left: 0px;
  }

  .main .slider-container h3 {
    width: 190px;
  }

  .jcarousel-skin-tango .jcarousel-clip-horizontal,
.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 300px;
  }

  .cart .page-title {
    height: auto;
  }

  .cart .page-title .checkout-types {
    margin: 60px 15px 0;
    float: none;
  }

  .cart .title-buttons .checkout-types li {
    float: none;
    margin: 0;
    text-align: center;
  }

  #shopping-cart-totals-table strong {
    font-size: 20px;
    padding: 0 10px 0 0;
  }

  .data-table table, .data-table thead, .data-table tbody, table.data-table td, .data-table tr {
    display: block;
    border: 0;
    text-align: left !important;
  }

  .data-table th {
    display: none;
  }

  .data-table td {
    padding: 10px;
  }

  .data-table td.td-name h2 {
    font-size: 20px;
    font-weight: 300;
  }

  .data-table td.td-image a {
    text-align: center;
  }

  .data-table td.td-image img {
    width: 200px;
  }

  .data-table td.td-edit, .data-table .btn-remove {
    display: none;
  }

  .data-table .td-actions .btn-remove, .data-table .td-actions .btn-edit {
    display: inline-block;
  }

  .data-table td.td-price {
    padding: 10px;
    background: #fafafa;
  }

  .data-table td.td-qty {
    padding: 0 10px;
    background: #fafafa;
  }

  .data-table td.td-delete {
    background: #fafafa;
    text-align: center !important;
  }

  .data-table .td-title {
    display: inline-block;
    width: 100px;
    padding: 0 10px 0 0;
    font-weight: bold;
  }

  .data-table .td-actions {
    display: inline;
    padding: 0 5px;
  }

  .data-table .button, .data-table .btn-continue {
    float: none;
    display: block;
    margin: 0 auto 10px;
  }

  .product-tabs-content .data-table th {
    display: block;
  }

  #product-review-table {
    display: table;
  }

  #product-review-table thead, #product-review-table tfoot, #product-review-table tbody {
    display: table-row-group;
  }

  #product-review-table tr {
    display: table-row;
  }

  #product-review-table td {
    display: table-cell;
  }

  #product-review-table th {
    display: table-cell;
    padding: 8px 3px;
  }

  #toTop {
    display: none !important;
  }

  .pager {
    text-align: center;
  }

  .pager .amount {
    margin: 0 0 10px;
  }

  .pager .pages, .pager .amount {
    float: none;
  }

  .products-list .product-image, .products-list .f-left {
    float: none !important;
  }

  .products-list li.item {
    padding: 0 15px 30px;
  }

  .products-list .add-to-links {
    display: none;
  }

  .products-list .price-box {
    float: none;
  }

  .products-list .ratings {
    float: none;
    margin: 5px 0;
  }

  .products-list .add-to-links li:first-child span {
    display: none;
  }

  .products-list .product-shop {
    margin: 10px 0 0;
  }

  .top-opc {
    width: 300px;
    margin: 0;
  }

  .top-opc li {
    margin: 0 0 30px 0;
  }

  .opc {
    width: 300px;
  }

  .opc .form-list select {
    width: 126px;
  }

  .opc .td-label {
    display: block;
    float: left;
  }

  #checkout-review-submit p {
    margin: 0 20px 0 0;
  }

  #checkout-step-login .block-checkout-register, #checkout-step-login .block-checkout-login {
    width: 228px;
    margin: 20px auto 0 !important;
    float: none;
  }

  #checkout-step-login input.input-text {
    width: 218px;
  }
}
/***** iPhone (landscape) *****/
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .row {
    margin: 0 auto;
    width: 456px;
  }

  .row .row {
    width: auto;
    display: inline-block;
    margin: 0 -15px;
  }

  .grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
    width: 426px;
    margin: 0 15px 25px;
    float: left;
    display: inline;
    position: relative;
  }

  ul.links {
    display: inline;
  }

  .links li {
    line-height: 150%;
    display: inline;
    margin-right: 15px;
  }

  .links li:last-child {
    margin-right: 0;
  }

  .links li.separator {
    display: none;
  }

  .col1-layout .col-main {
    width: 300px;
    margin: 0 0 0 84px;
  }

  .col1-layout .col-main .products-grid {
    margin: 0;
  }

  .cart .cart-collaterals .grid_4 {
    width: 300px;
    margin: 0 15px 25px;
  }

  .homepage-banners a .content p {
    display: block;
  }

  .flexslider .slides .content {
    max-width: 396px;
    margin: 30px;
  }

  .flex-direction-nav {
    width: 456px;
  }

  .flex-direction-nav a {
    width: 30px;
    height: 30px;
    margin: -20px 0 0;
    display: block;
    background: url("https://www.soft-in.fr/proxy/1591433780/skin/frontend/default/shopper/images/bg_direction_nav.png") no-repeat 0 0;
    position: absolute;
    top: 50%;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
  }

  .flex-direction-nav .flex-next {
    background-position: 100% 0;
  }

  .flexslider:hover .flex-next {
    opacity: 0.8;
    right: 5px;
  }

  .flexslider:hover .flex-prev {
    opacity: 0.8;
    left: 5px;
  }

  .main .slider-container {
    margin-left: 0;
  }

  .breadcrumbs {
    margin-left: 84px;
  }

  .homepage-banners {
    width: 300px !important;
  }

  .homepage-banners .grid_6 {
    width: 300px;
  }

  .homepage-banners a .content p {
    display: none;
  }
}
.icon_cart,
.icon_cart-2x,
.icon_search,
.icon_search-2x,
.icon_login:before,
.icon_logout:before {
  background: url(../images/sprites.png) no-repeat;
}

.icon_cart {
  background-position: -176px 0;
  width: 24px;
  height: 24px;
}

.icon_cart-2x {
  background-position: 0 -66px;
  width: 48px;
  height: 40px;
}

.icon_search {
  background-position: -200px 0;
  width: 24px;
  height: 24px;
}

.icon_search-2x {
  background-position: -41px -70px;
  width: 36px;
  height: 36px;
}

.icon_login:before {
  background-position: -200px -24px;
  width: 24px;
  height: 24px;
}

.icon_logout:before {
  background-position: -96px -35px;
  width: 25px;
  height: 25px;
}

.footer-container .courrier, .footer-container .facebook, .footer-container .instagram, .footer-container .pinterest, .footer-container .twitter {
  background: url(../images/sprites.png) no-repeat;
  display: block;
  width: 24px;
  height: 24px;
}
.footer-container .courrier {
  background-position: -151px 0;
}
.footer-container .facebook {
  background-position: -125px 0;
}
.footer-container .instagram {
  background-position: -100px 0;
}
.footer-container .pinterest {
  background-position: -50px 0;
}
.footer-container .twitter {
  background-position: 0 0;
}

.footer-container .paiement {
  background-image: url(../images/sprites.png);
  background-repeat: no-repeat;
  background-position: 0 -27px;
  width: 96px;
  height: 40px;
  margin: auto;
}

.loupe {
  background: url(../images/sprites.png) no-repeat;
  background-position: -75px 0;
  width: 24px;
  height: 24px;
}

.panier {
  background: url(../images/sprites.png) no-repeat;
  background-position: -25px 0;
  width: 24px;
  height: 24px;
}

button {
  cursor: pointer;
}

.plopcom-zone.instagram {
  background: #ffffff;
  position: relative;
  width: 100% !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.plopcom-zone.instagram .project {
  flex: 1 50%;
  background: #333333;
  position: relative;
  overflow: hidden;
}
.plopcom-zone.instagram .project img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.9;
}
.plopcom-zone.instagram .project:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.plopcom-zone.instagram .project a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: white;
}
.plopcom-zone.instagram .project a img {
  opacity: 1;
  transition: all 500ms;
}
.plopcom-zone.instagram .project a:after {
  content: "";
  background: url(https://www.soft-in.fr/proxy/1591433780/skin/frontend/default/shopper/images/instagram.svg);
  width: 40px;
  height: 40px;
  background-size: cover;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 50%;
  margin-left: -20px;
  display: none;
}
.plopcom-zone.instagram .project a:hover img {
  opacity: 0;
}
.plopcom-zone.instagram .project a:hover:after {
  display: block;
}

@media all and (min-width: 600px) {
  .plopcom-zone.instagram .project {
    flex: 1 auto;
  }
}
.cms-index-index .plopcom-zone {
  width: 100% !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.cms-index-index .plopcom-zone .actu {
  box-sizing: border-box;
  height: 300px;
}
.cms-index-index .plopcom-zone .bgimage {
  flex: 1 100%;
  box-sizing: border-box;
  height: 300px;
  background: white;
}
.cms-index-index .plopcom-zone .bgimage .bgimage__container {
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.cms-index-index .plopcom-zone .bgimage .bgimage__container h3 {
  padding: 3px 10px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  position: absolute;
  top: 50px;
  left: 0;
  width: 50%;
  text-align: right;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  transition: all;
  transition-duration: 500ms;
}
.cms-index-index .plopcom-zone .bgimage .bgimage__container a {
  position: relative;
  display: block;
  background: rgba(255, 255, 255, 0);
  height: 100%;
  width: 100%;
}
.cms-index-index .plopcom-zone .bgimage .bgimage__container a span {
  display: none;
  position: absolute;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  top: 50%;
  left: 50%;
  width: 50%;
  margin-left: -25%;
  height: 50px;
  margin-top: -25px;
  border: 1px solid white;
  text-align: center;
  line-height: 50px;
  text-transform: uppercase;
}
.cms-index-index .plopcom-zone .bgimage.facebook:hover .bgimage__container a {
  background: #3b5998;
  opacity: 0.8;
}
.cms-index-index .plopcom-zone .bgimage:hover .bgimage__container {
  transition: all;
  transition-duration: 500ms;
}
.cms-index-index .plopcom-zone .bgimage:hover .bgimage__container a {
  background: rgba(255, 255, 255, 0.8);
  transition: all;
  transition-duration: 500ms;
}
.cms-index-index .plopcom-zone .bgimage:hover .bgimage__container a span {
  display: block;
}
@media all and (min-width: 600px) {
  .cms-index-index .plopcom-zone {
    margin: 5px 0px;
  }
  .cms-index-index .plopcom-zone .bgimage, .cms-index-index .plopcom-zone .actu {
    flex: 1 10%;
    margin-right: 5px;
  }
  .cms-index-index .plopcom-zone .bgimage:last-child, .cms-index-index .plopcom-zone .actu:last-child {
    margin-right: 0;
  }
}
.carousel {
  overflow: hidden;
}
.carousel .carousel-item {
  height: 400px;
  overflow: hidden;
  position: relative;
}
.carousel .carousel-item .bg {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  background-position: center center;
  background-size: cover;
}
.carousel .carousel-item .carousel-caption {
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  height: 80%;
  text-align: center;
}
.carousel .carousel-item .carousel-caption p {
  color: white;
}
.carousel .carousel-item .carousel-caption .btn {
  width: auto;
  background: white;
  color: black;
  display: inline-block;
  padding: 7px 10px;
  border-radius: 3px;
  text-transform: uppercase;
  margin: 0 5px;
}
.carousel .carousel-item .carousel-caption .btn:last-child {
  margin-right: 0;
}
.carousel .carousel-item .carousel-caption .btn:first-child {
  margin-left: 0;
}
.carousel .carousel-item .carousel-caption .btn:hover {
  color: #333333;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .carousel .carousel-item {
    height: 150px;
  }
}
.clearfix:before, .clearfix:after {
  display: table-cell;
}

.plopcom-zone.row {
  margin: 5px 0;
}

.w-100 {
  width: 100%;
}

.w-50 {
  width: 50%;
}

.actu {
  background: #eeeeee;
  box-sizing: border-box;
  color: #333333;
  padding: 5px;
}
.actu h3 {
  color: #333333;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
}
.actu article.post .post-title h2 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.actu article.post .post-title h2 a {
  border: 0;
}
.actu article.post .post-metadata {
  text-align: right;
  color: black;
}
.actu article.post .post-summary {
  margin: 15px 0px;
}
.actu article.post a {
  color: orange;
  text-decoration: none;
  border-bottom: 1px solid gray;
}
.actu article.post a:hover {
  border-bottom: 1px solid white;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .top-switch-bg {
    display: none;
  }
}
header.fixed, body.cms-index-index header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
header.fixed a.logo, body.cms-index-index header.fixed a.logo {
  margin: 24px 0 14px;
}
header.fixed .queldoreiNav, body.cms-index-index header.fixed .queldoreiNav {
  margin: 20px 0 14px 46px;
}
header.fixed * + html header.fixed, body.cms-index-index header.fixed * + html header.fixed {
  position: relative;
}
header.fixed .login-logout-top-container, header.fixed .cart-top-container, header.fixed .search-top-container, body.cms-index-index header.fixed .login-logout-top-container, body.cms-index-index header.fixed .cart-top-container, body.cms-index-index header.fixed .search-top-container {
  margin-top: 23px;
}

header a.logo {
  float: left;
  text-decoration: none !important;
  margin: 24px 0;
  max-width: 200px;
  display: block;
}

.queldoreiNav {
  width: 780px;
  margin: 24px 0 16px 46px;
  padding: 0;
  position: relative;
  border: none;
  float: left;
}
.queldoreiNav > li.active:after {
  content: "";
  display: block;
  position: absolute;
  border: 10px solid;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top: none;
  bottom: -5px;
  left: 50%;
  margin-left: -10px;
}
.queldoreiNav > li.active.over:after {
  content: "";
  display: none;
}

.search-top-container {
  float: right;
  position: relative;
  margin: 20px 0 0 4px;
}

.cart-top-container {
  float: right;
  position: relative;
  margin: 20px 50px 0 4px;
}

.login-logout-top-container {
  float: right;
  position: relative;
  margin: 20px 0 0 4px;
  display: block;
}
.login-logout-top-container .icon_login, .login-logout-top-container .icon_logout {
  display: block;
  overflow: hidden;
  width: 38px;
  height: 38px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
}
.login-logout-top-container .icon_login > a, .login-logout-top-container .icon_logout > a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 50px;
  line-height: 38px;
  overflow: hidden;
  position: absolute;
}
.login-logout-top-container .icon_login:before, .login-logout-top-container .icon_logout:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
}
.login-logout-top-container .icon_login:hover, .login-logout-top-container .icon_logout:hover {
  background: #666666;
}

.data-table td.td-qty {
  padding: 18px 2px;
}
.data-table td.td-qty input {
  text-align: center;
  width: 15px;
  padding: 4px 2px;
  background: transparent;
  border: none;
  box-shadow: none;
}
.data-table td.td-qty a {
  display: inline-block;
  background: white;
  border: 1px solid #999;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #999;
}
.data-table td.td-qty a:hover {
  border-color: #333;
  color: #333;
}

body.cms-index-index .queldoreiNav {
  margin: 30px 0 18px 46px;
}
body.cms-index-index .search-top-container {
  margin: 33px 0 0 4px;
}
body.cms-index-index .cart-top-container {
  margin: 33px 50px 0 4px;
}
body.cms-index-index .login-logout-top-container {
  margin: 33px 0 0 4px;
}
body.cms-index-index .page-title {
  display: none;
}
body.cms-index-index .page-title h1 {
  color: black;
}
body.cms-index-index .col-main > div.std {
  display: none;
}

.page-title-bg {
  height: 50px;
}

.col-main .page-title {
  padding: 0;
  text-align: center;
}

#product-options-wrapper a {
  display: inline-block;
  background: white;
  border: 1px solid;
  padding: 3px;
  margin: 1px;
  color: #666666;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
}
#product-options-wrapper a:hover {
  text-decoration: none;
  color: white;
}
#product-options-wrapper a:hover span {
  display: block;
}
#product-options-wrapper a.selected {
  padding: 2px;
  border: 2px solid;
  color: white;
  font-weight: bold;
}
#product-options-wrapper a.disabled {
  border-color: gray;
  background: white;
  color: gray;
  cursor: not-allowed;
}
#product-options-wrapper a span {
  display: none;
  position: absolute;
  top: -38px;
  left: -7px;
  height: 20px;
  padding: 5px;
  line-height: 20px;
  border: 1px solid;
  border-radius: 3px;
  color: white;
  text-align: center;
  text-transform: none;
}
#product-options-wrapper a span:after {
  content: "";
  display: block;
  width: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid;
}

.add-to-cart-popin-layer {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(228, 218, 204, 0.85);
  top: 0;
  left: 0;
  z-index: 99999;
}
.add-to-cart-popin-layer .add-to-cart-popin {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 300px;
  padding: 10px;
  margin-left: -255px;
  margin-top: -155px;
  border: 1px solid;
  border-radius: 3px;
  text-align: center;
  background: white;
}
.add-to-cart-popin-layer .add-to-cart-popin a.button {
  display: inline-block;
  margin: 5px;
  color: white;
  height: 20px;
  line-height: 20px;
  width: 210px;
  padding: 10px 5px;
  font-size: 0.9em;
  border-radius: 3px;
  text-transform: uppercase;
  cursor: pointer;
}
.add-to-cart-popin-layer .add-to-cart-popin a.button:hover {
  text-decoration: none;
}
.add-to-cart-popin-layer .add-to-cart-popin a.button.order {
  font-weight: bold;
}

.button.btn-proceed-checkout span {
  font-weight: bold;
}

.cart-collaterals h2.collapsed {
  position: relative;
  cursor: pointer;
}

.cart-collaterals h2.collapsed:before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #666666;
  cursor: pointer;
  position: absolute;
  right: -15px;
  top: 2px;
  float: none;
  margin: 0;
}

.jcarousel {
  position: relative;
  overflow: hidden;
}
.jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.jcarousel ul li {
  float: left;
}

body.checkout-onepage-index .top-switch-bg {
  display: none;
}
body.checkout-onepage-index .page-title-bg {
  height: 120px;
}
body.checkout-onepage-index .button span span {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 42px;
  height: 100%;
}
body.checkout-onepage-index .button span span:hover {
  background-color: #8CA837;
}
body.checkout-onepage-index #checkout-progress-wrapper {
  display: none;
}
body.checkout-onepage-index .col-main {
  width: 100%;
}
body.checkout-onepage-index input.error {
  border: 1px solid red;
  color: red;
}
body.checkout-onepage-index #colissimo-customer-telephone + span {
  display: none;
  color: transparent;
}
body.checkout-onepage-index #colissimo-customer-telephone.error + span {
  display: block;
  color: red;
}

.subtitle, .sub-title {
  margin-top: 30px;
}

.catalog-product-view .slider-container {
  display: none;
}

.my-account .page-title {
  margin-bottom: 75px;
}

label[for=optin] {
  position: relative;
  display: inline-block;
  width: 80%;
}
label[for=optin] small {
  display: none;
  position: absolute;
  top: -38px;
  left: -7px;
  height: 20px;
  padding: 5px;
  line-height: 20px;
  border: 1px solid;
  border-radius: 3px;
  color: white;
  text-align: center;
}
label[for=optin] small:after {
  content: "";
  display: block;
  width: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid;
}
label[for=optin]:hover small {
  display: block;
}

.hide-on-small-only {
  display: block;
}

.hide-on-medium-and-up {
  display: none;
}

@media only screen and (max-width: 1200px) and (min-width: 960px) {
  .col-main, .col-main-left, .col-main-right {
    padding-top: 0 !important;
  }

  body .opc {
    width: 100%;
  }
}
@media only screen and (max-width: 959px) and (min-width: 768px) {
  body.checkout-onepage-index .page-title-bg {
    height: 240px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  body.checkout-onepage-index .page-title-bg {
    height: 320px;
  }
}
@media only screen and (max-width: 767px) {
  body.checkout-onepage-index #checkout-step-login .block-checkout-register, body.checkout-onepage-index #checkout-step-login .block-checkout-login {
    width: 100%;
  }
  body.checkout-onepage-index .page-title-bg {
    height: 330px;
  }

  body.cms-index-index .page-title-bg, body.checkout-cart-index .page-title-bg {
    height: 110px;
  }

  body header a.logo {
    float: none;
  }

  .page-title h1, .page-title h2 {
    text-align: center;
  }

  .cms-page-view table td img {
    max-width: 100%;
  }

  body nav.queldorei {
    position: absolute;
    top: 25px;
    left: 25px;
    width: 40px;
    height: 24px;
    border-top: 0;
    border-bottom: 6px solid #666666;
    overflow: hidden;
  }
  body nav.queldorei:before {
    content: "";
    border-top: 6px solid #666666;
    border-bottom: 6px solid #666666;
    height: 6px;
    display: block;
    top: 0px;
    width: 100%;
    position: absolute;
  }
  body nav.queldorei #navigation_select {
    width: 100%;
    height: 100%;
    opacity: 0;
    display: block;
  }

  .hide-on-small-only {
    display: none;
  }

  .hide-on-medium-and-up {
    display: block;
  }

  body.cms-index-index .cart-top-container {
    margin: 0;
  }

  body.cms-index-index header a.logo {
    margin: 20px 0 25px 0;
  }

  header .cart-top-container {
    position: absolute;
    margin: 0;
    top: 10px;
    right: 10px;
    width: 64px;
    opacity: 0.8;
  }
  header .cart-top-container .details {
    background: transparent;
    padding: 0;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  header .cart-top-container .details .cart-top-title a {
    text-indent: 1000px;
    width: 54px;
    height: 54px;
    overflow: hidden;
    line-height: 54px;
    position: relative;
    padding-left: 70px;
  }
  header .cart-top-container .details .cart-top-title a span.icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 54px;
    width: 54px;
  }

  .slider {
    display: none;
  }

  body .product-view .product-shop .product-options-bottom {
    float: none;
  }
  body .product-view .product-shop .product-options-bottom .add-to-cart {
    text-align: center;
  }
  body .product-view .product-shop .product-options-bottom .add-to-cart button {
    float: none;
  }

  body .product-view .product-name {
    text-align: center;
  }

  body .product-view .product-shop .price-box {
    float: none;
    text-align: center;
  }

  body .grid_1, body .grid_2, body .grid_3, body .grid_4, body .grid_5, body .grid_6, body .grid_7, body .grid_8, body .grid_9, body .grid_10, body .grid_11, body .grid_12 {
    width: 100%;
    margin-left: 0px;
  }
  body .breadcrumbs {
    margin-left: 20px;
  }
  body .cart .cart-collaterals .grid_4 {
    width: 100%;
    margin-left: 0px;
  }
  body .opc {
    width: 100%;
  }

  .add-to-cart-popin-layer .add-to-cart-popin {
    top: 50%;
    left: 50%;
    width: 96%;
    height: 400px;
    margin-left: -48%;
    margin-top: -200px;
    padding: 0;
  }
}
@media only screen and (max-width: 959px) {
  body .col1-layout .col-main, body .row {
    margin: 0;
    width: 100%;
  }

  .search-top-container {
    float: right;
    position: relative;
    margin: 20px 0 0 4px;
  }

  .cart-top-container {
    float: right;
    position: relative;
    margin: 20px 50px 0 4px;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 960px) {
  body.cms-index-index .queldoreiNav {
    margin: 0px;
  }

  .search-top-container {
    float: none;
    right: 65px;
    position: absolute;
    margin: 0;
  }

  .cart-top-container {
    float: none;
    position: absolute;
    margin: 0px;
    right: 20px;
  }
}

/*# sourceMappingURL=softin.css.map */