@charset "UTF-8";
.jcarousel-wrapper {
  padding: 0 10px;
  margin: 15px 0;
  position: relative;
}

/** Carousel **/
.jcarousel {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.jcarousel li {
  width: 200px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.jcarousel img {
  display: block;
  max-width: 100%;
  height: auto !important;
  margin: 0 auto;
}

/** Carousel Controls **/
.jcarousel-control-prev,
.jcarousel-control-next {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  text-align: center;
  background: #4E443C;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 1px #000;
  font: 24px/27px Arial, sans-serif;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 4px #F0EFE7;
  -moz-box-shadow: 0 0 4px #F0EFE7;
  box-shadow: 0 0 4px #F0EFE7;
}

.jcarousel-control-prev {
  left: 15px;
}

.jcarousel-control-next {
  right: 15px;
}

/** Carousel Pagination **/
.jcarousel-pagination {
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: 0;
}

.jcarousel-pagination a {
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  height: 10px;
  width: 10px;
  line-height: 10px;
  background: #fff;
  color: #4E443C;
  border-radius: 10px;
  text-indent: -9999px;
  margin-right: 7px;
}

.jcarousel-pagination a.active {
  background: #4E443C;
  color: #fff;
  opacity: 1;
}

/*! jQuery UI - v1.11.4 - 2016-04-28
* http://jqueryui.com
* Includes: core.css, menu.css, selectmenu.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.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-clearfix {
  min-height: 0;
  /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

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

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  /* Support: IE7 */
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #212121;
  background: #ffffff;
  font-weight: normal;
  color: #212121;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #454545;
  text-decoration: none;
}

.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 {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.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-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);
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-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: -64px 0;
}

.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: -64px -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: 0 -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 is deprecated, use ui-icon-seek-start instead */
.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;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 0px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 0px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 0px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 0px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
}

.ui-widget-shadow {
  margin: 0px 0 0 0px;
  padding: 5px;
  background: #666666;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
  border-radius: 8px;
}

