.amprivacy-policy {
  position: fixed;
  top: 15%;
  left: 50%;
  padding: 20px;
  height: 70%;
  max-width: 600px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: #f9f9f9;
  border: 1px solid #c9c9c9;
  color: #000;
  z-index: 9999;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.amprivacy-policy .title {
  padding: 10px 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.amprivacy-policy .cross {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.amprivacy-policy .content {
  padding: 20px;
  height: 70%;
  line-height: 19px;
  overflow-y: scroll;
  border: 1px solid #d9d9d9;
  background: white;
}
.amprivacy-policy .button {
  margin: 25px auto;
  max-width: 200px;
  display: block;
}
#amprivacy-checkbox {
  cursor: pointer;
}
#amprivacy-checkbox.checkout-agreements {
  margin-top: 12px;
}

#newsletter-validate-detail #amprivacy-checkbox div.input-box {
    width: 8px;
    padding-top: 4px;
}

.amgdpr-actions {
    margin-top: 10px;
}

.amgdpr-cookie {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1000;
    display: none;
}

.triangle-up, .filter-item:before, .filter-item:after {
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 6px solid #cccccc; }

.solr-checkbox {
  display: none; }

.crossbox {
  position: relative;
  display: inline-block;
  float: left;
  margin-top: 2px; }
  .crossbox:before {
    position: relative;
    content: '';
    display: block;
    float: left;
    width: 15px;
    height: 15px;
    border: 1px solid #cccccc;
    background-color: white;
    margin-right: 10px; }

.crossbox--checked:before {
  background-color: #3399cc;
  border-color: #3399cc; }

.crossbox--checked:after {
  position: absolute;
  top: 0px;
  left: 5px;
  content: 'x';
  width: 13px;
  height: 13px;
  font-size: 13px;
  line-height: 13px;
  font-weight: bold;
  color: #ffffff; }

.filter {
  position: relative;
  width: 100%;
  margin-bottom: 20px; }
  .filter:after {
    content: '';
    position: relative;
    display: block;
    clear: both; }

.filter-item {
  position: relative;
  float: left;
  height: 35px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #f4f4f4;
  cursor: pointer; }
  @media screen and (max-width: 479px) {
    .filter-item {
      width: calc(1/2 * (100% - ((2 - 1) * 10px))); }
      .filter-item:nth-child(2n) {
        margin-right: 0; } }
  @media screen and (min-width: 480px) and (max-width: 768px) {
    .filter-item {
      width: calc(1/3 * (100% - ((3 - 1) * 10px))); }
      .filter-item:nth-child(3n) {
        margin-right: 0; } }
  @media screen and (min-width: 768px) {
    .filter-item {
      width: calc(1/4 * (100% - ((4 - 1) * 10px))); }
      .filter-item:nth-child(4n) {
        margin-right: 0; } }
  .filter-item:hover {
    background-color: #3399cc; }
    .filter-item:hover .filter-title {
      color: #ffffff; }
  .filter-item:before, .filter-item:after {
    content: '';
    position: absolute;
    top: calc(50% - 6px);
    right: 15px; }
  .filter-item:after {
    top: calc(50% + 3px);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

.filter-title {
  padding: 10px 15px;
  font-size: .8em; }

.filter-content {
  display: none;
  position: absolute;
  z-index: 200;
  left: 2px;
  top: 25px;
  height: 0;
  transition: all .4s ease; }

.filter-list {
  overflow: auto;
  height: 100%; }
  .filter-list > ol > li {
    padding: 5px 15px; }
    .filter-list > ol > li > a {
      padding: 0 !important; }

.filter-item--active {
  background-color: #3399cc;
  color: #ffffff; }
  .filter-item--active:before, .filter-item--active:after {
    border-bottom-color: #ffffff; }
  .filter-item--active .filter-content {
    display: block;
    width: 150%;
    height: auto;
    overflow: auto;
    max-height: 200px;
    padding: 10px 0;
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); }
    .filter-item--active .filter-content li {
      font-size: .8em;
      font-style: italic; }

.currently {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden; }

.filter-currently-intro {
  float: left;
  margin-right: 10px;
  margin-left: -10px;
  font-size: .8em;
  font-weight: bold;
  line-height: 22px; }

.filter-currently-item {
  float: left;
  margin-right: 10px;
  background-color: #f4f4f4;
  color: #888888;
  padding: 2px 5px 0px;
  font-size: .8em;
  height: 24px;
  line-height: 20px; }
  .filter-currently-item .btn-remove {
    height: 22px;
    margin-right: -6px;
    border: 0px solid transparent; }
    .filter-currently-item .btn-remove:hover {
      background-color: #cccccc;
      border-color: transparent;
      text-decoration: none; }
    .filter-currently-item .btn-remove:after {
      line-height: 22px;
      color: #888888; }

.col-main {
  position: relative; }

.solr-loader,
.solr-system {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 300;
  background: rgba(255, 255, 255, 0.8); }
  .solr-loader.active,
  .solr-system.active {
    display: block; }

.solr-system__notice,
.solr-loader--modern__notice {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  text-align: center;
  padding-top: 30px;
  font-size: 8px;
  text-transform: uppercase;
  font-family: 'Helvetica Neue',Verdana, Arial, sans-serif;
  font-weight: bold;
  opacity: 0.6;
  padding-left: 25px; }

.solr-system__stars {
  position: relative;
  margin: 0 auto;
  top: 80px;
  left: 50%; }

.solr-system__star {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%; }

.solr-system__star--sun {
  background-color: #F8E71C;
  width: 20px;
  height: 20px;
  margin: 0 auto; }

.solr-system__star--mercury {
  left: -10px;
  top: -10px;
  background-color: #C7C2A6;
  -webkit-transform-origin: 20px 20px;
  transform-origin: 20px 20px;
  -webkit-animation: axis 1.3s linear infinite;
  animation: axis 1.3s linear infinite; }

.solr-system__star--venus {
  width: 8px;
  height: 8px;
  left: -22px;
  top: -22px;
  background-color: #C7C2A6;
  -webkit-transform-origin: 32px 32px;
  transform-origin: 32px 32px;
  -webkit-animation: axis 1.9s linear infinite;
  animation: axis 1.9s linear infinite; }

.solr-system__star--earth {
  width: 10px;
  height: 10px;
  left: -36px;
  top: -36px;
  background-color: #009bff;
  -webkit-transform-origin: 46px 46px;
  transform-origin: 46px 46px;
  -webkit-animation: axis 2.5s linear infinite;
  animation: axis 2.5s linear infinite; }

.solr-system__star--mars {
  left: -45px;
  top: -45px;
  background-color: #C7C2A6;
  -webkit-transform-origin: 55px 55px;
  transform-origin: 55px 55px;
  -webkit-animation: axis 3.5s linear infinite;
  animation: axis 3.5s linear infinite; }

.solr-loader--modern__notice {
  color: #009bff;
  margin-top: -5px;
  padding-left: 60px; }

.solr-loader--modern__spinner {
  position: relative;
  top: 80px;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background-color: #009bff;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out; }

@-webkit-keyframes axis {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0, 0, 0);
    transform: rotateZ(0deg) translate3d(0, 0, 0); }
  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 0, 0);
    transform: rotateZ(360deg) translate3d(0, 0, 0); } }

@keyframes axis {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0, 0, 0);
    transform: rotateZ(0deg) translate3d(0, 0, 0); }
  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 0, 0);
    transform: rotateZ(360deg) translate3d(0, 0, 0); } }

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

/*! jQuery UI - v1.12.1 - 2018-01-03
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("https://www.moraco.fr/skin/frontend/moraco/default/css/jquery-ui/data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("https://www.moraco.fr/skin/frontend/moraco/default/css/jquery-ui/images/ui-icons_444444_256x240.png")}.ui-widget-header .ui-icon{background-image:url("https://www.moraco.fr/skin/frontend/moraco/default/css/jquery-ui/images/ui-icons_444444_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url("https://www.moraco.fr/skin/frontend/moraco/default/css/jquery-ui/images/ui-icons_555555_256x240.png")}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url("https://www.moraco.fr/skin/frontend/moraco/default/css/jquery-ui/images/ui-icons_ffffff_256x240.png")}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url("https://www.moraco.fr/skin/frontend/moraco/default/css/jquery-ui/images/ui-icons_777620_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("https://www.moraco.fr/skin/frontend/moraco/default/css/jquery-ui/images/ui-icons_cc0000_256x240.png")}.ui-button .ui-icon{background-image:url("https://www.moraco.fr/skin/frontend/moraco/default/css/jquery-ui/images/ui-icons_777777_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

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

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

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

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

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

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

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

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

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

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

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

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("https://www.moraco.fr/skin/frontend/moraco/default/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease; }

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

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

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

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

@charset "UTF-8";

/*** LOCAL FONTS ***/

@font-face {
  font-family: 'CoverSans';
  src: url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/CoverSans/Thin/coversans-thin-webfont.eot");
  src: url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/CoverSans/Thin/coversans-thin-webfont.eot?#iefix") format("embedded-opentype"), url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/CoverSans/Thin/coversans-thin-webfont.woff2") format("woff2"), url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/CoverSans/Thin/coversans-thin-webfont.woff") format("woff"), url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/CoverSans/Thin/coversans-thin-webfont.ttf") format("truetype"), url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/CoverSans/Thin/coversans-thin-webfont.svg#coversans-thin") format("svg");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'CoverSans';
  src: url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/CoverSans/Light/coversans-light-webfont.eot");
  src: url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/CoverSans/Light/coversans-light-webfont.eot?#iefix") format("embedded-opentype"), url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/CoverSans/Light/coversans-light-webfont.woff2") format("woff2"), url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/CoverSans/Light/coversans-light-webfont.woff") format("woff"), url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/CoverSans/Light/coversans-light-webfont.ttf") format("truetype"), url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/CoverSans/Light/coversans-light-webfont.svg#coversans-light") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'CoverSans';
  src: url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/CoverSans/Light-Italic/coversans-lightitalic-webfont.eot");
  src: url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/CoverSans/Light-Italic/coversans-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/CoverSans/Light-Italic/coversans-lightitalic-webfont.woff2") format("woff2"), url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/CoverSans/Light-Italic/coversans-lightitalic-webfont.woff") format("woff"), url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/CoverSans/Light-Italic/coversans-lightitalic-webfont.ttf") format("truetype"), url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/CoverSans/Light-Italic/coversans-lightitalic-webfont.svg#coversans-lightitalic") format("svg");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'CoverSans';
  src: url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/CoverSans/Regular/coversans-regular-webfont.eot");
  src: url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/CoverSans/Regular/coversans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/CoverSans/Regular/coversans-regular-webfont.woff2") format("woff2"), url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/CoverSans/Regular/coversans-regular-webfont.woff") format("woff"), url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/CoverSans/Regular/coversans-regular-webfont.ttf") format("truetype"), url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/CoverSans/Regular/coversans-regular-webfont.svg#coversans-regular") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'CoverSans';
  src: url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/CoverSans/Medium/coversans-medium-webfont.eot");
  src: url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/CoverSans/Medium/coversans-medium-webfont.eot?#iefix") format("embedded-opentype"), url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/CoverSans/Medium/coversans-medium-webfont.woff2") format("woff2"), url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/CoverSans/Medium/coversans-medium-webfont.woff") format("woff"), url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/CoverSans/Medium/coversans-medium-webfont.ttf") format("truetype"), url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/CoverSans/Medium/coversans-medium-webfont.svg#coversans-medium") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'CoverSans';
  src: url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/CoverSans/Semibold/coversans-semibold-webfont.eot");
  src: url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/CoverSans/Semibold/coversans-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/CoverSans/Semibold/coversans-semibold-webfont.woff2") format("woff2"), url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/CoverSans/Semibold/coversans-semibold-webfont.woff") format("woff"), url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/CoverSans/Semibold/coversans-semibold-webfont.ttf") format("truetype"), url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/CoverSans/Semibold/coversans-semibold-webfont.svg#coversans-semibold") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'CoverSans';
  src: url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/CoverSans/Bold/coversans-bold-webfont.eot");
  src: url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/CoverSans/Bold/coversans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/CoverSans/Bold/coversans-bold-webfont.woff2") format("woff2"), url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/CoverSans/Bold/coversans-bold-webfont.woff") format("woff"), url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/CoverSans/Bold/coversans-bold-webfont.ttf") format("truetype"), url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/CoverSans/Bold/coversans-bold-webfont.svg#coversans-bold") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'CoverSans';
  src: url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/CoverSans/Bold-Italic/coversans-bolditalic-webfont.eot");
  src: url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/CoverSans/Bold-Italic/coversans-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/CoverSans/Bold-Italic/coversans-bolditalic-webfont.woff2") format("woff2"), url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/CoverSans/Bold-Italic/coversans-bolditalic-webfont.woff") format("woff"), url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/CoverSans/Bold-Italic/coversans-bolditalic-webfont.ttf") format("truetype"), url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/CoverSans/Bold-Italic/coversans-bolditalic-webfont.svg#coversans-bolditalic") format("svg");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'CoverSans';
  src: url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/CoverSans/Heavy/coversans-heavy-webfont.eot");
  src: url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/CoverSans/Heavy/coversans-heavy-webfont.eot?#iefix") format("embedded-opentype"), url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/CoverSans/Heavy/coversans-heavy-webfont.woff2") format("woff2"), url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/CoverSans/Heavy/coversans-heavy-webfont.woff") format("woff"), url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/CoverSans/Heavy/coversans-heavy-webfont.ttf") format("truetype"), url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/CoverSans/Heavy/coversans-heavy-webfont.svg#coversans-heavy") format("svg");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Mercenary';
  src: url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/Mercenary/Light/Mercenary-Light.eot");
  src: url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/Mercenary/Light/Mercenary-Light.eot?#iefix") format("embedded-opentype"), url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/Mercenary/Light/Mercenary-Light.woff") format("woff"), url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/Mercenary/Light/Mercenary-Light.ttf") format("truetype"), url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/Mercenary/Light/Mercenary-Light.svg#mercenery-light") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Mercenary';
  src: url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/Mercenary/Regular/Mercenary-Regular.eot");
  src: url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/Mercenary/Regular/Mercenary-Regular.eot?#iefix") format("embedded-opentype"), url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/Mercenary/Regular/Mercenary-Regular.woff") format("woff"), url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/Mercenary/Regular/Mercenary-Regular.ttf") format("truetype"), url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/Mercenary/Regular/Mercenary-Regular.svg#mercenery-regular") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Mercenary';
  src: url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/Mercenary/Medium/Mercenary-Medium.eot");
  src: url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/Mercenary/Medium/Mercenary-Medium.eot?#iefix") format("embedded-opentype"), url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/Mercenary/Medium/Mercenary-Medium.woff") format("woff"), url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/Mercenary/Medium/Mercenary-Medium.ttf") format("truetype"), url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/Mercenary/Medium/Mercenary-Medium.svg#mercenery-medium") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Mercenary';
  src: url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/Mercenary/Bold/Mercenary-Bold.eot");
  src: url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/Mercenary/Bold/Mercenary-Bold.eot?#iefix") format("embedded-opentype"), url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/Mercenary/Bold/Mercenary-Bold.woff") format("woff"), url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/Mercenary/Bold/Mercenary-Bold.ttf") format("truetype"), url("https://www.moraco.fr/skin/frontend/moraco/default/fonts/Mercenary/Bold/Mercenary-Bold.svg#mercenery-bold") format("svg");
  font-weight: 700;
  font-style: normal;
}

/*** FONTS ***/

/*** VARIABLES TO USE ***/

/*$f-stack-sans: 'Helvetica Neue', Verdana, Arial, sans-serif;
$f-stack-serif: Georgia, Times, 'Times New Roman', serif;
$f-stack-special: 'Raleway', 'Helvetica Neue', Verdana, Arial, sans-serif;
$f-stack-default: $f-stack-sans;*/

/* Les clefs doivent correspondre aux noms des pictos-svg */

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/

/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/

/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/

/**
 * SVG Sprites
 */

.owl-nav .owl-prev:after,
.owl-nav .owl-next:after,
a.toggle-link:before,
.field-type-calendar .input-text + span:after,
.field-type-calendar .input-text + * + span:after,
.data-table .action .btn-cart:before,
.data-table tr.item-more a:before,
.data-table .link-icon:before,
.data-table td.product-category .icon:before,
.product-item div.product-category .icon:before,
.contact-phone .phone-number:before,
.nav-primary a.has-icon:before,
.nav-primary li.level-cart .btn-cart:before,
.nav-primary li.level-catalog-menu a.level0 .icon:before,
.nav-primary li.level-catalog-menu a.level0 .icon:after,
.shipping-info__title:before,
.shipping-info.time-limit .shipping-info__title:before,
.skip-search .icon,
.skip-account .icon,
#header-account a:before,
.skip-cart .icon,
.soc-links a,
.bottom .by-nd,
.products-grid.view-mode-horizontal + .wrapper-link a:before,
.product-item .btn-cart:before,
.product-item .item-more a:before,
.block-layered-nav .block-content > dl#narrow-by-list > dt:before,
.block-layered-nav dl dd .more-options-link:before,
#layer-state-toolbar .currently ol li.state_category:before,
#layer-state-toolbar .currently ol li.state_vehicle:before,
#layer-state-toolbar .currently ol li.state_manufacturer:before,
#layer-state-toolbar .currently ol li[class*=state_tire_]:before,
.products-grid-reinsurance-block .reinsurance-gift:before,
.product-view .documents a:before,
.product-view .add-to-cart-buttons .button:before,
.product-view .link-stock-alert a:before,
.register-reinsurance .reinsurance-gift p:first-child:after,
body.customer-account .my-account .title-buttons a.link-reorder:before,
.block-customer-menu a:before,
.dashboard-msg > .inner:before,
.dashboard-msg-birthday > .inner:before,
.block-reinsurance .reinsurance-item:before,
.sharing-wrapper .sharing-title a:before,
.sharing-wrapper .sharing-links a:before,
.sharing-wrapper .sharing-links button:before {
  display: inline-block;
  background-image: url("https://www.moraco.fr/skin/frontend/moraco/default/css/svg/sprite.view.svg");
  /*background-size: mq-px2em(map-get($sprite, width)) mq-px2em(map-get($sprite, height));*/
}

/* Toutes les chaînes de caractères sont url-encodées pour fonctionner sous IE... */

/*
// ----------------------------------------------
// Usage example:
// For IE set $mq-support to false.
// Set the fixed value.
// Then use mixins to test whether styles should be applied.
// ----------------------------------------------

$mq-support: false;
$mq-fixed-value: 1024;

// Renders at fixed value
@include bp (min-width, 300px) { 
    div { color:#000; }
}

// Doesn't render without MQ support
@include bp (min-width, 1200px) { 
    div { color:#FFF; }
}

// Doesn't render without MQ support
@include bp (max-width, 300px) { 
    div { color:#444; }
}

// Renders at fixed value
@include bp (max-width, 1200px) { 
    div { color:#888; }
}

// ----------------------------------------------
*/

.block-account,
.footer-container {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAOAQMAAAB5DPy2AAAABlBMVEUANVUAMlC2bnQsAAAARUlEQVQI1y3LsQ3AIBQD0UMUlBkgRUbJaMloGSUjUFJ8YQxCsl5jHUkVyMuiZg+FPdXtJdlbesF7gg/8/9tkK9k2io1ZDxcqIjiiCQOIAAAAAElFTkSuQmCC);
  background-repeat: repeat;
  background-position: left top;
}

/**
* Must be called on <a>
* Create a blue link with (+) or (-) when set to .active
*/

/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 8/9.
 */

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

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */

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

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */

[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

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

/*
 * Removes default margin.
 */

body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

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

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */

h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */

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

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */

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

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */

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

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */

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

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * Removes border when inside `a` element in IE 8/9.
 */

img {
  border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

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

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */

figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */

button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/*
 * Re-set default cursor for disabled elements.
 */

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

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */

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

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

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

/*
 * Removes inner padding and border in Firefox 4+.
 */

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

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

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

/* ============================================ *
 * Reset
 * ============================================ */

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-tap-highlight-color: transparent;
  /* Prevent tap highlight on iOS/Android */
  -webkit-text-size-adjust: 100%;
  /* Prevent automatic scaling on iOS */
}

body {
  background: #FFFFFF;
  color: #000000;
  line-height: 1;
}

html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

th,
code,
cite,
caption {
  font-weight: normal;
  font-style: normal;
  text-align: left;
}

address {
  font-style: normal;
}

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

img {
  display: block;
}

ol,
ul {
  list-style: none;
}

q:before,
q:after {
  content: '';
}

input:focus,
input[type="search"]:focus {
  outline-offset: -2px;
}

input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
  /* 2 */
  box-sizing: border-box;
}

/* ============================================ *
 * Base Styles
 * ============================================ */

@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

a,
button {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

body,
button,
input,
select,
table,
textarea {
  font-family: "Mercenary", "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #00395c;
  font-size: 14px;
  line-height: 1.5;
}

a {
  color: #c60520;
  text-decoration: none;
}

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

a:focus {
  outline-color: #ba051e;
  color: #310108;
}

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

/* ============================================ *
 * Typography
 * ============================================ */

h1,
.h1 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #00395c;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 2.6em;
  font-weight: 900;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

h2,
.h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #00395c;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 1.7em;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

h3,
.h3 {
  margin: 0;
  margin-bottom: 10px;
  color: #00395c;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 1.3em;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

h4,
.h4 {
  margin: 0;
  margin-bottom: 10px;
  color: #00395c;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

h5,
.h5 {
  margin: 0;
  margin-bottom: 10px;
  color: #00395c;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

h6,
.h6 {
  margin: 0;
  margin-bottom: 5px;
  color: #00395c;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: .9em;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

/* ============================================ *
 * Shared Classes
 * ============================================ */

.address-list address {
  margin-bottom: 1em;
}

.availability {
  margin-bottom: 0;
  font-size: 13px;
  text-transform: uppercase;
}

.availability .label {
  display: none;
}

.availability .value:before {
  content: "\0025cf";
  display: inline-block;
  vertical-align: top;
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  margin-right: .3em;
  margin-left: -.1em;
  font-size: 1.8em;
  line-height: 18px;
}

.availability.in-stock {
  color: #03dd55;
}

.availability.available-soon {
  color: #ffba00;
}

.availability.out-of-stock {
  color: #ff0000;
}

.availability-only {
  color: #DF280A;
  margin-bottom: 10px;
}

/* -------------------------------------------- *
 * Page Titles
 */

.page-title h1,
h1.page-title,
.page-title h2,
.product-name h1,
.product-name .h1 {
  font-size: 2.6em;
  font-weight: 900;
  color: #00395c;
  margin-top: .8em;
  margin-bottom: .5em;
  text-transform: uppercase;
}

/* -------------------------------------------- *
 * Block Module
 */

.block,
.col-left-first {
  margin-bottom: 20px;
}

.col-left-first .block:last-of-type {
  margin-bottom: 0;
}

.block-title {
  position: relative;
  padding: 10px 0 0;
  margin-bottom: 5px;
  border-top: 1px solid #CCCCCC;
}

.block-title h2,
.block-title h3,
.block-title strong {
  margin: 0;
  margin-bottom: 0.5em;
  color: #00395c;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 1.7em;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  font-weight: 700;
  color: #00395c;
  margin-bottom: 0;
  text-transform: uppercase;
}

.block-title small {
  font-size: 100%;
  font-weight: normal;
  color: #A0A0A0;
}

body:not(.customer-account) .block:first-child .block-title {
  border-top: none;
  padding-top: 0;
}

.block-subtitle {
  font-weight: bold;
  margin-bottom: 7px;
}

.block-content {
  margin-top: 5px;
}

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

.block-content li.item {
  margin: 0 0 10px 9px;
}

.block-content li.item:last-child {
  margin-bottom: 0;
}

.block .actions {
  margin: 10px 0 0;
}

.block .actions:after {
  content: '';
  display: table;
  clear: both;
}

.block .actions a {
  float: left;
}

.block .actions .button {
  float: right;
}

.col-left .block .actions .button ~ a,
.col-right .block .actions .button ~ a {
  line-height: 33px;
  margin-right: 5px;
}

/* -------------------------------------------- *
 * Secondary Navigation
 */

.block-account .block-title,
.block-cms-menu .block-title {
  padding-top: 0;
  border-top: none;
}

.block-account li,
.block-cms-menu li {
  text-transform: uppercase;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin: 7px 0;
}

.block-account li strong,
.block-cms-menu li strong {
  font-weight: 400;
  color: #c60520;
}

.block-account li a,
.block-cms-menu li a {
  color: #727171;
}

.block-account li a:hover,
.block-cms-menu li a:hover {
  color: #c60520;
}

/* ============================================ *
 * Buttons
 * ============================================ */

/* Secondary Buttons */

.cart .buttons-set .button,
.cart-table .button,
.sidebar .actions .button,
.button.button-secondary {
  background: #DDDDDD;
  color: #727171;
  padding: 7px 15px;
}

.cart .buttons-set .button:hover,
.cart-table .button:hover,
.sidebar .actions .button:hover,
.button.button-secondary:hover {
  background: #d0d0d0;
  cursor: pointer;
}

.cart .buttons-set .button:active,
.cart-table .button:active,
.sidebar .actions .button:active,
.button.button-secondary:active {
  background: #c4c4c4;
  color: #727171;
}

.cart .buttons-set .button:focus,
.cart-table .button:focus,
.sidebar .actions .button:focus,
.button.button-secondary:focus {
  color: #727171;
  background: #c4c4c4;
  outline: none;
}

.sidebar .actions button.button {
  white-space: normal;
}

/* Primary Buttons */

.button,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
.footer .button {
  background: #c60520;
  display: inline-block;
  padding: .6em 1.4em .5em;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #FFFFFF;
  font-size: .8rem;
  font-weight: normal;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.5;
  vertical-align: middle;
  /*white-space: nowrap;*/
}

.button:hover,
.cart-table .product-cart-actions .button:hover,
#co-shipping-method-form .buttons-set .button:hover,
.footer .button:hover {
  background: #ad041c;
  cursor: pointer;
}

.button:active,
.cart-table .product-cart-actions .button:active,
#co-shipping-method-form .buttons-set .button:active,
.footer .button:active {
  background: #940418;
  color: #FFFFFF;
}

.button:focus,
.cart-table .product-cart-actions .button:focus,
#co-shipping-method-form .buttons-set .button:focus,
.footer .button:focus {
  background-color: #940418;
  outline: none;
  color: #FFFFFF;
}

.button.secondary {
  background-color: #0f88b7;
}

.button.secondary:hover {
  background-color: #0d769f;
}

.button.big {
  font-size: 1.3rem;
  font-weight: 600;
  border-radius: 5px;
}

a.button {
  text-decoration: none;
}

a.button:hover {
  color: #FFFFFF;
}

/* Disabled - class for anchor, state for form elements */

.button.disabled,
.button:disabled {
  background: #C8C8C8;
  opacity: 0.6;
  cursor: not-allowed;
}

/* Adjacent buttons */

.button + .button {
  margin-left: 5px;
}

.button2 {
  /*border: 0;
    padding: 0 5px;
    margin: 0;
    background: transparent;
    cursor: pointer;
    vertical-align: middle;*/
  background: #c60520;
  display: inline-block;
  padding: .6em 1.4em .5em;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #FFFFFF;
  font-size: .8rem;
  font-weight: normal;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.5;
  vertical-align: middle;
  /*white-space: nowrap;*/
  background: transparent;
  border-color: #00395c;
  color: #00395c;
}

.button2:hover {
  background: #ad041c;
  cursor: pointer;
}

.button2:active {
  background: #940418;
  color: #FFFFFF;
}

.button2:focus {
  background-color: #940418;
  outline: none;
  color: #FFFFFF;
}

.button2:hover {
  background: #00395c;
  color: #fff;
}

.button2:active {
  background: #0f88b7;
  color: #FFFFFF;
}

.button2:focus {
  background-color: #0f88b7;
  outline: none;
  color: #FFFFFF;
}

.button2:focus {
  outline: none;
}

/*.button2 span,
.button2 span span {
    line-height: 30px;
    height: 30px;
    text-decoration: underline;
    text-transform: uppercase;
    display: inline-block;
    color: $c-action;
    font-family: $f-stack-special;

    &:hover {
        text-decoration: none;
        color: $c-stimulus;
    }
}*/

/* -------------------------------------------- *
 * Paypal Button
 */

.paypal-logo.paypal-after {
  float: left;
}

.paypal-after .paypal-or {
  float: left;
}

.paypal-or {
  line-height: 34px;
  margin: 0px 10px 5px;
}

.paypal-after .paypal-button {
  float: left;
}

.paypal-button {
  line-height: 0px;
}

.paypal-button img {
  display: inline;
}

/* -------------------------------------------- *
 * Button Sets
 */

.buttons-set {
  clear: both;
  margin: 10px 0 0;
  padding-top: 10px;
  border-top: 1px solid #EDEDED;
  text-align: right;
}

.buttons-set p.required {
  margin: 0;
  margin-left: 10px;
  line-height: 33px;
  float: right;
}

.buttons-set .back-link {
  float: left;
  margin: 0;
  line-height: 33px;
}

.buttons-set a:not(.button) {
  line-height: 20px;
  display: inline-block;
  padding: 5px;
}

.buttons-set button.button {
  float: right;
  margin-left: 5px;
  min-width: 140px;
}

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

/* -------------------------------------------- *
 * Icons
 */

.icon-sprite,
.btn-remove2,
.ratings .rating-box,
.ratings .rating-box .rating,
.sorter > .sort-by .sort-by-switcher,
.sorter > .view-mode .grid,
.sorter > .view-mode .list,
#search_mini_form .search-button:before,
.product-view .sharing-links a,
.review-summary-table .rating-box .rating-number:after,
.ratings-table .rating-box,
.ratings-table .rating-box .rating {
  background-image: url(https://www.moraco.fr/skin/frontend/moraco/default/images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

/* -------------------------------------------- *
 * Breadcrumbs
 */

.breadcrumbs {
  overflow: hidden;
  margin: 7px 0 24px;
}

.breadcrumbs li {
  float: left;
  font-size: 1em;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.breadcrumbs a {
  float: left;
  color: #727171;
}

.breadcrumbs a:hover {
  color: #c60520;
}

.breadcrumbs strong {
  color: #00395c;
  font-weight: normal;
}

.breadcrumbs span {
  float: left;
  padding: 0 3px;
}

/* -------------------------------------------- *
 * Button - Remove / Previous
 */

.btn-remove,
.btn-previous {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #EDEDED;
  text-align: center;
  /* Hide text */
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: relative;
}

.btn-remove:hover,
.btn-previous:hover {
  background-color: #c60520;
  border-color: #c60520;
}

.btn-remove:after {
  content: 'X';
  color: #c60520;
  height: 20px;
  line-height: 20px;
  width: 100%;
  font-size: 10px;
  font-family: Arial, "Mercenary", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: bold;
}

.btn-remove:hover:after {
  color: #FFFFFF;
  text-decoration: none;
}

.btn-remove2 {
  background-position: 4px -648px;
  border: none;
  vertical-align: top;
}

.btn-remove2:after {
  display: none;
}

.btn-remove2:hover {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.btn-previous:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #c60520;
  border-left: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px;
}

.btn-previous:hover:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #FFFFFF;
  border-left: none;
}

.block-layered-nav .currently .btn-remove,
.block-layered-nav .currently .btn-previous,
.mini-products-list .btn-remove,
.mini-products-list .btn-previous,
#compare-items .btn-remove,
#compare-items .btn-previous {
  float: right;
  margin-left: 6px;
}

/* -------------------------------------------- *
 * Checkout Agreements
 */

.checkout-agreements li {
  margin-bottom: 20px;
}

.checkout-agreements .agreement-content {
  overflow-y: auto;
  max-width: 670px;
  max-height: 125px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #CCCCCC;
  background: #ecedee;
}

#checkout-review-submit .information-produits-non-disponibles {
  text-align: center;
  padding: 1em 0 2em;
  font-weight: bold;
  color: #c60520;
  font-size: 1.3em;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
}

/* -------------------------------------------- *
 * CVV Security Code
 */

.cvv-what-is-this {
  margin-left: 10px;
  font-size: 13px;
  line-height: 24px;
}

/* -------------------------------------------- *
 * Container
 */

.main-container {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 15px;
}

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

.logged-in .main-container {
  padding-bottom: 4em;
}

.footer-container {
  padding-top: 0px;
}

/* -------------------------------------------- *
 * Column Layouts
 */

.main:after,
.col-wrapper:after {
  content: '';
  display: table;
  clear: both;
}

.col-left,
.col-right,
.col-main {
  padding: 0 10px;
}

.col-left {
  float: left;
  width: 25%;
  padding-left: 0;
  /* Remove the 15px padding */
  clear: left;
}

.col-left img {
  max-width: 100%;
}

.col-right {
  float: right;
  width: 25%;
  padding-right: 0;
  /* Remove the 15px padding */
}

.col-right img {
  max-width: 100%;
}

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

.col1-layout .col-main {
  float: none;
  width: auto;
  padding: 0;
  /* Remove the 15px padding */
}

.col2-left-layout .col-main {
  float: right;
  padding-right: 0;
  /* Remove the 15px padding */
}

.col2-right-layout .col-main {
  padding-left: 0;
  /* Remove the 15px padding */
}

.col3-layout .col-right {
  width: 20.833333%;
}

.col3-layout .col-wrapper {
  float: left;
  width: 79.166667%;
}

.col3-layout .col-wrapper .col-main {
  float: right;
  width: 73.684211%;
}

.col3-layout .col-wrapper .col-left {
  width: 26.315789%;
}

/* Content Columns */

.col2-set {
  width: 100%;
}

.col2-set .col-1,
.col2-set .col-2 {
  width: 50%;
  padding: 20px;
}

.col2-set .col-1 {
  float: left;
  padding-left: 0;
}

.col2-set .col-2 {
  float: right;
  padding-right: 0;
}

.col2-set .narrow {
  width: 33%;
}

.col2-set .wide {
  width: 65%;
}

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

/* -------------------------------------------- *
 * Top Container
 */

/* -------------------------------------------- *
 * Global Site Notice
 */

.global-site-notice {
  background: #676157;
  color: #E6E6E6;
  font-size: 1.1em;
  line-height: 1.4;
}

.global-site-notice .notice-inner {
  width: 100%;
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto;
  min-height: 40px;
  padding: 1em 15px;
}

.global-site-notice p {
  margin-bottom: 0;
}

.global-site-notice.amgdpr-cookie {
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 1.3em;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}

.global-site-notice .amgdpr-actions {
  text-align: right;
}

.msg-js-disabled {
  display: block;
  background: #676157;
  color: #E6E6E6;
  font-size: 11px;
}

.msg-js-disabled-inner {
  display: block;
  padding-left: 120px;
  width: 100%;
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto;
  line-height: 11px;
  min-height: 40px;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  background-image: url("https://www.moraco.fr/skin/frontend/moraco/default/images/demo-logo.png");
  background-position: left;
  background-repeat: no-repeat;
}

.msg-js-disabled p {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Promotional Message Banner
 */

.promo-msg {
  color: #00395c;
  text-align: center;
  margin: 10px;
  text-transform: uppercase;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
}

/* -------------------------------------------- *
 * Grid
 */

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

/* -------------------------------------------- *
 * Messages
 */

.success {
  color: #11B400;
}

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

.notice {
  color: #E26703;
  font-weight: bold;
}

/* -------------------------------------------- *
 * Messages
 */

.messages {
  margin-bottom: 10px;
}

.messages li li {
  position: relative;
  margin-bottom: 5px;
  padding: 7px 10px 7px 20px;
  background: #ecedee;
  font-size: 15px;
}

.messages li li:before {
  top: 50%;
  left: 0;
  margin-top: -6px;
}

.messages .error-msg li {
  color: #000000;
  border-left: 5px solid #DF280A;
  background-color: #FAEBE7;
}

.messages .error-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #DF280A;
  border-right: none;
}

.messages .notice-msg li {
  color: #000000;
  border-left: 5px solid #E26703;
  background-color: #F9EBE6;
}

.messages .notice-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #E26703;
  border-right: none;
}

.messages .success-msg li {
  color: #000000;
  border-left: 5px solid #11B400;
  background-color: #EFF5EA;
}

.messages .success-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #11B400;
  border-right: none;
}

/* -------------------------------------------- *
 * Page Popup
 */

.page-popup {
  height: auto;
}

/*.page-popup h1 {
    margin: 0 0 0.5em;
    font-size: 36px;
}*/

/* -------------------------------------------- *
 * Payment Methods
 */

.payment-methods {
  margin-bottom: 20px;
}

.payment-methods dt {
  padding: 5px 0;
}

.payment-methods dd {
  padding-top: 10px;
}

.payment-methods .form-list {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 5px 15px 15px;
  padding: 15px;
  border: 1px solid #CCCCCC;
  background: #ecedee;
}

.payment-methods .form-list:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #CCCCCC;
  border-top: none;
  top: -11px;
  left: 30px;
}

.payment-methods .form-list:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #ecedee;
  border-top: none;
  top: -10px;
  left: 30px;
}

.payment-methods .form-list li:last-child {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Please Wait (Loading Indicator)
 */

.please-wait {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  line-height: 24px;
  height: 24px;
  white-space: nowrap;
  /* Prevent the linebreak in the HTML from causing layout issues */
}

.please-wait img {
  float: left;
  margin-right: 5px;
  width: 24px;
}

/* -------------------------------------------- *
 * Price Box - Standard
 */

.price-box {
  margin: 7px 0;
  font-family: "Mercenary", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.price-box p {
  margin-bottom: 0;
}

.price-notice {
  color: #A0A0A0;
}

.price-box .price {
  color: #00395c;
  font-size: 16px;
}

.price-box .price,
.price {
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.price-box .price-label {
  color: #A0A0A0;
  white-space: nowrap;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.price-box .minimal-price-link {
  padding-left: 1em;
  color: #00395c;
  display: block;
  /* We want this to show on its own line, otherwise the layout looks funky */
}

.price-box .minimal-price-link .label {
  color: #A0A0A0;
}

/* -------------------------------------------- *
 * Price Box - Special
 */

.price-box .old-price,
.price-box .special-price {
  display: inline-block;
}

.price-box .old-price .price-label,
.price-box .special-price .price-label {
  display: none;
}

.price-box .old-price .price,
.price-box .special-price .price {
  display: inline-block;
}

.price-box .old-price .price {
  color: #A0A0A0;
  text-decoration: line-through;
}

.price-box .special-price {
  color: #00395c;
  padding-left: 1em;
}

.price-box .special-price .price-label {
  color: #D84D3C;
}

/* -------------------------------------------- *
 * Price Box - Taxes
 */

.price-box .price-excluding-tax,
.price-box .price-including-tax {
  display: block;
}

span.weee {
  display: block;
}

/* -------------------------------------------- *
 * Tier Prices
 */

.product-pricing,
.tier-prices,
.tier-prices-grouped {
  display: inline-block;
  padding: 4px 8px;
  background: #FBF4DE;
  border: 1px solid #E2D4C7;
  margin-top: 7px;
}

.product-pricing li,
.tier-prices li,
.tier-prices-grouped li {
  font-size: 12px;
}

.product-pricing .benefit,
.tier-prices .benefit,
.tier-prices-grouped .benefit {
  font-style: italic;
}

.product-pricing .price,
.tier-prices .price,
.tier-prices-grouped .price {
  font-weight: bold;
}

/* ============================================ *
 * Item Options
 * ============================================ */

.item-options {
  font-size: 14px;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
}

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

.item-options dt {
  float: left;
  clear: left;
  font-weight: 600;
  padding-right: 5px;
  font-style: italic;
}

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

.item-options dd {
  float: left;
  padding-left: 10px;
  margin: 0 0 6px;
}

.truncated,
.truncated a.dots {
  cursor: help;
}

.truncated a.details {
  cursor: help;
  height: 16px;
  line-height: 16px;
}

.truncated a.details:hover {
  text-decoration: none;
}

.truncated .truncated_full_value {
  position: relative;
  z-index: 300;
}

.truncated .truncated_full_value .item-options {
  display: none;
  position: absolute;
  z-index: 300;
  width: 200px;
  padding: 8px;
  border: 1px solid #c60520;
  background-color: #F6F6F6;
  top: 21px;
  left: -100px;
}

.truncated .truncated_full_value .item-options:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #c60520;
  border-top: none;
  left: 97px;
  top: -7px;
}

.truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.truncated .show .item-options {
  display: block;
}

/* -------------------------------------------- *
 * Printer Friendly Page
 */

.page-print {
  width: 6.5in;
  margin: 20px;
  background: #FFFFFF;
}

/* -------------------------------------------- *
 * Add to links
 */

.add-to-links {
  margin: 7px 0;
}

.add-to-links a {
  display: inline-block;
  padding: 0px 3px 3px;
}

.add-to-links .separator {
  display: none;
}

/* -------------------------------------------- *
 * Product Image
 */

.product-image,
.no-touch .product-img-box .product-image:not(.zoom-available):hover {
  position: relative;
  display: block;
  border: 1px solid #EDEDED;
}

.no-touch .product-image:hover {
  border-color: #00395c;
}

/* -------------------------------------------- *
 * Ratings
 */

.ratings {
  margin: 7px 0;
}

.ratings .rating-box,
.ratings .rating-links {
  margin: 5px 0;
}

.ratings .rating-box {
  width: 65px;
  height: 13px;
  background-repeat: repeat-x;
  background-position: 0 -615px;
  overflow: hidden;
}

.ratings .rating-box .rating {
  float: left;
  height: 13px;
  background-repeat: repeat-x;
  background-position: 0 -600px;
}

.ratings .amount {
  display: block;
  margin: 5px auto;
}

.ratings .rating-links .separator {
  margin: 0 3px;
}

/* -------------------------------------------- *
 * Standard Formatted Text Block
 */

.std {
  color: #727171;
}

.std p {
  margin: 0 0 1.5em;
}

.std ol {
  list-style: decimal outside;
  margin-bottom: 1.5em;
}

.std ol li {
  margin-left: 2em;
}

.std ul {
  list-style: disc outside;
  margin-bottom: 1.5em;
}

.std ul li {
  margin-left: 2em;
}

.std .note {
  color: #A0A0A0;
  font-size: 13px;
}

/* -------------------------------------------- *
 * Tabs
 */

.tabs {
  margin-bottom: 10px;
  background: #FFFFFF;
}

/* -------------------------------------------- *
 * Toolbar
 */

.toolbar {
  margin-top: 10px;
  margin-bottom: 15px;
}

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

.toolbar-bottom {
  text-align: center;
}

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

.toolbar-bottom .pager {
  float: none;
}

.toolbar-bottom .pager .pages {
  float: none;
  margin-right: 0;
}

.toolbar select,
.pager-no-toolbar select {
  height: 32px;
  padding-right: 35px;
  border-color: #acacad;
  background-position: -webkit-calc(100% - 14px) center;
  background-position: calc(100% - 14px) center;
}

.pager-no-toolbar {
  margin-bottom: 10px;
}

.pager-no-toolbar ~ .pager-no-toolbar {
  margin-top: 10px;
}

/*.toolbar,
.pager {
    font-family: $f-stack-special;
    color: $c-text;
    line-height: 30px;
    font-size: $f-size-xs;
}*/

.toolbar label,
.pager-no-toolbar label {
  vertical-align: top;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 30px;
}

.sorter {
  float: right;
  margin-bottom: 5px;
}

.sorter label {
  float: left;
  margin-right: 5px;
}

.sorter label:after {
  content: ':';
}

.sorter > .sort-by {
  float: left;
  margin-right: 5px;
  height: 30px;
}

.sorter > .sort-by .sort-by-switcher {
  width: 22px;
  height: 32px;
  display: inline-block;
  vertical-align: top;
}

.sorter > .sort-by .sort-by-switcher--asc {
  background-position: 4px -542px;
}

.sorter > .sort-by .sort-by-switcher--asc:hover {
  background-position: -46px -542px;
}

.sorter > .sort-by .sort-by-switcher--desc {
  background-position: 4px -567px;
}

.sorter > .sort-by .sort-by-switcher--desc:hover {
  background-position: -46px -567px;
}

.sorter > .view-mode {
  float: right;
  margin-left: 1em;
}

.sorter > .view-mode .grid,
.sorter > .view-mode .list {
  float: left;
  width: 30px;
  height: 30px;
}

.sorter > .view-mode .grid {
  margin-right: 5px;
  background-position: 8px -492px;
}

.sorter > .view-mode strong.grid,
.sorter > .view-mode a.grid:hover {
  background-position: -42px -492px;
}

.sorter > .view-mode .list {
  background-position: 11px -517px;
}

.sorter > .view-mode strong.list,
.sorter > .view-mode a.list:hover {
  background-position: -39px -517px;
}

.pager {
  float: right;
  overflow: hidden;
}

.pager > .count-container {
  float: left;
}

.pager .amount {
  float: left;
  font-family: "Mercenary", "Helvetica Neue", Verdana, Arial, sans-serif;
  white-space: nowrap;
  margin: 4px 15px 0 0;
}

.pager .limiter {
  float: left;
  height: 30px;
  line-height: 30px;
}

.pager .limiter > label {
  padding-right: 5px;
}

.pager .limiter > label:after {
  content: ':';
}

.pager .amount,
.pager .limiter,
.pager .pages {
  margin-bottom: 5px;
}

.category-products .pager {
  display: none;
}

.pager-counter {
  max-width: 250px;
  margin: 1.5em auto;
  text-align: center;
  display: none;
}

.toolbar-bottom .pager-counter {
  display: block;
}

.pager-counter-progress {
  margin-top: 1em;
  background-color: #ecedee;
  padding: 1px;
}

.pager-counter-gauge {
  height: 6px;
  background-color: #00395c;
}

.pager-counter-text {
  font-size: 1.1em;
}

.ias-trigger {
  min-height: 42px;
  margin: 1em 0 2em;
}

.ias-trigger a {
  background: #c60520;
  display: inline-block;
  padding: .6em 1.4em .5em;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #FFFFFF;
  font-size: .8rem;
  font-weight: normal;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.5;
  vertical-align: middle;
  /*white-space: nowrap;*/
  padding-top: .5em;
  background-color: #0f88b7;
  border-color: #0f88b7;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
}

.ias-trigger a:hover {
  background: #ad041c;
  cursor: pointer;
}

.ias-trigger a:active {
  background: #940418;
  color: #FFFFFF;
}

.ias-trigger a:focus {
  background-color: #940418;
  outline: none;
  color: #FFFFFF;
}

.ias-trigger a:before,
.ias-trigger a:after {
  display: none;
}

.no-touchevents .ias-trigger a:hover {
  background-color: #0d769f;
  border-color: #0d769f;
}

.no-touchevents .ias-trigger a:focus {
  background-color: #0d769f;
  border-color: #0d769f;
}

.touchevents .ias-trigger a:active {
  background-color: #0d769f;
  border-color: #0d769f;
}

.ias-trigger-next {
  margin: 2em 0 1em;
}

.ias-spinner {
  min-height: 46px;
  margin: 1em 0 2em;
  background-image: url("https://www.moraco.fr/skin/frontend/moraco/default/images/loader-products.gif");
  background-repeat: no-repeat;
  background-position: center;
}

.ias-spinner img,
.ias-spinner em {
  display: none !important;
}

.products-grid + .ias-spinner,
.products-list + .ias-spinner {
  margin: 2em 0 1em;
}

.ias-noneleft {
  display: none !important;
}

.pages {
  float: right;
  overflow: hidden;
  margin-left: 15px;
  background-color: #fff;
}

.pages strong {
  display: none;
}

.pages ol {
  border: 1px solid #acacad;
}

.pages ol:after {
  content: '';
  display: table;
  clear: both;
}

.pages li {
  float: left;
}

.pages a,
.pages .current {
  display: inline-block;
  border: 0;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 30px;
  width: 25px;
  height: 30px;
  padding: 0;
  color: #acacad;
  font-family: "Mercenary", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.pages a:hover,
.pages .current:hover {
  color: #c60520;
}

.pages .current,
.pages .current:hover {
  color: #fff;
  width: 30px;
  background-color: #00395c;
  cursor: default;
}

.pages .next,
.pages .previous {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  position: relative;
  width: 30px;
  /*&:hover {
            border: 1px solid $c-action;
        }*/
}

.pages .next:before,
.pages .previous:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: #00395c;
  border-width: 2px 2px 0 0;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 50%;
}

.pages .next:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: -5px;
}

.pages .previous:before {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-left: -2px;
}

/*.pages .next {
    &:before {
        @include triangle(right, 4px, $c-action);
        top: 50%;
        margin-top: -3px;
        left: 50%;
        margin-left: -2px;
    }
    &:hover:before {
        @include triangle(right, 4px, $c-stimulus);
    }
}

.pages .previous {
    &:before {
        @include triangle(left, 4px, $c-action);
        top: 50%;
        margin-top: -3px;
        left: 50%;
        margin-left: -2px;
    }
    &:hover:before {
        @include triangle(left, 4px, $c-stimulus);
    }
}*/

/* ============================================ *
 * Tax - Full Tax Summary
 * ============================================ */

#checkout-review-table .summary-collapse,
#shopping-cart-totals-table .summary-collapse,
body.customer-account .data-table .summary-collapse {
  position: relative;
  cursor: pointer;
}

#checkout-review-table .summary-collapse:before,
#shopping-cart-totals-table .summary-collapse:before,
body.customer-account .data-table .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #00395c;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}

#checkout-review-table .summary-collapse:hover:before,
#shopping-cart-totals-table .summary-collapse:hover:before,
body.customer-account .data-table .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #7b0314;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}

#checkout-review-table .show-details .summary-collapse:before,
#shopping-cart-totals-table .show-details .summary-collapse:before,
body.customer-account .data-table .show-details .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #00395c;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}

#checkout-review-table .show-details .summary-collapse:hover:before,
#shopping-cart-totals-table .show-details .summary-collapse:hover:before,
body.customer-account .data-table .show-details .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #7b0314;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}

#shopping-cart-totals-table tfoot td .summary-collapse:before,
#shopping-cart-totals-table tfoot td .summary-collapse:hover:before {
  margin-bottom: 5px;
}

/* ============================================ *
 * Magento Helpers
 * ============================================ */

.a-center {
  text-align: center;
}

.a-right,
.align-right {
  text-align: right;
}

.no-display {
  display: none !important;
}

.nobr,
.nowrap {
  white-space: nowrap;
}

.width-full {
  width: 100%;
}

/* ============================================ *
 * Custom Helpers
 * ============================================ */

.hidden {
  display: none;
}

/* ============================================ *
 * Print Styles
 * ============================================ */

.page-print .print-head {
  margin: 0 0 15px;
  background-color: #00395c;
  padding: 1em;
}

.page-print .print-head .logo {
  float: none;
  max-height: 50px;
  width: auto;
}

/**
* OWL CAROUSEL - COMMON STYLE
*/

.owl-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
}

.owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 4px;
  border-radius: 50%;
  background-color: color(grey-light);
}

.owl-dot.active {
  background-color: color(main);
}

.owl-nav {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}

.owl-nav > div,
.owl-nav > button {
  position: absolute;
  top: -webkit-calc(50% - 30px);
  top: calc(50% - 30px);
  width: 60px;
  height: 60px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 0;
  text-indent: 100%;
  overflow: hidden;
  outline: none;
}

.owl-nav > div:before,
.owl-nav > div:after,
.owl-nav > button:before,
.owl-nav > button:after {
  content: "";
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.owl-nav > div:before,
.owl-nav > button:before {
  display: block;
  width: -webkit-calc(100% - 2px);
  width: calc(100% - 2px);
  height: -webkit-calc(100% - 2px);
  height: calc(100% - 2px);
  margin-top: 1px;
  margin-left: 1px;
  background-color: #00395c;
  border-radius: 50%;
  opacity: .7;
}

.owl-nav > div.disabled,
.owl-nav > button.disabled {
  cursor: default;
  opacity: .2;
}

.no-touchevents .owl-nav > div:not(.disabled):hover:before,
.no-touchevents
    .owl-nav > button:not(.disabled):hover:before {
  opacity: 1;
}

.touchevents .owl-nav > div:not(.disabled):active:before,
.touchevents
    .owl-nav > button:not(.disabled):active:before {
  opacity: 1;
}

.owl-nav .owl-prev {
  left: -35px;
}

.owl-nav .owl-prev:after {
  width: 60px;
  height: 60px;
  background-position: -52px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
}

.owl-nav .owl-next {
  right: -35px;
}

.owl-nav .owl-next:after {
  width: 60px;
  height: 60px;
  background-position: -114px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
}

.owl-dots div.owl-dot,
.owl-dots button.owl-dot {
  background-color: #acacad;
  border-radius: 50%;
}

.owl-dots div.owl-dot.active,
.owl-dots button.owl-dot.active {
  background-color: #0f88b7;
}

/**
* Toggle link
*/

a.toggle-link {
  display: inline-block;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #0f88b7;
  outline: none;
}

a.toggle-link + a {
  margin-left: 2em;
}

a.toggle-link:before {
  content: "";
  width: 18px;
  height: 18px;
  background-position: -2674px -1px;
  /*@include ie-sprite($icon, $type);*/
  vertical-align: top;
  margin-right: 5px;
  margin-top: 2px;
}

a.toggle-link.active:before {
  background-position: -2502px -1px;
  /*@include ie-sprite($icon, $type);*/
}

/**
* Switch (pro/public)
*/

.switch {
  position: relative;
  display: block;
  width: 70px;
  height: 20px;
  padding: 0;
  background-color: #0f88b7;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  line-height: 1.2;
  overflow: hidden;
}

.switch [type="radio"] {
  position: absolute;
  margin: 0;
  opacity: 0;
}

.switch [type="radio"] + label {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  min-height: 20px;
  padding: 0 18px;
  cursor: pointer;
  z-index: 1;
  font-weight: 400;
  font-size: .9em;
  line-height: 20px;
  color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 1;
}

.switch [type="radio"]:focus {
  outline: none;
}

.switch [type="radio"]:first-of-type + label {
  text-align: left;
}

.switch [type="radio"]:first-of-type + label:after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-color: #00395c;
  border-radius: 50%;
  position: absolute;
  top: -webkit-calc(50% - 8px);
  top: calc(50% - 8px);
  right: 2px;
  z-index: 3;
}

.switch [type="radio"]:first-of-type:checked + label {
  left: -webkit-calc(-100% + 20px);
  left: calc(-100% + 20px);
}

.switch [type="radio"]:first-of-type:not(:checked) + label {
  left: 0;
  z-index: 2;
}

.switch [type="radio"]:last-of-type + label {
  padding-right: 15px;
  text-align: right;
}

.switch [type="radio"]:last-of-type:checked + label {
  left: -webkit-calc(100% - 20px);
  left: calc(100% - 20px);
}

.switch [type="radio"]:last-of-type:not(:checked) + label {
  left: 0;
  z-index: 2;
}

.overtstock-text-information {
  font-weight: bold;
  color: #c60520;
  font-style: italic;
}

#popup-ajout-panier-stock {
  display: none;
}

#popup-ajout-panier-stock,
.popup-ajout-panier-stock {
  text-align: center;
  font-size: 1.2em;
}

#popup-ajout-panier-stock .row,
.popup-ajout-panier-stock .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#popup-ajout-panier-stock .col,
.popup-ajout-panier-stock .col {
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  text-align: center;
}

#popup-ajout-panier-stock .col button,
.popup-ajout-panier-stock .col button {
  margin: 1em;
}

/* ============================================ *
 * FORMS - COMMON
 * ============================================ */

/* -------------------------------------------- *
 * Fieldsets
 */

.fieldset p {
  margin-bottom: 7px;
}

.fieldset p.required {
  margin-bottom: 5px;
  float: right;
  font-size: 12px;
  margin-top: 0px;
}

.fieldset + .fieldset {
  margin-top: 3.5em;
}

form .legend {
  position: relative;
  margin: 0;
  margin-bottom: 0.5em;
  color: #00395c;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 1.7em;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  margin-bottom: 1.3em;
  padding-bottom: .5em;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  color: #00395c;
}

form .legend:after {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  background-color: #00395c;
  position: absolute;
  left: 0;
  bottom: 0;
}

/* -------------------------------------------- *
 * Input Box
 */

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

li.centinel-logos div.input-box img {
  display: inline;
  vertical-align: middle;
}

/* For adjacent select inputs. */

/* Example: credit card expiration month and year. */

.input-box .v-fix {
  float: left;
  margin-right: 5px;
  max-width: 100%;
}

/* -------------------------------------------- *
 * Labels
 */

label {
  display: inline-block;
  margin-bottom: .5em;
  font-size: 1.3em;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: 600;
  color: #00395c;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  line-height: 1.2;
}

label.required:after,
span.required:after {
  content: ' *';
  color: #DF280A;
  font-weight: normal;
  font-family: "Mercenary", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
}

label.required em,
span.required em {
  display: none;
}

/* -------------------------------------------- *
 * Hints
 */

.input-hint {
  color: #A0A0A0;
  font-size: 12px;
}

/* -------------------------------------------- *
 * Select
 */

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 42px;
  border: 1px solid #00395c;
  border-radius: 0;
  padding: 0 40px 0 1em;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  background-color: #fff;
  background-image: url("https://www.moraco.fr/skin/frontend/moraco/default/css/svg/arrow-select-blue.svg");
  background-repeat: no-repeat;
  background-size: 9px auto;
  background-position: -webkit-calc(100% - 20px) center;
  background-position: calc(100% - 20px) center;
  color: #727171;
}

select:disabled {
  border-color: #CCCCCC;
  background-color: #f5f5f5;
  background-image: url("https://www.moraco.fr/skin/frontend/moraco/default/css/svg/arrow-select-grey.svg");
}

select::-ms-expand {
  display: none;
}

select + select {
  margin-left: 5px;
}

select[multiple] {
  width: 270px;
  border: 1px solid #00395c;
  font-size: 15px;
  padding: 5px;
}

/* -------------------------------------------- *
 * Textarea
 */

textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 5px;
}

/* -------------------------------------------- *
 * Inputs
 */

.input-text {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 1px solid #00395c;
  background: #FFFFFF;
  font-size: 15px;
  color: #727171;
}

.input-text:focus {
  border: 1px solid #00395c;
}

.input-text:disabled {
  border-color: #CCCCCC;
  background-color: #f5f5f5;
}

.input-text.validation-failed,
.input-select.validation-failed {
  border-color: #DF280A;
}

.input-text.validation-failed:focus,
.input-select.validation-failed:focus {
  outline-color: #ef9485;
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  height: 42px;
  padding: 0 1em;
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  width: 365px;
  max-width: 100%;
}

/* Only show on iPhones (not iPads or any other device) */

.ie8 .input-text {
  max-width: none;
}

input[type=file] {
  max-width: 100%;
}

/* -------------------------------------------- *
 * Inputs - Quantity
 */

input[type=number].qty,
input[type=text].qty {
  width: 3.5em;
  padding: 0 .3em;
  text-align: center;
  vertical-align: middle;
}

/* -------------------------------------------- *
 * Placeholder
 */

::-webkit-input-placeholder {
  color: #A0A0A0;
}

input:-moz-placeholder {
  color: #A0A0A0;
}

/* -------------------------------------------- *
 * Checkbox And Radio
 */

.checkbox,
.radio {
  position: relative;
  top: 1px;
  display: inline-block;
}

.checkbox + label,
.radio + label {
  /*width: auto;
    max-width: 85%;
    padding: 0 0 0 8px;
    font-size: $f-size;
    font-weight: normal;
    vertical-align: top;*/
  font-weight: 400;
}

/* -------------------------------------------- *
 * Validation
 */

p.required,
.validation-advice {
  margin: 5px 0 0;
  color: #DF280A;
  font-size: 13px;
}

/* ============================================ *
 * Form List
 * ============================================ */

.form-list > li {
  margin-bottom: 1.5em;
}

.form-list select {
  width: 365px;
  max-width: 100%;
}

.form-list .input-range .input-text {
  width: 74px;
}

.form-list .field,
.form-list .wide,
.form-list .control {
  margin-bottom: 1.5em;
}

/* Turn the label of controls (radio/checkbox) into a button style that wraps the input */

.form-list .control,
.sp-methods dt,
#checkout-shipping-method-load .sp-methods dd,
#co-shipping-method-form .sp-methods dd,
.product-options ul.options-list {
  /*input.radio,
    input.checkbox {
        float: left;
        margin-right: -40px;
        margin-top: 10px;
        margin-left: 15px;
    }*/
  /*label {
        //@include touch-button;
        display: inline-block;
        width: auto;
        max-width: none;
        min-width: 250px;
        float: none;
        padding: 6px 10px 6px 40px;

        &:hover {
            background-color: $c-module-background-hover;
        }
    }*/
  /* When a label is next to an input that is set to not display, we should style the label in a non-clickable state */
}

.form-list .control div.input-box,
.sp-methods dt div.input-box,
#checkout-shipping-method-load .sp-methods dd div.input-box,
#co-shipping-method-form .sp-methods dd div.input-box,
.product-options ul.options-list div.input-box {
  display: inline;
  float: left;
}

.form-list .control div.input-box:after,
.sp-methods dt div.input-box:after,
#checkout-shipping-method-load .sp-methods dd div.input-box:after,
#co-shipping-method-form .sp-methods dd div.input-box:after,
.product-options ul.options-list div.input-box:after {
  display: none;
}

.form-list .control .no-display + label,
.sp-methods dt .no-display + label,
#checkout-shipping-method-load .sp-methods dd .no-display + label,
#co-shipping-method-form .sp-methods dd .no-display + label,
.product-options ul.options-list .no-display + label {
  padding-left: 10px;
  background-color: transparent;
}

.form-list .control .no-display + label:hover,
.sp-methods dt .no-display + label:hover,
#checkout-shipping-method-load .sp-methods dd .no-display + label:hover,
#co-shipping-method-form .sp-methods dd .no-display + label:hover,
.product-options ul.options-list .no-display + label:hover {
  background-color: transparent;
}

.product-options ul.options-list label,
.col2-set .form-list .control label {
  min-width: inherit;
  width: 250px;
  max-width: 100%;
}

.form-list .control.remember-me-box label {
  width: auto;
  max-width: none;
  min-width: inherit;
}

.form-list .control {
  margin-top: 10px;
}

.form-list .control label {
  float: none;
}

.form-list .control .input-box {
  clear: none;
  display: inline-block;
  width: auto;
  padding: 0;
}

form .form-instructions {
  font-style: italic;
  font-family: Georgia, "Times New Roman", "DejaVu Serif", serif;
  font-size: 13px;
  color: #A0A0A0;
}

/*input[type=submit],
button[type=submit],
.button[type=submit] {
    height: $input-height;
    padding-top: 1em;
    padding-bottom: 1em;
    background-color: $c-secondary;
    border-radius: 0;

    &:hover {
        background-color: darken($c-secondary, 5%);
    }
}*/

input[type="checkbox"],
input[type="radio"] {
  margin-right: .5em;
}

.form-radios label,
.form-checkboxes label {
  margin-right: 2em;
  margin-bottom: 1em;
  font-weight: 400;
}

/********** AUTOCOMPLETE ***********/

.select2-container--default {
  width: 100% !important;
  color: #727171;
}

.select2-container--default .select2-selection--multiple {
  padding-left: 40px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAAQlBMVEUAAACZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZkzCTtbAAAAFnRSTlMA1izbxq+iEwwGzX83uJB4bVtYSEMbVpK4bAAAAGJJREFUCNeNizcOwDAMAyn3luL2/68GtqIhW24gcQQIIGTSOt0RjKLLA/M0fmugwns1u/KFF9dWkhcvdqWGEOnrYXua4sOtvE/xo++XqazZcnvjSgzjsKTANEvkOpQMwo8hPUOhAlw8CxJLAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 12px center;
  height: 42px;
  border-radius: 0;
  border-color: #00395c;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 40px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered:after {
  content: '';
  display: table;
  clear: both;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  max-width: -webkit-calc(100% - 25px);
  max-width: calc(100% - 25px);
  margin-top: 13px;
  overflow: hidden;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  margin-top: 8px;
  font-size: 1.5em;
}

.select2-container--default .select2-search--inline {
  padding: 0;
}

.select2-container--default .select2-search--inline .select2-search__field {
  color: #727171;
}

.select2-container--open .select2-dropdown {
  left: -1px;
}

/* -------------------------------------------- *
 * Inputs - Quantity
 */

input[type=number].qty,
input[type=text].qty {
  text-align: center;
  vertical-align: middle;
}

.js-input-qty {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.js-input-qty input[type=text].qty {
  width: 60px;
  padding-right: 1.2em;
}

.js-input-qty .js-link-qty {
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 4px;
  z-index: 2;
  cursor: pointer;
  overflow: hidden;
}

.js-input-qty .js-link-qty:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  text-align: center;
  font-size: 24px;
  line-height: 15px;
}

.js-input-qty .js-link-qty.qty-up {
  bottom: 50%;
}

.js-input-qty .js-link-qty.qty-up:before {
  content: "\25B4";
}

.js-input-qty .js-link-qty.qty-down {
  top: 50%;
}

.js-input-qty .js-link-qty.qty-down:before {
  content: "\25BE";
}

/**
* Field calendar
*/

.field-type-calendar .input-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.field-type-calendar .input-box .validation-advice {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.field-type-calendar .input-text {
  width: -webkit-calc(100% - 42px) !important;
  width: calc(100% - 42px) !important;
  float: left;
}

.field-type-calendar .input-text + span,
.field-type-calendar .input-text + * + span {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  display: block;
  float: left;
  width: 42px;
  height: 42px;
  cursor: pointer;
}

.field-type-calendar .input-text + span:after,
.field-type-calendar .input-text + * + span:after {
  content: "";
  width: 25px;
  height: 25px;
  background-position: -331px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12.5px;
  margin-top: -12.5px;
}

.field-type-calendar .input-text + span img,
.field-type-calendar .input-text + * + span img {
  display: none;
}

/* ============================================ *
 * Table Helpers
 * ============================================ */

.hide-th {
  text-indent: -9999px;
}

/* ============================================ *
 * Data Table
 * ============================================ */

.data-table {
  width: 100%;
  /*thead th,*/
  /*tbody td,
    tfoot td {
        font-family: $f-stack-serif;
    }*/
  /*.product-cart-total {
        .price {
            font-weight: 700;
        }
    }*/
}

.data-table td {
  padding: 10px;
  vertical-align: top;
}

.data-table th {
  /*background: $c-table-background;
        text-transform: uppercase;
        font-family: $f-stack-special;
        line-height: 1.4;
        white-space: nowrap;*/
  vertical-align: middle;
  padding: .5em 10px .75em;
  background-color: #00395c;
  font-family: "Mercenary", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
  text-transform: none;
  white-space: normal;
}

.data-table th.product-category {
  padding-left: 0;
  padding-right: 0;
}

.data-table tbody td {
  border-bottom: 1px solid #C0C0C0;
}

.data-table tfoot tr {
  background: #F4F4F4;
}

.data-table tfoot tr.first td {
  padding-top: 20px;
}

.data-table tfoot tr.last td {
  padding-bottom: 20px;
}

.data-table tfoot td {
  padding: 3px 10px;
  font-size: 1.1em;
}

.data-table tfoot td strong {
  font-size: 1.3em;
}

.data-table tbody td .item-options {
  margin-left: 20px;
  margin-top: 10px;
}

.data-table tbody td .item-options dt:after {
  content: ':';
}

.data-table td.product-sku a,
.data-table td.product-sku span {
  display: inline-block;
  padding: .4em 1.8em;
  border: 1px solid #0f88b7;
  border-radius: 14px;
  font-size: .9em;
  color: #0f88b7;
  text-transform: uppercase;
}

.data-table td.product-sku a {
  text-decoration: none;
}

.no-touchevents .data-table td.product-sku a:hover {
  background-color: #0f88b7;
  color: #fff;
}

.no-touchevents .data-table td.product-sku a:focus {
  background-color: #0f88b7;
  color: #fff;
}

.touchevents .data-table td.product-sku a:active {
  background-color: #0f88b7;
  color: #fff;
}

.data-table td.product-sku a,
.data-table td.product-sku > span {
  position: relative;
}

.data-table td.product-sku a:hover .product-image,
.data-table td.product-sku > span:hover .product-image {
  display: block;
}

.data-table td.product-sku > span {
  cursor: default;
}

.data-table td.product-sku .product-image {
  display: none;
  position: absolute;
  bottom: 38px;
  left: 50%;
  padding: 10px;
  background-color: #fff;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 3;
}

.data-table td.product-sku .product-image img {
  max-width: 120px;
}

.data-table td.product-sku .product-image:before {
  content: "";
  display: block;
  border-style: solid;
  border-color: #0f88b7 transparent transparent;
  border-width: 8px 8px 0;
  position: absolute;
  left: -webkit-calc(50% - 8px);
  left: calc(50% - 8px);
  bottom: -8px;
}

.data-table td.product-sku .product-image:after {
  content: "";
  display: block;
  border-style: solid;
  border-color: #fff transparent transparent;
  border-width: 8px 8px 0;
  position: absolute;
  left: -webkit-calc(50% - 8px);
  left: calc(50% - 8px);
  bottom: -7px;
}

.data-table td.product-manufacturer {
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
}

.data-table td.product-manufacturer .product-image {
  display: block;
  max-width: 60px;
  height: auto;
  margin: .3em 0 0;
  border: none;
}

.data-table td.product-manufacturer .product-image img {
  width: 100%;
  height: auto;
}

.data-table .product-name {
  margin-bottom: 0;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  color: #00395c;
  text-transform: none;
}

.data-table .product-name a {
  color: #00395c;
}

.data-table .product-dimensions {
  font-size: .85em;
  color: #727171;
}

.data-table .price {
  font-size: 1.1em;
  font-weight: 500;
}

.data-table td.product-pro-discount {
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #0f88b7;
  line-height: 1.4;
}

.data-table td.product-pro-discount .discount {
  font-size: 1.1em;
}

.data-table td.product-pro-price-excl .price {
  font-size: 1.3em;
  color: #c60520;
}

.data-table .action .button {
  padding: .4em 1.2em .3em;
  background-color: transparent;
  border-color: #0f88b7;
  color: #0f88b7;
}

.no-touchevents .data-table .action .button:hover {
  background-color: #0f88b7;
  color: #fff;
}

.no-touchevents .data-table .action .button:focus {
  background-color: #0f88b7;
  color: #fff;
}

.touchevents .data-table .action .button:active {
  background-color: #0f88b7;
  color: #fff;
}

.data-table .action .btn-cart {
  position: relative;
  padding-left: 40px;
}

.no-touchevents .data-table .action .btn-cart:hover {
  background-color: #c60520;
  border-color: #c60520;
  color: #fff;
}

.no-touchevents .data-table .action .btn-cart:hover:before {
  background-position: -22px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.no-touchevents .data-table .action .btn-cart:focus {
  background-color: #c60520;
  border-color: #c60520;
  color: #fff;
}

.no-touchevents .data-table .action .btn-cart:focus:before {
  background-position: -22px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.touchevents .data-table .action .btn-cart:active {
  background-color: #c60520;
  border-color: #c60520;
  color: #fff;
}

.touchevents .data-table .action .btn-cart:active:before {
  background-position: -22px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.data-table .action .btn-cart:before {
  content: "";
  width: 19px;
  height: 19px;
  background-position: -1px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 22px;
  margin-left: -9.5px;
  margin-top: -9.5px;
}

.data-table tr.has-subitems {
  border-bottom: none;
}

.data-table tr.has-subitems td {
  padding-bottom: 5px;
  border-bottom: none;
}

.data-table tr.item-more:hover {
  background-color: transparent;
}

.data-table tr.item-more td {
  padding-top: 0;
}

.data-table tr.item-more a {
  display: inline-block;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #0f88b7;
  outline: none;
}

.data-table tr.item-more a + a {
  margin-left: 2em;
}

.data-table tr.item-more a:before {
  content: "";
  width: 18px;
  height: 18px;
  background-position: -2674px -1px;
  /*@include ie-sprite($icon, $type);*/
  vertical-align: top;
  margin-right: 5px;
  margin-top: 2px;
}

.data-table tr.item-more a.active:before {
  background-position: -2502px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.data-table tr.item-secondary {
  display: none;
}

.data-table tr.item-secondary,
.data-table tr.item-secondary:hover {
  background-color: rgba(15, 136, 183, 0.1);
}

.data-table tr.item-secondary td.product-action {
  text-align: right;
}

.data-table .link-icon {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
}

.data-table .link-icon + .link-icon {
  margin-left: 10px;
}

.data-table .link-icon:before {
  content: "";
  /*@include ie-sprite($icon, $type);*/
}

.data-table .link-icon > span {
  display: none;
  width: 150px;
  padding: .3em 1em;
  background-color: #fff;
  border: 1px solid #acacad;
  border-radius: 4px;
  color: #00395c;
  text-align: center;
  position: absolute;
  bottom: -webkit-calc(100% + 7px);
  bottom: calc(100% + 7px);
  right: -webkit-calc(50% - 75px);
  right: calc(50% - 75px);
}

.data-table .link-icon > span:before {
  content: "";
  display: block;
  border: 8px solid transparent;
  border-top-color: #acacad;
  position: absolute;
  top: 100%;
  left: -webkit-calc(50% - 8px);
  left: calc(50% - 8px);
}

.data-table .link-icon > span:after {
  content: "";
  display: block;
  border: 8px solid transparent;
  border-top-color: #fff;
  position: absolute;
  top: 100%;
  left: -webkit-calc(50% - 8px);
  left: calc(50% - 8px);
  margin-top: -1px;
}

.data-table .link-icon:hover > span {
  display: block;
}

.data-table .link-view:before {
  width: 26px;
  height: 16.5px;
  background-position: -3463px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -13px;
  margin-top: -8.5px;
}

.data-table .link-reorder:before {
  width: 20px;
  height: 20px;
  background-position: -2694px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
}

.data-table .link-track {
  width: 40px;
}

.data-table .link-track:before {
  width: 31px;
  height: 26.6px;
  background-position: -3430px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15.5px;
  margin-top: -13.5px;
}

.data-table .link-sav {
  width: 28px;
}

.data-table .link-sav:before {
  width: 18.1px;
  height: 21px;
  background-position: -2716px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -9px;
  margin-top: -10.5px;
}

.data-table .link-download:before {
  width: 23.4px;
  height: 26px;
  background-position: -1557px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -11.5px;
  margin-top: -13px;
}

.data-table .print-icon {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
}

.data-table .print-icon + .link-icon {
  margin-left: 10px;
}

.data-table .print-icon:before {
  content: "";
  background-image: url("https://www.moraco.fr/skin/frontend/moraco/default/images/print.png");
  background-position: 0 0;
  height: 26px;
  margin-top: -11px;
}

.data-table .print-icon > span {
  display: none;
  width: 150px;
  padding: .3em 1em;
  background-color: #fff;
  border: 1px solid #acacad;
  border-radius: 4px;
  color: #00395c;
  text-align: center;
  position: absolute;
  bottom: -webkit-calc(100% + 7px);
  bottom: calc(100% + 7px);
  right: -webkit-calc(50% - 75px);
  right: calc(50% - 75px);
}

.data-table .print-icon > span:before {
  content: "";
  display: block;
  border: 8px solid transparent;
  border-top-color: #acacad;
  position: absolute;
  top: 100%;
  left: -webkit-calc(50% - 8px);
  left: calc(50% - 8px);
}

.data-table .print-icon > span:after {
  content: "";
  display: block;
  border: 8px solid transparent;
  border-top-color: #fff;
  position: absolute;
  top: 100%;
  left: -webkit-calc(50% - 8px);
  left: calc(50% - 8px);
  margin-top: -1px;
}

.data-table .print-icon:hover > span {
  display: block;
}

.data-table td.product-category,
.product-item div.product-category {
  padding-left: 0;
  padding-right: 0;
}

.data-table td.product-category .icon,
.product-item div.product-category .icon {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 35px;
  height: 30px;
}

.data-table td.product-category .icon:before,
.product-item div.product-category .icon:before {
  content: "";
  /*@include ie-sprite($icon, $type);*/
}

.data-table td.product-category .icon.cat-306:before,
.product-item div.product-category .icon.cat-306:before {
  width: 25px;
  height: 19.4px;
  background-position: -1118px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12.5px;
  margin-top: -9.5px;
}

.data-table td.product-category .icon.cat-311:before,
.product-item div.product-category .icon.cat-311:before {
  width: 25px;
  height: 18.5px;
  background-position: -390px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12.5px;
  margin-top: -9.5px;
}

.data-table td.product-category .icon.cat-317:before,
.product-item div.product-category .icon.cat-317:before {
  width: 15px;
  height: 25.4px;
  background-position: -478px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7.5px;
  margin-top: -12.5px;
}

.data-table td.product-category .icon.cat-328:before,
.product-item div.product-category .icon.cat-328:before {
  width: 26.8px;
  height: 25px;
  background-position: -1172px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -13.5px;
  margin-top: -12.5px;
}

.data-table td.product-category .icon.cat-341:before,
.product-item div.product-category .icon.cat-341:before {
  width: 25px;
  height: 25px;
  background-position: -674px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12.5px;
  margin-top: -12.5px;
}

.data-table td.product-category .icon.cat-347:before,
.product-item div.product-category .icon.cat-347:before {
  width: 25px;
  height: 22.8px;
  background-position: -620px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12.5px;
  margin-top: -11.5px;
}

.data-table td.product-category .icon.cat-361:before,
.product-item div.product-category .icon.cat-361:before {
  width: 24px;
  height: 25px;
  background-position: -860px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  margin-top: -12.5px;
}

.data-table td.product-category .icon.cat-378:before,
.product-item div.product-category .icon.cat-378:before {
  width: 33px;
  height: 8.8px;
  background-position: -966px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -16.5px;
  margin-top: -4.5px;
}

.data-table td.product-category .icon.cat-386:before,
.product-item div.product-category .icon.cat-386:before {
  width: 25px;
  height: 25px;
  background-position: -912px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12.5px;
  margin-top: -12.5px;
}

.data-table td.product-category .icon.cat-394:before,
.product-item div.product-category .icon.cat-394:before {
  width: 26px;
  height: 15.5px;
  background-position: -512px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -13px;
  margin-top: -8px;
}

.data-table td.product-category .icon.cat-409:before,
.product-item div.product-category .icon.cat-409:before {
  width: 24px;
  height: 23.9px;
  background-position: -568px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  margin-top: -12px;
}

.data-table td.product-category .icon.cat-414:before,
.product-item div.product-category .icon.cat-414:before {
  width: 34px;
  height: 15.2px;
  background-position: -788px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -17px;
  margin-top: -7.5px;
}

.data-table td.product-category .icon.cat-430:before,
.product-item div.product-category .icon.cat-430:before {
  width: 28px;
  height: 16px;
  background-position: -728px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -14px;
  margin-top: -8px;
}

.data-table td.product-category .icon.cat-434:before,
.product-item div.product-category .icon.cat-434:before {
  width: 25px;
  height: 25px;
  background-position: -1036px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12.5px;
  margin-top: -12.5px;
}

.data-table td.product-category .icon.cat-448:before,
.product-item div.product-category .icon.cat-448:before {
  width: 12px;
  height: 22.4px;
  background-position: -1090px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -6px;
  margin-top: -11px;
}

.data-table td.product-category .icon.cat-453:before,
.product-item div.product-category .icon.cat-453:before {
  width: 15px;
  height: 25px;
  background-position: -444px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7.5px;
  margin-top: -12.5px;
}

/* ============================================ *
 * Generic Info Table
 * ============================================ */

.info-box {
  border: 1px solid #C0C0C0;
  padding: 12px 15px;
  margin: 0 0 15px;
}

.info-box h2 {
  font-weight: bold;
  font-size: 13px;
}

.info-table th,
.info-table td {
  vertical-align: top;
}

.info-table th {
  font-weight: bold;
  padding: 4px 20px 4px 0;
}

.info-table td {
  padding: 4px 0;
}

/* ============================================ *
 * Zebra-Stripe Table
 * ============================================ */

.zebra-table tr:first-child,
.zebra-table th:first-child {
  border-top: 1px solid #C0C0C0;
}

.zebra-table td,
.zebra-table th {
  border-bottom: 1px solid #C0C0C0;
  padding: 6px;
  background-color: transparent;
}

.zebra-table tr {
  background-color: #EEEDED;
}

.zebra-table tr:nth-child(odd) {
  background-color: #F8F7F5;
}

/* ============================================ *
 * Linearize Table
 * ============================================ */

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/

#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/

#cboxOverlay {
  background: #000;
  opacity: 0.8 !important;
  filter: alpha(opacity=80);
}

#colorbox {
  outline: 0;
}

/*#cboxTopLeft{width:25px; height:25px; background: #fff;}
    #cboxTopCenter{height:25px; background: #fff;}
    #cboxTopRight{width:25px; height:25px; background: #fff;}
    #cboxBottomLeft{width:25px; height:25px; background: #fff;}
    #cboxBottomCenter{height:25px; background: #fff;}
    #cboxBottomRight{width:25px; height:25px; background: #fff;}
    #cboxMiddleLeft{width:25px; background: #fff;}
    #cboxMiddleRight{width:25px; background: #fff;}*/

#cboxContent {
  padding: 30px;
  background: #fff;
  overflow: hidden;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxTitle {
  position: absolute;
  bottom: 0px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #999;
}

#cboxCurrent {
  position: absolute;
  bottom: 0px;
  left: 100px;
  color: #999;
}

#cboxLoadingOverlay {
  background: #fff url("https://www.moraco.fr/skin/frontend/moraco/default/css/ajax-loader.gif") no-repeat 5px 5px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
  color: grey;
}

#cboxPrevious:after,
#cboxNext:after,
#cboxSlideshow:after,
#cboxClose:after {
  display: none;
}

#cboxClose {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 30px;
  font-size: 0;
  text-indent: 100%;
  overflow: hidden;
}

#cboxClose:before,
#cboxClose:after {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: -webkit-calc(50% - 7px);
  left: calc(50% - 7px);
  opacity: 1;
}

#cboxClose:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#cboxClose:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}

/*#cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
        #cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
        #cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
        #cboxClose{position:absolute; bottom:0; right:0; display:block; color:#444;}*/

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/

.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
// =============================================
// COLORBOX FOR PRODUCT IMAGE
// =============================================

.cbox-product {
    #cboxContent {
        padding: 10px 10px 60px;
    }
    #cboxClose {
        background: #fff;
        border-radius: 0;
    }
    #cboxTitle {
        position: static;
        height: 2.5em;
        overflow: hidden;
        margin-top: .3em;
        padding: 0 50px;
        font-size: .9em;
        color: grey;
        line-height: 1.3;
    }
    #cboxCurrent {
        position: static;
        width: 100%;
        font-size: .8em;
        text-align: center;
    }
    #cboxPrevious,
    #cboxNext {
        display: block;
        width: 42px;
        height: 42px;
        background-color: #b9d299;
        @include no-txt();
        position: absolute;
        bottom: 10px;

        &:before {
            content: "";
            @include arrow(8px, 2px, #fff, left);
            position: absolute;
            top: calc(50% - 5px);
            left: 50%;
        }
    }
    #cboxPrevious {
        left: 10px;

        &:before {
            margin-left: -2px;
        }
    }
    #cboxNext {
        right: 10px;

        &:before {
            transform: rotate(45deg);
            margin-left: -7px;
        }
    }
    
    &.cbox-video {
        #cboxContent {
            padding-bottom: 10px;
        }
    }
}
*/

.cbox-product,
.cbox-product #cboxWrapper,
.cbox-product #cboxContent {
  overflow: visible !important;
}

.cbox-product #cboxTitle {
  display: none !important;
}

.cbox-product #cboxContent {
  padding: 0;
  background: #fff url("https://www.moraco.fr/skin/frontend/moraco/default/css/ajax-loader.gif") no-repeat center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.cbox-product .cboxIframe {
  background: #fff url("https://www.moraco.fr/skin/frontend/moraco/default/css/ajax-loader.gif") no-repeat center;
}

.cbox-product #cboxClose {
  top: -14px;
  right: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  outline: none;
}

.cbox-product #cboxClose:before,
.cbox-product #cboxClose:after {
  width: 26px;
  height: 3px;
  border-radius: 2px;
  top: -webkit-calc(50% - 2px);
  top: calc(50% - 2px);
  left: -webkit-calc(50% - 12px);
  left: calc(50% - 12px);
  background-color: #00395c;
}

.cbox-product#cboxOverlay {
  background: #4d6e81;
}

.cbox-product-error #cboxContent {
  padding: 0;
}

.cbox-product-error ul.messages {
  margin-bottom: 0;
}

.cbox-product-error ul.messages .error-msg li {
  margin: 0;
  padding: 40px;
  font-weight: 700;
  color: #DF280A;
}

/* ============================================ *
 * Global
 * ============================================ */

html,
body {
  height: 100%;
}

body.no-scroll {
  overflow: hidden;
}

.wrapper {
  min-width: 320px;
  min-height: 100%;
  margin: 0 auto;
  background: #FFFFFF;
  overflow: hidden;
}

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

.wrap {
  margin: 0 auto;
  max-width: 1400px;
  padding-left: 15px;
  padding-right: 15px;
}

/* ============================================ *
 * Header
 * ============================================ */

.page-header-container {
  position: relative;
}

.page-header-container.sticky-initialized {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  background-color: #fff;
}

.page-header-container.sticky {
  -webkit-transition: all .3s ease .3s,-webkit-transform .3s ease 0s;
  transition: all .3s ease .3s,-webkit-transform .3s ease 0s;
  transition: all .3s ease .3s,transform .3s ease 0s;
  transition: all .3s ease .3s,transform .3s ease 0s,-webkit-transform .3s ease 0s;
  -webkit-transform: translateY(-142px);
  -ms-transform: translateY(-142px);
  transform: translateY(-142px);
}

.page-header-container.sticky.displayed {
  -webkit-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  transform: translateY(-80px);
}

.header-language-container,
.page-header {
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
}

/* ============================================ *
 * Language switcher + welcome message
 * ============================================ */

.header-language-background {
  padding: 10px;
  background-color: #c60520;
  text-transform: uppercase;
}

.header-language-background .header-language-container {
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto;
}

.header-language-background:after {
  content: '';
  display: table;
  clear: both;
}

.header-language-background .form-language,
.header-language-background .currency-switcher {
  float: left;
  margin-right: 10px;
}

.header-language-background .welcome-msg {
  float: right;
}

.page-header-container .store-language-container {
  float: right;
  max-width: 35%;
  padding: 13px 15px 10px 10px;
}

.page-header-container .store-language-container label {
  display: none;
}

.page-header-container .store-language-container select {
  max-width: 100%;
}

.header-language-background,
.header-language-background a {
  color: #E6E6E6;
}

.header-top {
  background-color: #00395c;
  color: #fff;
}

.header-top .wrap {
  position: relative;
  max-width: 1370px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.header-top .wrap:after {
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Logo
 * ============================================ */

.header-logo {
  width: 100%;
  padding: 0 15px;
}

.logo {
  display: block;
}

.logo img {
  max-width: 100%;
}

.logo .small {
  display: block;
}

.logo .large {
  display: none;
}

.page-header .logo {
  /*float: left;
        width: 65%;*/
  max-width: 200px;
  min-width: 100px;
  min-height: 44px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
}

.logo:hover {
  opacity: 0.8;
}

/* ============================================ *
 * Skip Links
 * ============================================ */

.skip-links {
  clear: both;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #CCCCCC;
  margin: 0;
}

/* -------------------------------------------- *
 * Skip - Link
 */

.skip-link {
  position: relative;
  float: left;
  width: 25%;
  height: 44px;
  background: #FFFFFF;
  color: #00395c;
  line-height: 42px;
  text-align: center;
}

.skip-link:hover {
  color: #00395c;
}

.logged-in .skip-link {
  width: 20%;
}

a.skip-link {
  text-decoration: none;
}

.skip-link:not(.skip-active):hover {
  opacity: 0.8;
}

/* -------------------------------------------- *
 * Skip Link - Active
 */

/* -------------------------------------------- *
 * Skip Link - Icon
 */

.skip-link .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

.skip-link.skip-nav .icon,
.skip-link.skip-cart:not(.no-count) .icon {
  margin-right: 3px;
}

/* -------------------------------------------- *
 * Skip Link - Label
 */

.skip-link .label {
  display: none;
}

/* ============================================ *
 * Skip Content
 * ============================================ */

.skip-content {
  display: none;
}

.skip-content.skip-active {
  display: block;
}

/* ============================================ *
 * Global Header Navigation
 * ============================================ */

.account-cart-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
}

.header-subcontainer {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-switch-mode {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100%;
  padding: .75em 1em;
  background-color: #0f88b7;
}

.header-switch-mode .label {
  display: block;
  margin: 0 0 .5em;
  font-weight: 600;
  font-size: 1em;
  color: #fff;
  line-height: 1.1;
  text-align: center;
}

.header-switch-mode a {
  margin: 0 auto;
}

.public-mode-link {
  position: relative;
  display: block;
  width: 80px;
  padding: 3px;
  background-color: #00395c;
  border-radius: 15px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.2;
}

.public-mode-link .mode-name {
  display: inline-block;
  vertical-align: top;
  margin-top: .2em;
}

.public-mode-link:hover {
  color: #fff;
  text-decoration: none;
}

.public-mode-link:hover:after {
  background-color: #fff;
}

.public-mode-link:hover .help {
  display: block;
}

.public-mode-link:focus {
  color: #fff;
}

.public-mode-link:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #c60520;
  border-radius: 50%;
}

.public-mode-link .help {
  display: none;
  width: 200px;
  padding: .5em 1em;
  background-color: #ecedee;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 57, 92, 0.8);
  color: #00395c;
  font-weight: 400;
  text-align: center;
  text-transform: none;
  position: absolute;
  top: -12px;
  right: -webkit-calc(100% + 15px);
  right: calc(100% + 15px);
}

.public-mode-link .help:after {
  content: "";
  display: block;
  border: 8px solid transparent;
  border-left-color: #ecedee;
  position: absolute;
  top: -webkit-calc(50% - 8px);
  top: calc(50% - 8px);
  left: -webkit-calc(100% - 1px);
  left: calc(100% - 1px);
}

.public-mode-link.pro {
  padding-left: 16px;
}

.public-mode-link.pro:after {
  float: right;
}

.public-mode-link.public:after {
  float: left;
  margin-right: 6px;
}

/**
* HEADER CONTACT (PHONE NUMBER)
*/

.contact-phone {
  line-height: 1.2;
  text-align: center;
}

.contact-phone .label {
  margin-left: 24px;
  font-size: 1.1em;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.contact-phone .phone-number {
  display: block;
  font-weight: 700;
  font-size: 1.8em;
}

.contact-phone .phone-number:before {
  content: "";
  width: 16px;
  height: 23px;
  background-position: -2638px -1px;
  /*@include ie-sprite($icon, $type);*/
  margin-right: 8px;
  margin-bottom: -2px;
}

.contact-phone a {
  color: #00395c;
  text-decoration: none;
}

.header-contact {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 10px 15px;
}

.header-contact a {
  color: #fff;
}

.header-contact .phone-number:before {
  background-position: -2656px -1px;
  /*@include ie-sprite($icon, $type);*/
}

/* ============================================ *
 * Nav - Skip Link
 * ============================================ */

.skip-nav {
  width: 50%;
}

.logged-in .skip-nav {
  width: 40%;
}

.skip-nav:not(.skip-active):hover {
  text-decoration: none;
}

.skip-nav .icon {
  position: relative;
}

.skip-nav .icon:before,
.skip-nav .icon:after {
  content: "";
  display: block;
  width: 22px;
  border: 2px solid #00395c;
  position: absolute;
  left: -webkit-calc(50% - 11px);
  left: calc(50% - 11px);
}

.skip-nav .icon:before {
  height: 18px;
  border-width: 2px 0;
  top: -webkit-calc(50% - 9px);
  top: calc(50% - 9px);
}

.skip-nav .icon:after {
  height: 0;
  border-width: 2px 0 0;
  background-color: #00395c;
  top: -webkit-calc(50% - 1px);
  top: calc(50% - 1px);
}

.skip-nav.skip-active .icon:before,
.skip-nav.skip-active .icon:after {
  border-color: #fff;
}

.skip-nav .label {
  display: inline;
}

/* ============================================ *
 * Nav - Skip Content
 * ============================================ */

#header-nav > .wrap {
  margin: 0 auto;
  max-width: 1370px;
  padding-left: 0;
  padding-right: 0;
}

/* ============================================ *
 * Nav Primary
 * ============================================ */

/* ============================================ *
 * General Navigation Styles
 * ============================================ */

.nav-primary {
  /*** LEVEL ACCOUNT ***/
  /*** ICONS ***/
}

.nav-primary a {
  text-decoration: none;
  position: relative;
  display: block;
  color: #00395c;
  line-height: 30px;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.nav-primary li.level1 a,
.nav-primary li.level2 a {
  border-bottom: 1px solid #CCCCCC;
}

.nav-primary ul.level1 {
  padding-left: 1em;
}

.nav-primary a.has-icon {
  position: relative;
  padding-left: 60px;
}

.nav-primary a.has-icon:before {
  content: "";
  /*@include ie-sprite($icon, $type);*/
}

.nav-primary li.secondary > ul.level0,
.nav-primary li.destockage > ul.level0 {
  padding: 1em;
}

.nav-primary li.secondary > ul.level0 ul li a,
.nav-primary li.destockage > ul.level0 ul li a {
  padding: .3em 1em .3em .5em;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 1.25em;
  font-weight: 500;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.no-touchevents .nav-primary li.secondary > ul.level0 ul li a:hover,
.no-touchevents .nav-primary li.destockage > ul.level0 ul li a:hover {
  background-color: #00395c;
  color: #fff;
}

.no-touchevents .nav-primary li.secondary > ul.level0 ul li a:focus,
.no-touchevents .nav-primary li.destockage > ul.level0 ul li a:focus {
  background-color: #00395c;
  color: #fff;
}

.touchevents .nav-primary li.secondary > ul.level0 ul li a:active,
.touchevents .nav-primary li.destockage > ul.level0 ul li a:active {
  background-color: #00395c;
  color: #fff;
}

.nav-primary li.secondary > ul.level0 ul li:last-child a,
.nav-primary li.destockage > ul.level0 ul li:last-child a {
  border-bottom: 0;
}

.nav-primary li.level-account {
  min-height: 60px;
  padding: 12px;
  text-align: center;
}

.nav-primary li.level-account:before {
  content: "";
  display: block;
  height: 20px;
  width: 1px;
  background-color: #00395c;
  position: absolute;
  left: -1px;
  top: -webkit-calc(50% - 11px);
  top: calc(50% - 11px);
  z-index: 1;
}

.nav-primary li.level-account > span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: .55em 1em 0 0;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 1.05em;
  font-weight: 700;
  color: #999;
  text-transform: uppercase;
}

.nav-primary li.level-account > a {
  display: inline-block;
  padding-left: 1em;
  padding-right: 1em;
  color: #fff;
  line-height: 1.5;
}

.nav-primary li.level-account > a:after {
  display: none !important;
}

.nav-primary li.level-account > a.login {
  background-color: transparent;
  border: 1px solid #00395c;
  color: #00395c;
}

.nav-primary li.level-account > a.login:hover {
  background-color: #00395c;
  color: #fff;
}

.nav-primary li.level-account.logged-in {
  padding: .7em 1.5em .5em;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.nav-primary li.level-account.logged-in:before {
  display: none;
}

.nav-primary li.level-cart .btn-cart {
  position: relative;
  height: 60px;
  padding: .9em 1.5em;
  padding-right: 2em;
  border-radius: 0;
  font-size: 1.2rem;
  color: #fff;
}

.nav-primary li.level-cart .btn-cart:before {
  content: "";
  width: 29.2px;
  height: 25px;
  background-position: -358px -1px;
  /*@include ie-sprite($icon, $type);*/
  vertical-align: top;
  margin-right: 12px;
}

.nav-primary li.secondary.customer > ul.level0 {
  padding: 0;
  left: 0;
  border-width: 0;
}

.nav-primary li.secondary.customer > a.level0.has-icon {
  font-size: 1.2em;
  font-weight: 500;
  text-transform: none;
  text-align: left;
}

.nav-primary li.secondary.customer > a.level0.has-icon:before {
  width: 22px;
  height: 22px;
  background-position: -1926px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 48%;
  left: 30px;
  margin-left: -11px;
  margin-top: -11px;
}

.nav-primary li.secondary.customer.menu-active > a.level0.has-icon:before {
  background-position: -1950px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.no-touchevents .nav-primary li.secondary.customer:hover > a.level0.has-icon:before {
  background-position: -1950px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.no-touchevents .nav-primary li.secondary.customer:focus > a.level0.has-icon:before {
  background-position: -1950px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.touchevents .nav-primary li.secondary.customer:active > a.level0.has-icon:before {
  background-position: -1950px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.nav-primary li.catalog {
  /*&:hover,*/
}

.nav-primary li.catalog .has-icon:before {
  width: 16px;
  height: 20px;
  background-position: -2354px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 47%;
  left: 30px;
  margin-left: -8px;
  margin-top: -10px;
}

.nav-primary li.catalog.menu-active .has-icon:before {
  background-position: -2372px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.no-touchevents .nav-primary li.catalog:hover .has-icon:before {
  background-position: -2372px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.touchevents .nav-primary li.catalog:active .has-icon:before {
  background-position: -2372px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.nav-primary li.vehicles {
  /*&:hover,*/
}

.nav-primary li.vehicles .has-icon:before {
  width: 31.6px;
  height: 20px;
  background-position: -2434px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 47%;
  left: 30px;
  margin-left: -16px;
  margin-top: -10px;
}

.nav-primary li.vehicles.menu-active .has-icon:before {
  background-position: -2468px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.no-touchevents .nav-primary li.vehicles:hover .has-icon:before {
  background-position: -2468px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.touchevents .nav-primary li.vehicles:active .has-icon:before {
  background-position: -2468px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.nav-primary li.tires {
  /*&:hover,*/
}

.nav-primary li.tires .has-icon {
  padding-left: 52px;
}

.nav-primary li.tires .has-icon:before {
  width: 20px;
  height: 20px;
  background-position: -2390px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 47%;
  left: 30px;
  margin-left: -10px;
  margin-top: -10px;
}

.nav-primary li.tires.menu-active .has-icon:before {
  background-position: -2412px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.no-touchevents .nav-primary li.tires:hover .has-icon:before {
  background-position: -2412px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.touchevents .nav-primary li.tires:active .has-icon:before {
  background-position: -2412px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.nav-primary li.manufacturers {
  /*&:hover,*/
}

.nav-primary li.manufacturers .has-icon {
  padding-left: 52px;
}

.nav-primary li.manufacturers .has-icon:before {
  width: 20px;
  height: 20px;
  background-position: -1748px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 47%;
  left: 30px;
  margin-left: -10px;
  margin-top: -10px;
}

.nav-primary li.manufacturers.menu-active .has-icon:before {
  background-position: -1770px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.no-touchevents .nav-primary li.manufacturers:hover .has-icon:before {
  background-position: -1770px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.touchevents .nav-primary li.manufacturers:active .has-icon:before {
  background-position: -1770px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.nav-primary li.destockage {
  /*&:hover,*/
}

.nav-primary li.destockage .has-icon {
  padding-left: 52px;
  font-size: 1.2em !important;
}

.nav-primary li.destockage .has-icon:before {
  width: 12.6px;
  height: 20px;
  background-position: -1792px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 47%;
  left: 30px;
  margin-left: -6.5px;
  margin-top: -10px;
}

.nav-primary li.destockage.menu-active .has-icon:before {
  background-position: -1807px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.no-touchevents .nav-primary li.destockage:hover .has-icon:before {
  background-position: -1807px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.touchevents .nav-primary li.destockage:active .has-icon:before {
  background-position: -1807px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.nav-primary .menu-active > ul.level0,
.nav-primary li.level0 li.sub-menu-active > ul {
  display: block;
}

.nav-primary li.level0 > a {
  text-transform: uppercase;
}

/* ============================================ *
 * Small Viewports - Accordion Style Menu
 * ============================================ */

/* ============================================ *
 * Large Viewports - Dropdown Menu
 * ============================================ */

.nav-primary li.menu-active > ul {
  display: block;
}

.nav-primary li.catalog .wrap > ul {
  position: relative;
  overflow: hidden;
}

.nav-primary li.catalog .wrap > ul:after {
  content: '';
  display: table;
  clear: both;
}

.nav-primary li.level-catalog-menu {
  -webkit-transition: min-height .3s ease;
  transition: min-height .3s ease;
}

.nav-primary li.level-catalog-menu li.level0 {
  margin-bottom: .5em;
}

.nav-primary li.level-catalog-menu li.level0:hover > a {
  color: #00395c;
}

.nav-primary li.level-catalog-menu li.level0.menu-active > a {
  background-color: #00395c;
  color: #fff;
}

.nav-primary li.level-catalog-menu li.level0.menu-active > a:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-primary li.level-catalog-menu li.level0.menu-active > a .icon:before {
  opacity: 0;
}

.nav-primary li.level-catalog-menu li.level0.menu-active > a .icon:after {
  opacity: 1;
}

.nav-primary li.level-catalog-menu li.level0.parent > a:after {
  content: "+";
  width: auto;
  height: auto;
  border: none;
  font-weight: 400;
  font-size: 2.3rem;
  line-height: 1;
  margin-top: -.45em;
  margin-bottom: 0;
  left: auto;
  right: 12px;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.nav-primary li.level-catalog-menu a.level0 {
  position: relative;
  padding: .5em 38px .5em 50px;
  background-color: #f7f8f9;
  border: none;
  font-size: 1.25em;
  font-weight: 500;
  color: #00395c;
  text-transform: none;
  line-height: normal;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.nav-primary li.level-catalog-menu a.level0 .icon {
  display: block;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.nav-primary li.level-catalog-menu a.level0 .icon:before,
.nav-primary li.level-catalog-menu a.level0 .icon:after {
  content: "";
  /*@include ie-sprite($icon, $type);*/
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.nav-primary li.level-catalog-menu a.level0 .icon:after {
  opacity: 0;
}

.nav-primary li.level-catalog-menu a.level0.category-node-306 .icon:before {
  width: 25px;
  height: 19.4px;
  background-position: -1118px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12.5px;
  margin-top: -9.5px;
}

.nav-primary li.level-catalog-menu a.level0.category-node-306 .icon:after {
  width: 25px;
  height: 19.4px;
  background-position: -1145px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12.5px;
  margin-top: -9.5px;
}

.nav-primary li.level-catalog-menu a.level0.category-node-311 .icon:before {
  width: 25px;
  height: 18.5px;
  background-position: -390px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12.5px;
  margin-top: -9.5px;
}

.nav-primary li.level-catalog-menu a.level0.category-node-311 .icon:after {
  width: 25px;
  height: 18.5px;
  background-position: -417px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12.5px;
  margin-top: -9.5px;
}

.nav-primary li.level-catalog-menu a.level0.category-node-317 .icon:before {
  width: 15px;
  height: 25.4px;
  background-position: -478px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7.5px;
  margin-top: -12.5px;
}

.nav-primary li.level-catalog-menu a.level0.category-node-317 .icon:after {
  width: 15px;
  height: 25.4px;
  background-position: -495px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7.5px;
  margin-top: -12.5px;
}

.nav-primary li.level-catalog-menu a.level0.category-node-328 .icon:before {
  width: 26.8px;
  height: 25px;
  background-position: -1172px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -13.5px;
  margin-top: -12.5px;
}

.nav-primary li.level-catalog-menu a.level0.category-node-328 .icon:after {
  width: 26.8px;
  height: 25px;
  background-position: -1201px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -13.5px;
  margin-top: -12.5px;
}

.nav-primary li.level-catalog-menu a.level0.category-node-341 .icon:before {
  width: 25px;
  height: 25px;
  background-position: -674px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12.5px;
  margin-top: -12.5px;
}

.nav-primary li.level-catalog-menu a.level0.category-node-341 .icon:after {
  width: 25px;
  height: 25px;
  background-position: -701px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12.5px;
  margin-top: -12.5px;
}

.nav-primary li.level-catalog-menu a.level0.category-node-347 .icon:before {
  width: 25px;
  height: 22.8px;
  background-position: -620px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12.5px;
  margin-top: -11.5px;
}

.nav-primary li.level-catalog-menu a.level0.category-node-347 .icon:after {
  width: 25px;
  height: 22.8px;
  background-position: -647px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12.5px;
  margin-top: -11.5px;
}

.nav-primary li.level-catalog-menu a.level0.category-node-361 .icon:before {
  width: 24px;
  height: 25px;
  background-position: -860px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  margin-top: -12.5px;
}

.nav-primary li.level-catalog-menu a.level0.category-node-361 .icon:after {
  width: 24px;
  height: 25px;
  background-position: -886px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  margin-top: -12.5px;
}

.nav-primary li.level-catalog-menu a.level0.category-node-378 .icon:before {
  width: 33px;
  height: 8.8px;
  background-position: -966px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -16.5px;
  margin-top: -4.5px;
}

.nav-primary li.level-catalog-menu a.level0.category-node-378 .icon:after {
  width: 33px;
  height: 8.8px;
  background-position: -1001px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -16.5px;
  margin-top: -4.5px;
}

.nav-primary li.level-catalog-menu a.level0.category-node-386 .icon:before {
  width: 25px;
  height: 25px;
  background-position: -912px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12.5px;
  margin-top: -12.5px;
}

.nav-primary li.level-catalog-menu a.level0.category-node-386 .icon:after {
  width: 25px;
  height: 25px;
  background-position: -939px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12.5px;
  margin-top: -12.5px;
}

.nav-primary li.level-catalog-menu a.level0.category-node-394 .icon:before {
  width: 26px;
  height: 15.5px;
  background-position: -512px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -13px;
  margin-top: -8px;
}

.nav-primary li.level-catalog-menu a.level0.category-node-394 .icon:after {
  width: 26px;
  height: 15.5px;
  background-position: -540px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -13px;
  margin-top: -8px;
}

.nav-primary li.level-catalog-menu a.level0.category-node-409 .icon:before {
  width: 24px;
  height: 23.9px;
  background-position: -568px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  margin-top: -12px;
}

.nav-primary li.level-catalog-menu a.level0.category-node-409 .icon:after {
  width: 24px;
  height: 23.9px;
  background-position: -594px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  margin-top: -12px;
}

.nav-primary li.level-catalog-menu a.level0.category-node-414 .icon:before {
  width: 34px;
  height: 15.2px;
  background-position: -788px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -17px;
  margin-top: -7.5px;
}

.nav-primary li.level-catalog-menu a.level0.category-node-414 .icon:after {
  width: 34px;
  height: 15.2px;
  background-position: -824px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -17px;
  margin-top: -7.5px;
}

.nav-primary li.level-catalog-menu a.level0.category-node-430 .icon:before {
  width: 28px;
  height: 16px;
  background-position: -728px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -14px;
  margin-top: -8px;
}

.nav-primary li.level-catalog-menu a.level0.category-node-430 .icon:after {
  width: 28px;
  height: 16px;
  background-position: -758px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -14px;
  margin-top: -8px;
}

.nav-primary li.level-catalog-menu a.level0.category-node-434 .icon:before {
  width: 25px;
  height: 25px;
  background-position: -1036px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12.5px;
  margin-top: -12.5px;
}

.nav-primary li.level-catalog-menu a.level0.category-node-434 .icon:after {
  width: 25px;
  height: 25px;
  background-position: -1063px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12.5px;
  margin-top: -12.5px;
}

.nav-primary li.level-catalog-menu a.level0.category-node-448 .icon:before {
  width: 12px;
  height: 22.4px;
  background-position: -1090px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -6px;
  margin-top: -11px;
}

.nav-primary li.level-catalog-menu a.level0.category-node-448 .icon:after {
  width: 12px;
  height: 22.4px;
  background-position: -1104px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -6px;
  margin-top: -11px;
}

.nav-primary li.level-catalog-menu a.level0.category-node-453 .icon:before {
  width: 15px;
  height: 25px;
  background-position: -444px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7.5px;
  margin-top: -12.5px;
}

.nav-primary li.level-catalog-menu a.level0.category-node-453 .icon:after {
  width: 15px;
  height: 25px;
  background-position: -461px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7.5px;
  margin-top: -12.5px;
}

.nav-primary li.level-catalog-menu a.level0:hover {
  background-color: #00395c;
  color: #fff !important;
}

.nav-primary li.level-catalog-menu a.level0:hover .icon:before {
  opacity: 0;
}

.nav-primary li.level-catalog-menu a.level0:hover .icon:after {
  opacity: 1;
}

.nav-primary li.level-catalog-menu ul.level0 {
  padding: 1em;
  background-color: #f7f8f9;
  border-style: solid;
  border-color: #00395c;
  border-width: 0 0 0 1px;
  box-shadow: none;
}

.nav-primary li.level-catalog-menu li.level1,
.nav-primary li.level-catalog-menu li.level2 {
  display: inline-block;
  width: 100%;
}

.nav-primary li.level-catalog-menu a.level1,
.nav-primary li.level-catalog-menu a.level2 {
  position: relative;
  padding: .4em 36px .4em 1em;
  border: 0;
  font-size: 1.1em;
  font-weight: 500;
  line-height: normal;
}

.nav-primary li.level-catalog-menu a.level1:after,
.nav-primary li.level-catalog-menu a.level2:after {
  content: "" !important;
  display: block !important;
  width: 5px !important;
  height: 5px !important;
  border-style: solid !important;
  border-color: #00395c !important;
  border-width: 1px 1px 0 0 !important;
  -webkit-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  position: absolute !important;
  right: 20px !important;
  top: -webkit-calc(50% - 3px) !important;
  top: calc(50% - 3px) !important;
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
}

.nav-primary li.level-catalog-menu a.level1:hover,
.nav-primary li.level-catalog-menu a.level2:hover {
  color: #21a8fb;
}

.nav-primary li.level-catalog-menu a.level1:hover:after,
.nav-primary li.level-catalog-menu a.level2:hover:after {
  border-color: #21a8fb;
}

.nav-primary li.vehicles .wrap {
  position: relative;
}

.nav-primary li.vehicles .wrap:after {
  content: '';
  display: table;
  clear: both;
}

.nav-primary li.vehicles li.level1,
.nav-primary li.vehicles li.level2 {
  padding: 0;
}

.nav-primary li.vehicles .menu-group {
  padding: 2em 0;
}

.nav-primary li.vehicles .form-title {
  margin-bottom: 1em;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  color: #00395c;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
}

.nav-primary li.vehicles .button {
  height: 42px;
  padding-top: .9em;
  padding-bottom: .8em;
  background-color: #0f88b7;
  border-radius: 0;
}

.nav-primary li.vehicles .button:hover {
  background-color: #0d769f;
}

.nav-primary li.vehicles .form-list > li {
  padding: 0;
}

.nav-primary li.vehicles .form-list select {
  width: 100%;
  z-index: 1;
}

.nav-primary li.vehicles .form-actions {
  text-align: center;
}

.nav-primary li.vehicles #vehicle .button {
  width: 100%;
}

.nav-primary li.vehicles #quick-vehicle {
  background-color: #ecedee;
  /*.select2-container--default {
            width: 100% !important;
            color: $c-text;

            .select2-selection--multiple {
                @include input-search();
                height: 42px;
                border-radius: 0;
                border-color: $c-input-border;

                .select2-selection__rendered {
                    max-height: 40px;

                    &:after {
                        @include clearfix;
                    }
                }
                .select2-selection__choice {
                    max-width: calc(100% - 25px);
                    margin-top: 9px;
                    overflow: hidden;
                }
                .select2-selection__clear {
                    font-size: 1.5em;
                }
            }
            .select2-search--inline {
                padding: 0;

                .select2-search__field {
                    color: $c-text;
                }
            }
        }
        .select2-container--open {
            .select2-dropdown {
                left: -1px; // compensate the border
            }
        }*/
}

.nav-primary li.vehicles #quick-vehicle:after {
  content: '';
  display: table;
  clear: both;
}

.nav-primary li.vehicles #quick-vehicle .form-list > li {
  margin-bottom: 0;
}

.nav-primary li.vehicles #quick-vehicle .form-actions button {
  width: 100%;
}

.nav-primary li .toggle-content .toggle-tabs {
  padding: 0 12px;
  background-color: transparent;
  border-color: #00395c;
  border-width: 0 0 1px;
}

.nav-primary li .toggle-content .toggle-tabs li {
  margin: 2px 5px 0;
  background-color: #dfdfe0;
  border-top: 1px solid transparent;
}

.nav-primary li .toggle-content .toggle-tabs li > span {
  font-size: 1.2em;
  color: #727171;
}

.nav-primary li .toggle-content .toggle-tabs li:first-child {
  border-left: 1px solid transparent;
}

.nav-primary li .toggle-content .toggle-tabs li.current {
  border-color: #00395c;
}

.nav-primary li .toggle-content .toggle-tabs li.current > span {
  background-color: #f7f8f9;
  font-weight: 700;
  color: #00395c;
}

.nav-primary li .toggle-content .toggle-tabs li:hover > span {
  color: #00395c;
}

.nav-primary li .toggle-content > dl > dd {
  padding: 1em;
  background-color: #f7f8f9;
  border: none;
}

.nav-primary li.tires > ul.level0 {
  padding: 2em 0;
}

.advanced-search-tire > .inner {
  margin: 0 auto;
  max-width: 1400px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}

.advanced-search-tire .form-title {
  display: none;
  margin-bottom: 1em;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  color: #00395c;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
}

.advanced-search-tire .img-help img {
  max-width: 100%;
  height: auto;
  margin: 0 auto 1.5em;
}

.advanced-search-tire .clue {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: .5em;
  background-color: #0f88b7;
  border-radius: 50%;
  font-weight: 500;
  font-size: .9em;
  color: #fff;
  text-align: center;
}

.advanced-search-tire .form-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.advanced-search-tire .form-list > li:not(:last-child) {
  margin-right: 10px;
}

.advanced-search-tire .form-list select {
  width: 100%;
  height: 35px;
  padding: 0 30px 0 .5em;
  background-position: -webkit-calc(100% - 10px) center;
  background-position: calc(100% - 10px) center;
}

.advanced-search-tire .form-actions {
  text-align: center;
}

.advanced-search-tire .form-actions .button {
  max-width: 100%;
  font-size: .9rem;
  padding: .4em 1em .4em;
}

.nav-primary li.manufacturers .manufacturer__link {
  border: none;
}

.nav-primary li.manufacturers h3 {
  font-weight: 700;
  font-size: 1.3em;
  color: #00395c;
}

.nav-primary li.manufacturers .manufacturers-promoted ul li {
  margin-bottom: 1em;
  padding: 0 1em;
}

.nav-primary li.manufacturers .manufacturers-tabs {
  margin-top: 1em;
  margin-bottom: 0;
}

.nav-primary li.manufacturers .manufacturers-tabs .manufacturer__link {
  padding: 1em;
}

.nav-primary li.manufacturers .manufacturers-tabs .manufacturer__logo {
  height: 65px;
}

.nav-primary li.manufacturers .manufacturers-tabs .manufacturer__logo + .manufacturer__name {
  display: block;
  margin-top: .3em;
  font-size: 1.1em;
}

.nav-primary li.manufacturers .manufacturers-tabs .toggle-tabs li {
  margin: 2px 1px 0;
}

.nav-primary li.manufacturers .manufacturers-tabs .toggle-tabs li > span {
  width: 40px;
}

.block-promo {
  margin-bottom: 0;
}

.block-promo a {
  border: none !important;
}

.block-promo img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.block-promo > *:last-child {
  margin-bottom: 1.3rem;
}

.block-account {
  padding: 1.5em 1em;
  background-color: #00395c;
  color: #fff;
  text-align: center;
}

.block-account .block-title {
  font-size: 1.3em;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
}

.block-account .block-title strong {
  display: block;
  font-size: 1.2em;
  color: #fff;
}

.block-account .block-content {
  max-width: 70%;
  margin: .5em auto 0;
  font-size: 1.2em;
  color: #ccc;
  line-height: 1.2;
}

.block-account .wrapper-links {
  margin-top: 1em;
}

.block-account .wrapper-links a {
  background: #c60520;
  display: inline-block;
  padding: .6em 1.4em .5em;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #FFFFFF;
  font-size: .8rem;
  font-weight: normal;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.5;
  vertical-align: middle;
  /*white-space: nowrap;*/
  margin: .5em;
  text-decoration: none;
}

.block-account .wrapper-links a:hover {
  background: #ad041c;
  cursor: pointer;
}

.block-account .wrapper-links a:active {
  background: #940418;
  color: #FFFFFF;
}

.block-account .wrapper-links a:focus {
  background-color: #940418;
  outline: none;
  color: #FFFFFF;
}

.block-account .wrapper-links a:hover {
  color: #fff;
}

.block-account .wrapper-links a:first-child {
  border-bottom-color: transparent;
}

.block-account .wrapper-links a:last-child {
  background-color: transparent;
  border-color: #fff;
}

.shipping-info {
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-align: center;
}

.shipping-info__title {
  display: inline-block;
  margin: 0;
  font-size: 1em;
  font-weight: 700;
  font-style: italic;
  color: #00395c;
  text-transform: uppercase;
}

.shipping-info__title:before {
  content: "";
  width: 16.5px;
  height: 20px;
  background-position: -1230px -1px;
  /*@include ie-sprite($icon, $type);*/
  vertical-align: top;
  margin-right: 7px;
  margin-top: -1px;
}

.shipping-info__content {
  font-size: 1.2em;
  color: #c60520;
  line-height: 1.2;
}

.shipping-info__content .hours {
  font-weight: 700;
  font-size: 1.1em;
}

.shipping-info.time-limit {
  margin-top: .15em;
  text-align: center;
}

.shipping-info.time-limit .shipping-info__title {
  font-size: 1.4em;
  line-height: 1;
}

.shipping-info.time-limit .shipping-info__title:before {
  width: 36px;
  height: 21.7px;
  background-position: -1519px -1px;
  /*@include ie-sprite($icon, $type);*/
  margin-right: 8px;
  margin-top: -4px;
}

.shipping-info.time-limit .shipping-info__content {
  line-height: 1;
}

.customer-account-container-info-banner-shop,
.shipping-info-time-container {
  padding: 1em 0 0;
}

.customer-account-container-info-banner-shop {
  font-weight: 700;
  font-size: 1.3em;
  vertical-align: middle;
}

.customer-account-container-info-banner-shop p {
  display: inline-block;
  vertical-align: middle;
}

/* ============================================ *
 * Search - Skip Link
 * ============================================ */

.skip-search .icon {
  width: 22px;
  height: 22px;
  background-position: -1878px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.skip-search.skip-active .icon {
  background-position: -1902px -1px;
  /*@include ie-sprite($icon, $type);*/
}

/* ============================================ *
 * Search - Skip Content
 * ============================================ */

#header-search {
  padding: 20px;
}

/* ============================================ *
 * Search Input
 * ============================================ */

#search_mini_form .input-box {
  position: relative;
  padding-top: 0;
}

#search_mini_form label {
  display: none;
}

#search_mini_form ::-webkit-input-placeholder,
#search_mini_form ::-moz-placeholder,
#search_mini_form :-ms-input-placeholder,
#search_mini_form :-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
}

#search {
  width: 100%;
  height: 45px;
  /*padding-right: 40px;*/
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.header-top #search {
  border-color: transparent;
}

/* ============================================ *
 * Header - Account
 * ============================================ */

/* -------------------------------------------- *
 * Skip Link - Account
 */

.skip-account .icon {
  width: 22px;
  height: 22px;
  background-position: -1926px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.skip-account.skip-active .icon {
  background-position: -1950px -1px;
  /*@include ie-sprite($icon, $type);*/
}

/* -------------------------------------------- *
 * Account Links
 */

#header-account > .wrap {
  margin: 0 auto;
  max-width: 1370px;
  padding-left: 0;
  padding-right: 0;
}

#header-account .links {
  background-color: #0f88b7;
}

#header-account a {
  position: relative;
  display: block;
  padding: .5em 1em .5em 42px;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 1.25em;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
}

.no-touchevents #header-account a:hover {
  background-color: #0d769f;
  color: #fff;
  text-decoration: none;
}

.no-touchevents #header-account a:focus {
  background-color: #0d769f;
  color: #fff;
  text-decoration: none;
}

.touchevents #header-account a:active {
  background-color: #0d769f;
  color: #fff;
  text-decoration: none;
}

#header-account a:before {
  content: "";
  /*@include ie-sprite($icon, $type);*/
}

#header-account a.home {
  /*&:hover {
                    &:before {
                        @include sprite-svg(menu-pro-home-blue, bg);
                    }
                }*/
}

#header-account a.home:before {
  width: 25px;
  height: 20px;
  background-position: -2045px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 21px;
  margin-left: -12.5px;
  margin-top: -10px;
}

#header-account a.orders {
  /*&:hover {
                    &:before {
                        @include sprite-svg(menu-pro-orders-blue, bg);
                    }
                }*/
}

#header-account a.orders:before {
  width: 19.6px;
  height: 21px;
  background-position: -2130px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 21px;
  margin-left: -10px;
  margin-top: -10.5px;
}

#header-account a.sales {
  /*&:hover {
                    &:before {
                        @include sprite-svg(menu-pro-sales-blue, bg);
                    }
                }*/
}

#header-account a.sales:before {
  width: 28px;
  height: 16.8px;
  background-position: -2230px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 21px;
  margin-left: -14px;
  margin-top: -8.5px;
}

#header-account a.invoices {
  /*&:hover {
                    &:before {
                        @include sprite-svg(menu-pro-invoices-blue, bg);
                    }
                }*/
}

#header-account a.invoices:before {
  width: 15.5px;
  height: 20px;
  background-position: -2090px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 21px;
  margin-left: -8px;
  margin-top: -10px;
}

#header-account a.remainders {
  /*&:hover {
                    &:before {
                        @include sprite-svg(menu-pro-remainders-blue, bg);
                    }
                }*/
}

#header-account a.remainders:before {
  width: 22px;
  height: 22px;
  background-position: -2176px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 21px;
  margin-left: -11px;
  margin-top: -11px;
}

#header-account a.sav {
  /*&:hover {
                    &:before {
                        @include sprite-svg(menu-pro-sav-blue, bg);
                    }
                }*/
}

#header-account a.sav:before {
  width: 22.6px;
  height: 25px;
  background-position: -2285px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 21px;
  margin-left: -11.5px;
  margin-top: -12.5px;
}

#header-account a.user {
  /*&:hover {
                    &:before {
                        @include sprite-svg(menu-pro-user-blue, bg);
                    }
                }*/
}

#header-account a.user:before {
  width: 20px;
  height: 20px;
  background-position: -2332px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 21px;
  margin-left: -10px;
  margin-top: -10px;
}

#header-account a.documents {
  /*&:hover {
                    &:before {
                        @include sprite-svg(menu-pro-documents-blue, bg);
                    }
                }*/
}

#header-account a.documents:before {
  width: 20px;
  height: 24px;
  background-position: -1996px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 21px;
  margin-left: -10px;
  margin-top: -12px;
}

#header-account a.home:before {
  top: 42%;
}

#header-account a.logout {
  padding-left: 30px;
  padding-right: 1em;
  font-weight: 300;
  font-size: .9em;
  text-transform: uppercase;
  /*&:hover {
                &:before, &:after {
                    background-color: $c-main;
                }
            }*/
}

#header-account a.logout:before,
#header-account a.logout:after {
  content: "";
  display: block;
  width: 14px;
  height: 1px;
  background-color: #fff;
  line-height: normal;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 8px;
}

#header-account a.logout:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#header-account a.logout:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* ============================================ *
 * Header - Cart
 * ============================================ */

/* -------------------------------------------- *
 * Skip Link - Cart
 */

.skip-cart .icon {
  width: 25.7px;
  height: 22px;
  background-position: -1822px -1px;
  /*@include ie-sprite($icon, $type);*/
}

/* -------------------------------------------- *
 * Skip Cart Notifier
 */

.skip-cart .count {
  border-radius: 12px;
  display: inline-block;
  top: -6px;
  position: relative;
  z-index: 5;
  width: 22px;
  height: 22px;
  background: rgba(198, 5, 32, 0.9);
  color: #FFFFFF;
  font-size: 11px;
  line-height: 22px;
  text-align: center;
  font-family: "Mercenary", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.skip-link.skip-active .count {
  color: white;
}

.skip-cart.no-count .count {
  display: none;
}

.skip-cart .count.empty {
  display: none;
}

/* -------------------------------------------- *
 * Mini Cart - Empty
 */

.cart-menu .empty {
  padding: 20px;
  text-align: center;
}

/* -------------------------------------------- *
 * Mini Cart - Full
 */

/* Actions */

.cart-menu .actions {
  overflow: hidden;
  padding: 15px;
}

.cart-menu .actions .button {
  float: left;
  width: 48%;
}

.cart-menu .actions .button + .button {
  margin-left: 4%;
}

/* Subtotal */

.cart-menu .subtotal {
  padding: 0 15px 15px;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

/* List */

.mini-cart-list {
  margin-bottom: 5px;
}

.mini-cart-list li {
  position: relative;
  min-height: 90px;
  padding: 15px 15px 15px 90px;
  border-top: 1px solid #CCCCCC;
  font-size: 13px;
  line-height: 1.35;
}

.mini-cart-list .product-name {
  display: inline-block;
}

.mini-cart-list .product-image {
  position: absolute;
  left: 15px;
  top: 15px;
}

.mini-cart-list .product-image img {
  width: 60px;
  height: 60px;
}

.mini-cart-list .has-options {
  margin-bottom: 0;
  color: #A0A0A0;
  font-size: 12px;
}

/* Too full - additional items will be shown in cart */

.cart-menu .last-added {
  padding: 10px 15px 15px;
  border-top: 1px solid #CCCCCC;
  font-size: 13px;
}

/* ============================================ *
 * Footer before
 * ============================================ */

.footer-before {
  margin: 0 auto;
  max-width: 1400px;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-before .block-subscribe {
  position: relative;
  z-index: 2;
  margin-bottom: -45px;
  padding: 1.5em;
  background-color: #fff;
  border: 5px solid #fff;
  overflow: hidden;
}

.footer-before .block-subscribe:before {
  content: "";
  display: block;
  width: 830px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 530px;
  background-image: url("https://www.moraco.fr/skin/frontend/moraco/default/images/block-subscribe-bg.jpg");
  background-repeat: no-repeat;
  background-position: right center;
}

.footer-before .block-subscribe:after {
  content: '';
  display: table;
  clear: both;
}

.footer-before .block-subscribe > * {
  position: relative;
}

.footer-before .block-subscribe .block-title {
  margin-bottom: 0;
  padding-top: 0;
  border: none;
}

.footer-before .block-subscribe .block-subtitle {
  margin: 0;
  font-weight: 400;
  color: #00395c;
}

.footer-before .block-subscribe .block-content {
  max-width: 545px;
  margin-top: 1.5em;
  overflow: hidden;
}

.footer-before .block-subscribe .input-text {
  width: 100%;
}

.footer-before .block-subscribe .button {
  width: 100%;
  height: 42px;
  border-radius: 0;
  padding-left: .5em;
  padding-right: .5em;
  background-color: #0f88b7;
}

.footer-before .block-subscribe .button:hover {
  background-color: #0d769f;
}

.footer-before .block-subscribe #amprivacy-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: .5em;
}

.footer-before .block-subscribe #amprivacy-checkbox div.input-box {
  width: auto !important;
  padding-top: 0 !important;
}

.footer-before .block-subscribe #amprivacy-checkbox label {
  margin-bottom: 0;
}

/* ============================================ *
 * Footer
 * ============================================ */

/* -------------------------------------------- *
 * Footer
 */

.footer,
.footer button {
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.footer-container {
  position: relative;
  clear: both;
  width: 100%;
  padding-top: -webkit-calc(3em + 45px);
  padding-top: calc(3em + 45px);
  padding-bottom: 2em;
  background-color: #00395c;
}

.footer-container:before {
  content: "";
  display: block;
  width: 800px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(45deg, rgba(0, 18, 30, 0.8) 0%, rgba(0, 18, 30, 0.8) 1%, rgba(0, 18, 30, 0) 60%, rgba(0, 18, 30, 0) 100%);
  background: linear-gradient(45deg, rgba(0, 18, 30, 0.8) 0%, rgba(0, 18, 30, 0.8) 1%, rgba(0, 18, 30, 0) 60%, rgba(0, 18, 30, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc00121e', endColorstr='#0000121e',GradientType=1 );
}

.logged-in .footer-container {
  padding-top: 3em;
}

.soc-links {
  margin-bottom: 1.5em;
  font-size: 1.2em;
  text-align: center;
}

.soc-links ul {
  margin-top: .5rem;
  font-size: 0;
}

.soc-links ul li {
  display: inline-block;
  vertical-align: top;
}

.soc-links a {
  font-size: 0;
  text-indent: 100%;
  overflow: hidden;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  /*@include ie-sprite($icon, $type);*/
}

.soc-links a:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.soc-links a.facebook {
  width: 45px;
  height: 45px;
  background-position: -2828px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.soc-links a.googleplus {
  width: 45px;
  height: 45px;
  background-position: -2897px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.soc-links a.instagram {
  width: 45px;
  height: 45px;
  background-position: -2966px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.soc-links a.linkedin {
  width: 45px;
  height: 45px;
  background-position: -3035px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.soc-links a.pinterest {
  width: 45px;
  height: 45px;
  background-position: -3104px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.soc-links a.rss {
  width: 45px;
  height: 45px;
  background-position: -3173px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.soc-links a.twitter {
  width: 45px;
  height: 45px;
  background-position: -3242px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.soc-links a.youtube {
  width: 45px;
  height: 45px;
  background-position: -3311px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.footer {
  position: relative;
  margin: 0 auto;
  max-width: 1400px;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  /* -------------------------------------------- *
     * Social icons
     */
}

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

.footer .logo img {
  width: 100%;
  max-width: 270px;
  margin: 0 auto;
}

.footer .block-contact {
  font-size: 1.3em;
  line-height: 1.3;
  text-align: center;
}

.footer .block-contact .block-content {
  margin: 0 0 1em;
  padding-left: .6em;
}

.footer .block-contact .block-content a {
  color: #fff;
  text-decoration: none;
}

.footer .block-title {
  border-bottom: 0;
  padding: 3px 0;
}

.footer .block-title strong {
  font-weight: normal;
}

.footer .block-title,
.footer address {
  color: #00395c;
}

.footer .links .block-title {
  display: none;
}

.footer .links ul {
  border: 1px solid #fff;
  border-width: 0;
  text-align: center;
}

.footer .links li {
  padding: .2em 0;
}

.footer .links li > span,
.footer .links li a[href$="#"],
.footer .links li a[href$="#/"] {
  font-size: 1.2em;
  line-height: 1.1;
  color: #8a8a8a;
  font-style: italic;
}

.footer .links a {
  font-size: 1.2em;
  color: #fff;
  line-height: 1.1;
}

.footer .links a:hover {
  color: #c60520;
}

.footer .links.social-media em {
  background-image: url(https://www.moraco.fr/skin/frontend/moraco/default/images/social_icons.png);
  background-repeat: no-repeat;
  width: 13px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 7px;
}

.footer .links.social-media em.facebook {
  background-position: 0 -0px;
  height: 13px;
}

.footer .links.social-media a:hover em.facebook {
  background-position: -25px -0px;
}

.footer .links.social-media em.twitter {
  background-position: 0 -24px;
  height: 13px;
}

.footer .links.social-media a:hover em.twitter {
  background-position: -25px -24px;
}

.footer .links.social-media em.youtube {
  background-position: 0 -49px;
  height: 13px;
}

.footer .links.social-media a:hover em.youtube {
  background-position: -25px -49px;
}

.footer .links.social-media em.pinterest {
  background-position: 0 -74px;
  height: 15px;
}

.footer .links.social-media a:hover em.pinterest {
  background-position: -25px -74px;
}

.footer .links.social-media em.rss {
  background-position: 0 -99px;
  height: 13px;
}

.footer .links.social-media a:hover em.rss {
  background-position: -25px -99px;
}

.footer .bugs,
.footer address {
  clear: both;
}

.footer .bugs {
  display: none;
}

.footer .form-language,
.footer .currency-switcher,
.footer .store-switcher {
  clear: both;
  margin-bottom: 10px;
}

.footer .form-language,
.footer .currency-switcher {
  display: none;
}

.footer address {
  border-top: 1px solid #CCCCCC;
  text-align: center;
  width: 100%;
  font-size: 11px;
  margin-top: 15px;
  padding: 15px 0;
}

.bottom-container {
  padding: 1em 0;
}

.bottom {
  margin: 0 auto;
  max-width: 1400px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

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

.bottom .by-nd {
  font-size: 0;
  text-indent: 100%;
  overflow: hidden;
  width: 38px;
  height: 15px;
  background-position: -291px -1px;
  /*@include ie-sprite($icon, $type);*/
  vertical-align: top;
  margin-top: 3px;
}

.bottom .by-nd:hover {
  opacity: .8;
}

.bottom .links {
  margin-top: 1em;
}

/* ================================================= *
 * General Product List Styles (not module-specific)
 * ================================================= */

.category-products.grid-default > * {
  position: relative;
}

/* -------------------------------------------- *
 * Product List General
 */

.category-title h1,
body.catalogsearch-result-index .page-title h1 {
  border-bottom: none;
}

.category-image {
  margin-bottom: 1.5em;
}

.products-list .action .button,
.products-grid .actions .button {
  white-space: normal;
}

/* -------------------------------------------- *
 * Product Name
 */

h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
  font-family: "Mercenary", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  /*
    a {
        color: $c-text;
        &:hover {
            color: $c-action;
            text-decoration: none;
        }
    }*/
}

/* -------------------------------------------- *
 * Attributes
 */

.product-vignettes-attributes {
  text-align: left;
}

.products-grid.view-mode-default .product-vignettes-attributes {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0.8em 1em 0;
  top: 0px;
  left: 0;
  text-align: left;
}

.products-grid.view-mode-horizontal .product-vignettes-attributes {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0.2em 1em 0;
  max-width: 40%;
}

.product-view .product-vignettes-attributes {
  margin: -.5em 0 .5em;
}

.product-vignettes-attributes-list {
  margin-top: .3em;
}

.product-vignette-attribute {
  display: inline-block;
  margin: .2em .3em 0 0;
  padding: 0 0.5em;
  background-color: #0f88b7;
  border-radius: 0.5em;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: .9rem;
  color: #fff;
}

.product-vignette-attribute.home_new {
  background-color: #11af3b;
}

.product-vignette-attribute.dashboard_discount {
  background-color: #fff;
  border: 1px solid #c60520;
  color: #c60520;
}

.product-vignette-attribute.home_obsolete {
  background-color: #000;
}

.product-vignette-attribute.expedition_48h {
  background-color: #888;
}

.product-vignette-attribute.is_promo {
  background-color: #c60520;
}

.products-grid .product-name,
.products-list .product-name {
  margin-bottom: 5px;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  /*a {
            font-weight: 500;
        }*/
}

.products-grid + .toolbar,
.products-list + .toolbar {
  margin-top: 30px;
}

.products-grid + .toolbar .sorter,
.products-list + .toolbar .sorter {
  display: none;
}

.products-grid + .toolbar .pager .count-container,
.products-list + .toolbar .pager .count-container {
  display: none;
}

.products-grid .product-original,
.products-list .product-original {
  display: inline-block;
  margin: .5em 0 .3em;
  padding: 0 1em;
  background-color: #03dd55;
  border-radius: 1em;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: .9rem;
  color: #fff;
}

.products-grid .product-eco,
.products-list .product-eco {
  display: inline-block;
  margin: .5em 0 .3em;
  padding: 0 1em;
  background-color: #777;
  border-radius: 1em;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: .9rem;
  color: #fff;
}

.products-grid .add-to-cart-action-with-quantity,
.products-list .add-to-cart-action-with-quantity {
  white-space: nowrap;
}

.products-grid .add-to-cart-action-with-quantity .js-input-qty,
.products-list .add-to-cart-action-with-quantity .js-input-qty {
  display: inline-block;
}

.products-grid .add-to-cart-action-with-quantity .js-input-qty input,
.products-list .add-to-cart-action-with-quantity .js-input-qty input {
  height: 30px;
}

.products-grid .add-to-cart-action-with-quantity .js-input-qty .js-link-qty.qty-up,
.products-list .add-to-cart-action-with-quantity .js-input-qty .js-link-qty.qty-up {
  bottom: 55%;
}

.products-grid .add-to-cart-action-with-quantity .js-input-qty .js-link-qty.qty-down,
.products-list .add-to-cart-action-with-quantity .js-input-qty .js-link-qty.qty-down {
  top: 40%;
}

/* ============================================ *
 * Product Grid
 * ============================================ */

.products-grid {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 2em 0 2.5em;
  background-color: #00395c;
}

.products-grid:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #00395c;
  background-image: url("https://www.moraco.fr/skin/frontend/moraco/default/images/products-grid-bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.products-grid > * {
  position: relative;
}

.products-grid + .products-grid {
  margin-top: -2.5em;
  padding-top: 0;
}

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

.products-grid > li {
  position: relative;
  margin-bottom: 1px;
  text-align: center;
}

.products-grid > li:after {
  content: '';
  display: table;
  clear: both;
}

.products-grid .product-image {
  width: 100%;
  margin-bottom: 15px;
}

.products-grid .product-image img {
  width: 100%;
  height: auto;
}

.products-grid .product-image img:hidden {
  display: none;
}

.widget-new-products .products-grid .product-image {
  width: 75%;
  margin-bottom: 15px;
  margin-left: 10%;
}

.products-grid .product-info {
  position: relative;
  padding-bottom: 10px;
}

.products-grid .actions {
  padding-top: 10px;
  position: absolute;
  bottom: 0px;
  min-height: 0px;
  width: 100%;
}

.products-grid .ratings .rating-box {
  margin: 0 auto;
}

.products-grid .ratings .amount {
  display: none;
}

.products-grid .price-box {
  color: #A0A0A0;
  font-size: 13px;
  margin: 0 0 5px;
}

.products-grid .price-box .price {
  color: #c60520;
}

.products-grid .add-to-links {
  margin-bottom: 0;
}

/* Config: Two columns + flexible gutter */

.products-grid > li {
  width: 100%;
}

.products-grid .product-image {
  margin-bottom: 5px;
}

.products-grid .product-image:before,
.products-grid .product-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}

.products-grid .product-image:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}

.products-grid .product-image:after {
  background-image: url("https://www.moraco.fr/skin/frontend/moraco/default/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}

.products-grid .product-image.loading {
  position: relative;
}

.products-grid .product-image.loading:before,
.products-grid .product-image.loading:after {
  display: block;
}

.products-grid.owl-carousel li,
.products-grid.owl-carousel li *,
.products-grid.owl-carousel li *:before,
.products-grid.owl-carousel li *:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.products-grid.owl-carousel .owl-nav,
.products-grid.owl-carousel .owl-dots {
  position: absolute;
}

.products-grid.owl-carousel .owl-dots {
  bottom: 0px;
}

#upsell-product-table {
  padding: 0;
  background: none;
}

#upsell-product-table:before {
  display: none;
}

/******** VIEW MODE HORIZONTAL **********/

.products-grid.view-mode-horizontal {
  padding: 0;
  background-color: transparent;
}

.products-grid.view-mode-horizontal:before {
  display: none;
}

.products-grid.view-mode-horizontal > li {
  width: 100%;
  margin: 0 0 10px;
  float: none;
}

.products-grid.view-mode-horizontal > li.horizontal-hidden {
  display: none;
}

.products-grid.view-mode-horizontal + .wrapper-link {
  text-align: center;
}

.products-grid.view-mode-horizontal + .wrapper-link a {
  display: inline-block;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #0f88b7;
  outline: none;
}

.products-grid.view-mode-horizontal + .wrapper-link a + a {
  margin-left: 2em;
}

.products-grid.view-mode-horizontal + .wrapper-link a:before {
  content: "";
  width: 18px;
  height: 18px;
  background-position: -2674px -1px;
  /*@include ie-sprite($icon, $type);*/
  vertical-align: top;
  margin-right: 5px;
  margin-top: 2px;
}

.products-grid.view-mode-horizontal + .wrapper-link a.active:before {
  background-position: -2502px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.products-grid.view-mode-horizontal .product-item {
  position: relative;
}

.products-grid.view-mode-horizontal .product-item .product-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #acacad;
}

.products-grid.view-mode-horizontal .product-item .product-link:before {
  display: none;
}

.no-touchevents .products-grid.view-mode-horizontal .product-item .product-link:hover {
  border-color: #00395c;
}

.no-touchevents .products-grid.view-mode-horizontal .product-item .product-link:focus {
  border-color: #00395c;
}

.touchevents .products-grid.view-mode-horizontal .product-item .product-link:active {
  border-color: #00395c;
}

.products-grid.view-mode-horizontal .product-item .product-image {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 40%;
  -ms-flex: 1 1 40%;
  flex: 1 1 40%;
  /*.main-image {
                max-width: 75px;
            }*/
}

.products-grid.view-mode-horizontal .product-item .product-image .product-image-inner {
  max-width: 75px;
  height: 75px;
}

.products-grid.view-mode-horizontal .product-item .product-image .product-manufacturer {
  height: 30px;
}

.products-grid.view-mode-horizontal .product-item .product-image .product-manufacturer .manufacturer {
  height: 30px;
}

.products-grid.view-mode-horizontal .product-item .product-image .product-manufacturer .manufacturer__logo {
  height: 30px;
}

.products-grid.view-mode-horizontal .product-item .product-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 60%;
  -ms-flex: 1 1 60%;
  flex: 1 1 60%;
  padding: 1em 1em 1em 0;
}

.products-grid.view-mode-horizontal .product-item .product-info:before {
  display: none;
}

.products-grid.view-mode-horizontal .product-item .product-name {
  display: block;
  font-size: 1.2em;
  font-weight: 500;
}

.products-grid.view-mode-horizontal .product-item .product-replaced-by-grid {
  height: 100%;
  margin: 0;
  padding: 1em;
  z-index: 10;
}

.page-popup .products-grid.view-mode-horizontal .product-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #acacad;
}

.page-popup .products-grid.view-mode-horizontal .product-item .product-pro-link {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 40%;
  -ms-flex: 1 1 40%;
  flex: 1 1 40%;
}

.page-popup .products-grid.view-mode-horizontal .product-item .product-info {
  padding-left: 1em;
}

.page-popup .products-grid.view-mode-horizontal .product-item .product-more > * {
  text-align: left;
}

/* ============================================ *
 * Product List
 * ============================================ */

/*.products-list, .cart-table {
    th {
        padding: .5em 10px .75em;
        background-color: $c-main;
        font-family: $f-sans-serif;
        font-weight: 500;
        color: #fff;
        line-height: 1.2;
        text-transform: none;
        white-space: normal;
    }
    td.product-sku {
        a {
            display: inline-block;
            padding: .4em 1.8em;
            border: 1px solid $c-secondary;
            border-radius: 14px;
            font-size: .9em;
            color: $c-secondary;
            text-decoration: none;
            text-transform: uppercase;

            @include hover(){
                background-color: $c-secondary;
                color: #fff;
            }
        }

        @include bp(max-width, $bp-large) {
            a {
                padding: .4em 1em;
            }
        }
    }
    td.product-manufacturer {
        font-family: $f-title;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 1.3;
    }
    td.product-description,
    td.product-cart-info {
        .product-name {
            margin-bottom: 0;
            font-family: $f-title;
            font-size: 1.1em;
            font-weight: 500;
            color: $c-main;
            text-transform: none;

            a {
                color: $c-main;
            }
        }
        .product-dimensions {
            font-size: .85em;
            color: $c-text;
        }
    }
    td.product-pro-discount {
        font-family: $f-title;
        color: $c-secondary;
        line-height: 1.4;

        .discount {
            font-size: 1.1em;
        }
    }
    td.product-pro-price-excl {
        .price {
            font-size: 1.3em;
            color: $c-action;
        }
    }
}*/

.products-list {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.products-list + .products-list {
  margin-top: -20px;
}

.products-list + .products-list > thead {
  display: none;
}

.products-list .action {
  /*.button {
            padding: .4em 1.2em .3em;
            background-color: transparent;
            border-color: $c-secondary;
            color: $c-secondary;

            @include hover(){
                background-color: $c-secondary;
                color: #fff;
            }
        }*/
  /*.btn-cart {
            position: relative;
            padding-left: 40px;

            @include hover(){
                background-color: $c-action;
                border-color: $c-action;
                color: #fff;

                &:before {
                    @include sprite-svg('add-to-cart-white', bg);
                }
            }

            &:before {
                content: "";
                @include sprite-svg('add-to-cart-blue-light');
                @include center-sprite-svg('add-to-cart-blue-light', 22px);
            }

            @include bp(max-width, $bp-large) {
                min-height: 35px;
                min-width: 50px;
                padding: 0;

                span {
                    display: none;
                }
            }
            @include bp(max-width, $bp-medium){
                padding: .6em 1.4em .5em 45px;

                span {
                    display: inline;
                }
            }
        }*/
}

.products-list td {
  padding: 10px;
}

.products-list tr {
  border-bottom: 1px solid #acacad;
}

.products-list tr:after {
  content: '';
  display: table;
  clear: both;
}

.products-list tr:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.products-list tbody tr:hover {
  background-color: #F4F4F4;
}

.products-list tbody td {
  vertical-align: top;
}

.products-list td.product-action {
  text-align: right;
}

.products-list td .product-name {
  margin-bottom: 0;
}

.products-list tr.has-subitems:hover + tr.item-more {
  background-color: #F4F4F4;
}

.products-list tr.product-non-commercialise,
.products-list tr.product-remplace-par,
.products-list tr.item-remplacement,
.products-list tr.item-more-product-non-commercialise {
  border-style: solid;
  border-color: #000;
}

.products-list tr.product-remplace-par {
  border-width: 0 2px;
}

.products-list tr.product-remplace-par td {
  border-bottom: 0;
}

.products-list tr.product-remplace-par td.product-remplace-par {
  vertical-align: middle;
  line-height: 1;
}

.products-list tr.product-remplace-par:hover {
  background-color: transparent;
}

.products-list tr.product-non-commercialise {
  border-width: 2px 2px 0;
}

.products-list tr.product-non-commercialise:hover {
  background-color: #F4F4F4;
}

.products-list tr.product-non-commercialise:hover td.product-non-commercialise span {
  background-color: #F4F4F4;
}

.products-list tr.product-non-commercialise:hover + tr.product-remplace-par {
  background-color: #F4F4F4;
}

.products-list tr.product-non-commercialise:hover + tr.product-remplace-par + tr.item-remplacement,
.products-list tr.product-non-commercialise:hover + tr.product-remplace-par + tr.item-remplacement + tr.item-remplacement,
.products-list tr.product-non-commercialise:hover + tr.product-remplace-par + tr.item-remplacement + tr.item-more-product-non-commercialise {
  background-color: #F4F4F4;
}

.products-list tr.product-non-commercialise td:not(.product-non-commercialise):not(.product-stock) {
  opacity: 0.5;
}

.products-list tr.product-non-commercialise td.product-non-commercialise {
  padding-top: 20px;
  text-align: center;
  color: #000;
  font-weight: 700;
}

.products-list tr.product-non-commercialise td.product-non-commercialise p {
  position: relative;
}

.products-list tr.product-non-commercialise td.product-non-commercialise p:before {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px solid #000;
  position: absolute;
  top: .7em;
  left: 0;
}

.products-list tr.product-non-commercialise td.product-non-commercialise span {
  position: relative;
  display: inline-block;
  padding: 0 1em;
  background-color: #fff;
}

.products-list tr.product-non-commercialise + tr:not(.item-remplacement):not(.product-remplace-par):not(.item-more-product-non-commercialise) {
  border-top: 2px solid #000;
}

.products-list tr.product-non-commercialise:last-child {
  border-bottom-width: 2px;
}

.products-list tr.item-remplacement {
  border-width: 0 2px;
}

.products-list tr.item-remplacement:hover {
  background-color: transparent;
}

.products-list tr.item-remplacement + tr:not(.item-remplacement):not(.item-more-product-non-commercialise) {
  border-top: 2px solid #000;
}

.products-list tr.item-remplacement:last-child {
  border-bottom-width: 2px;
}

.products-list tr.item-remplacement td {
  border-bottom-width: 0;
}

.products-list tr.item-more-product-non-commercialise {
  border-width: 0 2px 2px;
}

.products-list .product-shop .product-name {
  margin-bottom: 0;
}

.products-list .product-shop .ratings {
  margin: 0;
}

.products-list .product-shop .ratings .rating-box,
.products-list .product-shop .ratings .rating-links {
  float: left;
  margin-right: 7px;
}

.products-list .product-shop .ratings .rating-links {
  margin-top: 4px;
}

.products-list .product-shop .price-box {
  margin-top: 0;
}

.products-list .product-shop .price-box .price {
  font-size: 18px;
}

.products-list .product-shop .action {
  margin: 7px 0;
}

.products-list .product-shop .desc {
  margin-top: 7px;
}

.products-list .product-shop .product-primary,
.products-list .product-shop .desc {
  float: left;
  width: 65%;
  overflow: hidden;
}

.products-list .product-shop .product-secondary {
  float: right;
  width: 35%;
  text-align: right;
  clear: right;
}

.stock-state {
  display: inline-block;
  margin-top: .7em;
}

.stock-state:before {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 8px;
}

.stock-state.stock-1:before,
.stock-state.stock-v:before {
  background-color: #03dd55;
}

.stock-state.stock-2:before,
.stock-state.stock-o:before {
  background-color: #ffba00;
}

.stock-state.stock-3:before,
.stock-state.stock-r:before {
  background-color: #ff0000;
}

.stock-state.stock-9:before,
.stock-state.stock-b:before {
  background-color: #000000;
}

.stock-state.stock-1.stock-label-class-voir-dispo:before,
.stock-state.stock-v.stock-label-class-voir-dispo:before {
  background-color: #0f88b7 !important;
}

.stock-state.stock-1.stock-label-class-voir-dispo .moraco-delai-appro,
.stock-state.stock-v.stock-label-class-voir-dispo .moraco-delai-appro {
  color: #fff;
  background-color: #0f88b7 !important;
  border: 1px solid #0f88b7 !important;
}

.stock-state.stock-1.stock-label-class-voir-dispo .moraco-delai-appro-label,
.stock-state.stock-v.stock-label-class-voir-dispo .moraco-delai-appro-label {
  color: #0f88b7 !important;
}

.stock-state.stock-1.stock-label-class-voir-dispo:before,
.stock-state.stock-v.stock-label-class-voir-dispo:before {
  background-color: #0f88b7 !important;
}

.moraco-delai-appro {
  display: inline;
  margin-top: .7em;
  font-size: 0.9em;
}

/*
@include bp(min-width, $bp-xsmall + 1) {
    .products-list .product-name a {
        font-size: $f-size-xxl;
    }
}
*/

/* ============================================ *
 * Mini Product List
 * ============================================ */

.mini-products-list .product-image {
  float: left;
  min-width: 50px;
}

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

.mini-products-list .product-details .product-name {
  padding-top: 10px;
}

.mini-products-list li {
  margin-bottom: 10px;
  clear: both;
}

.mini-products-list li:after {
  content: '';
  display: table;
  clear: both;
}

.mini-products-images-list:after {
  content: '';
  display: table;
  clear: both;
}

.mini-products-images-list li.item {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 5px 10px 0;
}

.mini-products-images-list li.item:nth-child(even) {
  padding-right: 0;
  padding-left: 5px;
}

.mini-products-images-list li.item .product-image {
  display: block;
}

.mini-products-images-list li.item .product-image img {
  width: 100%;
  max-width: 100%;
}

/* ============================================ *
 * Catalog - Product
 * ============================================ */

.product-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
}

.product-item .product-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  color: #00395c;
  text-decoration: none;
}

.product-item .product-link:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 12px solid #00395c;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.no-touchevents .product-item .product-link:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.no-touchevents .product-item .product-link:hover .product-name {
  color: #c60520;
}

.no-touchevents .product-item .product-link:focus:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.no-touchevents .product-item .product-link:focus .product-name {
  color: #c60520;
}

.touchevents .product-item .product-link:active:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.touchevents .product-item .product-link:active .product-name {
  color: #c60520;
}

.product-item .product-pro-link {
  outline: none;
  text-decoration: none;
  color: #00395c;
}

.product-item .product-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 0;
  padding: 12px;
  border: none;
  /*.main-image {
            width: 140px;
        }*/
}

.product-item .product-image .product-image-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 140px;
  height: 140px;
  margin: 0 auto;
}

.product-item .product-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: 0 auto;
}

.product-item .product-image .product-manufacturer {
  margin-top: 10px;
}

.product-item .product-image .product-manufacturer .manufacturer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 75px;
  width: 100%;
  max-width: 160px;
  margin: 0 auto;
}

.product-item .product-category {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-item .product-category .icon {
  margin-right: .3em;
}

.product-item .product-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1em 2em 2em;
  text-align: left;
}

.product-item .product-info:after {
  content: '';
  display: table;
  clear: both;
}

.product-item .product-info:before {
  content: "";
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  background-color: #00395c;
  position: absolute;
  left: 2em;
  top: 0;
}

.product-item .product-info-content {
  margin-bottom: 1em;
}

.logged-in .product-item .product-info-content {
  margin-bottom: .5em;
}

.product-item .product-info-bottom {
  margin-top: auto;
}

.product-item .product-sku {
  display: inline-block;
  padding: .4em 1.8em;
  border: 1px solid #0f88b7;
  border-radius: 14px;
  font-size: .9em;
  color: #0f88b7;
  text-transform: uppercase;
  text-decoration: none;
}

.no-touchevents .product-item .product-sku:hover {
  background-color: #0f88b7;
  color: #fff;
}

.no-touchevents .product-item .product-sku:focus {
  background-color: #0f88b7;
  color: #fff;
}

.touchevents .product-item .product-sku:active {
  background-color: #0f88b7;
  color: #fff;
}

.product-item .product-stock {
  float: right;
}

.product-item .product-stock .stock-state {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.7em;
}

.product-item .product-stock .stock-state .moraco-delai-appro {
  left: auto;
  right: 0;
}

.product-item .product-name {
  margin: 0;
  font-weight: 600;
  font-size: 1.3em;
  color: #00395c;
  line-height: 1.25;
  text-transform: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.logged-in .product-item .product-name {
  margin-top: 0.7em;
  clear: both;
}

.product-item .product-dimensions {
  font-size: .9em;
  color: #727171;
}

.product-item .product-more {
  margin-top: 1.35em;
  line-height: 1.3;
}

.product-item .product-more > *:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 5px;
  height: 5px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: .5em;
  margin-top: 8px;
}

.logged-in .product-item .product-more {
  float: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0.5em;
}

.logged-in .product-item .product-more > * {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  text-align: center;
}

.product-item .price-box {
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.2;
}

.product-item .price-box .price {
  font-size: 1em;
}

.product-item .price-tax {
  display: block;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: .85em;
  color: #acacad;
  line-height: 1.3;
}

.product-item .product-price-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: auto;
}

.product-item .product-pub-price,
.product-item .product-pro-price {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.product-item .product-pub-price > *,
.product-item .product-pro-price > * {
  margin-bottom: 1em;
}

.product-item .product-pro-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-item .product-pro-price > * {
  min-width: 62px;
}

.product-item .product-pub-price-incl .price-box,
.product-item .product-pub-price-excl .price-box {
  font-size: 1em;
}

.product-item .product-pub-price-incl .price-box .price,
.product-item .product-pub-price-excl .price-box .price {
  color: #000;
}

.product-item .product-pub-price-incl .price-box {
  font-weight: 700;
}

.product-item .product-pro-discount .price-box {
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 1em;
  color: #0f88b7;
}

.product-item .product-pro-price-excl .price-box {
  font-weight: 700;
}

.product-item .product-action {
  width: 100%;
}

.product-item .product-action > p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-item .product-action .js-input-qty {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.product-item .wrapper-btn-cart {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  text-align: center;
}

.product-item .btn-cart {
  position: relative;
  padding: .4em 1.2em .3em 40px;
  background-color: transparent;
  border-color: #0f88b7;
  color: #0f88b7;
}

.no-touchevents .product-item .btn-cart:hover {
  background-color: #c60520;
  border-color: #c60520;
  color: #fff;
}

.no-touchevents .product-item .btn-cart:hover:before {
  background-position: -22px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.no-touchevents .product-item .btn-cart:focus {
  background-color: #c60520;
  border-color: #c60520;
  color: #fff;
}

.no-touchevents .product-item .btn-cart:focus:before {
  background-position: -22px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.touchevents .product-item .btn-cart:active {
  background-color: #c60520;
  border-color: #c60520;
  color: #fff;
}

.touchevents .product-item .btn-cart:active:before {
  background-position: -22px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.product-item .btn-cart:before {
  content: "";
  width: 19px;
  height: 19px;
  background-position: -1px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 22px;
  margin-left: -9.5px;
  margin-top: -9.5px;
}

.product-item .item-more {
  display: none;
  margin: 1em -2em -2em;
  min-height: 50px;
}

.product-item .item-more a {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
  display: block;
  padding: 1em;
  display: inline-block;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #0f88b7;
  outline: none;
  margin: 0 !important;
  border: 1px solid transparent;
}

.product-item .item-more a + a {
  margin-left: 2em;
}

.product-item .item-more a:before {
  content: "";
  width: 18px;
  height: 18px;
  background-position: -2674px -1px;
  /*@include ie-sprite($icon, $type);*/
  vertical-align: top;
  margin-right: 5px;
  margin-top: 2px;
}

.product-item .item-more a.active:before {
  background-position: -2502px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.product-item .item-more a > span > span {
  white-space: nowrap;
}

.product-item .item-more a.active {
  background-color: #d8f4ff;
  border-color: #0f88b7;
}

.product-item .item-more a:focus {
  text-decoration: none;
}

.product-item .item-more a.related-link {
  border-width: 1px 1px 0 0;
}

.product-item .item-more a.related-link:last-child {
  border-right-width: 0;
}

.product-item .item-more a.upsell-link {
  border-width: 1px 0 0 1px;
}

.product-item .item-more a.upsell-link:first-child {
  border-left-width: 0;
}

.catalog-category-view .product-item .item-more,
.vehicle-index-index .product-item .item-more,
.manufacturer-index-index .product-item .item-more,
.discount-index-index .product-item .item-more,
.catalogsearch-result-index .product-item .item-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.product-item .wrapper-price.pro .price-box .price-tax {
  font-size: 0.64em;
}

.product-item .wrapper-price.pro .price-box .old-price .price {
  text-decoration: none;
}

.product-item.product-non-commercialise > * {
  opacity: .5;
}

.products-grid > li.item-list {
  width: 100%;
  margin-right: 0;
}

.products-grid > li.disabled:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 3;
}

/*.product-related-list,
.product-upsell-list {*/

.product-more-list {
  display: none;
}

.product-more-list .products-grid {
  padding: 0;
  background-color: transparent;
}

.product-more-list .products-grid:before,
.product-more-list .products-grid:after {
  display: none;
}

.product-more-list .products-grid > li {
  margin-bottom: 0;
}

.product-more-list .products-grid:not(.owl-carousel) > li:nth-child(n+5) {
  display: none;
}

.product-more-list .owl-carousel {
  padding-right: 1px;
}

.product-more-list .owl-carousel .owl-nav button {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.product-more-list .owl-carousel .owl-nav button:before {
  display: none;
}

.product-more-list .owl-carousel .owl-nav button:after {
  background: none;
  width: 20px;
  height: 20px;
  border: 4px solid #000;
  border-right-width: 0;
  border-bottom-width: 0;
}

.product-more-list .owl-carousel .owl-nav button.owl-prev {
  left: 0;
}

.product-more-list .owl-carousel .owl-nav button.owl-prev:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: -10px 0 0 -20px;
}

.product-more-list .owl-carousel .owl-nav button.owl-next {
  right: 0;
}

.product-more-list .owl-carousel .owl-nav button.owl-next:after {
  border-right-width: 0;
  border-bottom-width: 0;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  margin: -10px 20px 0 0;
}

.product-more-list .owl-carousel .owl-dots {
  position: relative;
  bottom: auto;
  left: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ecedee;
  padding: 10px;
  margin-top: 1px;
}

.products-grid.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.products-grid.owl-carousel .owl-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.products-grid.owl-carousel .owl-item > li {
  height: 100%;
}

/* ============================================ *
 * Catalog - List
 * ============================================ */

.category-image {
  border: 1px solid #CCCCCC;
  padding: 10px;
}

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

.category-image img:hidden {
  display: none;
}

/* ============================================ *
 * Layered Navigation
 * ============================================ */

.block-layered-nav {
  position: relative;
  background-color: #ecedee;
  z-index: 3;
}

.block-layered-nav .block-title {
  margin: 0;
  padding: 0;
  border: none;
}

.block-layered-nav .block-title strong {
  font-size: 1.3em;
  text-transform: none;
}

.block-layered-nav .block-subtitle--filter {
  display: none;
  margin: 0;
  margin-bottom: 10px;
  color: #00395c;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #CCCCCC;
  position: relative;
  background-color: #ecedee;
  cursor: pointer;
}

.block-layered-nav .block-subtitle--filter:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #c60520;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}

.block-layered-nav .block-subtitle--filter:hover {
  background-color: #e5e6e7;
}

.block-layered-nav .block-content > dl#narrow-by-list > dt {
  position: relative;
  height: 42px;
  padding: .5em 2em .4em 50px;
  background-color: #fff;
  border: 1px solid #00395c;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.2em;
  color: #00395c;
  line-height: 1.5;
  text-transform: uppercase;
}

.block-layered-nav .block-content > dl#narrow-by-list > dt:before {
  content: "";
  /*@include ie-sprite($icon, $type);*/
}

.block-layered-nav .block-content > dl#narrow-by-list > dt.label_category:before {
  width: 16px;
  height: 20px;
  background-position: -2354px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 47%;
  left: 25px;
  margin-left: -8px;
  margin-top: -10px;
}

.block-layered-nav .block-content > dl#narrow-by-list > dt.label_vehicle:before {
  width: 31.6px;
  height: 20px;
  background-position: -2434px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 47%;
  left: 25px;
  margin-left: -16px;
  margin-top: -10px;
}

.block-layered-nav .block-content > dl#narrow-by-list > dt.label_manufacturer:before {
  width: 20px;
  height: 20px;
  background-position: -1748px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 47%;
  left: 25px;
  margin-left: -10px;
  margin-top: -10px;
}

.block-layered-nav .block-content > dl#narrow-by-list > dt[class*=label_tire_]:before {
  width: 20px;
  height: 20px;
  background-position: -2390px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 47%;
  left: 25px;
  margin-left: -10px;
  margin-top: -10px;
}

.block-layered-nav .block-content > dl#narrow-by-list > dt.label_keyword {
  padding-left: 1em;
  display: none !important;
}

.block-layered-nav .block-content .options_keyword {
  display: none !important;
}

.block-layered-nav .block-content .options_vehicle form {
  max-width: 530px;
  margin: 0 auto;
}

.block-layered-nav .block-content .options_vehicle form .select2-container {
  float: left;
  width: -webkit-calc(100% - 130px) !important;
  width: calc(100% - 130px) !important;
}

.block-layered-nav .block-content .options_vehicle form .button {
  width: 130px;
  vertical-align: top;
  height: 42px;
  padding: .9em 1.4em .8em;
  border-radius: 0;
  background-color: #0f88b7;
}

.block-layered-nav .block-content .options_vehicle form .state_vehicle {
  position: relative;
  display: inline-block;
  min-height: 30px;
  margin: 0 .8em .5em 0;
  padding: .2em 28px .2em 0;
  border-radius: 15px;
}

.block-layered-nav .block-content .options_vehicle form .state_vehicle .value {
  font-size: .9em;
}

.block-layered-nav .block-content .options_vehicle form .state_vehicle .btn-remove {
  float: right;
  border: none;
  position: absolute;
  right: 0;
  top: -webkit-calc(50% - 11px);
  top: calc(50% - 11px);
}

.block-layered-nav .block-content .options_vehicle form .state_vehicle .btn-remove:before,
.block-layered-nav .block-content .options_vehicle form .state_vehicle .btn-remove:after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: #00395c;
  line-height: normal;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -8px;
}

.block-layered-nav .block-content .options_vehicle form .state_vehicle .btn-remove:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.block-layered-nav .block-content .options_vehicle form .state_vehicle .btn-remove:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.block-layered-nav .block-content .options_vehicle form .state_vehicle .btn-remove:hover {
  background-color: transparent;
}

.block-layered-nav .block-content .options_vehicle form .state_vehicle .btn-remove:hover:before,
.block-layered-nav .block-content .options_vehicle form .state_vehicle .btn-remove:hover:after {
  background-color: #c60520;
}

#filterKeywordForm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#filterKeywordForm .form-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

#filterKeywordForm .input-text {
  width: 100%;
  max-width: none;
  border-color: #acacad;
}

#filterKeywordForm .button {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
  height: 42px;
  padding: .9em 1.4em .8em;
  border-radius: 0;
  background-color: #0f88b7;
}

.block-layered-nav dl dd {
  margin-bottom: 10px;
  margin-top: 10px;
  /* span = zero results => hide it */
}

.block-layered-nav dl dd ol > li > span {
  display: none;
}

.block-layered-nav dl dd ol > li > a {
  display: block;
  padding: 5px 15px;
  color: #00395c;
}

.block-layered-nav dl dd ol > li > a:hover {
  color: #0f88b7;
  text-decoration: none;
}

.block-layered-nav dl dd ol > li > a .count {
  color: #A0A0A0;
}

.block-layered-nav dl dd ol > li [type="checkbox"] {
  position: absolute;
  margin: 0;
  opacity: 0;
}

.block-layered-nav dl dd ol > li [type="checkbox"] + label {
  position: relative !important;
  display: inline-block;
  min-height: 21px;
  padding: 0 0 0 31px;
  cursor: pointer;
  z-index: 1;
  font-weight: 400;
  line-height: 21px;
}

.block-layered-nav dl dd ol > li [type="checkbox"] + label:before {
  content: '';
  display: block;
  left: 0;
  top: -1px;
  position: absolute;
  width: 21px;
  height: 21px;
  border: 1px solid #00395c;
  background: #fff;
  z-index: 2;
  box-sizing: border-box;
  pointer-events: none;
}

.block-layered-nav dl dd ol > li [type="checkbox"] + label:after {
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 11px;
  left: 11px;
  margin: -7px 0 0 -6px;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  background: #00395c;
}

.block-layered-nav dl dd ol > li [type="checkbox"]:checked + label:after {
  opacity: 1;
}

.block-layered-nav dl dd ol > li [type="checkbox"]:focus {
  outline: none;
}

.block-layered-nav dl dd ol > li label {
  font-weight: 400;
  font-size: 1.2em;
}

.block-layered-nav dl dd ol > li label .count {
  font-style: italic;
  color: #A0A0A0;
}

.block-layered-nav dl dd ol.more-options {
  display: none;
}

.block-layered-nav dl dd .more-options-link {
  display: inline-block;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #0f88b7;
  outline: none;
  margin-top: .3em;
  font-size: 1.1em;
}

.block-layered-nav dl dd .more-options-link + a {
  margin-left: 2em;
}

.block-layered-nav dl dd .more-options-link:before {
  content: "";
  width: 18px;
  height: 18px;
  background-position: -2674px -1px;
  /*@include ie-sprite($icon, $type);*/
  vertical-align: top;
  margin-right: 5px;
  margin-top: 2px;
}

.block-layered-nav dl dd .more-options-link.active:before {
  background-position: -2502px -1px;
  /*@include ie-sprite($icon, $type);*/
}

#layer-state-toolbar {
  clear: both;
  margin-bottom: -10px;
}

.grid-default #layer-state-toolbar {
  margin-bottom: 10px;
}

#layer-state-toolbar:after {
  content: '';
  display: table;
  clear: both;
}

#layer-state-toolbar .currently {
  float: left;
  width: auto;
  margin-bottom: 0;
}

#layer-state-toolbar .currently .block-subtitle {
  display: none;
}

#layer-state-toolbar .currently ol li {
  position: relative;
  display: inline-block;
  min-height: 30px;
  margin: 0 .8em .5em 0;
  padding: .2em 40px .2em 45px;
  background-color: #0f88b7;
  border-radius: 15px;
  color: #fff;
}

#layer-state-toolbar .currently ol li .value {
  font-size: .9em;
}

#layer-state-toolbar .currently ol li .btn-remove {
  float: right;
  border: none;
  position: absolute;
  right: 8px;
  top: -webkit-calc(50% - 10px);
  top: calc(50% - 10px);
}

#layer-state-toolbar .currently ol li .btn-remove:before,
#layer-state-toolbar .currently ol li .btn-remove:after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: #fff;
  line-height: normal;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -8px;
}

#layer-state-toolbar .currently ol li .btn-remove:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#layer-state-toolbar .currently ol li .btn-remove:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#layer-state-toolbar .currently ol li .btn-remove:hover {
  background-color: transparent;
}

#layer-state-toolbar .currently ol li .btn-remove:hover:before,
#layer-state-toolbar .currently ol li .btn-remove:hover:after {
  background-color: #c60520;
}

#layer-state-toolbar .currently ol li.state_category:before,
#layer-state-toolbar .currently ol li.state_vehicle:before,
#layer-state-toolbar .currently ol li.state_manufacturer:before,
#layer-state-toolbar .currently ol li[class*=state_tire_]:before {
  content: "";
  /*@include ie-sprite($icon, $type);*/
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

#layer-state-toolbar .currently ol li.state_category .label,
#layer-state-toolbar .currently ol li.state_vehicle .label,
#layer-state-toolbar .currently ol li.state_manufacturer .label,
#layer-state-toolbar .currently ol li[class*=state_tire_] .label {
  display: none;
}

#layer-state-toolbar .currently ol li.state_category:before {
  width: 16px;
  height: 20px;
  background-position: -2372px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 47%;
  left: 25px;
  margin-left: -8px;
  margin-top: -10px;
}

#layer-state-toolbar .currently ol li.state_vehicle:before {
  width: 31.6px;
  height: 20px;
  background-position: -2468px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 47%;
  left: 25px;
  margin-left: -16px;
  margin-top: -10px;
}

#layer-state-toolbar .currently ol li.state_manufacturer:before {
  width: 20px;
  height: 20px;
  background-position: -1770px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 47%;
  left: 25px;
  margin-left: -10px;
  margin-top: -10px;
}

#layer-state-toolbar .currently ol li[class*=state_tire_] .label {
  display: inline;
}

#layer-state-toolbar .currently ol li[class*=state_tire_]:before {
  width: 20px;
  height: 20px;
  background-position: -2412px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 47%;
  left: 25px;
  margin-left: -10px;
  margin-top: -10px;
}

.layer-state--actions {
  float: left;
}

.layer-state--actions + * {
  clear: both;
}

.layer-state--actions .state_clear {
  display: inline-block;
  min-height: 30px;
  margin: 0 .8em .5em 0;
  padding: .2em 1.2em;
  border: 1px solid #00395c;
  border-radius: 15px;
  color: #00395c;
  text-decoration: none;
}

.layer-state--actions .state_clear:hover {
  background-color: #00395c;
  color: #fff;
}

.products-grid-reinsurance-block {
  min-height: 100%;
  padding: 1.5em 1rem;
  background-color: #00395c;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #fff;
  text-align: center;
}

.products-grid-reinsurance-block.shipping {
  background-image: url("https://www.moraco.fr/skin/frontend/moraco/default/images/register-bg.jpg");
  background-position: center;
  font-size: 1.7em;
  font-weight: 300;
  line-height: 1.2;
  text-transform: uppercase;
}

.products-grid-reinsurance-block.shipping .wrapper-link {
  margin-top: 1.5em;
}

.products-grid-reinsurance-block .reinsurance-gift {
  max-width: 190px;
  margin: 0 auto;
}

.products-grid-reinsurance-block .reinsurance-gift:before {
  content: "";
  width: 52.6px;
  height: 40px;
  background-position: -1656px -1px;
  /*@include ie-sprite($icon, $type);*/
  display: block;
  margin: 0 auto 1em;
}

.products-grid-reinsurance-block .reinsurance-delivery:before {
  content: "+";
  margin-bottom: 1em;
  font-weight: 700;
  font-size: 2.4em;
  line-height: 1;
}

.products-grid-reinsurance-block.contact {
  background-image: url("https://www.moraco.fr/skin/frontend/moraco/default/images/push-contact-bg.jpg");
  background-position: center;
}

.products-grid-reinsurance-block .contact-phone {
  margin: 12em 0 4.5em;
}

.products-grid-reinsurance-block .contact-phone .label {
  display: block;
  max-width: 190px;
  margin: 0 auto .7em;
  font-size: 2em;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.1;
}

.products-grid-reinsurance-block .contact-phone .phone-number:before {
  background-position: -2656px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.vehicle-search-nav {
  margin-bottom: 1.5em;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.vehicle-search-nav:after {
  content: '';
  display: table;
  clear: both;
}

.vehicle-search-nav div {
  display: inline-block;
}

.vehicle-search-nav div.next {
  text-align: right;
}

.vehicle-search-nav div.next:after {
  content: '';
  display: block;
  clear: both !important;
}

.vehicle-search-nav a {
  position: relative;
  display: inline-block;
  color: #0f88b7;
  padding: 1em;
}

.vehicle-search-nav a:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-style: solid;
  border-color: #0f88b7;
  border-width: 1px 1px 0 0;
  position: absolute;
  top: -webkit-calc(50% - 1px);
  top: calc(50% - 1px);
}

.vehicle-search-nav a.prev {
  margin-right: 1.5em;
  padding-left: 15px;
}

.vehicle-search-nav a.prev:before {
  left: 3px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.vehicle-search-nav a.next {
  padding-right: 15px;
}

.vehicle-search-nav a.next:before {
  right: 3px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*** LAYOUT LSITING PRODUITS ***/

.catalog-category-view .main-container,
.vehicle-index-index .main-container,
.manufacturer-index-index .main-container,
.tire-index-index .main-container,
.discount-index-index .main-container,
.catalogsearch-result-index .main-container {
  max-width: 1880px;
}

.catalog-category-view .page-title h1,
.vehicle-index-index .page-title h1,
.manufacturer-index-index .page-title h1,
.tire-index-index .page-title h1,
.discount-index-index .page-title h1,
.catalogsearch-result-index .page-title h1 {
  margin-top: 0;
}

/*** LAYOUT AVEC COLONNES ***/

.product-replaced-by-content-view {
  position: relative;
}

.product-replaced-by-grid {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 5% 0;
  padding: 28% 1em;
  text-align: center;
  opacity: 1 !important;
  /*span {
        display: block;
        max-width: 220px;
        margin: 0 auto 1em;
        font-weight: 700;
        font-size: 13px;
        color:#000;
        text-transform: uppercase;
    }*/
}

.product-replaced-by-grid a.product-link-replaced-by {
  display: block;
  margin-bottom: 0.5em;
  padding: 0.2em 1em;
  border-radius: 15px;
  color: #0f88b7;
  font-weight: 500;
  font-size: 1.3em;
  line-height: 1.2;
  text-transform: uppercase;
}

.product-replaced-by-grid a.product-link-replaced-by:hover {
  text-decoration: none;
  color: #c60520;
}

.product-link-replaced-by-wrapper {
  position: absolute;
  top: -webkit-calc(50% + 20px);
  top: calc(50% + 20px);
  left: 0;
  right: 0;
  margin: 0 auto;
}

.product-replaced-by-grid-content,
.product-replaced-by-content-view-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1em;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.product-replaced-by-grid-content p,
.product-replaced-by-content-view-content p {
  position: relative;
  max-width: 300px;
  min-height: 40px;
  margin: 0 auto;
  font-weight: 700;
  font-size: 13px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
}

.product-replaced-by-grid-content p:before,
.product-replaced-by-grid-content p:after,
.product-replaced-by-grid-content p > span:before,
.product-replaced-by-grid-content p > span:after,
.product-replaced-by-content-view-content p:before,
.product-replaced-by-content-view-content p:after,
.product-replaced-by-content-view-content p > span:before,
.product-replaced-by-content-view-content p > span:after {
  content: "";
  display: block;
  width: 500px;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  position: absolute;
}

.product-replaced-by-grid-content p:before,
.product-replaced-by-content-view-content p:before {
  right: -webkit-calc(50% - 220px);
  right: calc(50% - 220px);
  bottom: -webkit-calc(100% + 10px);
  bottom: calc(100% + 10px);
  -webkit-transform: rotate(45deg) translate(-50%, 0);
  -ms-transform: rotate(45deg) translate(-50%, 0);
  transform: rotate(45deg) translate(-50%, 0);
}

.product-replaced-by-grid-content p:after,
.product-replaced-by-content-view-content p:after {
  left: -webkit-calc(50% - 220px);
  left: calc(50% - 220px);
  top: -webkit-calc(100% + 10px);
  top: calc(100% + 10px);
  -webkit-transform: rotate(45deg) translate(50%, 0);
  -ms-transform: rotate(45deg) translate(50%, 0);
  transform: rotate(45deg) translate(50%, 0);
}

.product-replaced-by-grid-content p > span,
.product-replaced-by-content-view-content p > span {
  position: relative;
  display: block;
  min-height: 40px;
}

.product-replaced-by-grid-content p > span:before,
.product-replaced-by-content-view-content p > span:before {
  left: -webkit-calc(50% - 220px);
  left: calc(50% - 220px);
  bottom: -webkit-calc(100% + 10px);
  bottom: calc(100% + 10px);
  -webkit-transform: rotate(-45deg) translate(50%, 0);
  -ms-transform: rotate(-45deg) translate(50%, 0);
  transform: rotate(-45deg) translate(50%, 0);
}

.product-replaced-by-grid-content p > span:after,
.product-replaced-by-content-view-content p > span:after {
  right: -webkit-calc(50% - 220px);
  right: calc(50% - 220px);
  top: -webkit-calc(100% + 10px);
  top: calc(100% + 10px);
  -webkit-transform: rotate(-45deg) translate(-50%, 0);
  -ms-transform: rotate(-45deg) translate(-50%, 0);
  transform: rotate(-45deg) translate(-50%, 0);
}

.product-replaced-by-grid-content p {
  max-width: 220px;
}

.product-replaced-by-grid-content p:before,
.product-replaced-by-grid-content p:after,
.product-replaced-by-grid-content p > span:before,
.product-replaced-by-grid-content p > span:after {
  display: none;
}

.product-replaced-by-grid-content .product-link-replaced-by-wrapper {
  position: static;
  top: auto;
  left: auto;
  right: auto;
}

.product-is-replaced-grid {
  opacity: 0.25;
}

.product-remplace-par-icone {
  display: inline-block;
  color: #03dd55;
  font-weight: 700;
  font-size: 1.2em;
}

.product-remplace-par-icone:before {
  padding-right: 0.5em;
  content: url("https://www.moraco.fr/skin/frontend/moraco/default/images/icons/replaced-by.svg");
}

.product-remplace-par-icone.remplacement {
  color: #727171;
}

.product-remplacements .product-remplace-par-icone {
  margin-bottom: .5em;
}

.product-remplacements ul li a {
  color: #0f88b7;
  text-decoration: underline;
}

.product-remplacements ul li a .manufacturer {
  display: inline-block;
  margin-right: 1.5em;
  font-weight: 700;
  font-size: .9em;
  color: #727171;
  text-decoration: none;
  text-transform: uppercase;
}

.product-remplacements ul li a:hover {
  text-decoration: none;
}

/* ============================================ *
 * Catalog - Product
 * ============================================ */

.catalog-product-view.page-popup {
  /*#header,
        .breadcrumbs,
        .section-reinsurance,
        .footer-before-container,
        .footer-container,
        .bottom-container {
            display: none;
        }*/
}

.catalog-product-view.page-popup .main-container {
  padding: 0;
}

.catalog-product-view.page-popup .product-view .product-section-top:before {
  display: none;
}

.catalog-product-view.page-popup .product-view .product-section-content {
  padding-bottom: 0;
  /*&:before {
                    display: none;
                }*/
}

.product-view {
  /** Attribute color special style **/
}

.product-view .product-essential .extra-info .ratings .rating-box,
.product-view .product-essential .extra-info .ratings .amount {
  float: left;
}

.product-view .product-essential .extra-info .ratings .rating-box {
  margin-top: 8px;
  margin-right: 10px;
}

.product-view .product-essential .extra-info .ratings:after {
  content: '';
  display: table;
  clear: both;
}

.product-view .product-essential:after {
  content: '';
  display: table;
  clear: both;
}

.product-view .product-section-top .product-manufacturer {
  padding: 10px;
  background-color: #fff;
}

.product-view .product-section-top .product-manufacturer img {
  max-width: 100%;
  margin: 0 auto;
}

.product-view .product-header {
  padding: 1.75em 2em;
  background-color: #00395c;
  color: #fff;
}

.product-view .product-header .product-name h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.8em;
  font-weight: 500;
  color: #fff;
  text-transform: none;
}

.product-view .product-header .sku {
  margin-left: .3em;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.3;
}

.product-view .switch-mode {
  margin-bottom: .5em;
}

.product-view .switch-mode:after {
  content: '';
  display: table;
  clear: both;
}

.product-view .switch-mode .switch {
  position: relative;
  float: right;
}

.product-view .product-section-content > .inner {
  background-color: #fff;
}

.product-view .product-shop .product-name .h1,
.product-view .product-img-box .product-name h1 {
  color: #c60520;
  margin-bottom: 10px;
  border: 0;
}

.product-view .product-shop {
  margin-bottom: 0;
  padding: 1em 1.5em;
  font-size: 1.1em;
  /*.extra-info {
            float: left;
            padding-right: $trim/2;
            clear: left;
            width: 70%;
        }*/
  /*.extra-info,
        .price-info {
            max-width: 70%;
            margin-bottom: $box-spacing;
        }*/
}

.product-view .product-shop .product-name {
  display: none;
  float: left;
}

.product-view .product-shop .product-name .h1 {
  float: left;
  margin-bottom: 5px;
}

.product-view .product-shop .manufacturer {
  clear: both;
}

.product-view .product-shop .price-info {
  width: 100%;
}

.product-view .product-shop .price-info:after {
  content: '';
  display: table;
  clear: both;
}

.product-view .product-shop .price-info > .label {
  display: inline-block;
  margin-top: .3em;
  margin-right: 1em;
}

.product-view .product-shop .price-info > .label.pro {
  margin-top: 0;
  font-size: 1.3em;
  font-weight: 700;
}

.product-view .product-shop .price-info > .label + .price-box {
  float: right;
  font-weight: 500;
}

.product-view .product-shop .price-info > .label + .price-box + * {
  clear: both;
}

.product-view .product-shop .price-info .price-box {
  font-weight: 500;
}

.product-view .product-shop .short-description {
  margin-bottom: 10px;
  clear: both;
}

.product-view .product-shop .ratings {
  margin-bottom: 8px;
}

.product-view .product-shop .availability {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: 700;
}

.product-view .product-shop .price-box {
  margin-top: 0;
  /*.special-price {

                .price-label {
                    font-size: $f-size-xl;
                    text-transform: uppercase;
                }

                span.weee {
                    color: $c-text;

                    span.price {
                        font-size: $f-size-xl;
                    }
                }
            }*/
}

.product-view .product-shop .price-box .old-price,
.product-view .product-shop .price-box .special-price,
.product-view .product-shop .price-box .regular-price,
.product-view .product-shop .price-box .minimal-price {
  padding-right: 0;
  line-height: 1.2;
}

.product-view .product-shop .price-box .regular-price .price,
.product-view .product-shop .price-box .special-price .price,
.product-view .product-shop .price-box .full-product-price .price,
.product-view .product-shop .price-box .minimal-price .price {
  color: #c60520;
  font-size: 24px;
}

.product-view .product-shop .price-box .minimal-price {
  margin-top: -.5em;
  /*.price {
                    color: $c-secondary;
                }*/
}

.product-view .product-shop .price-box .minimal-price .price-label {
  display: block;
  font-size: .8em;
  color: #00395c;
  text-align: center;
}

.product-view .product-shop .price-box .price-excluding-tax,
.product-view .product-shop .price-box .price-including-tax {
  display: block;
  line-height: 1.2;
  color: #727171;
}

.product-view .product-shop .price-box .price-excluding-tax .label,
.product-view .product-shop .price-box .price-including-tax .label {
  font-size: 16px;
  font-weight: 300;
}

.product-view .product-shop .price-box .price-excluding-tax .price,
.product-view .product-shop .price-box .price-including-tax .price {
  font-size: 20px;
}

.product-view .product-shop .price-box .price-as-configured .price-label {
  display: inline-block;
  margin: .5em 1em 0 0;
  color: #0f88b7;
}

.product-view .product-shop .price-box .price-as-configured .full-product-price {
  float: right;
}

.product-view .product-shop .price-box .price-as-configured .full-product-price .price {
  color: #0f88b7;
}

.product-view .price-box.map-info a {
  display: inherit;
}

.product-view .old-price .price-label {
  display: none;
}

.product-view .public-prices-wrapper .price-label {
  font-weight: 400;
  color: #00395c;
}

.product-view .public-prices-wrapper .regular-price:after {
  content: '';
  display: table;
  clear: both;
}

.product-view .public-prices-wrapper .regular-price .price-excluding-tax,
.product-view .public-prices-wrapper .regular-price .price-including-tax {
  display: inline-block;
  float: right;
}

.product-view .public-prices-wrapper .regular-price .price-excluding-tax .price,
.product-view .public-prices-wrapper .regular-price .price-including-tax .price {
  font-size: 1em;
  font-weight: 400;
  color: #00395c;
}

.product-view .pro-prices-wrapper {
  margin-top: 1em;
}

.product-view .pro-prices-wrapper .special-price {
  display: block;
  padding: 0;
}

.product-view .pro-prices-wrapper .special-price .price-label {
  display: inline-block;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.3em;
  color: #00395c;
  text-transform: none;
}

.product-view .pro-prices-wrapper .special-price .price-excluding-tax {
  display: inline-block;
  float: right;
}

.product-view .pro-prices-wrapper .special-price .price-excluding-tax .price {
  font-size: 1.5em;
}

.product-view .public-price .price-label {
  font-weight: 400;
  color: #00395c;
}

.product-view .public-price .regular-price:after {
  content: '';
  display: table;
  clear: both;
}

.product-view .public-price .regular-price .price-including-tax {
  display: inline-block;
  float: right;
}

.product-view .discount-wrapper {
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: .85em;
  font-weight: 400;
  color: #0f88b7;
}

.product-view .product-section-right {
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  background-color: #ecedee;
}

.product-view .product-properties {
  font-size: 1.1em;
}

.product-view .product-properties > div {
  width: 100%;
  padding: .8em 2em .7em 1.5em;
  border-top: 1px solid #fff;
  content: '';
  display: table;
  clear: both;
}

.product-view .product-properties .label {
  float: left;
}

.product-view .product-properties .value {
  float: right;
  margin-left: 1.5em;
}

.product-view .block-account {
  margin-top: auto;
  margin-bottom: 0;
  padding: 2em 1em;
  background-image: none;
}

.product-view .block-account .block-title {
  position: relative;
  margin-bottom: 1.2em;
  padding-bottom: 1.5em;
  font-size: 1.1em;
  font-weight: 400;
}

.product-view .block-account .block-title:after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: 0;
}

.product-view .block-account .block-title strong {
  font-size: 1.7em;
  line-height: 1.5;
}

.product-view .block-account .block-title .smaller {
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 1.3em;
  font-weight: 500;
  text-transform: none;
}

.product-view .block-account .block-content {
  max-width: 250px;
  font-family: "Mercenary", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: .9em;
}

.product-view .block-account .wrapper-links {
  margin-top: 1.5em;
}

.product-view .block-account .wrapper-links a {
  width: 100%;
  max-width: 205px;
}

.product-view .product-variation {
  padding: 1em 1.5em;
}

.product-view .product-variation.other-colors ul {
  font-size: 0;
}

.product-view .product-variation.other-colors li {
  display: inline-block;
  margin: 0 6px 6px 0;
}

.product-view .color-variation-wrapper {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  overflow: hidden;
}

.product-view .color-variation-wrapper span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 10px;
  font-size: 0;
  text-indent: 100%;
  overflow: hidden;
  z-index: 2;
}

.product-view .color-variation-wrapper span.image {
  width: 20px;
  height: 20px;
  border-width: 0;
  background-size: cover;
  z-index: 1;
}

.product-view .color-variation-wrapper span:nth-last-child(n+2):first-child,
.product-view .color-variation-wrapper span:nth-last-child(n+2) ~ span:first-child {
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
}

.product-view .color-variation-wrapper span:nth-last-child(n+2):nth-child(2),
.product-view .color-variation-wrapper span:nth-last-child(n+2) ~ span:nth-child(2) {
  border-top-color: transparent !important;
  border-left-color: transparent !important;
}

.product-view .color-variation-wrapper span:nth-last-child(n+3):nth-child(2),
.product-view .color-variation-wrapper span:nth-last-child(n+3) ~ span:nth-child(2) {
  border-right-color: transparent !important;
}

.product-view .color-variation-wrapper span:nth-last-child(n+3):nth-child(3),
.product-view .color-variation-wrapper span:nth-last-child(n+3) ~ span:nth-child(3) {
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
}

.product-view .documents {
  margin: 2em 0;
  padding-left: 2em;
}

.product-view .documents li {
  margin-top: .5em;
}

.product-view .documents a {
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 1.1em;
  color: #0f88b7;
}

.product-view .documents a:before {
  content: "";
  width: 17.5px;
  height: 20px;
  background-position: -2598px -1px;
  /*@include ie-sprite($icon, $type);*/
  vertical-align: top;
  margin-right: .8em;
}

.no-touchevents .product-view .documents a:hover {
  color: #c60520;
}

.no-touchevents .product-view .documents a:hover:before {
  background-position: -2618px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.no-touchevents .product-view .documents a:focus {
  color: #c60520;
}

.no-touchevents .product-view .documents a:focus:before {
  background-position: -2618px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.touchevents .product-view .documents a:active {
  color: #c60520;
}

.touchevents .product-view .documents a:active:before {
  background-position: -2618px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.page-popup .product-view {
  overflow: hidden;
}

.product-img-box {
  margin: 0 auto 10px;
}

.product-img-box .product-name h1 {
  border: 0;
}

.product-img-box .product-image {
  margin-bottom: 10px;
  border-width: 0;
  background-color: #fff;
}

.product-img-box .product-image .img-helper {
  width: 100%;
}

.product-img-box .product-image img {
  max-width: 100%;
  margin: 0px auto;
  width: auto;
  height: auto;
  max-height: 100%;
}

.product-image-gallery {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-image-gallery .gallery-image {
  display: none;
}

.product-image-gallery .gallery-image.visible {
  display: block;
}

.product-image-gallery .gallery-image.visible.hidden {
  visibility: hidden;
}

.product-image-gallery:before,
.product-image-gallery:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}

.product-image-gallery:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}

.product-image-gallery:after {
  background-image: url("https://www.moraco.fr/skin/frontend/moraco/default/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}

.product-image-gallery.loading {
  position: relative;
}

.product-image-gallery.loading:before,
.product-image-gallery.loading:after {
  display: block;
}

.product-view.non-commercialise .product-image-gallery {
  opacity: .25;
}

.product-image-thumbs {
  text-align: center;
}

.product-image-thumbs li {
  display: inline-block;
  margin: 0 3px;
  vertical-align: top;
}

.product-image-thumbs li:first-child {
  margin-left: -1px;
}

.product-image-thumbs a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 77px;
  height: 77px;
  border: 1px solid #acacad;
}

.product-image-thumbs a img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: 0 auto;
}

.no-touch .product-image-thumbs a:hover {
  border-color: #c7c7c7;
}

/*.product-view .product-shop,
.product-view .add-to-cart-wrapper,
.product-view .block-related {
    padding-left: $trim/2;
}

.product-img-box {
    padding-right: $trim/2;
}*/

/*.product-view .product-shop,*/

.product-img-box,
.product-collateral,
.product-view .block-related,
.box-collateral {
  margin-bottom: 10px;
}

.product-view {
  /* Set a min-height so that the floated elements break appropriately */
  /*.add-to-cart .qty-wrapper,
    .product-options-bottom .price-box,
    .add-to-cart-buttons {
        min-height: 40px;
    }*/
}

.product-view .add-to-cart-wrapper {
  padding: 1em 1em 1em 1.5em;
}

.product-view .add-to-box:after,
.product-view .add-to-cart:after {
  content: '';
  display: table;
  clear: both;
}

.product-view .product-options-bottom .price-box,
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart-buttons .button,
.product-view .add-to-cart-buttons .paypal-logo {
  margin-bottom: 10px;
}

.product-view .add-to-cart .qty-wrapper {
  float: left;
  margin-right: 10px;
}

.product-view .add-to-cart .qty-wrapper label {
  display: none;
}

.product-view .add-to-cart .qty-wrapper .qty {
  height: 35px;
  border-color: #acacad;
}

.product-view .add-to-cart-buttons {
  float: left;
  max-width: 100%;
}

.product-view .add-to-cart-buttons .paypal-logo {
  clear: left;
  text-align: center;
}

.product-view .add-to-cart-buttons .paypal-logo .paypal-button {
  margin: 0 auto;
  display: block;
  width: 170px;
}

.product-view .add-to-cart-buttons .paypal-logo .bml_button {
  display: block;
  width: 174px;
  margin: 0 auto;
}

.product-view .add-to-cart-buttons .paypal-logo .bml_button a {
  text-align: center;
}

.product-view .add-to-cart-buttons .paypal-logo .paypal-or {
  display: block;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  line-height: 1;
  text-align: center;
}

.product-view .add-to-cart-buttons .button {
  position: relative;
  padding-left: 45px;
  letter-spacing: .05em;
}

.product-view .add-to-cart-buttons .button:before {
  content: "";
  width: 19px;
  height: 19px;
  background-position: -22px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 24px;
  margin-left: -9.5px;
  margin-top: -9.5px;
}

.product-view .alert-price,
.product-view .alert-stock {
  clear: both;
}

.product-view .link-stock-alert {
  margin-bottom: 10px;
  text-align: center;
}

.product-view .link-stock-alert a {
  position: relative;
  background: #c60520;
  display: inline-block;
  padding: .6em 1.4em .5em;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #FFFFFF;
  font-size: .8rem;
  font-weight: normal;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.5;
  vertical-align: middle;
  /*white-space: nowrap;*/
  padding-left: 45px;
  text-decoration: none;
}

.product-view .link-stock-alert a:hover {
  background: #ad041c;
  cursor: pointer;
}

.product-view .link-stock-alert a:active {
  background: #940418;
  color: #FFFFFF;
}

.product-view .link-stock-alert a:focus {
  background-color: #940418;
  outline: none;
  color: #FFFFFF;
}

.product-view .link-stock-alert a:before {
  content: "";
  width: 15.2px;
  height: 18px;
  background-position: -176px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 24px;
  margin-left: -7.5px;
  margin-top: -9px;
}

/* This is the "or" that separates the "Add to Cart" and "Add to X" links */

.add-to-box .or {
  display: none;
}

.product-view .add-to-links {
  clear: both;
  margin-top: 0px;
  margin-right: 15px;
  float: left;
}

.product-view .add-to-links:after {
  content: '';
  display: table;
  clear: both;
}

.product-view .add-to-links li {
  float: left;
}

.product-view .add-to-links a {
  padding: 2px 7px 2px 0px;
  margin-left: 7px;
  border-right: 1px solid #CCCCCC;
}

.product-view .add-to-links li:first-child a {
  margin-left: 0px;
}

.product-view .add-to-links li:last-child a {
  border-right: 0px;
}

.product-view .sharing-links {
  float: left;
}

.product-view .sharing-links:after {
  content: '';
  display: table;
  clear: both;
}

.product-view .sharing-links li {
  float: left;
  padding: 0px 7px 7px;
}

.product-view .sharing-links a {
  text-indent: -9999px;
  display: block;
  width: 26px;
  height: 26px;
}

.product-view .sharing-links a:hover {
  opacity: 0.8;
}

.product-view .sharing-links a.link-wishlist {
  background-position: 0px -225px;
}

.product-view .sharing-links a.link-compare {
  background-position: 0px -250px;
}

.product-view .sharing-links a.link-email-friend {
  background-position: 0px -322px;
}

.product-view .sharing-links a.link-facebook {
  background-position: 0px -425px;
}

.product-view .sharing-links a.link-twitter {
  background-position: 0px -372px;
}

.product-collateral {
  clear: both;
}

.product-collateral .tab-content {
  position: relative;
  min-height: 250px;
}

.collateral-tabs dd h2 {
  display: none;
}

.box-collateral {
  clear: both;
}

.selections-tabs {
  margin-bottom: 40px;
}

.product-view .ratings .rating-links {
  clear: left;
  float: left;
  margin-top: 0;
}

#product-attribute-specs-table {
  max-width: 50em;
  border: 1px solid #C0C0C0;
}

#product-attribute-specs-table th {
  border-right: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
}

/* -------------------------------------------- *
 * Catalog - Grouped Product List
 */

.grouped-items-table-wrapper {
  border: solid 1px #C0C0C0;
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
}

.grouped-items-table-wrapper tbody tr:last-child td {
  border-bottom: none;
}

.grouped-items-table .name-wrapper {
  color: #00395c;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.grouped-items-table .qty-wrapper {
  padding-top: 7px;
}

.grouped-items-table .qty-label {
  margin-left: 7px;
}

.grouped-items-table td {
  padding: 4px;
}

.grouped-items-table td:last-child {
  width: 30%;
  text-align: left;
}

.grouped-items-table .price-box {
  text-align: right;
}

/* -------------------------------------------- *
 * Catalog - Product Options
 */

.product-options {
  width: 100%;
  margin: 10px 0 0;
  clear: both;
  position: relative;
}

/*.product-options p.required {
    position: absolute;
    top: 6px;
    right: 15px;
    text-align: right;
}*/

.product-options {
  /*dt:nth-child(4n + 1),
    dd:nth-child(4n + 2) {
        background-color: #f3f3f3
    }*/
}

.product-options dt,
.product-options dd {
  margin-left: -.5em;
  margin-right: -.5em;
  padding: 0 1em;
  background-color: #f3f3f3;
}

.product-options dt {
  margin-top: 10px;
  padding-top: 5px;
  font-weight: normal;
}

.product-options dt label {
  margin-bottom: 0;
}

.product-options dt:first-child {
  margin-top: 0;
}

.product-options dd .qty-holder {
  display: block;
  padding: 10px 0 0 0;
}

.product-options dd .qty-holder .qty {
  width: 3em;
  height: 35px;
}

.product-options dd .qty-holder label {
  vertical-align: middle;
  margin: .4em 0;
  font-size: 1em;
}

.product-options dd .qty-disabled {
  /*background: none;
    border: 0;
    padding: 0 2px;*/
}

.product-options dd {
  padding-bottom: 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid #EDEDED;
}

.product-options dl.last dd.last {
  border-bottom: 0;
  padding-bottom: 5px;
  margin-bottom: 0;
}

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

.product-options dd .input-box {
  padding-top: 0;
}

.product-options dd input.datetime-picker {
  width: 150px;
}

.product-options dd .time-picker {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 2px 0;
  vertical-align: middle;
}

.product-options dd textarea {
  width: 98%;
  height: 8em;
}

.product-options dd select {
  width: 100%;
  max-width: 100%;
}

.product-options ul.options-list {
  margin-right: 5px;
}

.product-options ul.options-list li {
  line-height: 1.5;
  margin-bottom: 7px;
}

.product-options ul.options-list li:last-child {
  margin-bottom: 0;
}

.product-options ul.options-list .radio,
.product-options ul.options-list .checkbox {
  float: left;
  margin-top: 5px;
}

.product-options ul.options-list .label {
  display: block;
}

.product-options ul.options-list label {
  font-weight: normal;
}

.product-options p.note {
  margin: 0;
  font-size: 11px;
}

.product-options-bottom .add-to-cart {
  margin-right: -.5em;
  margin-top: 1em;
}

.product-options-bottom:after {
  content: '';
  display: table;
  clear: both;
}

.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices {
  float: right;
  margin: 0;
  padding: 0 0 10px;
  border: 0;
  background: 0;
  color: #727171;
}

.product-options-bottom .tier-prices li {
  background: 0;
  padding: 2px 0;
}

.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
  color: #727171;
}

/* "display: none" should be removed if products on site have a long list of product options and those product options */

/*  affect the price so that the customer can see the updated price close to the "Add to Cart" button */

.product-options-bottom .price-box {
  display: none;
  float: right;
  margin: 0 0 10px;
  padding: 0;
}

.product-options-bottom .price-tax {
  float: left;
}

.kit-product .product-options p.required,
.kit-product .product-options dt label,
.kit-product .product-options dt:nth-child(7),
.kit-product .product-options dd:nth-child(8),
.kit-product .product-options dd .qty-holder {
  display: none;
}

/* -------------------------------------------- *
 * Related Products
 */

/* Block: Related */

.block-related li {
  margin-bottom: 7px;
}

.block-related .block-title {
  border-bottom: none;
}

.block-related .block-title h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #00395c;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 1.7em;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  margin-bottom: 0;
}

.block-related .block-subtitle {
  margin-bottom: 7px;
}

.block-related .product {
  margin-left: 20px;
  position: relative;
}

.block-related .checkbox {
  float: left;
  margin-top: 36px;
}

.block-related .product-details {
  margin-left: 90px;
}

.block-related .product-name {
  margin-bottom: 3px;
}

.block-related .product-details .price-box {
  margin: 2px 0 3px;
}

.block-related .product-details .price-box a,
.block-related .product-details .price-box p,
.block-related .product-details .price-box span {
  float: left;
  margin-left: 3px;
}

.block-related .product-details .price-box a:first-child,
.block-related .product-details .price-box p:first-child,
.block-related .product-details .price-box span:first-child {
  margin-left: 0;
  font-size: 16px;
  padding-right: 5px;
  padding-left: 5px;
}

.block-related .product-details .price-box:after {
  content: '';
  display: table;
  clear: both;
}

.block-related .link-wishlist {
  display: none;
}

/* -------------------------------------------- *
 * Upsell Products
 */

.box-up-sell {
  margin-top: 2.5em;
  padding: 2em 0;
}

.box-up-sell > h2 {
  position: relative;
  margin-bottom: 1.8em;
  padding-bottom: .6em;
  font-weight: 700;
  color: #fff;
}

.box-up-sell > h2:after {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}

.box-up-sell .ratings {
  display: none;
}

.box-up-sell .owl-nav {
  position: absolute;
}

.page-popup .box-up-sell {
  margin-block: 0;
  padding-inline: 20px;
}

.stock-state-label.stock-1,
.stock-state-label.stock-v {
  color: #03dd55;
}

.stock-state-label.stock-1.stock-label-class-voir-dispo,
.stock-state-label.stock-v.stock-label-class-voir-dispo {
  color: #0f88b7;
}

.stock-state-label.stock-2,
.stock-state-label.stock-o {
  color: #ffba00;
}

.stock-state-label.stock-3,
.stock-state-label.stock-r {
  color: #ff0000;
}

.stock-state-label.stock-9,
.stock-state-label.stock-b {
  color: #000000;
}

.stock-state {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.stock-state .moraco-delai-appro-label {
  white-space: nowrap;
  display: block;
  font-size: 0.85em;
}

.stock-state .moraco-delai-appro {
  color: #c00;
  visibility: hidden;
  width: auto;
  background-color: #fff;
  text-align: center;
  border-radius: 3px;
  padding: 5px 0;
  position: absolute;
  z-index: 5000;
  bottom: 125%;
  left: 0;
  margin-left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  padding: 0.5em 1em;
  white-space: nowrap;
  /*text-transform: uppercase;*/
  font-weight: 400;
  /*&:after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }*/
}

.stock-state.stock-1 .moraco-delai-appro,
.stock-state.stock-v .moraco-delai-appro {
  color: #fff;
  background-color: #03dd55;
  border: 1px solid #03dd55;
}

.stock-state.stock-1 .moraco-delai-appro-label,
.stock-state.stock-v .moraco-delai-appro-label {
  color: #03dd55;
}

.stock-state.stock-2 .moraco-delai-appro,
.stock-state.stock-o .moraco-delai-appro {
  color: #fff;
  background-color: #ffba00;
  border: 1px solid #ffba00;
}

.stock-state.stock-2 .moraco-delai-appro-label,
.stock-state.stock-o .moraco-delai-appro-label {
  color: #ffba00;
  white-space: break-spaces;
}

.stock-state.stock-3 .moraco-delai-appro,
.stock-state.stock-r .moraco-delai-appro {
  color: #fff;
  background-color: #ff0000;
  border: 1px solid #ff0000;
}

.stock-state.stock-3 .moraco-delai-appro-label,
.stock-state.stock-r .moraco-delai-appro-label {
  color: #ff0000;
}

.stock-state:hover .moraco-delai-appro {
  visibility: visible;
  opacity: 1;
}

/* ============================================ *
 * Catalog - MSRP MAP Popup
 * ============================================ */

.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase;
}

.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px;
}

.map-popup {
  background: #FFFFFF;
  border: 5px solid #CCCCCC;
  margin: 12px 0 0;
  position: absolute;
  text-align: left;
  width: 450px;
  z-index: 100;
}

.map-popup .map-popup-heading {
  padding: 8px 10px;
  margin-right: 40px;
  width: auto;
}

.map-popup .map-popup-heading h3 {
  font-size: 14px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis;
}

.map-popup .map-popup-close {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 36px;
  width: 36px;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}

.map-popup .map-popup-content {
  border-top: 1px solid #EDEDED;
  padding: 10px;
  margin: 0 10px;
  overflow: hidden;
  text-align: left;
}

.map-popup .map-popup-checkout {
  padding: 10px 0;
}

.map-popup .map-popup-checkout form:after {
  content: '';
  display: table;
  clear: both;
}

.map-popup .map-popup-checkout span {
  display: block;
}

.map-popup .map-popup-checkout .button {
  float: left;
  margin: 0 2px;
  clear: left;
}

.map-popup .map-popup-checkout .additional-addtocart-box {
  float: left;
  min-width: 210px;
}

.map-popup .map-popup-checkout .additional-addtocart-box li {
  list-style-type: none;
}

.map-popup .map-popup-checkout .paypal-logo {
  width: auto;
}

.map-popup .map-popup-checkout .paypal-logo a {
  display: inline-block;
  float: left;
  clear: left;
}

.map-popup .map-popup-checkout .paypal-logo .paypal-or {
  float: left;
  text-align: center;
  padding: 5px 15px;
  clear: left;
}

.map-popup .map-popup-checkout .paypal-logo:after {
  content: '';
  display: table;
  clear: both;
}

.map-popup .map-popup-checkout .paypal-logo .bml_button a {
  clear: left;
}

.map-popup .map-popup-checkout:after {
  content: '';
  display: table;
  clear: both;
}

.map-popup .map-popup-price {
  padding: 10px 0;
}

.map-popup .map-popup-price .price-box,
.map-popup .map-popup-price .price-box .special-price {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.map-popup .map-popup-price .price-box .minimal-price-link {
  display: inline-block;
}

.map-popup .map-popup-text {
  padding: 10px 0;
  margin: 0 10px;
  word-wrap: break-word;
}

.map-popup .map-popup-text,
.map-popup .map-popup-only-text {
  border-top: 1px solid #EDEDED;
}

/* ============================================ *
 * Catalog - MSRP Product Listing
 * ============================================ */

.price-box .map-link {
  display: block;
  text-align: center;
}

/* ============================================ *
 * Catalog - Compare
 * ============================================ */

.block-compare .product-name:after {
  content: '';
  display: table;
  clear: both;
}

.compare-table .product-image {
  display: inline-block;
}

.compare-table .product-shop-row.top td {
  padding-bottom: 0;
  border-bottom: 0;
}

.compare-table .product-shop-row.bottom td {
  padding-top: 0;
}

/* ============================================ *
 * Checkout - Layout
 * ============================================ */

/*.cart-table {
    float: left;
    width: 60%;
}*/

.cart .button {
  white-space: normal;
}

.cart-forms {
  float: left;
  padding-left: 0;
  width: 40%;
}

/*.cart-forms,*/

.cart-totals-wrapper,
.crosssell {
  float: right;
  clear: right;
  width: 40%;
  padding-left: 20px;
}

.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  padding: 1.3em 1.5em;
  background-color: #ecedee;
}

.cart-table,
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  margin-bottom: 20px;
}

.checkout-cart-index #postcode {
  width: 100%;
}

.display-both-prices .cart-table {
  float: none;
  width: 100%;
}

.display-both-prices .cart-forms {
  float: left;
  padding-right: 10px;
  padding-left: 0;
}

.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  padding-left: 10px;
}

.display-both-prices .cart-forms,
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  width: 50%;
}

.display-both-prices .crosssell {
  clear: right;
  float: right;
}

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

/* ============================================ *
 * Checkout - Cart
 * ============================================ */

.cart {
  margin-bottom: 5em;
}

.cart .page-title {
  margin-bottom: 15px;
}

.cart .page-title:after {
  content: '';
  display: table;
  clear: both;
}

.cart .page-title h1 {
  border-bottom: none;
  margin-bottom: 6px;
  margin-right: 10px;
}

.checkout-types {
  float: right;
  text-align: right;
  max-width: 100%;
  /* We always want this shipping method to display on its own line */
}

.checkout-types li {
  vertical-align: top;
  margin: 0 0 5px 5px;
}

.checkout-types li:after {
  content: '';
  display: table;
  clear: both;
}

.checkout-types li img {
  display: inline;
  vertical-align: top;
}

.checkout-types li:first-child {
  margin-left: 0;
}

.checkout-types .method-checkout-cart-methods-multishipping {
  display: block;
}

.checkout-types.top {
  margin-top: 1.5em;
}

.checkout-types.top li {
  display: inline-block;
}

.checkout-types.top .bml_button {
  display: inline-block;
  vertical-align: top;
}

.checkout-types.top .bml_button img {
  display: block;
}

.checkout-types.top .paypal-logo .paypal-or {
  margin-top: 5px;
}

.checkout-types.bottom .paypal-logo a,
.checkout-types.minicart .paypal-logo a {
  display: block;
}

.checkout-types.bottom .paypal-or,
.checkout-types.minicart .paypal-or {
  margin: 0px;
  display: block;
  text-align: center;
}

.checkout-types.bottom {
  padding: 0;
}

.cart-totals .checkout-types .btn-checkout {
  margin-bottom: 7px;
}

.cart-table {
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  /*th,*/
  /*thead th,*/
  /*.product-cart-info,
    .product-cart-actions {
        padding-left: 15px;
    }*/
  /*.price {
        font-size: 1.1em;
        font-weight: 500;
    }*/
}

.cart-table tfoot {
  display: none;
}

.cart-table td,
.cart-table tbody td {
  border-bottom: none;
  vertical-align: top;
}

.cart-table h2 {
  color: #00395c;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}

.cart-table thead tr {
  border-bottom-width: 0;
}

.cart-table thead th {
  border-bottom-width: 0;
}

.cart-table tbody td {
  padding: 10px 5px;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.cart-table td.product-stock {
  padding: 10px;
}

.cart-table tr {
  border-bottom: 1px solid #C0C0C0;
}

.cart-table tfoot tr {
  background: none;
}

.cart-table tfoot tr > td:after {
  content: '';
  display: table;
  clear: both;
}

.cart-table span.or {
  font-size: 9px;
  padding: 0 5px;
  text-transform: uppercase;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.cart-table .product-cart-image .cart-links,
.cart-table .product-cart-info .btn-remove,
.cart-table .product-cart-actions .button {
  display: none;
}

.cart-table .product-cart-image {
  padding-left: 0;
  padding-right: 0;
}

.cart-table .product-cart-image .product-image img {
  max-width: 100%;
  width: 100%;
}

.cart-table .product-cart-image a.cart-edit {
  display: none;
}

.cart-table .product-cart-sku {
  font-family: Georgia, "Times New Roman", "DejaVu Serif", serif;
  font-style: italic;
  font-size: 12px;
  margin: 5px 0 12px;
}

.cart-table .product-cart-sku .label {
  font-weight: 600;
}

.cart-table .btn-empty {
  float: left;
}

.cart-table .product-cart-total,
.cart-table .product-cart-price {
  text-align: center;
}

.cart-table .product-cart-total .price {
  font-weight: 700;
}

.cart-table .cart-tax-total {
  position: relative;
  cursor: pointer;
}

.cart-table .cart-tax-total:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #00395c;
  border-left: none;
  position: absolute;
  top: 3px;
  right: -11px;
}

.cart-table .cart-tax-total.cart-tax-total-expanded:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #00395c;
  border-bottom: none;
  right: -15px;
  top: 6px;
}

.cart-table .cart-links > li {
  white-space: nowrap;
  line-height: 1.3;
  margin-bottom: 5px;
  min-width: 65px;
  font-size: 13px;
}

.cart-table .cart-links > li > a {
  display: block;
}

.cart-table .cart-links > li:last-child {
  margin-bottom: 0;
}

.cart-table .product-cart-actions {
  min-width: 60px;
  text-align: center;
}

.cart-table .product-cart-actions .qty {
  /*height: 30px;
            border-color: $c-input-border;
            border-radius: 0;
            margin-bottom: 10px;
            text-align: center;
            width: 3.2em;*/
  height: 35px;
}

.cart-table .product-cart-actions .js-input-qty,
.cart-table .product-cart-actions .button {
  margin-bottom: 5px;
}

.cart-table .product-cart-actions .cart-links {
  display: none;
}

.cart-table .item-options {
  padding-left: 15px;
}

.btn-proceed-checkout {
  font-size: 1.2rem;
  font-weight: 600;
  border-radius: 5px;
}

/* ============================================ *
 * Checkout - Estimate Shipping and Tax
 * ============================================ */

.shipping {
  /*#co-shipping-method-form .sp-methods dd label {
        border: 1px solid $c-module-border;
        background-color: $c-module-background-hover;
        min-width: 220px;

        &:hover {
            background-color: shade($c-module-background, 10%)
        }
    }*/
}

.shipping h2 {
  margin-bottom: 10px;
  font-size: 1.3em;
  font-weight: 700;
  color: #00395c;
}

.shipping select {
  max-width: 100%;
  height: 35px;
  display: block;
  border: 1px solid #00395c;
}

.shipping select.validation-failed {
  border-color: #DF280A;
}

.shipping .shipping-desc {
  display: none;
}

.shipping .buttons-set {
  border: none;
  margin: 0;
  padding: 0;
}

.shipping .form-list:after {
  content: '';
  display: table;
  clear: both;
}

.shipping .form-list li {
  float: left;
  margin: 5px 2% 10px 0;
}

.shipping .form-list .shipping-country {
  width: 37%;
}

.shipping .form-list .shipping-region {
  width: 41%;
}

.shipping .form-list .shipping-postcode {
  margin-right: 0;
  width: 18%;
  /*input {
                margin-top: 4px;
            }*/
}

.shipping .form-list .input-box {
  padding-top: 0;
}

.shipping .form-list input {
  height: 35px;
}

.shipping .form-list label {
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
}

.shipping .sp-methods {
  padding: 10px 0 0;
  text-align: left;
}

.shipping .sp-methods dd {
  margin-bottom: 10px;
}

.shipping .sp-methods label {
  font-family: Georgia, "Times New Roman", "DejaVu Serif", serif;
  font-size: 1em;
  font-style: italic;
  min-width: 100px;
}

.shipping .sp-methods label span {
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}

.shipping #co-shipping-method-form .buttons-set .button {
  float: left;
  margin-left: 0;
}

.cart-totals-wrapper .shipping-info {
  margin: 0 20px 20px 0;
  text-align: right;
}

.cart .cart-totals {
  background-color: #00395c;
  color: #fff;
  text-align: right;
}

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

.cart .cart-totals .title {
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 1.3em;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
}

.cart .cart-totals table {
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  width: 100%;
  font-size: 1.2em;
  color: #fff;
}

.cart .cart-totals table td {
  padding: 2px 0px;
}

.cart .cart-totals table td:first-child {
  padding-right: 15px;
  min-width: 120px;
}

.cart .cart-totals table tbody tr:last-child td,
.cart .cart-totals table tbody tr:last-child th {
  padding-bottom: 10px;
}

.cart .cart-totals table tfoot {
  border-top: 1px solid #E6E6E6;
}

.cart .cart-totals table tfoot td {
  font-size: 1.5em;
  vertical-align: top;
}

.cart .cart-totals table tfoot strong span,
.cart .cart-totals table tfoot span.price {
  font-family: "Mercenary", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.cart .cart-totals table tfoot strong {
  font-weight: 600;
}

.cart .cart-totals table#shopping-cart-totals-table .summary-collapse:before {
  border-top-color: #fff;
}

.cart .cart-totals table#shopping-cart-totals-table .show-details .summary-collapse:before {
  border-bottom-color: #fff;
}

.discount-form:after,
#giftcard-form:after {
  content: '';
  display: table;
  clear: both;
}

#discount-coupon-form,
.cart .giftcard {
  width: 100%;
  /*.field-wrapper {
        display: inline-block;
    }*/
}

#discount-coupon-form h2,
.cart .giftcard h2 {
  font-size: 1.3em;
}

#discount-coupon-form label,
.cart .giftcard label {
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  min-width: 105px;
  display: inline-block;
  margin-right: 10px;
}

#discount-coupon-form .validation-advice,
.cart .giftcard .validation-advice {
  display: inline;
}

#discount-coupon-form .button-wrapper,
.cart .giftcard .button-wrapper {
  /*display: inline-block;
        vertical-align: bottom;*/
  float: left;
}

#discount-coupon-form .button-wrapper > button,
.cart .giftcard .button-wrapper > button {
  width: 120px;
}

#discount-coupon-form .input-text,
.cart .giftcard .input-text {
  float: left;
  width: -webkit-calc(100% - 130px);
  width: calc(100% - 130px);
  height: 35px;
  margin: 0 10px 0 0;
  border-radius: 0;
}

.cart .giftcard p {
  margin-bottom: 7px;
}

.cart .giftcard .check-gc-status {
  float: left;
  padding: 0px;
}

.cart .giftcard .check-gc-status > span > span {
  font-size: 14px;
  text-transform: none;
}

/* ============================================ *
 * Checkout - Cart Cross sell
 * ============================================ */

.crosssell h2 {
  color: #00395c;
}

.crosssell .item a.product-image {
  width: auto;
  float: left;
}

/* Change the layout to 2 columns at a breakpoint that is higher than a 3 columns layout would normally break */

/* ============================================ *
 * CART - QUICK ADD FORM
 * ============================================ */

#quickadd {
  margin-bottom: 15px;
  background-color: #ecedee;
  padding: 1em 1.5em 1.5em;
}

#quickadd > .inner:after {
  content: '';
  display: table;
  clear: both;
}

#quickadd .form-title {
  margin-bottom: .5em;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  color: #00395c;
  text-transform: uppercase;
}

#quickadd .form-list:after {
  content: '';
  display: table;
  clear: both;
}

#quickadd .form-list li {
  float: left;
  margin-left: 10px;
  margin-bottom: 0;
  text-align: left;
}

#quickadd .form-list li:first-child {
  margin-left: 0;
  width: -webkit-calc(100% - 70px);
  width: calc(100% - 70px);
}

#quickadd label {
  display: block;
}

#quickadd .input-text.qty {
  width: 60px;
}

#quickadd .button-wrapper {
  margin-top: 10px;
  text-align: center;
}

#quickadd .button {
  height: 42px;
  background-color: #0f88b7;
}

#quickadd .button:hover {
  background-color: #0d769f;
}

.input-box.autocomplete {
  position: relative;
}

.input-box.autocomplete .ui-autocomplete-input {
  padding-left: 40px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAAQlBMVEUAAACZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZkzCTtbAAAAFnRSTlMA1izbxq+iEwwGzX83uJB4bVtYSEMbVpK4bAAAAGJJREFUCNeNizcOwDAMAyn3luL2/68GtqIhW24gcQQIIGTSOt0RjKLLA/M0fmugwns1u/KFF9dWkhcvdqWGEOnrYXua4sOtvE/xo++XqazZcnvjSgzjsKTANEvkOpQMwo8hPUOhAlw8CxJLAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 12px center;
  width: 100%;
}

.input-box.autocomplete .autocomplete-loading {
  display: none;
  position: absolute;
  top: -webkit-calc(100% + 1px);
  top: calc(100% + 1px);
  width: 100%;
  background: #fff;
  border: 1px solid #acacad;
  border-width: 0 1px 1px;
  padding: .2em .3em .3em;
  color: #00395c;
  z-index: 1;
}

.ui-menu {
  max-width: 390px;
  max-height: 164px;
  overflow-y: scroll;
  overflow-x: hidden;
}

/* ============================================ *
 * CART - FORM ITEM COMMENT
 * ============================================ */

#cart-item-comment-wrapper {
  display: none;
}

#cart-item-comment {
  padding: 1.5em;
}

#link-import-file {
  padding: 1em 0;
}

#checkout-import-file {
  padding-bottom: 3em;
  text-align: center;
  margin-bottom: 15px;
  background-color: #ecedee;
  padding: 1em 1.5em 1.5em;
}

#checkout-import-file .title {
  display: inline-block;
  margin-bottom: .5em;
  font-size: 1.3em;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: 600;
  color: #00395c;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  line-height: 1.2;
}

#checkout-import-file .file-wrapper {
  padding: 1em 0em;
}

#checkout-import-file .checkout-import-help {
  padding: 1em 0em;
  font-size: 0.9em;
  font-style: italic;
  margin-top: 1em;
}

/* ============================================ *
 * Checkout - One Page
 * ============================================ */

.checkout-onepage-index .col-right,
.checkout-onepage-index .col-left {
  display: none;
}

.checkout-onepage-index .col-main {
  width: auto;
  float: none;
}

.opc select {
  width: 365px;
}

/* -------------------------------------------- *
 * Section Styling - Default
 */

.opc .section .step-title {
  width: 100%;
  border-top: 1px solid #ECECEC;
  position: relative;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.opc .section .step-title:after {
  content: '';
  display: table;
  clear: both;
}

.opc .section.allow:not(.active) .step-title {
  cursor: pointer;
}

/* Using .no-touch since touch devices emulate hover, thereby making steps look active that are not */

.no-touch .opc .section.allow:not(.active) .step-title:hover {
  background-color: #ecedee;
}

.opc .section.active .step-title {
  border-bottom: 1px solid #ECECEC;
}

.opc .section .step-title a {
  display: none;
}

.opc .section.allow:not(.active) .step-title a {
  display: block;
  float: right;
  line-height: 40px;
  height: 40px;
  padding: 0px 10px;
}

.no-touch .opc .section .step-title a:hover {
  text-decoration: none;
}

.opc .section .step-title .number,
.opc .section.allow.active .step-title .number,
.no-touch .opc .section.allow:hover .step-title .number {
  width: 26px;
  height: 26px;
  text-align: center;
  color: #FFFFFF;
  line-height: 26px;
  background-color: #c60520;
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -13px;
}

.opc .section.allow .step-title .number {
  background-color: #e38290;
}

.opc .section.allow .step-title h2 {
  color: #A0A0A0;
}

.opc .section.allow .step-title:hover h2,
.opc .section.active .step-title h2 {
  color: #00395c;
}

.opc .section .step-title h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  height: 40px;
  float: left;
  margin: 0px 4px 0px 45px;
}

.opc .section .step {
  padding: 20px;
}

.opc .section .step:after {
  content: '';
  display: table;
  clear: both;
}

.opc select {
  max-width: 365px;
  width: 100%;
}

.opc h3 {
  font-weight: 500;
}

.opc .buttons-set {
  text-align: left;
}

.opc .buttons-set button.button {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 0;
}

.opc .buttons-set p.required {
  float: right;
  margin-left: 5px;
  margin-bottom: 0;
}

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

.opc .buttons-set a {
  line-height: 20px;
  display: inline-block;
  padding: 5px 5px 5px 0;
}

.opc #opc-login .step {
  padding: 0px;
}

.opc #opc-login .buttons-set {
  border-top: 0;
  padding-top: 5px;
}

#opc-payment .note {
  padding: 10px;
}

/* -------------------------------------------- *
 * This section hides everything but the "Checkout Method" step of the checkout process and fades in the content
 * once the customer progresses to the next step. The purpose of this is to simplify what the customer has to focus on.
 * It is limited to larger viewports since smaller devices are inherently going to be focused solely on the
 * "Checkout Method" step.
 */

.opc.opc-firststep-login .section:not(#opc-login) .step-title,
.opc-block-progress-step-login {
  -webkit-transition: opacity 300ms ease;
  -webkit-transition-delay: 0;
  -webkit-transition: opacity 300ms ease 0;
  transition: opacity 300ms ease 0;
}

.opc.opc-firststep-login .section#opc-login .step-title .number {
  -webkit-transition: width 80ms ease;
  -webkit-transition-delay: 0;
  -webkit-transition: width 80ms ease 0;
  transition: width 80ms ease 0;
}

.opc.opc-firststep-login .section#opc-login .step-title h2 {
  -webkit-transition: margin-left 80ms ease;
  -webkit-transition-delay: 0;
  -webkit-transition: margin-left 80ms ease 0;
  transition: margin-left 80ms ease 0;
}

/* When a user progresses from the "Checkout Method" to "Billing Information" for the first time, the              */

/* "opc-has-progressed-from-login" class gets added to the body. Also, the .opc element will only have the         */

/* "opc-firststep-login" class if the first step of the checkout is the "Checkout Method" (eg, not when logged in) */

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section:not(#opc-login) .step-title,
body:not(.opc-has-progressed-from-login) .opc-block-progress-step-login {
  opacity: 0;
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title .number {
  width: 0px;
  overflow: hidden;
}

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title h2 {
  margin-left: 0px;
}

/* -------------------------------------------- *
 * Shipping and Payment methods
 */

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

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

.sp-methods dt:first-child {
  margin: 0 0 5px;
}

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

.sp-methods label img {
  float: left;
}

.sp-methods label a {
  margin-top: 6px;
  float: right;
  margin-left: 10px;
}

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

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

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

.sp-methods #advice-validate-cc-exp-ccsave_expiration {
  max-width: 130px;
}

.sp-methods .checkmo-list li {
  margin: 0 0 5px;
  content: '';
  display: table;
  clear: both;
}

.sp-methods .checkmo-list label {
  width: 165px;
  padding-right: 15px;
  text-align: right;
  float: left;
}

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

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

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

/* One Page Checkout */

#checkout-progress-wrapper {
  margin-top: 2.5em;
}

.block-progress {
  border: 0;
  margin: 0;
  border-left: 1px solid #CCCCCC;
  padding-left: 20px;
  /*dt.complete {
        color: $c-h4;
    }*/
}

.block-progress .block-content {
  font-size: 13px;
}

.block-progress dt {
  padding-top: 6px;
  margin: 0;
  margin-bottom: 10px;
  color: #00395c;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: 700;
}

.block-progress dt a {
  font-weight: 400;
  text-transform: none;
}

.block-progress dd {
  padding-left: 15px;
  margin-bottom: 10px;
  /*font-family: $f-stack-serif;
        font-style: italic;

        address {
            font-style: italic;
        }*/
}

.block-progress #payment-progress-opcheckout .subtitle {
  margin-bottom: 3px;
}

.block-progress .payment-info dt {
  padding: 0;
  margin: 0 0 3px 0;
  color: #727171;
  font-family: Georgia, "Times New Roman", "DejaVu Serif", serif;
  text-transform: none;
  font-style: italic;
  float: left;
  clear: both;
  font-size: 13px;
}

.block-progress .payment-info dt:after {
  content: ': ';
}

.block-progress .payment-info dd {
  float: left;
  margin-bottom: 3px;
  font-size: 13px;
}

.block-progress .payment-info:after {
  content: '';
  display: table;
  clear: both;
}

/* review step */

#checkout-review-table .btn-remove img {
  display: none;
}

#checkout-review-table-wrapper {
  clear: both;
}

#review-buttons-container {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

#review-buttons-container .btn-checkout {
  min-width: 220px;
}

#review-buttons-container .please-wait {
  float: left;
  margin-right: 10px;
}

#review-buttons-container .f-left {
  float: right;
}

.checkout-review-table td.product-sku a,
.checkout-review-table td.product-sku span {
  padding: 0;
  border: none;
}

/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */

.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator {
  display: inline;
}

.opc-block-progress dt a,
.opc-block-progress dt .separator {
  display: none;
}

/* On small screens, the progress review content will be moved to the review step via JS. Styled via this CSS: */

#checkout-step-review .opc-block-progress {
  border-left: none;
  padding-left: 0;
}

#checkout-step-review .opc-block-progress .block-title {
  display: none;
}

#checkout-step-review .opc-block-progress .block-content {
  display: block !important;
  padding: 0;
}

#checkout-step-review .opc-block-progress .block-content > dl > div {
  float: left;
  width: 50%;
}

#checkout-step-review .opc-block-progress .block-content .changelink {
  display: none;
}

#checkout-step-review .centinel > p {
  margin-bottom: 10px;
}

#checkout-step-review .centinel iframe {
  width: 100%;
  min-height: 400px;
}

/* Gift options */

.gift-messages-form .item {
  content: '';
  display: table;
  clear: both;
  margin-top: 15px;
}

.gift-messages-form .item h5 {
  font-weight: bold;
}

.gift-messages-form .item .product-img-box {
  width: auto;
  float: left;
  padding-right: 15px;
}

.gift-messages-form .item .details {
  float: left;
}

.gift-message-form .inner-box > div {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  margin-top: 15px;
  display: block;
}

.gift-message-form .inner-box > div.extra-options-container p {
  margin-bottom: 15px;
}

.gift-message-form .gift-wrapping-form label {
  margin-right: 10px;
}

.gift-message-form .gift-wrapping-form img {
  float: left;
}

.gift-message-form .gift-wrapping-form .gift-wrapping-design {
  height: 75px;
}

.gift-message-form .gift-wrapping-form .gift-wrapping-design:after {
  content: '';
  display: table;
  clear: both;
}

.gift-message-form .gift-wrapping-form .gift-wrapping-design .image-box {
  margin-right: 5px;
}

.gift-message-form .gift-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ECECEC;
}

.gift-message-form .gift-item:after {
  content: '';
  display: table;
  clear: both;
}

.gift-message-form .gift-item .product-img-box {
  width: 200px;
}

.gift-message-form .gift-item .product-img-box .product-image {
  width: 75px;
  margin-left: auto;
  margin-right: auto;
}

.gift-message-form .gift-item .product-img-box .product-name {
  display: block;
}

.gift-message-form .gift-item .fieldset {
  margin-left: 200px;
}

/* ============================================ *
 * Checkout - Success
 * ============================================ */

.checkout-onepage-success .col-main {
  padding: 0;
  text-align: center;
}

.checkout-onepage-success .buttons-set {
  margin: 10px 0;
  text-align: center;
}

.checkout-onepage-success .buttons-set button {
  float: none;
}

/* ============================================ *
 * Configurable Swatches
 * ============================================ */

/* Clears */

.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
  content: '';
  display: table;
  clear: both;
}

/* General Swatch Styling */

.swatch-link,
.swatch-label {
  display: block;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  color: #00395c;
  text-decoration: none;
  box-sizing: content-box;
}

.swatch-link {
  border: 1px solid #CCCCCC;
  margin: 0 0 3px;
}

.swatch-link img {
  border-radius: 2px;
}

.swatch-link:hover {
  cursor: pointer;
  text-decoration: none;
}

.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(https://www.moraco.fr/skin/frontend/moraco/default/images/bg_x.png) center no-repeat transparent;
  z-index: 10;
}

.swatch-link.has-image .swatch-label {
  position: relative;
}

.swatch-link.has-image img {
  position: absolute;
  top: 0;
  left: 0;
}

.swatch-label {
  border: 1px solid #fff;
  margin: 0;
  white-space: nowrap;
  background: #ecedee;
}

.configurable-swatch-list {
  margin-left: -3px;
  zoom: 1;
  clear: both;
  -webkit-transform: translateZ(0px);
}

.configurable-swatch-list li {
  float: left;
  zoom: 1;
  margin: 0 0 0 3px;
}

.products-grid .configurable-swatch-list li {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: top;
}

.configurable-swatch-list .not-available .x {
  display: block;
}

.configurable-swatch-list .not-available .swatch-link {
  border-color: #EDEDED;
  position: relative;
}

.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff;
}

.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px;
}

.configurable-swatch-list .not-available a:focus {
  outline: 0;
}

#narrow-by-list dd .configurable-swatch-list li {
  margin: 0 0 0 3px;
  width: 47%;
}

#narrow-by-list dd .swatch-link {
  border: none;
  line-height: 25px;
  margin-right: 2px;
  text-align: left;
}

#narrow-by-list dd .swatch-link.has-image {
  line-height: inherit;
}

#narrow-by-list dd .swatch-link:hover .swatch-label {
  border-color: #00395c;
}

#narrow-by-list dd .swatch-label {
  background: #ecedee;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0 5px 0 0;
  padding: 1px 5px;
  white-space: nowrap;
}

#narrow-by-list dd .swatch-label img {
  border: 1px solid #fff;
  border-radius: 3px;
  box-sizing: content-box;
}

#narrow-by-list dd .has-image .swatch-label {
  padding: 0;
}

.currently .swatch-current {
  position: relative;
}

.currently .swatch-current .btn-remove {
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
}

.currently .swatch-current span {
  display: block;
  float: left;
}

.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 3px;
}

.currently .swatch-link:hover {
  border-color: #CCCCCC;
  cursor: default;
}

/* Other Swatch States */

.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
  border-color: #00395c;
}

.configurable-swatch-box {
  background: none !important;
}

.configurable-swatch-box select.swatch-select {
  display: none;
}

.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #DF280A;
  padding: 2px 5px !important;
  font-weight: bold;
  color: #fff !important;
  float: left;
  display: block;
  border-radius: 3px;
}

/* CUSTOM */

.availability.out-of-stock span {
  color: #A0A0A0;
}

.product-view .product-options .swatch-attr {
  float: none;
  display: block;
  clear: both;
  border: 0;
}

.product-view .product-options .swatch-attr label,
.product-view .product-options .swatch-attr .select-label {
  font-size: 12px;
}

.product-view .product-options .swatch-attr label {
  display: block;
  line-height: 1.3;
}

.product-view .product-options .swatch-attr .select-label {
  display: inline;
  font-weight: normal;
  color: #00395c;
  padding-left: 5px;
}

.product-view .product-options dd .input-box {
  width: auto;
  height: auto;
}

.product-view .product-options .select-label {
  display: none;
}

.product-view .add-to-cart button.out-of-stock {
  background-position: -80px -362px;
  cursor: default;
}

/* ============================================ *
 * Register
 * ============================================ */

.register-index-index > .wrapper {
  background-color: #ecedee;
}

.register-index-index .stepper {
  counter-reset: stepper;
  margin-bottom: 3em;
}

.register-index-index .stepper li {
  counter-increment: stepper;
  margin-right: 2em;
  margin-bottom: .5em;
  display: inline-block;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-style: italic;
  color: #727171;
  text-transform: uppercase;
}

.register-index-index .stepper li:last-child {
  margin-right: 0;
}

.register-index-index .stepper li:before {
  content: counter(stepper);
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 1em;
  background-color: #acacad;
  border-radius: 50%;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  text-align: center;
  line-height: 40px;
}

.register-index-index .stepper li.active {
  font-weight: bold;
  font-style: normal;
  color: #0f88b7;
}

.register-index-index .stepper li.active:before {
  background-color: #0f88b7;
}

.register-index-index .stepper li.done {
  font-style: normal;
}

.register-index-index .stepper li.done:before {
  background-color: #00395c;
}

.register-reinsurance > .inner {
  padding: 4em 4em 10em;
  background-color: #00395c;
  background-image: url("https://www.moraco.fr/skin/frontend/moraco/default/images/register-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.register-reinsurance .logo {
  max-width: 275px;
  margin: 0 auto;
}

.register-reinsurance .register-reinsurance-block {
  margin-top: 4.5em;
}

.register-reinsurance .register-reinsurance-block > .title {
  position: relative;
  padding-bottom: .3em;
  font-weight: 700;
  font-size: 1.75em;
  color: #fff;
  letter-spacing: .05em;
}

.register-reinsurance .register-reinsurance-block > .title:after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: 0;
}

.register-reinsurance .reinsurance-gift {
  padding: 1.5em 1em 2em;
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 1.2em;
  text-transform: uppercase;
  line-height: 1.2;
}

.register-reinsurance .reinsurance-gift p:first-child:after {
  content: "";
  width: 52.6px;
  height: 40px;
  background-position: -1656px -1px;
  /*@include ie-sprite($icon, $type);*/
  vertical-align: middle;
  margin-left: 1em;
}

.register-reinsurance .reinsurance-gift .separator {
  display: block;
  width: 38px;
  height: 38px;
  margin: .3em auto 1em;
  border-radius: 50%;
  border: 1px solid #fff;
  text-transform: none;
  line-height: 33px;
}

.register-reinsurance .reinsurance-delivery {
  margin-top: .2em;
  font-size: 1.7em;
  font-weight: 300;
  letter-spacing: .05em;
}

.register-reinsurance .reinsurance-delivery:before {
  content: "+";
  margin-bottom: 1em;
  font-weight: 700;
  font-size: 2.4em;
}

.register-reinsurance .customer-service {
  margin-top: 4em;
}

.register-reinsurance .customer-service .label {
  display: block;
  margin-bottom: .3em;
  font-size: 2.1em;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}

.register-reinsurance .contact-phone .phone-number:before {
  background-position: -2656px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.register-form {
  padding: 2em;
  background-color: #fff;
}

#register-step-intro {
  display: block;
  text-align: center;
  line-height: 1.3;
}

#register-step-intro .login {
  margin-bottom: 3em;
  text-align: right;
}

#register-step-intro .login span {
  margin-right: 1em;
  font-style: italic;
}

#register-step-intro .login .button {
  background-color: transparent;
  border: 1px solid #00395c;
  color: #00395c;
}

#register-step-intro .login .button:hover {
  background-color: #00395c;
  color: #fff;
}

#register-step-intro .block-content > p {
  font-size: 1.2em;
}

#register-step-intro .block-content .highlight {
  max-width: 480px;
  margin: 2.5em auto 0;
  padding: 1.5em;
  border: 1px solid #acacad;
  text-align: left;
}

#register-step-intro .block-content .highlight ul li:before {
  content: "\0025aa";
  margin-right: .5em;
}

#register-step-intro .buttons-set {
  border-width: 0;
  text-align: center;
}

#register-step-intro .buttons-set button.button {
  float: none;
  margin-left: 0;
  padding: .6em 2em;
  border-radius: 5px;
  font-size: 1.3rem;
  font-weight: 600;
}

#register-step-form {
  display: none;
}

#registerForm > .fieldset + .fieldset {
  margin-top: 0;
}

#registerForm input[type=email],
#registerForm input[type=search],
#registerForm input[type=number],
#registerForm input[type=password],
#registerForm input[type=tel],
#registerForm input[type=text] {
  width: 100%;
}

#registerForm .field-iban .input-box {
  width: 100%;
  content: '';
  display: table;
  clear: both;
}

#registerForm .field-iban .input-text {
  float: left;
  width: 60px;
  margin: 0 7px 7px 0;
  padding: 0 .5em;
}

#registerForm .field-iban .input-text:last-child {
  margin-right: 0;
}

#registerForm .buttons-set .required {
  float: none;
  margin-left: 0;
  text-align: left;
}

#registerForm #prevBtn {
  float: left;
  background-color: transparent;
  color: #00395c;
  border: 1px solid #00395c;
}

#registerForm #prevBtn:hover {
  background-color: #00395c;
  color: #fff;
}

#registerForm .block-confirmation {
  padding: 1em;
  font-size: 1.1em;
}

#registerForm .block-confirmation table {
  margin-top: 1.5em;
}

#registerForm .block-confirmation table td {
  padding: 1.5em;
}

#registerForm .block-commercial {
  max-width: 320px;
  margin: 0 auto 0;
  padding: 1.5em;
  border: 1px solid #acacad;
}

#registerForm .block-commercial .commercial-name {
  font-weight: 700;
}

#registerForm .wrapper-link {
  margin-top: 1.5em;
  text-align: center;
}

/* ============================================ *
 * Customer
 * ============================================ */

.customer-account-login .scaffold-form label:first-child {
  width: 115px;
}

.customer-account-login .col2-set .buttons-set {
  text-align: left;
  border-top: 0;
}

.customer-account-login .col2-set .buttons-set button,
.customer-account-login .col2-set .buttons-set .button {
  float: none;
  min-width: 50%;
  margin: 0;
}

.customer-account-login .col2-set .col-1 ul {
  list-style: disc;
  padding-left: 20px;
  margin: 10px 0 20px 0;
}

.customer-account-create .scaffold-form label:first-child {
  width: 140px;
}

.opc #opc-login p:not(.required) {
  font-style: italic;
  font-family: Georgia, "Times New Roman", "DejaVu Serif", serif;
  font-size: 13px;
  color: #A0A0A0;
}

.remember-me-box a.hide {
  display: none;
}

.remember-me-box .link-tip {
  font-size: 13px;
  padding-left: 10px;
}

.remember-me-popup {
  display: none;
  border: 1px solid #CCCCCC;
  padding: 10px;
  position: relative;
}

.remember-me-popup.show {
  display: block;
}

.remember-me-popup p {
  font-family: "Mercenary", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.remember-me-popup .remember-me-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 12px;
}

.remember-me-popup .remember-me-popup-close-button {
  display: none;
}

.customer-account-create .buttons-set {
  max-width: 455px;
}

.customer-account-create .fieldset,
.customer-account-create .buttons-set {
  margin-left: 15px;
}

.customer-account-create .fieldset .hidden {
  display: none;
}

.customer-account-create #remember-me-popup {
  max-width: 455px;
}

.customer-account-forgotpassword .fieldset,
.customer-account-forgotpassword .buttons-set {
  margin-left: 15px;
  max-width: 400px;
}

.customer-account-forgotpassword .fieldset .input-box input.input-text {
  width: 100%;
}

/* ============================================ *
 * My Account Global Styles
 * ============================================ */

body.customer-account .my-account .page-title h1 {
  border: 0;
  text-align: left;
}

body.customer-account .my-account .title-buttons {
  position: relative;
  text-align: right;
  /*a,
            span.separator {
                position: relative;
                top: -42px;
            }*/
}

body.customer-account .my-account .title-buttons h1 {
  margin-bottom: .3em;
  text-align: left;
}

body.customer-account .my-account .title-buttons .button {
  position: absolute;
  right: 0;
  top: 0;
}

body.customer-account .my-account .title-buttons a.link-reorder:before {
  content: "";
  width: 20px;
  height: 20px;
  background-position: -2694px -1px;
  /*@include ie-sprite($icon, $type);*/
  vertical-align: top;
  margin-right: .3em;
}

body.customer-account .my-account .fieldset h2,
body.customer-account .my-account .addresses-list h2,
body.customer-account .my-account .order-details h2 {
  width: 100%;
  display: inline-block;
}

body.customer-account .my-account .addresses-list h3 {
  font-size: 14px;
  font-weight: 600;
}

body.customer-account .my-account .fieldset {
  margin-top: 15px;
  margin-bottom: 15px;
}

body.customer-account .data-table {
  margin-top: 5px;
}

body.customer-account .data-table td a {
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-size: 13px;
}

body.customer-account .data-table span.nobr {
  white-space: normal;
}

body.customer-account .data-table span.nobr a {
  white-space: nowrap;
}

body.customer-account .data-table td.view a {
  display: inline-block;
}

body.customer-account .data-table .separator {
  display: none;
}

body.customer-account .sidebar .block ol#compare-items li {
  margin: 10px 0;
}

body.customer-account .sidebar .block .block-content p.block-subtitle {
  margin-bottom: 15px;
}

body.customer-account .sidebar .block .block-content .actions {
  margin-top: 15px;
}

body.customer-account .sidebar ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}

body.customer-account .sidebar ol#cart-sidebar-reorder p.product-name {
  display: inline-block;
  margin-bottom: 0;
}

body.customer-account .sidebar .block-cart .summary {
  margin-bottom: 15px;
}

body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}

body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}

body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name {
  display: inline;
  margin-bottom: 0;
}

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day {
  width: 55px;
  float: left;
  margin-right: 10px;
}

.form-list .customer-dob .dob-year {
  width: 80px;
  float: left;
}

/* ============================================ *
 * Dashboard
 * ============================================ */

.dashboard .hello {
  margin-bottom: 1em;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.7em;
  line-height: 1.3;
  text-align: center;
}

.dashboard .box-head {
  margin-top: 15px;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 7px;
}

.dashboard .box-head h2 {
  /*font-size: $f-size-l;
            font-weight: 600;*/
  display: inline-block;
  margin-bottom: 0;
}

.dashboard .box-head a {
  padding: 10px;
}

.dashboard .box-title a,
.dashboard .box-head a {
  text-transform: none;
}

.dashboard .box-account {
  /*padding-bottom: 40px;
        border-bottom: 1px solid $c-module-border;*/
  margin-bottom: 45px;
  /*p,
        address {
            font-family: $f-stack-serif;
            font-style: italic;
        }*/
}

.dashboard .box-account .email {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dashboard .box-account-customer .col-1 {
  float: none;
  width: auto;
}

.dashboard .col2-set .col-1,
.dashboard .col2-set .col-2 {
  padding-right: 12.096774%;
  padding-bottom: 0;
}

.dashboard .col2-set .col-1 .box-title,
.dashboard .col2-set .col-2 .box-title {
  position: relative;
  padding-bottom: 10px;
}

.dashboard .col2-set .col-1 .box-title h2,
.dashboard .col2-set .col-1 .box-title h3,
.dashboard .col2-set .col-2 .box-title h2,
.dashboard .col2-set .col-2 .box-title h3 {
  font-weight: 700;
  font-size: 1.1em;
  margin-bottom: 0;
  line-height: 1.4;
}

.dashboard .col2-set .col-1 .box-title a,
.dashboard .col2-set .col-2 .box-title a {
  text-transform: none;
}

.dashboard .box-reviews.box-account {
  padding-bottom: 0;
}

.dashboard .box-reviews li {
  padding: 10px 0;
  border-top: 1px solid #EDEDED;
}

.dashboard .box-reviews li:first-child {
  border-top: 0;
}

.dashboard .box-reviews li .number {
  margin-right: -20px;
  float: left;
  line-height: 1.4;
  font-size: 13px;
}

.dashboard .box-reviews li .details {
  margin-left: 20px;
}

.dashboard .box-reviews li .details .ratings {
  content: '';
  display: table;
  clear: both;
  margin-bottom: 0;
}

.dashboard .box-reviews li .details .ratings strong {
  float: left;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 13px;
  margin-right: 5px;
}

.dashboard .box-reviews li .details .ratings .rating-box {
  float: left;
  margin: 3px 0 0 0;
}

.dashboard .block {
  margin-bottom: 1.5em;
  position: relative;
  z-index: 1;
}

/**
* BLOCK RECENT ORDERS
*/

.block-last-orders {
  background-color: transparent;
}

.block-last-orders .box-head {
  margin-top: 0;
  padding: 0;
  border: 0;
}

.block-last-orders .box-head a {
  float: right;
}

.block-last-orders .box-account.box-recent {
  margin-bottom: 0;
  padding-bottom: 0;
}

.block-last-orders .box-account.box-recent .data-table {
  margin-top: 1.5em;
  line-height: 1.3;
}

.block-last-orders .box-account.box-recent .data-table td.status {
  line-height: 1.1;
}

.block-last-orders .wrapper-link {
  text-align: left;
}

.block-last-orders .wrapper-link a {
  display: inline-block;
  margin-top: 1em;
}

/**
* BLOCK CATALOGUE
*/

.block-catalogue .block-title {
  margin-bottom: .75em;
  padding: 0;
  border: 0;
  font-size: 1.7em;
  font-weight: 700;
}

/*
.block-favorite {
    .block-header {
        &:after {
            @include clearfix;
        }

        .block-title {
            float: left;
            margin: 0 1em .5em 0;
            padding: 0;
            border: none;
        }
        > a {
            float: right;
            margin-bottom: 1em;
        }
    }

    form {
        display: none;
        clear: both;

        .form-list {
            > li {
                margin-bottom: .5em;
            }
            select {
                width: 100%;
            }
        }
        .wrapper-buttons {
            text-align: center;
        }
        [type=submit]{
            width: 175px;
            height: 42px;
            padding: 1em .5em;
            background-color: $c-secondary;
            border-radius: 0;

            @include hover(){
                background-color: darken($c-secondary, 5%);
            }
        }

        @media (min-width: $bp-xsmall + 1) and (max-width: $bp-medium), (min-width: $bp-xlarge + 1) {
            &:after {
                @include clearfix;
            }
            .form-list {
                width: 100%;
                max-width: calc(100% - 175px);
                float: left;
            }
            [type=submit]{
                float: left;
            }
        }
    }

    .block-content {
        margin-top: 1em;
    }
}

.block-favorite-vehicle {
    .block-content {
        ul {
            li {
                position: relative;
                //display: inline-block;
                display: block; // because jQuery .fadeIn() set display to "list-item" => width 100%...
                min-height: 30px;
                margin: 0 .2em .5em 0;
                padding: .2em 40px .2em 45px;
                background-color: $c-secondary;
                border-radius: 15px;
                color: #fff;
                overflow: hidden;

                &.hidden {
                    display: none;
                }

                &:before {
                    content: "";
                    @include sprite-svg('menu-vehicules-white');
                    @include center-sprite-svg('menu-vehicules-white', 25px, 47%);
                    transform: scale(0.8);
                    z-index: 2;
                }

                a {
                    &.vehicle-link {
                        //font-size: .9em;
                        color: #fff;
                        text-decoration: none;

                        &:before {
                            content: "";
                            display: block;
                            width: 100%;
                            height: 100%;
                            background-color: $c-main;
                            position: absolute;
                            top: 0;
                            left: 0;
                            pointer-events: none;
                            z-index: 1;
                            opacity: 0;
                        }

                        span {
                            position: relative;
                            z-index: 2;
                        }

                        @include hover(){
                            &:before {
                                opacity: 1;
                            }
                        }
                    }

                    &.btn-remove {
                        float: right;
                        border: none;
                        position: absolute;
                        right: 8px;
                        top: calc(50% - 10px);
                        z-index: 2;

                        &:before,
                        &:after {
                            content: "";
                            display: block;
                            width: 16px;
                            height: 2px;
                            background-color: #fff;
                            line-height: normal;
                            position: absolute;
                            top: 50%;
                            margin-top: -1px;
                            left: 50%;
                            margin-left: -8px;
                        }
                        &:before {
                            transform: rotate(45deg);
                        }
                        &:after {
                            transform: rotate(-45deg);
                        }

                        &:hover {
                            background-color: transparent;

                            &:before,
                            &:after {
                                background-color: $c-action;
                            }
                        }
                    }
                }
            }
        }
    }
    .select2-container {
        z-index: 3;

        &--default {
            .select2-selection--multiple {
                overflow: hidden;

                .select2-selection__rendered {
                    display: block;
                    position: absolute;
                    top: 1px;
                    width: calc(100% - 40px);
                    min-height: calc(100% - 2px);

                    li { // .select2-selection__choice
                        position: relative;
                        padding: 0;
                        background-color: #fff;
                        z-index: 2;
                    }
                    .select2-search--inline {
                        position: absolute;
                        top: 0;
                        left: 5px;
                        width: calc(100% - 30px);
                        background-color: transparent;
                        z-index: 1;

                        .select2-search__field {
                            margin-top: 0;
                            height: 38px;
                        }
                    }
                }
                .select2-selection__clear {
                    margin-right: 3px;
                }
            }
        }
    }

    .nav-primary & {
        width: 100%;
        margin-top: 3em;

        .block-header {
            .block-title {
                float: none;
                margin-right: 0;
                text-align: center;
            }
        }
        .block-content {
            ul {
                max-height: 180px; // Five <li> visible before scroll
                overflow-y: auto;

                li {
                    a.vehicle-link {
                        position: static;
                        border-bottom: 0;
                        font-family: $f-default;
                        line-height: 1.5;
                    }
                }
            }
        }
    }
}

.block-favorite-manufacturer {
    .manufacturer {
        &__logo {
            & + .manufacturer__name {
                display: block;
                margin-top: .5em;
            }
        }
        &__name {
            font-size: 1.1em;
        }
        &__delete {
            display: block;
            text-align: center;
        }

        &__link {
            text-decoration: none;

            @include hover(){
                .manufacturer__name {
                    color: $c-secondary;
                }
            }
        }
    }

    .block-content {
        ul {
            display: flex;
            flex-flow: row wrap;

            li {
                width: 142px;
                padding: .5em;
                flex: 0 0 50%;

                @media (min-width: $bp-xsmall + 1) and (max-width: $bp-small), (min-width: $bp-large + 1) {
                    flex: 0 0 33.33%;
                }
                @media (min-width: $bp-small + 1) and (max-width: $bp-medium) {
                    flex: 0 0 25%;
                }
            }
        }
    }
}
*/

/*.block-discount {
    .block-title {
        margin: 0 0 .5em;
        padding: 0;
        border: 0;
    }
    .block-content {
        //margin-top: 2em;

        a {
            width: 100%;
            max-width: 420px;
            margin-bottom: 1em;
        }
    }
}*/

/**
* BLOCK PROMOTIONS
*/

.block-promotions {
  padding: 1.5em;
  background-color: #F4F4F4;
}

.block-promotions .owl-nav > div,
.block-promotions .owl-nav > button {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.block-promotions .owl-nav .owl-prev {
  left: -25px;
}

.block-promotions .owl-nav .owl-next {
  right: -25px;
}

/**
* BLOCK WRAPPER USER INFOS
*/

.block-infos {
  text-align: center;
}

.block-infos .block-title {
  margin: 0 0 .5em;
  padding: 0;
  border: none;
}

.block-infos .block-sales-rep {
  margin-bottom: 3em;
}

/**
* BLOCK SALES REP
*/

.block-sales-rep {
  /*.block-content {
        margin-top: 1em;
    }*/
}

.block-sales-rep .block-header {
  margin: 0;
  padding: 0;
  border: 0;
}

.block-sales-rep .commercial-name {
  font-weight: 700;
}

/**
* BLOCK USER
*/

.block-user-infos {
  margin-bottom: 3em;
}

.block-user-infos .block-title {
  font-size: 2.2em;
}

.block-user-infos .user-info-identifweb span {
  font-weight: 700;
}

.block-user-infos .user-info-name {
  font-size: 1.2em;
  font-weight: 700;
}

.block-user-infos .user-info-photo > span {
  display: block;
  width: 100px;
  height: 100px;
  margin: 1em auto 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
}

.account-premium {
  padding: 10px 12px;
}

.account-premium.premium-info {
  background-color: #dfedda;
}

.premium-period.disallowed {
  background-color: #ff9090;
}

.premium-period.allowed {
  background-color: #ccffe6;
}

/**
* BLOCK MENU ACCOUNT
*/

.block-customer-menu {
  margin-bottom: 0 !important;
}

.block-customer-menu .links > ul {
  -webkit-column-gap: 0;
  column-gap: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(200px, 1fr))[2];
  grid-template-columns: repeat(2, minmax(200px, 1fr));
}

.block-customer-menu .links > ul > li {
  display: inline-block;
  white-space: nowrap;
}

.block-customer-menu a {
  position: relative;
  display: block;
  padding: .4em 1em .4em 42px;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  color: #00395c;
  line-height: 1.2;
}

.block-customer-menu a:before {
  content: "";
  /*@include ie-sprite($icon, $type);*/
}

.block-customer-menu a.home:before {
  width: 25px;
  height: 20px;
  background-position: -2018px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 21px;
  margin-left: -12.5px;
  margin-top: -10px;
}

.block-customer-menu a.orders:before {
  width: 19.6px;
  height: 21px;
  background-position: -2108px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 21px;
  margin-left: -10px;
  margin-top: -10.5px;
}

.block-customer-menu a.sales:before {
  width: 28px;
  height: 16.8px;
  background-position: -2200px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 21px;
  margin-left: -14px;
  margin-top: -8.5px;
}

.block-customer-menu a.invoices:before {
  width: 15.5px;
  height: 20px;
  background-position: -2072px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 21px;
  margin-left: -8px;
  margin-top: -10px;
}

.block-customer-menu a.remainders:before {
  width: 22px;
  height: 22px;
  background-position: -2152px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 21px;
  margin-left: -11px;
  margin-top: -11px;
}

.block-customer-menu a.sav:before {
  width: 22.6px;
  height: 25px;
  background-position: -2260px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 21px;
  margin-left: -11.5px;
  margin-top: -12.5px;
}

.block-customer-menu a.user:before {
  width: 20px;
  height: 20px;
  background-position: -2310px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 21px;
  margin-left: -10px;
  margin-top: -10px;
}

.block-customer-menu a.documents:before {
  width: 20px;
  height: 24px;
  background-position: -1974px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 21px;
  margin-left: -10px;
  margin-top: -12px;
}

.block-customer-menu a.logout {
  color: #727171;
}

.block-customer-menu a.logout:before,
.block-customer-menu a.logout:after {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background-color: #727171;
  line-height: normal;
  position: absolute;
  top: 50%;
  left: 14px;
}

.block-customer-menu a.logout:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.block-customer-menu a.logout:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.dashboard-menu {
  padding-block: 30px 40px;
  padding-inline: 30px;
}

.dashboard-wrapper .col:after {
  content: '';
  display: table;
  clear: both;
}

#dashboard-wrapper-1 .col-1 {
  padding-top: 2em;
}

#dashboard-wrapper-1 .col-1 > .block {
  margin-bottom: 2em;
}

/**
* DASHBOARD MESSAGE
*/

.dashboard-msg {
  margin-bottom: 2em;
  /*.messages {
        .notice-msg {
            li {
                border: none;
                padding: 20px 10px 20px 70px;

                &:before {
                    border: none;
                    @include sprite-svg('info-orange');
                    @include center-sprite-svg('info-orange', 35px);
                }
            }
        }
    }*/
}

.dashboard-msg > .inner {
  position: relative;
  padding: 20px 10px 20px 70px;
  background-color: #F9EBE6;
  font-size: 1.1em;
  color: #000;
}

.dashboard-msg > .inner:before {
  content: '';
  width: 35px;
  height: 35px;
  background-position: -1711px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 35px;
  margin-left: -17.5px;
  margin-top: -17.5px;
}

/**
* DASHBOARD MESSAGE
*/

.dashboard-msg-birthday {
  margin-bottom: 2em;
}

.dashboard-msg-birthday > .inner {
  position: relative;
  padding: 20px 200px;
  background-color: #0d9fa8;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  overflow: hidden;
}

.dashboard-msg-birthday > .inner p:first-child {
  font-size: 2em;
  text-transform: uppercase;
}

.dashboard-msg-birthday > .inner p small {
  font-weight: 300;
  font-size: 1em;
}

.dashboard-msg-birthday > .inner:before {
  content: '';
  width: 95px;
  height: 106px;
  background-position: -194px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 120px;
  margin-left: -47.5px;
  margin-top: -53px;
}

/**
* DASHBOARD SLIDER
*/

.dashboard-slider img {
  width: 100%;
}

.dashboard-slider .home-bannierepromo-slider-wrapper {
  width: 100%;
  left: auto;
  right: auto;
  margin: 0;
}

.dashboard-slider .home-bannierepromo-slider .owl-nav .owl-prev {
  left: 15px;
}

.dashboard-slider .home-bannierepromo-slider .owl-nav .owl-next {
  right: 15px;
}

.dashboard-slider #home-bannierepromo .img-helper-desktop,
.dashboard-slider .home-bannierepromo-slider.desktop {
  display: block !important;
}

/* ============================================ *
 * Address Book
 * ============================================ */

.my-account .addresses-list {
  font-family: Georgia, "Times New Roman", "DejaVu Serif", serif;
}

.my-account .addresses-list .col-1,
.my-account .addresses-list .col-2 {
  padding-bottom: 0;
}

.my-account .addresses-list .item {
  margin: 0 0 15px 0;
}

.my-account .addresses-list .item p {
  margin-top: 10px;
}

/* ============================================ *
 * Order View
 * ============================================ */

.order-info {
  width: 100%;
  margin-top: 1em;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EDEDED;
}

.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
  display: inline;
}

.order-info dt {
  margin-right: 20px;
}

.order-info li {
  margin: 0 0 0 20px;
}

.order-info li.current {
  font-weight: 600;
}

.order-info li:first-child {
  margin-left: 0;
}

.order-date {
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-transform: uppercase;
}

.order-info-box {
  margin-bottom: 40px;
  margin-top: 20px;
}

.order-info-box + .order-info-box {
  padding-bottom: 40px;
  border-bottom: 1px solid #EDEDED;
}

.order-info-box .col-1 {
  padding-right: 0;
  width: 48%;
}

.order-info-box .col-2 {
  width: 52%;
}

.order-info-box .col-1,
.order-info-box .col-2 {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}

.order-info-box .box-title {
  width: 150px;
  padding-right: 10px;
  float: left;
}

.order-info-box .box-title h2 {
  font-size: 14px;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.5;
}

.order-info-box .box-title h2:after {
  content: ':';
}

.order-info-box .box-content {
  float: left;
  font-family: Georgia, "Times New Roman", "DejaVu Serif", serif;
}

.order-info-box .box-content td,
.order-info-box .box-content th {
  font-family: Georgia, "Times New Roman", "DejaVu Serif", serif;
  line-height: 1.3;
}

.order-info-box .box-content th {
  padding-top: 10px;
}

.order-info-box .box-content td {
  padding-left: 15px;
}

.order-info-box .box-content strong {
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

#my-orders-table .option-label {
  margin-left: 10px;
  font-weight: 600;
  font-style: italic;
}

#my-orders-table .option-value {
  margin-left: 20px;
}

#my-orders-table tr.bundle:not(:last-child) td {
  border-bottom: none;
  border-top: none;
}

ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}

ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}

ol#cart-sidebar-reorder p.product-name {
  display: inline;
}

.order-additional {
  margin: 40px 0;
}

.order-gift-message dd {
  margin-top: 10px;
}

/* ============================================ *
 * Newsletter Subscriptions
 * ============================================ */

body.newsletter-manage-index .my-account .fieldset {
  margin-bottom: 20px;
}

body.newsletter-manage-index .my-account .fieldset h2 {
  display: none;
}

body.newsletter-manage-index .my-account .form-list {
  border-top: 1px solid #EDEDED;
  padding-top: 10px;
}

/**
* ACCOUNT EDIT
*/

.customer-account-edit .sidebar .box-account {
  margin-top: 4em;
}

.customer-account-edit .buttons-set .back-link {
  display: none;
}

.customer-account-edit .buttons-set p.required {
  float: left;
  margin-left: 0;
  margin-right: 1em;
}

.customer-account-edit .input-box img {
  margin: 1em 0 0;
}

.customer-account-edit .customer-dob label {
  margin: 0;
  font-family: "Mercenary", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: .9em;
  font-weight: 400;
  color: #727171;
}

/**
* SALES HISTORY
*/

.data-table.sales colgroup,
.data-table.sales col {
  display: none;
}

.data-table.sales thead form,
.data-table.sales thead .form {
  display: block;
  margin-top: .5em;
  width: 205px;
}

.data-table.sales thead form:after,
.data-table.sales thead .form:after {
  content: '';
  display: table;
  clear: both;
}

.data-table.sales thead form .input-text,
.data-table.sales thead .form .input-text {
  float: left;
  width: 160px;
  height: 40px;
  border: none;
}

.data-table.sales thead form button,
.data-table.sales thead .form button {
  float: left;
  background: #c60520;
  display: inline-block;
  padding: .6em 1.4em .5em;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #FFFFFF;
  font-size: .8rem;
  font-weight: normal;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.5;
  vertical-align: middle;
  /*white-space: nowrap;*/
  padding-left: 1em;
  padding-right: 1em;
  height: 40px;
  border-radius: 0;
  border: none;
  background-color: #0f88b7;
}

.data-table.sales thead form button:hover,
.data-table.sales thead .form button:hover {
  background: #ad041c;
  cursor: pointer;
}

.data-table.sales thead form button:active,
.data-table.sales thead .form button:active {
  background: #940418;
  color: #FFFFFF;
}

.data-table.sales thead form button:focus,
.data-table.sales thead .form button:focus {
  background-color: #940418;
  outline: none;
  color: #FFFFFF;
}

.data-table.sales thead form button.filter-reset-link,
.data-table.sales thead .form button.filter-reset-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  margin-top: .5em;
  margin-left: 1em;
  padding: 0;
  background: transparent;
  font-size: 1rem;
  color: #fff;
  text-transform: none;
}

.data-table.sales thead form button.filter-reset-link:before,
.data-table.sales thead .form button.filter-reset-link:before {
  content: "\00d7";
  display: block;
  margin-right: .2em;
  font-size: 2.2em;
  line-height: .4;
}

.data-table.sales thead form button.filter-reset-link:hover,
.data-table.sales thead .form button.filter-reset-link:hover {
  opacity: .9;
}

.data-table.sales thead form button.filter-reset-link:hover:before,
.data-table.sales thead .form button.filter-reset-link:hover:before {
  color: #c60520;
}

/**
* POPIN FIRST CONNECTION
*/

#popin-customer-edit {
  text-align: center;
}

#popin-customer-edit h2 {
  font-size: 2em;
}

#popin-customer-edit p {
  font-size: 1.1em;
}

#popin-customer-edit p + p {
  margin-top: 1.5em;
}

#customer_acccount_dashboard_banner_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

#customer_acccount_dashboard_banner_links .banner {
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
}

#customer_acccount_dashboard_banner_links .banner.left {
  padding: 0 0 2em;
}

#customer_acccount_dashboard_banner_links .banner.right {
  padding: 2em 0 0;
}

#customer_acccount_dashboard_banner_links .banner a {
  padding: 0;
  display: inline-block;
}

#customer_acccount_dashboard_banner_links .banner a:before {
  display: none;
}

#customer_acccount_dashboard_banner_links .banner img {
  width: auto;
  max-width: 280px;
  height: auto;
  max-height: 280px;
}

#customer_acccount_dashboard_banner_links .links-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
}

#customer_acccount_dashboard_banner_links .links-container > .links {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

/* ============================================ *
 * Contacts
 * ============================================ */

.contacts-index-index .buttons-set {
  margin-left: 15px;
  max-width: 435px;
}

.contacts-index-index .buttons-set p.required {
  float: left;
}

/* ============================================ *
 * PayPal
 * ============================================ */

.paypal-review-order .info-set {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EDEDED;
}

.paypal-review-order .buttons-set {
  margin-top: 0px;
  padding-top: 0px;
  border: 0;
}

.paypal-review-order .buttons-set button {
  margin-bottom: 10px;
}

.top-container .bml-ad {
  margin-top: 7px;
  margin-bottom: 7px;
  text-align: center;
}

.top-container .bml-ad span {
  display: inline-block;
}

.top-container .bml-ad span a {
  display: block;
}

.bml-ad {
  display: none;
  text-align: center;
  margin-bottom: 5px;
}

.bml-ad span {
  display: block;
  line-height: 0;
}

.bml-ad a {
  display: inline-block;
  max-width: 100%;
}

.bml-ad a:hover {
  opacity: 0.7;
}

.bml-ad img {
  height: auto !important;
  max-width: 100%;
}

.cart-totals-wrapper .bml-ad.large img {
  display: block;
  margin: 0;
}

div.paypal-logo {
  text-align: center;
  margin: 15px 0;
  max-width: 100%;
}

div.paypal-logo span {
  display: block;
  width: 100%;
}

div.paypal-logo span a {
  display: inline-block;
  max-width: 100%;
}

div.paypal-logo span a img {
  max-width: 100%;
}

div.paypal-logo span > img {
  display: none;
}

.checkout-types div.paypal-logo {
  text-align: right;
}

.bml-checkout-type {
  list-style-type: none;
}

.sidebar .paypal-logo {
  text-align: center;
  line-height: 0;
}

.sidebar .paypal-logo > a {
  display: inline-block;
  max-width: 100%;
}

.sidebar .paypal-logo > a:hover {
  opacity: 0.8;
}

.sidebar .paypal-logo > a img {
  display: block;
}

.sidebar .paypal-logo .label {
  margin-top: 4px;
}

.sidebar .paypal-logo .label a {
  font-size: 12px;
  line-height: 1.5;
}

/* ============================================ *
 * Review - Customer
 * ============================================ */

#customer-reviews {
  width: auto;
  float: none;
}

#customer-reviews .review-heading {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 10px 0 5px;
}

#customer-reviews .review-heading:after {
  content: '';
  display: table;
  clear: both;
}

#customer-reviews .review-heading h2 {
  float: left;
  display: block;
}

#customer-reviews .review-heading .pager {
  clear: none;
  float: right;
  width: auto;
}

#customer-reviews .review-heading .pager .count-container .limiter {
  margin-bottom: 0;
}

#customer-reviews .review-heading .pager .count-container .limiter label {
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}

#customer-reviews .review-heading .pager .amount {
  display: none;
}

#customer-reviews h2 {
  color: #00395c;
  font-size: 12px;
  text-transform: uppercase;
}

#customer-reviews h2 span {
  color: #727171;
}

#customer-reviews h3 {
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}

#customer-reviews h3 span {
  color: #00395c;
}

#customer-reviews .fieldset {
  padding-top: 25px;
  width: 470px;
}

#customer-reviews .fieldset h4 {
  border-bottom: 1px solid #CCCCCC;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  padding-bottom: 5px;
  text-transform: uppercase;
}

#customer-reviews .fieldset h4 em {
  display: none;
}

#customer-reviews .fieldset .form-list {
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin: 10px 0;
  text-transform: uppercase;
  width: 470px;
}

#customer-reviews .fieldset .form-list .inline-label:after {
  content: '';
  display: table;
  clear: both;
}

#customer-reviews .fieldset .form-list label {
  font-size: 12px;
  font-weight: normal;
}

#customer-reviews .fieldset .form-list textarea {
  border: 1px solid #CCCCCC;
  border-radius: 0;
  min-width: 100%;
  -webkit-appearance: none;
}

#customer-reviews .fieldset .form-list input {
  border: 1px solid #CCCCCC;
  border-radius: 0;
}

#customer-reviews .fieldset .form-list input[type="text"] {
  width: 100%;
}

#customer-reviews .buttons-set {
  border: none;
  margin: 0;
  width: 470px;
}

#customer-reviews dl {
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 10px;
}

#customer-reviews dl dt {
  margin: 10px 0;
  text-transform: uppercase;
}

#customer-reviews dl dd {
  font-family: Georgia, "Times New Roman", "DejaVu Serif", serif;
  font-size: 14px;
  margin: 10px 0;
}

#customer-reviews dl dd .ratings-table {
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  width: 100%;
}

#customer-reviews dl dd .ratings-table tr {
  margin-right: 15px;
}

#customer-reviews dl dd .ratings-table .review-label {
  width: 300px;
  max-width: 70%;
}

#customer-reviews dl dd table {
  margin: 15px 0;
}

#customer-reviews dl dd .review-meta {
  color: #00395c;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
}

.review-summary-table {
  border-bottom: 1px solid #CCCCCC;
  margin: 0 0 10px;
}

.review-summary-table thead {
  background: transparent;
}

.review-summary-table thead th {
  background: transparent;
  border: none;
  padding: 15px 7px 10px 8px;
}

.review-summary-table tbody th {
  background: #FFFFFF;
  font-size: 12px;
}

.review-summary-table tbody td {
  border: none;
  text-align: center;
  padding: 0;
}

.review-summary-table tbody td label {
  width: 100%;
  display: block;
  padding: 11px 0;
}

.review-summary-table .rating-box .rating-number {
  display: none;
}

.review-summary-table .rating-box .rating-number:after {
  content: "";
  display: inline-block;
  background-position: 0px -599px;
  width: 13px;
  height: 14px;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

/* ============================================ *
 * Ratings - Global
 * ============================================ */

.ratings-table {
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.ratings-table th {
  padding-right: 10px;
}

.ratings-table .rating-box {
  background-position: 0 -615px;
  background-repeat: repeat-x;
  height: 13px;
  overflow: hidden;
  text-indent: -9999px;
  width: 65px;
}

.ratings-table .rating-box .rating {
  background-position: 0 -600px;
  background-repeat: repeat-x;
  float: left;
  height: 13px;
  text-indent: -9999px;
}

/* ============================================ *
 * Review View Page
 * ============================================ */

.review-product-view .product-review .product-details h2 {
  border-bottom: none;
}

.review-product-view .product-review .product-img-box {
  width: auto;
  max-width: 50%;
}

.review-product-view .product-review .product-img-box > a {
  width: 100%;
}

.review-product-view .product-review .product-img-box .product-image {
  width: 100%;
}

/* ============================================ *
 * Slideshow
 * ============================================ */

.slideshow-container {
  position: relative;
  display: block;
  width: 100%;
  margin: 10px 0;
  border: 1px solid #EDEDED;
}

.slideshow-container .slideshow {
  width: 100%;
  padding: 0;
  position: relative;
  margin: 0;
  border: 10px solid #FFFFFF;
}

.slideshow-container .slideshow > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  display: block;
  margin: 0;
}

.slideshow-container .slideshow > li:first-child {
  position: static;
  z-index: 100;
}

.slideshow-container .slideshow > li img {
  max-width: 100%;
  width: 100%;
}

.slideshow-pager {
  text-align: center;
  width: 100%;
  z-index: 115;
  position: absolute;
  bottom: 0px;
  top: auto;
  overflow: hidden;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.slideshow-pager span {
  font-family: arial;
  width: 44px;
  height: 44px;
  display: inline-block;
  color: #DDDDDD;
  cursor: pointer;
}

.slideshow-pager span:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  border-radius: 1px;
  background-color: #FFFFFF;
  position: relative;
}

.slideshow-pager span:hover:before {
  background-color: #ad041c;
}

.slideshow-pager span.cycle-pager-active:before {
  background-color: #940418;
}

.slideshow-pager > * {
  cursor: pointer;
}

.slideshow-prev,
.slideshow-next {
  position: absolute;
  top: 0;
  width: 15%;
  max-width: 80px;
  height: 100%;
  opacity: 0.6;
  z-index: 110;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.slideshow-prev:before,
.slideshow-next:before {
  content: '';
  width: 0;
  height: 0;
  font-size: 0;
  position: absolute;
  border-style: solid;
  display: block;
  top: 50%;
  margin-top: -15px;
}

.slideshow-prev:hover,
.slideshow-next:hover {
  opacity: 1;
}

.slideshow-prev.disabled,
.slideshow-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default;
}

.slideshow-prev {
  left: 8px;
}

.slideshow-prev:before {
  border-width: 15px 15px 15px 0;
  border-color: transparent #FFFFFF transparent transparent;
  top: 50%;
  left: 10px;
}

.slideshow-prev:hover:before {
  border-color: transparent #ad041c transparent transparent;
}

.slideshow-next {
  right: 8px;
}

.slideshow-next:before {
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #FFFFFF;
  top: 50%;
  right: 10px;
}

.slideshow-next:hover:before {
  border-color: transparent transparent transparent #ad041c;
}

.cycle-caption {
  position: absolute;
  color: white;
  bottom: 15px;
  right: 15px;
  z-index: 110;
}

.cycle-overlay {
  font-family: tahoma, arial;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 120;
  background: black;
  color: white;
  padding: 15px;
  opacity: .5;
}

/* ============================================ *
 * Wishlist
 * ============================================ */

#wishlist-table th {
  text-align: center;
}

#wishlist-table.clean-table {
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
}

#wishlist-table.clean-table th {
  border-bottom: 1px solid #C0C0C0;
}

#wishlist-table.clean-table td {
  padding: 15px;
  vertical-align: top;
}

#wishlist-table.clean-table thead th {
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

#wishlist-table .product-name {
  font-size: 16px;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
}

#wishlist-table .product-name a {
  color: #c60520;
}

#wishlist-table .wishlist-sku {
  font-size: 11px;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin: 5px 0;
}

#wishlist-table textarea {
  border: 1px solid #00395c;
  width: 100%;
  height: 45px;
  font-size: 11px;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
}

#wishlist-table textarea::-webkit-input-placeholder {
  text-transform: uppercase;
}

#wishlist-table textarea:-moz-placeholder {
  text-transform: uppercase;
}

#wishlist-table textarea::-moz-placeholder {
  text-transform: uppercase;
}

#wishlist-table textarea:-ms-input-placeholder {
  text-transform: uppercase;
}

#wishlist-table textarea:focus {
  border: 1px solid #00395c;
}

#wishlist-table .item-manage {
  text-align: right;
  max-width: 450px;
  padding-top: 5px;
}

#wishlist-table .item-manage .button {
  font-size: 11px;
  padding: 3px 5px;
}

#wishlist-table .cart-cell {
  text-align: center;
}

#wishlist-table td.customer-wishlist-item-image {
  width: 113px;
}

#wishlist-table td.customer-wishlist-item-quantity {
  width: 3em;
}

#wishlist-table td.customer-wishlist-item-price {
  width: 120px;
  text-align: center;
}

#wishlist-table td.customer-wishlist-item-cart {
  width: 150px;
}

#wishlist-table td.customer-wishlist-item-cart .button {
  font-size: 12px;
  margin-bottom: 10px;
  padding: 3px 5px;
  width: 100%;
}

#wishlist-table td.customer-wishlist-item-cart .truncated {
  margin-bottom: 10px;
}

#wishlist-table td.customer-wishlist-item-cart > p {
  margin-bottom: 0;
}

#wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
  text-align: center;
}

#wishlist-table td.customer-wishlist-item-cart .btn-remove {
  vertical-align: top;
}

#wishlist-table td.customer-wishlist-item-remove {
  width: 20px;
}

#wishlist-table td .button,
#wishlist-table td button {
  white-space: normal;
}

#wishlist-table .price-box {
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
}

#wishlist-table .price-box .price {
  color: #727171;
}

#wishlist-table .giftregisty-add {
  margin-top: 5px;
}

#wishlist-table .giftregisty-add .change {
  display: none;
}

#wishlist-table .giftregisty-add li {
  cursor: pointer;
  color: #c60520;
  margin-bottom: 3px;
}

#wishlist-table .truncated .details {
  background: none;
  color: #c60520;
}

#wishlist-table td[data-rwd-label]:before {
  font-weight: 600;
}

/* ============================================ *
 * Wishlist Sidebar
 * ============================================ */

.block-wishlist .mini-products-list > li:not(:last-child) {
  padding-bottom: 5px;
}

.block-wishlist .product-details .product-name {
  padding-top: 0;
  margin-bottom: 5px;
}

.block-wishlist .price-box {
  float: left;
  margin: 0;
}

.block-wishlist .price-box,
.block-wishlist .price-box .price,
.block-wishlist .link-cart {
  font-size: 12px;
}

.block-wishlist .link-cart {
  float: left;
  text-transform: uppercase;
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #EDEDED;
}

/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */

.header-minicart {
  display: inline-block;
}

.header-minicart .minicart-message {
  display: block;
  padding: 10px;
}

.header-minicart .empty {
  padding: 10px;
  text-align: center;
}

.header-minicart .minicart-wrapper {
  clear: both;
  position: relative;
}

.header-minicart .minicart-wrapper:before,
.header-minicart .minicart-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}

.header-minicart .minicart-wrapper:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}

.header-minicart .minicart-wrapper:after {
  background-image: url("https://www.moraco.fr/skin/frontend/moraco/default/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}

.header-minicart .minicart-wrapper.loading {
  position: relative;
}

.header-minicart .minicart-wrapper.loading:before,
.header-minicart .minicart-wrapper.loading:after {
  display: block;
}

.header-minicart .block-cart {
  display: none;
}

.header-minicart .block-subtitle {
  color: #50A4CF;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.4;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.header-minicart .block-subtitle .close {
  width: 40px;
  float: right;
  display: block;
  color: #727171;
  text-decoration: none;
  font-weight: normal;
  font-size: 30px;
  position: absolute;
  top: -8px;
  right: -3px;
}

.header-minicart .mini-products-list {
  padding: 10px;
  padding-top: 0px;
}

.header-minicart .mini-products-list li {
  padding: 8px 5px 8px 11px;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
}

.header-minicart .mini-products-list li.last {
  border: none;
}

.header-minicart .mini-products-list li .product-details {
  position: relative;
}

.header-minicart .product-details .product-name {
  padding-top: 0px;
  font-weight: bold;
}

.header-minicart .product-details .product-name a {
  color: #c60520;
}

.header-minicart .info-wrapper {
  margin-bottom: 0.5em;
}

.header-minicart .info-wrapper th {
  text-transform: uppercase;
  padding-right: 10px;
}

.header-minicart .info-wrapper td {
  color: #00395c;
  clear: right;
}

.header-minicart .info-wrapper .qty-wrapper td {
  height: 33px;
  line-height: 33px;
}

.header-minicart .info-wrapper .qty {
  padding-left: 4px;
  padding-right: 4px;
  margin-right: 2px;
  width: 3.2em;
  text-align: center;
  height: 30px;
}

.header-minicart .info-wrapper .quantity-button {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 100ms;
  transition-duration: 100ms;
}

.header-minicart .info-wrapper .quantity-button[disabled] {
  cursor: default;
}

.header-minicart .info-wrapper .quantity-button.visible {
  opacity: 1;
}

.header-minicart .subtotal {
  background-color: #DDDDDD;
  text-align: center;
  line-height: 2em;
}

.header-minicart .subtotal .label {
  color: white;
  text-transform: uppercase;
}

.header-minicart .subtotal .price {
  color: #00395c;
}

.header-minicart .minicart-actions {
  padding: 10px;
  margin-top: 0px;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.header-minicart .minicart-actions .checkout-button {
  min-width: 145px;
}

.header-minicart .minicart-actions .cart-link {
  height: 33px;
  line-height: 39px;
  text-transform: uppercase;
  font-size: 13px;
}

.header-minicart .minicart-actions .paypal-logo .paypal-or {
  line-height: 1.6;
}

.header-minicart #minicart-error-message {
  text-align: center;
  color: red;
  display: none;
}

.header-minicart #minicart-success-message {
  text-align: center;
  color: green;
  display: none;
}

.header-minicart .jcarousel-control-prev,
.header-minicart .jcarousel-control-next {
  display: none;
}

.header-minicart.skip-active .block-cart,
.block-cart.skip-active {
  display: block;
}

/* ============================================ *
 * Search - Auto Suggest
 * ============================================ */

.search-autocomplete {
  left: 0 !important;
  overflow: visible !important;
  position: relative !important;
  top: 15px !important;
  width: 100% !important;
  z-index: 200;
}

.search-autocomplete ul {
  border-radius: 2px;
  background-color: #FFFFFF;
  border: 1px solid #00395c;
  left: 0;
  padding-left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.search-autocomplete ul li {
  border-bottom: 1px solid #ecedee;
  color: #c60520;
  cursor: pointer;
  font-size: 12px;
  padding: 4px 6px;
  text-align: left;
}

.search-autocomplete ul li:hover {
  color: #ad041c;
}

.search-autocomplete ul li.selected {
  background-color: #c60520;
  color: white;
}

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

.search-autocomplete ul li:last-child {
  border-bottom: none;
}

.search-autocomplete:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #c60520;
  border-top: none;
  left: 50%;
  top: -7px;
}

/* ============================================ *
 * Search - Advanced
 * ============================================ */

.advanced-search {
  background: #ecedee;
  border: 1px solid #EDEDED;
  padding: 15px;
}

.advanced-search select.multiselect option {
  border-bottom: 1px solid #EDEDED;
  padding: 2px 5px;
}

/* ============================================ *
 * Account - Reviews
 * ============================================ */

.product-review .product-img-box p.label {
  border-bottom: 1px solid #CCCCCC;
  font-size: 16px;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin-top: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.product-review .product-img-box .rating-box {
  margin: 15px 0;
}

.product-review .product-details h2 {
  border-bottom: 1px solid #CCCCCC;
  color: #3399CC;
  font-size: 16px;
  font-weight: 600;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  padding-bottom: 10px;
}

.product-review .ratings-table {
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.product-review .ratings-table th {
  padding-right: 10px;
}

.product-review .ratings-table tr {
  float: left;
  font-size: 12px;
  margin-right: 10px;
  text-transform: uppercase;
}

.product-review .ratings-description dt {
  border-bottom: 1px solid #CCCCCC;
  font-size: 16px;
  font-weight: 400;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin-top: 20px;
  padding: 10px 0;
  text-transform: uppercase;
}

.product-review .ratings-description dd {
  color: #737373;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 13px;
}

/* ============================================ *
 * CMS Pages
 * ============================================ */

.cms-page-view .main-container,
.cms-no-route .main-container {
  padding-bottom: 5em;
}

.cms-page-view .page-title h1,
.cms-page-view .page-title h3,
.cms-page-view .page-head h1,
.cms-page-view .page-head h3,
.cms-no-route .page-title h1,
.cms-no-route .page-title h3,
.cms-no-route .page-head h1,
.cms-no-route .page-head h3 {
  border: none;
}

.cms-page-view .std,
.cms-no-route .std {
  max-width: 980px;
  margin: 2em auto 0;
  font-size: 1.1em;
  /*p {
            color: $c-text;
            font-family: $f-stack-serif;
            font-size: 14px;
            font-style: italic;
            line-height: 24px;
        }*/
  /*li {
            color: $c-text;
            font-family: $f-stack-serif;
            font-size: $f-size;
            font-style: italic;
            line-height: 24px;
        }*/
}

.cms-page-view .std img,
.cms-no-route .std img {
  display: inline-block;
  max-width: 100%;
}

.cms-page-view .std p,
.cms-page-view .std ul,
.cms-page-view .std ol,
.cms-no-route .std p,
.cms-no-route .std ul,
.cms-no-route .std ol {
  color: #727171;
}

.cms-page-view .std h1,
.cms-no-route .std h1 {
  color: #00395c;
}

.cms-page-view .std h2,
.cms-no-route .std h2 {
  color: #00395c;
}

.cms-page-view .col-left:after,
.cms-no-route .col-left:after {
  content: '';
  display: table;
  clear: both;
}

.cms-no-route .std img {
  width: 100%;
}

.cms-page-view .std .messages,
.cms-home .std .messages,
.cms-no-route .std .messages {
  margin-bottom: 10px;
}

.cms-page-view .std .messages ul,
.cms-home .std .messages ul,
.cms-no-route .std .messages ul {
  margin-bottom: 0;
}

.cms-page-view .std .messages li,
.cms-home .std .messages li,
.cms-no-route .std .messages li {
  list-style: none;
  margin-left: 0;
  font-style: normal;
  font-family: "Mercenary", "Helvetica Neue", Verdana, Arial, sans-serif;
}

#accordion .toggle-tabs {
  display: none;
}

#accordion > dl > dt {
  margin: 0;
  margin-bottom: 10px;
  color: #00395c;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #CCCCCC;
  position: relative;
  background-color: #ecedee;
  display: block;
}

#accordion > dl > dt:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #c60520;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}

#accordion > dl > dt:hover {
  background-color: #e5e6e7;
}

#accordion > dl > dd {
  padding: 10px;
  margin: 0;
  border-width: 0 1px;
  border-style: solid;
  border-color: #CCCCCC;
}

#accordion > dl > dd:last-child {
  border-width: 0 1px 1px 1px;
}

#accordion li {
  position: relative;
  overflow: hidden;
}

#accordion li .plusimage h2 {
  margin-right: 10px;
}

.page-sitemap .links {
  display: block;
  text-align: right;
  margin: 0 20px 0 0;
}

.page-sitemap .links a {
  position: relative;
}

.page-sitemap .sitemap {
  padding: 0 20px;
  margin: 15px 0;
  font-size: 12px;
}

.page-sitemap .sitemap li {
  margin: 3px 0;
}

.contacts-index-index h1 {
  border: none;
}

#contactForm {
  padding-left: 40px;
}

#contactForm h2 {
  display: none;
}

#contactForm:after {
  content: '';
  display: table;
  clear: both;
}

#contactForm .fieldset .legend + .required {
  margin: 0;
}

/**
* GRID IN WYSIWYG
*/

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

.grid-3 {
  /*@include bp(min-width, $bp-small + 1){
        @include span(6 of 12);
        
        &:nth-child(2n + 1){
            margin-left: 0;
        }
    }*/
}

.grid-3.first-col {
  margin-left: 0;
}

.grid-4.first-col {
  margin-left: 0;
}

.grid-6.first-col {
  margin-left: 0;
}

.grid-9.first-col {
  margin-left: 0;
}

/* ============================================ *
 * Pricing Conditions
 * ============================================ */

.price-box .minimal-price-link .label {
  color: #c60520;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.map-info {
  white-space: nowrap;
}

.catalog-product-view .map-info {
  white-space: normal;
}

.catalog-product-view .map-info > span {
  float: right;
  margin-bottom: 5px;
}

.catalog-product-view .map-info .price-box.map-info > a {
  float: right;
  width: 100%;
}

/* ============================================ *
 * Cookies
 * ============================================ */

.notice-cookie .notice-inner {
  padding-bottom: 0;
}

.notice-cookie .notice-inner:after {
  content: '';
  display: table;
  clear: both;
}

.notice-cookie .notice-text {
  float: left;
  max-width: 90%;
  padding-top: 4px;
  text-align: left;
}

.notice-cookie .notice-text p {
  padding-bottom: 14.5px;
  line-height: 1.3;
}

.notice-cookie .actions {
  float: left;
  text-align: right;
  padding-bottom: 14.5px;
}

.block-subscribe #amprivacy-checkbox {
  clear: both;
  display: block;
}

/* ============================================ *
 * Tags
 * ============================================ */

#addTagForm button {
  margin-top: 5px;
  margin-bottom: 10px;
}

#addTagForm .form-add {
  margin-top: 10px;
}

.product-tags {
  background-color: #ecedee;
  border: 1px solid #CCCCCC;
  float: left;
  margin-bottom: 10px;
  padding: 5px 1% 10px;
  width: 98%;
}

.product-tags li {
  float: left;
  margin-right: 15px;
}

.product-tags li.last {
  margin-right: 0px;
}

.tags-list {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.tags-list > li {
  float: left;
  margin-right: 10px;
}

.block-tags .actions > a {
  font-size: 12px;
}

.my-tag-edit .button.btn-remove {
  padding: 0;
}

.my-tag-edit .button.btn-remove:after {
  color: white;
}

/* ============================================ *
 * Captcha
 * ============================================ */

.captcha-note {
  clear: left;
  padding-top: 5px;
}

.captcha-image {
  float: left;
  display: inline;
  max-width: 100%;
  position: relative;
  width: 258px;
  margin-bottom: 10px;
}

.captcha-image .captcha-img {
  border: 1px solid #b6b6b6;
  vertical-align: bottom;
  width: 100%;
}

.registered-users .captcha-image {
  margin: 0;
}

.captcha-reload {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px;
}

.captcha-reload.refreshing {
  animation: rotate 1.5s infinite linear;
  -webkit-animation: rotate 1.5s infinite linear;
  -moz-animation: rotate 1.5s infinite linear;
}

.customer-account-create .scaffold-form .captcha-input-container label:first-child {
  width: 100%;
}

.captcha-reload {
  position: absolute;
  right: 4px;
  top: 4px;
}

.captcha-img {
  border: 20px solid #bbb;
}

.captcha-input-container {
  margin-bottom: 10px;
}

.control.newsletter-box,
.captcha-input-container,
.captcha-img-container {
  float: none;
  clear: both;
}

.control.newsletter-box:after,
.captcha-input-container:after,
.captcha-img-container:after {
  content: '';
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Checkout Billing Fix to place the Captcha properly
 * ============================================ */

#co-billing-form ul.form-list > .control {
  float: left;
  margin: 0 0 5px;
  width: 100%;
}

/* ============================================ *
 * Account - Orders, Invoices, Credit Memos.
 * ============================================ */

#my-sales-table th.filter .range {
  width: 245px !important;
}

#my-sales-table th.filter .range .label {
  display: block;
  width: 36px;
  float: left;
  padding-left: 2px;
  padding-top: 13px;
}

#my-sales-table th.filter .range .range-line {
  float: left;
  margin-bottom: 3px;
  width: 180px !important;
}

#my-sales-table th.filter .range .range-line:after {
  display: block;
  clear: both;
  content: ".";
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

#my-sales-table th.filter .range .range-line img {
  width: 15px;
  height: 28px;
  padding-top: 13px;
  cursor: pointer;
  vertical-align: middle;
}

#my-sales-table th.filter .range input {
  float: right;
  width: 120px !important;
  margin-top: 0;
}

#increment_id_filter_btn_print_top {
  margin-bottom: 1em;
}

#increment_id_filter_btn_print_bottom {
  float: left;
  margin-top: 1em;
}

/* ============================================ *
 * Recurring Profiles
 * ============================================ */

#recurring_profile_list_view th {
  white-space: normal;
}

#recurring_profile_list_view th span {
  white-space: inherit;
}

.recurring-profiles-title {
  float: left;
}

.recurring-profiles-title h1 {
  margin-bottom: 7px;
}

body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
  float: right;
  text-align: right;
  margin-bottom: 15px;
}

body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons .button {
  position: static;
}

.recurring-profiles-messages:after {
  content: '';
  display: table;
  clear: both;
}

#recurring_start_date_trig {
  display: inline;
}

/* ============================================ *
 * Billing Agreements
 * ============================================ */

.billing-agreements .info-box {
  margin-bottom: 15px;
}

.billing-agreements .info-box:after {
  content: '';
  display: table;
  clear: both;
}

.billing-agreements .info-box .form-list {
  max-width: 400px;
  width: 100%;
}

.billing-agreements .info-box .box-title {
  margin-top: 20px;
  margin-bottom: 7px;
}

.billing-agreements .info-box .button {
  float: right;
  margin-top: 7px;
}

.billing-agreements #payment_method {
  width: 100%;
  margin-top: 7px;
  margin-bottom: 7px;
}

.billing-agreement-view-header-wrapper .heading {
  max-width: 80%;
}

.billing-agreement-details td,
.billing-agreement-details th {
  padding: 3.5px;
}

/* ============================================ *
 * Popular Search Terms Cloud
 * ============================================ */

.catalogsearch-term-popular .tags-list {
  float: left;
  width: 100%;
}

.catalogsearch-term-popular .tags-list > li {
  float: left;
  height: 40px;
  margin-right: 25px;
}

/* ============================================ *
 * Widgets
 * ============================================ */

/* -------------------------------------------- *
 * Add to cart by SKU
 */

.sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
  width: 100%;
}

.widget {
  clear: both;
}

.widget .pager {
  float: none;
  width: 100%;
}

/* ============================================ *
 * Checkout - Multiple Addresses
 * ============================================ */

body[class*="checkout-multishipping-"] .checkout-progress {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}

body[class*="checkout-multishipping-"] .checkout-progress > li {
  float: left;
  width: 20%;
  text-align: center;
  padding: 8px 1% 6px;
  background: #ecedee;
  text-transform: uppercase;
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  margin-bottom: 10px;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
}

body[class*="checkout-multishipping-"] .checkout-progress > li.active {
  background-color: #DDDDDD;
}

body[class*="checkout-multishipping-"] .checkout-progress > li.last {
  border-right: 0px;
}

body[class*="checkout-multishipping-"] .page-title {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

body[class*="checkout-multishipping-"] .page-title h1 {
  border: 0 none;
  float: left;
  margin-top: 2px;
  margin-right: 2%;
}

body[class*="checkout-multishipping-"] .page-title .button {
  float: right;
}

body[class*="checkout-multishipping-"] .multiple-checkout > h2 {
  text-transform: none;
  font-size: 17px;
  margin-bottom: 15px;
}

body[class*="checkout-multishipping-"] .messages {
  float: left;
  width: 100%;
}

body[class*="checkout-multishipping-"] .col-2.col-wide {
  width: 66%;
}

body[class*="checkout-multishipping-"] .col-1.col-narrow {
  width: 30%;
}

body[class*="checkout-multishipping-"] .actions {
  margin-bottom: 10px;
}

body[class*="checkout-multishipping-"] .grand-total {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}

body[class*="checkout-multishipping-"] #checkout-review-submit {
  float: right;
}

body[class*="checkout-multishipping-"] #review-buttons-container {
  float: right;
  text-align: right;
}

.checkout-multishipping-addresses .btn-remove2 {
  text-indent: -5555px;
  display: block;
  width: 22px;
  height: 22px;
}

.checkout-multishipping-shipping .gift-messages {
  margin-top: 20px;
}

.checkout-multishipping-shipping .gift-messages-form {
  margin-top: 15px;
}

.checkout-multishipping-shipping .gift-messages-form h4 {
  margin-top: 15px;
  margin-bottom: 5px;
}

.checkout-multishipping-shipping .gift-messages-form .form-list {
  margin-top: 10px;
  margin-bottom: 25px;
}

.checkout-multishipping-shipping .gift-messages-form .item {
  margin-top: 15px;
}

.checkout-multishipping-shipping .col-1 .box-title h2,
.checkout-multishipping-shipping .col-1 .box-title h3,
.checkout-multishipping-shipping .col-1 .box-title h4,
.checkout-multishipping-shipping .col-2 .box-title h2,
.checkout-multishipping-shipping .col-2 .box-title h3,
.checkout-multishipping-shipping .col-2 .box-title h4,
.checkout-multishipping-billing .col-1 .box-title h2,
.checkout-multishipping-billing .col-1 .box-title h3,
.checkout-multishipping-billing .col-1 .box-title h4,
.checkout-multishipping-billing .col-2 .box-title h2,
.checkout-multishipping-billing .col-2 .box-title h3,
.checkout-multishipping-billing .col-2 .box-title h4,
.checkout-multishipping-overview .col-1 .box-title h2,
.checkout-multishipping-overview .col-1 .box-title h3,
.checkout-multishipping-overview .col-1 .box-title h4,
.checkout-multishipping-overview .col-2 .box-title h2,
.checkout-multishipping-overview .col-2 .box-title h3,
.checkout-multishipping-overview .col-2 .box-title h4 {
  font-weight: normal;
  width: 100%;
  background: #ecedee;
  border-bottom: 1px solid #CCCCCC;
  padding: 10px;
  font-size: 14px;
}

.checkout-multishipping-shipping .col-1 > h4,
.checkout-multishipping-shipping .col-2 > h4,
.checkout-multishipping-billing .col-1 > h4,
.checkout-multishipping-billing .col-2 > h4,
.checkout-multishipping-overview .col-1 > h4,
.checkout-multishipping-overview .col-2 > h4 {
  font-weight: normal;
  width: 100%;
  background: #ecedee;
  border-bottom: 1px solid #CCCCCC;
  padding: 10px;
  font-size: 14px;
}

.checkout-multishipping-shipping .col-1 .box-content,
.checkout-multishipping-shipping .col-2 .box-content,
.checkout-multishipping-billing .col-1 .box-content,
.checkout-multishipping-billing .col-2 .box-content,
.checkout-multishipping-overview .col-1 .box-content,
.checkout-multishipping-overview .col-2 .box-content {
  margin-bottom: 25px;
  padding-left: 10px;
  margin-top: 10px;
}

.checkout-multishipping-billing .sp-methods dt {
  float: left;
  width: 100%;
}

#multiship-addresses-table > tbody > tr > td.a-center.last > a {
  background-image: none;
}

#review-order-form > div:nth-child(3) > div.divider {
  width: 100%;
  clear: both;
}

/* ============================================ *
 * Calendar styles (restore styles from /js/calendar)
 * ============================================ */

div.calendar table {
  border-collapse: separate;
}

div.calendar table td.button {
  display: table-cell;
  background: inherit;
  color: inherit;
  text-transform: none;
}

/* ============================================ *
 * Select2 plugin
 * ============================================ */

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: none;
  border: 0;
}

.select2-container {
  z-index: 3;
}

.download-zone {
  margin-bottom: 5em;
}

.download-zone .wrapper-form {
  margin-bottom: 2em;
  background-color: #f4f4f4;
  text-align: center;
}

.download-zone .wrapper-form .field,
.download-zone .wrapper-form .buttons-set {
  display: inline-block;
  margin: 1em;
  vertical-align: top;
}

.download-zone .wrapper-form .field {
  min-width: 380px;
}

.download-zone .wrapper-form .buttons-set {
  padding: 0;
  border: none;
}

.download-zone .wrapper-form .buttons-set .button {
  margin: 0;
}

.download-zone .wrapper-form [type="submit"] {
  height: 42px;
  padding-top: .9em;
  padding-bottom: .8em;
  background-color: #0f88b7;
  border-radius: 0;
}

.download-zone .wrapper-form .field:after {
  content: '';
  display: table;
  clear: both;
}

.download-zone .wrapper-form .field label {
  float: left;
  width: 100px;
  margin-right: 20px;
  margin-top: .5em;
}

.download-zone .wrapper-form .field select,
.download-zone .wrapper-form .field .input-text {
  float: left;
  width: 100%;
  max-width: -webkit-calc(100% - 120px);
  max-width: calc(100% - 120px);
}

.documents-intro {
  margin-bottom: 3em;
}

.documents-intro p {
  margin: 0 0 1em;
}

.document-image-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
  max-width: 1210px;
  margin-inline: auto;
  margin-block: 30px 40px;
}

.document-image-gallery > li {
  -webkit-flex-basis: 280px;
  -ms-flex-preferred-size: 280px;
  flex-basis: 280px;
}

.document-image-gallery.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.document-image-gallery.owl-carousel .owl-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.document-image-gallery.owl-carousel .owl-item > * {
  height: 100%;
}

.document-image-gallery.owl-carousel .owl-dots {
  position: relative;
  bottom: auto;
  left: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  margin-top: 15px;
}

.document-image-gallery:not(.owl-carousel) > *:nth-child(n+5) {
  display: none;
}

.document {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.document-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 10px;
  padding: 15px;
  background-color: #ecedee;
}

.document-image-preview {
  aspect-ratio: 250 / 354;
}

.document-image-preview img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  border-radius: 5px;
}

.document-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.document-title {
  margin-bottom: .8em;
  font-weight: 500;
  font-size: 1.1em;
  text-align: center;
}

.document-links {
  margin-top: auto;
  text-align: center;
}

/* ============================================ *
 * Homepage
 * ============================================ */

/* -------------------------------------------- *
 * Primary Banner
 */

body.cms-home .main-container {
  padding-top: 20px;
}

body.cms-home .slideshow-container {
  margin-top: 0;
}

.slideshow .banner-msg {
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  top: 30%;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.slideshow .banner-msg h2 {
  color: #FFFFFF;
  font-size: 24px;
  text-shadow: 1px 1px 3px false #555555;
}

.slideshow .banner-msg h2 strong {
  font-weight: bold;
  display: block;
  font-size: 36px;
}

/* -------------------------------------------- *
 * Promotion Banner Section
 */

.promos {
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%;
}

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

/* Specifying the body only in order to override the .std ul li styling */

body .promos > li {
  margin: 0 0 10px 0;
  list-style: none;
  text-align: center;
  position: relative;
  border: 1px solid #CCCCCC;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.promos > li:last-child {
  margin-bottom: 0;
}

.promos img {
  max-width: 100%;
  width: 100%;
}

.promos a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: block;
}

.promos span {
  color: #FFFFFF;
  text-transform: uppercase;
  position: absolute;
  display: block;
  width: 100%;
  top: 10%;
  font-weight: 500;
  font-size: 20px;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-shadow: 1px 1px 3px false #555555;
}

.promos strong {
  font-weight: 600;
  font-size: 26px;
  display: block;
}

/* -------------------------------------------- *
 * New Products Section
 */

/* Hiding the reviews content via CSS because we can't modify the template, */

/* since it may be used in other places where those elements are needed */

.cms-index-index .products-grid .ratings,
.cms-index-index .products-grid .actions,
.cms-index-noroute .products-grid .ratings,
.cms-index-noroute .products-grid .actions {
  display: none;
}

.cms-index-index h2.subtitle {
  padding: 6px 0;
  text-align: center;
  color: #00395c;
  font-weight: 600;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
}

.cms-index-noroute h2.subtitle {
  display: none;
}

.cms-index-index .main-container {
  padding-top: 0;
}

.home-bannierepromo-slider-wrapper {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: lightgrey;
  overflow: hidden;
}

#home-bannierepromo {
  position: relative;
  z-index: 3;
}

#home-bannierepromo .img-helper {
  display: none;
}

.home-bannierepromo-slider {
  display: none;
  /*background: url('https://www.moraco.fr/skin/frontend/moraco/default/images/ajax-loader2.gif') no-repeat center;*/
}

.home-bannierepromo-slider ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-bannierepromo-slider ul li {
  display: block;
}

.home-bannierepromo-slider img {
  display: block;
  width: 100%;
  height: auto;
}

.home-bannierepromo-slider .owl-nav > div:before,
.home-bannierepromo-slider .owl-nav > button:before {
  opacity: 0;
}

.home-bannierepromo-slider .owl-nav .owl-prev {
  left: 25px;
}

.home-bannierepromo-slider .owl-nav .owl-next {
  right: 25px;
}

#home-bannierepromo-pager {
  position: absolute;
  bottom: 2.5em;
  left: 0;
  width: 100%;
  /* hidden on smaller devices, replaced by default pager */
}

#home-bannierepromo-pager ul {
  text-align: center;
}

#home-bannierepromo-pager li {
  display: inline-block;
  margin: 5px;
}

#home-bannierepromo-pager a {
  /*@include btn-bordered();*/
  background: #fff;
  border-color: #00395c;
  color: #00395c;
}

#home-bannierepromo-pager a:after {
  display: none;
}

.no-touchevents #home-bannierepromo-pager a:hover,
.no-touchevents #home-bannierepromo-pager a:focus {
  background-color: #0f88b7;
  border-color: transparent;
  color: #c60520;
}

#home-bannierepromo-pager a.active {
  background-color: #0f88b7;
  border-color: transparent;
  color: #c60520;
  /*.no-touchevents & {
                &:hover, &:focus {
                    background: #fff;
                    color: $c-link;
                }
            }*/
}

#home-wall {
  padding: 3.5em 0 6em;
}

#home-wall .section-title {
  margin: 0 0 1.5em;
  padding: .3em 0;
  background-image: url("https://www.moraco.fr/skin/frontend/moraco/default/images/homewall/homewall-title-bg.png");
  background-repeat: no-repeat;
  background-position: 62% 100%;
  font-size: 2.6em;
  font-weight: 400;
  color: #00395c;
  line-height: 1;
  text-align: center;
}

#home-wall .section-title strong {
  display: block;
  font-weight: 800;
  font-size: 1.3em;
}

.homewall__list {
  counter-reset: homewall;
}

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

.homewall__item {
  position: relative;
  opacity: 1;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  counter-increment: homewall;
}

.homewall__item.disabled {
  opacity: 0.3;
}

.homewall__item > a {
  display: block;
  text-decoration: none;
}

.homewall__item > a:after {
  content: '';
  display: table;
  clear: both;
}

.no-touchevents .homewall__item > a:hover .homewall__item__visual .visual {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.no-touchevents .homewall__item > a:hover .homewall__item__content {
  background-color: #0f88b7 !important;
}

.no-touchevents .homewall__item > a:hover .homewall__item__content:before {
  opacity: 0;
}

.no-touchevents .homewall__item > a:hover .homewall__item__title,
.no-touchevents .homewall__item > a:hover .homewall__item__link {
  color: #fff;
}

.no-touchevents .homewall__item > a:hover .homewall__item__title:before,
.no-touchevents .homewall__item > a:hover .homewall__item__title:after,
.no-touchevents .homewall__item > a:hover .homewall__item__link:before,
.no-touchevents .homewall__item > a:hover .homewall__item__link:after {
  border-color: #fff;
}

.no-touchevents .homewall__item > a:focus .homewall__item__visual .visual {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.no-touchevents .homewall__item > a:focus .homewall__item__content {
  background-color: #0f88b7 !important;
}

.no-touchevents .homewall__item > a:focus .homewall__item__content:before {
  opacity: 0;
}

.no-touchevents .homewall__item > a:focus .homewall__item__title,
.no-touchevents .homewall__item > a:focus .homewall__item__link {
  color: #fff;
}

.no-touchevents .homewall__item > a:focus .homewall__item__title:before,
.no-touchevents .homewall__item > a:focus .homewall__item__title:after,
.no-touchevents .homewall__item > a:focus .homewall__item__link:before,
.no-touchevents .homewall__item > a:focus .homewall__item__link:after {
  border-color: #fff;
}

.touchevents .homewall__item > a:active .homewall__item__visual .visual {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.touchevents .homewall__item > a:active .homewall__item__content {
  background-color: #0f88b7 !important;
}

.touchevents .homewall__item > a:active .homewall__item__content:before {
  opacity: 0;
}

.touchevents .homewall__item > a:active .homewall__item__title,
.touchevents .homewall__item > a:active .homewall__item__link {
  color: #fff;
}

.touchevents .homewall__item > a:active .homewall__item__title:before,
.touchevents .homewall__item > a:active .homewall__item__title:after,
.touchevents .homewall__item > a:active .homewall__item__link:before,
.touchevents .homewall__item > a:active .homewall__item__link:after {
  border-color: #fff;
}

.homewall__item .img-helper {
  display: block;
  width: 100%;
  height: auto;
}

.homewall__item__visual > div,
.homewall__item__visual .visual {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.homewall__item__visual .visual {
  width: 100%;
  height: 100%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.homewall__item__visual .visual-01:after {
  content: counter(homewall);
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: 100;
  font-size: 6.3em;
  color: #fff;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 30px;
}

.homewall__item__content {
  position: relative;
  width: 100%;
  max-width: 382px;
  background-color: #fff;
  padding: 1.3em 1.5em 1.8em 1.5em;
  z-index: 3;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.homewall__item__content p {
  font-size: 1em;
  line-height: 1.3;
  color: #bebebe;
}

.homewall__item__title {
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.8em;
  color: #00395c;
  line-height: 1.2;
  text-transform: none;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.homewall__item__link {
  position: relative;
  display: block;
  margin-top: 1.8em;
  padding-left: 35px;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: .85em;
  letter-spacing: .05em;
  color: #0f88b7;
  text-transform: uppercase;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.homewall__item__link:before {
  content: "";
  display: block;
  width: 20px;
  height: 0;
  border-bottom: 1px solid #0f88b7;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.homewall__item__link:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border: 1px solid #0f88b7;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -2px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.homewall__footer {
  margin-top: 1.5em;
  text-align: center;
  overflow: hidden;
}

.homewall__footer > p {
  margin-bottom: .3em;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: 700;
  color: #c60520;
  text-transform: uppercase;
}

.homewall__footer .wrapper-buttons {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.homewall__footer .wrapper-buttons:before,
.homewall__footer .wrapper-buttons:after {
  content: "";
  display: block;
  width: 480px;
  height: 0;
  border-top: 1px solid #ccc;
  position: absolute;
  top: 50%;
}

.homewall__footer .wrapper-buttons:before {
  right: -webkit-calc(100% + 30px);
  right: calc(100% + 30px);
}

.homewall__footer .wrapper-buttons:after {
  left: -webkit-calc(100% + 30px);
  left: calc(100% + 30px);
}

.homewall__footer .button {
  width: 350px;
  max-width: 100%;
  font-size: 1.3rem;
  font-weight: 600;
  border-radius: 5px;
}

#homewall-item-1 .homewall__item__deco {
  display: block;
  width: 610px;
  height: 468px;
  background-image: url("https://www.moraco.fr/skin/frontend/moraco/default/images/homewall/homewall-01-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 0;
  left: -115px;
  z-index: 1;
}

#homewall-item-1 .visual-01 {
  width: 58.2%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

#homewall-item-1 .visual-02 {
  position: relative;
  width: 41.8%;
  z-index: 2;
}

#homewall-item-1 .homewall__item__content {
  margin-left: 15%;
  width: 85%;
  background-color: #00395c;
}

#homewall-item-1 .homewall__item__title {
  color: #fff;
}

#homewall-item-2:before {
  content: "";
  display: block;
  width: 196px;
  height: 254px;
  background-image: url("https://www.moraco.fr/skin/frontend/moraco/default/images/homewall/homewall-02-02-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -18px;
  left: 77%;
  z-index: 1;
}

#homewall-item-2 .visual-01 {
  position: relative;
  width: 77%;
  margin-bottom: 37%;
  border: 10px solid #fff;
  border-top-width: 0;
  border-left-width: 0;
  z-index: 2;
}

#homewall-item-2 .visual-01 .visual {
  position: absolute;
  top: 0;
  left: 0;
}

#homewall-item-2 .visual-01:after {
  left: auto;
  right: 20px;
}

#homewall-item-2 .visual-02 {
  width: 45vw;
  height: -webkit-calc(100% - 85px);
  height: calc(100% - 85px);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

#homewall-item-2 .visual-02 > div {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

#homewall-item-2 .homewall__item__content {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 37%;
}

#homewall-item-3 {
  margin-top: 10px;
}

#homewall-item-3 .visual-01 {
  width: 69%;
  height: 61%;
  position: absolute;
  top: 0;
  right: 0;
}

#homewall-item-3 .visual-01:after {
  left: auto;
  right: 20px;
}

#homewall-item-3 .visual-02 {
  aspect-ratio: 1;
  width: -webkit-calc(50vw - 57.7% + 10px);
  width: calc(50vw - 57.7% + 10px);
  max-height: 100%;
  background-position: center;
  position: absolute;
  top: 0;
  right: 69%;
  z-index: 1;
}

#homewall-item-3 .homewall__item__content {
  float: right;
  max-width: 390px;
  margin-top: 33%;
  margin-bottom: 5%;
  background-color: #f8fafb;
}

#homewall-item-3 .homewall__item__content > * {
  position: relative;
}

#homewall-item-3 .homewall__item__content:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("https://www.moraco.fr/skin/frontend/moraco/default/images/homewall/homewall-03-extra.png");
  background-repeat: no-repeat;
  background-position: 130% 110%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

/*** SECTION SELECTIONS ***/

#home-selections {
  position: relative;
  padding: 3em 0 3.5em;
  clear: both;
  /*@include background-viewport();
    &:before {
        background-attachment: fixed;
        background-position: center 0%;
    }*/
  /**
    * In account dashboard
    */
}

#home-selections #home-selections-bg {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
}

#home-selections #home-selections-bg > div {
  position: absolute;
  width: 100%;
  height: 200%;
  top: -100%;
  left: 0;
  background-color: #00395c;
  background-image: url("https://www.moraco.fr/skin/frontend/moraco/default/images/products-grid-bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

#home-selections .category-products.grid-default:before {
  background: none;
}

#home-selections .selections-tabs {
  margin-bottom: 0;
  background-color: transparent;
}

#home-selections .selections-tabs .toggle-tabs {
  margin-bottom: 2.5em;
  border-width: 0;
  background-color: transparent;
}

#home-selections .selections-tabs .toggle-tabs li {
  border-width: 0;
}

#home-selections .selections-tabs .toggle-tabs li + li {
  margin-left: 5em;
}

#home-selections .selections-tabs .toggle-tabs li > span {
  position: relative;
  display: inline-block;
  height: auto;
  padding: .6em 0;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 1.3em;
  font-weight: 700;
  color: #acacad;
  letter-spacing: .06em;
  line-height: 1.2;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

#home-selections .selections-tabs .toggle-tabs li > span:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}

#home-selections .selections-tabs .toggle-tabs li.current {
  border-width: 0;
}

#home-selections .selections-tabs .toggle-tabs li.current > span {
  background-color: transparent;
  color: #fff;
}

#home-selections .selections-tabs .toggle-tabs li.current > span:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#home-selections .selections-tabs > dl > dd {
  padding: 0;
  border-width: 0;
}

#home-selections .selections-tabs .note-msg {
  color: #fff;
}

#home-selections .products-grid {
  background-color: transparent;
}

#home-selections .products-grid:before {
  display: none;
}

.dashboard #home-selections {
  padding: 0;
}

.dashboard #home-selections #home-selections-bg {
  display: none;
}

.dashboard #home-selections .selections-tabs .toggle-tabs li > span {
  padding-top: 0;
  font-size: 1.7em;
  font-weight: 700;
  letter-spacing: 0;
}

.dashboard #home-selections .selections-tabs .toggle-tabs li.current > span {
  color: #00395c;
}

.dashboard #home-selections .selections-tabs .toggle-tabs li.current > span:after {
  background-color: #00395c;
}

.dashboard #home-selections .products-grid {
  padding: 0;
}

.dashboard #home-selections .products-grid.owl-carousel {
  padding-bottom: 3em;
}

.dashboard #home-selections .products-grid.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.dashboard #home-selections .products-grid.owl-carousel .owl-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.dashboard #home-selections .products-grid.owl-carousel .owl-item > * {
  height: 100%;
}

/*** SECTION NEWS ***/

#home-news-wrapper {
  margin-top: 3.5em;
  padding: 2em 0 2em;
}

/*** SECTION REINSURANCE ***/

.section-reinsurance {
  margin: 0 auto;
  max-width: 1400px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 2em;
}

.section-reinsurance .section-title {
  position: relative;
  margin-bottom: 0;
  padding-bottom: .5em;
  font-size: 1.8em;
  font-weight: 800;
  color: #00395c;
}

.section-reinsurance .section-title:after {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  background-color: #00395c;
  position: absolute;
  left: 0;
  bottom: 0;
}

.block-reinsurance {
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: 300;
  color: #00395c;
  text-transform: uppercase;
  margin: 1.5em -15px 0;
  /*.reinsurance-delivery {
        &:before {
            @include sprite-svg(delivery-blue, size-bg);
            @include center-sprite-svg(delivery-blue, 60px);
        }
    }
    .reinsurance-gift {
        &:before {
            @include sprite-svg(gift-blue, size-bg);
            @include center-sprite-svg(gift-blue, 60px);
        }
    }
    .reinsurance-payment {
        &:before {
            @include sprite-svg(payment-blue, size-bg);
            @include center-sprite-svg(payment-blue, 60px);
        }
    }*/
}

.block-reinsurance li {
  margin-top: 2.5em;
  padding: 0 15px;
}

.block-reinsurance .reinsurance-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 320px;
  margin: 0 auto;
  font-weight: 600;
  font-size: 1em;
  letter-spacing: .1em;
  line-height: 1.2;
  text-align: left;
}

.block-reinsurance .reinsurance-item:before {
  content: "";
  /*@include ie-sprite($icon, $type);*/
  margin-right: 1em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.block-reinsurance .reinsurance-item strong {
  display: block;
  font-weight: 800;
  font-size: 1.4em;
  letter-spacing: 0;
}

.block-reinsurance .reinsurance-chronopost:before {
  width: 110px;
  height: 62.6px;
  background-position: -1249px -1px;
  /*@include ie-sprite($icon, $type);*/
  margin-top: -23px;
  margin-right: 1.5em;
}

.block-reinsurance .reinsurance-chronopost strong {
  margin-top: .2em;
}

.block-reinsurance .reinsurance-stock:before {
  width: 48px;
  height: 39.4px;
  background-position: -3380px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.block-reinsurance .reinsurance-stock strong {
  margin-bottom: .2em;
}

.block-reinsurance .reinsurance-commercial:before {
  width: 56px;
  height: 45.8px;
  background-position: -1375px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.block-reinsurance .reinsurance-commercial strong {
  margin-bottom: .2em;
}

.block-reinsurance .customer-service:before {
  width: 50px;
  height: 49.3px;
  background-position: -2754px -1px;
  /*@include ie-sprite($icon, $type);*/
  margin-top: -16px;
}

.block-reinsurance .customer-service strong {
  margin-bottom: 0;
  margin-top: .1em;
  font-size: 1.8em;
}

.kit-chain__progress__blocks {
  display: none;
}

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

.kit-chain__original .product-manufacturer {
  float: left;
  max-width: 160px;
  margin-right: 15px;
}

.kit-chain__original .product-content {
  float: left;
  max-width: -webkit-calc(100% - 175px);
  max-width: calc(100% - 175px);
  margin-top: .8em;
}

.kit-chain__original .product-content h3 {
  margin-bottom: .3em;
  font-size: 1.1em;
  font-style: italic;
  text-transform: none;
}

.kit-chain__original .product-sku {
  display: inline-block;
  vertical-align: top;
  margin-right: .5em;
}

.kit-chain__original .product-sku a,
.kit-chain__original .product-sku > span {
  display: inline-block;
  padding: .4em 1.8em;
  border: 1px solid #0f88b7;
  border-radius: 14px;
  font-size: .9em;
  color: #0f88b7;
  text-transform: uppercase;
  text-decoration: none;
}

.kit-chain__original .product-sku a:hover {
  background-color: #0f88b7;
  color: #fff;
}

.kit-chain__original .product-name {
  display: inline-block;
  vertical-align: top;
  margin-top: .3em;
}

.kit-chain__content {
  clear: both;
  padding: 1.5em;
  background-color: #f7f8f9;
}

.kit-chain__steps {
  counter-reset: stepper;
  margin-bottom: 3em;
  padding-bottom: 1em;
  border-bottom: 1px solid #acacad;
  text-align: center;
}

.kit-chain__step {
  counter-increment: stepper;
  position: relative;
  display: block;
  margin-bottom: .5em;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #727171;
  text-transform: uppercase;
}

.kit-chain__step:before {
  content: counter(stepper) ".";
  display: inline-block;
  margin-right: .3em;
  font-weight: 700;
  font-style: normal;
}

.kit-chain__step.current {
  font-weight: 700;
  font-style: normal;
  color: #00395c;
}

.kit-chain__step.completed {
  font-style: normal;
  color: #0f88b7;
}

.kit-chain__step.completed a {
  color: #0f88b7;
}

.kit-chain__step:last-child {
  margin-right: 0;
  padding-right: 0;
}

.kit-chain__step:last-child:after {
  display: none;
}

.kit-chain__block {
  margin-bottom: 3em;
}

.kit-chain__block table.simple-table thead th {
  font-weight: 700;
}

.kit-chain__block table.simple-table th,
.kit-chain__block table.simple-table td {
  padding: .3em .75em;
}

.kit-chain__block table.simple-table th:first-child,
.kit-chain__block table.simple-table td:first-child {
  padding-left: 0;
}

.kit-chain__block table.simple-table th:last-child,
.kit-chain__block table.simple-table td:last-child {
  padding-right: 0;
}

.kit-chain__table__wrapper {
  position: relative;
}

.kit-chain__table.data-table {
  background-color: #fff;
}

.kit-chain__table.data-table tr.empty {
  background-color: #f7f8f9;
}

.kit-chain__table.data-table tr.empty td {
  padding: 5px 10px;
}

.kit-chain__cell-action input {
  margin-top: .65em;
}

.kit-chain__cell-description label {
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 400;
}

.kit-chain__cell-description .stock {
  position: relative;
  display: inline-block;
  margin-left: 1em;
  padding: .1em .75em .2em;
  background-color: #00395c;
  color: #fff;
  font-style: italic;
  font-size: .8em;
  text-transform: uppercase;
}

.kit-chain__cell-description .stock:before {
  content: "";
  display: block;
  border: 7px solid transparent;
  border-right-color: #00395c;
  position: absolute;
  top: -webkit-calc(50% - 7px);
  top: calc(50% - 7px);
  left: -14px;
}

.kit-chain__selected-img {
  position: absolute;
  top: -35px;
  right: 0;
  max-width: 100px;
}

.kit-chain__selected-img img {
  max-width: 100%;
}

.kit-chain__selected-img a {
  display: block;
  border: 2px solid #00395c;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.no-touchevents .kit-chain__selected-img a:hover {
  border-color: #0f88b7;
}

.touchevents .kit-chain__selected-img a:active {
  border-color: #0f88b7;
}

.kit-chain__buttons {
  clear: both;
  margin-top: 3em;
  text-align: right;
}

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

.kit-chain__buttons button:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: #fff;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 15px;
  margin-top: -4px;
}

.kit-chain__buttons .back-link {
  float: left;
  background-color: transparent;
  border-color: #0f88b7;
  color: #0f88b7;
}

.kit-chain__buttons .back-link:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: #0f88b7;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-right: 15px;
  margin-top: -4px;
}

.kit-chain__buttons .back-link:hover {
  background-color: #0f88b7;
}

.kit-chain__buttons .back-link:hover:before {
  border-color: #fff;
}

.kit-chain__summary > h2 {
  text-align: center;
}

.kit-chain__summary table td.total {
  font-weight: 700;
  text-transform: uppercase;
  text-align: right;
}

.kit-chain__summary table tfoot td {
  padding: 15px 10px;
}

.catalog-product-view .kit-chain__summary {
  margin-bottom: 1em;
}

.kit-chain__info {
  text-align: center;
}

.kit-chain__info .kit-chain-link {
  margin-bottom: 1em;
}

.kit-chain__info .add-to-cart {
  display: inline-block;
}

#kit-chain-ratio {
  clear: both;
  margin-left: 0;
}

#kit-chain-length input[type="number"] {
  width: 80px;
}

.manufacturer__link {
  border: none;
  text-align: center;
  line-height: normal;
}

.manufacturer__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 75px;
}

.manufacturer__logo img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

.manufacturer__logo + .manufacturer__name {
  display: none;
}

.manufacturer__name {
  display: block;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 1.3em;
  font-weight: 600;
  color: #00395c;
  text-align: center;
}

.product-section-top .manufacturer {
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
}

.product-section-top .manufacturer__logo {
  height: 120px;
}

#faq_container > .wrap {
  position: relative;
  max-width: none;
  padding: 0;
}

#faq_categories {
  padding: 15px 0;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
}

#faq_categories ul.faq_categories_list > li {
  margin-bottom: 4px;
}

#faq_categories ul.faq_categories_list > li > a {
  position: relative;
  display: block;
  background-color: #00395c;
  padding: 13px 40px 13px 26px;
  font-size: 1.1em;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

#faq_categories ul.faq_categories_list > li > a:after {
  content: '';
  border: 1px solid transparent;
  border-width: 0 0 2px 2px;
  border-bottom-color: #fff;
  border-left-color: #fff;
  display: block;
  width: 8px;
  height: 8px;
  margin-right: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#faq_categories ul.faq_categories_list > li > a:hover {
  color: #0f88b7;
}

#faq_categories ul.faq_categories_list > li ul {
  margin: 0;
  border: 1px solid #acacad;
  background-color: #fff;
  padding: 1em 2em;
}

#faq_categories ul.faq_categories_list > li ul li {
  border-top: 1px solid #acacad;
}

#faq_categories ul.faq_categories_list > li ul li:first-child {
  border-top: none;
}

#faq_categories ul.faq_categories_list > li ul li a {
  display: block;
  padding: 10px 0;
  color: #00395c;
  font-size: 1.1em;
  font-weight: 400;
  text-decoration: none;
}

#faq_categories ul.faq_categories_list > li ul li a:hover {
  color: #0f88b7;
}

#faq_questions {
  border: 1px solid #acacad;
  background-color: #fff;
  padding: 50px 40px !important;
  margin-bottom: 30px;
}

#faq_questions .title {
  margin: 0;
  color: #00395c;
  font-weight: 700;
}

#faq_questions > ul {
  margin: 0;
}

#faq_questions > ul > li {
  padding: 35px 0 30px;
  border-top: 1px solid #acacad;
}

#faq_questions > ul > li:first-child {
  border-top: none;
}

#faq_questions .faq_question_title {
  margin-bottom: 0.8em;
  font-size: 1.3em;
  font-weight: 400;
  color: #00395c;
  text-transform: none;
  letter-spacing: 0;
}

#faq_questions .faq_question_content {
  color: #727171;
}

#faq_questions .faq_question_content p {
  margin-bottom: 1.5em;
}

#faq_questions .faq_question_content ul {
  margin: 1.5em 5px;
}

#faq_questions .faq_question_content ul li {
  padding-left: 30px;
}

#home-news > ul {
  display: block;
}

#home-news > ul:after {
  content: '';
  display: table;
  clear: both;
}

#home-news > ul > li {
  /*flex: 0 1 calc(50% - 1px);
            margin-right: 1px;*/
  margin-bottom: 1px;
  /*&.double {
                flex: 0 1 calc(100% - 1px);
            }*/
}

.block-news-all,
.block-news-follow {
  height: 100%;
  background-color: #00395c;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block-news-all {
  -webkit-box-align: left;
  -webkit-align-items: left;
  -ms-flex-align: left;
  align-items: left;
}

.block-news-all .inner {
  padding: 2em 4em;
}

.block-news-all .block-title {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 2.6em;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.block-news-all .button {
  margin-top: 3em;
  background-color: #0f88b7;
}

.block-news-follow {
  padding: 2em;
  text-align: center;
  line-height: 1.3;
}

.block-news-follow .soc-links {
  font-size: 1em;
}

.block-news-follow .soc-links p {
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 2.1em;
  font-weight: 300;
}

.block-news-follow .soc-links strong {
  font-family: "Mercenary", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.2em;
  text-transform: uppercase;
}

.block-news-follow .soc-links ul {
  margin-top: 1.75rem;
}

.block-news-follow .soc-links ul li + li {
  margin-left: 1.5rem;
}

.block-news-follow .soc-links a {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.block-news-follow .soc-links a:hover {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.news.teaser {
  position: relative;
  overflow: hidden;
}

.news.teaser .visuel {
  position: relative;
}

.news.teaser .visuel img {
  width: 100%;
}

.news.teaser .visuel .visuel-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.news.teaser .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.5em 1.8em;
  color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.news.teaser .content:before {
  content: "";
  display: block;
  width: 100%;
  height: 120%;
  background-color: #00395c;
  opacity: .9;
  -webkit-transform: skew(0, 8deg);
  -ms-transform: skew(0, 8deg);
  transform: skew(0, 8deg);
  position: absolute;
  bottom: -30%;
  left: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.news.teaser .content > * {
  position: relative;
}

.news.teaser .content .meta {
  margin-bottom: .7em;
  font-size: .85em;
}

.news.teaser .content .title {
  margin-bottom: 0;
  min-height: 2.6em;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.4em;
  color: #fff;
  line-height: 1.3;
  text-transform: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.news-link {
  display: block;
}

.no-touchevents .news-link:hover .news.teaser .visuel .visuel-bg {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.no-touchevents .news-link:hover .news.teaser .content,
.no-touchevents .news-link:hover .news.teaser .content .title {
  color: #00395c;
}

.no-touchevents .news-link:hover .news.teaser .content:before {
  background-color: #fff;
  -webkit-transform: skew(0);
  -ms-transform: skew(0);
  transform: skew(0);
}

.no-touchevents .news-link:focus .news.teaser .visuel .visuel-bg {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.no-touchevents .news-link:focus .news.teaser .content,
.no-touchevents .news-link:focus .news.teaser .content .title {
  color: #00395c;
}

.no-touchevents .news-link:focus .news.teaser .content:before {
  background-color: #fff;
  -webkit-transform: skew(0);
  -ms-transform: skew(0);
  transform: skew(0);
}

.touchevents .news-link:active .news.teaser .visuel .visuel-bg {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.touchevents .news-link:active .news.teaser .content,
.touchevents .news-link:active .news.teaser .content .title {
  color: #00395c;
}

.touchevents .news-link:active .news.teaser .content:before {
  background-color: #fff;
  -webkit-transform: skew(0);
  -ms-transform: skew(0);
  transform: skew(0);
}

.page-infos {
  margin-bottom: 5em;
}

.page-infos .page-title h1 {
  margin-top: 0;
  font-size: 2.8em;
  font-weight: 500;
  text-transform: none;
}

.page-infos .page-subtitle {
  margin-bottom: 1em;
  color: #00395c;
}

.page-infos .back-link {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  padding-left: 15px;
}

.page-infos .back-link:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: #c60520;
  border-width: 2px 2px 0 0;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 0;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.page-infos-publish {
  margin-bottom: 1.5em;
  color: #00395c;
}

.page-infos-publish-category {
  font-size: 0.8em;
  text-transform: uppercase;
}

.page-infos-publish-date {
  font-size: 0.9em;
}

.page-infos-publish-date .label {
  font-style: italic;
}

.page-infos-publish-date .date {
  margin: 0 0.4em;
  font-style: normal;
}

.page-infos-content {
  margin-bottom: 3.5em;
}

.page-infos-image img {
  max-width: 100%;
  height: auto;
}

.ndnews-index-index .main-container {
  padding-bottom: 5em;
}

/**
* Categories menu
*/

#news-liste ul {
  padding: 1.5rem 0;
  font-size: 0;
  text-align: center;
}

#news-liste ul li {
  display: inline-block;
  margin: 0 .5rem;
}

#news-liste a {
  background: #c60520;
  display: inline-block;
  padding: .6em 1.4em .5em;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #FFFFFF;
  font-size: .8rem;
  font-weight: normal;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.5;
  vertical-align: middle;
  /*white-space: nowrap;*/
  background-color: transparent;
  border: 1px solid #00395c;
  color: #00395c;
  text-decoration: none;
}

#news-liste a:hover {
  background: #ad041c;
  cursor: pointer;
}

#news-liste a:active {
  background: #940418;
  color: #FFFFFF;
}

#news-liste a:focus {
  background-color: #940418;
  outline: none;
  color: #FFFFFF;
}

.no-touchevents #news-liste a:hover {
  background-color: #00395c;
  color: #fff;
}

.no-touchevents #news-liste a:focus {
  background-color: #00395c;
  color: #fff;
}

.touchevents #news-liste a:active {
  background-color: #00395c;
  color: #fff;
}

#news-liste a:hover,
#news-liste a:focus,
#news-liste a:active,
#news-liste a.active {
  background-color: #00395c;
  color: #fff;
}

.news-list > ul:after {
  content: '';
  display: table;
  clear: both;
}

.news-list > ul > li {
  margin-bottom: 1px;
}

.sharing-wrapper {
  position: relative;
  display: inline-block;
  background: #fff;
  border: 1px solid #acacad;
}

.sharing-wrapper .sharing-title a {
  position: relative;
  display: block;
  padding: 0.7em 40px .5em;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: 600;
  font-size: .9em;
  color: #00395c;
  text-transform: uppercase;
  line-height: 1.5;
}

.sharing-wrapper .sharing-title a:hover {
  color: #c60520;
  text-decoration: none;
}

.sharing-wrapper .sharing-title a:before {
  content: "";
  width: 20px;
  height: 20px;
  background-position: -2806px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 20px;
  margin-left: -10px;
  margin-top: -10px;
}

.sharing-wrapper .sharing-title a:after {
  content: '';
  position: absolute;
  display: block;
  border: 4px solid transparent;
  border-top-color: #00395c;
  border-bottom-width: 0;
  right: 10px;
  top: 50%;
  margin-top: -3px;
}

.sharing-wrapper .sharing-title a.active:after {
  border-top-width: 0;
  border-bottom-width: 4px;
  border-bottom-color: #00395c;
}

.sharing-wrapper .sharing-content {
  display: none;
  position: absolute;
  top: -webkit-calc(100% - 1px);
  top: calc(100% - 1px);
  left: -1px;
  width: -webkit-calc(100% + 2px);
  width: calc(100% + 2px);
  background: #fff;
  border: 1px solid #acacad;
  border-top: 0;
  z-index: 10;
}

.sharing-wrapper .sharing-links {
  float: left;
  margin: 0;
  list-style: none;
}

.sharing-wrapper .sharing-links:after {
  content: '';
  display: table;
  clear: both;
}

.sharing-wrapper .sharing-links li {
  float: left;
  margin: 0;
  padding: 0px 8px 8px;
}

.sharing-wrapper .sharing-links a,
.sharing-wrapper .sharing-links button {
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
  border: none;
  background: transparent;
  font-size: 0;
  text-indent: 100%;
  overflow: hidden;
  background-position: center;
}

.sharing-wrapper .sharing-links a:before,
.sharing-wrapper .sharing-links button:before {
  content: "";
  width: 20px;
  height: 20px;
  background-position: -2875px -1px;
  /*@include ie-sprite($icon, $type);*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
}

.sharing-wrapper .sharing-links a:hover,
.sharing-wrapper .sharing-links button:hover {
  opacity: .8;
}

.sharing-wrapper .sharing-links a.link-facebook:before {
  background-position: -2875px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.sharing-wrapper .sharing-links a.link-twitter:before {
  background-position: -3289px -1px;
  /*@include ie-sprite($icon, $type);*/
}

.sav-request-history .form-sav-link {
  margin-bottom: 1.5em;
}

.sav-request-history .button-sav-request-new {
  text-align: center;
  padding: 0.5em 0 2em;
}

.sav-request-history .button-sav-request-new .button {
  font-weight: 700;
  font-size: 16px;
}

.sav-status {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.3em 0.7em;
  border-radius: 1em;
  background-color: #000;
  color: #fff;
  font-size: .9em;
  font-weight: 700;
  line-height: 1.1;
}

.sav-status_ {
  padding: 0;
}

.sav-status_pending {
  background-color: #e78423;
}

.sav-status_en_cours {
  background-color: #308efd;
}

.sav-status_analyse {
  background-color: #7a39ff;
}

.sav-status_reconnu {
  background-color: #23931a;
}

.sav-status_attente_retour {
  background-color: #000;
}

.sav-status_closed {
  background-color: #838383;
}

#form-sav-search {
  padding: 1.5em 0;
}

#form-sav-search .field-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 25px;
  column-gap: 25px;
  row-gap: 1em;
}

#form-sav-search .field-container .field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .75em;
}

#form-sav-search .field-container .field:first-child .input-text {
  width: 100%;
  max-width: 200px;
}

#form-sav-search .field-container .field:last-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: auto;
}

#form-sav-search .field-container label {
  margin-bottom: 0;
}

#form-sav-search .field-container .field-type-calendar label {
  min-width: 20px;
  text-align: center;
}

#form-sav-search .field-container .field-type-calendar input.input-text {
  max-width: 120px;
}

#form-sav-search .field-container .field-type-checkbox {
  gap: 0;
}

#savRequestForm .form-list select,
#savRequestForm .form-list input[type=text],
#savRequestForm .form-list input[type=email],
#savRequestForm .form-list textarea {
  width: 100%;
}

#savRequestForm-details .fieldset {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px;
}

#savRequestForm-details .sav-details .legend {
  font-size: 2.6em;
}

#savRequestForm-details .sav-details .field-justificatifs .field-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  row-gap: 0.5em;
}

#savRequestForm-details .sav-messages {
  padding: 1.5em;
  background-color: #ecedee;
}

#savRequestForm-details .sav-messages .legend {
  float: left;
  width: 100%;
  font-size: 1.8em;
}

#savRequestForm-details .sav-messages .legend + * {
  clear: both;
}

#savRequestForm-details .sav-message-container {
  max-height: 600px;
  overflow-y: scroll;
  -webkit-padding-end: 10px;
  padding-inline-end: 10px;
}

#savRequestForm-details .sav-message-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

#savRequestForm-details .sav-message-item {
  padding-inline: 15% 0;
}

#savRequestForm-details .sav-message-item.moraco {
  padding-inline: 0 15%;
}

#savRequestForm-details .sav-message-content {
  padding: .75em 1em;
  background-color: #fff;
  border-radius: 5px;
}

#savRequestForm-details .sav-message-attachments {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  row-gap: 0.5em;
}

#savRequestForm-details .sav-message-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  padding: 0.3em;
  color: #727171;
}

#savRequestForm-details .new-message-container {
  margin-top: 30px;
}

#savRequestForm-details .add-message {
  position: relative;
}

#savRequestForm-details .add-message textarea {
  height: 15em;
  padding: 1em;
}

#savRequestForm-details .add-message textarea.reduced {
  height: 3em;
  line-height: 1em;
}

#savRequestForm-details .add-message button {
  position: absolute;
  bottom: 0;
  right: 0;
  min-height: 42px;
}

.sav-steps > .wrapper {
  background-color: #ecedee;
}

.sav-steps .page-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  row-gap: 10px;
  max-width: 720px;
  margin-block: 2em;
  margin-inline: auto;
}

.sav-steps .page-title h1 {
  margin: 0;
  text-align: center;
}

.sav-steps .request-steps {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 260px;
}

.sav-steps .request-steps li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 50%;
}

.sav-steps .request-steps li.current,
.sav-steps .request-steps li.done + .final {
  background-color: #c60520;
  color: #fff;
}

.sav-steps .request-steps li.final::before {
  content: "\002714";
}

.sav-steps .request-steps li.final span {
  display: none;
}

.sav-steps-step1 #messages_product_view {
  display: none;
}

.sav-steps #popin-error-wrapper {
  display: none;
}

.sav-steps .popin-error {
  text-align: center;
}

.sav-steps .popin-error__content {
  font-size: 1.1em;
}

.sav-steps .popin-error__content li {
  list-style: none;
}

.sav-steps .popin-error__content li + li {
  margin-top: 1em;
}

.sav-steps .popin-error__footer {
  margin-top: 1.5em;
}

.sav-step {
  max-width: 720px;
  margin-inline: auto;
  padding: 30px 20px 50px;
  background-color: #fff;
  border-radius: 5px;
}

.sav-step .buttons-set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
  padding-top: 0;
  border: 0;
}

.sav-step .buttons-set:after {
  display: none;
}

.sav-step .buttons-set button.button {
  float: none;
  min-width: 0;
  width: 140px;
  margin: 0;
}

.sav-step .buttons-set button.button[type="button"] {
  background-color: transparent;
  border-color: #c60520;
  color: #c60520;
}

.sav-step .buttons-set button.button[type="button"]:hover,
.sav-step .buttons-set button.button[type="button"]:focus-visible {
  border-color: #ad041c;
  color: #ad041c;
}

.sav-step .buttons-set button.button.precedent,
.sav-step .buttons-set button.button.suivant {
  font-weight: bold;
}

.sav-step .button2,
.sav-step .add-button-file {
  border-color: #c60520;
  color: #c60520;
}

.sav-step .button2:hover,
.sav-step .button2:active,
.sav-step .button2:focus,
.sav-step .add-button-file:hover,
.sav-step .add-button-file:active,
.sav-step .add-button-file:focus {
  background: #c60520;
  color: #fff;
}

.sav-step fieldset + fieldset {
  margin-top: 30px;
}

.sav-step fieldset h2 {
  margin-bottom: 0.75em;
  text-transform: none;
  text-align: center;
}

.sav-step fieldset .field {
  max-width: 400px;
  margin-inline: auto;
}

.sav-step fieldset .field + .field {
  margin-top: 1.5em;
}

.sav-step select {
  width: 100%;
  max-width: 100%;
}

.sav-step .field-type-calendar input {
  max-width: 230px;
}

.sav-step .autocomplete {
  padding-bottom: 1.5em;
  border-bottom: 1px solid #333;
}

.sav-step .autocomplete input[type="text"] {
  height: 42px;
  border: 1px solid #00395c;
}

.sav-step .autocomplete input[type="text"].validation-failed {
  border-color: #DF280A;
}

.sav-step .form-checkboxes,
.sav-step .form-radios {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2em;
}

.sav-step .form-radio,
.sav-step .form-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 12px;
  column-gap: 12px;
}

.sav-step .form-radio > input,
.sav-step .form-checkbox > input {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #0f88b7;
  cursor: pointer;
  outline: none !important;
}

.sav-step .form-radio > label,
.sav-step .form-checkbox > label {
  -webkit-flex-basis: -webkit-calc(100% - 30px);
  -ms-flex-preferred-size: calc(100% - 30px);
  flex-basis: calc(100% - 30px);
  margin-right: 0;
  margin-bottom: 0;
  cursor: pointer;
}

.sav-step .form-radio .validation-advice,
.sav-step .form-checkbox .validation-advice {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.sav-step .form-radio .motif_container {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  display: block;
  margin-top: 0.5em;
  padding-left: 30px;
}

.sav-step .form-radio .motif_container .field {
  margin-block: 1em;
}

.sav-step .form-radio .motif_container .field label {
  margin-right: 0;
  margin-bottom: .5em;
  font-weight: 600;
}

.sav-step .form-radio .motif_container:has([type="hidden"]:only-child) {
  margin-top: 0;
}

.sav-step [type="number"] {
  max-width: 80px;
}

.sav-step .type-demande__visual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 65px;
  margin-bottom: 15px;
}

.sav-step .type-demande__visual img {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: 0 auto;
}

.sav-step_0 .buttons-set [type="button"] {
  display: none;
}

.sav-step_0 fieldset .fields,
.sav-step_0 fieldset .field {
  margin-bottom: 0;
}

.sav-step_0 fieldset .field {
  max-width: none;
}

.sav-step_0 fieldset .field ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.sav-step_0 .type-demande {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  padding: 15px;
  font-weight: 400;
  text-align: center;
}

.sav-step_0 .type-demande__title {
  margin-bottom: 0.2em;
  font-size: 1.3em;
  line-height: 1.1;
  text-transform: none;
}

.sav-step_0 .type-demande__title:last-child {
  margin-bottom: 0;
}

.sav-step_0 .type-demande__notice {
  color: #727171;
}

.sav-step_0 a.external-service:hover {
  text-decoration: none;
}

.sav-step_0 a.external-service label {
  border: 1px solid #acacad;
  border-radius: 8px;
  cursor: pointer;
}

.sav-step_0 a.external-service label:focus-visible {
  border-color: #00395c;
  border-style: dotted;
}

.sav-step_0 input[type="radio"] {
  position: absolute;
  margin: 0;
  opacity: 0;
}

.sav-step_0 input[type="radio"] + label {
  border: 1px solid #acacad;
  border-radius: 8px;
  cursor: pointer;
}

.sav-step_0 input[type="radio"] + label:focus-visible {
  border-color: #00395c;
  border-style: dotted;
}

.sav-step_0 input[type="radio"]:checked + label {
  border-color: #00395c;
  box-shadow: inset 0 0 0 3px;
}

.sav-step_0 input[type="radio"]:focus {
  outline: none;
}

.sav-step_0 input[type="radio"]:focus-visible + label {
  border-color: #00395c;
  border-style: dotted;
}

.sav-step .avertissements-wrapper {
  margin-inline: auto;
}

.sav-step .prerequis-wrapper {
  max-width: 420px;
  margin-inline: auto;
}

.sav-step .avertissements,
.sav-step .prerequis {
  display: none;
  margin-top: 30px;
}

.sav-step .avertissements.active,
.sav-step .prerequis.active {
  display: block;
}

.sav-step .avertissements h3,
.sav-step .prerequis h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: none;
}

.sav-step .avertissements h3::before,
.sav-step .prerequis h3::before {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  content: "";
  display: block;
  width: 25px;
  aspect-ratio: 1;
  background: url("https://www.moraco.fr/skin/frontend/moraco/default/images/sav/info.svg") no-repeat center;
  background-size: contain;
}

.sav-step .avertissements ul,
.sav-step .prerequis ul {
  padding-left: 30px;
  list-style: disc;
  font-size: 1.1em;
}

.sav-step .avertissements {
  padding: 1em 10px 1em 20px;
  color: #000000;
  border-left: 5px solid #E26703;
  background-color: #F9EBE6;
}

.sav-step .avertissements h3 {
  gap: 10px;
  margin-bottom: 0.3em;
  font-size: 1.2em;
  color: #000000;
}

.sav-step .avertissements h3::before {
  width: 17px;
  background-image: url("https://www.moraco.fr/skin/frontend/moraco/default/images/sav/info-warning.svg");
}

.sav-step .fields__identity .field {
  text-align: center;
}

.sav-step .fields__identity .field + .field {
  margin-top: 0.5em;
}

.sav-step_demandeur .input-text {
  width: 100%;
}

.sav-step_3 .input-box.autocomplete {
  margin-top: 1.5em;
}

.sav-step_3 .input-box.autocomplete .field {
  position: relative;
}

.sav-step_3 .field-type-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 0.5em;
  -webkit-column-gap: 1em;
  column-gap: 1em;
}

.sav-step_3 .field-type-number label {
  margin-bottom: 0;
}

.sav-step_3 .field-type-button {
  margin-top: 1.5em;
}

.sav-step_3 .important-notice {
  max-width: 90%;
  margin-inline: auto;
  margin-top: 1.5em;
  font-weight: bold;
  font-size: 1.3em;
  color: #f00;
  text-align: center;
}

.sav-step_4 input[type=text] {
  width: 100%;
}

.sav-step_4 input[type=file] {
  width: 100%;
  max-width: 250px;
}

.sav-step_4 .wrapper-files .file:not(:first-child) {
  margin-top: 10px;
}

.sav-step_4 .add {
  margin-top: 15px;
}

.sav-step_4 .uploaded-files li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 15px;
  column-gap: 15px;
  margin-bottom: 10px;
}

.sav-step_4 .filename {
  display: block;
  width: 315px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.sav-step_4 .delete-action {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

.sav-step_4 .delete-action input {
  display: none;
}

.sav-step_4 .delete-action label {
  margin-top: 0.2em;
  margin-bottom: 0;
  font-size: .9em;
  color: #c60520;
  text-transform: uppercase;
  cursor: pointer;
}

.sav-step_5 fieldset,
.sav-step_6 fieldset {
  text-align: center;
}

.sav-step_5 fieldset p,
.sav-step_6 fieldset p {
  font-size: 1.1em;
}

.sav-step_5 fieldset p + p,
.sav-step_6 fieldset p + p {
  margin-top: 1em;
}

.sav-step_5 .form-checkboxes,
.sav-step_6 .form-checkboxes {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sav-step_5 .form-checkbox > label,
.sav-step_6 .form-checkbox > label {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.sav-step_5 .buttons-set button.button,
.sav-step_6 .buttons-set button.button {
  width: auto;
}

.sav-step_6 .buttons-set {
  display: none;
}

.sav-step .colorboxonly {
  display: none;
}

#important-notice-colorbox .important-notice {
  max-width: 90%;
  margin-inline: auto;
  margin-top: 1.5em;
  font-weight: bold;
  font-size: 1.3em;
  color: #f00;
  text-align: center;
}

.important-notice-colorbox li.error-msg li {
  max-width: 90%;
  margin-inline: auto;
  margin-top: 1.5em;
  font-weight: bold;
  font-size: 1.3em;
  color: #f00;
  text-align: center;
  background: none !important;
  border: none !important;
}

.important-notice-colorbox li.error-msg li:before {
  display: none;
}

#colorbox .colorboxonly {
  display: block !important;
}

.sav-suppression-ligne-produit {
  position: absolute;
  top: 0;
  right: 0;
}

input.add-button-file {
  background-color: transparent;
  border-color: #c60520;
  color: #c60520;
}

input.add-button-file:hover,
input.add-button-file:focus {
  background-color: transparent;
  border-color: #c60520;
  color: #c60520;
}

.loader-container {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.9 !important;
  z-index: 10000;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #0f88b7;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
  position: fixed;
  top: -webkit-calc(50% - 75px);
  top: calc(50% - 75px);
  left: -webkit-calc(50% - 75px);
  left: calc(50% - 75px);
  width: 150px;
  height: 150px;
  z-index: 10001;
  background-color: #fff;
}

.loader-text div {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  margin-bottom: 100px;
  z-index: 10002;
}

/* Safari */

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

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

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

body.sav-steps-step0 .type-demande_content_modal {
  display: none;
}

body.sav-steps-step0 .modal-sav-colorbox .type-demande_content_modal {
  display: block !important;
}

body.sav-steps-step0 .modal-sav-colorbox .type-demande_content_modal p {
  font-size: 1.1em;
}

body.sav-steps-step0 .modal-sav-colorbox .type-demande_content_modal table {
  width: 100%;
  margin-bottom: 1em;
}

body.sav-steps-step0 .modal-sav-colorbox .type-demande_content_modal table td {
  width: 50%;
}

body.sav-steps-step0 .modal-sav-colorbox img {
  display: inline-block;
  margin: 0 0 2em;
}

#download-categories-container .wrapper-form {
  background-color: #F4F4F4;
  padding: 2em 1em;
  margin: 0 0 3em;
}

#download-categories-container .wrapper-form form {
  max-width: 640px;
  margin: 0 auto;
}

#download-categories-container .form-list > li {
  display: inline-block;
  width: 100%;
  padding-left: 2em;
  margin-bottom: 1em;
}

#download-categories-container input[type="checkbox"] + label {
  margin-bottom: 0;
}

#download-categories-container .buttons-set {
  border-top-width: 0;
  text-align: center;
}

#download-categories-container .buttons-set .button {
  float: none;
  margin: 0;
}

.download-categories-intro {
  margin-bottom: 2em;
}

.download-categories-all-wrapper {
  margin-bottom: 2em;
  padding-left: 2em;
}

.shop-index-index #map {
  height: 600px;
}

.shop-index-index #floating-panel {
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 3;
  max-width: 100%;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #acacad;
  text-align: center;
  /*font-family: 'Roboto','sans-serif';
        line-height: 30px;*/
}

.shop-index-index #floating-panel .button {
  vertical-align: top;
  width: 130px;
  height: 42px;
  padding: 1em .5em;
  background-color: #0f88b7;
  border-radius: 0;
}

.shop-index-index #floating-panel .button:hover {
  background-color: #0d769f;
}

.shop-infos {
  padding: .5em 0 .75em;
  font-family: "Mercenary", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.3;
}

.shop-infos h3 {
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.shop-infos address {
  margin: .75em 0;
}

.shop-infos .contact .label {
  font-weight: 500;
}

body.campagne-pneus-2019 .page-header .logo {
  position: relative;
}

body.campagne-pneus-2019 .page-header .logo:after {
  content: "";
  display: block;
  width: 212px;
  height: 27px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-image: url("https://www.moraco.fr/skin/frontend/moraco/default/images/campagne-pneus-2019/campagne-pneus-logo.png");
  background-position: center;
  background-size: 100% auto;
}

.cbox-popin-campagne-pneus-2019#cboxOverlay {
  background-color: #00395c;
}

.cbox-popin-campagne-pneus-2019#colorbox,
.cbox-popin-campagne-pneus-2019 #cboxWrapper,
.cbox-popin-campagne-pneus-2019 #cboxContent {
  overflow: visible !important;
}

.cbox-popin-campagne-pneus-2019 #cboxContent {
  padding: 10px;
}

.cbox-popin-campagne-pneus-2019 #cboxClose {
  width: 38px;
  height: 38px;
  background: #fff;
  border-radius: 50%;
  top: -14px;
  right: -10px;
  box-shadow: 4px 4px 5px rgba(0, 57, 92, 0.35);
}

.cbox-popin-campagne-pneus-2019 #cboxClose:before,
.cbox-popin-campagne-pneus-2019 #cboxClose:after {
  width: 25px;
  height: 3px;
  border-radius: 3px;
  background-color: #00395c;
  top: -webkit-calc(50% - 1px);
  top: calc(50% - 1px);
  left: -webkit-calc(50% - 12px);
  left: calc(50% - 12px);
}

#popin-campagne-pneus-2019 {
  position: relative;
  padding-top: 54%;
}

#popin-campagne-pneus-2019 .lien-principal {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#popin-campagne-pneus-2019 img {
  max-width: 100%;
  height: auto;
}

#popin-campagne-pneus-2019 .lien-reglement {
  font-size: 0;
  text-indent: 100%;
  overflow: hidden;
  width: 35%;
  height: 35px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.nav-primary li.vehicles .wrap.wrap-vehicle,
.vehicle-search-contact-container-popup .wrap.wrap-vehicle {
  margin-bottom: 0;
}

.nav-primary li.vehicles .main-vehicle-block,
.vehicle-search-contact-container-popup .main-vehicle-block {
  background-color: #ecedee;
  margin-bottom: 0;
  position: relative;
  padding: 1em;
}

.nav-primary li.vehicles .main-vehicle-block.quick-search-vehicle,
.vehicle-search-contact-container-popup .main-vehicle-block.quick-search-vehicle {
  margin-bottom: 2.4em;
}

.nav-primary li.vehicles .main-vehicle-block button:disabled,
.vehicle-search-contact-container-popup .main-vehicle-block button:disabled {
  background-color: #888;
}

.nav-primary li.vehicles .main-vehicle-block .form-title,
.vehicle-search-contact-container-popup .main-vehicle-block .form-title {
  margin-bottom: 0;
}

.nav-primary li.vehicles .main-vehicle-block .form-padding,
.nav-primary li.vehicles .main-vehicle-block form,
.vehicle-search-contact-container-popup .main-vehicle-block .form-padding,
.vehicle-search-contact-container-popup .main-vehicle-block form {
  padding: 1em 2em !important;
}

.nav-primary li.vehicles .main-vehicle-block .help-block-vehicle,
.vehicle-search-contact-container-popup .main-vehicle-block .help-block-vehicle {
  display: none;
}

.nav-primary li.vehicles .main-vehicle-block .help-block-vehicle-link,
.vehicle-search-contact-container-popup .main-vehicle-block .help-block-vehicle-link {
  position: absolute;
  right: 1em;
  top: 1em;
  text-decoration: none;
  border: none;
}

.nav-primary li.vehicles .main-vehicle-block .help-block-vehicle-link:before,
.vehicle-search-contact-container-popup .main-vehicle-block .help-block-vehicle-link:before {
  display: inline-block;
  content: '?';
  background: #fff;
  color: #00395c;
  height: 1.5em;
  width: 1.5em;
  border: 1px solid #00395c;
  line-height: 1.5em;
  text-align: center;
  font-weight: bold;
  border-radius: 2em;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  cursor: pointer;
}

.nav-primary li.vehicles .main-vehicle-block .help-block-vehicle-link:hover:before,
.vehicle-search-contact-container-popup .main-vehicle-block .help-block-vehicle-link:hover:before {
  background: #00395c;
  color: #fff;
  border: 1px solid #fff;
}

.nav-primary li.vehicles #vehicle-search-by-vin,
.vehicle-search-contact-container-popup #vehicle-search-by-vin {
  margin-bottom: 2em;
}

.nav-primary li.vehicles #vin-search-vehicle,
.vehicle-search-contact-container-popup #vin-search-vehicle {
  background-color: #ecedee;
}

.nav-primary li.vehicles #vin-search-vehicle #quick-vin-search-vehicle-error,
.vehicle-search-contact-container-popup #vin-search-vehicle #quick-vin-search-vehicle-error {
  display: none;
}

.nav-primary li.vehicles #vin-search-vehicle:after,
.vehicle-search-contact-container-popup #vin-search-vehicle:after {
  content: '';
  display: table;
  clear: both;
}

.nav-primary li.vehicles #vin-search-vehicle .form-list > li,
.vehicle-search-contact-container-popup #vin-search-vehicle .form-list > li {
  margin-bottom: 0;
}

.nav-primary li.vehicles #vin-search-vehicle .form-actions button,
.vehicle-search-contact-container-popup #vin-search-vehicle .form-actions button {
  width: 100%;
}

.nav-primary li.vehicles #vehicle-search-history,
.vehicle-search-contact-container-popup #vehicle-search-history {
  background-color: #fff;
  margin-bottom: 0;
  padding: 0;
}

.nav-primary li.vehicles #vehicle-search-history .form-padding,
.vehicle-search-contact-container-popup #vehicle-search-history .form-padding {
  padding: 1em  0 1em 0 !important;
  background-color: #fff;
}

.nav-primary li.vehicles #vehicle-search-history .form-padding ul,
.vehicle-search-contact-container-popup #vehicle-search-history .form-padding ul {
  display: block;
  max-height: 150px;
  overflow-y: auto;
  border: 1px solid #cccccc;
}

.nav-primary li.vehicles #vehicle-search-history .form-padding ul li a,
.vehicle-search-contact-container-popup #vehicle-search-history .form-padding ul li a {
  padding: 0.5em 1em;
}

.nav-primary li.vehicles #vehicle-search-history .form-padding ul li a:hover,
.vehicle-search-contact-container-popup #vehicle-search-history .form-padding ul li a:hover {
  background-color: #eee;
}

.nav-primary li.vehicles #vehicle-search-contact-container,
.vehicle-search-contact-container-popup #vehicle-search-contact-container {
  display: none;
  text-align: center;
}

.nav-primary li.vehicles #vehicle-search-contact-container-ok,
.vehicle-search-contact-container-popup #vehicle-search-contact-container-ok {
  display: none;
  text-align: center;
}

.nav-primary li.vehicles #vehicle-search-contact,
.vehicle-search-contact-container-popup #vehicle-search-contact {
  text-align: center;
}

.nav-primary li.vehicles #vehicle-search-contact a#vehicle-search-contact-open,
.vehicle-search-contact-container-popup #vehicle-search-contact a#vehicle-search-contact-open {
  border: none;
  font-weight: bold;
  font-size: 1.5em;
  text-decoration: none;
}

.nav-primary li.vehicles #vehicle-search-contact a#vehicle-search-contact-open:hover,
.vehicle-search-contact-container-popup #vehicle-search-contact a#vehicle-search-contact-open:hover {
  text-decoration: underline;
}

.vehicle-search-contact-container-popup .vin-text {
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.1;
}

.vehicle-search-contact-container-popup .button {
  height: 42px;
  padding: 0.9em 3em;
  background-color: #0f88b7;
  border-radius: 0;
}

.vehicle-search-contact-container-popup .button:hover {
  background-color: #0d769f;
}

.vehicle-search-contact-container-popup #vehicle-search-contact-container {
  display: block !important;
}

.vehicle-search-contact-container-popup #vehicle-search-contact-container .form-title {
  margin-bottom: 1em;
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  color: #00395c;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
  padding: 0 2em;
}

.vehicle-search-contact-container-popup #vehicle-search-contact-container #vin-search-vehicle-contact-form > fieldset > div {
  padding: 1em 0;
}

.vehicle-search-contact-container-popup #vehicle-search-contact-container input {
  min-width: 75%;
}

.vehicle-search-contact-container-popup #vehicle-search-contact-container input::-webkit-input-placeholder {
  font-style: italic;
  font-size: 0.8em;
  text-transform: none;
}

.vehicle-search-contact-container-popup #vehicle-search-contact-container input:-ms-input-placeholder {
  font-style: italic;
  font-size: 0.8em;
  text-transform: none;
}

.vehicle-search-contact-container-popup #vehicle-search-contact-container input::placeholder {
  font-style: italic;
  font-size: 0.8em;
  text-transform: none;
}

.vehicle-search-contact-container-popup #vehicle-search-contact-container .fields-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.vehicle-search-contact-container-popup #vehicle-search-contact-container .fields-inline > div {
  max-width: 30%;
  margin: 0 1%;
  display: inline-block;
  top: 0;
}

.vehicle-search-contact-container-popup #vehicle-search-contact-container .fields-inline > div input {
  width: 100% !important;
  max-width: 100% !important;
}

.vehicle-search-contact-container-popup #vehicle-search-contact-container .fields-inline input {
  text-transform: uppercase;
}

.vehicle-search-contact-container-popup #vehicle-search-contact-container input.validate-vin-number,
.vehicle-search-contact-container-popup #vehicle-search-contact-container input.validate-vin-number-not-required {
  text-transform: uppercase;
}

.nav-primary #vehicle ol,
.vehicle-form-sav ol {
  counter-reset: headings;
}

.nav-primary #vehicle ol label,
.vehicle-form-sav ol label {
  display: none !important;
}

.nav-primary #vehicle ol li,
.vehicle-form-sav ol li {
  width: 100% !important;
  position: relative;
  display: block;
  padding: 0 2em;
  text-decoration: none;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  font-size: 18px;
  /*
        select option[value=""], select option:not([value]), select:disabled , select:invalid {
          font-style: italic;
        }*/
}

.nav-primary #vehicle ol li:before,
.vehicle-form-sav ol li:before {
  content: counter(headings, decimal);
  counter-increment: headings;
  position: absolute;
  left: -1.3em;
  top: 50%;
  margin-top: -1.3em;
  background: #888;
  color: #fff;
  height: 2.5em;
  width: 2.5em;
  line-height: 2.5em;
  text-align: center;
  font-weight: bold;
  border-radius: 2em;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.nav-primary #vehicle ol li select,
.vehicle-form-sav ol li select {
  font-style: italic;
}

.nav-primary #vehicle ol li select option,
.vehicle-form-sav ol li select option {
  font-style: normal;
}

.nav-primary #vehicle ol li select option[value=""],
.nav-primary #vehicle ol li select option:not([value]),
.vehicle-form-sav ol li select option[value=""],
.vehicle-form-sav ol li select option:not([value]) {
  font-style: italic !important;
}

.nav-primary #vehicle ol li select:has(option:checked:not([value])),
.nav-primary #vehicle ol li select:has(option:checked:not([value=""])),
.vehicle-form-sav ol li select:has(option:checked:not([value])),
.vehicle-form-sav ol li select:has(option:checked:not([value=""])) {
  font-style: normal;
}

.nav-primary #vehicle ol li select:has(option:checked:not([value])) option,
.nav-primary #vehicle ol li select:has(option:checked:not([value=""])) option,
.vehicle-form-sav ol li select:has(option:checked:not([value])) option,
.vehicle-form-sav ol li select:has(option:checked:not([value=""])) option {
  font-style: normal;
}

.nav-primary #vehicle ol li.enabled:before,
.vehicle-form-sav ol li.enabled:before {
  background: #00395c;
}

.nav-primary #vehicle ol li.enabled select,
.vehicle-form-sav ol li.enabled select {
  color: #00395c;
}

.nav-primary #vehicle ol li .input-box,
.vehicle-form-sav ol li .input-box {
  display: block;
  width: 100% !important;
}

#savRequestFormStep .input-box.required select {
  width: 90%;
  max-width: 90%;
}

#savRequestFormStep .input-box.required::after {
  content: '*' !important;
  display: inline-block;
}

ul.improved-autocomplete-ui-front {
  padding: 1em 0;
}

ul.improved-autocomplete-ui-front li {
  padding: 0 !important;
}

ul.improved-autocomplete-ui-front li div {
  border: none !important;
  padding: 0.25em 0.5em !important;
  margin: 0 !important;
}

ul.improved-autocomplete-ui-front li div:hover {
  background-color: #ececec;
  color: #000;
  padding: 0.25em 0.5em !important;
  border: none !important;
  margin: 0 !important;
}

.help-block-vehicle-link-popup {
  text-align: center;
}

.help-block-vehicle-link-popup p {
  margin-bottom: 1em;
}

.help-block-vehicle-link-popup blockquote {
  background-color: #ecedee;
  padding: 1em;
}

.help-block-vehicle-link-popup blockquote p {
  margin: 0 0 1em;
}

.help-block-vehicle-link-popup img {
  max-width: 100%;
  width: auto;
}

.main-vehicle-block-brand-container {
  position: relative;
  margin: 0.5em 0;
}

.main-vehicle-block-brand-container img {
  max-width: 100%;
  width: auto;
}

.vehicle-form-actions-reset {
  width: 42px;
  height: 42px;
  display: inline-block;
  background: url("https://www.moraco.fr/skin/frontend/moraco/default/images/reset.png") no-repeat center;
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  background-size: 42px;
  min-width: 42px !important;
  margin-right: 10px;
}

.vehicle-form-actions-reset.disabled,
.vehicle-form-actions-reset:hover {
  background: url("https://www.moraco.fr/skin/frontend/moraco/default/images/reset.png") no-repeat center !important;
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  background-size: 42px !important;
  min-width: 42px !important;
}

.vehicle-form-actions-reset.disabled {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

#vehicle-search-by-vin input[type="text"].active,
#quick-vehicle input[type="text"].active {
  color: #00395c;
}

#vehicle-search-by-vin input[type="text"]::-webkit-input-placeholder,
#quick-vehicle input[type="text"]::-webkit-input-placeholder {
  font-style: italic;
}

#vehicle-search-by-vin input[type="text"]:-ms-input-placeholder,
#quick-vehicle input[type="text"]:-ms-input-placeholder {
  font-style: italic;
}

#vehicle-search-by-vin input[type="text"]::placeholder,
#quick-vehicle input[type="text"]::placeholder {
  font-style: italic;
}

#vehicle-search-by-vin input[type="text"],
input.validate-vin-number,
input.validate-vin-number-not-required {
  text-transform: uppercase;
}

#vehicle-search-by-vin input[type="text"]::-webkit-input-placeholder,
input.validate-vin-number::-webkit-input-placeholder,
input.validate-vin-number-not-required::-webkit-input-placeholder {
  text-transform: none;
}

#vehicle-search-by-vin input[type="text"]:-ms-input-placeholder,
input.validate-vin-number:-ms-input-placeholder,
input.validate-vin-number-not-required:-ms-input-placeholder {
  text-transform: none;
}

#vehicle-search-by-vin input[type="text"]::placeholder,
input.validate-vin-number::placeholder,
input.validate-vin-number-not-required::placeholder {
  text-transform: none;
}

.quick-vin-search-vehicle-error h1 {
  font-size: 1.3em;
  text-align: center;
  display: block;
}

.quick-vin-search-vehicle-error h2 {
  font-size: 1.2em;
  color: #c60520;
  text-transform: none;
  text-align: center;
  display: block;
  font-weight: normal;
}

.quick-vin-search-vehicle-error ul {
  border: 1px solid #aaa;
  padding: 1em;
}

.quick-vin-search-vehicle-error ul li a {
  text-transform: none;
  color: #00395c;
}

.help-block-vehicle,
#vehicle-search-contact-container-ok {
  font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.1;
}

.help-block-vehicle .form-title,
#vehicle-search-contact-container-ok .form-title {
  font-size: 1.7em;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}

form.sav-step .help-block-vehicle {
  display: none;
}

form.sav-step .help-block-vehicle-link {
  right: 1em;
  top: 1em;
  text-decoration: none;
  border: none;
}

form.sav-step .help-block-vehicle-link:before {
  display: inline-block;
  content: '?';
  background: #fff;
  color: #00395c;
  height: 1.5em;
  width: 1.5em;
  border: 1px solid #00395c;
  line-height: 1.5em;
  text-align: center;
  font-weight: bold;
  border-radius: 2em;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  cursor: pointer;
}

form.sav-step .help-block-vehicle-link:hover:before {
  background: #00395c;
  color: #fff;
  border: 1px solid #fff;
}

@media only screen and (min-width: 479px) {
  .nav-primary li.manufacturers .manufacturers-tabs .tab-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .nav-primary li.manufacturers .manufacturers-tabs .manufacturer__link {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }

  .sav-step_0 fieldset .field ul {
    /*li:last-child {
                            justify-self: center;
                            width: calc(50% - 15px);
                            grid-column-start: span 2;
                        }*/
  }
}

@media only screen and (min-width: 480px) {
  .main-container {
    padding: 15px;
  }

  .nav-primary li.vehicles #vehicle .button {
    width: auto;
    min-width: 130px;
  }

  .nav-primary li.vehicles #quick-vehicle .form-list {
    width: -webkit-calc(100% - 130px);
    width: calc(100% - 130px);
    float: left;
  }

  .nav-primary li.vehicles #quick-vehicle .form-actions {
    width: 130px;
    float: left;
  }

  .nav-primary li.manufacturers .manufacturers-promoted ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-primary li.manufacturers .manufacturers-promoted ul li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }

  .footer-before .block-subscribe .input-box {
    float: left;
    width: -webkit-calc(100% - 145px);
    width: calc(100% - 145px);
  }

  .footer-before .block-subscribe .actions {
    float: left;
    margin: 0;
    width: 145px;
  }

  .footer .links {
    margin-bottom: 15px;
    width: 48.717949%;
    float: left;
    margin-left: 0;
  }

  .footer .links ul {
    padding-left: 20%;
    border-left-width: 0;
    text-align: left;
  }

  .footer .links + .links {
    margin-left: 2.564103%;
  }

  .footer .links + .links ul {
    border-left-width: 1px;
  }

  .bottom {
    text-align: left;
  }

  .bottom .copyright {
    width: 74.358974%;
    float: left;
    margin-left: 0;
  }

  .bottom .links {
    width: 23.076923%;
    float: left;
    margin-left: 2.564103%;
    margin-top: 0;
    text-align: right;
  }

  .products-grid > li {
    float: left;
    width: -webkit-calc(50% - 1px);
    width: calc(50% - 1px);
    margin-right: 1px;
  }

  /*.products-grid > li:nth-child(odd) {
        clear: left;
    }

    .products-grid > li:nth-child(even) {
        margin-right: 0;
    }*/

  .products-grid.view-mode-horizontal .product-item .product-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .products-grid.view-mode-horizontal .product-item .product-image .main-image {
    margin: 0;
  }

  .products-grid.view-mode-horizontal .product-item .product-image .product-manufacturer {
    margin: 0;
    padding: 0 10px;
  }

  #register-step-intro .block-content {
    padding: 1em;
  }

  #register-step-intro .block-content .highlight {
    padding: 1.5em 4em;
  }

  .customer-account-login .col2-set .col-1,
  .customer-account-login .col2-set .col-2 {
    padding-top: 0;
    margin-top: 20px;
  }

  .customer-account-login .col2-set .col-1 {
    padding-right: 20px;
  }

  .customer-account-login .col2-set .col-2 {
    padding-left: 20px;
    border-left: 1px solid #EDEDED;
  }

  .kit-chain__step {
    display: inline-block;
    margin-right: 1.5em;
    padding-right: 2em;
  }

  .kit-chain__step:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-color: #727171;
    border-width: 2px 2px 0 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    top: -webkit-calc(50% - 4px);
    top: calc(50% - 4px);
  }

  #home-news > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
  }

  #home-news > ul > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(50% - 1px);
    -ms-flex: 0 1 calc(50% - 1px);
    flex: 0 1 calc(50% - 1px);
    margin-right: 1px;
  }

  #home-news > ul > li.double {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(100% - 1px);
    -ms-flex: 0 1 calc(100% - 1px);
    flex: 0 1 calc(100% - 1px);
  }

  .news-list > ul > li {
    float: left;
    width: -webkit-calc(50% - 1px);
    width: calc(50% - 1px);
    margin-right: 1px;
  }

  #download-categories-container .form-list {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0;
    column-gap: 0;
  }

  .nav-primary li.vehicles #vin-search-vehicle .form-list,
  .vehicle-search-contact-container-popup #vin-search-vehicle .form-list {
    width: -webkit-calc(100% - 130px);
    width: calc(100% - 130px);
    float: left;
  }

  .nav-primary li.vehicles #vin-search-vehicle .form-actions,
  .vehicle-search-contact-container-popup #vin-search-vehicle .form-actions {
    width: 130px;
    float: left;
  }
}

@media only screen and (min-width: 500px) {
  .skip-link {
    width: 33.3333%;
  }

  .logged-in .skip-link {
    width: 25%;
  }

  .skip-link .icon {
    margin-right: 3px;
  }

  .skip-link .label {
    display: inline;
  }

  .skip-nav {
    width: 33.3333%;
  }

  .logged-in .skip-nav {
    width: 25%;
  }
}

@media only screen and (min-width: 599px) {
  .nav-primary li.manufacturers .manufacturers-tabs .manufacturer__link {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 33.33%;
    -ms-flex: 1 0 33.33%;
    flex: 1 0 33.33%;
  }
}

@media (min-width: 599px) {
  #home-bannierepromo .img-helper-tablet,
  .home-bannierepromo-slider.tablet {
    display: block;
  }
}

@media only screen and (min-width: 600px) {
  .linearize-table .linearize-collapse {
    display: none;
  }

  .header-logo {
    width: 31.623932%;
    float: left;
    margin-left: 0;
  }

  .page-header .logo {
    max-width: 270px;
  }

  .header-subcontainer {
    width: 68.376068%;
  }

  .header-switch-mode .label {
    font-size: 1.15em;
  }

  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 770px;
  }

  .footer .block-logo {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }

  .footer .block-contact {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 33.33%;
    -ms-flex: 0 1 33.33%;
    flex: 0 1 33.33%;
    text-align: left;
  }

  .footer .soc-links {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
    position: relative;
    padding-right: 50%;
    text-align: right;
  }

  .footer .soc-links ul {
    position: absolute;
    left: -webkit-calc(50% + 30px);
    left: calc(50% + 30px);
    top: 0;
    max-width: -webkit-calc(50% + 30px);
    max-width: calc(50% + 30px);
  }

  .footer .links {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 33.33%;
    -ms-flex: 0 1 33.33%;
    flex: 0 1 33.33%;
  }

  .footer .links + .links {
    margin-left: 0;
  }

  .cart .page-title h1 {
    float: left;
  }

  .checkout-types.top {
    float: right;
  }

  #quickadd .form-list {
    width: 100%;
    max-width: -webkit-calc(100% - 200px);
    max-width: calc(100% - 200px);
    float: left;
  }

  #quickadd .button-wrapper {
    float: left;
    margin-left: 10px;
    margin-top: 2.1em;
  }

  #homewall-item-1,
  #homewall-item-3 {
    float: left;
    width: -webkit-calc(57.7% - 5px);
    width: calc(57.7% - 5px);
  }

  #homewall-item-2 {
    float: right;
    width: -webkit-calc(42.3% - 5px);
    width: calc(42.3% - 5px);
    margin-left: 10px;
    margin-top: 85px;
  }

  .block-reinsurance {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .block-reinsurance li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }

  .kit-chain__info {
    text-align: left;
  }

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

  .kit-chain__info form {
    float: right;
  }

  #savRequestForm-details .sav-details .field {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 25% auto;
    grid-template-columns: 25% auto;
    gap: 20px;
  }
}

@media only screen and (min-width: 741px) {
  .checkout-types.bottom .paypal-or {
    text-align: right;
    padding-right: 70px;
  }
}

@media only screen and (min-width: 770px) {
  .customer-account-container-info-banner-shop,
  .shipping-info-time-container {
    padding: 0;
  }

  .customer-account-container-info-banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .customer-account-container-info-banner-shop {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: left;
  }

  .customer-account-container-info-banner-shop p {
    line-height: 40px;
  }

  .shipping-info-time-container {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .customer-account-login .col2-set .col-1 {
    padding-right: 0;
  }

  .customer-account-login .col2-set .col-2 {
    padding-left: 30px;
    border-left: 1px solid #EDEDED;
  }

  .block-customer-menu .links > ul {
    -webkit-column-gap: 50px;
    column-gap: 50px;
  }

  .block-customer-menu .links > ul > li {
    padding: 0.3em 0;
  }

  .block-customer-menu a {
    padding-left: 55px;
    font-size: 1.5em;
  }

  .block-customer-menu a:before {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  .col1-layout .col-main .widget {
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /*.products-grid--max-4-col-widget > li:nth-child(odd) {
        clear: none;
    }
    .products-grid--max-4-col-widget > li:nth-child(3n+1) {
        clear: none;
    }
    .products-grid--max-4-col-widget > li:nth-child(even),
    .products-grid--max-4-col-widget > li:nth-child(3n) {
        //margin-right: percentage($product-column-spacing / $container);
        margin-right: 1px;
    }*/
    /* Set column config */
    /*.products-grid--max-4-col-widget > li:nth-child(4n+1) {
        clear: left;
    }
    .products-grid--max-4-col-widget > li:nth-child(4n) {
        margin-right: 0;
    }*/
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /*.products-grid--max-5-col-widget > li:nth-child(odd) {
        clear: none;
    }
    .products-grid--max-5-col-widget > li:nth-child(3n+1) {
        clear: none;
    }
    .products-grid--max-5-col-widget > li:nth-child(even),
    .products-grid--max-5-col-widget > li:nth-child(3n) {
        //margin-right: percentage($product-column-spacing / $container);
        margin-right: 1px;
    }*/
    /* Set column config */
    /*.products-grid--max-5-col-widget > li:nth-child(5n+1) {
        clear: left;
    }
    .products-grid--max-5-col-widget > li:nth-child(5n) {
        margin-right: 0;
    }*/
  }

  .col1-layout .col-main .widget .products-grid--max-4-col-widget {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li {
    margin-right: 1px;
  }

  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li {
    width: -webkit-calc(25% - 1px);
    width: calc(25% - 1px);
    margin-right: 1px;
  }

  .col1-layout .col-main .widget .products-grid--max-5-col-widget {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li {
    margin-right: 1px;
  }

  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li {
    width: -webkit-calc(20% - 1px);
    width: calc(20% - 1px);
    margin-right: 1px;
  }
}

@media only screen and (min-width: 771px) {
  .top-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
  }

  .global-site-notice .amgdpr-notice-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.5em 15px;
  }

  .global-site-notice .amgdpr-notice-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .global-site-notice .amgdpr-actions {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-top: 0;
    margin-left: 1.5em;
  }

  .wrapper-toolbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .wrapper-toolbar .toolbar {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 5px;
    margin-bottom: 0;
  }

  .wrapper-toolbar .toolbar .sorter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .wrapper-toolbar .toolbar .sorter > .view-mode {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .wrapper-toolbar .toolbar .sorter > .sort-by {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .wrapper-toolbar .toolbar .pager {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: 30px;
  }

  .grid-default .wrapper-toolbar {
    margin-bottom: 10px;
  }

  .page-header {
    /** For product view, for the header to be on top of the background image **/
    position: relative;
    z-index: 5;
  }

  .logged-in .header-top .wrap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .logo .small {
    display: none;
  }

  .logo .large {
    display: block;
  }

  .skip-links {
    border: 0;
    display: none;
  }

  .skip-nav {
    display: none;
  }

  #header-nav {
    display: block !important;
    /* Force visibility */
    border-bottom: 1px solid #acacad;
    position: relative;
  }

  .nav-primary {
    display: block;
  }

  .nav-primary {
    /*** FLEX ***/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    /*li:last-child > a {
            border-bottom: none;
        }*/
    /*a:hover,
        li:hover > a {
            color: $c-action;
        }*/
    /*> li.level0 > ul{
            min-height:200px;
            padding:15px 20px!important;
        }*/
    /* Default styles for 1+ drop-down menus */
    /* Class for js to add briefly to evaluate element positioning. */
    /* Correct menus that will hang off the page (class added by js) */
    /*li.level0 ul.level0.spill {
            right: 0;
            left: auto;

            // Sub-menu drop down to the left
            li.level1 ul {
                left: auto;
                right: 50px;
                top: 20px;
            }
        }*/
    /* Level 1+ */
  }

  .nav-primary > li.level0 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

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

  .nav-primary a {
    line-height: normal;
  }

  .nav-primary > li.level0 {
    float: left;
  }

  .nav-primary > li.level0 > a.level0 {
    display: block;
    height: 60px;
    text-transform: uppercase;
  }

  .nav-primary > li.level0 > a.level0.has-icon {
    padding: 1.05em 1.5em 1.1em 55px;
    font-size: 1.3em;
    font-weight: 600;
  }

  .nav-primary > li.level0 > a.level0.has-children:after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: #00395c;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0 0 4px 12px;
  }

  .nav-primary > li.level0.menu-active > a.level0 {
    background-color: #00395c;
    color: #fff;
  }

  .nav-primary > li.level0.menu-active > a.level0.has-children:after {
    border-color: #fff;
  }

  .no-touchevents .nav-primary > li.level0:hover > a.level0 {
    background-color: #00395c;
    color: #fff;
  }

  .no-touchevents .nav-primary > li.level0:hover > a.level0.has-children:after {
    border-color: #fff;
  }

  .touchevents .nav-primary > li.level0:active > a.level0 {
    background-color: #00395c;
    color: #fff;
  }

  .touchevents .nav-primary > li.level0:active > a.level0.has-children:after {
    border-color: #fff;
  }

  .nav-primary li.secondary {
    position: relative;
    background-color: #ecedee;
    /*&.pro {
                position: relative;

                &:before {
                    content: "";
                    display: block;
                    height: 20px;
                    width: 1px;
                    background-color: $c-main;
                    position: absolute;
                    left: 0;
                    top: calc(50% - 11px);
                    z-index: 1;
                }

                > a.level0 {
                    font-family: $f-title;
                    padding: 1.4em 1.2em;
                    font-size: 1.05em;
                    font-weight: 700;
                }
            }*/
  }

  .nav-primary li.secondary > ul.level0 {
    min-width: 100%;
    left: 1px;
    right: auto;
  }

  .nav-primary li.secondary > ul.level0 ul li a {
    border: none;
    white-space: nowrap;
  }

  .nav-primary li.secondary > a.level0 {
    padding: 1.35em;
    font-family: "Mercenary", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-weight: 500;
    height: 60px;
    background-color: #ecedee;
    text-align: center;
  }

  .nav-primary li.destockage {
    position: relative;
    /*&.pro {
                position: relative;
                
                &:before {
                    content: "";
                    display: block;
                    height: 20px;
                    width: 1px;
                    background-color: $c-main;
                    position: absolute;
                    left: 0;
                    top: calc(50% - 11px);
                    z-index: 1;
                }
                
                > a.level0 {
                    font-family: $f-title;
                    padding: 1.4em 1.2em;
                    font-size: 1.05em;
                    font-weight: 700;
                }
            }*/
  }

  .nav-primary li.destockage > ul.level0 {
    left: 1px;
    right: auto;
    width: 100%;
  }

  .nav-primary li.destockage > ul.level0 ul li a {
    border: none;
    white-space: nowrap;
  }

  .nav-primary li.destockage > a.level0 {
    padding: 1.35em;
    font-family: "Mercenary", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-weight: 500;
    height: 60px;
    background-color: #ecedee;
    text-align: center;
  }

  .nav-primary .menu-active {
    z-index: 200;
  }

  .nav-primary li.level0 > ul {
    background-color: #fff;
    border: 1px solid #acacad;
    border-width: 1px 0;
    position: absolute;
    left: 0;
    top: 60px;
    right: 0;
    z-index: 10;
    width: auto;
    padding: 3em 0;
    display: none;
    /* Hide until displayed. */
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  }

  .nav-primary li.level0 ul.level0.position-test {
    display: block;
  }

  .nav-primary li.level0 li.parent > a {
    position: relative;
  }

  .nav-primary li.level0 li.parent > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #ccc;
    border-right: none;
    right: 5px;
    top: 50%;
    margin-top: -3px;
  }

  .nav-primary li.level-catalog-menu {
    padding-right: 34.188034%;
  }

  .nav-primary li.level-catalog-menu.col-1 {
    padding-right: 0;
  }

  .nav-primary li.level-catalog-menu.col-2 {
    padding-right: 0;
  }

  .nav-primary li.level-catalog-menu > ul.level2 {
    position: relative;
  }

  html:not(.safari8) .nav-primary li.level-catalog-menu > ul.level2 {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0;
    column-gap: 0;
  }

  .nav-primary li.level-catalog-menu li.level0 {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding-right: 30px;
    padding-bottom: 7px;
    background-color: #fff;
  }

  .safari8 .nav-primary li.level-catalog-menu li.level0 {
    width: 50%;
  }

  .nav-primary li.level-catalog-menu li.level0.menu-active > a {
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    max-width: 300px;
  }

  .safari8 .nav-primary li.level-catalog-menu li.level0.menu-active > a {
    max-width: 230px;
  }

  .nav-primary li.level-catalog-menu a.level0 {
    display: inline-block;
    width: 100%;
    max-width: 270px;
    z-index: 1;
    box-shadow: -1px 7px 0 #fff;
  }

  .safari8 .nav-primary li.level-catalog-menu a.level0 {
    max-width: 200px;
  }

  .nav-primary li.level-catalog-menu ul.level0 {
    top: 0;
    right: auto;
    left: 0;
    width: 0;
    min-height: 100%;
    opacity: 0;
    z-index: 0;
  }

  .nav-primary li.level-blocks {
    width: 31.623932%;
    float: left;
    margin-left: 2.564103%;
    position: absolute;
    top: 0;
    right: 0;
  }

  .nav-primary li.vehicles .wrap:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #ecedee;
    position: absolute;
    left: 50%;
    top: 0;
  }

  .nav-primary li.vehicles .menu-group {
    width: 48.717949%;
    float: left;
    margin-left: 2.564103%;
  }

  .nav-primary li.vehicles .menu-group:first-child {
    margin-left: 0;
    padding: 0 2.564103% 0 0;
  }

  .nav-primary li.vehicles .menu-group:last-child {
    padding: 0 0 0 2.564103%;
  }

  .nav-primary li.vehicles .form-title {
    margin-bottom: 1.5em;
    font-size: 1.7em;
  }

  .nav-primary li.vehicles #quick-vehicle {
    padding: 2em;
  }

  .nav-primary li.tires > ul.level0 {
    padding: 3em 0;
  }

  .advanced-search-tire .form-title {
    margin-bottom: 1.2em;
    font-size: 1.7em;
  }

  .advanced-search-tire {
    margin-bottom: 1.5em;
    border-bottom: 1px solid #00395c;
  }

  .advanced-search-tire > .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .advanced-search-tire .img-help {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .advanced-search-tire .img-help img {
    margin-bottom: 0;
  }

  .advanced-search-tire .form-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 3em;
  }

  .advanced-search-tire .form-list label {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: .5em;
    font-size: 1.2em;
    white-space: nowrap;
  }

  .advanced-search-tire .form-list .clue {
    font-size: .8em;
    line-height: 19px;
  }

  .nav-primary li.manufacturers .manufacturers-promoted ul li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .nav-primary li.manufacturers .manufacturers-tabs .manufacturer__link {
    width: 142px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .skip-search {
    display: none;
  }

  #header-search {
    max-width: 600px;
    margin: 1.2em auto 0;
  }

  .header-top #header-search {
    clear: both;
    width: 100%;
    display: block !important;
    padding: 0 15px 15px;
    margin-top: 0;
  }

  .logged-in .header-top #header-search {
    padding-top: 15px;
  }

  /*
    // Logged in
    
    .logged-in {
        &.customer-account-index,
        &.catalog-category-view,
        &.catalogsearch-result-index,
        &.vehicle-index-index,
        &.tire-index-index,
        &.manufacturer-index-index {
            #header-search {
                display: block !important; // Force visibility
            }
            .breadcrumbs {
                display: none;
            }
            .page-title h1 {
                margin-top: 0;
            }
        }
    }*/

  #search_mini_form .input-text {
    width: -webkit-calc(100% - 130px);
    width: calc(100% - 130px);
    float: left;
    padding-right: 1em;
    padding-left: 40px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAAQlBMVEUAAACZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZkzCTtbAAAAFnRSTlMA1izbxq+iEwwGzX83uJB4bVtYSEMbVpK4bAAAAGJJREFUCNeNizcOwDAMAyn3luL2/68GtqIhW24gcQQIIGTSOt0RjKLLA/M0fmugwns1u/KFF9dWkhcvdqWGEOnrYXua4sOtvE/xo++XqazZcnvjSgzjsKTANEvkOpQMwo8hPUOhAlw8CxJLAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: 12px center;
  }

  #search_mini_form .search-button {
    width: 130px;
    height: 45px;
    padding: 1em .5em;
    background-color: #0f88b7;
    border-radius: 0;
  }

  #search_mini_form .search-button:hover {
    background-color: #0d769f;
  }

  .account-cart-wrapper {
    position: static;
    margin-top: 10px;
  }

  .account-cart-wrapper .skip-account {
    display: none;
  }

  .skip-account {
    float: none;
    width: auto;
    vertical-align: top;
    display: inline-block;
    padding: 0 10px;
    text-transform: uppercase;
  }

  .main-container {
    clear: both;
  }

  #header-account.skip-content {
    display: block;
  }

  #header-account {
    clear: both;
    display: block !important;
  }

  #header-account .links {
    padding: 0;
  }

  #header-account a {
    padding: .8em .8em .8em 55px;
    font-size: 1.1em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }

  #header-account a:not(.logout):before {
    left: 30px;
  }

  #header-account a.home:before {
    margin-top: -7px !important;
  }

  #header-account a.logout {
    padding-left: 55px;
    line-height: 22px;
  }

  #header-account a.logout:before,
  #header-account a.logout:after {
    left: 23px;
  }

  .skip-cart {
    width: auto;
    padding: 0 10px;
  }

  #header-cart.skip-active {
    background: #FBFBFB;
    border: solid 1px #CCCCCC;
    display: block;
    position: absolute;
    z-index: 200;
    top: 40px;
    right: 0;
    width: 320px;
    background: white;
  }

  .skip-cart {
    color: #c60520;
    text-transform: uppercase;
  }

  .skip-cart:hover {
    text-decoration: none;
  }

  .skip-cart .count {
    border-radius: 0px;
    position: static;
    background: none;
    margin-left: 0px;
    font-size: 14px;
    width: auto;
  }

  .skip-cart .count:before {
    content: '(';
  }

  .skip-cart .count:after {
    content: ')';
  }

  .skip-cart .count,
  .skip-link.skip-active .count {
    color: #c60520;
  }

  .footer-before .block-subscribe {
    padding-left: 3em;
  }

  .footer {
    display: block;
    max-width: 1400px;
  }

  .footer .block-contact {
    width: 23.076923%;
    float: left;
    margin-left: 0;
  }

  .footer .soc-links {
    width: 23.076923%;
    float: left;
    margin-left: 2.564103%;
    padding-right: 0;
    text-align: center;
  }

  .footer .soc-links + * {
    clear: none;
  }

  .footer .soc-links ul {
    position: static;
    max-width: none;
    text-align: center;
  }

  .footer .links {
    width: 23.076923%;
    float: left;
    margin-left: 2.564103%;
  }

  .footer .links + .links {
    margin-left: 2.564103%;
  }

  .footer .links ul {
    border-left-width: 1px;
  }

  /* Config: Three columns + flexible gutter */

  .products-grid {
    /* Undo two-column config */
    /* Set three-column config */
    /*> li:nth-child(3n+1) {
            clear: left;
        }
        > li:nth-child(3n) {
            margin-right: 0;
        }*/
  }

  .products-grid > li:nth-child(odd) {
    clear: none;
  }

  .products-grid > li:nth-child(even) {
    margin-right: 1px;
  }

  .products-grid > li {
    width: -webkit-calc(33.333333% - 1px);
    width: calc(33.333333% - 1px);
    margin-right: 1px;
  }

  .page-popup .products-grid.view-mode-horizontal .product-item .product-pub-price,
  .page-popup .products-grid.view-mode-horizontal .product-item .product-pro-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .page-popup .products-grid.view-mode-horizontal .product-item .product-pub-price > *,
  .page-popup .products-grid.view-mode-horizontal .product-item .product-pro-price > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-right: 15px;
  }

  .product-item .wrapper-price {
    float: left;
  }

  .product-item .product-more {
    float: right;
  }

  #filterKeywordForm {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 30px;
  }

  #layer-state-toolbar {
    margin-top: 10px;
  }

  .product-view .product-section-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    position: relative;
  }

  .product-view .product-section-top > div {
    position: relative;
  }

  .product-view .product-section-top:before {
    content: "";
    display: block;
    width: 636px;
    height: 271px;
    background-image: url("https://www.moraco.fr/skin/frontend/moraco/default/images/product-view-top-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0;
    right: -72px;
  }

  .product-view .product-section-top .product-header {
    width: 57.264957%;
    padding-bottom: -webkit-calc(1.75em + 50px);
    padding-bottom: calc(1.75em + 50px);
  }

  .product-view .product-section-top .product-manufacturer {
    width: 42.735043%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .product-view .product-section-content {
    position: relative;
    padding-bottom: 5em;
  }

  .product-view .product-section-content:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #00395c;
    background-image: url("https://www.moraco.fr/skin/frontend/moraco/default/images/products-grid-bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }

  .product-view .product-section-content > * {
    position: relative;
  }

  .product-view .product-section-content > .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .product-view .product-img-box {
    width: 57.264957%;
    padding: 0 15px;
    margin-top: -38px;
  }

  .product-view .product-section-right {
    width: 42.735043%;
  }

  .product-view .product-section-right form,
  .product-view .product-section-right .inner {
    height: 100%;
  }

  .product-view .product-section-right .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }

  .product-view .product-collateral {
    width: 100%;
    margin-top: 3em;
    padding: 0 15px;
  }

  .manufacturers-tabs .toggle-tabs,
  .tires-tabs .toggle-tabs,
  .selections-tabs .toggle-tabs,
  .product-collateral .toggle-tabs {
    display: block;
    width: 100%;
    position: relative;
    border: 1px solid #CCCCCC;
    background-color: #ecedee;
  }

  .manufacturers-tabs .toggle-tabs li,
  .tires-tabs .toggle-tabs li,
  .selections-tabs .toggle-tabs li,
  .product-collateral .toggle-tabs li {
    float: left;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
  }

  .manufacturers-tabs .toggle-tabs li > span,
  .tires-tabs .toggle-tabs li > span,
  .selections-tabs .toggle-tabs li > span,
  .product-collateral .toggle-tabs li > span {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    bottom: -1px;
  }

  .manufacturers-tabs .toggle-tabs li.current,
  .tires-tabs .toggle-tabs li.current,
  .selections-tabs .toggle-tabs li.current,
  .product-collateral .toggle-tabs li.current {
    border-right: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
  }

  .manufacturers-tabs .toggle-tabs li.current > span,
  .tires-tabs .toggle-tabs li.current > span,
  .selections-tabs .toggle-tabs li.current > span,
  .product-collateral .toggle-tabs li.current > span {
    background-color: #FFFFFF;
    z-index: 5;
  }

  .manufacturers-tabs .toggle-tabs li.current span,
  .manufacturers-tabs .toggle-tabs li:hover span,
  .tires-tabs .toggle-tabs li.current span,
  .tires-tabs .toggle-tabs li:hover span,
  .selections-tabs .toggle-tabs li.current span,
  .selections-tabs .toggle-tabs li:hover span,
  .product-collateral .toggle-tabs li.current span,
  .product-collateral .toggle-tabs li:hover span {
    color: #c60520;
  }

  .manufacturers-tabs .toggle-tabs li:first-child,
  .tires-tabs .toggle-tabs li:first-child,
  .selections-tabs .toggle-tabs li:first-child,
  .product-collateral .toggle-tabs li:first-child {
    border-left: none;
  }

  .manufacturers-tabs .toggle-tabs:after,
  .tires-tabs .toggle-tabs:after,
  .selections-tabs .toggle-tabs:after,
  .product-collateral .toggle-tabs:after {
    content: '';
    display: table;
    clear: both;
  }

  .manufacturers-tabs > dl,
  .tires-tabs > dl,
  .selections-tabs > dl,
  .product-collateral > dl {
    width: 100%;
  }

  .manufacturers-tabs > dl > dt,
  .tires-tabs > dl > dt,
  .selections-tabs > dl > dt,
  .product-collateral > dl > dt {
    display: none;
  }

  .manufacturers-tabs > dl > dd,
  .tires-tabs > dl > dd,
  .selections-tabs > dl > dd,
  .product-collateral > dl > dd {
    width: 100%;
    display: none;
    padding: 15px;
    border: 1px solid #CCCCCC;
    border-top: 0;
  }

  .manufacturers-tabs > dl > dd.current,
  .tires-tabs > dl > dd.current,
  .selections-tabs > dl > dd.current,
  .product-collateral > dl > dd.current {
    display: block;
  }

  .product-collateral {
    background-color: transparent;
    /**
        * Change style of tabs for product view
        */
  }

  .product-collateral .toggle-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    background-color: transparent;
    border-width: 0;
  }

  .product-collateral .toggle-tabs li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 3px;
    border-width: 0;
    background-color: #4d6e81;
  }

  .product-collateral .toggle-tabs li:hover > span {
    color: #fff;
  }

  .product-collateral .toggle-tabs li > span {
    width: 100%;
    height: auto;
    min-height: 38px;
    line-height: 1.2;
    bottom: 0;
    padding: .6em 1.3em;
    background-color: transparent;
    font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 1.1em;
    color: #fff;
    text-transform: none;
    text-align: center;
  }

  .product-collateral .toggle-tabs li.current {
    border-width: 0;
    background-color: #fff;
  }

  .product-collateral .toggle-tabs li.current > span {
    background-color: transparent;
    color: #00395c;
    z-index: 0;
  }

  .product-collateral > dl > dd {
    padding: 2em 0;
    border-width: 0;
  }

  .product-view .product-shop .product-name {
    display: block;
  }

  .product-img-box .product-name {
    display: none;
  }

  .map-popup.map-popup-right {
    left: 10px !important;
  }

  .map-popup.map-popup-left {
    left: auto !important;
    right: 10px !important;
  }

  .cart-table .product-cart-actions .js-input-qty + .button {
    margin-bottom: 0;
    padding-top: .4em;
    padding-bottom: .3em;
  }

  .shipping #shipping-zip-form:after {
    content: '';
    display: table;
    clear: both;
  }

  .shipping #shipping-zip-form .form-list {
    width: 100%;
    max-width: -webkit-calc(100% - 100px);
    max-width: calc(100% - 100px);
  }

  .shipping #shipping-zip-form .form-list:after {
    display: none;
  }

  .shipping #shipping-zip-form .shipping-country,
  .shipping #shipping-zip-form .shipping-region {
    width: 60%;
  }

  .shipping #shipping-zip-form .shipping-postcode {
    width: 37%;
  }

  .shipping #shipping-zip-form .buttons-set {
    clear: none;
    float: left;
    margin-left: 10px;
    margin-top: 31px;
  }

  .shipping #shipping-zip-form .button {
    width: 90px;
  }

  #quickadd .form-list {
    max-width: 460px;
  }

  #register-step-intro .login {
    margin-bottom: 6em;
  }

  #registerForm .field-zip {
    float: left;
    width: -webkit-calc(35% - .75em);
    width: calc(35% - .75em);
  }

  #registerForm .field-city {
    float: left;
    width: -webkit-calc(65% - .75em);
    width: calc(65% - .75em);
    margin-left: 1.5em;
  }

  #registerForm .field-city + * {
    clear: both;
  }

  #registerForm .field-firstname,
  #registerForm .field-lastname,
  #registerForm .field-phone,
  #registerForm .field-fax {
    float: left;
    width: -webkit-calc(50% - .75em);
    width: calc(50% - .75em);
  }

  #registerForm .field-fax,
  #registerForm .field-lastname {
    margin-left: 1.5em;
  }

  #registerForm .field-fax + *,
  #registerForm .field-lastname + * {
    clear: both;
  }

  #registerForm .field-siret {
    float: left;
    width: -webkit-calc(65% - .75em);
    width: calc(65% - .75em);
  }

  #registerForm .field-ape {
    float: left;
    width: -webkit-calc(35% - .75em);
    width: calc(35% - .75em);
    margin-left: 1.5em;
  }

  #registerForm .field-ape + * {
    clear: both;
  }

  .customer-account-index .main-container {
    padding-top: 0;
  }

  .customer-account-index .dashboard {
    margin-top: 1em;
  }

  .dashboard .box-account.box-info {
    width: 65.811966%;
    float: left;
    margin-left: 2.564103%;
  }

  .dashboard .box-account.box-info.box-account-customer {
    width: 31.623932%;
    float: left;
    margin-left: 0;
  }

  .dashboard {
    max-width: 1370px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3em;
  }

  .dashboard:after {
    content: " ";
    display: block;
    clear: both;
  }

  .dashboard .block {
    margin-bottom: 2.564103%;
  }

  /*.block-last-orders {
        //@include span(7 of 12);
        clear: both;
    }
    .block-promotions {
        //@include span(7 of 12 first);
        clear: both;
    }*/

  .block-favorite-vehicle {
    width: 48.717949%;
    float: left;
    margin-left: 0;
  }

  .block-favorite-manufacturer {
    width: 48.717949%;
    float: left;
    margin-left: 2.564103%;
  }

  /*.block-discount {
        @include full;
    }*/

  .dashboard-slider:first-child {
    margin-top: -1em;
  }

  .customer-account-edit .col2-right-layout .col-main {
    padding-right: 5%;
  }

  .customer-account-edit .sidebar .box-account {
    margin-top: 6.5em;
  }

  .customer-account-edit .sidebar .box-account .col2-set .col-1,
  .customer-account-edit .sidebar .box-account .col2-set .col-2 {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .data-table.sales tbody tr td:last-child:not(:first-child) {
    text-align: right;
  }

  .bml-ad.large {
    display: block;
  }

  .checkout-types.minicart {
    float: none;
    text-align: center;
  }

  .product-review .ratings-table tr {
    float: none;
  }

  .grid-3 {
    width: 23.076923%;
    float: left;
    margin-left: 2.564103%;
    /*&:nth-child(2n + 1){
            margin-left: gutter(12);
        }
        &:nth-child(4n + 1){
            margin-left: 0;
        }*/
  }

  .grid-4 {
    width: 31.623932%;
    float: left;
    margin-left: 2.564103%;
    /*&:nth-child(3n + 1){
            margin-left: 0;
        }*/
  }

  .grid-6 {
    width: 48.717949%;
    float: left;
    margin-left: 2.564103%;
    /*&:nth-child(2n + 1){
            margin-left: 0;
        }*/
  }

  .grid-9 {
    width: 74.358974%;
    float: left;
    margin-left: 2.564103%;
    /*&:nth-child(2n + 1){
            margin-left: 0;
        }*/
  }

  .sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
    max-width: 100px;
  }

  .promos span {
    font-size: 16px;
  }

  .promos strong {
    font-size: 17px;
  }

  /* Config: Three columns + flexible gutter */

  body .promos > li {
    float: left;
    width: 31.746032%;
    margin-right: 2.380952%;
  }

  .promos > li:nth-child(3n) {
    margin-right: 0;
  }

  .section-reinsurance {
    padding-bottom: 4em;
  }

  .kit-chain__step:before {
    content: counter(stepper);
    width: 40px;
    height: 40px;
    margin-right: 1em;
    background-color: #acacad;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 40px;
  }

  .kit-chain__step.current:before {
    background-color: #00395c;
  }

  .kit-chain__step.completed:before {
    background-color: #0f88b7;
  }

  .kit-chain__buttons .button {
    padding: .6em 2em;
    border-radius: 5px;
    font-size: 1.3rem;
    font-weight: 600;
  }

  .kit-chain__buttons button.button {
    padding-right: 1.5em;
  }

  .kit-chain__buttons .back-link {
    padding-left: 1.5em;
  }

  #faq_container {
    border-top: 1px solid #acacad;
    border-bottom: 1px solid #acacad;
  }

  #faq_container .wrap {
    max-width: 1370px;
    margin-left: auto;
    margin-right: auto;
  }

  #faq_container .wrap:after {
    content: " ";
    display: block;
    clear: both;
  }

  #faq_categories {
    width: 31.623932%;
    float: left;
    margin-left: 0;
    padding: 35px 10px 35px 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: top 0.3s ease-out;
    transition: top 0.3s ease-out;
    overflow: auto;
  }

  #faq_questions {
    width: 65.811966%;
    float: left;
    margin-left: 2.564103%;
    float: right;
    border: none;
    border-left: 1px solid #acacad;
    padding: 45px 30px 45px 40px !important;
    margin-bottom: 0;
  }

  #home-news > ul > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(33.3333% - 1px);
    -ms-flex: 0 1 calc(33.3333% - 1px);
    flex: 0 1 calc(33.3333% - 1px);
  }

  #home-news > ul > li.double {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(66.6667% - 1px);
    -ms-flex: 0 1 calc(66.6667% - 1px);
    flex: 0 1 calc(66.6667% - 1px);
  }

  .block-news-follow {
    background-image: url("https://www.moraco.fr/skin/frontend/moraco/default/images/block-news-follow-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .page-infos.with-image {
    max-width: 1370px;
    margin-left: auto;
    margin-right: auto;
  }

  .page-infos.with-image:after {
    content: " ";
    display: block;
    clear: both;
  }

  .page-infos.with-image .page-infos-content {
    width: 48.717949%;
    float: left;
    margin-left: 0;
  }

  .page-infos.with-image .page-infos-image {
    width: 48.717949%;
    float: left;
    margin-left: 2.564103%;
  }

  .page-infos-content {
    padding-right: 5.982906%;
  }

  #news-liste ul {
    padding-bottom: 3rem;
  }

  .news-list > ul > li {
    width: -webkit-calc(33.3333% - 1px);
    width: calc(33.3333% - 1px);
  }

  .sav-request-history .page-title h1 {
    margin-top: 0;
  }

  .sav-request-history .form-sav-link {
    width: 40.17094%;
    float: left;
    margin-left: 2.564103%;
    margin-top: .2em;
    text-align: right;
  }

  .sav-request-history .form-sav-link + * {
    clear: both;
  }

  #savRequestForm fieldset {
    width: 48.717949%;
    float: left;
    margin-left: 0;
  }

  #savRequestForm fieldset + fieldset {
    margin-left: 2.564103%;
  }

  .sav-step_5,
  .sav-step_6 {
    max-width: 920px;
  }

  .sav-step_5 label,
  .sav-step_6 label {
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 25%;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
    text-align: left;
  }

  .sav-step_5 .field-content,
  .sav-step_6 .field-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 75%;
    -ms-flex: 1 0 75%;
    flex: 1 0 75%;
    text-align: left;
  }

  .sav-step_5 fieldset .field,
  .sav-step_6 fieldset .field {
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .nav-primary li.vehicles #vin-search-vehicle,
  .vehicle-search-contact-container-popup #vin-search-vehicle {
    padding: 2em;
  }

  .vehicle-search-contact-container-popup #vehicle-search-contact-container .form-title {
    margin-bottom: 1.5em;
    font-size: 1.7em;
  }

  ul.improved-autocomplete-ui-front {
    max-width: 100%;
  }
}

@media only screen and (min-width: 880px) {
  .promos span {
    font-size: 18px;
  }

  .promos strong {
    font-size: 24px;
  }
}

@media only screen and (min-width: 915px) {
  .order-list-grid .col-1 {
    width: 30%;
  }

  .order-list-grid .col-2 {
    width: 50%;
    padding-right: 20px;
  }

  .order-list-grid .col-3 {
    clear: none;
    width: 20%;
    padding-top: 0;
  }
}

@media (min-width: 979px) {
  #home-bannierepromo .img-helper-desktop,
  .home-bannierepromo-slider.desktop {
    display: block;
  }

  #home-bannierepromo .img-helper-tablet,
  .home-bannierepromo-slider.tablet {
    display: none;
  }

  body.campagne-pneus-2019 .page-header .logo {
    max-width: 250px;
    padding-top: 0;
  }

  body.campagne-pneus-2019 .page-header .logo:after {
    position: absolute;
    top: -webkit-calc(100% - 12px);
    top: calc(100% - 12px);
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 10;
  }
}

@media only screen and (min-width: 980px) {
  .header-top .wrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .logged-in .header-top .wrap {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .header-logo {
    width: 23.076923%;
    float: left;
    margin-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header-subcontainer {
    width: auto;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .nav-primary li.vehicles .menu-group:first-child {
    padding: 0 2.564103%;
  }

  .nav-primary li.vehicles #vehicle .form-list > li {
    margin-bottom: 0.5em;
  }

  .nav-primary li.vehicles #vehicle .form-list > li:after {
    content: '';
    display: table;
    clear: both;
  }

  .nav-primary li.vehicles #vehicle .form-list label {
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 42px;
    width: 160px;
    margin-bottom: 0;
    padding-right: 45px;
    text-align: right;
  }

  .nav-primary li.vehicles #vehicle .form-list .input-box {
    width: -webkit-calc(100% - 160px);
    width: calc(100% - 160px);
    float: left;
  }

  .nav-primary li.vehicles #vehicle .form-actions {
    text-align: left;
  }

  .nav-primary li.vehicles #vehicle .button {
    margin-left: 160px;
  }

  .header-top #header-search {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 38%;
    margin: 0;
    padding-top: 15px;
  }

  #header-account a {
    font-size: 1.25em;
  }

  #header-account a.logout {
    line-height: 28px;
  }

  .footer-before .block-subscribe .block-header {
    width: 40.17094%;
    float: left;
    margin-left: 0;
  }

  .footer-before .block-subscribe .block-content {
    width: 57.264957%;
    float: left;
    margin-left: 2.564103%;
    margin-top: 4px;
  }

  .footer-before .block-subscribe #amprivacy-checkbox,
  .footer-before .block-subscribe #amprivacy-checkbox + .validation-advice {
    width: 57.264957%;
    float: left;
    margin-left: 2.564103%;
    margin-top: 4px;
    float: right;
  }

  .footer-before .block-subscribe #amprivacy-checkbox input[type="checkbox"] {
    box-shadow: 0 0 3px black;
  }

  .footer-before .block-subscribe #amprivacy-checkbox label {
    color: #fff;
    text-shadow: 1px 1px 3px black;
  }

  .footer .block-logo {
    width: 14.529915%;
    float: left;
    margin-left: 0;
  }

  .footer .block-contact {
    margin-left: 2.564103%;
  }

  .footer .links {
    width: 14.529915%;
    float: left;
    margin-left: 2.564103%;
  }

  .category-products.grid-default {
    position: relative;
  }

  .category-products.grid-default:before {
    content: "";
    display: block;
    width: 636px;
    height: 271px;
    background-image: url("https://www.moraco.fr/skin/frontend/moraco/default/images/product-view-top-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -40px;
    right: -150px;
  }

  .block-layered-nav {
    padding: 1.5em 1.5em 0;
    -webkit-transition: -webkit-transform .3s ease-out .05s;
    transition: -webkit-transform .3s ease-out .05s;
    transition: transform .3s ease-out .05s;
    transition: transform .3s ease-out .05s, -webkit-transform .3s ease-out .05s;
    /*&.sticky {
            position: fixed;
        }
        &:not(.sticky){
            width: auto !important;
        }*/
  }

  .block-layered-nav:after {
    content: '';
    display: table;
    clear: both;
  }

  .block-layered-nav .block-title {
    margin-bottom: 1em;
  }

  .block-layered-nav .block-title strong {
    font-size: 1.5em;
    font-weight: 800;
    text-transform: uppercase;
  }

  .block-layered-nav .block-content .options_vehicle form .select2-container {
    float: none;
    width: 100% !important;
  }

  .block-layered-nav .block-content .options_vehicle form .button {
    width: 100%;
  }

  .block-layered-nav .block-content {
    margin-top: 0 !important;
  }

  .block-layered-nav .block-content > dl#narrow-by-list {
    width: 100%;
  }

  .block-layered-nav .block-content > dl#narrow-by-list > dt {
    margin-bottom: 1em;
    height: 35px;
    padding: .3em 0 .2em 40px;
    border-width: 0 0 1px !important;
    background-color: transparent;
    cursor: default;
  }

  .block-layered-nav .block-content > dl#narrow-by-list > dt:before {
    left: 15px !important;
  }

  .block-layered-nav .block-content > dl#narrow-by-list > dt.label_keyword {
    display: none;
  }

  .block-layered-nav .block-content > dl#narrow-by-list > dd {
    display: block !important;
    margin-bottom: 2em;
  }

  .block-layered-nav .block-content > dl > dt:after {
    display: none !important;
  }

  .block-layered-nav .block-content {
    padding-top: 0;
    margin-top: 15px;
  }

  .block-layered-nav .block-content > dl > dt {
    cursor: pointer;
    border-bottom-width: 0;
  }

  .block-layered-nav .block-content > dl > dt:hover {
    color: #c60520;
  }

  .block-layered-nav .block-content > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #c60520;
    border-right: none;
  }

  .block-layered-nav .block-content > dl > dt.last {
    border-bottom-width: 1px;
  }

  .block-layered-nav .block-content > dl > dd {
    display: none;
  }

  .block-layered-nav .block-content.accordion-open > dl > dt.current {
    border-bottom-width: 1px;
  }

  .block-layered-nav .block-content.accordion-open > dl > dt.current:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #c60520;
    border-bottom: none;
    left: 6px;
    top: 50%;
    margin-top: -3px;
  }

  .block-layered-nav .block-content.accordion-open > dl > dd.current {
    display: block;
  }

  .catalog-category-view .products-grid:before,
  .vehicle-index-index .products-grid:before,
  .manufacturer-index-index .products-grid:before,
  .discount-index-index .products-grid:before,
  .catalogsearch-result-index .products-grid:before {
    left: 33.3333%;
  }

  .product-view .product-section-top .product-header {
    width: 74.358974%;
  }

  .product-view .product-section-top .product-manufacturer {
    width: 25.641026%;
  }

  .product-view .product-section-content > .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }

  .product-view .product-img-box {
    width: 25.641026%;
    padding-right: 0;
  }

  .product-view .product-section-right {
    width: 25.641026%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .product-view .product-collateral {
    width: 48.717949%;
    clear: none;
    margin-top: -38px;
    padding: 0 15px 0 25px;
  }

  .product-bundle .product-view .product-collateral {
    width: 74.358974%;
  }

  .checkout-onepage-index .col-main {
    float: left;
    width: 68.75%;
    padding-right: 20px;
  }

  .checkout-onepage-index .col-right,
  .checkout-onepage-index .col-left {
    width: 31.25%;
    display: block;
  }

  .checkout-onepage-index .col-right {
    padding-left: 0;
  }

  .register-index-index .stepper li {
    margin-right: 1em;
  }

  .register-index-index .stepper li:before {
    margin-right: .5em;
  }

  .register-container {
    /*.register-reinsurance {
            position: fixed;
            right: 50%;
            top: 15px;
            width: calc(50% - 15px);
            max-width: 585px;
        }
        .register-form {
            width: 50%;
            float: right;
        }*/
  }

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

  .register-container .register-col {
    width: 50%;
    float: left;
  }

  .register-form {
    /**
        * With the left col positionned in absolute, we need to set a minimum
        * height for the right col
        */
    min-height: 830px;
  }

  #dashboard-wrapper-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 2.564103%;
  }

  #dashboard-wrapper-1 .col > .block {
    min-height: 100%;
  }

  #dashboard-wrapper-1 .col-1 {
    width: 38%;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }

  #dashboard-wrapper-1 .col-1 > .block {
    min-height: 0;
  }

  #dashboard-wrapper-1 .col-2 {
    width: 59.5%;
    float: left;
    margin-left: 2.5%;
  }

  .safari8 #dashboard-wrapper-1 .col-2 {
    background-color: #F4F4F4;
  }

  #my-sales-table th.filter .range {
    width: auto !important;
    margin-top: 1.6em;
  }

  #my-sales-table th.filter .range .range-line {
    margin-bottom: 0;
  }

  #my-sales-table th.filter .range .range-line:first-child {
    margin-right: 1em;
  }

  .homewall__item__content {
    padding: 1.5em 1.5em 2.5em 2.5em;
  }

  .homewall__item__title {
    font-size: 2.2em;
  }

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

  .kit-chain__header .page-title {
    width: 57.264957%;
    float: left;
    margin-left: 0;
  }

  .kit-chain__header .page-title h1 {
    margin-top: .5em;
  }

  .kit-chain__header .kit-chain__progress {
    width: 40.17094%;
    float: left;
    margin-left: 2.564103%;
  }

  .kit-chain__block {
    width: 48.717949%;
    float: left;
    margin-left: 2.564103%;
  }

  .kit-chain__block:nth-child(odd) {
    margin-left: 0;
  }

  #step1-form {
    max-width: 1370px;
    margin-left: auto;
    margin-right: auto;
  }

  #step1-form:after {
    content: " ";
    display: block;
    clear: both;
  }

  #step1-form .kit-chain__buttons {
    width: 48.717949%;
    float: left;
    margin-left: 2.564103%;
    clear: none;
  }

  .page-infos-publish > div {
    display: inline-block;
    vertical-align: bottom;
  }

  .page-infos-publish-category {
    position: relative;
    margin-right: 1.3em;
    padding-right: 1.6em;
  }

  .page-infos-publish-category:after {
    content: "";
    display: block;
    width: 1px;
    height: 9px;
    background: #727171;
    position: absolute;
    top: -webkit-calc(50% - 5px);
    top: calc(50% - 5px);
    right: 0;
  }

  #savRequestForm .fieldset {
    padding: 2em 0;
  }

  #savRequestForm fieldset {
    padding: 0 2em;
  }

  #savRequestForm-details .fieldset {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  #savRequestForm-details .fieldset > * {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .nav-primary #vehicle .form-actions,
  .vehicle-form-sav .form-actions {
    text-align: right !important;
  }

  .nav-primary #vehicle .form-actions.center,
  .vehicle-form-sav .form-actions.center {
    text-align: center !important;
  }

  .nav-primary #vehicle .form-actions.center button,
  .vehicle-form-sav .form-actions.center button {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .nav-primary #vehicle .form-actions button,
  .vehicle-form-sav .form-actions button {
    margin-right: 3em !important;
    margin-left: 0 !important;
  }
}

@media only screen and (min-width: 1100px) {
  .block-reinsurance {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .block-reinsurance li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

@media only screen and (min-width: 1126px) {
  .product-review .ratings-table tr {
    float: left;
    margin-right: 15px;
  }
}

@media (min-width: 1199px) {
  body.campagne-pneus-2019:not(.cms-index-index) .wrapper {
    background: transparent;
  }

  body.campagne-pneus-2019:not(.cms-index-index) .main-container {
    min-height: 620px;
    background-color: #fff;
  }

  body.campagne-pneus-2019:not(.cms-index-index) .main-container:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    background-color: #090825;
    background-image: url("https://www.moraco.fr/skin/frontend/moraco/default/images/campagne-pneus-2019/campagne-pneus-background.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    z-index: -1;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  body.campagne-pneus-2019.catalog-category-view .products-grid,
  body.campagne-pneus-2019.catalogsearch-result-index .products-grid,
  body.campagne-pneus-2019.vehicle-index-index .products-grid,
  body.campagne-pneus-2019.tire-index-index .products-grid,
  body.campagne-pneus-2019.manufacturer-index-index .products-grid {
    padding: 0;
    border-top: 1px solid #00395c;
    border-left: 1px solid #00395c;
  }

  body.campagne-pneus-2019.catalog-category-view .products-grid:before,
  body.campagne-pneus-2019.catalogsearch-result-index .products-grid:before,
  body.campagne-pneus-2019.vehicle-index-index .products-grid:before,
  body.campagne-pneus-2019.tire-index-index .products-grid:before,
  body.campagne-pneus-2019.manufacturer-index-index .products-grid:before {
    display: none;
  }

  body.campagne-pneus-2019 .product-view .product-section-content:before {
    display: none;
  }

  body.campagne-pneus-2019 .product-view .box-up-sell > h2 {
    color: #00395c;
  }

  body.campagne-pneus-2019 .product-view .box-up-sell > h2:after {
    background-color: #00395c;
  }

  body.campagne-pneus-2019.logged-in .main-container {
    margin-top: 15px;
    padding-top: 5px;
  }

  body.campagne-pneus-2019.logged-in .main-container:before {
    top: -77px;
  }

  body.campagne-pneus-2019.customer-account #header-nav {
    background-color: #fff;
  }

  body.campagne-pneus-2019.customer-account .main-container {
    margin-top: 30px;
  }

  body.campagne-pneus-2019.customer-account .main-container:before {
    top: -92px;
  }

  body.campagne-pneus-2019.customer-account .dashboard {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 1199px) {
  .col2-left-layout .col-main .widget,
  .col2-right-layout .col-main .widget,
  .col3-layout .col-main .widget {
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /*.products-grid--max-4-col-widget > li:nth-child(odd) {
        clear: none;
    }
    .products-grid--max-4-col-widget > li:nth-child(3n+1) {
        clear: none;
    }
    .products-grid--max-4-col-widget > li:nth-child(even),
    .products-grid--max-4-col-widget > li:nth-child(3n) {
        //margin-right: percentage($product-column-spacing / $container);
        margin-right: 1px;
    }*/
    /* Set column config */
    /*.products-grid--max-4-col-widget > li:nth-child(4n+1) {
        clear: left;
    }
    .products-grid--max-4-col-widget > li:nth-child(4n) {
        margin-right: 0;
    }*/
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /*.products-grid--max-5-col-widget > li:nth-child(odd) {
        clear: none;
    }
    .products-grid--max-5-col-widget > li:nth-child(3n+1) {
        clear: none;
    }
    .products-grid--max-5-col-widget > li:nth-child(even),
    .products-grid--max-5-col-widget > li:nth-child(3n) {
        //margin-right: percentage($product-column-spacing / $container);
        margin-right: 1px;
    }*/
    /* Set column config */
    /*.products-grid--max-5-col-widget > li:nth-child(5n+1) {
        clear: left;
    }
    .products-grid--max-5-col-widget > li:nth-child(5n) {
        margin-right: 0;
    }*/
  }

  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget,
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget,
  .col3-layout .col-main .widget .products-grid--max-4-col-widget {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li {
    margin-right: 1px;
  }

  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li {
    width: -webkit-calc(25% - 1px);
    width: calc(25% - 1px);
    margin-right: 1px;
  }

  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget,
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget,
  .col3-layout .col-main .widget .products-grid--max-5-col-widget {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li {
    margin-right: 1px;
  }

  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li {
    width: -webkit-calc(20% - 1px);
    width: calc(20% - 1px);
    margin-right: 1px;
  }
}

@media (min-width: 1200px) {
  #customer_acccount_dashboard_banner_links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  #customer_acccount_dashboard_banner_links .banner {
    padding: 0 !important;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 280px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  #customer_acccount_dashboard_banner_links .links-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (min-width: 1200px) {
  .contact-phone .phone-number {
    font-size: 2.2em;
  }

  .safari8 .nav-primary li.level-catalog-menu li.level0.menu-active > a {
    max-width: 300px;
  }

  .safari8 .nav-primary li.level-catalog-menu a.level0 {
    max-width: 270px;
  }

  html:not(.safari8) .nav-primary li.level-catalog-menu ul.level0 {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1em;
    column-gap: 1em;
  }

  .catalog-category-view .col2-left-layout .col-left,
  .vehicle-index-index .col2-left-layout .col-left,
  .manufacturer-index-index .col2-left-layout .col-left,
  .discount-index-index .col2-left-layout .col-left,
  .catalogsearch-result-index .col2-left-layout .col-left {
    width: 320px;
  }

  .catalog-category-view .col2-left-layout .col-main,
  .vehicle-index-index .col2-left-layout .col-main,
  .manufacturer-index-index .col2-left-layout .col-main,
  .discount-index-index .col2-left-layout .col-main,
  .catalogsearch-result-index .col2-left-layout .col-main {
    width: -webkit-calc(100% - 320px);
    width: calc(100% - 320px);
  }

  .catalog-category-view .products-grid:before,
  .vehicle-index-index .products-grid:before,
  .manufacturer-index-index .products-grid:before,
  .discount-index-index .products-grid:before,
  .catalogsearch-result-index .products-grid:before {
    left: -webkit-calc(50% - 160px);
    left: calc(50% - 160px);
  }

  #quickadd {
    padding-bottom: 1em;
    text-align: center;
  }

  #quickadd .form-title {
    margin-right: 2em;
    margin-top: 1.65em;
    margin-bottom: 0;
  }

  #quickadd .form-title,
  #quickadd .form-list,
  #quickadd .button-wrapper {
    float: none;
    display: inline-block;
    vertical-align: top;
  }

  .register-index-index .main-container {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .register-index-index .stepper li {
    margin-right: 2em;
  }

  .register-index-index .stepper li:before {
    margin-right: 1em;
  }

  .register-reinsurance .reinsurance-gift p:first-child {
    padding-left: 55px;
  }

  .register-form {
    padding: 4em;
  }

  #registerForm .field-iban .input-text {
    max-width: none;
    width: -webkit-calc(14.285714% - 6px);
    width: calc(14.285714% - 6px);
  }

  /*.block-favorite-vehicle {
        @include span(4 of 12 first);
    }
    .block-favorite-manufacturer {
        @include span(5 of 12);
    }
    .block-discount {
        @include span(3 of 12);
        clear: none;
    }*/

  .dashboard-wrapper .block {
    margin-bottom: 0;
  }

  /*#dashboard-wrapper-1 {
        margin-bottom: gutter(12);

        .col-1 {
            @include span(4 of 12 first);
            display: flex;
            flex-flow: column nowrap;
        }
        .col-2 {
            @include span(8 of 12);
        }
    }*/

  #dashboard-wrapper-2 .col-1 {
    width: 48.717949%;
    float: left;
    margin-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }

  #dashboard-wrapper-2 .col-1 > .block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  #dashboard-wrapper-2 .col-2 {
    width: 48.717949%;
    float: left;
    margin-left: 2.564103%;
  }

  #dashboard-wrapper-2 .col-2 > .block {
    height: 100%;
  }

  .dashboard .block-favorite-vehicle {
    width: 100%;
    margin: 0 0 30px;
  }

  .dashboard .block-favorite-manufacturer {
    width: 100%;
    margin: 0;
  }

  .dashboard .block-promotions {
    margin: 0;
    height: 100%;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  #homewall-item-2 .visual-01:after {
    top: 0;
    margin-top: 60%;
  }

  #homewall-item-3 .visual-01:after {
    top: 0;
    margin-top: 24%;
  }

  .kit-chain__step {
    font-size: 1.2em;
  }

  #home-news > ul > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(25% - 1px);
    -ms-flex: 0 1 calc(25% - 1px);
    flex: 0 1 calc(25% - 1px);
  }

  #home-news > ul > li.double {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(50% - 1px);
    -ms-flex: 0 1 calc(50% - 1px);
    flex: 0 1 calc(50% - 1px);
  }

  .news-list > ul > li {
    width: -webkit-calc(25% - 1px);
    width: calc(25% - 1px);
  }
}

@media only screen and (min-width: 1380px) {
  /* Config: Columns + flexible gutter */

  .products-grid--max-4-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* Undo three-column config */

  /*.products-grid--max-4-col > li:nth-child(odd) {
        clear: none;
    }
    .products-grid--max-4-col > li:nth-child(3n+1) {
        clear: none;
    }
    .products-grid--max-4-col > li:nth-child(even),
    .products-grid--max-4-col > li:nth-child(3n) {
        //margin-right: percentage($product-column-spacing / $container);
        margin-right: 1px;
    }*/

  /* Set column config */

  .products-grid--max-4-col > li {
    margin-right: 1px;
  }

  .products-grid--max-4-col > li {
    width: -webkit-calc(25% - 1px);
    width: calc(25% - 1px);
    margin-right: 1px;
  }

  /*.products-grid--max-4-col > li:nth-child(4n+1) {
        clear: left;
    }
    .products-grid--max-4-col > li:nth-child(4n) {
        margin-right: 0;
    }*/

  /* Config: Columns + flexible gutter */

  .products-grid--max-5-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* Undo three-column config */

  /*.products-grid--max-5-col > li:nth-child(odd) {
        clear: none;
    }
    .products-grid--max-5-col > li:nth-child(3n+1) {
        clear: none;
    }
    .products-grid--max-5-col > li:nth-child(even),
    .products-grid--max-5-col > li:nth-child(3n) {
        //margin-right: percentage($product-column-spacing / $container);
        margin-right: 1px;
    }*/

  /* Set column config */

  .products-grid--max-5-col > li {
    margin-right: 1px;
  }

  .products-grid--max-5-col > li {
    width: -webkit-calc(20% - 1px);
    width: calc(20% - 1px);
    margin-right: 1px;
  }

  /*.products-grid--max-5-col > li:nth-child(5n+1) {
        clear: left;
    }
    .products-grid--max-5-col > li:nth-child(5n) {
        margin-right: 0;
    }*/

  /* Config: Columns + flexible gutter */

  .products-grid--max-6-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* Undo three-column config */

  /*.products-grid--max-6-col > li:nth-child(odd) {
        clear: none;
    }
    .products-grid--max-6-col > li:nth-child(3n+1) {
        clear: none;
    }
    .products-grid--max-6-col > li:nth-child(even),
    .products-grid--max-6-col > li:nth-child(3n) {
        //margin-right: percentage($product-column-spacing / $container);
        margin-right: 1px;
    }*/

  /* Set column config */

  .products-grid--max-6-col > li {
    margin-right: 1px;
  }

  .products-grid--max-6-col > li {
    width: -webkit-calc(16.666667% - 1px);
    width: calc(16.666667% - 1px);
    margin-right: 1px;
  }

  /*.products-grid--max-6-col > li:nth-child(6n+1) {
        clear: left;
    }
    .products-grid--max-6-col > li:nth-child(6n) {
        margin-right: 0;
    }*/
}

@media only screen and (min-width: 1400px) {
  .header-logo {
    padding: 0;
  }

  .page-header .logo {
    margin: 0;
  }
}

@media only screen and (min-width: 1480px) {
  #filterKeywordForm .form-item {
    width: 300px;
  }
}

@media only screen and (max-width: 1280px) {
  .data-table .link-icon:last-child > span {
    right: -10px;
  }

  .data-table .link-icon:last-child > span:before,
  .data-table .link-icon:last-child > span:after {
    left: -webkit-calc(85% - 8px);
    left: calc(85% - 8px);
  }

  .data-table .print-icon:last-child > span {
    right: -10px;
  }

  .data-table .print-icon:last-child > span:before,
  .data-table .print-icon:last-child > span:after {
    left: -webkit-calc(85% - 8px);
    left: calc(85% - 8px);
  }
}

@media only screen and (max-width: 1279px) {
  .toolbar .view-mode > label {
    display: none;
  }

  .products-list .product-shop .product-primary,
  .products-list .product-shop .desc {
    float: left;
    width: 60%;
    padding-right: 20px;
  }

  .products-list .product-shop .product-secondary {
    float: right;
    width: 40%;
  }
}

@media only screen and (max-width: 1199px) {
  .product-options-bottom .product-pricing,
  .product-options-bottom .tier-prices {
    float: none;
    width: 100%;
    text-align: right;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #CCCCCC;
  }

  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    padding-right: 15px;
    padding-bottom: 0;
  }

  body.customer-account .data-table td.view a {
    white-space: normal;
  }

  #wishlist-table.clean-table td {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 1000px) {
  .col3-layout .col-right {
    float: left;
    clear: left;
    padding-left: 0;
    padding-right: 10px;
    width: 25%;
  }

  .col3-layout .col-wrapper {
    float: right;
    width: 100%;
  }

  .col3-layout .col-wrapper .col-main {
    float: right;
    width: 75%;
  }

  .col3-layout .col-wrapper .col-left {
    width: 25%;
  }
}

@media only screen and (max-width: 979px) {
  .col2-left-layout .sorter,
  .col2-left-layout .pager,
  .col2-right-layout .sorter,
  .col2-right-layout .pager,
  .col3-layout .sorter,
  .col3-layout .pager {
    width: 100%;
  }

  .col2-left-layout .pager,
  .col2-right-layout .pager,
  .col3-layout .pager {
    float: left;
    clear: both;
  }

  .col2-left-layout .pager .pages,
  .col2-right-layout .pager .pages,
  .col3-layout .pager .pages {
    float: left;
    margin-left: 0;
  }

  .col2-left-layout .pager .count-container,
  .col2-right-layout .pager .count-container,
  .col3-layout .pager .count-container {
    float: right;
  }

  .data-table td.product-sku a {
    padding: .4em 1em;
  }

  .data-table .action .btn-cart {
    min-height: 35px;
    min-width: 50px;
    padding: 0;
  }

  .data-table .action .btn-cart span {
    display: none;
  }

  .block-layered-nav .block-content .toggle-tabs {
    display: none;
  }

  .block-layered-nav .block-content > dl > dt {
    margin: 0;
    margin-bottom: 10px;
    color: #00395c;
    font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    position: relative;
    background-color: #ecedee;
    display: block;
  }

  .block-layered-nav .block-content > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #c60520;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }

  .block-layered-nav .block-content > dl > dt:hover {
    background-color: #e5e6e7;
  }

  .block-layered-nav .block-content > dl > dd {
    padding: 10px;
    margin: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #CCCCCC;
  }

  .block-layered-nav .block-content > dl > dd:last-child {
    border-width: 0 1px 1px 1px;
  }

  .block-layered-nav .block-content > dl#narrow-by-list {
    padding: .5rem;
  }

  .block-layered-nav .block-content > dl#narrow-by-list > dt {
    margin-top: .5rem;
    border-width: 0;
  }

  .block-layered-nav .block-content > dl#narrow-by-list > dt:first-child {
    margin-top: 0;
  }

  .block-layered-nav .block-content > dl#narrow-by-list > dt:not(.last) {
    border-bottom-width: 0;
  }

  .block-layered-nav .block-content > dl#narrow-by-list > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #00395c;
    border-bottom: none;
    left: auto;
    right: 10px;
    top: 50%;
    margin-top: -3px;
  }

  .block-layered-nav .block-content > dl#narrow-by-list > dd {
    border-width: 0;
  }

  .block-layered-nav .block-content.accordion-open > dl#narrow-by-list > dt.current {
    background-color: #00395c;
    color: #fff;
  }

  .block-layered-nav .block-content.accordion-open > dl#narrow-by-list > dt.current:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid #fff;
    border-top: none;
  }

  .block-layered-nav .block-content.accordion-open > dl#narrow-by-list > dt.current:hover {
    color: #fff;
  }

  .block-layered-nav .block-content.accordion-open > dl#narrow-by-list > dt.current.label_category:before {
    background-position: -2372px -1px;
    /*@include ie-sprite($icon, $type);*/
  }

  .block-layered-nav .block-content.accordion-open > dl#narrow-by-list > dt.current.label_vehicle:before {
    background-position: -2468px -1px;
    /*@include ie-sprite($icon, $type);*/
  }

  .block-layered-nav .block-content.accordion-open > dl#narrow-by-list > dt.current.label_manufacturer:before {
    background-position: -1770px -1px;
    /*@include ie-sprite($icon, $type);*/
  }

  .block-layered-nav .block-content.accordion-open > dl#narrow-by-list > dt.current[class*=label_tire_]:before {
    background-position: -2412px -1px;
    /*@include ie-sprite($icon, $type);*/
  }

  .sidebar .block.block-layered-nav {
    border-bottom: none;
    position: relative !important;
    top: auto !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }

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

  .block-layered-nav .block-content {
    padding-top: 0;
    margin-top: 15px;
  }

  .block-layered-nav .block-content > dl > dt {
    cursor: pointer;
    border-bottom-width: 0;
  }

  .block-layered-nav .block-content > dl > dt:hover {
    color: #c60520;
  }

  .block-layered-nav .block-content > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #c60520;
    border-right: none;
  }

  .block-layered-nav .block-content > dl > dt.last {
    border-bottom-width: 1px;
  }

  .block-layered-nav .block-content > dl > dd {
    display: none;
  }

  .block-layered-nav .block-content.accordion-open > dl > dt.current {
    border-bottom-width: 1px;
  }

  .block-layered-nav .block-content.accordion-open > dl > dt.current:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #c60520;
    border-bottom: none;
    left: 6px;
    top: 50%;
    margin-top: -3px;
  }

  .block-layered-nav .block-content.accordion-open > dl > dd.current {
    display: block;
  }

  .block-layered-nav .block-subtitle--filter {
    display: block;
    background: transparent;
    margin: 0;
    border: 0;
    padding: .8em 1.2em;
    cursor: pointer;
    font-size: 1.3em;
    font-weight: 700;
    color: #00395c;
    text-transform: none;
    line-height: 1.2;
    /*background-color: $c-action;
        border: 0;
        margin-bottom: 0;
        display: block;
        color: #FFFFFF;*/
  }

  .block-layered-nav .block-subtitle--filter:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #00395c;
    border-bottom: none;
    left: auto;
    right: 10px;
    top: 50%;
    margin-top: -3px;
  }

  .block-layered-nav .block-subtitle--filter:hover {
    /*background-color: $c-button-hover;
            color: #FFFFFF;*/
  }

  .block-layered-nav .block-subtitle--filter.active:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid #00395c;
    border-top: none;
    right: 10px;
    top: 50%;
    margin-top: -3px;
  }

  #narrow-by-list,
  #narrow-by-list2 {
    /*padding: $box-spacing;
        border: 1px solid $c-module-border;
        border-top: 0;*/
    display: none;
  }

  .block-layered-nav dl ol > li > a,
  .block-layered-nav dl ol > li > span {
    padding: 7px;
    margin: 5px;
  }

  .block-layered-nav dl ol > li > a {
    color: #727171;
    background-color: #ecedee;
    padding: 5px 10px;
  }

  .block-layered-nav dl ol > li > a:hover {
    text-decoration: none;
    background: #e5e6e7;
  }

  .catalog-category-view .col2-left-layout .col-left,
  .catalog-category-view .col2-left-layout .col-main,
  .vehicle-index-index .col2-left-layout .col-left,
  .vehicle-index-index .col2-left-layout .col-main,
  .manufacturer-index-index .col2-left-layout .col-left,
  .manufacturer-index-index .col2-left-layout .col-main,
  .discount-index-index .col2-left-layout .col-left,
  .discount-index-index .col2-left-layout .col-main,
  .catalogsearch-result-index .col2-left-layout .col-left,
  .catalogsearch-result-index .col2-left-layout .col-main {
    padding: 0;
    margin-bottom: 10px;
    float: none;
    width: auto;
  }

  .product-view .product-options .required {
    position: static;
  }

  .display-single-price .cart-table {
    float: none;
    width: 100%;
  }

  .display-single-price .cart-forms {
    float: left;
    padding-right: 10px;
    padding-left: 0;
  }

  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-left: 10px;
  }

  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    width: 50%;
  }

  .display-single-price .crosssell {
    clear: right;
    float: right;
  }

  .crosssell {
    /* Undo three-column config */
  }

  .crosssell .products-grid > li:nth-child(even),
  .crosssell .products-grid > li:nth-child(3n),
  .crosssell .products-grid > li {
    width: 47.727273%;
    margin-right: 4.545455%;
  }

  .crosssell .products-grid > li:nth-child(odd) {
    clear: left;
  }

  .crosssell .products-grid > li:nth-child(even) {
    margin-right: 0;
  }

  .crosssell .products-grid > li:nth-child(3n+1) {
    clear: none;
  }

  .opc .section .step {
    padding: 10px;
  }

  .register-reinsurance > .inner {
    padding: 3em;
  }

  .register-reinsurance .register-reinsurance-block {
    display: none;
  }

  .dashboard-menu {
    -webkit-padding-after: 20px;
    padding-block-end: 20px;
  }

  #dashboard-wrapper-1 .col-1 {
    margin-bottom: 1.5em;
    /*> .block {
                margin-bottom: 0;
            }*/
  }

  .dashboard-msg-birthday > .inner {
    padding: 20px 150px;
  }

  .dashboard-msg-birthday > .inner:before {
    left: 70px;
  }

  body.customer-account .my-account .title-buttons {
    text-align: left;
    /*span.separator,
                a {
                    top: -12px;
                }*/
  }

  #wishlist-table.clean-table td {
    padding-left: 5px;
    padding-right: 5px;
  }

  #wishlist-table.clean-table td textarea {
    height: 100px;
  }

  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 110px;
  }

  #wishlist-table .product-name {
    font-size: 13px;
  }

  .notice-cookie .notice-text {
    max-width: 86%;
  }

  .billing-agreements .data-table .created-at,
  .billing-agreements .data-table .updated-at {
    display: none;
  }

  body[class*="checkout-multishipping-"] .checkout-progress span {
    word-spacing: 300px;
  }

  #review-order-form .col-1,
  #review-order-form .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 979px) {
  .owl-nav > div,
  .owl-nav > button {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }

  .owl-nav .owl-prev {
    left: -25px;
  }

  .owl-nav .owl-next {
    right: -25px;
  }
}

@media (max-width: 978px) {
  .dashboard-slider .home-bannierepromo-slider .owl-nav .owl-prev {
    left: 0;
  }

  .dashboard-slider .home-bannierepromo-slider .owl-nav .owl-next {
    right: 0;
  }

  .dashboard-slider .home-bannierepromo-slider .owl-dots {
    bottom: 0px;
  }

  .home-bannierepromo-slider .owl-nav .owl-prev {
    left: 5px;
  }

  .home-bannierepromo-slider .owl-nav .owl-next {
    right: 5px;
  }

  #home-bannierepromo-pager {
    display: none;
  }
}

@media only screen and (max-width: 850px) {
  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 15px;
  }

  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 18px;
  }
}

@media only screen and (max-width: 770px) {
  .sidebar .block:not(.block-layered-nav) {
    margin-bottom: 0;
  }

  .sidebar .block:not(.block-layered-nav) .block-title {
    padding: 0;
    margin-top: 0;
    border-bottom: none;
    border-top: none;
    margin-bottom: 0;
  }

  .sidebar .block:not(.block-layered-nav) .block-title > strong {
    margin: 0;
    margin-bottom: 10px;
    color: #00395c;
    font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    position: relative;
    background-color: #ecedee;
    display: block;
    width: 100%;
    cursor: pointer;
    border-bottom: 0;
  }

  .sidebar .block:not(.block-layered-nav) .block-title > strong:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #c60520;
    border-right: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }

  .sidebar .block:not(.block-layered-nav) .block-title > strong:hover {
    background-color: #e5e6e7;
  }

  .sidebar .block:not(.block-layered-nav) .block-title.active > strong {
    margin: 0;
    margin-bottom: 10px;
    color: #00395c;
    font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    position: relative;
    background-color: #ecedee;
  }

  .sidebar .block:not(.block-layered-nav) .block-title.active > strong:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #c60520;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }

  .sidebar .block:not(.block-layered-nav) .block-title.active > strong:hover {
    background-color: #e5e6e7;
  }

  .sidebar .block:not(.block-layered-nav) .block-content {
    padding: 10px;
    margin-top: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #CCCCCC;
  }

  .sidebar .block:last-of-type {
    border-bottom: 1px solid #CCCCCC;
  }

  .col2-set .buttons-set .button,
  .col2-set .buttons-set .button2 {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .col2-set .buttons-set .back-link {
    display: none;
  }

  .col2-set .buttons-set .required {
    display: none;
  }

  .breadcrumbs {
    display: none;
  }

  .col-left,
  .col-right,
  .col-main,
  .col1-layout .col-left,
  .col1-layout .col-right,
  .col1-layout .col-main,
  .col2-left-layout .col-left,
  .col2-left-layout .col-right,
  .col2-left-layout .col-main,
  .col2-right-layout .col-left,
  .col2-right-layout .col-right,
  .col2-right-layout .col-main,
  .col3-layout .col-wrapper .col-left,
  .col3-layout .col-right,
  .col3-layout .col-wrapper .col-main {
    padding: 0;
    margin-bottom: 10px;
    float: none;
    width: auto;
  }

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

  .col-main {
    float: none;
    width: auto;
  }

  .col-main .col-left {
    padding: 0;
    /* On product listing pages, the left column gets moved inside col-main on small viewports */
  }

  .col2-set .col-1,
  .col2-set .col-2 {
    padding: 10px;
  }

  body .product-img-box .product-image:hover {
    border-color: #EDEDED;
  }

  .col1-layout .sorter,
  .col1-layout .pager {
    width: 100%;
  }

  .col1-layout .pager {
    float: left;
    clear: both;
  }

  .col1-layout .pager .pages {
    float: left;
    margin-left: 0;
  }

  .col1-layout .pager .count-container {
    float: right;
  }

  .data-table .action .btn-cart {
    padding: .6em 1.4em .5em 45px;
  }

  .data-table .action .btn-cart span {
    display: inline;
  }

  .data-table tr.item-secondary td.product-action {
    padding-bottom: 15px;
    text-align: center;
  }

  .linearize-table-xlarge {
    /*tbody td:first-child,
    tbody td:first-child h3 {
        font-weight: bold;
    }*/
    /* Helpers */
  }

  .linearize-table-xlarge tr,
  .linearize-table-xlarge th,
  .linearize-table-xlarge td {
    display: block;
  }

  .linearize-table-xlarge thead th {
    border-right: 0;
    border-left: 0;
  }

  .linearize-table-xlarge thead th.lin-hide {
    display: none;
  }

  .linearize-table-xlarge thead th:nth-child(1n+2) {
    display: none;
  }

  .linearize-table-xlarge tbody tr {
    position: relative;
    border-bottom: 1px solid #CCCCCC;
  }

  .linearize-table-xlarge tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }

  .linearize-table-xlarge tbody td.lin-hide {
    display: none;
  }

  .linearize-table-xlarge tbody td:first-child {
    padding-top: 10px;
  }

  .linearize-table-xlarge tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }

  .linearize-table-xlarge tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-weight: 400;
    padding-right: 5px;
    text-transform: uppercase;
  }

  .linearize-table-xlarge tfoot tr {
    display: block;
    text-align: right;
  }

  .linearize-table-xlarge tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }

  .linearize-table-xlarge tfoot td {
    display: block;
    float: left;
  }

  .linearize-table-xlarge tfoot td.lin-hide {
    display: none;
  }

  .linearize-table-xlarge tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }

  .linearize-table-xlarge tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }

  .linearize-table-xlarge .linearize-hide {
    display: none;
  }

  .linearize-table-xlarge .linearize-unpad {
    padding: 0;
  }

  .linearize-table-xlarge .linearize-show {
    display: block;
  }

  .linearize-table-xlarge .product-name {
    display: inline;
  }

  .header-language-background {
    display: none;
  }

  .skip-link {
    border-right: 1px solid #EDEDED;
  }

  .skip-link:last-child {
    border-right: 0;
  }

  .skip-link.skip-active {
    background-color: #00395c;
    color: inherit;
  }

  .skip-link.skip-active span {
    color: inherit;
  }

  #header-account li a,
  .nav-primary a.level0 {
    border-bottom: 1px solid #CCCCCC;
    line-height: 30px;
  }

  #header-account li:last-child a,
  .nav-primary li.level0:last-child a.level0 {
    border-bottom: 0;
  }

  .no-touch #header-account a:hover,
  .no-touch .nav-primary a:hover {
    background-color: #ecedee;
    text-decoration: none;
  }

  .account-cart-wrapper {
    position: static;
  }

  #header-nav {
    height: -webkit-calc(100vh - 113px);
    height: calc(100vh - 113px);
    overflow-y: auto;
    background-color: #fff;
    border-bottom: 1px solid #acacad;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  }

  .sticky #header-nav {
    height: -webkit-calc(100vh - 45px);
    height: calc(100vh - 45px);
  }

  .nav-primary {
    /*a.level0,
        a {
            line-height: $nav-primary-height + 5px;
        }*/
    /*// Indent sub-menus
        li.level0 li {
            padding: 0 0 0 25px;
        }*/
    /*li.level1 a {
            padding: 0 15px 0 25px;
        }*/
  }

  .nav-primary li.level0 > ul {
    display: none;
  }

  .nav-primary li.level0.parent > a:after {
    /*@include triangle(right, 5px, #ccc);
            top: 50%;
            left: 10px;
            right: auto;
            margin-top: -5px;*/
    content: "+";
    width: auto;
    height: auto;
    border: none;
    font-weight: 400;
    font-size: 2.2em;
    line-height: 1;
    margin-top: -.45em;
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    left: auto;
    right: 12px;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .nav-primary li.parent.sub-menu-active > a:after,
  .nav-primary li.parent.menu-active > a:after {
    /*@include triangle(down, 5px, #ccc);
            top: 50%;
            left: 10px;
            right: auto;
            margin-top: -5px;*/
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .nav-primary li.menu-active > a,
  .nav-primary li.sub-menu-active > a {
    /*color: $c-action;*/
    background-color: #00395c;
    color: #fff;
  }

  .nav-primary a.level0 {
    padding: 1.05em 1.5em 1.1em;
    font-size: 1.3em;
    font-weight: 600;
    color: #00395c;
    line-height: normal;
  }

  .nav-primary a.level0.has-icon {
    padding-left: 60px;
  }

  .no-touchevents .nav-primary a.level0.has-icon:hover {
    background-color: #00395c;
    color: #fff;
  }

  .touchevents .nav-primary a.level0.has-icon:active {
    background-color: #00395c;
    color: #fff;
  }

  .nav-primary ul.level0 {
    border-bottom: 1px solid #CCCCCC;
  }

  .nav-primary li.level-cart {
    display: none;
  }

  .nav-primary li.secondary.customer {
    display: none;
  }

  .nav-primary li.level-catalog-menu {
    display: block;
    padding: 15px 0;
  }

  .nav-primary li.level-catalog-menu li.level0 {
    display: block;
  }

  .nav-primary li.level-catalog-menu ul.level0 {
    left: auto !important;
    width: 100% !important;
    opacity: 1 !important;
  }

  .nav-primary li.level-catalog-menu li.level1,
  .nav-primary li.level-catalog-menu li.level2 {
    display: block;
  }

  .nav-primary li .toggle-content > dl > dt {
    position: relative;
    margin-top: .5em;
    padding: .5em 38px .5em 1.3em;
    background-color: #f7f8f9;
    border: none;
    font-size: 1.25em;
    font-weight: 500;
    color: #00395c;
    text-transform: none;
    line-height: normal;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }

  .nav-primary li .toggle-content > dl > dt:first-child {
    margin-top: 0;
  }

  .no-touchevents .nav-primary li .toggle-content > dl > dt:hover {
    background-color: #00395c;
    color: #fff;
  }

  .no-touchevents .nav-primary li .toggle-content > dl > dt:focus {
    background-color: #00395c;
    color: #fff;
  }

  .touchevents .nav-primary li .toggle-content > dl > dt:active {
    background-color: #00395c;
    color: #fff;
  }

  .nav-primary li .toggle-content > dl > dt:after {
    content: "+";
    width: auto;
    height: auto;
    border: none;
    font-weight: 400;
    font-size: 2.3rem;
    line-height: 1;
    margin-top: -.45em;
    margin-bottom: 0;
    left: auto;
    right: 12px;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform 200ms ease;
    transition: -webkit-transform 200ms ease;
    transition: transform 200ms ease;
    transition: transform 200ms ease, -webkit-transform 200ms ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .nav-primary li .toggle-content.accordion-open > dl > dt.current {
    background-color: #00395c;
    color: #fff;
  }

  .nav-primary li .toggle-content.accordion-open > dl > dt.current:after {
    content: "+";
    width: auto;
    height: auto;
    border: none;
    margin-top: -.45em;
    margin-bottom: 0;
    left: auto;
    right: 12px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .nav-primary li .toggle-content.accordion-open > dl > dd.current {
    border-left: 1px solid #00395c;
  }

  .nav-primary li.manufacturers li.level1,
  .nav-primary li.manufacturers li.level2 {
    padding: 1.5em 0;
  }

  #header-search {
    background-color: #ecedee;
  }

  .header-top #header-search {
    width: 100%;
  }

  #search_mini_form .search-button {
    text-indent: -9999px;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border: 0;
    background: none;
  }

  #search_mini_form .search-button:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    /*@extend .icon-sprite;*/
    background-position: 4px -146px;
  }

  #search_mini_form .search-button:hover:before {
    opacity: 0.8;
  }

  #search_mini_form .search-button:active:before {
    margin-top: -13px;
    margin-left: -13px;
  }

  #header-account {
    /*a {
            &.logout {
                float: right;
                padding-right: 0;
            }
        }*/
  }

  #header-account .links li {
    padding: 0 1.5em;
    overflow: hidden;
  }

  .footer .form-language,
  .footer .currency-switcher {
    display: block;
  }

  .products-list td.product-action {
    padding-bottom: 15px;
    text-align: center;
  }

  .products-grid-reinsurance-block .contact-phone .phone-number {
    padding: 0;
  }

  .products-grid-reinsurance-block .contact-phone .phone-number:before {
    display: none;
  }

  .product-view .add-to-cart-wrapper {
    float: none;
    width: 100%;
    clear: both;
  }

  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 16px;
  }

  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 20px;
  }

  .manufacturers-tabs .toggle-tabs,
  .tires-tabs .toggle-tabs,
  .selections-tabs .toggle-tabs,
  .product-collateral .toggle-tabs {
    display: none;
  }

  .manufacturers-tabs > dl > dt,
  .tires-tabs > dl > dt,
  .selections-tabs > dl > dt,
  .product-collateral > dl > dt {
    margin: 0;
    margin-bottom: 10px;
    color: #00395c;
    font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    position: relative;
    background-color: #ecedee;
    display: block;
  }

  .manufacturers-tabs > dl > dt:after,
  .tires-tabs > dl > dt:after,
  .selections-tabs > dl > dt:after,
  .product-collateral > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #c60520;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }

  .manufacturers-tabs > dl > dt:hover,
  .tires-tabs > dl > dt:hover,
  .selections-tabs > dl > dt:hover,
  .product-collateral > dl > dt:hover {
    background-color: #e5e6e7;
  }

  .manufacturers-tabs > dl > dd,
  .tires-tabs > dl > dd,
  .selections-tabs > dl > dd,
  .product-collateral > dl > dd {
    padding: 10px;
    margin: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #CCCCCC;
  }

  .manufacturers-tabs > dl > dd:last-child,
  .tires-tabs > dl > dd:last-child,
  .selections-tabs > dl > dd:last-child,
  .product-collateral > dl > dd:last-child {
    border-width: 0 1px 1px 1px;
  }

  .manufacturers-tabs > dl > dt,
  .tires-tabs > dl > dt,
  .selections-tabs > dl > dt,
  .product-collateral > dl > dt {
    cursor: pointer;
    border-bottom-width: 0;
  }

  .manufacturers-tabs > dl > dt:hover,
  .tires-tabs > dl > dt:hover,
  .selections-tabs > dl > dt:hover,
  .product-collateral > dl > dt:hover {
    color: #c60520;
  }

  .manufacturers-tabs > dl > dt:after,
  .tires-tabs > dl > dt:after,
  .selections-tabs > dl > dt:after,
  .product-collateral > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #c60520;
    border-right: none;
  }

  .manufacturers-tabs > dl > dt.last,
  .tires-tabs > dl > dt.last,
  .selections-tabs > dl > dt.last,
  .product-collateral > dl > dt.last {
    border-bottom-width: 1px;
  }

  .manufacturers-tabs > dl > dd,
  .tires-tabs > dl > dd,
  .selections-tabs > dl > dd,
  .product-collateral > dl > dd {
    display: none;
  }

  .manufacturers-tabs.accordion-open > dl > dt.current,
  .tires-tabs.accordion-open > dl > dt.current,
  .selections-tabs.accordion-open > dl > dt.current,
  .product-collateral.accordion-open > dl > dt.current {
    border-bottom-width: 1px;
  }

  .manufacturers-tabs.accordion-open > dl > dt.current:after,
  .tires-tabs.accordion-open > dl > dt.current:after,
  .selections-tabs.accordion-open > dl > dt.current:after,
  .product-collateral.accordion-open > dl > dt.current:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #c60520;
    border-bottom: none;
    left: 6px;
    top: 50%;
    margin-top: -3px;
  }

  .manufacturers-tabs.accordion-open > dl > dd.current,
  .tires-tabs.accordion-open > dl > dd.current,
  .selections-tabs.accordion-open > dl > dd.current,
  .product-collateral.accordion-open > dl > dd.current {
    display: block;
  }

  .product-view .product-shop,
  .product-view .add-to-cart-wrapper,
  .product-view .block-related,
  .product-img-box,
  .product-collateral {
    width: 100%;
    float: none;
  }

  .product-section-top,
  .product-section-content .inner {
    margin-left: -15px;
    margin-right: -15px;
  }

  .page-popup .product-section-top,
  .page-popup
    .product-section-content .inner {
    margin-left: 0;
    margin-right: 0;
  }

  .product-collateral {
    margin-bottom: 0;
  }

  .product-section-right .product-collateral {
    margin-inline: 15px;
  }

  .product-collateral > dl > dt {
    padding: .6em 1.3em .6em 25px;
    background-color: #4d6e81;
    font-size: 1.1em;
    color: #fff;
    text-transform: none;
  }

  .product-collateral > dl > dt:after {
    margin-top: -5px;
    border-left-color: #fff;
  }

  .product-collateral > dl > dt:hover {
    background-color: #4d6e81;
    color: #fff;
  }

  .product-collateral.accordion-open > dl > dt.current {
    background-color: #fff;
    border-bottom-width: 0;
    color: #00395c;
  }

  .product-collateral.accordion-open > dl > dt.current:after {
    border-top-color: #00395c;
    left: 9px;
  }

  .box-up-sell {
    position: relative;
    margin-top: 0;
    padding: 3em 0;
  }

  .box-up-sell:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #00395c;
    background-image: url("https://www.moraco.fr/skin/frontend/moraco/default/images/products-grid-bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }

  .box-up-sell > * {
    position: relative;
  }

  .map-popup {
    width: 100%;
    left: 0px !important;
  }

  .cart-table th {
    font-size: 12px;
  }

  .cart-table th,
  .cart-table td {
    padding: 7px 6px;
  }

  .cart-table .product-cart-actions > li {
    white-space: inherit;
  }

  .shipping .shipping-form .form-list > li {
    width: 100%;
    float: none;
  }

  .shipping .shipping-form .form-list > li label {
    display: block;
  }

  .shipping .shipping-form .form-list > li input,
  .shipping .shipping-form .form-list > li select {
    width: 100%;
  }

  .cart .cart-totals table tfoot td {
    font-size: 18px;
  }

  .opc #opc-login .description,
  .opc #opc-login p.required {
    display: none;
  }

  .gift-message-form .giftmessage-area {
    max-width: 100%;
  }

  .gift-message-form .gift-item .product-img-box {
    width: 100%;
    float: none;
  }

  .gift-message-form .gift-item .fieldset {
    margin-left: 0px;
  }

  .gift-message-form .gift-item .fieldset textarea {
    width: 100%;
  }

  #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
    clear: left;
  }

  .customer-account-login .col2-set p.required {
    display: none;
  }

  .block-last-orders .box-account.box-recent .data-table td.status,
  .block-last-orders .box-account.box-recent .data-table th.status {
    display: table-cell;
  }

  .my-account .addresses-list .col-1,
  .my-account .addresses-list .col-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .my-account .addresses-list .col-1 li.empty,
  .my-account .addresses-list .col-2 li.empty {
    width: 100%;
  }

  body.customer-account .data-table.orders th.ship,
  body.customer-account .data-table.orders td.ship,
  body.customer-account .data-table.orders td.status,
  body.customer-account .data-table.orders th.status {
    display: none;
  }

  .order-info-box .box-content {
    clear: left;
  }

  .addresses-list .item {
    float: left;
    width: 50%;
    padding-right: 15px;
  }

  .order-info dt {
    display: none;
  }

  .dashboard {
    /*.welcome-msg {
            font-family: $f-stack-serif;

            .hello {
                font-style: italic;
            }
        }*/
  }

  .dashboard .page-title {
    margin-top: 20px;
  }

  .dashboard .page-title h1 {
    margin-top: 0;
  }

  .dashboard .box-account {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 48%;
    padding-right: 0;
    padding-left: 0;
  }

  .dashboard .col2-set .col-1 {
    float: left;
    margin-right: 4%;
  }

  .dashboard .col2-set .col-2 {
    float: right;
  }

  .paypal-review-order .col-1 {
    padding-bottom: 0;
  }

  .paypal-review-order .field.inactive {
    display: none;
  }

  .bml-ad.small {
    display: block;
  }

  body.review-product-list .product-view .product-shop .price-info {
    padding-left: 0;
  }

  body.review-product-list .product-view .product-shop .extra-info {
    padding: 0;
    min-width: 84%;
  }

  body.review-product-list .product-view .product-shop .extra-info .ratings-table {
    margin: 10px 0;
    width: 100%;
  }

  body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
    margin-right: 15px;
  }

  .review-product-view .product-review .product-img-box {
    max-width: 100%;
  }

  #wishlist-table:after {
    content: '';
    display: table;
    clear: both;
  }

  #wishlist-table .product-name {
    font-size: 16px;
  }

  #wishlist-table textarea {
    height: 68px;
    max-width: 100%;
  }

  #wishlist-table .item-manage {
    max-width: 100%;
  }

  #wishlist-table tr {
    position: relative;
  }

  #wishlist-table tr:after {
    content: '';
    display: table;
    clear: both;
  }

  #wishlist-table td.customer-wishlist-item-image {
    width: 70px;
  }

  #wishlist-table td.customer-wishlist-item-image img {
    width: 70px;
    height: 70px;
  }

  #wishlist-table td.customer-wishlist-item-cart p {
    margin-bottom: 0;
  }

  #wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
    margin-right: 0;
    padding-top: 4px;
  }

  #wishlist-table td.customer-wishlist-item-cart {
    padding-right: 15px;
  }

  .header-minicart {
    display: block;
  }

  .header-minicart .subtotal .label {
    color: #727171;
  }

  .header-minicart .minicart-wrapper:before {
    background-color: #EDEDED;
  }

  .header-minicart .quantity-button {
    float: none;
  }

  .header-minicart .header-minicart .block-cart {
    padding: 15px;
  }

  .header-minicart .header-minicart .block-subtitle {
    padding-top: 59px;
  }

  .header-minicart .minicart-actions {
    padding-bottom: 33px;
  }

  .header-minicart .minicart-actions .cart-link {
    bottom: 0;
    right: 10px;
    position: absolute;
  }

  .header-minicart .minicart-actions .checkout-types.minicart li {
    display: inline-block;
  }

  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo > a {
    display: inline;
  }

  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .bml_button {
    display: inline-block;
    vertical-align: top;
  }

  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    width: auto;
    float: none;
    display: inline;
    margin: 0 10px 5px 10px;
    line-height: 40px;
  }

  #contactForm {
    padding-left: 0;
  }

  .notice-cookie {
    padding: 0 20px;
  }

  .notice-cookie .notice-text {
    max-width: 82%;
    padding-top: 0;
  }

  .tags-list > li,
  .tags-list {
    float: none;
  }

  #my-sales-table th.filter {
    display: block;
  }

  #my-sales-table th.filter .range {
    width: auto !important;
    margin-top: 0;
  }

  #my-sales-table th.filter .range .range-line:first-child {
    margin-right: 1em;
  }

  body[class*="checkout-multishipping-"] .checkout-progress span {
    width: 12px;
  }

  body[class*="checkout-multishipping-"] .checkout-progress li {
    width: 100%;
    margin: 0;
    text-align: left;
    padding-left: 3%;
    border-right: 0px;
  }

  body[class*="checkout-multishipping-"] .checkout-progress span {
    word-spacing: 1px;
    width: 12px;
  }

  body[class*="checkout-multishipping-"] .box-title {
    float: left;
    width: 100%;
  }

  body[class*="checkout-multishipping-"] .page-title .button {
    float: left;
    margin-bottom: 10px;
  }

  body[class*="checkout-multishipping-"] .linearize-table tfoot td {
    text-align: right;
  }

  body[class*="checkout-multishipping-"] .linearize-table select {
    width: 100%;
    min-width: 200px;
  }

  body[class*="checkout-multishipping-"] .col-1.col-narrow,
  body[class*="checkout-multishipping-"] .col-2.col-wide {
    width: 100%;
    padding: 0;
  }

  .slideshow .banner-msg h2 {
    font-size: 20px;
  }

  .slideshow .banner-msg h2 strong {
    font-size: 24px;
  }

  #homewall-item-2 .visual-01 {
    margin-bottom: 80%;
  }

  #homewall-item-2 .homewall__item__content {
    bottom: auto;
    top: 40%;
  }

  #home-selections .selections-tabs .toggle-tabs {
    display: block;
    content: '';
    display: table;
    clear: both;
  }

  #home-selections .selections-tabs .toggle-tabs li {
    float: left;
    margin: 0 1.5em 0 0;
  }

  #home-selections .selections-tabs .toggle-tabs li + li {
    margin-left: 0;
  }

  #home-selections .selections-tabs .toggle-tabs li:last-child {
    margin-right: 0;
  }

  #home-selections .selections-tabs .toggle-tabs li > span {
    font-size: 1.1em;
    font-weight: 500;
  }

  #home-selections .selections-tabs > dl > dt {
    display: none;
  }

  #home-selections .selections-tabs > dl > dd.current {
    display: block;
  }

  .dashboard #home-selections .selections-tabs .toggle-tabs li > span {
    font-size: 1.3em;
  }

  #savRequestForm {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  #savRequestForm fieldset + fieldset {
    margin-top: 2em;
  }

  .sav-step_0 .type-demande {
    padding-inline: 10px;
  }

  .sav-step_0 .type-demande__title {
    font-size: 1.1em;
  }

  .sav-step_0 .type-demande__notice {
    font-size: .9em;
  }
}

@media only screen and (max-width: 740px) {
  .paypal-or {
    line-height: 20px;
  }

  .paypal-logo,
  .paypal-or,
  .paypal-button {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }

  .checkout-types {
    float: none;
    text-align: center;
  }

  .checkout-types.bottom .paypal-or,
  .checkout-types.minicart .paypal-or {
    width: auto;
    float: none;
  }

  .checkout-types li {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  .header-minicart .minicart-actions .cart-link {
    right: auto;
    left: 0;
    text-align: center;
    width: 100%;
  }

  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or,
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-button {
    width: 100%;
    display: block;
    margin-left: 0;
  }

  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    line-height: 1.6;
  }
}

@media only screen and (max-width: 699px) {
  .display-both-prices .cart-table thead th.cart-total-head,
  .display-both-prices .cart-table td.product-cart-total {
    display: none;
  }
}

@media only screen and (max-width: 620px) {
  .notice-cookie {
    padding: 0 20px;
  }

  .notice-cookie .notice-inner {
    background-position: left 10px;
  }

  .notice-cookie .notice-inner:after {
    content: '';
    display: table;
    clear: both;
  }

  .notice-cookie .notice-text {
    float: none;
    max-width: 100%;
    padding-top: 0;
  }

  .notice-cookie .actions {
    text-align: left;
  }
}

@media only screen and (max-width: 600px) {
  .products-list .product-shop .price-box .special-price {
    padding-left: 0;
  }

  .products-list .product-shop .product-primary,
  .products-list .product-shop .product-secondary,
  .products-list .product-shop .desc {
    float: none;
    width: 100%;
    padding-right: 0;
    text-align: left;
  }

  .cart-totals {
    text-align: right;
  }
}

@media only screen and (max-width: 599px) {
  .linearize-table-large {
    /*tbody td:first-child,
    tbody td:first-child h3 {
        font-weight: bold;
    }*/
    /* Helpers */
  }

  .linearize-table-large tr,
  .linearize-table-large th,
  .linearize-table-large td {
    display: block;
  }

  .linearize-table-large thead th {
    border-right: 0;
    border-left: 0;
  }

  .linearize-table-large thead th.lin-hide {
    display: none;
  }

  .linearize-table-large thead th:nth-child(1n+2) {
    display: none;
  }

  .linearize-table-large tbody tr {
    position: relative;
    border-bottom: 1px solid #CCCCCC;
  }

  .linearize-table-large tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }

  .linearize-table-large tbody td.lin-hide {
    display: none;
  }

  .linearize-table-large tbody td:first-child {
    padding-top: 10px;
  }

  .linearize-table-large tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }

  .linearize-table-large tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-weight: 400;
    padding-right: 5px;
    text-transform: uppercase;
  }

  .linearize-table-large tfoot tr {
    display: block;
    text-align: right;
  }

  .linearize-table-large tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }

  .linearize-table-large tfoot td {
    display: block;
    float: left;
  }

  .linearize-table-large tfoot td.lin-hide {
    display: none;
  }

  .linearize-table-large tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }

  .linearize-table-large tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }

  .linearize-table-large .linearize-hide {
    display: none;
  }

  .linearize-table-large .linearize-unpad {
    padding: 0;
  }

  .linearize-table-large .linearize-show {
    display: block;
  }

  .linearize-table-large .product-name {
    display: inline;
  }

  #header-nav {
    height: -webkit-calc(100vh - 177px);
    height: calc(100vh - 177px);
  }

  .sticky #header-nav {
    height: -webkit-calc(100vh - 45px);
    height: calc(100vh - 45px);
  }

  .add-to-box .add-to-links a {
    float: none;
    width: auto;
    text-indent: 0;
  }

  .product-cart-sku {
    display: none;
  }

  .display-both-prices .cart-forms,
  .display-both-prices .cart-totals-wrapper,
  .display-both-prices .crosssell,
  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    float: none;
    width: 100%;
  }

  .btn-checkout {
    width: 100%;
  }

  .cart-table colgroup,
  .cart-table thead {
    display: none;
  }

  .cart-table tr {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
  }

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

  .cart-table tr:last-child {
    margin-bottom: 0;
  }

  .cart-table tfoot tr {
    padding-bottom: 0;
  }

  .cart-table td {
    border: none;
    display: block;
  }

  .cart-table td[data-rwd-label] .price {
    font-weight: normal;
  }

  .cart-table td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-weight: 400;
    padding-right: 5px;
    text-transform: uppercase;
  }

  .cart-table td.product-cart-price {
    text-align: left;
  }

  .cart-table h2 {
    font-size: 12px;
  }

  .cart-table .cart-links {
    padding-top: 5px;
    padding-right: 5px;
  }

  .cart-table .cart-links > li {
    white-space: normal;
    text-align: center;
  }

  .cart-table .cart-links > li > a {
    padding: 2px 0px;
  }

  .cart-table .cart-tax-info {
    font-style: italic;
    padding-left: 15px;
    font-size: 13px;
  }

  .cart-table .cart-tax-info .price {
    font-size: 13px;
  }

  .cart-table .product-cart-image {
    width: 25%;
    float: left;
    padding-bottom: 0;
  }

  .cart-table .product-cart-image a.cart-edit {
    display: block;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
  }

  .cart-table .product-cart-info,
  .cart-table td[data-rwd-label] {
    /*float: right;
            width: percentage(3/4);*/
    margin-bottom: 5px;
    padding: 0;
  }

  .cart-table .product-name {
    display: inline;
  }

  .cart-table .product-cart-actions:before {
    display: inline-block;
    margin-top: 8px;
  }

  .cart-table .product-cart-actions,
  .cart-table .product-cart-price {
    padding-bottom: 0;
    padding-top: 0;
  }

  .cart-table .product-cart-remove,
  .cart-table .product-cart-total,
  .cart-table .product-cart-actions .cart-links {
    display: none;
  }

  .cart-table .product-cart-image .cart-links,
  .cart-table .product-cart-info .btn-remove {
    display: block;
  }

  .cart-table .product-cart-actions .button {
    display: none;
  }

  .cart-table .product-cart-info .btn-remove {
    float: right;
    margin: -4px 0px 2px 7px;
  }

  .cart-table .product-cart-info .product-cart-sku {
    margin-bottom: 5px;
  }

  .cart-table .product-cart-actions {
    text-align: left;
    /*.qty {
                margin-right: 7px;
                margin-bottom: 7px;
            }*/
  }

  .cart-table .price,
  .cart-table .product-cart-price:before {
    font-weight: 500;
    font-size: 15px;
    font-family: "Mercenary", "Helvetica Neue", Verdana, Arial, sans-serif;
  }

  .cart-table .cart-footer-actions {
    text-align: center;
    width: 100%;
  }

  .cart-table .cart-footer-actions #empty_cart_button {
    float: right;
  }

  .cart-table .cart-footer-actions .btn-continue {
    float: left;
  }

  .cart-table .cart-footer-actions .btn-update,
  .cart-table .cart-footer-actions span.or {
    display: none;
  }

  .display-both-prices .cart-table td[data-rwd-tax-label]:before {
    content: attr(data-rwd-tax-label) ":";
  }

  .cart-table .cart-tax-total:after {
    right: -9px;
  }

  .cart-table .cart-tax-total.cart-tax-total-expanded:after {
    right: -13px;
  }

  .linearize-table-large.checkout-review-table thead tr:nth-child(1n+2) {
    display: none;
  }

  .dashboard-menu {
    padding: 15px;
  }

  .dashboard-menu {
    padding-inline: 0;
  }

  .dashboard-msg-birthday > .inner {
    padding: 140px 20px 30px;
  }

  .dashboard-msg-birthday > .inner p:first-child {
    font-size: 1.6em;
  }

  .dashboard-msg-birthday > .inner:before {
    position: absolute;
    top: 70px;
    left: 50%;
    margin-left: -47.5px;
    margin-top: -53px;
  }

  .my-account .addresses-list .addresses-additional p a {
    white-space: nowrap;
  }

  #my-orders-table .option-label {
    margin-left: 20px;
  }

  #my-orders-table .option-value {
    margin-left: 35px;
  }

  #my-orders-table td[data-rwd-label=Qty] .nobr br {
    display: none;
  }

  #my-orders-table td[data-rwd-label=Qty] .nobr strong {
    margin-right: 10px;
  }

  #my-orders-table tr.bundle {
    border-color: #EDEDED;
  }

  #my-orders-table tr.bundle.child td[data-rwd-label] {
    padding-left: 60px;
  }

  #my-orders-table tbody:last-child tr:last-child td {
    padding-bottom: 10px;
    border-bottom: 0;
  }

  #my-orders-table tbody:last-child tr:last-child td:last-child {
    padding-bottom: 15px;
  }

  #my-orders-table tfoot tr.shipping {
    margin-top: 0;
  }

  body.customer-account .my-account .form-list .control {
    padding-left: 0;
  }

  .contacts-index-index .buttons-set {
    max-width: 330px;
    margin-left: 0;
  }

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

  .contacts-index-index .buttons-set p.required {
    float: right;
  }

  #wishlist-table td.customer-wishlist-item-quantity {
    padding-left: 0;
  }

  #wishlist-table td.customer-wishlist-item-image,
  #wishlist-table th.customer-wishlist-item-image {
    display: none;
  }

  .header-minicart .minicart-actions .checkout-button {
    width: 100%;
  }

  .checkout-multishipping-addresses .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 10px;
    margin-top: 12px;
  }

  .download-zone .wrapper-form {
    padding: 0 1em 1em;
  }

  .download-zone .wrapper-form .field {
    display: block;
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .download-zone .wrapper-form .field label,
  .download-zone .wrapper-form .field .input-text {
    float: none;
    width: 100%;
  }

  .download-zone .wrapper-form .field select,
  .download-zone .wrapper-form .field .input-text {
    max-width: none;
  }

  #homewall-item-1 .homewall__item__content {
    margin-left: 0;
    width: 100%;
  }

  #homewall-item-2 {
    margin-top: 10px;
  }

  #homewall-item-2 .visual-01 {
    margin-bottom: 0;
    border-bottom: 0;
  }

  #homewall-item-2 .visual-02 {
    width: 100vw;
  }

  #homewall-item-2 .homewall__item__content {
    margin-bottom: 10%;
  }

  #homewall-item-3 .visual-02 {
    width: -webkit-calc(100vw - 69% - 15px);
    width: calc(100vw - 69% - 15px);
  }

  #homewall-item-3 .homewall__item__content {
    float: left;
  }

  .block-reinsurance {
    margin-top: 4em;
  }

  .kit-chain__table.data-table tbody tr {
    overflow: hidden;
  }

  .kit-chain__table.data-table tbody tr.empty {
    display: none;
  }

  .kit-chain__table.data-table tbody td {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    float: right;
  }

  .kit-chain__table.data-table tbody td.kit-chain__cell-action {
    width: 40px;
    float: left;
  }

  .kit-chain__table.data-table tbody td.kit-chain__cell-stock {
    width: 30px;
    float: left;
    padding-top: 10px;
    padding-right: 0;
  }

  .kit-chain__table.data-table tbody td.kit-chain__cell-sku {
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
    padding-top: 10px;
  }

  .kit-chain__selected-img {
    display: none;
  }

  .kit-chain__buttons {
    text-align: center;
  }

  .kit-chain__buttons .button {
    margin-bottom: .5em;
  }

  .kit-chain__buttons .back-link {
    float: none;
  }

  .kit-chain__summary table tfoot td.total-price {
    display: none;
  }

  .kit-chain__summary table tfoot td.total-final-price {
    width: 40%;
    float: right;
    clear: none;
    text-align: left;
  }

  .block-news-all .inner {
    padding: 2em 1.5em;
  }

  .block-news-all .block-title {
    font-size: 2.2em;
  }
}

@media (max-width: 598px) {
  .home-bannierepromo-slider .owl-nav {
    display: none;
  }

  #home-bannierepromo .img-helper-mobile,
  .home-bannierepromo-slider.mobile {
    display: block;
  }
}

@media only screen and (max-width: 535px) {
  body.review-product-list .product-view .product-shop .extra-info {
    min-width: 0;
  }

  body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
    float: none;
    margin-right: 0;
  }
}

@media only screen and (max-width: 520px) {
  #customer-reviews .fieldset {
    width: 100%;
  }

  #customer-reviews .fieldset .form-list {
    width: 100%;
  }

  #customer-reviews .fieldset .form-list .inline-label label,
  #customer-reviews .fieldset .form-list .inline-label .input-box {
    float: none;
  }

  #customer-reviews .buttons-set {
    width: 100%;
  }

  #customer-reviews .review-summary-table thead th {
    padding-left: 0px;
    padding-right: 0px;
  }

  #customer-reviews .review-summary-table tbody th {
    padding-left: 0px;
    padding-right: 0px;
  }

  #customer-reviews .review-summary-table tbody td {
    width: 20%;
    padding: 0px;
  }

  #customer-reviews .review-summary-table .rating-box {
    text-indent: 0px;
    text-align: center;
    background: none;
    height: 19.6px;
    width: 100%;
  }

  #customer-reviews .review-summary-table .rating-box .rating {
    display: none;
  }

  #customer-reviews .review-summary-table .rating-box .rating-number {
    display: inline-block;
  }
}

@media only screen and (max-width: 499px) {
  .skip-cart .count {
    margin-left: -12px;
  }
}

@media only screen and (max-width: 479px) {
  .buttons-set .button {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 7px;
  }

  .buttons-set .back-link {
    display: none;
  }

  .buttons-set .required {
    display: none;
  }

  .col2-set .col-1,
  .col2-set .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }

  .truncated {
    cursor: inherit;
  }

  .truncated a.details {
    display: none;
  }

  .truncated .truncated_full_value .item-options {
    display: block;
    position: static;
    z-index: 1;
    width: 100%;
    border: none;
    background-color: transparent;
  }

  .truncated .truncated_full_value .item-options p {
    float: none;
  }

  .truncated .truncated_full_value .item-options:after {
    display: none;
  }

  .pager .amount--has-pages {
    display: none;
  }

  .pages {
    float: left;
  }

  .limiter label {
    display: none;
  }

  .linearize-table {
    /*tbody td:first-child,
    tbody td:first-child h3 {
        font-weight: bold;
    }*/
    /* Helpers */
  }

  .linearize-table tr,
  .linearize-table th,
  .linearize-table td {
    display: block;
  }

  .linearize-table thead th {
    border-right: 0;
    border-left: 0;
  }

  .linearize-table thead th.lin-hide {
    display: none;
  }

  .linearize-table thead th:nth-child(1n+2) {
    display: none;
  }

  .linearize-table tbody tr {
    position: relative;
    border-bottom: 1px solid #CCCCCC;
  }

  .linearize-table tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }

  .linearize-table tbody td.lin-hide {
    display: none;
  }

  .linearize-table tbody td:first-child {
    padding-top: 10px;
  }

  .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }

  .linearize-table tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "CoverSans", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-weight: 400;
    padding-right: 5px;
    text-transform: uppercase;
  }

  .linearize-table tfoot tr {
    display: block;
    text-align: right;
  }

  .linearize-table tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }

  .linearize-table tfoot td {
    display: block;
    float: left;
  }

  .linearize-table tfoot td.lin-hide {
    display: none;
  }

  .linearize-table tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }

  .linearize-table tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }

  .linearize-table .linearize-hide {
    display: none;
  }

  .linearize-table .linearize-unpad {
    padding: 0;
  }

  .linearize-table .linearize-show {
    display: block;
  }

  .linearize-table .product-name {
    display: inline;
  }

  .page-header-container .store-language-container {
    padding-top: 8px;
  }

  .page-header-container .store-language-container select {
    font-size: 12px;
  }

  .block-layered-nav .block-content .options_vehicle form .select2-container {
    float: none;
    width: 100% !important;
  }

  .block-layered-nav .block-content .options_vehicle form .button {
    width: 100%;
  }

  #filterKeywordForm {
    display: block;
  }

  #filterKeywordForm .button {
    width: 100%;
  }

  .product-img-box .product-image img {
    max-height: 450px;
  }

  .product-view .add-to-cart-buttons .paypal-or {
    line-height: 20px;
  }

  .product-view .add-to-cart-buttons .paypal-logo,
  .product-view .add-to-cart-buttons .paypal-or,
  .product-view .add-to-cart-buttons .paypal-button,
  .product-view .add-to-cart-buttons .button {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }

  .product-view .product-shop,
  .product-img-box,
  .product-view .block-related,
  .box-collateral {
    margin-bottom: 15px;
  }

  .grouped-items-table-wrapper {
    margin-bottom: 15px;
  }

  .product-options-bottom .price-box .price-as-configured {
    text-align: right;
  }

  .product-options-bottom .price-box .price-as-configured .price-label {
    display: block;
  }

  .map-popup .map-popup-heading h3 {
    text-align: center;
  }

  .map-popup .map-popup-content {
    text-align: center;
  }

  .map-popup .map-popup-checkout {
    text-align: center;
  }

  .map-popup .map-popup-checkout .button,
  .map-popup .map-popup-checkout .additional-addtocart-box,
  .map-popup .map-popup-checkout .paypal-logo a,
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    float: none;
  }

  .map-popup .map-popup-checkout .additional-addtocart-box {
    min-width: 0px;
  }

  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    margin: 0px;
    margin-bottom: 10px;
  }

  .map-popup .map-popup-price {
    text-align: center;
    padding-top: 0px;
  }

  .opc .buttons-set .button + .buttons-set .button,
  .paypal-express-review .buttons-set .button + .buttons-set .button {
    margin-left: 0;
  }

  .sp-methods .checkmo-list {
    padding-left: 0;
  }

  .sp-methods .checkmo-list label {
    width: 135px;
  }

  .linearize-table.checkout-review-table thead tr:nth-child(1n+2) {
    display: none;
  }

  #checkout-step-review .opc-block-progress .block-content > dl > div {
    float: none;
    width: auto;
  }

  #checkout-review-table thead > tr > th {
    display: none;
  }

  #checkout-review-table thead > tr > th:first-child {
    display: block;
  }

  #checkout-review-table thead > tr > th:first-child {
    display: block;
  }

  .customer-account-login .col2-set .col-1 {
    padding-bottom: 15px;
  }

  .customer-account-login .col2-set .col-2 {
    padding-top: 15px;
    border-top: 1px solid #EDEDED;
  }

  .customer-account-create .fieldset,
  .customer-account-create .buttons-set {
    margin-left: 0;
  }

  .customer-account-forgotpassword .fieldset,
  .customer-account-forgotpassword .buttons-set {
    margin-left: 0;
  }

  .block-customer-menu a {
    padding-left: 32px;
    padding-right: .5em;
    font-size: 1.1em;
  }

  .block-customer-menu a:before {
    -webkit-transform: scale(0.8) translate(-10px, 0);
    -ms-transform: scale(0.8) translate(-10px, 0);
    transform: scale(0.8) translate(-10px, 0);
  }

  .block-customer-menu a.logout:before,
  .block-customer-menu a.logout:after {
    left: 6px;
  }

  body.customer-account .my-account .page-title h1 {
    text-align: center;
  }

  body.customer-account .my-account .title-buttons {
    text-align: center;
  }

  body.customer-account .my-account .title-buttons .button {
    width: 100%;
    position: static;
    margin-bottom: 15px;
  }

  body.customer-account .my-account .title-buttons .button + .button {
    margin-left: 0px;
  }

  body.customer-account .my-account .fieldset h2 {
    margin-bottom: 15px;
  }

  body.customer-account .my-account .order-details h2 {
    margin-bottom: 15px;
  }

  body.customer-account .my-account .buttons-set {
    border-top: 0;
  }

  body.customer-account .my-account .addresses-list .item {
    margin-bottom: 15px;
    padding-right: 0;
    float: none;
    width: auto;
  }

  body.customer-account .my-account .addresses-list h2 {
    margin-bottom: 15px;
  }

  .order-info {
    margin-top: 15px;
  }

  .data-table.orders .link-reorder,
  .data-table.orders .date {
    display: none;
  }

  .data-table.orders td.view {
    text-align: right;
  }

  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 100%;
    margin-top: 15px;
  }

  .order-info-box {
    margin: 0;
  }

  .order-info-box .col-1,
  .order-info-box .col-2 {
    width: 100%;
    border-bottom: 1px solid #EDEDED;
    padding: 15px 0;
  }

  .order-info-box + .order-info-box {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 15px;
  }

  #my-reviews-table .nobr {
    white-space: normal;
  }

  #wishlist-table tr {
    position: relative;
  }

  #wishlist-table th.customer-wishlist-item-image {
    display: block;
  }

  #wishlist-table td.customer-wishlist-item-image,
  #wishlist-table td.customer-wishlist-item-info,
  #wishlist-table td.customer-wishlist-item-quantity,
  #wishlist-table td.customer-wishlist-item-price,
  #wishlist-table td.customer-wishlist-item-cart {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    empty-cells: hide;
  }

  #wishlist-table td.customer-wishlist-item-image {
    display: block;
    overflow: hidden;
  }

  #wishlist-table td.customer-wishlist-item-image a {
    float: left;
  }

  #wishlist-table td.customer-wishlist-item-image a img {
    width: 113px;
    height: 113px;
  }

  #wishlist-table td.customer-wishlist-item-quantity,
  #wishlist-table td.customer-wishlist-item-price {
    text-align: left;
  }

  #wishlist-table td.customer-wishlist-item-quantity:before,
  #wishlist-table td.customer-wishlist-item-price:before {
    float: left;
    margin-right: 15px;
  }

  #wishlist-table td.customer-wishlist-item-quantity .cart-cell,
  #wishlist-table td.customer-wishlist-item-price .cart-cell {
    text-align: left;
  }

  #wishlist-table td.customer-wishlist-item-quantity .price-box,
  #wishlist-table td.customer-wishlist-item-price .price-box {
    margin-top: 0;
  }

  #wishlist-table td.customer-wishlist-item-cart .cart-cell {
    float: left;
    width: 48%;
  }

  #wishlist-table td.customer-wishlist-item-cart > p {
    float: right;
    width: 48%;
  }

  #wishlist-table td.customer-wishlist-item-remove {
    position: absolute;
    top: 15px;
    right: 0px;
    display: block;
    padding: 0px;
    height: 20px;
  }

  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 100%;
  }

  .header-minicart a.skip-cart {
    z-index: 1;
  }

  .advanced-search {
    padding: 15px;
  }

  .sales-order-invoice .sub-title,
  .sales-order-creditmemo .sub-title,
  .sales-order-shipment .sub-title {
    float: left;
    font-size: 15px;
    text-align: center;
    width: 100%;
  }

  .sales-order-invoice .order-links,
  .sales-order-creditmemo .order-links,
  .sales-order-shipment .order-links {
    text-align: center;
    width: 100%;
  }

  #my-sales-table th.filter .range {
    width: 245px !important;
  }

  #recurring_profile_list_view {
    font-size: 12px;
  }

  #recurring_profile_list_view a {
    font-size: inherit;
  }

  #recurring_profile_list_view th,
  #recurring_profile_list_view td {
    padding: 2px;
  }

  body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
    text-align: center;
    float: none;
  }

  .billing-agreements .info-box .button {
    width: 100%;
    float: none;
  }

  .billing-agreement-view-header-wrapper .heading {
    max-width: 100%;
  }

  body[class*="checkout-multishipping-"] .buttons-set .back-link {
    display: block;
  }

  .slideshow .banner-msg {
    top: 20%;
  }

  .slideshow .banner-msg h2 {
    font-size: 14px;
  }

  .slideshow .banner-msg h2 strong {
    font-size: 16px;
  }

  .sav-steps .page-title h1 {
    font-size: 2.3em;
  }

  .sav-step_0 fieldset .field ul {
    display: inline-block;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .sav-step_0 fieldset .field ul li {
    margin: 0.5em 0 1em;
  }

  .sav-step_0 .type-demande {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 15px;
  }

  .sav-step_0 .type-demande__visual {
    margin-bottom: 0;
    width: 100px;
  }

  .sav-step_0 .type-demande__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .sav-step_4 .uploaded-files li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .sav-step_4 .filename {
    width: 250px;
  }
}

@media only screen and (max-width: 450px) {
  #customer-reviews dl dd .ratings-table tr {
    float: none;
  }
}

@media only screen and (max-width: 420px) {
  .product-view .product-shop .price-box .price-excluding-tax,
  .product-view .product-shop .price-box .price-including-tax {
    margin-bottom: 5px;
  }

  .product-view .product-shop .price-box .price-excluding-tax span,
  .product-view .product-shop .price-box .price-including-tax span {
    display: block;
  }
}

@media only screen and (max-width: 320px) {
  .crosssell ul .item {
    padding: 0 0px 40px;
  }

  .crosssell ul .product-details .crosssell-actions {
    padding: 0 5px;
  }

  .product-review .ratings-table tr {
    float: none;
  }
}

@media only screen and (max-width: 870px) and (min-width: 771px) {
  .paypal-review-order .col2-set .col-1,
  .paypal-review-order .col2-set .col-2 {
    padding: 0px;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite,
  .btn-remove2,
  .ratings .rating-box,
  .ratings .rating-box .rating,
  .sorter > .sort-by .sort-by-switcher,
  .sorter > .view-mode .grid,
  .sorter > .view-mode .list,
  #search_mini_form .search-button:before,
  .product-view .sharing-links a,
  .review-summary-table .rating-box .rating-number:after,
  .ratings-table .rating-box,
  .ratings-table .rating-box .rating {
    background-image: url(https://www.moraco.fr/skin/frontend/moraco/default/images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }

  .footer .links.social-media em {
    background-image: url(https://www.moraco.fr/skin/frontend/moraco/default/images/social_icons@2x.png);
    background-size: 50px 125px;
  }
}

@media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 0) {
  input[type=email],
  input[type=search],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  select {
    font-size: 16px;
    /* Prevent from zooming on focus */
  }
}
/*# sourceMappingURL=styles.css.map */