@media (max-width: 1023px) {
  .header-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }

  .page {
    padding-top: 100px;
  }

  .header,
  .nav-container,
  #custommenu,
  .header .header-center {
    width: 100%;
  }

  .claim,
  #bookmarkme,
  .header_center_bottom .claimsubtitle {
    display: none;
  }

  .header {
    height: 100px;
  }
  .header .header-left {
    float: none;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -41px;
    width: 82px;
    z-index: 10000;
  }
  .header .header-left img {
    width: 82px;
    height: auto;
  }
  .header .header-right {
    float: none;
    height: 30px;
    background: white;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #245f8a;
    text-align: left;
    padding: 0 10px;
    margin: 45px 0 0;
    -moz-box-shadow: 0px 5px 4.75px 0.25px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0px 5px 4.75px 0.25px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 5px 4.75px 0.25px rgba(0, 0, 0, 0.35);
    position: relative;
    z-index: 1;
  }
  .header .header-right .arrow {
    display: none;
  }
  .header .header-right .phone {
    text-align: left;
    font-size: 15px;
    line-height: 30px;
    font-family: "Myriad Pro", "Myriad Web", "Tahoma", "Helvetica", "Arial", sans-serif;
    padding-left: 0;
    float: left;
    width: 50%;
    background: none;
  }
  .header .header-right .phone:before {
    content: "";
    background: url("../images/phone3.png") center center no-repeat;
    height: 18px;
    width: 18px;
    background-size: cover;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
  }
  .header .header-right .form-search {
    margin: 3px 0 0;
  }
  .header .header-right .form-search input.input-text {
    width: 79%;
    height: 24px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    border: 1px solid #ff6c00 !important;
  }
  .header .header-right #search_mini_form .button {
    width: 25px;
    height: 24px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-image: none;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYjQwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmNjYwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffb400), color-stop(100%, #ff6600));
    background-image: -moz-linear-gradient(#ffb400, #ff6600);
    background-image: -webkit-linear-gradient(#ffb400, #ff6600);
    background-image: linear-gradient(#ffb400, #ff6600);
    position: relative;
  }
  .header .header-right #search_mini_form .button:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    width: 14px;
    height: 11px;
    background: url("../images/lupa.png") center center no-repeat;
    background-size: cover;
  }
  .header .header-right .search-form {
    float: right;
    width: 50%;
  }

  .header_center_top {
    height: auto;
    position: absolute;
    top: 30px;
    height: 40px;
    width: 100%;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdhY2RkNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzYxYjRjMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7acdd5), color-stop(100%, #61b4c0));
    background-image: -moz-linear-gradient(#7acdd5, #61b4c0);
    background-image: -webkit-linear-gradient(#7acdd5, #61b4c0);
    background-image: linear-gradient(#7acdd5, #61b4c0);
  }
  .header_center_top span.claimtitle {
    color: white;
    font-size: 12px;
    margin-left: 10px;
    width: 100px;
    line-height: 17px;
    padding-top: 3px;
  }
  .header_center_top span.welcome-msg {
    padding-top: 2px;
    padding-right: 10px;
    color: white;
  }
  .header_center_top span.welcome-msg br {
    display: none;
  }
  .header_center_top .logoutlink {
    display: block;
    color: #245f8a;
    line-height: 10px;
    text-decoration: underline;
  }

  .header_center_bottom {
    background: #245f8a;
    position: absolute;
    top: 0;
    width: 100%;
    height: 30px;
  }
  .header_center_bottom .personalbuttons {
    margin-top: 0;
    background: transparent;
  }
  .header_center_bottom .personalbuttons li a {
    height: 30px;
    line-height: 30px;
  }

  .block-cart-header,
  .block-wishlist-header {
    position: static;
  }
  .block-cart-header #cart-header-items,
  .block-cart-header #wishlist-header-items,
  .block-wishlist-header #cart-header-items,
  .block-wishlist-header #wishlist-header-items {
    width: 100%;
    top: 30px;
    left: 0;
    right: 0;
    padding: 10px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .block-cart-header #cart-header-items .cart-header-item,
  .block-cart-header #cart-header-items .wishlist-header-item,
  .block-cart-header #wishlist-header-items .cart-header-item,
  .block-cart-header #wishlist-header-items .wishlist-header-item,
  .block-wishlist-header #cart-header-items .cart-header-item,
  .block-wishlist-header #cart-header-items .wishlist-header-item,
  .block-wishlist-header #wishlist-header-items .cart-header-item,
  .block-wishlist-header #wishlist-header-items .wishlist-header-item {
    width: 100%;
  }
  .block-cart-header #cart-header-items .cart-header-item .cart-header-data,
  .block-cart-header #cart-header-items .cart-header-item .wishlist-header-data,
  .block-cart-header #cart-header-items .wishlist-header-item .cart-header-data,
  .block-cart-header #cart-header-items .wishlist-header-item .wishlist-header-data,
  .block-cart-header #wishlist-header-items .cart-header-item .cart-header-data,
  .block-cart-header #wishlist-header-items .cart-header-item .wishlist-header-data,
  .block-cart-header #wishlist-header-items .wishlist-header-item .cart-header-data,
  .block-cart-header #wishlist-header-items .wishlist-header-item .wishlist-header-data,
  .block-wishlist-header #cart-header-items .cart-header-item .cart-header-data,
  .block-wishlist-header #cart-header-items .cart-header-item .wishlist-header-data,
  .block-wishlist-header #cart-header-items .wishlist-header-item .cart-header-data,
  .block-wishlist-header #cart-header-items .wishlist-header-item .wishlist-header-data,
  .block-wishlist-header #wishlist-header-items .cart-header-item .cart-header-data,
  .block-wishlist-header #wishlist-header-items .cart-header-item .wishlist-header-data,
  .block-wishlist-header #wishlist-header-items .wishlist-header-item .cart-header-data,
  .block-wishlist-header #wishlist-header-items .wishlist-header-item .wishlist-header-data {
    width: 50%;
  }
  .block-cart-header #cart-header-items .cart-header-item .cart-header-options,
  .block-cart-header #cart-header-items .cart-header-item .wishlist-header-options,
  .block-cart-header #cart-header-items .wishlist-header-item .cart-header-options,
  .block-cart-header #cart-header-items .wishlist-header-item .wishlist-header-options,
  .block-cart-header #wishlist-header-items .cart-header-item .cart-header-options,
  .block-cart-header #wishlist-header-items .cart-header-item .wishlist-header-options,
  .block-cart-header #wishlist-header-items .wishlist-header-item .cart-header-options,
  .block-cart-header #wishlist-header-items .wishlist-header-item .wishlist-header-options,
  .block-wishlist-header #cart-header-items .cart-header-item .cart-header-options,
  .block-wishlist-header #cart-header-items .cart-header-item .wishlist-header-options,
  .block-wishlist-header #cart-header-items .wishlist-header-item .cart-header-options,
  .block-wishlist-header #cart-header-items .wishlist-header-item .wishlist-header-options,
  .block-wishlist-header #wishlist-header-items .cart-header-item .cart-header-options,
  .block-wishlist-header #wishlist-header-items .cart-header-item .wishlist-header-options,
  .block-wishlist-header #wishlist-header-items .wishlist-header-item .cart-header-options,
  .block-wishlist-header #wishlist-header-items .wishlist-header-item .wishlist-header-options {
    float: right;
  }
  .block-cart-header #cart-header-items .cart-header-item .cart-header-options .wishlist-header-plus,
  .block-cart-header #cart-header-items .cart-header-item .cart-header-options .cart-header-plus,
  .block-cart-header #cart-header-items .cart-header-item .wishlist-header-options .wishlist-header-plus,
  .block-cart-header #cart-header-items .cart-header-item .wishlist-header-options .cart-header-plus,
  .block-cart-header #cart-header-items .wishlist-header-item .cart-header-options .wishlist-header-plus,
  .block-cart-header #cart-header-items .wishlist-header-item .cart-header-options .cart-header-plus,
  .block-cart-header #cart-header-items .wishlist-header-item .wishlist-header-options .wishlist-header-plus,
  .block-cart-header #cart-header-items .wishlist-header-item .wishlist-header-options .cart-header-plus,
  .block-cart-header #wishlist-header-items .cart-header-item .cart-header-options .wishlist-header-plus,
  .block-cart-header #wishlist-header-items .cart-header-item .cart-header-options .cart-header-plus,
  .block-cart-header #wishlist-header-items .cart-header-item .wishlist-header-options .wishlist-header-plus,
  .block-cart-header #wishlist-header-items .cart-header-item .wishlist-header-options .cart-header-plus,
  .block-cart-header #wishlist-header-items .wishlist-header-item .cart-header-options .wishlist-header-plus,
  .block-cart-header #wishlist-header-items .wishlist-header-item .cart-header-options .cart-header-plus,
  .block-cart-header #wishlist-header-items .wishlist-header-item .wishlist-header-options .wishlist-header-plus,
  .block-cart-header #wishlist-header-items .wishlist-header-item .wishlist-header-options .cart-header-plus,
  .block-wishlist-header #cart-header-items .cart-header-item .cart-header-options .wishlist-header-plus,
  .block-wishlist-header #cart-header-items .cart-header-item .cart-header-options .cart-header-plus,
  .block-wishlist-header #cart-header-items .cart-header-item .wishlist-header-options .wishlist-header-plus,
  .block-wishlist-header #cart-header-items .cart-header-item .wishlist-header-options .cart-header-plus,
  .block-wishlist-header #cart-header-items .wishlist-header-item .cart-header-options .wishlist-header-plus,
  .block-wishlist-header #cart-header-items .wishlist-header-item .cart-header-options .cart-header-plus,
  .block-wishlist-header #cart-header-items .wishlist-header-item .wishlist-header-options .wishlist-header-plus,
  .block-wishlist-header #cart-header-items .wishlist-header-item .wishlist-header-options .cart-header-plus,
  .block-wishlist-header #wishlist-header-items .cart-header-item .cart-header-options .wishlist-header-plus,
  .block-wishlist-header #wishlist-header-items .cart-header-item .cart-header-options .cart-header-plus,
  .block-wishlist-header #wishlist-header-items .cart-header-item .wishlist-header-options .wishlist-header-plus,
  .block-wishlist-header #wishlist-header-items .cart-header-item .wishlist-header-options .cart-header-plus,
  .block-wishlist-header #wishlist-header-items .wishlist-header-item .cart-header-options .wishlist-header-plus,
  .block-wishlist-header #wishlist-header-items .wishlist-header-item .cart-header-options .cart-header-plus,
  .block-wishlist-header #wishlist-header-items .wishlist-header-item .wishlist-header-options .wishlist-header-plus,
  .block-wishlist-header #wishlist-header-items .wishlist-header-item .wishlist-header-options .cart-header-plus {
    margin-top: 8px;
  }
  .block-cart-header #cart-header-items .cart-header-totals,
  .block-cart-header #cart-header-items .wishlist-header-totals,
  .block-cart-header #wishlist-header-items .cart-header-totals,
  .block-cart-header #wishlist-header-items .wishlist-header-totals,
  .block-wishlist-header #cart-header-items .cart-header-totals,
  .block-wishlist-header #cart-header-items .wishlist-header-totals,
  .block-wishlist-header #wishlist-header-items .cart-header-totals,
  .block-wishlist-header #wishlist-header-items .wishlist-header-totals {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .block-cart-header #cart-header-items .cart-header-totals .cart-header-finaliser,
  .block-cart-header #cart-header-items .cart-header-totals .wishlist-header-finaliser,
  .block-cart-header #cart-header-items .wishlist-header-totals .cart-header-finaliser,
  .block-cart-header #cart-header-items .wishlist-header-totals .wishlist-header-finaliser,
  .block-cart-header #wishlist-header-items .cart-header-totals .cart-header-finaliser,
  .block-cart-header #wishlist-header-items .cart-header-totals .wishlist-header-finaliser,
  .block-cart-header #wishlist-header-items .wishlist-header-totals .cart-header-finaliser,
  .block-cart-header #wishlist-header-items .wishlist-header-totals .wishlist-header-finaliser,
  .block-wishlist-header #cart-header-items .cart-header-totals .cart-header-finaliser,
  .block-wishlist-header #cart-header-items .cart-header-totals .wishlist-header-finaliser,
  .block-wishlist-header #cart-header-items .wishlist-header-totals .cart-header-finaliser,
  .block-wishlist-header #cart-header-items .wishlist-header-totals .wishlist-header-finaliser,
  .block-wishlist-header #wishlist-header-items .cart-header-totals .cart-header-finaliser,
  .block-wishlist-header #wishlist-header-items .cart-header-totals .wishlist-header-finaliser,
  .block-wishlist-header #wishlist-header-items .wishlist-header-totals .cart-header-finaliser,
  .block-wishlist-header #wishlist-header-items .wishlist-header-totals .wishlist-header-finaliser {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    clear: both;
    margin-left: 0;
    margin-right: 0;
    float: none;
    width: 100%;
  }
  .block-cart-header #cart-header-items .cart-header-totals .cart-header-finaliser span,
  .block-cart-header #cart-header-items .cart-header-totals .wishlist-header-finaliser span,
  .block-cart-header #cart-header-items .wishlist-header-totals .cart-header-finaliser span,
  .block-cart-header #cart-header-items .wishlist-header-totals .wishlist-header-finaliser span,
  .block-cart-header #wishlist-header-items .cart-header-totals .cart-header-finaliser span,
  .block-cart-header #wishlist-header-items .cart-header-totals .wishlist-header-finaliser span,
  .block-cart-header #wishlist-header-items .wishlist-header-totals .cart-header-finaliser span,
  .block-cart-header #wishlist-header-items .wishlist-header-totals .wishlist-header-finaliser span,
  .block-wishlist-header #cart-header-items .cart-header-totals .cart-header-finaliser span,
  .block-wishlist-header #cart-header-items .cart-header-totals .wishlist-header-finaliser span,
  .block-wishlist-header #cart-header-items .wishlist-header-totals .cart-header-finaliser span,
  .block-wishlist-header #cart-header-items .wishlist-header-totals .wishlist-header-finaliser span,
  .block-wishlist-header #wishlist-header-items .cart-header-totals .cart-header-finaliser span,
  .block-wishlist-header #wishlist-header-items .cart-header-totals .wishlist-header-finaliser span,
  .block-wishlist-header #wishlist-header-items .wishlist-header-totals .cart-header-finaliser span,
  .block-wishlist-header #wishlist-header-items .wishlist-header-totals .wishlist-header-finaliser span {
    width: 100%;
    font-size: 14px;
  }

  .personalbuttons li {
    position: static;
  }
  .personalbuttons li.first a, .personalbuttons li.first a:hover {
    background: url(../images/account-mobile.png) center no-repeat;
    background-size: cover;
    height: 20px;
    width: 18px;
    border: none;
    line-height: 1;
    padding: 0;
    margin: 5px 5px;
  }
  .personalbuttons li.secondlink span a,
  .personalbuttons li.secondlink span a:hover {
    background: url(../images/cart-mobile.png) center no-repeat;
    background-size: cover;
    height: 20px;
    width: 21px;
    border: none;
    line-height: 1;
    padding: 0;
    margin: 5px 5px;
  }
  .personalbuttons li.secondlink .num {
    top: -4px;
    right: -8px;
  }
  .personalbuttons li.thirdlink span a,
  .personalbuttons li.thirdlink span a:hover {
    background: url(../images/devis-mobile.png) center no-repeat;
    background-size: cover;
    height: 20px;
    width: 16px;
    border: none;
    line-height: 1;
    padding: 0;
    margin: 5px 10px 5px 5px;
  }
  .personalbuttons li.thirdlink .num {
    top: 1px;
    right: 0px;
  }

  .header-container {
    margin: 0;
    background: transparent;
  }

  #top {
    height: 0;
    padding: 0;
    margin: 0;
  }

  .nav-container {
    margin: 0;
    min-height: auto;
    background: #245f8a;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: none;
    position: absolute;
    top: 30px;
    z-index: 100;
  }
  .nav-container.open {
    display: block;
  }
  .nav-container #custommenu {
    padding-top: 40px;
  }
  .nav-container .menu {
    width: 100%;
    background: #245f8a;
  }
  .nav-container .menu .menu0 {
    background: transparent;
  }
  .nav-container #menu4 .parentMenu,
  .nav-container #menu5 .parentMenu,
  .nav-container #menu3 .parentMenu,
  .nav-container #menu10 .parentMenu,
  .nav-container #menu15 .parentMenu {
    padding-right: 0;
    background: transparent;
    position: relative;
  }
  .nav-container #menu4 .parentMenu:after,
  .nav-container #menu5 .parentMenu:after,
  .nav-container #menu3 .parentMenu:after,
  .nav-container #menu10 .parentMenu:after,
  .nav-container #menu15 .parentMenu:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 10px;
    background: url(../images/arrow-menu1.png) no-repeat right center;
    background-size: cover;
    height: 9px;
    width: 13px;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .nav-container #menu4 .parentMenu:hover,
  .nav-container #menu5 .parentMenu:hover,
  .nav-container #menu3 .parentMenu:hover,
  .nav-container #menu10 .parentMenu:hover,
  .nav-container #menu15 .parentMenu:hover {
    background: transparent;
  }
  .nav-container #menu4.open .parentMenu:after,
  .nav-container #menu5.open .parentMenu:after,
  .nav-container #menu3.open .parentMenu:after,
  .nav-container #menu10.open .parentMenu:after,
  .nav-container #menu15.open .parentMenu:after {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .nav-container .parent-menu {
    position: relative;
  }
  .nav-container .parent-menu:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 10px;
    background: url(../images/arrow-menu2.png) no-repeat right center;
    background-size: cover;
    height: 9px;
    width: 13px;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .nav-container .parent-menu.open:after {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .nav-container #custommenu {
    line-height: 30px;
    font-size: 15px;
    font-weight: 500;
    height: auto;
    width: 100%;
  }
  .nav-container #custommenu .parentMenu {
    font-weight: 500;
  }
  .nav-container #custommenu a {
    text-shadow: 0 0 0 transparent;
    line-height: 30px;
  }
  .nav-container #custommenu #search_mini_form {
    display: none;
  }
  .nav-container #custommenu .block1 {
    padding: 0;
  }
  .nav-container #custommenu .itemMenu a {
    line-height: 30px;
  }
  .nav-container #custommenu .itemMenu a.itemMenuName.level1 {
    font-size: 15px;
    text-transform: none;
    color: #245f8a;
    margin-bottom: 0;
  }
  .nav-container #custommenu .itemMenuName.level1 {
    background: #7cd0d7;
  }
  .nav-container #custommenu .itemMenu.level2 {
    padding-left: 15px;
  }
  .nav-container #custommenu .itemMenu.level2 .scroller {
    max-height: 120px;
    overflow: scroll;
  }
  .nav-container #custommenu div.column {
    width: 100%;
    float: none;
  }
  .nav-container #custommenu div.wp-custom-menu-popup {
    position: static;
    width: 100%;
    overflow: hidden;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .nav-container #custommenu div.menu a,
  .nav-container #custommenu div.wp-custom-menu-popup a {
    padding: 0 10px;
  }
  .nav-container #custommenu div.itemSubMenu {
    background: white;
    margin-bottom: 0;
    display: none;
  }
  .nav-container #custommenu div.itemSubMenu.open {
    display: block;
  }
  .nav-container #custommenu div.itemSubMenu a {
    color: #245f8a;
    font-size: 15px;
  }

  /* Icon 1 */
  #nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    z-index: 10000;
    width: 25px;
    height: 19px;
    position: relative;
    margin: 5px 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: inline-block;
  }
  #nav-icon1 span, #nav-icon2 span, #nav-icon3 span, #nav-icon4 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #d3531a;
    border-radius: 4px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }

  /* Icon 3 */
  #nav-icon3 span:nth-child(1) {
    top: 0px;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYjQwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmYWIwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffb400), color-stop(100%, #ffab00));
    background-image: -moz-linear-gradient(#ffb400, #ffab00);
    background-image: -webkit-linear-gradient(#ffb400, #ffab00);
    background-image: linear-gradient(#ffb400, #ffab00);
  }

  #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
    top: 8px;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmOTYwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmODYwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff9600), color-stop(100%, #ff8600));
    background-image: -moz-linear-gradient(#ff9600, #ff8600);
    background-image: -webkit-linear-gradient(#ff9600, #ff8600);
    background-image: linear-gradient(#ff9600, #ff8600);
  }

  #nav-icon3 span:nth-child(4) {
    top: 16px;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNzEwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmNjcwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff7100), color-stop(100%, #ff6700));
    background-image: -moz-linear-gradient(#ff7100, #ff6700);
    background-image: -webkit-linear-gradient(#ff7100, #ff6700);
    background-image: linear-gradient(#ff7100, #ff6700);
  }

  #nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }

  #nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header .header-right .form-search input.input-text {
    padding: 0 5px;
    width: 85%;
  }

  .search-form {
    position: relative;
  }

  #search_mini_form {
    position: absolute;
    top: 0;
    right: 0;
    width: 65%;
  }
}
.footcontainer .footcol-container {
  width: 100%;
}
.footcontainer .argu2 {
  float: right;
  margin-right: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .footcol-container .footcol4 {
    max-width: 300px;
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .logo-carousel {
    background: white;
  }
}
@media (max-width: 1023px) {
  .bottom-container .col-1,
  .bottom-container .col-2,
  .footbanner,
  .footer2.footer {
    width: 100%;
  }

  .bottom-container .col-3 {
    display: none;
  }

  .footer1 {
    display: none;
  }

  #fancybox-close {
    right: -43px;
  }

  .footbanner {
    left: auto;
    margin: 0;
  }
  .footbanner p {
    margin: 0;
  }
  .footbanner img {
    width: 30%;
    margin-right: 3%;
    vertical-align: middle;
    display: inline-block;
  }

  .footcontainer {
    margin: 0;
  }
  .footcontainer .f-left, .footcontainer .left {
    float: none !important;
  }

  .tags,
  .footcol4,
  .argu1,
  .argu2,
  .bottom-container {
    display: none;
  }

  .noyades {
    margin: 0 10px;
    background: #e3e3e3;
    padding: 20px;
  }
  .noyades h4 {
    font-size: 18px;
    font-weight: 700;
    color: #245f8a;
    text-transform: uppercase;
    margin-bottom: 7px;
    text-shadow: 1px 1px 0px rgba(1, 1, 1, 0.15);
  }
  .noyades span {
    font-size: 16px;
    color: #212121;
    margin-bottom: 10px;
    display: block;
  }
  .noyades img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .noyades a {
    font-size: 12px;
    text-decoration: none;
    font-weight: 600;
    color: #ff6c00;
    text-transform: uppercase;
    text-align: right;
    background-position: right center;
    line-height: 22px;
  }

  .actualites-block {
    background: #e3e3e3;
    margin: 0 10px;
    padding: 20px;
  }
  .actualites-block h2 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 7px;
    text-shadow: 1px 1px 0px rgba(1, 1, 1, 0.15);
  }
  .actualites-block h2 a {
    text-decoration: none;
    color: #245f8a;
  }
  .actualites-block .date {
    color: #245f8a;
  }
  .actualites-block .title {
    text-transform: none;
    font-size: 16px;
  }
  .actualites-block p {
    color: #212121;
  }

  .actualites-block.mobile-only,
  .logo-carousel,
  .noyades.mobile-only {
    display: none !important;
  }

  .footcontainer .tags,
  .f-left .footcol1,
  .f-left .footcol2,
  .f-left .footcol3,
  .f-left .footcol4 {
    float: none;
    margin: 0;
    max-width: none;
    width: 100%;
  }

  .footcontainer {
    margin: 10px;
  }

  .footer2.footer {
    margin: 0px;
    padding: 0;
    border: 1px solid #245f8a;
  }
  .footer2.footer .footcol1,
  .footer2.footer .footcol2,
  .footer2.footer .footcol3,
  .footer2.footer .footcol5,
  .footer2.footer .footcol6 {
    border-bottom: 1px solid #245f8a;
  }
  .footer2.footer .footcol1 ul,
  .footer2.footer .footcol2 ul,
  .footer2.footer .footcol3 ul,
  .footer2.footer .footcol5 ul,
  .footer2.footer .footcol6 ul {
    display: none;
    padding: 0 10px 10px;
  }
  .footer2.footer .footcol1 a,
  .footer2.footer .footcol2 a,
  .footer2.footer .footcol3 a,
  .footer2.footer .footcol5 a,
  .footer2.footer .footcol6 a {
    color: #212121;
  }
  .footer2.footer .footcol1 h5, .footer2.footer .footcol1 h3,
  .footer2.footer .footcol2 h5,
  .footer2.footer .footcol2 h3,
  .footer2.footer .footcol3 h5,
  .footer2.footer .footcol3 h3,
  .footer2.footer .footcol5 h5,
  .footer2.footer .footcol5 h3,
  .footer2.footer .footcol6 h5,
  .footer2.footer .footcol6 h3 {
    padding: 10px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 16px;
    cursor: pointer;
    color: #245f8a !important;
    position: relative;
    font-weight: 600;
    text-shadow: 1px 1px 1px #c8c8c8;
  }
  .footer2.footer .footcol1 h5:after, .footer2.footer .footcol1 h3:after,
  .footer2.footer .footcol2 h5:after,
  .footer2.footer .footcol2 h3:after,
  .footer2.footer .footcol3 h5:after,
  .footer2.footer .footcol3 h3:after,
  .footer2.footer .footcol5 h5:after,
  .footer2.footer .footcol5 h3:after,
  .footer2.footer .footcol6 h5:after,
  .footer2.footer .footcol6 h3:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 15px;
    background: url(../images/arrow-menu2.png) no-repeat right center;
    background-size: cover;
    height: 9px;
    width: 13px;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .footer2.footer .footcol1.open h5:after,
  .footer2.footer .footcol1.open h3:after,
  .footer2.footer .footcol2.open h5:after,
  .footer2.footer .footcol2.open h3:after,
  .footer2.footer .footcol3.open h5:after,
  .footer2.footer .footcol3.open h3:after,
  .footer2.footer .footcol5.open h5:after,
  .footer2.footer .footcol5.open h3:after,
  .footer2.footer .footcol6.open h5:after,
  .footer2.footer .footcol6.open h3:after {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .footer2.footer .footcol1.open ul,
  .footer2.footer .footcol2.open ul,
  .footer2.footer .footcol3.open ul,
  .footer2.footer .footcol5.open ul,
  .footer2.footer .footcol6.open ul {
    display: block;
  }
  .footer2.footer .footcol5 li {
    display: inline-block;
    width: 29%;
    margin-right: 5%;
  }
  .footer2.footer .footcol5 li:last-child {
    margin-right: 0;
  }
  .footer2.footer .footcol6 {
    border: none;
  }
  .footer2.footer .footcol6 ul {
    text-align: center;
  }
  .footer2.footer .footcol6 li {
    display: inline-block;
    margin-right: 5%;
  }
  .footer2.footer .footcol6 li:first-child {
    margin-right: 0;
    display: block;
  }
  .footer2.footer .footcol6 li:last-child {
    margin-right: 0;
  }
  .footer2.footer .footcol6 li span {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    color: #212121;
    font-size: 14px;
  }
  .footer2.footer .footcol6 li img {
    width: 40px;
    height: auto;
  }
}
.mobile-only,
.tablet-down {
  display: none !important;
}

.mobile-only-cell {
  display: none;
}

@media (max-width: 1023px) {
  *, *:before, *:after {
    box-sizing: border-box;
  }

  .col-left {
    display: none;
  }

  .col2-left-layout .col-main, .page {
    float: none;
    width: 100%;
  }

  .tablet-down {
    display: block !important;
  }

  .hide-on-tablet {
    display: none !important;
  }

  input[type="text"],
  input.input-text,
  textarea {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid black !important;
    background: #e3e3e3 !important;
    float: none;
    box-shadow: none !important;
  }

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

  .breadcrumbs {
    background: transparent;
    text-transform: uppercase;
    color: #245f8a;
    padding: 8px 10px 0;
  }
  .breadcrumbs a, .breadcrumbs strong {
    font-weight: 600;
    text-transform: uppercase;
    color: #245f8a;
  }
  .breadcrumbs li.home {
    position: relative;
    padding-left: 15px;
  }
  .breadcrumbs li.home:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    height: 9px;
    width: 10px;
    background: url(../images/home.png) center center;
    background-size: cover;
  }
  .breadcrumbs li a.home {
    display: none;
  }

  .home-icon {
    height: 9px;
    width: 10px;
    background: url(../images/home.png) center center;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .hide-on-mobile,
  .desktop-only {
    display: none !important;
  }

  .mobile-only {
    display: block !important;
  }

  .mobile-only-cell {
    display: table-cell;
  }

  body.noscroll {
    position: fixed;
    overflow: hidden;
  }

  h2,
  .postTitle h2 {
    font-size: 18px;
  }

  .category-title h1,
  .onepage-steps h1,
  .catalogsearch-result-index .page-title h1 {
    font-size: 18px;
  }

  .hide-on-mobile {
    display: none;
  }

  .mobile-only {
    display: block;
  }

  .mobile-only-cell {
    display: table-cell;
  }

  .col-left {
    display: none;
  }

  .col2-left-layout .col-main, .page {
    float: none;
    width: 100%;
  }
}
#main-photo-slider {
  height: auto !important;
}

#movers-row .dot {
  height: 11px;
  width: 11px;
  margin: 18px auto;
  display: inline-block;
  background: url(../images/dot.png);
}
#movers-row .active-thumb .dot {
  background: url(../images/dot2.png);
}

.slide-container .slider-wrap {
  height: auto;
}
.slide-container .slide {
  float: left;
  width: 100%;
  height: auto;
}
.slide-container .slide img {
  width: 100%;
  height: auto;
}
.slide-container .stripNavR,
.slide-container .stripNavL {
  cursor: pointer;
  z-index: 10;
}

.iosSlider2 .slide {
  width: 100%;
}

@media (max-width: 1023px) {
  .actualites-block,
  .logo-carousel,
  .noyades {
    display: none !important;
  }

  .cms-home .actualites-block,
  .cms-home .logo-carousel,
  .cms-home .noyades {
    display: block !important;
  }

  .summary.newproducts {
    display: none;
  }

  .catalog-listing {
    margin: 0;
    padding: 0 10px;
  }
  .catalog-listing h3 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 24px;
    text-shadow: 0 0 0 transparent;
  }
  .catalog-listing .top-cat {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 24px;
  }
  .catalog-listing .bottom-cat {
    border: none;
    height: auto;
  }
  .catalog-listing .category-box {
    margin-bottom: 15px;
  }

  .top-cat {
    margin-bottom: 10px;
  }
  .top-cat span {
    height: 36px;
    width: 36px;
    right: 4px;
    top: -6px;
    padding: 0;
    background-size: cover;
  }
  .top-cat span img {
    width: 100%;
    height: auto;
  }
  .top-cat a {
    font-size: 16px;
    line-height: 24px;
    text-shadow: 0 0 0 transparent;
  }

  .bottom-cat h4, .bottom-cat .h4 {
    display: none;
  }

  .cat-list {
    width: 50%;
    float: right;
  }
  .cat-list a {
    color: #245f8a;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
    padding: 5px 0;
    font-weight: 600;
  }
  .cat-list .linkcat {
    display: none;
  }

  .topprods {
    margin-top: 12px;
  }
  .topprods li {
    min-height: auto;
    overflow: hidden;
  }
  .topprods .prod-name {
    height: 48px;
    overflow: hidden;
  }

  .prod-list .product img {
    width: 100% !important;
    height: auto !important;
  }

  .linkcat {
    text-align: right;
  }

  .product-feat {
    margin: 0;
    float: left;
    width: 50%;
  }
  .product-feat img {
    width: 100%;
    height: auto;
  }
  .product-feat a.orangegradient {
    font-size: 16px;
  }

  .price {
    font-size: 24px;
  }

  .topprods li {
    padding: 5px;
    width: 33%;
    border-bottom: 1px solid #808080;
    min-height: none;
  }
  .topprods li img {
    width: 100%;
    height: auto;
  }
  .topprods li.prod1 {
    border-left: 1px solid #808080;
  }
  .topprods li.prod3 {
    border-right: 1px solid #808080;
  }
}
@media (max-width: 767px) {
  .mainslide {
    padding: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .mainslide .sliderhome {
    float: none;
  }
  .mainslide .sliderhome .slide-container {
    padding-bottom: 30px;
    width: 100%;
  }

  #main-photo-slider img {
    width: 100%;
    height: auto;
  }

  .slide-container .slider-wrap #movers-row {
    bottom: -30px;
    height: 30px;
  }
  .slide-container .slider-wrap #movers-row .zoom {
    display: none;
  }
  .slide-container .slider-wrap #movers-row a.cross-link img,
  .slide-container .slider-wrap #movers-row .dot {
    margin: 9px auto;
  }
  .slide-container .stripNavR, .slide-container .stripNavL {
    display: none;
  }

  .bannerside,
  .buttonstopages {
    display: none;
  }

  .buttons-home {
    overflow: hidden;
    color: white;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 5px 10px 0;
  }
  .buttons-home a {
    display: block;
    text-decoration: none;
    color: white;
  }
  .buttons-home .button {
    position: relative;
    line-height: 29px;
    height: 39px;
    padding: 5px;
    width: 49%;
    float: left;
  }
  .buttons-home .button:first-child {
    margin-right: 1%;
  }
  .buttons-home .button:last-child {
    margin-left: 1%;
  }
  .buttons-home .button.devis-button:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 25px;
    background: url("../images/devis2.png") center center no-repeat;
    background-size: cover;
    margin-right: 5px;
  }
  .buttons-home .button.livraison-button:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 14px;
    background: url("../images/minislider1.png") center center no-repeat;
    background-size: cover;
    margin-right: 5px;
  }
  .buttons-home .button.nous-button {
    padding-left: 36px;
  }
  .buttons-home .button.nous-button:before {
    content: "";
    position: absolute;
    top: -5px;
    left: -7px;
    width: 50px;
    height: 50px;
    background: url("../images/devis.png") center center no-repeat;
    background-size: cover;
  }
  .buttons-home .button.payez-button {
    line-height: 14px;
    padding-left: 36px;
  }
  .buttons-home .button.payez-button:before {
    content: "";
    position: absolute;
    top: -5px;
    left: -7px;
    width: 50px;
    height: 50px;
    background: url("../images/cheque.png") center center no-repeat;
    background-size: cover;
  }

  .catalog-listing a {
    display: block;
  }
  .catalog-listing .category-box {
    float: none;
    width: 100%;
  }
  .catalog-listing .category-box.even {
    margin-left: 0;
  }

  .bottom-container .col-1 {
    display: none;
  }
}
.cat-img-container {
  min-width: 178px;
  width: 100%;
  min-height: 123px;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 1023px) {
  .products-grid li img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  #recherche-left-block1 {
    border: 1px solid #245f8a;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  #recherche-left-block1 .block-title {
    height: auto;
    background: #245f8a;
  }
  #recherche-left-block1 .block-title span {
    color: white;
    font-weight: 400;
    font-size: 18px;
    padding: 0 10px;
    line-height: 30px;
  }
  #recherche-left-block1 .block-content {
    background: #e3e3e3;
  }
  #recherche-left-block1 .block-content > p {
    display: none;
  }
  #recherche-left-block1 .block-content dt, #recherche-left-block1 .block-content dd {
    border: 1px solid #245f8a;
  }
  #recherche-left-block1 .block-content dt {
    text-shadow: 0 0 0 transparent;
    border-bottom: none;
    background-position: 98% center;
    padding-left: 10px;
    padding-right: 20px;
    line-height: 28px;
    font-size: 14px;
    font-weight: 400;
  }
  #recherche-left-block1 .block-content dt.last, #recherche-left-block1 .block-content dt.active {
    border-bottom: 1px solid #245f8a;
  }
  #recherche-left-block1 .block-content dd {
    border-top: none;
    border-bottom: none;
  }
  #recherche-left-block1 .block-content dd.last {
    border-bottom: 1px solid #245f8a;
  }
  #recherche-left-block1 .block-content dd li {
    display: block;
    float: none;
    margin: 0;
    line-height: 30px;
    padding: 0 10px;
  }

  .catalog-category-view .best-sellers {
    display: none;
  }

  .promo-box {
    margin: 0 10px;
  }
  .promo-box span {
    padding: 0 30px;
    font-size: 11px;
  }
  .promo-box span strong {
    font-size: 14px;
  }

  .countcat {
    width: 100%;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    border: none;
    margin: 0;
    padding: 0;
  }

  #comparelist {
    display: none;
  }
  #comparelist span {
    font-size: 12px;
  }

  .block-layered-nav dd li {
    color: #7cd0d7;
    font-weight: 600;
  }
  .block-layered-nav dd li a, .block-layered-nav dd li .price {
    font-weight: 500;
  }

  .limiter {
    width: auto;
  }
  .limiter label {
    display: none;
  }

  .sort-by .mobile-only {
    display: inline;
  }

  .pages {
    width: auto;
  }
  .pages li {
    border: 1px solid #245f8a;
    height: 25px;
    width: 25px;
    display: inline-block;
    vertical-align: top;
    line-height: 25px;
    padding: 0;
  }
  .pages li a {
    text-decoration: none;
    padding: 0;
  }
  .pages .current {
    color: white;
    padding: 0;
    background: #245f8a;
  }
  .pages a {
    display: block;
    padding: 0;
  }
  .pages a.next, .pages a.previous {
    padding: 0;
    line-height: 20px;
  }
  .pages a.next img, .pages a.previous img {
    display: inline-block;
    margin: 8px auto;
    vertical-align: middle;
    width: 9px;
    height: auto;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .pages a.previous img {
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  .products-grid li.item {
    width: 48%;
    margin: 0 0 10px;
  }
  .products-grid li.item:nth-child(even) {
    margin-right: 2%;
  }
  .products-grid li.item:nth-child(even) {
    margin-left: 2%;
  }
  .products-grid li .moreinfo {
    min-height: 130px;
  }
  .products-grid .regular-price .price {
    font-size: 24px;
  }
  .products-grid .add-to-links {
    display: none;
  }
  .products-grid .product-name {
    height: 52px;
    overflow: hidden;
    min-height: auto;
  }

  .special-price .price {
    font-size: 24px;
  }

  .nowmore a {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .cart .cart-collaterals .col2-set .col-1,
  .cart .cart-collaterals .col2-set .col-2 {
    width: 50%;
  }

  .cart .cart-collaterals .sideboxes li small {
    font-size: 10px;
  }
  .cart .discount input.input-text {
    height: 27px;
  }
  .cart .discount .input-box {
    width: 165px;
  }

  .cart-table .btn-empty span span {
    padding: 0 10px;
  }
}
@media (max-width: 1023px) {
  .checkout-onepage-index .sidebar {
    display: none;
  }
  .checkout-onepage-index .col-main {
    padding: 0 10px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .onepage-steps h1 {
    text-align: center;
  }

  .opc .step-title {
    padding: 0 5px;
    margin-bottom: 1px;
  }
  .opc .step-title .number {
    font-size: 14px;
    height: 18px;
    width: 18px;
    line-height: 18px;
    margin: 3px 5px 3px 0;
  }
  .opc .step-title h2 {
    line-height: 24px;
    font-size: 16px;
  }
  .opc .step {
    padding: 15px;
  }
  .opc .form-list .field,
  .opc .form-list .input-box {
    width: 100%;
    margin-left: 0;
  }
  .opc .form-list input.input-text {
    width: 100%;
  }
  .opc .form-list li.wide {
    margin-left: 0;
  }
  .opc .form-list li.wide .input-box,
  .opc .form-list li.wide input.input-text {
    width: 100%;
  }
  .opc .form-list li.control label {
    display: inline-block;
    width: 100%;
  }
  .opc .col2-set .col-1 {
    width: 100%;
    float: none;
  }
  .opc .col2-set .col-2 {
    width: 100%;
    float: none;
  }

  #checkout-step-billing,
  #checkout-step-shipping {
    padding: 15px;
  }

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

  .dropdown-billing {
    right: 0;
  }
  .dropdown-billing dt a {
    width: 100%;
  }

  #select-div-billing select, #select-div-shipping select {
    height: 33px;
  }

  .cart-summary {
    color: #212121;
    border: 1px solid #245f8a;
    padding: 5px;
    margin: 5px 0;
  }
  .cart-summary .product-item {
    background: #dfdfdf;
    margin-bottom: 5px;
    padding: 9px 20px;
  }
  .cart-summary .cart-titles {
    margin-top: 18px;
    margin-bottom: 20px;
    font-size: 12px;
  }
  .cart-summary .cart-titles span {
    width: 32%;
    display: inline-block;
    vertical-align: top;
  }
  .cart-summary .price, .cart-summary .qty {
    font-size: 12px;
    color: #212121;
  }
  .cart-summary .price-total .price {
    color: #ff1a00;
  }
  .cart-summary .qty, .cart-summary .cart-price {
    display: inline-block;
    width: 32%;
  }

  .data-table.total-checkout {
    width: 100%;
    float: none;
    font-size: 14px;
  }
  .data-table.total-checkout .a-right {
    text-align: left !important;
  }
  .data-table.total-checkout .price {
    font-size: 12px;
  }
  .data-table.total-checkout td:last-child {
    width: 60%;
  }
  .data-table.total-checkout tr:last-child {
    font-size: 14px;
  }
  .data-table.total-checkout tr:last-child .price {
    font-size: 15px;
  }

  .shipping-summary,
  .billing-summary,
  .payment-summary {
    border: 1px solid #245f8a;
    padding: 15px 5px 10px;
    margin: 5px 0;
    font-size: 12px;
    color: #212121;
  }
  .shipping-summary h3,
  .billing-summary h3,
  .payment-summary h3 {
    text-transform: uppercase;
    color: #212121;
    font-size: 12px;
  }
  .shipping-summary span.modify,
  .billing-summary span.modify,
  .payment-summary span.modify {
    cursor: pointer;
    float: right;
    text-decoration: underline;
    color: #7cd0d7;
    text-transform: none;
  }

  .checkout-onepage-success h1 {
    font-size: 20px;
  }
  .checkout-onepage-success .col-main {
    width: 100%;
  }
  .checkout-onepage-success .sidebar {
    display: none;
  }

  .sideboxes li {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 65px;
  }
  .sideboxes li a {
    font-size: 12px;
    line-height: 13px;
  }
  .sideboxes li img {
    margin-top: -3px;
    margin-bottom: 4px;
    width: 16px;
    height: auto;
  }

  .cart .cart-collaterals .sideboxes li a {
    font-size: 12px;
    line-height: 13px;
  }
  .cart .cart-collaterals .sideboxes li img {
    margin-top: 6px;
    margin-bottom: 10px;
  }

  .checkout-cart-index .totals {
    border: 1px solid #245f8a;
    padding: 5px;
    margin: 5px 10px;
    overflow: hidden;
  }
  .checkout-cart-index #shopping-cart-totals-table {
    width: 100%;
  }
  .checkout-cart-index #shopping-cart-totals-table td, .checkout-cart-index #shopping-cart-totals-table th {
    font-size: 14px;
  }
  .checkout-cart-index .button.btn-checkout {
    margin: 0;
  }
  .checkout-cart-index .cart fieldset {
    padding: 0 10px;
  }
  .checkout-cart-index .cart .cart-collaterals {
    padding-top: 0px;
  }
  .checkout-cart-index .cart .cart-collaterals #discount-coupon-form {
    display: none;
  }
  .checkout-cart-index .cart .cart-collaterals .col2-set {
    padding: 0 10px;
  }
  .checkout-cart-index .cart .cart-collaterals .col2-set .col-1 {
    width: 100%;
    padding: 5px;
    border: 1px solid #245f8a;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .checkout-cart-index .cart .discount h2 {
    color: black;
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
  }
  .checkout-cart-index .cart .discount .input-box {
    float: none;
    width: 120px;
    display: inline-block;
    vertical-align: top;
  }
  .checkout-cart-index .cart .discount input.input-text {
    height: 28px;
    width: 100%;
    border-color: #ff6c00;
  }
  .checkout-cart-index .cart .discount .buttons-set {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .checkout-cart-index .cart .discount .discount-form {
    background: none;
    padding: 5px;
    border: none;
  }
  .checkout-cart-index .cart .discount label {
    display: none;
  }
  .checkout-cart-index .btn-continue {
    display: none;
  }
  .checkout-cart-index .btn-update {
    float: left;
  }
  .checkout-cart-index button.button {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .checkout-cart-index button.button span {
    text-transform: uppercase;
    font-size: 11px !important;
  }
  .checkout-cart-index .cart-table {
    border: 1px solid #245f8a;
  }
  .checkout-cart-index .cart-table td, .checkout-cart-index .cart-table tr, .checkout-cart-index .cart-table thead, .checkout-cart-index .cart-table tbody {
    display: block;
  }
  .checkout-cart-index .cart-table tfoot td {
    padding: 0;
  }
  .checkout-cart-index .cart-table tr {
    padding: 5px;
    border: none;
    background: transparent;
  }
  .checkout-cart-index .cart-table td.first {
    background: #f5f5f5;
    margin-bottom: 5px;
    padding: 5px;
    width: 100%;
    overflow: hidden;
  }
  .checkout-cart-index .cart-table td.first img {
    float: left;
    max-width: 90px;
    height: auto;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .checkout-cart-index .price-td,
  .checkout-cart-index .qty-td,
  .checkout-cart-index .sub-total-td,
  .checkout-cart-index .delete-td {
    border: none;
    display: table-cell !important;
    background: #dfdfdf;
    width: 1%;
    text-align: center;
    padding: 5px;
  }
  .checkout-cart-index .delete-td .btn-remove2 {
    display: inline-block;
  }
  .checkout-cart-index .page-title,
  .checkout-cart-index .descrip,
  .checkout-cart-index thead,
  .checkout-cart-index .quantity_box_button_up,
  .checkout-cart-index .quantity_box_button_down {
    display: none !important;
  }
  .checkout-cart-index .price {
    font-size: 12px;
    line-height: 35px;
  }
  .checkout-cart-index .qtybox {
    width: auto;
  }
  .checkout-cart-index input.input-text {
    border: 1px solid #245f8a;
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0 auto;
  }
  .checkout-cart-index input.input-text.qty {
    right: auto;
    position: relative;
    float: none !important;
    display: inline-block;
  }
}
.product-view .slide img {
  width: 357px;
  height: 357px;
}

input[type="text"], textarea {
  -webkit-appearance: none;
}

.upsell-products .product-name,
.related-products .product-name {
  height: 63px;
  overflow: hidden;
}
.upsell-products .product-desc,
.related-products .product-desc {
  height: 42px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .catalog-product-view .col-main {
    overflow: hidden;
  }

  .paymentico {
    display: none;
  }

  .product-view {
    padding: 0 !important;
  }
  .product-view #product_addtocart_form {
    background: #e3e3e3;
    padding: 0 10px;
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
  }
  .product-view .share-btn {
    clear: both;
  }
  .product-view .share-btn .fb_iframe_widget {
    margin-bottom: 10px;
    display: inline-block;
  }
  .product-view .product-img-box {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
    position: relative;
  }
  .product-view .product-img-box .more-views {
    height: auto !important;
  }
  .product-view .product-img-box .more-views .slider {
    width: 100%;
  }
  .product-view .product-img-box .share-btn {
    display: none;
  }
  .product-view .product-img-box .slide {
    width: 100%;
    height: auto;
  }
  .product-view .product-img-box .slide img {
    width: 100%;
    height: auto;
  }
  .product-view .product-info {
    width: 60% !important;
    float: left;
  }
  .product-view .product-info .sideboxes,
  .product-view .product-info .print-btn {
    display: none;
  }
  .product-view .product-info .infoblock {
    /*width: 70%;
    clear: none;
    float: left;*/
  }
  .product-view .product-info #poolOptionsContainer {
    width: auto;
    right: 0;
    z-index: 1;
  }
  .product-view .sideboxes {
    float: right;
    width: 40%;
  }
  .product-view .sideboxes li {
    height: 62px;
    margin-bottom: 5px;
  }

  .devis-toggle {
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    line-height: 30px;
    text-transform: uppercase;
    color: white;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    width: 100%;
    z-index: 1000;
  }

  .bg-overlay-devis {
    background: rgba(255, 255, 255, 0.4);
    z-index: 10000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
  }

  .product-devis {
    display: none;
    position: fixed;
    top: 10%;
    bottom: 10px;
    left: 10px;
    right: 10px;
    z-index: 10000000;
    border: 1px solid #7cd0d7;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    overflow: visible;
  }
  .product-devis .title {
    font-size: 14px;
    color: white;
    line-height: 18px;
    width: 80%;
    /*position: absolute;
    left:10%;
    top: -15px;*/
    margin: -25px 10% 0;
    font-weight: 500;
    padding: 5px 10px;
    z-index: 1;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI1NjE4ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAzMmQ0YiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #25618d), color-stop(100%, #032d4b));
    background-image: -moz-linear-gradient(#25618d, #032d4b);
    background-image: -webkit-linear-gradient(#25618d, #032d4b);
    background-image: linear-gradient(#25618d, #032d4b);
  }
  .product-devis .scroller {
    padding-top: 10px;
    overflow-y: scroll;
    height: 100%;
  }
  .product-devis form {
    margin: 0;
  }
  .product-devis form tr {
    margin-bottom: 5px;
    display: block;
  }
  .product-devis form tr td {
    display: block;
  }
  .product-devis form tr td:first-child {
    text-transform: uppercase;
    line-height: 16px;
    margin-bottom: 5px;
  }
  .product-devis form tr:last-child td:first-child {
    text-transform: none;
    margin-top: 5px;
  }
  .product-devis form input[type="text"],
  .product-devis form textarea {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid black;
    background: #e3e3e3;
    float: none;
  }

  #container2 {
    position: relative;
  }
  #container2 .product-options-bottom {
    background: transparent;
    padding: 0;
  }
  #container2 .product-options-bottom .add-to-links,
  #container2 .product-options-bottom .addthis_toolbox {
    display: none;
  }
  #container2 .product-options-bottom button.button {
    margin-top: 0;
  }
  #container2 .price-box {
    position: absolute;
    top: 27px;
    right: 0;
  }
  #container2 .price {
    font-weight: 600;
  }

  .add-to-box {
    background: transparent;
  }

  .add-to-cart button.button {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .add-to-cart button.button.btn-cart span {
    background: none;
    padding-right: 12px;
  }
  .add-to-cart button.button.btn-cart span span {
    font-size: 14px;
    text-transform: none;
  }

  .shipping_times {
    margin-bottom: 10px;
  }

  .product-options {
    margin-bottom: 0;
    background: transparent;
  }
  .product-options p.required {
    position: relative;
    right: auto;
    top: auto;
    text-align: left;
  }
  .product-options dd select {
    width: 60%;
  }

  .more-views-arrow.prev,
  .more-views-arrow.next {
    top: 50%;
    margin-top: -25px;
  }

  .product-collateral {
    padding: 0 10px;
  }

  .product-tabs-header {
    background: #7cd0d7;
    color: white;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    padding: 0 10px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
  }
  .product-tabs-header.active {
    background: #245f8a;
  }
  .product-tabs-header.active:after {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .product-tabs-header:after {
    content: "";
    position: absolute;
    right: 5px;
    top: 5px;
    background: white url(../images/arrow-menu2.png) no-repeat center center;
    background-size: 47%;
    height: 20px;
    width: 20px;
    display: block;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
  }

  .product-collateral .product-tabs-content {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #245f8a;
  }

  .upsell-products,
  .related-products {
    padding: 0;
  }
  .upsell-products h2,
  .related-products h2 {
    font-size: 18px;
  }

  .box-related {
    padding: 0 10px;
  }
  .box-related .product-name {
    height: 42px;
  }

  button.btn-cart span {
    background: none;
    padding: 0 10px;
  }
  button.btn-cart span span {
    font-size: 14px;
  }

  .btn-devis {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .btn-devis span {
    background: none;
    padding: 0 10px;
    font-size: 11px;
  }

  button.button {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }

  .prod-list li {
    width: 48%;
    margin: 0 0 10px;
  }
  .prod-list li:nth-child(even) {
    margin-right: 2%;
  }
  .prod-list li:nth-child(even) {
    margin-left: 2%;
  }
}
.account-control .breadcrumbs {
  display: none;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .account-login .col2-set {
    padding: 0 10px;
  }
  .account-login .col2-set .col-1, .account-login .col2-set .col-2 {
    width: 100%;
    margin-left: 0;
    float: none;
  }
  .account-login .col-2 .form-list {
    width: 50%;
  }

  .customer-name .name-firstname,
  .customer-name .name-lastname {
    width: 48%;
  }
  .customer-name .name-firstname {
    margin-right: 2%;
  }
  .customer-name .name-lastname {
    margin-left: 2%;
  }

  .contras .field {
    width: 48%;
  }
  .contras .field:first-child {
    margin-right: 2%;
  }
  .contras .field:last-child {
    margin-left: 2%;
  }

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

  .account-login .form-list input.input-text {
    width: 100%;
  }

  .account-control .breadcrumbs {
    display: block;
  }
  .account-control .col2-left-layout .col-main {
    width: 100%;
  }
  .account-control .col2-left-layout .col-left {
    width: 100%;
  }

  .edit-page .customer-name .name-firstname,
  .edit-page .customer-name .name-lastname {
    float: left;
    width: 48%;
  }

  .newsletter-manage-index .col-main {
    padding: 0 10px;
  }

  .my-wishlist .fieldset {
    width: 100%;
  }
  .my-wishlist .legend {
    width: 100%;
  }
  .my-wishlist .item-wishlist {
    width: 100%;
    float: none;
  }
  .my-wishlist .item-wishlist .trash {
    margin-top: 52px;
  }
}
@media (max-width: 1023px) {
  .menu-toggle-dash {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
  }
  .menu-toggle-dash img {
    width: 25px;
    height: auto;
  }

  .account-control .col2-left-layout .col-left {
    position: fixed;
    top: 100px;
    z-index: 10000;
    float: none;
    width: 100%;
    font-size: 16px;
    margin: 0;
  }
  .account-control .col2-left-layout .col-left .block-content {
    padding-bottom: 0;
  }
  .account-control .col2-left-layout .col-left .block-content li {
    line-height: 30px;
    padding: 0 10px;
    border-bottom: 1px solid #245f8a;
  }
  .account-control .col2-left-layout .col-left .block-content li strong, .account-control .col2-left-layout .col-left .block-content li a {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
  }
  .account-control .col2-left-layout .col-left .block-content li a {
    padding: 0;
  }
  .account-control .col2-left-layout .col-left .block-content li span {
    height: 30px;
    width: 30px;
  }
  .account-control .col2-left-layout .col-left .block-content li.current strong {
    color: #245f8a;
  }
  .account-control .col2-left-layout .col-left .block-content li.sidelink2 span, .account-control .col2-left-layout .col-left .block-content li.sidelink2.current span {
    background-position: -10px -10px;
  }
  .account-control .col2-left-layout .col-left .block-content li.sidelink3 span {
    background-position: -10px -53px;
  }
  .account-control .col2-left-layout .col-left .block-content li.sidelink4 span {
    background-position: -10px -96px;
  }
  .account-control .col2-left-layout .col-left .block-content li.sidelink5 span {
    background-position: -10px -136px;
  }
  .account-control .col2-left-layout .col-left .block-content li.sidelink6 span {
    background-position: -10px -182px;
  }
  .account-control .col2-left-layout .col-left .block-content li.sidelink7 span {
    background-position: -10px -225px;
  }
  .account-control .col2-left-layout .col-left .block-title {
    background: #245f8a;
    position: relative;
  }
  .account-control .col2-left-layout .col-left .block-title:after {
    content: "";
    font-family: Arial;
    color: white;
    position: absolute;
    top: 10px;
    right: 10px;
    height: 16px;
    width: 16px;
    background: url(../images/cross.png) center center;
    background-size: cover;
  }
  .account-control .col2-left-layout .col-left .block-title strong {
    padding: 0;
  }
  .account-control .col2-left-layout .col-left .block-title strong span {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    background: transparent;
    color: white;
  }

  .my-wishlist .fieldset .legend {
    float: none;
    width: 100%;
    margin-bottom: 0;
  }
  .my-wishlist .fieldset textarea {
    width: 90%;
    margin: 10px 5%;
  }
  .my-wishlist .fieldset .half {
    width: 44%;
    margin: 0 3%;
  }
  .my-wishlist .fieldset .full {
    width: 94%;
    margin: 0 3%;
  }
  .my-wishlist .fieldset .counter {
    margin-top: -3px;
  }
  .my-wishlist .fieldset .send {
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .my-wishlist .container-devis {
    background: #e3e3e3;
    border: 1px solid #212121;
  }
}
@media (max-width: 767px) {
  .account-control .block .block-title strong span,
  .account-control .page-title h1,
  .customer-account-logoutsuccess h1 {
    font-size: 18px;
    text-align: center;
  }

  .account-login h1 {
    font-size: 18px;
  }
  .account-login .col2-set {
    padding: 0 10px;
  }
  .account-login .col2-set .col-1, .account-login .col2-set .col-2 {
    width: 100%;
    margin-left: 0;
    float: none;
  }
  .account-login .col2-set .col-2 .content {
    min-height: auto !important;
  }
  .account-login .col2-set .col-2 .form-list {
    width: 100%;
  }
  .account-login .form-list input.input-text {
    width: 100%;
  }

  .account-control .breadcrumbs {
    display: block;
  }
  .account-control .col2-left-layout .col-main {
    width: 100%;
  }
  .account-control .dashboard {
    padding: 0 10px;
  }
  .account-control .col2-set .col-1,
  .account-control .col2-set .col-2 {
    width: 100%;
    float: none;
  }

  #my-orders-table {
    display: block;
    background: transparent;
    margin-bottom: 0;
    padding-bottom: 0;
    /* Hide table headers (but not display: none;, for accessibility) */
    /*
    Label the data
    */
  }
  #my-orders-table table, #my-orders-table thead, #my-orders-table tbody, #my-orders-table th, #my-orders-table td, #my-orders-table tr {
    display: block;
  }
  #my-orders-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #my-orders-table tr {
    border: 1px solid #212121;
    background: #e3e3e3;
    margin-bottom: 5px;
  }
  #my-orders-table td {
    /* Behave  like a "row" */
    border: none;
    position: relative;
    padding-left: 50%;
  }
  #my-orders-table td.last {
    padding: 0 10px 3px;
    text-align: left !important;
  }
  #my-orders-table td.last .link-reorder {
    float: right;
  }
  #my-orders-table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 0px;
    left: 10px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  #my-orders-table td:nth-of-type(1):before {
    content: "N° commande";
  }
  #my-orders-table td:nth-of-type(2):before {
    content: "Date";
  }
  #my-orders-table td:nth-of-type(3):before {
    content: "Livré à";
  }
  #my-orders-table td:nth-of-type(4):before {
    content: "Total de la commande";
  }
  #my-orders-table td:nth-of-type(5):before {
    content: "Statut";
  }

  .box-account {
    margin-bottom: 0;
    padding-bottom: 0;
    background: transparent;
  }
  .box-account .box-head {
    height: 20px;
  }
  .box-account .box-head h2 {
    line-height: 20px;
    font-size: 16px;
  }
  .box-account .box {
    background: #e3e3e3;
    border: 1px solid #212121;
    margin-bottom: 5px;
    padding: 10px;
  }

  .dashboard .col2-set {
    margin-bottom: 0;
  }
  .dashboard .box .box-title {
    border: none;
    margin: 0 0 15px;
    padding: 0;
  }
  .dashboard .box .box-title h3, .dashboard .box .box-title h4 {
    font-size: 14px;
    text-shadow: 0 0 0 transparent;
  }
  .dashboard .box .box-info h4 {
    font-weight: 400;
  }
  .dashboard .box .box-content a {
    display: inline-block;
    margin-top: 15px;
  }
  .dashboard .box .box-content .col-2 {
    margin-top: 15px;
  }

  .edit-page input[type="text"] {
    width: 100%;
  }
  .edit-page .fieldset .legend {
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    padding: 0 10px;
  }
  .edit-page label {
    font-size: 12px;
  }
  .edit-page .customer-name .name-firstname,
  .edit-page .customer-name .name-lastname {
    width: 100%;
    margin: 0;
  }
  .edit-page .customer-name .name-firstname input,
  .edit-page .customer-name .name-lastname input {
    width: 100%;
  }

  .customer-adresses-lastfield,
  .customer-adresses-firstfield {
    float: none;
    width: 100%;
    margin: 0;
  }
  .customer-adresses-lastfield #fax,
  .customer-adresses-lastfield #telephone,
  .customer-adresses-firstfield #fax,
  .customer-adresses-firstfield #telephone {
    width: 100%;
  }

  .form-list .field {
    width: 100%;
    float: none;
  }

  .fieldset-customer-adresses .form-list li.wide .input-box {
    width: 100%;
  }
  .fieldset-customer-adresses select {
    width: 100%;
  }
  .fieldset-customer-adresses .dropdown {
    right: 0;
  }
  .fieldset-customer-adresses .dropdown dt a {
    width: 100%;
  }

  .my-wishlist {
    padding: 0 10px;
    overflow: hidden;
  }
  .my-wishlist .item-wishlist {
    padding: 5px;
    width: 100%;
  }
  .my-wishlist .item-wishlist img {
    margin: 0;
    width: 25%;
    height: auto;
  }
  .my-wishlist .item-wishlist .description {
    margin-bottom: 10px;
  }
  .my-wishlist .item-wishlist .info {
    padding-left: 10px;
    margin: 0;
    width: 75%;
  }
  .my-wishlist .item-wishlist .plus {
    margin-left: 5px;
    margin-top: 0;
  }
  .my-wishlist .item-wishlist .minus {
    margin-top: 17px;
  }
  .my-wishlist .item-wishlist .cant {
    margin-top: 4px;
  }
  .my-wishlist .item-wishlist .qty-container {
    float: left;
    width: 45%;
  }
  .my-wishlist .item-wishlist .add {
    margin: 5px 0 0 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .my-wishlist .item-wishlist .edit {
    margin: 45px 0 0 0;
  }
  .my-wishlist .item-wishlist .price {
    margin: 0;
  }
  .my-wishlist .item-wishlist .trash {
    margin: 7px 0 0 15px;
  }
  .my-wishlist .tout-panier,
  .my-wishlist .tout-supprimer {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 48%;
    margin: 0 1%;
    float: left;
  }
  .my-wishlist .tout-panier span,
  .my-wishlist .tout-supprimer span {
    font-size: 14px;
  }
  .my-wishlist .fieldset .legend {
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    padding: 0 10px;
    margin-bottom: 0;
  }
  .my-wishlist .fieldset textarea {
    width: 90%;
    margin: 10px 5%;
  }
  .my-wishlist .fieldset .send {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .my-wishlist .fieldset .send span {
    font-size: 14px;
  }

  .sous-barriere .cart-barriere-options {
    position: absolute;
    bottom: 5px;
    z-index: 10;
    right: 100px;
    width: 55px;
  }
  .sous-barriere .cart-barriere-options .cart-barriere-plus {
    position: absolute;
    left: 0;
    margin: 0;
    top: 5px;
  }

  .sous-barriere .cart-barriere-options .cart-barriere-minus {
    position: absolute;
    right: 0;
    margin: 0;
    top: 5px;
  }
  .sous-barriere .cart-barriere-options .cart-barriere-cant {
    margin-left: 15px;
  }
  .sous-barriere .cart-barriere-buttons {

  }
  .sous-barriere button.btn-cart {
    border-radius: 5px;
  }
  .sous-barriere .btn-devis {
    border-radius: 5px;
  }
  .sous-barriere .btn-devis span {
    background: url(../images/btn-devis.png) center center no-repeat;
  }
  .sous-barriere .price-box {
    float: right;
    width: auto !important;
  }
  .sous-barriere .products-grid li .moreinfo .price {
    margin-top: 0;
  }
  .sous-barriere .product-desc {
    margin-top: 0;
  }
  .sous-barriere .product-name {
    height: auto !important;
  }
  .sous-barriere .moreinfo {
    padding-bottom: 35px !important;
  }

  .sous-barriere .moreinfo .product-options label {width: 100%;}
  .sous-barriere .moreinfo .product-options label span {min-width: 70px;}
/* START FORMULARIO AMARIN */
  .product-devis2 {
    display: none;
    position: fixed;
    top: 10%;
    bottom: 10px;
    left: 10px;
    right: 10px;
    z-index: 10000000;
    border: 1px solid #7cd0d7;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    overflow: visible;
  }
  .product-devis2 .title {
    font-size: 14px;
    color: white;
    line-height: 18px;
    width: 80%;
    /*position: absolute;
    left:10%;
    top: -15px;*/
    margin: -25px 10% 0;
    font-weight: 500;
    padding: 5px 10px;
    z-index: 1;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI1NjE4ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAzMmQ0YiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #25618d), color-stop(100%, #032d4b));
    background-image: -moz-linear-gradient(#25618d, #032d4b);
    background-image: -webkit-linear-gradient(#25618d, #032d4b);
    background-image: linear-gradient(#25618d, #032d4b);
  }
  .product-devis2 .scroller {
    padding-top: 20px;
    overflow-y: scroll;
    height: 100%;
  }

  .product-devis2 .formContainer {
    margin:0;
  }

  .product-devis2 form input[type="text"] {
    width: 100%;
  }

  .product-devis2 form tr td {
    display: block;
    width: 100%;
  }

  .product-devis2 .cotesarea div {
    width: 33%;
  }
  .product-devis2 .cotesarea table tr td {
    display: table-cell;
  }

  .product-devis2 .cotesarea .naturesol tr th {width:50%;}
  .product-devis2 form .naturesol tr td {width:50%}
  .product-devis2 .cotesarea .naturesol tr td {padding-left: 5%}

  .product-devis2 .cotesarea table tr td input[type="text"] {
    width: 25%;
  }
  .product-devis2 #btn-envoyer {
    margin-top: 20px;
  }
  /* END FORMULARIO AMARIN */
}
