﻿@charset "UTF-8";
.add-before1 .title-banner:before{
    border-bottom: transparent;
}
/* RIGHT TO LEFT */
/*
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
.add-before1 .title-banner:before{
    border-bottom: 8px solid #fca53f !important;
}
.add-before2 .title-banner:before{
    border-bottom: 8px solid #ec6023 !important;
}
.add-before3 .title-banner:before{
    border-bottom: 8px solid #4eb7ff !important;
}
.add-before4 .title-banner:before{
    border-bottom: 8px solid #029196 !important;
}
.add-before5 .title-banner:before{
    border-bottom: 8px solid #062951 !important;
}
.add-before6 .title-banner:before{
    border-bottom: 8px solid #474747 !important;
}


/*!
 *  Material Design Iconic Font by Sergey Kupletsky (@zavoloklom) - http://zavoloklom.github.io/material-design-iconic-font/
 *  License - http://zavoloklom.github.io/material-design-iconic-font/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'Material-Design-Iconic-Font';
    src: url('../font/Material-Design-Iconic-Font.woff2?v=2.2.0') format('woff2'), url('../font/Material-Design-Iconic-Font.woff?v=2.2.0') format('woff'), url('../font/Material-Design-Iconic-Font.ttf?v=2.2.0') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.zmdi {
    display: inline-block;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.zmdi-hc-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.zmdi-hc-2x {
    font-size: 2em;
}
.zmdi-hc-3x {
    font-size: 3em;
}
.zmdi-hc-4x {
    font-size: 4em;
}
.zmdi-hc-5x {
    font-size: 5em;
}
.zmdi-hc-fw {
    width: 1.28571429em;
    text-align: center;
}
.zmdi-hc-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.zmdi-hc-ul > li {
    position: relative;
}
.zmdi-hc-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}
.zmdi-hc-li.zmdi-hc-lg {
    left: -1.85714286em;
}
.zmdi-hc-border {
    padding: .1em .25em;
    border: solid 0.1em #9e9e9e;
    border-radius: 2px;
}
.zmdi-hc-border-circle {
    padding: .1em .25em;
    border: solid 0.1em #9e9e9e;
    border-radius: 50%;
}
.zmdi.pull-left {
    float: left;
    margin-right: .15em;
}
.zmdi.pull-right {
    float: right;
    margin-left: .15em;
}
.zmdi-hc-spin {
    -webkit-animation: zmdi-spin 1.5s infinite linear;
    animation: zmdi-spin 1.5s infinite linear;
}
.zmdi-hc-spin-reverse {
    -webkit-animation: zmdi-spin-reverse 1.5s infinite linear;
    animation: zmdi-spin-reverse 1.5s infinite linear;
}
@-webkit-keyframes zmdi-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes zmdi-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-webkit-keyframes zmdi-spin-reverse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-359deg);
        transform: rotate(-359deg);
    }
}
@keyframes zmdi-spin-reverse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-359deg);
        transform: rotate(-359deg);
    }
}
.zmdi-hc-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.zmdi-hc-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.zmdi-hc-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.zmdi-hc-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.zmdi-hc-flip-vertical {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}



@font-face {
    font-family: 'FontAwesome';
    src: url("../font/fontawesome-webfont.eot?v=3.2.1");
    src: url("../font/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("../font/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("../font/fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brandon_grotesquebold';
    src: url('../font/brandon_bld-webfont.eot');
    src: url('../font/brandon_bld-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/brandon_bld-webfont.woff') format('woff'),
    url('../font/brandon_bld-webfont.ttf') format('truetype'),
    url('../font/brandon_bld-webfont.svg#brandon_grotesquebold') format('svg');
    font-weight: 900;
    font-style: normal;

}

@font-face {
    font-family: 'brandon_grotesquemedium';
    src: url('../font/brandon_med-webfont.eot');
    src: url('../font/brandon_med-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/brandon_med-webfont.woff') format('woff'),
    url('../font/brandon_med-webfont.ttf') format('truetype'),
    url('../font/brandon_med-webfont.svg#brandon_grotesquemedium') format('svg');
    font-weight: 600;
    font-style: normal;

}

@font-face {
    font-family: 'brandon_grotesque_regularRg';
    src: url('../font/brandon_reg-webfont.eot');
    src: url('../font/brandon_reg-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/brandon_reg-webfont.woff') format('woff'),
    url('../font/brandon_reg-webfont.ttf') format('truetype'),
    url('../font/brandon_reg-webfont.svg#brandon_grotesque_regularRg') format('svg');
    font-weight: 300;
    font-style: normal;

}

@font-face {
    font-family: 'headict_font-iconregular';
    src: url('../font/headict_font-icon-webfont.eot?-v2');
    src: url('../font/headict_font-icon-webfont.eot?-v2#iefix') format('embedded-opentype'),
    url('../font/headict_font-icon-webfont.svg?-v2#headict_font-iconregular') format('svg'),
    url('../font/headict_font-icon-webfont.woff?-v2') format('woff'),
    url('../font/headict_font-icon-webfont.ttf?-v2') format('truetype');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'icomoonx';
    src:url('../font/icomoonx.eot?hcitjp');
    src:url('../font/icomoonx.eot?hcitjp#iefix') format('embedded-opentype'),
    url('../font/icomoonx.ttf?hcitjp') format('truetype'),
    url('../font/icomoonx.woff?hcitjp') format('woff'),
    url('../font/icomoonx.svg?hcitjp#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'icomoons';
    src:url('../font/icomoons.eot?zbzwlz');
    src:url('../font/icomoons.eot?zbzwlz#iefix') format('embedded-opentype'),
    url('../font/icomoons.ttf?zbzwlz') format('truetype'),
    url('../font/icomoons.woff?zbzwlz') format('woff'),
    url('../font/icomoons.svg?zbzwlz#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon{font-family: 'headict_font-iconregular', Arial, sans-serif; -webkit-font-smoothing: subpixel-antialiased;  font-smooth: always; transform: rotate(-0.0000000001deg)}

.brandon_bold{font-family: 'brandon_grotesquebold', Arial, sans-serif  !important; -webkit-font-smoothing: subpixel-antialiased;  font-smooth: always; transform: rotate(-0.0000000001deg)}
.brandon_medium{font-family: 'brandon_grotesquemedium', Arial, sans-serif  !important; -webkit-font-smoothing: subpixel-antialiased;  font-smooth: always; transform: rotate(-0.0000000001deg)}
.brandon_regular{font-family: 'brandon_grotesque_regularRg', Arial, sans-serif !important; -webkit-font-smoothing: subpixel-antialiased;  font-smooth: always; transform: rotate(-0.0000000001deg)}
.icon{font-family: 'headict_font-iconregular', Arial, sans-serif; -webkit-font-smoothing: subpixel-antialiased;  font-smooth: always; transform: rotate(-0.0000000001deg)}
.bold {font-weight: bold;}
.uppercase {
    text-transform: uppercase;
}

[class^="fonti-"], [class*=" fonti-"] {
    font-family: 'icomoons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
span.manufont img{vertical-align: top;}
span.manufont{width: 68px;height:56px;opacity: 0.5;}
span.manufont:hover{opacity: 1;}
/* .fonti-universal{
  background: url("img/Universel.png") no-repeat center center;
}
.xfont_alfa{
  background: url("img/alfa.png") no-repeat center center;
}
.fonti-audi{
  background: url("img/audi.png") no-repeat center center;
}
.xfont_bmw{
  background: url("img/bmw.png") no-repeat center center;
}
.fonti-buick{
  background: url("img/buick.png") no-repeat center center;
}
.fonti-chevrolet{
  background: url("img/chevrolet.png") no-repeat center center;
}
.fonti-chrysler{
  background: url("img/chrysler.png") no-repeat center center;
}
.fonti-citroen{
  background: url("img/citroen.png") no-repeat center center;
}
.fonti-dacia{
  background: url("img/dacia.png") no-repeat center center;
}
.fonti-dodge{
  background: url("img/dodge.png") no-repeat center center;
}
.fonti-fiat{
  background: url("img/fiat.png") no-repeat center center;
}
.xfont_ford{
  background: url("img/ford.png") no-repeat center center;
}
.fonti2-honda{
  background: url("img/honda.png") no-repeat center center;
}
.fonti-hummer{
  background: url("img/hummer.png") no-repeat center center;
}
.fonti2-hyundai{
  background: url("img/huyndai.png") no-repeat center center;
}
.fonti-jeep{
  background: url("img/jeep.png") no-repeat center center;
}
.fonti2-kia{
  background: url("img/kia.png") no-repeat center center;
}
.fonti2-landrover{
  background: url("img/landrover.png") no-repeat center center;
}
.fonti2-lexus{
  background: url("img/lexus.png") no-repeat center center;
}
.fonti2-mazda{
  background: url("img/mazda.png") no-repeat center center;
}
.fonti-mercedes{
  background: url("img/mercedes.png") no-repeat center center;
}
.fonti-mitsubishi{
  background: url("img/mitsubishi.png") no-repeat center center;
}
.fonti2-nissan{
  background: url("img/nissan.png") no-repeat center center;
}
.fonti2-opel{
  background: url("img/opel.png") no-repeat center center;
}
.fonti-peugeot{
  background: url("img/peugeot.png") no-repeat center center;
}
.xfont_house{
  background: url("img/porsche.png") no-repeat center center;
}
.fonti-renault{
  background: url("img/renault.png") no-repeat center center;
}
.fonti-seat{
  background: url("img/seat.png") no-repeat center center;
}
.xfont_player{
  background: url("img/skoda.png") no-repeat center center;
}
.fonti-smart{
  background: url("img/smart.png") no-repeat center center;
}
.fonti2-ssangyoung{
  background: url("img/ssangyoung.png") no-repeat center center;
}
.fonti2-subaru{
  background: url("img/subaru.png") no-repeat center center;
}
.fonti-suzuki{
  background: url("img/suzuki.png") no-repeat center center;
}
.fonti2-toyota{
  background: url("img/toyota.png") no-repeat center center;
}
.xfont_volvo{
  background: url("img/volvo.png") no-repeat center center;
}
.fonti-vw{
  background: url("img/vw.png") no-repeat center center;
} */
/* .fonti-universal:before {
  content: "\e900";
}
.fonti-afla:before {
  content: "\e901";
}
.fonti-audi:before {
  content: "\e902";
}
.fonti-bmw:before {
  content: "\e903";
}
.fonti-buick:before {
  content: "\e904";
}
.fonti-chevrolet:before {
  content: "\e905";
}
.fonti-chrysler:before {
  content: "\e906";
}
.fonti-citroen:before {
  content: "\e907";
}
.fonti-dacia:before {
  content: "\e908";
}
.fonti-dodge:before {
  content: "\e909";
}
.fonti-fiat:before {
  content: "\e90a";
}
.fonti-ford:before {
  content: "\e90b";
}
.fonti-honda:before {
  content: "\e90c";
}
.fonti-hummer:before {
  content: "\e90d";
}
.fonti-huyndai:before {
  content: "\e90e";
}
.fonti-jeep:before {
  content: "\e90f";
}
.fonti-kia:before {
  content: "\e910";
}
.fonti-landrover:before {
  content: "\e911";
}
.fonti-lexus:before {
  content: "\e912";
}
.fonti-mazda:before {
  content: "\e913";
}
.fonti-mercedes:before {
  content: "\e914";
}
.fonti-mitsubishi:before {
  content: "\e915";
}
.fonti-nissan:before {
  content: "\e916";
}
.fonti-opel:before {
  content: "\e917";
}
.fonti-peugeot:before {
  content: "\e918";
}
.fonti-porsche:before {
  content: "\e919";
}
.fonti-renault:before {
  content: "\e91a";
}
.fonti-seat:before {
  content: "\e91b";
}
.fonti-skoda:before {
  content: "\e91c";
}
.fonti-smart:before {
  content: "\e91d";
}
.fonti-ssangyoung:before {
  content: "\e91e";
}
.fonti-subaru:before {
  content: "\e91f";
}
.fonti-suzuki:before {
  content: "\e920";
}
.fonti-toyota:before {
  content: "\e921";
}
.fonti-volvo:before {
  content: "\e922";
}
.fonti-vw:before {
  content: "\e923";
} */

[class^="xfont"], [class*="xfont_"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoonx' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* .xfont_alfa:before {
    content: "\e900";
}
.xfont_bmw:before {
    content: "\e901";
}
.xfont_ford:before {
    content: "\e902";
}
.xfont_house:before {
    content: "\e903";
}
.xfont_player:before {
    content: "\e904";
}
.xfont_volvo:before {
    content: "\e905";
} */

@font-face {
    font-family: 'icomoonxx';
    src:    url('../font/icomoonxx.eot?vc69k9');
    src:    url('../font/icomoonxx.eot?vc69k9#iefix') format('embedded-opentype'),
    url('../font/icomoonxx.ttf?vc69k9') format('truetype'),
    url('../font/icomoonxx.woff?vc69k9') format('woff'),
    url('../font/icomoonxx.svg?vc69k9#icomoonxx') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="fonti2-"], [class*=" fonti2-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoonxx' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 40px !important;
    line-height: 56px;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* .fonti2-kia:before {
    content: "\e900";
}
.fonti2-toyota:before {
    content: "\e901";
}
.fonti2-subaru:before {
    content: "\e902";
}
.fonti2-ssangyoung:before {
    content: "\e903";
}
.fonti2-opel:before {
    content: "\e904";
}
.fonti2-nissan:before {
    content: "\e905";
}
.fonti2-mazda:before {
    content: "\e906";
}
.fonti2-lexus:before {
    content: "\e907";
}
.fonti2-landrover:before {
    content: "\e908";
}
.fonti2-hyundai:before {
    content: "\e909";
}
.fonti2-honda:before {
    content: "\e90a";
} */

.manu {
    background-image: url(img/manu-logos-min.png);
    background-repeat: no-repeat;
    display: block;
}

.manu-universel {
    width: 66px;
    height: 56px;
    background-position: -5px -5px;
}

.manu-alfa {
    width: 66px;
    height: 56px;
    background-position: -81px -5px;
}

.manu-audi {
    width: 66px;
    height: 56px;
    background-position: -157px -5px;
}

.manu-bmw {
    width: 66px;
    height: 56px;
    background-position: -233px -5px;
}

.manu-buick {
    width: 66px;
    height: 56px;
    background-position: -309px -5px;
}

.manu-chevrolet {
    width: 66px;
    height: 56px;
    background-position: -3px -71px;
}

.manu-chrysler {
    width: 66px;
    height: 56px;
    background-position: -81px -71px;
}

.manu-citroen {
    width: 66px;
    height: 56px;
    background-position: -157px -71px;
}

.manu-dacia {
    width: 66px;
    height: 56px;
    background-position: -233px -71px;
}

.manu-dodge {
    width: 66px;
    height: 56px;
    background-position: -309px -71px;
}

.manu-fiat {
    width: 66px;
    height: 56px;
    background-position: -5px -137px;
}

.manu-ford {
    width: 66px;
    height: 56px;
    background-position: -81px -137px;
}

.manu-honda {
    width: 66px;
    height: 56px;
    background-position: -156px -137px;
}

.manu-hummer {
    width: 66px;
    height: 56px;
    background-position: -232px -137px;
}

.manu-huyndai {
    width: 66px;
    height: 56px;
    background-position: -309px -137px;
}

.manu-jeep {
    width: 66px;
    height: 56px;
    background-position: -5px -203px;
}

.manu-kia {
    width: 66px;
    height: 56px;
    background-position: -81px -203px;
}

.manu-landrover {
    width: 66px;
    height: 56px;
    background-position: -157px -203px;
}

.manu-lexus {
    width: 66px;
    height: 56px;
    background-position: -233px -203px;
}

.manu-mazda {
    width: 66px;
    height: 56px;
    background-position: -309px -203px;
}

.manu-mercedes {
    width: 66px;
    height: 56px;
    background-position: -5px -269px;
}

.manu-mitsubishi {
    width: 66px;
    height: 56px;
    background-position: -81px -269px;
}

.manu-nissan {
    width: 66px;
    height: 56px;
    background-position: -157px -269px;
}

.manu-opel {
    width: 66px;
    height: 56px;
    background-position: -233px -269px;
}

.manu-peugeot {
    width: 66px;
    height: 56px;
    background-position: -309px -269px;
}

.manu-porsche {
    width: 66px;
    height: 56px;
    background-position: -5px -335px;
}

.manu-renault {
    width: 66px;
    height: 56px;
    background-position: -81px -335px;
}

.manu-seat {
    width: 66px;
    height: 56px;
    background-position: -157px -335px;
}

.manu-skoda {
    width: 66px;
    height: 56px;
    background-position: -233px -335px;
}

.manu-smart {
    width: 66px;
    height: 56px;
    background-position: -309px -335px;
}

.manu-ssangyoung {
    width: 66px;
    height: 56px;
    background-position: -385px -5px;
}

.manu-subaru {
    width: 66px;
    height: 56px;
    background-position: -385px -71px;
}

.manu-suzuki {
    width: 66px;
    height: 56px;
    background-position: -385px -137px;
}

.manu-toyota {
    width: 66px;
    height: 56px;
    background-position: -385px -203px;
}

.manu-volvo {
    width: 66px;
    height: 56px;
    background-position: -385px -269px;
}

.manu-vw {
    width: 66px;
    height: 56px;
    background-position: -385px -335px;
}

/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    text-decoration: inherit;
    display: inline-block;
    speak: none;
}

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
    vertical-align: -10%;
    font-size: 1.33333em;
}

/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
    display: inline;
}

/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
    display: inline-block;
    width: 1.14286em;
    text-align: right;
    padding-right: 0.28571em;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
    width: 1.42857em;
}

.icons-ul {
    margin-left: 2.14286em;
    list-style-type: none;
}
.icons-ul > li {
    position: relative;
}
.icons-ul .icon-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    text-align: center;
    line-height: inherit;
}

[class^="icon-"].hide,
[class*=" icon-"].hide {
    display: none;
}

.icon-muted {
    color: #eeeeee;
}

.icon-light {
    color: white;
}

.icon-dark {
    color: #333333;
}

.icon-border {
    border: solid 1px #eeeeee;
    padding: .2em .25em .15em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.icon-2x {
    font-size: 2em;
}
.icon-2x.icon-border {
    border-width: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.icon-3x {
    font-size: 3em;
}
.icon-3x.icon-border {
    border-width: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.icon-4x {
    font-size: 4em;
}
.icon-4x.icon-border {
    border-width: 4px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.icon-5x {
    font-size: 5em;
}
.icon-5x.icon-border {
    border-width: 5px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
    margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
    margin-left: .3em;
}

/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
}

/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
    background-image: none;
}

/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large, .nav [class^="icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
    line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin, .nav [class^="icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
    display: inline-block;
}

.nav-tabs [class^="icon-"], .nav-tabs [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"],
.nav-tabs [class*=" icon-"].icon-large, .nav-pills [class^="icon-"], .nav-pills [class^="icon-"].icon-large,
.nav-pills [class*=" icon-"],
.nav-pills [class*=" icon-"].icon-large {
    line-height: .9em;
}

.btn [class^="icon-"].pull-left.icon-2x, .btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
    margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
    line-height: .8em;
}

.btn.btn-small [class^="icon-"].pull-left.icon-2x, .btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
    margin-top: .25em;
}

.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
    margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
    margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
    margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
    margin-left: .2em;
}

/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
    line-height: inherit;
}

/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
    display: block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 1em;
    line-height: inherit;
    *line-height: 2em;
}
.icon-stack .icon-stack-base {
    font-size: 2em;
    *line-height: 1em;
}

/* Animated rotating icon */
.icon-spin {
    display: inline-block;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
    display: inline-block;
    text-decoration: none;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

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

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

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

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }

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

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

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

/* Icon rotations and mirroring */
.icon-rotate-90:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.icon-rotate-180:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.icon-rotate-270:before {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.icon-flip-horizontal:before {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.icon-flip-vertical:before {
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}

/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before {
    display: inline-block;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
 * readers do not read off random characters that represent icons */
.icon-glass:before {
    content: "\f000";
}

.icon-music:before {
    content: "\f001";
}

.icon-search:before {
    content: "\f002";
}

.icon-envelope-alt:before {
    content: "\f003";
}

.icon-heart:before {
    content: "\f004";
}

.icon-star:before {
    content: "\f005";
}

.icon-star-empty:before {
    content: "\f006";
}

.icon-user:before {
    content: "\f007";
}

.icon-film:before {
    content: "\f008";
}

.icon-th-large:before {
    content: "\f009";
}

.icon-th:before {
    content: "\f00a";
}

.icon-th-list:before {
    content: "\f00b";
}

.icon-ok:before {
    content: "\f00c";
}

.icon-remove:before {
    content: "\f00d";
}

.icon-zoom-in:before {
    content: "\f00e";
}

.icon-zoom-out:before {
    content: "\f010";
}

.icon-power-off:before,
.icon-off:before {
    content: "\f011";
}

.icon-signal:before {
    content: "\f012";
}

.icon-gear:before,
.icon-cog:before {
    content: "\f013";
}

.icon-trash:before {
    content: "\f014";
}

.icon-home:before {
    content: "\f015";
}

.icon-file-alt:before {
    content: "\f016";
}

.icon-time:before {
    content: "\f017";
}

.icon-road:before {
    content: "\f018";
}

.icon-download-alt:before {
    content: "\f019";
}

.icon-download:before {
    content: "\f01a";
}

.icon-upload:before {
    content: "\f01b";
}

.icon-inbox:before {
    content: "\f01c";
}

.icon-play-circle:before {
    content: "\f01d";
}

.icon-rotate-right:before,
.icon-repeat:before {
    content: "\f01e";
}

.icon-refresh:before {
    content: "\f021";
}

.icon-list-alt:before {
    content: "\f022";
}

.icon-lock:before {
    content: "\f023";
}

.icon-flag:before {
    content: "\f024";
}

.icon-headphones:before {
    content: "\f025";
}

.icon-volume-off:before {
    content: "\f026";
}

.icon-volume-down:before {
    content: "\f027";
}

.icon-volume-up:before {
    content: "\f028";
}

.icon-qrcode:before {
    content: "\f029";
}

.icon-barcode:before {
    content: "\f02a";
}

.icon-tag:before {
    content: "\f02b";
}

.icon-tags:before {
    content: "\f02c";
}

.icon-book:before {
    content: "\f02d";
}

.icon-bookmark:before {
    content: "\f02e";
}

.icon-print:before {
    content: "\f02f";
}

.icon-camera:before {
    content: "\f030";
}

.icon-font:before {
    content: "\f031";
}

.icon-bold:before {
    content: "\f032";
}

.icon-italic:before {
    content: "\f033";
}

.icon-text-height:before {
    content: "\f034";
}

.icon-text-width:before {
    content: "\f035";
}

.icon-align-left:before {
    content: "\f036";
}

.icon-align-center:before {
    content: "\f037";
}

.icon-align-right:before {
    content: "\f038";
}

.icon-align-justify:before {
    content: "\f039";
}

.icon-list:before {
    content: "\f03a";
}

.icon-indent-left:before {
    content: "\f03b";
}

.icon-indent-right:before {
    content: "\f03c";
}

.icon-facetime-video:before {
    content: "\f03d";
}

.icon-picture:before {
    content: "\f03e";
}

.icon-pencil:before {
    content: "\f040";
}

.icon-map-marker:before {
    content: "\f041";
}

.icon-adjust:before {
    content: "\f042";
}

.icon-tint:before {
    content: "\f043";
}

.icon-edit:before {
    content: "\f044";
}

.icon-share:before {
    content: "\f045";
}

.icon-check:before {
    content: "\f046";
}

.icon-move:before {
    content: "\f047";
}

.icon-step-backward:before {
    content: "\f048";
}

.icon-fast-backward:before {
    content: "\f049";
}

.icon-backward:before {
    content: "\f04a";
}

.icon-play:before {
    content: "\f04b";
}

.icon-pause:before {
    content: "\f04c";
}

.icon-stop:before {
    content: "\f04d";
}

.icon-forward:before {
    content: "\f04e";
}

.icon-fast-forward:before {
    content: "\f050";
}

.icon-step-forward:before {
    content: "\f051";
}

.icon-eject:before {
    content: "\f052";
}

.icon-chevron-left:before {
    content: "\f053";
}

.icon-chevron-right:before {
    content: "\f054";
}

.icon-plus-sign:before {
    content: "\f055";
}

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

.icon-remove-sign:before {
    content: "\f057";
}

.icon-ok-sign:before {
    content: "\f058";
}

.icon-question-sign:before {
    content: "\f059";
}

.icon-info-sign:before {
    content: "\f05a";
}

.icon-screenshot:before {
    content: "\f05b";
}

.icon-remove-circle:before {
    content: "\f05c";
}

.icon-ok-circle:before {
    content: "\f05d";
}

.icon-ban-circle:before {
    content: "\f05e";
}

.icon-arrow-left:before {
    content: "\f060";
}

.icon-arrow-right:before {
    content: "\f061";
}

.icon-arrow-up:before {
    content: "\f062";
}

.icon-arrow-down:before {
    content: "\f063";
}

.icon-mail-forward:before,
.icon-share-alt:before {
    content: "\f064";
}

.icon-resize-full:before {
    content: "\f065";
}

.icon-resize-small:before {
    content: "\f066";
}

.icon-plus:before {
    content: "\f067";
}

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

.icon-asterisk:before {
    content: "\f069";
}

.icon-exclamation-sign:before {
    content: "\f06a";
}

.icon-gift:before {
    content: "\f06b";
}

.icon-leaf:before {
    content: "\f06c";
}

.icon-fire:before {
    content: "\f06d";
}

.icon-eye-open:before {
    content: "\f06e";
}

.icon-eye-close:before {
    content: "\f070";
}

.icon-warning-sign:before {
    content: "\f071";
}

.icon-plane:before {
    content: "\f072";
}

.icon-calendar:before {
    content: "\f073";
}

.icon-random:before {
    content: "\f074";
}

.icon-comment:before {
    content: "\f075";
}

.icon-magnet:before {
    content: "\f076";
}

.icon-chevron-up:before {
    content: "\f077";
}

.icon-chevron-down:before {
    content: "\f078";
}

.icon-retweet:before {
    content: "\f079";
}

.icon-shopping-cart:before {
    content: "\f07a";
}

.icon-folder-close:before {
    content: "\f07b";
}

.icon-folder-open:before {
    content: "\f07c";
}

.icon-resize-vertical:before {
    content: "\f07d";
}

.icon-resize-horizontal:before {
    content: "\f07e";
}

.icon-bar-chart:before {
    content: "\f080";
}

.icon-twitter-sign:before {
    content: "\f081";
}

.icon-facebook-sign:before {
    content: "\f082";
}

.icon-camera-retro:before {
    content: "\f083";
}

.icon-key:before {
    content: "\f084";
}

.icon-gears:before,
.icon-cogs:before {
    content: "\f085";
}

.icon-comments:before {
    content: "\f086";
}

.icon-thumbs-up-alt:before {
    content: "\f087";
}

.icon-thumbs-down-alt:before {
    content: "\f088";
}

.icon-star-half:before {
    content: "\f089";
}

.icon-heart-empty:before {
    content: "\f08a";
}

.icon-signout:before {
    content: "\f08b";
}

.icon-linkedin-sign:before {
    content: "\f08c";
}

.icon-pushpin:before {
    content: "\f08d";
}

.icon-external-link:before {
    content: "\f08e";
}

.icon-signin:before {
    content: "\f090";
}

.icon-trophy:before {
    content: "\f091";
}

.icon-github-sign:before {
    content: "\f092";
}

.icon-upload-alt:before {
    content: "\f093";
}

.icon-lemon:before {
    content: "\f094";
}

.icon-phone:before {
    content: "\f095";
}

.icon-unchecked:before,
.icon-check-empty:before {
    content: "\f096";
}

.icon-bookmark-empty:before {
    content: "\f097";
}

.icon-phone-sign:before {
    content: "\f098";
}

.icon-twitter:before {
    content: "\f099";
}

.icon-facebook:before {
    content: "\f09a";
    position: relative;
    left: -1px;
}

.icon-github:before {
    content: "\f09b";
}

.icon-unlock:before {
    content: "\f09c";
}

.icon-credit-card:before {
    content: "\f09d";
}

.icon-rss:before {
    content: "\f09e";
}

.icon-hdd:before {
    content: "\f0a0";
}

.icon-bullhorn:before {
    content: "\f0a1";
}

.icon-bell:before {
    content: "\f0a2";
}

.icon-certificate:before {
    content: "\f0a3";
}

.icon-hand-right:before {
    content: "\f0a4";
}

.icon-hand-left:before {
    content: "\f0a5";
}

.icon-hand-up:before {
    content: "\f0a6";
}

.icon-hand-down:before {
    content: "\f0a7";
}

.icon-circle-arrow-left:before {
    content: "\f0a8";
}

.icon-circle-arrow-right:before {
    content: "\f0a9";
}

.icon-circle-arrow-up:before {
    content: "\f0aa";
}

.icon-circle-arrow-down:before {
    content: "\f0ab";
}

.icon-globe:before {
    content: "\f0ac";
}

.icon-wrench:before {
    content: "\f0ad";
}

.icon-tasks:before {
    content: "\f0ae";
}

.icon-filter:before {
    content: "\f0b0";
}

.icon-briefcase:before {
    content: "\f0b1";
}

.icon-fullscreen:before {
    content: "\f0b2";
}

.icon-group:before {
    content: "\f0c0";
}

.icon-link:before {
    content: "\f0c1";
}

.icon-cloud:before {
    content: "\f0c2";
}

.icon-beaker:before {
    content: "\f0c3";
}

.icon-cut:before {
    content: "\f0c4";
}

.icon-copy:before {
    content: "\f0c5";
}

.icon-paperclip:before,
.icon-paper-clip:before {
    content: "\f0c6";
}

.icon-save:before {
    content: "\f0c7";
}

.icon-sign-blank:before {
    content: "\f0c8";
}

.icon-reorder:before {
    content: "\f0c9";
}

.icon-list-ul:before {
    content: "\f0ca";
}

.icon-list-ol:before {
    content: "\f0cb";
}

.icon-strikethrough:before {
    content: "\f0cc";
}

.icon-underline:before {
    content: "\f0cd";
}

.icon-table:before {
    content: "\f0ce";
}

.icon-magic:before {
    content: "\f0d0";
}

.icon-truck:before {
    content: "\f0d1";
}

.icon-pinterest:before {
    content: "\f0d2";
}

.icon-pinterest-sign:before {
    content: "\f0d3";
}

.icon-google-plus-sign:before {
    content: "\f0d4";
}

.icon-google-plus:before {
    content: "\f0d5";
}

.icon-money:before {
    content: "\f0d6";
}

.icon-caret-down:before {
    content: "\f0d7";
}

.icon-caret-up:before {
    content: "\f0d8";
}

.icon-caret-left:before {
    content: "\f0d9";
}

.icon-caret-right:before {
    content: "\f0da";
}

.icon-columns:before {
    content: "\f0db";
}

.icon-sort:before {
    content: "\f0dc";
}

.icon-sort-down:before {
    content: "\f0dd";
}

.icon-sort-up:before {
    content: "\f0de";
}

.icon-envelope:before {
    content: "\f0e0";
}

.icon-linkedin:before {
    content: "\f0e1";
}

.icon-rotate-left:before,
.icon-undo:before {
    content: "\f0e2";
}

.icon-legal:before {
    content: "\f0e3";
}

.icon-dashboard:before {
    content: "\f0e4";
}

.icon-comment-alt:before {
    content: "\f0e5";
}

.icon-comments-alt:before {
    content: "\f0e6";
}

.icon-bolt:before {
    content: "\f0e7";
}

.icon-sitemap:before {
    content: "\f0e8";
}

.icon-umbrella:before {
    content: "\f0e9";
}

.icon-paste:before {
    content: "\f0ea";
}

.icon-lightbulb:before {
    content: "\f0eb";
}

.icon-exchange:before {
    content: "\f0ec";
}

.icon-cloud-download:before {
    content: "\f0ed";
}

.icon-cloud-upload:before {
    content: "\f0ee";
}

.icon-user-md:before {
    content: "\f0f0";
}

.icon-stethoscope:before {
    content: "\f0f1";
}

.icon-suitcase:before {
    content: "\f0f2";
}

.icon-bell-alt:before {
    content: "\f0f3";
}

.icon-coffee:before {
    content: "\f0f4";
}

.icon-food:before {
    content: "\f0f5";
}

.icon-file-text-alt:before {
    content: "\f0f6";
}

.icon-building:before {
    content: "\f0f7";
}

.icon-hospital:before {
    content: "\f0f8";
}

.icon-ambulance:before {
    content: "\f0f9";
}

.icon-medkit:before {
    content: "\f0fa";
}

.icon-fighter-jet:before {
    content: "\f0fb";
}

.icon-beer:before {
    content: "\f0fc";
}

.icon-h-sign:before {
    content: "\f0fd";
}

.icon-plus-sign-alt:before {
    content: "\f0fe";
}

.icon-double-angle-left:before {
    content: "\f100";
}

.icon-double-angle-right:before {
    content: "\f101";
}

.icon-double-angle-up:before {
    content: "\f102";
}

.icon-double-angle-down:before {
    content: "\f103";
}

.icon-angle-left:before {
    content: "\f104";
}

.icon-angle-right:before {
    content: "\f105";
}

.icon-angle-up:before {
    content: "\f106";
}

.icon-angle-down:before {
    content: "\f107";
}

.icon-desktop:before {
    content: "\f108";
}

.icon-laptop:before {
    content: "\f109";
}

.icon-tablet:before {
    content: "\f10a";
}

.icon-mobile-phone:before {
    content: "\f10b";
}

.icon-circle-blank:before {
    content: "\f10c";
}

.icon-quote-left:before {
    content: "\f10d";
}

.icon-quote-right:before {
    content: "\f10e";
}

.icon-spinner:before {
    content: "\f110";
}

.icon-circle:before {
    content: "\f111";
}

.icon-mail-reply:before,
.icon-reply:before {
    content: "\f112";
}

.icon-github-alt:before {
    content: "\f113";
}

.icon-folder-close-alt:before {
    content: "\f114";
}

.icon-folder-open-alt:before {
    content: "\f115";
}

.icon-expand-alt:before {
    content: "\f116";
}

.icon-collapse-alt:before {
    content: "\f117";
}

.icon-smile:before {
    content: "\f118";
}

.icon-frown:before {
    content: "\f119";
}

.icon-meh:before {
    content: "\f11a";
}

.icon-gamepad:before {
    content: "\f11b";
}

.icon-keyboard:before {
    content: "\f11c";
}

.icon-flag-alt:before {
    content: "\f11d";
}

.icon-flag-checkered:before {
    content: "\f11e";
}

.icon-terminal:before {
    content: "\f120";
}

.icon-code:before {
    content: "\f121";
}

.icon-reply-all:before {
    content: "\f122";
}

.icon-mail-reply-all:before {
    content: "\f122";
}

.icon-star-half-full:before,
.icon-star-half-empty:before {
    content: "\f123";
}

.icon-location-arrow:before {
    content: "\f124";
}

.icon-crop:before {
    content: "\f125";
}

.icon-code-fork:before {
    content: "\f126";
}

.icon-unlink:before {
    content: "\f127";
}

.icon-question:before {
    content: "\f128";
}

.icon-info:before {
    content: "\f129";
}

.icon-exclamation:before {
    content: "\f12a";
}

.icon-superscript:before {
    content: "\f12b";
}

.icon-subscript:before {
    content: "\f12c";
}

.icon-eraser:before {
    content: "\f12d";
}

.icon-puzzle-piece:before {
    content: "\f12e";
}

.icon-microphone:before {
    content: "\f130";
}

.icon-microphone-off:before {
    content: "\f131";
}

.icon-shield:before {
    content: "\f132";
}

.icon-calendar-empty:before {
    content: "\f133";
}

.icon-fire-extinguisher:before {
    content: "\f134";
}

.icon-rocket:before {
    content: "\f135";
}

.icon-maxcdn:before {
    content: "\f136";
}

.icon-chevron-sign-left:before {
    content: "\f137";
}

.icon-chevron-sign-right:before {
    content: "\f138";
}

.icon-chevron-sign-up:before {
    content: "\f139";
}

.icon-chevron-sign-down:before {
    content: "\f13a";
}

.icon-html5:before {
    content: "\f13b";
}

.icon-css3:before {
    content: "\f13c";
}

.icon-anchor:before {
    content: "\f13d";
}

.icon-unlock-alt:before {
    content: "\f13e";
}

.icon-bullseye:before {
    content: "\f140";
}

.icon-ellipsis-horizontal:before {
    content: "\f141";
}

.icon-ellipsis-vertical:before {
    content: "\f142";
}

.icon-rss-sign:before {
    content: "\f143";
}

.icon-play-sign:before {
    content: "\f144";
}

.icon-ticket:before {
    content: "\f145";
}

.icon-minus-sign-alt:before {
    content: "\f146";
}

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

.icon-level-up:before {
    content: "\f148";
}

.icon-level-down:before {
    content: "\f149";
}

.icon-check-sign:before {
    content: "\f14a";
}

.icon-edit-sign:before {
    content: "\f14b";
}

.icon-external-link-sign:before {
    content: "\f14c";
}

.icon-share-sign:before {
    content: "\f14d";
}

.icon-compass:before {
    content: "\f14e";
}

.icon-collapse:before {
    content: "\f150";
}

.icon-collapse-top:before {
    content: "\f151";
}

.icon-expand:before {
    content: "\f152";
}

.icon-euro:before,
.icon-eur:before {
    content: "\f153";
}

.icon-gbp:before {
    content: "\f154";
}

.icon-dollar:before,
.icon-usd:before {
    content: "\f155";
}

.icon-rupee:before,
.icon-inr:before {
    content: "\f156";
}

.icon-yen:before,
.icon-jpy:before {
    content: "\f157";
}

.icon-renminbi:before,
.icon-cny:before {
    content: "\f158";
}

.icon-won:before,
.icon-krw:before {
    content: "\f159";
}

.icon-bitcoin:before,
.icon-btc:before {
    content: "\f15a";
}

.icon-file:before {
    content: "\f15b";
}

.icon-file-text:before {
    content: "\f15c";
}

.icon-sort-by-alphabet:before {
    content: "\f15d";
}

.icon-sort-by-alphabet-alt:before {
    content: "\f15e";
}

.icon-sort-by-attributes:before {
    content: "\f160";
}

.icon-sort-by-attributes-alt:before {
    content: "\f161";
}

.icon-sort-by-order:before {
    content: "\f162";
}

.icon-sort-by-order-alt:before {
    content: "\f163";
}

.icon-thumbs-up:before {
    content: "\f164";
}

.icon-thumbs-down:before {
    content: "\f165";
}

.icon-youtube-sign:before {
    content: "\f166";
}

.icon-youtube:before {
    content: "\f167";
}

.icon-xing:before {
    content: "\f168";
}

.icon-xing-sign:before {
    content: "\f169";
}

.icon-youtube-play:before {
    content: "\f16a";
}

.icon-dropbox:before {
    content: "\f16b";
}

.icon-stackexchange:before {
    content: "\f16c";
}

.icon-instagram:before {
    content: "\f16d";
}

.icon-flickr:before {
    content: "\f16e";
}

.icon-adn:before {
    content: "\f170";
}

.icon-bitbucket:before {
    content: "\f171";
}

.icon-bitbucket-sign:before {
    content: "\f172";
}

.icon-tumblr:before {
    content: "\f173";
}

.icon-tumblr-sign:before {
    content: "\f174";
}

.icon-long-arrow-down:before {
    content: "\f175";
}

.icon-long-arrow-up:before {
    content: "\f176";
}

.icon-long-arrow-left:before {
    content: "\f177";
}

.icon-long-arrow-right:before {
    content: "\f178";
}

.icon-apple:before {
    content: "\f179";
}

.icon-windows:before {
    content: "\f17a";
}

.icon-android:before {
    content: "\f17b";
}

.icon-linux:before {
    content: "\f17c";
}

.icon-dribbble:before {
    content: "\f17d";
}

.icon-skype:before {
    content: "\f17e";
}

.icon-foursquare:before {
    content: "\f180";
}

.icon-trello:before {
    content: "\f181";
}

.icon-female:before {
    content: "\f182";
}

.icon-male:before {
    content: "\f183";
}

.icon-gittip:before {
    content: "\f184";
}

.icon-sun:before {
    content: "\f185";
}

.icon-moon:before {
    content: "\f186";
}

.icon-archive:before {
    content: "\f187";
}

.icon-bug:before {
    content: "\f188";
}

.icon-vk:before {
    content: "\f189";
}

.icon-weibo:before {
    content: "\f18a";
}

.icon-renren:before {
    content: "\f18b";
}

@font-face {
    font-family: 'Museo';
    src: url("../font/museo500-regular.eot");
    src: url("../font/museo500-regular.eot") format("embedded-opentype"), url("../font/museo500-regular.woff") format("woff"), url("../font/museo500-regular.ttf") format("truetype"), url("../font/museo500-regular.svg#Museo500") format("svg");
}

@font-face {
    font-family: 'museo300';
    src: url("../font/museo300-regular-webfont.eot");
    src: url("../font/museo300-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../font/museo300-regular-webfont.woff") format("woff"), url("../font/museo300-regular-webfont.ttf") format("truetype"), url("../font/museo300-regular-webfont.svg#museo300") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* *****************************************************************
  reset
****************************************************************** */
a {
    color: #333;
}
a:hover {
    text-decoration: none;
    color: #3e474b;
}
a:focus {
    outline: none;
    text-decoration: none;
    color: #3e474b;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
    background: #3498db;
    border-color: #3498db;
}

body {
    background: #FFF;
    height: 100%;
    line-height: 20px;
    font-size: 13px;
    font-family: "PT Sans", sans-serif;
    color: #3e474b;
}
body.content_only {
    background: none;
    padding: 10px;
}

textarea {
    resize: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "PT Sans", sans-serif;
}
h1{font-family: "Museo", sans-serif;font-size: 24px;  margin-bottom: 12px;}
sup {
    color: red;
}

/* ******************************************************************
  Bootstrap
******************************************************************* */
.form-horizontal .control-label, .form-horizontal .radio,
.form-horizontal .checkbox, .form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 0;
}

.form-control {
    color: #3e474b;
}

.carousel-control {
    z-index: 99;
    top: -35px;
    width: 25px;
    height: 25px;
    border: 1px solid #dce0e5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}
.carousel-control.left {
    left: auto;
    right: 30px;
}
.rtl .carousel-control.left {
    right: auto;
    left: auto;
}
.rtl .carousel-control.left {
    left: 30px;
    right: auto;
}
.carousel-control.right {
    left: auto;
    right: 0;
}
.rtl .carousel-control.right {
    right: auto;
    left: auto;
}
.rtl .carousel-control.right {
    left: 0;
    right: auto;
}

.carousel-control.left,
.carousel-control.right {
    background: white;
    color: #b0b7c1;
    text-shadow: none;
    font-size: 20px;
    font-weight: 600;
    line-height: 19px;
}
.carousel-control.left:hover,
.carousel-control.right:hover {
    color: #3498db;
    border-color: #3498db;
}

.text-right {
    text-align: right;
}
.rtl .text-right {
    text-align: left;
}

/* *****************************************************************
  title
****************************************************************** */
#center_column .page_product_box h3 {
    color: #3498db;
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 20px;
    margin: 0 0 10px;
    padding: 14px 20px;
    position: relative;
    border-top: 3px solid #3498db;
    border-bottom: 1px solid #ebeef2;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.page-heading {
    font-size: 24px;
    color: #222222;
    padding: 0px 0px 17px 0px;
    margin: 10px 0 15px;
    overflow: hidden;
    font-weight: 700;
}
.page-heading span.heading-counter {
    font-size: 13px;
    color: #222222;
    line-height: 30px;
    float: right;
    margin-top: 12px;
    display: none;
}
#my-account .page-heading {
    padding-bottom: 0;
}
.rtl .page-heading span.heading-counter {
    float: left;
}
.page-heading span.lighter {
    color: #9c9c9c;
}
h1.page-heading, p.info-title, .alert, .page-subheading {text-align: center;}
.box > p.required {display: none;}
.page-heading.bottom-indent {
    margin-bottom: 16px;
}
.page-heading.product-listing {
    margin: 0 0 0 !important;
    padding: 0  !important;
}

#module-airproductsearch-productsearch >.box {padding-top: 13px;}
#module-airproductsearch-productsearch .page-heading.product-listing {
    padding: 0 0 14px 0px;
}

.page-heading.product-listing {
    margin-bottom: 0;
    text-align: center;
    border: none;
}
.page-heading.product-listing .cat-name {text-align: center; float: none;     position: relative; display: inline-block; font-size: 35px;     margin-bottom: 20px;}
.page-heading.product-listing .cat-name:before, .page-heading.product-listing .cat-name:after {
    content: '';
    position: absolute;
    display: block;
    height: 1px;
    width: 117px;
    top: 0.7em;
    border-top: 1px dotted #AAA;
}

.page-heading.product-listing .cat-name:before {
    left: -144px;
}
.page-heading.product-listing .cat-name:after {
    right: -144px;
}

#category .category_shortdesc {
    width: 100%;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
}

#category .category_shortdesc a {
    color: inherit;
    text-decoration: underline;
}

.page-subheading {
    font-weight: normal;
    color: #222222;
    font-size: 18px;
    padding-bottom: 10px;
}
h1.page-subheading {
    padding-bottom: 20px;
}
h3.page-subheading {
    text-align: left;
}
h3.page-product-heading {
    color: #3498db;
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 20px;
    margin: 0 0 10px;
    padding: 14px 20px;
    position: relative;
    border-top: 3px solid #3498db;
    border-bottom: 1px solid #ebeef2;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

/* *****************************************************************
  text
****************************************************************** */
.dark {
    color: #222222;
}

.main-page-indent {
    margin-bottom: 20px;
}
#addresses .main-page-indent {
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}

.alert {
    font-weight: bold;
}
.alert ul, .alert ol {
    padding-left: 15px;
    margin-left: 27px;
}
.alert ul li, .alert ol li {
    font-weight: normal;
}
.alert.alert-success {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}
.alert.alert-success:before {
    font-family: "FontAwesome";
    content: "\f058";
    font-size: 20px;
    vertical-align: -2px;
    padding-right: 7px;
}
.alert.alert-danger {
    background: none;
    border: 0;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 16px;
    color: #FF6346;
    font-weight: bold;
    text-align: left;
}
.alert.alert-danger ol, .alert.alert-danger ul {
    margin-left:0;
    padding: 0;
    font-size: 11px;
    font-weight: normal;
    font-style: italic;
    margin-top: 10px;
}
.alert.alert-danger p {margin-bottom: 0 !important;}
.rtl .alert.alert-danger:before {
    float: right;
}

.label {
    white-space: normal;
    display: inline-block;
    padding: 6px 10px;
}

label {
    color: #222222;
}
label.required:before {
    content: "*";
    color: red;
    font-size: 14px;
    position: relative;
    line-height: 12px;
}

.unvisible {
    display: none;
}

.checkbox {
    line-height: 16px;
}
.checkbox label {
    color: #777777;
}

.close {
    opacity: 1;
}
.close:hover {
    opacity: 1;
}

/* *****************************************************************
  table
****************************************************************** */
table.std, table.table_block {
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid #999999;
    border-bottom: none;
    background: white;
    border-collapse: inherit;
}
table.std th, table.table_block th {
    padding: 14px 12px;
    font-size: 12px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 black;
    background: #999999;
}
table.std tr.alternate_item, table.table_block tr.alternate_item {
    background-color: #f3f3f3;
}
table.std td, table.table_block td {
    padding: 12px;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    font-size: 12px;
    vertical-align: top;
}

.table {
    margin-bottom: 30px;
}
.table > thead > tr > th {
    /*background: #fefefe;*/
    border-bottom-width: 1px;
    color: #222222;
    vertical-align: middle;
    border: none;
    text-align: center;
    padding: 9px 10px 9px 10px;
    background: #f5f5f5;
}
#cart_summary.table > thead > tr > th{
    text-transform: uppercase;
}
.table td a.color-myaccount {
    color: #3e474b;
    text-decoration: underline;
}
.table td a.color-myaccount:hover {
    text-decoration: none;
}
.table tfoot tr {
    /*background: #fefefe;*/
}


/* *****************************************************************
  barre comparaison / tri
****************************************************************** */
.product-filter .sortPagiBar {
    background: white;
    padding: 8px 0 0;
}
.product-filter .sortPagiBar .display {
    float: left;
}
.rtl .product-filter .sortPagiBar .display {
    float: right;
}
.product-filter .sortPagiBar .limit {
    float: left;
    width: 50%;
}
.rtl .product-filter .sortPagiBar .limit {
    float: right;
}
.product-filter .sortPagiBar #productsSortForm {
    float: left;
    padding: 0px;
}
.product-filter .bt_compare {
    background: none;
    color: #808080;
    text-transform: none;
    font-size: 12px;
    cursor: pointer;
    border: 1px solid transparent;
}

.product-filter .bt_compare:hover, .product-filter .bt_compare:focus {
    cursor: pointer;
}
.rtl .product-filter .sortPagiBar #productsSortForm {
    float: right;
}
.rtl .product-filter .sortPagiBar #productsSortForm {
    padding: 3px 20px 0 0;
}
.product-filter .sortPagiBar #productsSortForm select {
    max-width: 192px;
    float: left;
}
.rtl .product-filter .sortPagiBar #productsSortForm select {
    float: right;
}
.product-filter .sortPagiBar .nbrItemPage {
    margin-right: 10px;
}
.rtl .product-filter .sortPagiBar .nbrItemPage {
    margin-left: 10px;
    margin-right: inherit;
}
.product-filter .sortPagiBar .nbrItemPage select {
    max-width: 90px;
    float: left;
}
.rtl .product-filter .sortPagiBar .nbrItemPage select {
    float: right;
}
.product-filter .sortPagiBar .nbrItemPage .clearfix > span {
    padding: 3px 0 0 12px;
    display: inline-block;
    color: #222222;
    float: left;
}
.rtl .product-filter .sortPagiBar .nbrItemPage .clearfix > span {
    padding: 3px 12px 0 0;
}
.product-filter .sortPagiBar .nbrItemPage #uniform-nb_item {
    float: left;
}
.rtl .product-filter .sortPagiBar .nbrItemPage #uniform-nb_item {
    float: right;
}
.product-filter .sortPagiBar label, .product-filter .sortPagiBar select {
    float: left;
}
.rtl .product-filter .sortPagiBar label, .rtl .product-filter .sortPagiBar select {
    float: right;
}
.product-filter .sortPagiBar label {
    padding: 8px 6px 0 0;
    font-weight: 400;
    display: none;
}
.rtl .product-filter .sortPagiBar label {
    padding: 3px 0 0 6px;
}
.product-filter .sortPagiBar.instant_search #productsSortForm {
    display: none;
}
.product-filter .display li, .product-filter .display_m li {
    float: left;
    padding: 8px 0;
    text-align: center;
}
.rtl .product-filter .display li, .rtl .product-filter .display_m li {
    float: right;
}
.product-filter .display li a, .product-filter .display_m li a {
    color: #aab2bd;
}
.product-filter .display li a i, .product-filter .display_m li a i {
    border: 1px solid #ebeef2;
    background: white;
    font-size: 15px;
    padding: 8px;
    color: #e1e0e0;
    cursor: pointer;
}
.product-filter .display li a:hover i, .product-filter .display li.selected i, .product-filter .display_m li a:hover i, .product-filter .display_m li.selected i {
    color: #3498db;
}
.product-filter .display li.display-title, .product-filter .display_m li.display-title {
    color: #222222;
    padding: 7px 6px 0 0;
}
.rtl .product-filter .display li.display-title, .rtl .product-filter .display_m li.display-title {
    padding: 7px 0 0 6px;
}
.product-filter .display li#grid a i, .product-filter .display_m li#grid a i {
    border-right: none;
    border-left: 1px solid #ebeef2;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.rtl .product-filter .display li#grid a i, .rtl .product-filter .display_m li#grid a i {
    border-left: none;
    border-right: inherit;
}
.rtl .product-filter .display li#grid a i, .rtl .product-filter .display_m li#grid a i {
    border-right: 1px solid #ebeef2;
    border-left: inherit;
}
.rtl .product-filter .display li#grid a i, .rtl .product-filter .display_m li#grid a i {
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-topleft: inherit;
    -webkit-border-top-left-radius: inherit;
    border-top-left-radius: inherit;
}
.rtl .product-filter .display li#grid a i, .rtl .product-filter .display_m li#grid a i {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topright: inherit;
    -webkit-border-top-right-radius: inherit;
    border-top-right-radius: inherit;
}
.rtl .product-filter .display li#grid a i, .rtl .product-filter .display_m li#grid a i {
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: inherit;
    -webkit-border-bottom-right-radius: inherit;
    border-bottom-right-radius: inherit;
}
.rtl .product-filter .display li#grid a i, .rtl .product-filter .display_m li#grid a i {
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: inherit;
    -webkit-border-bottom-left-radius: inherit;
    border-bottom-left-radius: inherit;
}
.product-filter .display li#list a i, .product-filter .display_m li#list a i {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
}
.rtl .product-filter .display li#list a i, .rtl .product-filter .display_m li#list a i {
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-topleft: inherit;
    -webkit-border-top-left-radius: inherit;
    border-top-left-radius: inherit;
}
.rtl .product-filter .display li#list a i, .rtl .product-filter .display_m li#list a i {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: inherit;
    -webkit-border-top-right-radius: inherit;
    border-top-right-radius: inherit;
}
.rtl .product-filter .display li#list a i, .rtl .product-filter .display_m li#list a i {
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: inherit;
    -webkit-border-bottom-right-radius: inherit;
    border-bottom-right-radius: inherit;
}
.rtl .product-filter .display li#list a i, .rtl .product-filter .display_m li#list a i {
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: inherit;
    -webkit-border-bottom-left-radius: inherit;
    border-bottom-left-radius: inherit;
}
.product-filter .product-compare {
    float: right;
}
.product-filter .product-compare .total-compare-val{
    font-weight: normal;
}
.rtl .product-filter .product-compare {
    float: left;
}

/* *****************************************************************
  pagination
****************************************************************** */
.top-pagination-content,
.bottom-pagination-content {
    text-align: center;
    padding: 12px 10px;
    position: relative;
}
.top-pagination-content div.pagination,
.bottom-pagination-content div.pagination {
    margin: 0;
    width: 100%;
}
.top-pagination-content ul.pagination,
.bottom-pagination-content ul.pagination {
    margin: 8px 0;
}
.top-pagination-content ul.pagination li,
.bottom-pagination-content ul.pagination li {
    display: inline-block;
    float: left;
    margin-bottom: 10px;
}

.content_sortPagiBar ul.pagination, .content_sortPagiBar div.pagination form.showall {
    float: none;
    clear: both;
    display: table;
    text-align: center;
    margin: 0 auto;
}
.content_sortPagiBar div.pagination form.showall button {
    border: 0;
    background: 0;
    color: inherit;
    box-shadow: none;
    text-decoration: underline;
}

.rtl .top-pagination-content ul.pagination li, .rtl
.bottom-pagination-content ul.pagination li {
    float: right;
}

.content_sortPagiBar ul.pagination li > span,
.content_sortPagiBar ul.pagination li > a{
    display: inline-block;
    font-size: 18px;
    margin: 0 1px;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    min-width: 10px;
    background: none;
    border: none;
    color: #1A1A1A;
}

.content_sortPagiBar ul.pagination li.disabled * {
    color: white !important;
}
.content_sortPagiBar ul.pagination li > span:hover {
    background: none;
    border: none;
}
.content_sortPagiBar ul.pagination li > a:hover{
    background: #d1d1d1;
}

.content_sortPagiBar ul.pagination li.pagination_previous > span,
.content_sortPagiBar ul.pagination li.pagination_next > span,
.content_sortPagiBar ul.pagination li.pagination_previous > a,
.content_sortPagiBar ul.pagination li.pagination_next > a{
    border: none;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    width: 180px;
    padding: 0 20px;
    font-size: 14px;
    color: #fff;
    background: #d1d1d1;
    text-align: center;
}

.content_sortPagiBar ul.pagination li.pagination_previous > a:hover,
.content_sortPagiBar ul.pagination li.pagination_next > a:hover {
    background: #4FAAE6;
}
.content_sortPagiBar ul.pagination li.pagination_previous > a,
.content_sortPagiBar ul.pagination li.pagination_next > a{
    color: #fff;
    background: #3498db;

}

.layered_ajax_loader_content {text-align: center;     position: relative; top: 45px; z-index: 99999999}
.content_sortPagiBar ul.pagination li.active > span
{
    color: #3498db;
}

.top-pagination-content .compare-form,
.bottom-pagination-content .compare-form {
    float: right;
}
.rtl .top-pagination-content .compare-form, .rtl
.bottom-pagination-content .compare-form {
    float: left;
}
.top-pagination-content .product-count,
.bottom-pagination-content .product-count {
    padding: 11px 0 0 0;
    float: left;
}
.rtl .top-pagination-content .product-count, .rtl
.bottom-pagination-content .product-count {
    float: right;
}

.bottom-pagination-content {
    margin-bottom: 30px;
    padding-top: 20px;
}
.bottom-pagination-content .compare-form {
    display: none;
}

/* *****************************************************************
  CART steps
****************************************************************** */
ul.step {
    margin-bottom: 30px;
    overflow: hidden;
}
ul.step li {
    background: #ebebeb;
    float: left;
    text-align: left;
    padding: 0;
}
.rtl ul.step li {
    float: right;
}
.rtl ul.step li {
    text-align: right;
}
ul.step li a,
ul.step li span, ul.step li.step_current span, ul.step li.step_current_end span {
    display: block;
    padding: 10px 10px 10px 13px;
    color: #222222;
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
    position: relative;
}
ul.step li a:focus,
ul.step li span:focus, ul.step li.step_current span:focus, ul.step li.step_current_end span:focus {
    text-decoration: none;
    outline: none;
}
ul.step li.first span,
ul.step li.first a {
    z-index: 5;
    padding-left: 13px !important;
}
ul.step li.second span, ul.step li.second a {
    z-index: 4;
}
ul.step li.third span, ul.step li.third a {
    z-index: 3;
}
ul.step li.four span, ul.step li.four a {
    z-index: 2;
}
ul.step li.last span {
    z-index: 1;
}
ul.step li.step_current {
    font-weight: bold;
}
ul.step li.step_current span {
    color: white;
    background: #3498db;
    position: relative;
}
ul.step li.step_current_end {
    font-weight: bold;
}
ul.step li.step_todo span {
    display: block;
    color: #222222;
    position: relative;
}
ul.step li.step_done a {
    background: #555555;
    color: white;
}
ul.step li em {
    font-style: normal;
}

/* *****************************************************************
  BREADCRUMB
****************************************************************** */
.breadcrumb {
    background: none;
    color: #777777;
    margin: 15px 0 10px;
    padding: 0;
    text-transform: uppercase;
}
.breadcrumb:after {
    display: none;
}
.breadcrumb .navigation-pipe:before {
    position: absolute;
    content: "\F178";
    color: #949494;
    font-family: FontAwesome;
    font-size: 12px;
    left: 4px;
    top: -4px;
}
.breadcrumb .navigation-pipe {
    font-size: 0;
    width: 20px;
    font-family: "Museo", sans-serif;
    display: inline-block;
    color: #3e474b;
    margin: 0 5px;
    position: relative;
}
.breadcrumb a {
    display: inline-block;
    padding: 0;
}
.breadcrumb a:hover, .breadcrumb a:focus {
    color: #3e474b;
}

.ie8 .breadcrumb {
    min-height: 1px;
}
.ie8 .breadcrumb a:after {
    display: none;
}
.ie8 .breadcrumb .navigation-pipe {
    width: 20px;
}

/* *****************************************************************
  Buttons
****************************************************************** */
*:first-child + html input.button_mini, *:first-child + html input.button_small,
*:first-child + html input.button, *:first-child + html input.button_large,
*:first-child + html input.button_mini_disabled, *:first-child + html input.button_small_disabled,
*:first-child + html input.button_disabled, *:first-child + html input.button_large_disabled,
*:first-child + html input.exclusive_mini, *:first-child + html input.exclusive_small,
*:first-child + html input.exclusive, *:first-child + html input.exclusive_large,
*:first-child + html input.exclusive_mini_disabled, *:first-child + html input.exclusive_small_disabled,
*:first-child + html input.exclusive_disabled, *:first-child + html input.exclusive_large_disabled {
    border: none;
}

input.button_mini:hover, input.button_small:hover, input.button:hover,
input.button_large:hover, input.exclusive_mini:hover, input.exclusive_small:hover,
input.exclusive:hover, input.exclusive_large:hover, a.button_mini:hover, a.button_small:hover,
a.button:hover, a.button_large:hover, a.exclusive_mini:hover, a.exclusive_small:hover,
a.exclusive:hover, a.exclusive_large:hover {
    text-decoration: none;
    background-position: left -50px;
}

input.button_mini:active, input.button_small:active, input.button:active,
input.button_large:active, input.exclusive_mini:active, input.exclusive_small:active,
input.exclusive:active, input.exclusive_large:active, a.button_mini:active,
a.button_small:active, a.button:active, a.button_large:active,
a.exclusive_mini:active, a.exclusive_small:active,
a.exclusive:active, a.exclusive_large:active {
    background-position: left -100px;
}

input.button_disabled,
input.exclusive_disabled,
span.exclusive {
    border: 1px solid #cccccc;
    color: #999999;
    background: url(../img/bg_bt_2.gif) repeat-x 0 0 #cccccc;
    cursor: default;
}

.btn.disabled,
.btn[disabled]:hover {
    opacity: 0.3;
}
#footercenter .newsletter-info {display: none;}
#footercenter #newsletter_block_left .title_block {padding: 42px 0 20px 0px;}
#voucher .button {
    border: none;
    background: #f5f5f5;
    padding: 2px 3px;
    color: #222222;
    border: 1px solid #DADADA;
    line-height: 18px;
    text-transform: uppercase;
    box-shadow: none  !important;
    -webkit-box-shadow: none !important;
}

#voucher .button:hover {
    background: #E8E8E8;
}

.button {
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.24);
    border: 2px solid #2da0ec;
    background: #3498db;
    font-size: 14px;
    color: white;
    padding: 0;
    outline: none;
    text-transform: uppercase;
}
.button span i {
    vertical-align: 0px;
    margin-right: 5px;
    font-size: 12px;
}
.rtl .button span i {
    margin-left: 5px;
    margin-right: inherit;
}
.button span i.right {
    margin-right: 0;
    margin-left: 5px;
    font-size: 12px;
}
.rtl .button span i.right {
    margin-left: 0;
    margin-right: inherit;
}
.rtl .button span i.right {
    margin-right: 5px;
    margin-left: inherit;
}
.button span i.left {
    font-size: 12px;
}
.button:hover, .button:focus {
    background: #4FAAE6;
    border-color: #52A4DE;
    color: white;
}
.button:hover span, .button:focus span {
    border-color: #ff7858;
}
.button:focus {
    outline: none;
}
.button.ajax_add_to_cart_button {
    margin-bottom: 10px;
}
/*.button.ajax_add_to_cart_button:hover span:before{color: orange;}*/
.button.ajax_add_to_cart_button span {
    position: relative;
}
/* .button.ajax_add_to_cart_button span:before {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  left: 5px;
  top: 5px;
} */
.rtl .button.ajax_add_to_cart_button span:before {
    right: 5px;
    left: auto;
}
.button.ajax_add_to_cart_button.disabled {
    border: 1px solid #2da0ec;
    background: #3498db;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.link-button {
    font-weight: bold;
}
.link-button i {
    margin-right: 5px;
}
.link-button i.large {
    font-size: 26px;
    line-height: 26px;
    vertical-align: -3px;
    color: silver;
}

.btn.button-plus,
.btn.button-minus {
    line-height: 10px;
    color: #000;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: absolute;
    top: 1px;
    right: 0;
    right: 3px;
    border: none;
}
.btn.button-plus span,
.btn.button-minus span {
    display: block;
    border: 1px solid white;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    background: white;
    font-size: 10px;
}
.btn.button-plus:hover,
.btn.button-minus:hover {
    color: #222222;
}
.btn.button-plus:hover span,
.btn.button-minus:hover span {
    filter: none;
    background: #f6f6f6;
}

/* *****************************************************************
  form
****************************************************************** */
.form-control {
    padding: 3px 5px;
    height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control.grey {
    background: #fefefe;
}

/* ******************************************************************
   Form validate
******************************************************************* */
.form-group.form-error input, .form-group.form-error textarea {
    border: 1px solid #f13340;
    color: #f13340;
    background: url(../img/icon/form-error.png) 98% 10px no-repeat #fff1f2;
}
.form-group.form-ok input, .form-group.form-ok textarea {
    border: 1px solid #46a74e;
    color: #35b33f;
    background: url(../img/icon/form-ok.png) 98% 10px no-repeat #ddf9e1;
}
.form-group.form-error .form-control, .form-group.form-ok .form-control {
    padding-right: 30px;
}


#center_column span.error_js{
    display: block;
    display: inline-block;
    margin-left: 10px;
    font-size: 13px;
    line-height: 20px;
    color: #FF7258;
    clear: none;
}

#center_column input.error_js {
    border: 1px solid #ff6346;
}

/* ******************************************************************
   uniform
******************************************************************* */
.radio-inline, .checkbox {
    padding-left: 0;
}
.radio-inline .checker, .checkbox .checker {
    float: left;
}
.rtl .radio-inline .checker, .rtl .checkbox .checker {
    float: right;
}
.radio-inline .checker span, .checkbox .checker span {
    top: 0px;
}


.radio-inline div.radio{
    display: inline-block;
}

.radio-inline div.radio span, .checkbox div.radio span {
    float: left;
    top: 0px;
}
.rtl .radio-inline div.radio span, .rtl .checkbox div.radio span {
    float: right;
}

/* *****************************************************************
  BOXES
****************************************************************** */
.box {
    padding: 14px 18px 13px;
    margin: 0 0 20px 0;
    line-height: 23px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#center_column > .box {padding-top: 0;}
#left_column #best-sellers_block_right {margin-top: 14px;}
.box.box-small {
    padding: 9px 10px 9px 20px;
}
.box.box-small .dark {
    padding-top: 10px;
    padding-right: 20px;
    margin-bottom: 0;
    width: auto;
}

/*box none background*/
.nonebg.box {
    background: none;
    border: none;
}

.page-product-box {
    background: white;
    border-top: none;
}
.page-product-box .products_block {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 10px;
}

.product-box {
    width: 178px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.rtl .product-box {
    float: right;
}
.product-box .product-image {
    border: 1px solid #ebeef2;
    background: white;
    padding: 5px;
    display: block;
    margin-bottom: 11px;
}
.product-box .product-image img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

/* *****************************************************************
  Block
****************************************************************** */
#category_top_header {margin-bottom: 40px;}
#category #left_column {
    margin-top: 10px;
    padding-right: 30px;
}

.block {
    background: white;
    margin-bottom: 20px;
    /*  -webkit-box-shadow: 0px 0px 5px 0px rgba(165, 165, 165, 0.24);
  box-shadow: 0px 0px 5px 0px rgba(165, 165, 165, 0.24);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;*/
}
.block.highlighted {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.block.highlighted .title_block {
    background: #e24666;
    border: none;
    color: white;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.block.highlighted .title_block span {
    font-size: 16px;
    padding-right: 5px;
}
.rtl .block.highlighted .title_block span {
    padding-left: 5px;
    padding-right: inherit;
}
.block.highlighted .block_content {
    background: white;
}

.block .title_block{
    color: #3e474b;
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 20px;
    margin: 0 0 10px;
    padding: 14px 20px;
    position: relative;
    /* border-top: 3px solid #3498db; */
}
#left_column .block .title_block {
    color: #3e474b;
    border: none;
    padding-left: 0;
    padding-bottom: 0;
}
.block .title_block a,
.block h4 a {
    color: #3e474b;
}
.block .title_block a:hover,
.block h4 a:hover {
    color: #222222;
}
.block .lnk {
    text-align: right;
    padding: 0 10px 10px 0;
}
.rtl .block .lnk {
    text-align: left;
}
.rtl .block .lnk {
    padding: 0 0 10px 10px;
}
.block .list-block {
    margin-top: -8px;
}
.block .list-block li {
    padding: 7px 0 8px 20px;
    border-top: 1px solid #ebeef2;
}
.rtl .block .list-block li {
    padding: 7px 20px 8px 0;
}
.block .list-block li a i {
    display: none;
}
.block .list-block li a:before {
    font-family: "FontAwesome";
    font-size: 13px;
    color: #aab2bd;
    display: inline-block;
    content: "\f105";
    display: inline;
    padding-right: 8px;
}
.rtl .block .list-block li a:before {
    padding-left: 8px;
    padding-right: inherit;
}
.block .list-block li a:hover:before {
    color: #3498db;
}
.block .list-block li:first-child {
    border-top: none;
}
.block .list-block .form-group {
    padding: 20px 5px;
    border-top: 1px solid #ebeef2;
    margin: 0;
}
.block .list-block .form-group select {
    max-width: 270px;
}
.block .list-block .btn {
    margin-top: 12px;
}
.block .list-block .logout {
    text-align: right;
    margin: 5px 5px 5px 0;
}
.rtl .block .list-block .logout {
    text-align: left;
}
.rtl .block .list-block .logout {
    margin: 5px 0 5px 5px;
}
.block .products-block {
    padding-bottom: 15px;
    margin-bottom: 0;
}
.block .products-block li {
    padding: 0 10px 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ebeef2;
}
.block .products-block li .products-block-image {
    float: left;
    border: 1px solid #ebeef2;
    margin-right: 19px;
}
.rtl .block .products-block li .products-block-image {
    float: right;
}
.rtl .block .products-block li .products-block-image {
    margin-left: 19px;
    margin-right: inherit;
}
.block .products-block li .product-content {
    overflow: hidden;
    height: 100px;
    display: table-cell;
    vertical-align: middle;
}
.block .products-block li .product-content h5 {
    margin: -3px 0 0 0;
    font-weight: 600;
}
.block .products-block li:last-child {
    margin-bottom: 0;
}
.block .products-block .product-name {
    font-size: 15px;
    line-height: 1.5;
}
.block .products-block .product-description {
    margin: 5px 0;
}
.block .products-block .price-percent-reduction {
    font: 700 12px/22px "PT Sans", sans-serif;
    padding: 1px 6px;
}
.block .products-block .button {
    margin-right: 10px;
}
.rtl .block .products-block .button {
    margin-left: 10px;
    margin-right: inherit;
}
.block .blockstore {
    padding: 10px;
}

.sidebar .widget .block {
    background: white;
}
.sidebar .widget .block .title_block {
    border-bottom: 1px solid #EBEEF2;
    border-top: 3px solid #3498db;
}
.sidebar .widget .block .block_content {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* *****************************************************************
  PAIMENT - PAGE ORDER
****************************************************************** */
.cart_navigation {
    margin: 0 0 20px;
}
.cart_navigation .button-medium {
    float: right;
    background: #3498db;
    border: none;
}
.rtl .cart_navigation .button-medium {
    float: left;
}
.cart_navigation .button-medium span {
    border-color: #ff7858;
}
.cart_navigation .button-medium:hover {
    background: #5e90af;
}

/* *****************************************************************
  Step 1 - cart
****************************************************************** */
.cart_last_product {
    display: none;
}

.cart_quantity .cart_quantity_input {
    height: 27px;
    line-height: 27px;
    padding-left: 2px;
    text-align: center;
    width: 100%;
    float: left;
    padding-right: 16px;

}

.cart_gift_quantity .cart_quantity_input {
    height: 27px;
    line-height: 27px;
    padding: 0;
    text-align: center;
    width: 57px;
}

.table tbody > tr > td {
    vertical-align: middle;
    border: none;
    padding: 15px 10px 15px 10px;
}
.table tbody > tr > td.cart_quantity {
    padding: 41px 14px 25px;
    width: 70px;
    position: relative;
}
.table tbody > tr > td.cart_quantity .cart_quantity_button {
    margin-top: 0px;
    position: relative;
}
.table tbody > tr > td.cart_quantity .cart_quantity_button a {
    float: left;
    margin-right: 0px;
}
.rtl .table tbody > tr > td.cart_quantity .cart_quantity_button a {
    float: right;
}
.table tbody > tr > td.cart_quantity .cart_quantity_button a + a {
    margin-right: 0;
    top: 13px;
}
.table tbody > tr > td.cart_delete, .table tbody > tr > td.price_discount_del {
    padding: 5px;
}
.table tfoot > tr > td {
    vertical-align: middle;
    border: none;
    padding: 9px 10px 11px 10px;
}

.cart_delete a.cart_quantity_delete,
a.price_discount_delete {
    font-size: 23px;
    color: #222222;
}
.cart_delete a.cart_quantity_delete:hover,
a.price_discount_delete:hover {
    color: silver;
}
#cart_summary{margin-bottom: 0;}
#cart_summary tfoot{position: relative;}
#cart_summary tfoot:before{
    /*content: "";
  position: absolute;
  width: 100%;
bottom: 40px;*/

}
#cart_summary .cart_discount td {text-align: center;}
#cart_summary .cart_discount td.cart_discount_name {text-align: left;}

#cart_summary tfoot tr:last-child{position: relative;}
#cart_summary tfoot tr:last-child:before{
    /*content: "";
  position: absolute;
  width: 100%;
  bottom: 40px;
  background: red;
  height: 2px;
  top: 0;
  left: 0;*/
}
#cart_summary tbody td.cart_product {
    padding: 0;
    text-align: center;
}
#cart_summary tbody tr.cart_item.last_item {
    border-bottom: 1px solid #f6f6f6;
}
#cart_summary tbody td.cart_product img {
    border: none;
    width: 70px !important;
    height: 70px !important;
}
#cart_summary tbody td.cart_unit .price span {
    display: block;
}
#cart_summary tbody td.cart_unit .price span {
    font-weight: normal;
}
#cart_summary tbody td.cart_unit .price span.price-percent-reduction {
    margin: 0 auto;
    display: none;
}
#cart_summary tbody td.cart_unit .price span.old-price {
    text-decoration: line-through;
}
#cart_summary tbody td.cart_unit {width: 120px;}
#cart_summary tbody td.cart_description {
    width: 255px;
}
#cart_summary tbody td.cart_description small {
    display: block;
    padding: 5px 0 0 0;
}
#cart_summary .price{color: black;font-size: 12px;text-align: center;}
#cart_summary tfoot td.text-right {
    font-weight: bold;
    color: #222222;
}
#cart_summary tfoot td.price {
    text-align: right;
    font-size: 13px;
    min-width: 133px;
}
#cart_summary tfoot td{position: relative;}
#cart_summary tfoot tr.cart_total_price:before {
    /*  content: "";
height: 1px;
width: 100%;
background: #C0C0C0;
position: absolute;
top: -1px;
right: 0;*/
}
#cart_summary tfoot td.total_price_container span.total_text {
    font-size: 18px;
    font-weight: normal;
    color: #555454;
    margin-right: 7px;
    text-transform: uppercase;
}

#cart_summary tfoot td.total_price_container span.ttc_text {
    font-size: 17px;
    -webkit-font-smoothing: subpixel-antialiased;
    font-smooth: always;
    transform: rotate(-0.0000000001deg);
    color: #808080;
}

#cart_summary tfoot td.total_price_container {
    font: 600 21px/25px "Museo", sans-serif;}
#cart_summary tfoot td#total_price_container {
    font: 600 21px/25px "Museo", sans-serif;
    color: #ff6346;
    /*background: white;*/
    text-align: right;
}

#cart_summary .cart_total{text-align: center !important;}
#cart_summary .cart_product{text-align: left !important;}

tr.cart_total_price.cart_total_price-2:before {
    content: "";
    width: 280px;
    right: 0;
    position: absolute;
    background: #f6f6f6;
    height: 1px;
}

.cart_voucher {
    vertical-align: top !important;
}
.cart_voucher h4 {
    font-size: 16px;
    color: #222222;
    text-transform: uppercase;
    padding: 7px 0 10px 0;
}
.cart_voucher .title-offers {
    color: #222222;
    font-weight: bold;
    margin-bottom: 6px;
}
.cart_voucher fieldset {
    margin-bottom: 0px;
}
#cart_voucher {padding-bottom: 0;     padding-top: 20px;}

#cart_voucher label {float: left;     line-height: 34px; }

.cart_voucher fieldset #discount_name {
    float: left;
    width: 140px;
    margin-right: 11px;
    margin-left: 10px;
    height: 34px;
}
.rtl .cart_voucher fieldset #discount_name {
    float: right;
}
.rtl .cart_voucher fieldset #discount_name {
    margin-left: 11px;
    margin-right: inherit;
}
.cart_voucher #display_cart_vouchers span {
    font-weight: bold;
    cursor: pointer;
    color: #3e474b;
}
.cart_voucher #display_cart_vouchers span:hover {
    color: #3498db;
}

.enable-multishipping {
    margin: -13px 0 17px;
}
.enable-multishipping label {
    font-weight: normal;
}

#HOOK_SHOPPING_CART #loyalty i {
    font-size: 26px;
    line-height: 26px;
    color: #cfcccc;
}

#order_carrier {
    clear: both;
    margin-top: 20px;
    border: 1px solid #999999;
    background: white;
}
#order_carrier .title_block {
    padding: 0 15px;
    height: 29px;
    font-weight: bold;
    line-height: 29px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    background: url(../img/bg_table_th.png) repeat-x 0 -10px #999999;
}
#order_carrier span {
    display: block;
    padding: 15px;
    font-weight: bold;
}

.multishipping_close_container {
    text-align: center;
}

table#cart_summary .gift-icon {
    color: white;
    background: #0088cc;
    line-height: 20px;
    padding: 2px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* *****************************************************************
  Step 3 - address
****************************************************************** */
#multishipping_mode_box {
    padding-top: 12px;
    padding-bottom: 19px;
}
#multishipping_mode_box .title {
    font-weight: bold;
    color: #222222;
    margin-bottom: 15px;
}
#multishipping_mode_box .description_off {
    display: none;
}
#multishipping_mode_box .description_off div {
    margin-bottom: 10px;
}
#multishipping_mode_box .description_off a:hover,
#multishipping_mode_box .description a:hover {
    background: #f3f3f3;
    border: 1px solid #cccccc;
}

#multishipping_mode_box.on .description_off {
    display: block;
}

.multishipping-cart .cart_address_delivery.form-control {
    width: 198px;
}

#order .address_add.submit {
    margin-bottom: 20px;
}

#ordermsg {
    margin-bottom: 30px;
}

#id_address_invoice.form-control,
#id_address_delivery.form-control {
    width: 269px;
}

.addresses .select label,
.addresses .selector,
.addresses .addresses .address_select {
    clear: both;
    float: left;
}
.rtl .addresses .select label, .rtl
.addresses .selector, .rtl
.addresses .addresses .address_select {
    float: right;
}
.addresses .waitimage {
    display: none;
    float: left;
    width: 24px;
    height: 24px;
    background-image: url("../../../img/loader.gif");
    background-repeat: no-repeat;
    position: relative;
    bottom: -2px;
    left: 10px;
}
.rtl .addresses .waitimage {
    float: right;
}
.addresses .checkbox.addressesAreEquals {
    clear: both;
    float: left;
    margin: 0;
    padding: 10px 0;
}
.rtl .addresses .checkbox.addressesAreEquals {
    float: right;
}

/* *****************************************************************
  Step 4 - paiement
****************************************************************** */
.btn-update {
    text-decoration: underline;
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
}
#order-opc {
    background: #fff;
}
#order-opc h1{margin-top: 30px;
}

.cart_avail span{
    min-width: 80px;
    color: #000;
    background: none;
    border: none;
    font-weight: 400;
}
#order .delivery_option > div,
#order-opc .delivery_option > div {
    display: block;
    font-weight: normal;
}
#order .delivery_option > div > table,
#order-opc .delivery_option > div > table {
    background: white;
    margin-bottom: 0;
}
#order .delivery_option > div > table.resume,
#order-opc .delivery_option > div > table.resume {
    height: 53px;
}
#order .delivery_option > div > table.resume.delivery_option_carrier,
#order-opc .delivery_option > div > table.resume.delivery_option_carrier {
    margin-top: 10px;
    width: 100%;
    background: #5192f3;
    color: white;
    border: 1px solid #4b80c3;
    font-weight: bold;
}
#order .delivery_option > div > table.resume.delivery_option_carrier td,
#order-opc .delivery_option > div > table.resume.delivery_option_carrier td {
    padding: 8px 11px 7px 11px;
}
#order .delivery_option > div > table.resume.delivery_option_carrier td i,
#order-opc .delivery_option > div > table.resume.delivery_option_carrier td i {
    font-size: 20px;
    margin-right: 7px;
    vertical-align: -2px;
}
.delivery_option_radio .radio {
    top: 3px;
}
#order .delivery_option > div > table.resume td.delivery_option_logo,
#order-opc .delivery_option > div > table.resume td.delivery_option_logo {
    width: 97px;
    padding-left: 21px;
}
#order .delivery_option > div > table.resume td.delivery_option_price,
#order-opc .delivery_option > div > table.resume td.delivery_option_price {
    width: 162px;
}

.order_carrier_content {
    line-height: normal;
    padding-bottom: 16px;
}
.order_carrier_content .carrier_title {
    font-weight: bold;
    color: #222222;
    font-size: 16px;
}
.order_carrier_content .checkbox input {
    margin-top: 2px;
}
.order_carrier_content .delivery_options_address .carrier_title {
    margin-bottom: 17px;
}
.order_carrier_content + div {
    padding-bottom: 15px;
}

.order_carrier_content .delivery_options_address table.resume th {
    line-height: 35px;
    font-size: 13px;
    background: #f5f5f5;
    color: #1a1a1a;
    text-transform: uppercase;
    font-family: "brandon_grotesquebold", Arial, sans-serif;
    text-align: left;
    padding: 0 10px;
    text-align: left;
}

.order_carrier_content .delivery_options_address table.resume .delivery_option_logo {
    display: none;
}

.order_carrier_content .delivery_options_address table.resume .delivery_option_radio {
    width: 30%;
}

.order_carrier_content .delivery_options_address table.resume .delivery_option_time {
    width: 50%;
}


.order_carrier_content .delivery_options_address table.resume th.delivery_option_price,
.order_carrier_content .delivery_options_address table.resume td.delivery_option_price {
    text-align: right;
}
.order_carrier_content .delivery_options_address table.resume div.delivery_option_price {
    font: normal 11px/14px Arial, Verdana, sans-serif;
    font-weight: 700;
    font-size: 12px;
}

.order_carrier_content .delivery_options_address table.resume,
.order_carrier_content .delivery_options_address table.resume th,
.order_carrier_content .delivery_options_address table.resume td {
    border: 0;
}
#carrierTable {
    border: 1px solid #999999;
    border-bottom: none;
    background: white;
}

#carrierTable tbody {
    border-bottom: 1px solid #999999;
}

#carrierTable th {
    padding: 0 15px;
    height: 29px;
    font-weight: bold;
    line-height: 29px;
    color: white;
    text-transform: uppercase;
    background: url(../img/bg_table_th.png) repeat-x 0 -10px #999999;
}

#carrierTable td {
    padding: 15px;
    font-weight: bold;
    border-right: 1px solid #e9e9e9;
}

#carrierTable td.carrier_price {
    border: none;
}

p.checkbox.gift {
    margin-bottom: 10px;
}

#gift_div {
    display: none;
    margin-top: 5px;
    margin-bottom: 10px;
}

a.iframe {
    color: #1a1a1a;
    text-decoration: underline;
}
a.iframe:hover {
    text-decoration: none;
}

/* *****************************************************************
  Step 5 - paiement
****************************************************************** */
p.payment_module {
    margin-bottom: 10px;
}
p.payment_module a {
    display: block;
    border: 1px solid #d6d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 17px;
    line-height: 23px;
    color: #222222;
    font-weight: bold;
    padding: 33px 40px 34px 99px;
    letter-spacing: -1px;
    position: relative;
}
p.payment_module a > img{  margin-right: 85px; min-width: 211px;}
p.payment_module a.bankwire {
    background: url(../img/bankwire.png) 15px 12px no-repeat #fefefe;
}
p.payment_module a.cheque {
    background: url(../img/cheque.png) 15px 15px no-repeat #fefefe;
}
p.payment_module a.cash {
    background: url(../img/cash.png) 15px 15px no-repeat #fefefe;
}
p.payment_module a.cheque:after, p.payment_module a.bankwire:after, p.payment_module a.cash:after {
    display: block;
    content: "\f054";
    position: absolute;
    right: 15px;
    margin-top: -11px;
    top: 50%;
    font-family: "FontAwesome";
    font-size: 25px;
    height: 22px;
    width: 14px;
    color: #3e474b;
}
p.payment_module a:hover {
    /*background-color: #f6f6f6;*/
}
p.payment_module a span {
    font-weight: bold;
    color: #3e474b;
}

.payment_module.box {
    margin-top: 20px;
}

p.cheque-indent {
    margin-bottom: 20px;
}
p.cheque-indent strong {
    color: #777777;
}

.cheque-box .form-group {
    margin-bottom: 0px;
}
.cheque-box .form-group .form-control {
    width: 269px;
}

.order-confirmation.box {
    line-height: 29px;
}
.order-confirmation.box a {
    text-decoration: underline;
}
.order-confirmation.box a:hover {
    text-decoration: none;
}

.delivery_option_carrier td {
    width: 200px;
}

.delivery_option_carrier td + td {
    width: 280px;
}

.delivery_option_carrier td + td + td {
    width: 200px;
}

.delivery_option_carrier tr td {
    padding: 5px;
}

.delivery_option_carrier.selected {
    display: table;
}

.delivery_option_carrier.not-displayable {
    display: none;
}
#account-creation_form h3 {
    text-align: left;
    margin-left: 10px;
    margin-right: 30px;
}
#account-creation_form {
    max-width: 745px;
    padding-top: 40px;
}
#authentication #account-creation_form {
    padding-top: 10px;
}
#address,
#identity,
#account-creation_form,
#new_account_form,
#opc_account_form,
#authentication {
    line-height: 20px;
    text-align: left;
}
#address p.required,
#identity p.required,
#account-creation_form p.required,
#new_account_form p.required,
#opc_account_form p.required,
#authentication p.required {
    color: #f13340;
    margin: 9px 0 16px 0;
}
#address p.inline-infos,
#identity p.inline-infos,
#account-creation_form p.inline-infos,
#new_account_form p.inline-infos,
#opc_account_form p.inline-infos,
#authentication p.inline-infos {
    color: red;
}
#address .form-group .form-control#adress_alias,
#identity .form-group .form-control#adress_alias,
#account-creation_form .form-group .form-control#adress_alias,
#new_account_form .form-group .form-control#adress_alias,
#opc_account_form .form-group .form-control#adress_alias,
#authentication .form-group .form-control#adress_alias {
    margin-bottom: 20px;
}
#address .gender-line,
#identity .gender-line,
#account-creation_form .gender-line,
#new_account_form .gender-line,
#opc_account_form .gender-line,
#authentication .gender-line {
    margin-bottom: 4px;
    padding-top: 4px;
}
#address .gender-line > label,
#identity .gender-line > label,
#account-creation_form .gender-line > label,
#new_account_form .gender-line > label,
#opc_account_form .gender-line > label,
#authentication .gender-line > label {
    margin-right: 10px;
    margin-bottom: 0;
}
#address .gender-line .radio-inline label,
#identity .gender-line .radio-inline label,
#account-creation_form .gender-line .radio-inline label,
#new_account_form .gender-line .radio-inline label,
#opc_account_form .gender-line .radio-inline label,
#authentication .gender-line .radio-inline label {
    font-weight: normal;
    color: #777777;
}

#new_account_form .box {
    line-height: 20px;
}
#new_account_form .box .date-select {
    padding-bottom: 10px;
}
#new_account_form .box .top-indent {
    padding-top: 10px;
}
#new_account_form .box .customerprivacy {
    padding-top: 15px;
}

#password {
    padding-top: 0;
    border: none;
}
#password ul.footer_links, #my-account ul.footer_links {display: none;}
#password h1.page-subheading {
    font-size: 38px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    min-height: 35px;
}
#password #form_forgotpassword {
    margin-top: 40px;
}
#password .box {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
}
#password .box p {
    margin-bottom: 10px;
}
#password .box .form-group {
    margin: 0 0 10px;
}
#password .box .form-group .form-control {
    width: 375px;
    display: inline-block;
    height: 38px;
}
#password .box button {
    width: 375px;
    height: 45px;
}

#password .alert.alert-danger {
    text-align: left;
    width: 375px;
    margin: 30px auto 0 auto;
}
/* ******************************************************************
   PAGE SEARCH
******************************************************************* */
#instant_search_results a.close {
    font-size: 13px;
    font-weight: 600;
    opacity: 1;
    line-height: inherit;
    text-transform: none;
    font-family: "PT Sans", sans-serif;
}
#instant_search_results a.close:hover {
    color: #3498db;
}

/* ******************************************************************
   MANUFACTURERS/SUPPLIERS
******************************************************************* */
#manufacturers_list h3,
#suppliers_list h3 {
    font-size: 17px;
    line-height: 23px;
}
#manufacturers_list .description,
#suppliers_list .description {
    line-height: 18px;
}
#manufacturers_list .product-counter a,
#suppliers_list .product-counter a {
    font-weight: bold;
    color: #222222;
}
#manufacturers_list .product-counter a:hover,
#suppliers_list .product-counter a:hover {
    color: #3498db;
}
#manufacturers_list.list li .mansup-container,
#suppliers_list.list li .mansup-container {
    border-top: 1px solid #ebeef2;
    padding: 31px 0 30px 0;
}
#manufacturers_list.list li:first-child .mansup-container,
#suppliers_list.list li:first-child .mansup-container {
    border-top: 0;
}
#manufacturers_list.list li .left-side,
#suppliers_list.list li .left-side {
    text-align: center;
}
#manufacturers_list.list li h3,
#suppliers_list.list li h3 {
    margin-top: -5px;
    padding-bottom: 8px;
}
#manufacturers_list.list li .middle-side,
#suppliers_list.list li .middle-side {
    padding-left: 0;
}
#manufacturers_list.list li .right-side-content,
#suppliers_list.list li .right-side-content {
    border-left: 1px solid #ebeef2;
    padding: 0 0 32px 31px;
    min-height: 108px;
}
#manufacturers_list.list li .right-side-content .product-counter,
#suppliers_list.list li .right-side-content .product-counter {
    position: relative;
    top: -6px;
    margin-bottom: 12px;
}
#manufacturers_list.grid li,
#suppliers_list.grid li {
    text-align: center;
}
#manufacturers_list.grid li .product-container,
#suppliers_list.grid li .product-container {
    padding-top: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebeef2;
}
#manufacturers_list.grid li .product-container .left-side,
#suppliers_list.grid li .product-container .left-side {
    padding-bottom: 42px;
}
#manufacturers_list.grid li .product-container h3,
#suppliers_list.grid li .product-container h3 {
    padding-bottom: 10px;
}
#manufacturers_list.grid li .product-container .product-counter,
#suppliers_list.grid li .product-container .product-counter {
    margin-bottom: 12px;
}

#manufacturer .description_box,
#supplier .description_box {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #ebeef2;
}
#manufacturer .description_box .hide_desc,
#supplier .description_box .hide_desc {
    display: none;
}
#manufacturer .bottom-pagination-content,
#manufacturer .top-pagination-content,
#supplier .bottom-pagination-content,
#supplier .top-pagination-content {
    min-height: 69px;
}
#manufacturer .top-pagination-content.bottom-line,
#supplier .top-pagination-content.bottom-line {
    border-bottom: 1px solid #ebeef2;
}

table.discount i {
    font-size: 20px;
    line-height: 20px;
    vertical-align: -2px;
}
table.discount i.icon-ok {
    color: #46a74e;
}
table.discount i.icon-remove {
    color: #f13340;
}

#guestTracking .form-control {
    max-width: 271px;
}

#pagenotfound #columns.columns-container {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    background: url('../img/bg_pagenotfound.png') no-repeat center 0 rgba(0, 0, 0, 0);
    min-height: 644px;
}
#pagenotfound .pagenotfound .img-404 {
    padding: 8px 0 27px 0;
}
#pagenotfound .pagenotfound .img-404 img {
    max-width: 100%;
}
#pagenotfound .pagenotfound h1 {
    font-size: 38px;
    line-height: normal;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 0;
}
#pagenotfound .pagenotfound p {
    font-size: 13px;
}
#pagenotfound .pagenotfound h3 {
    font-weight: bold;
    color: #222222;
    font-size: 13px;
    line-height: normal;
    margin-bottom: 18px;
}
#pagenotfound .pagenotfound label {
    font-weight: normal;
}
@media (max-width: 767px) {
    #pagenotfound .pagenotfound label {
        display: block;
    }
}
#pagenotfound .pagenotfound .form-control {
    max-width: 293px;
    display: inline-block;
    margin-right: 5px;
}
@media (max-width: 767px) {
    #pagenotfound .pagenotfound .form-control {
        margin: 0 auto 15px auto;
        display: block;
    }
}
#pagenotfound .pagenotfound .buttons {
    padding: 40px 0 20px 0;
}
#pagenotfound .pagenotfound .buttons a{
    padding: 6px 30px;
    line-height: 19px;
}
#pagenotfound .pagenotfound .buttons .button-medium i.left {
    font-size: 17px;
}

#product_comparison td.compare_extra_information {
    padding: 10px;
}
#product_comparison #social-share-compare {
    margin-bottom: 50px;
}

/*authentication*/
.form-custom .submit button {
    width: 330px;
}

#account-creation_form .submit button {
}

.form-custom h3 {
    margin-bottom: 30px;
}

.form-custom .account_creation {
}

.form-custom .form-group > label {
    text-transform: uppercase;
    font-size: 11px;
}

.form-custom .checkbox {
    margin-top: 37px;
    font-size: 15px;
}

.form-custom input[type="radio"] {
    margin-right: 5px!important;
    margin-top: 3px!important;
}

.form-custom input[type="checkbox"] {
    margin-right: 5px!important;
    margin-top: 1px!important;
}

#opc_new_account .form-control,
#account-creation_form .form-control,
#identity  .form-control,
#address .form-control,
.form-custom input[type="text"],
.form-custom input[type="password"],
.form-custom input[type="email"],
.form-custom input[type="tel"],
.form-custom select {
    width: 330px;
    height: 40px;
    line-height: 40px;
}

.form-custom {
    margin: 0 auto;
}

.clear {
    clear: both;
}

.form-custom .form-group {
    /* float: left; */
    margin: 0 0 10px;
    min-height: 65px;
}

.form-custom .date-birth > select {
    float: left;
    margin-right: 10px !important;
}

.form-custom .date-birth input,
.form-custom .date-birth select {
    width: 100% !important;
    height: 40px;
}
.form-custom .date-birth {width: 350px;}
#opc_new_account .form-custom .date-birth .form-control,
#account-creation_form .date-birth .form-control {width: 100%; margin: 0;}

#layered_form div.checker span {
    top: 4px !important;
}
#add_address button,
#submitIdentity,
#add_address textarea,
#opc_new_account button {
    width: 330px;
}

#add_address textarea.validate {
    height: 118px;
}

body#address .submit2 {margin-top: 37px;}
/*end authentication*/
.width750 {
    width: 750px;
}

a#opc-btn-valid {
    width: 234px;
    line-height: 45px;
    padding: 0;
    border: 0;
    position: relative;
    top: -15px;
}

p.checkbox.terms {
    float: left;
    margin-top: 15px;
}

/* *****************************************************************
  Block ADVERTISING
****************************************************************** */
.advertising_block {
    width: 191px;
    margin-bottom: 1em;
    text-align: center;
}

/* *****************************************************************
  Block Categories Footer
****************************************************************** */
.blockcategories_footer ul ul {
    display: none !important;
}

.blockcategories_footer {
    clear: left;
}

/* *****************************************************************
  BLOCK .footer_links (cms pages)
****************************************************************** */
ul.footer_links {
    padding: 0;
    margin-bottom: 10px;
}
ul.footer_links li {
    float: left;
}
.rtl ul.footer_links li {
    float: right;
}
ul.footer_links li + li {
    margin-left: 10px;
}

/* *****************************************************************
  module productcomments
****************************************************************** */
.rating {
    clear: both;
    display: block;
    margin: 2em;
    cursor: pointer;
}
.rating:after {
    content: ".";
    display: block;
    height: 0;
    width: 0;
    clear: both;
    visibility: hidden;
}

.cancel, .star {
    overflow: hidden;
    float: left;
    margin: 0 1px 0 0;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.rtl .cancel, .rtl .star {
    float: right;
}

.cancel, .cancel a {
    background: url(../../../modules/productcomments/img/delete.gif) no-repeat 0 -16px !important;
}

.cancel a, .star a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: 0 0;
}

div.star_on a {
    background-position: 0 -16px;
}

div.star_hover a,
div.star a:hover {
    background-position: 0 -32px;
}

.pack_content {
    margin: 10px 0 10px 0;
}

.confirmation {
    margin: 0 0 10px;
    padding: 10px;
    border: 1px solid #e6db55;
    font-size: 13px;
    background: none repeat scroll 0 0 lightyellow;
}

.listcomment {
    list-style-type: none;
    margin: 0 0 20px 0 !important;
}
.listcomment li {
    padding: 10px 0;
    border-bottom: 1px dotted #ebeef2;
    color: #666666;
}
.listcomment .titlecomment {
    display: block;
    font-weight: bold;
    font-size: 12px;
    color: #222222;
}
.listcomment .txtcomment {
    display: block;
    padding: 5px 0;
    color: #222222;
}

/* *****************************************************************
  addon RerversoForm
****************************************************************** */
#account-creation_form fieldset.reversoform {
    padding: 10px !important;
}
#account-creation_form fieldset.reversoform .text label {
    display: block;
    padding: 0 0 10px 0;
    width: 100%;
    text-align: left;
}
.rtl #account-creation_form fieldset.reversoform .text label {
    text-align: right;
}
#account-creation_form fieldset.reversoform .infos-sup {
    padding: 0 !important;
    font-size: 10px;
    font-style: italic;
    text-align: right;
}
.rtl #account-creation_form fieldset.reversoform .infos-sup {
    text-align: left;
}

/* *****************************************************************
  addon customer privacy
****************************************************************** */
#account-creation_form fieldset.customerprivacy label,
fieldset.customerprivacy label {
    cursor: pointer;
}

/* *****************************************************************
  addon referralprogram
****************************************************************** */
.tab-content {
    margin-top: 20px;
}

/* *****************************************************************
  addons comments products
****************************************************************** */
form#sendComment fieldset {
    padding: 10px;
    border: 1px solid #cccccc;
    background: #eeeeee;
}
form#sendComment h3 {
    font-size: 14px;
}

#new_comment_form p.text {
    margin-bottom: 0;
    padding-bottom: 0;
}
#new_comment_form p.text input {
    padding: 0 5px;
    height: 28px;
    width: 498px;
    border: 1px solid #cccccc;
    background: url(../img/bg_input.png) repeat-x 0 0 white;
}
#new_comment_form p.text label, #new_comment_form p.textarea label {
    display: block;
    margin: 12px 0 4px;
    font-weight: bold;
    font-size: 12px;
}
#new_comment_form p.textarea textarea {
    height: 80px;
    width: 508px;
    border: 1px solid #cccccc;
}
#new_comment_form p.submit {
    padding: 0;
    text-align: right;
}
#new_comment_form p .closeform {
    float: right;
    padding: 0;
    height: 12px;
    width: 12px;
    text-indent: -5000px;
    background: url(../img/icon/delete.gif) no-repeat 0 0;
}
.rtl #new_comment_form p .closeform {
    float: left;
}

.star {
    display: block;
    position: relative;
    top: -1px;
    float: left;
    width: 14px;
    overflow: hidden;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
}
.rtl .star {
    float: right;
}
.star a {
    display: block;
    position: absolute;
    text-indent: -5000px;
}

div.star:after {
    content: "\f005";
    font-family: "FontAwesome";
    display: inline-block;
    color: #e1e0e0;
}

div.star.star_on {
    display: block;
}
div.star.star_on:after {
    content: "\f005";
    font-family: "FontAwesome";
    display: inline-block;
    color: #ffb200;
}

div.star.star_hover:after {
    content: "\f005";
    font-family: "FontAwesome";
    display: inline-block;
    color: #ef8743;
}

/* *****************************************************************
  Block Contact Infos
****************************************************************** */
#block_contact_infos > div {
    padding: 0;
}
#block_contact_infos > div ul li {
    padding: 0 0 7px 4px;
    overflow: hidden;
    line-height: 30px;
}
#block_contact_infos > div ul li > span,
#block_contact_infos > div ul li > span a {
    color: white;
    font-weight: normal;
}
#block_contact_infos > div ul li i {
    font-size: 25px;
    width: 32px;
    text-align: center;
    padding-right: 12px;
    float: left;
    color: #908f8f;
}
.rtl #block_contact_infos > div ul li i {
    float: right;
}

#contact #center_column ul.footer_links {display: none;}
/* *****************************************************************
  Reinsurance Block
****************************************************************** */
#reinsurance_block {
    clear: both !important;
}

/* *****************************************************************
  Social Block
****************************************************************** */
#social_block {
    float: left;
    width: 50%;
    padding: 22px 15px 0 15px;
}
.rtl #social_block {
    float: right;
}
#social_block ul {
    float: right;
}
.rtl #social_block ul {
    float: left;
}
#social_block ul li {
    float: left;
    width: 40px;
    text-align: center;
}
.rtl #social_block ul li {
    float: right;
}
#social_block ul li a {
    display: inline-block;
    color: #908f8f;
    font-size: 28px;
}
#social_block ul li a span {
    display: none;
}
#social_block ul li a:before {
    display: inline-block;
    font-family: "FontAwesome";
    vertical-align: -5px;
}
#social_block ul li a:hover {
    color: white;
}
#social_block ul li.facebook a:before {
    content: "\f09a";
}
#social_block ul li.twitter a:before {
    content: "\f099";
}
#social_block ul li.rss a:before {
    content: "\f09e";
}
#social_block ul li.youtube a:before {
    content: "\f167";
}
#social_block ul li.google-plus a:before {
    content: "\f0d5";
}
#social_block ul li.pinterest a:before {
    content: "\f0d2";
}
#social_block h4 {
    float: right;
    margin-bottom: 0;
    font-size: 21px;
    line-height: 25px;
    text-transform: none;
    padding: 0 10px 0 0;
}
.rtl #social_block h4 {
    float: left;
}

/* *****************************************************************
  Homepage pre-footer
****************************************************************** */
#facebook_block,
#cmsinfo_block {
    overflow: hidden;
    background: #f2f2f2;
    min-height: 344px;
    padding-right: 29px;
    padding-left: 29px;
}

#facebook_block h4 {
    padding: 35px 0 0 0;
    margin: 0 0 12px 0;
    font: 300 21px/25px "Museo", sans-serif;
    color: #5faee3;
}
#facebook_block .facebook-fanbox {
    background: white;
    border: 1px solid #aaaaaa;
    padding-bottom: 10px;
}

#cmsinfo_block {
    border-left: 1px solid #d9d9d9;
}
#cmsinfo_block > div {
    padding: 35px 10px 0 0;
}
#cmsinfo_block > div + div {
    border-left: 1px solid #d9d9d9;
    min-height: 344px;
    padding-left: 29px;
}
#cmsinfo_block em {
    float: left;
    width: 60px;
    height: 60px;
    margin: 3px 10px 0 0;
    font-size: 30px;
    color: white;
    line-height: 60px;
    text-align: center;
    background: #5faee3;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.rtl #cmsinfo_block em {
    float: right;
}
#cmsinfo_block .type-text {
    overflow: hidden;
}
#cmsinfo_block h3 {
    margin: 0 0 5px 0;
    font: 300 21px/25px "Museo", sans-serif;
    color: #5faee3;
}
#cmsinfo_block ul li {
    padding-bottom: 22px;
}
#cmsinfo_block p em {
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
    font-size: 13px;
    color: #777777;
    float: none;
    height: inherit;
    line-height: inherit;
    text-align: left;
    font-style: italic;
}

.ie8 #facebook_block,
.ie8 #cmsinfo_block {
    height: 344px;
}

/* *****************************************************************
  Social Sharing
****************************************************************** */
.btn-facebook:hover, .btn-twitter:hover, .btn-google-plus:hover, .btn-pinterest:hover {
    border-color: white;
}

.btn-facebook i {
    color: #435f9f;
}
.btn-facebook:hover {
    color: white;
    background-color: #435f9f;
}
.btn-facebook:hover i {
    color: white;
}

.btn-twitter i {
    color: #00aaf0;
}
.btn-twitter:hover {
    color: white;
    background-color: #00aaf0;
}
.btn-twitter:hover i {
    color: white;
}

.btn-google-plus i {
    color: #e04b34;
}
.btn-google-plus:hover {
    color: white;
    background-color: #e04b34;
}
.btn-google-plus:hover i {
    color: white;
}

.btn-pinterest i {
    color: #ce1f21;
    font-weight: bold;
}
.btn-pinterest:hover {
    color: white;
    background-color: #ce1f21;
}
.btn-pinterest:hover i {
    color: white;
}

.btn-avail i {
    color: green;
}
.btn-avail:hover {
    border-color: green;
    background: #fff;
}

#slideshow {
    margin-bottom: 20px;
}

/*******************************************************
Product list Styles
********************************************************/
.product_list .product_block:nth-child(4n+1) {
    clear: both;
}

#index .product_list .product_block:nth-child(4n+1) {
    clear: none;
}

.product_list.grid {
    margin-right: -1px;
    margin-bottom: 0;
}
.product_list .product_block {
    text-align: center;
    overflow: hidden;
}
.product_list .product_block.last_item {
    border-right: none;
}
.rtl .product_list .product_block.last_item {
    border-left: none;
    border-right: inherit;
}
.product_list .product_block:hover .product-container .product-image-container .quick-view {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}
.product_list .product_block:hover .product-container .functional-buttons div a {
    transform: scaleY(1);
}
.product_list .product-image-container {
    text-align: center;
    padding: 9px;
    margin-bottom: 13px;
    position: relative;
}
.product_list .product-image-container img {
    margin: 0 auto;
}
.product_list .product-image-container .quick-view {
    color: white;
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -21px 0 0 -50px;
    background: #3498db;
    border: 1px solid #2da0ec;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.24);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.product_list .product-image-container .quick-view span {
    border: 1px solid #308dcc;
    padding: 2px 10px;
    display: inline-block;
}
.product_list .product-image-container .content_price {
    display: none;
}
.product_list h3 {
    height: 40px;
    margin: 0 0 5px;
    overflow: hidden;
    font-size: 17px;
}
.product_list .availability {
    display: none;
}
.product_list .availability span {
    display: inline-block;
    color: #222222;
    text-transform: uppercase;
    font-size: 10px;
    margin-bottom: 10px;
}
.product_list .availability span.available-now {
    background: #3498db;
    color: white;
    padding: 0 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.product_list .availability span.out-of-stock {
    background: #ff7430;
    color: white;
    padding: 0 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.product_list .color-list-container {
    padding-top: 5px;
}
.product_list .color-list-container ul li {
    display: inline-block;
    border: 1px solid #ebeef2;
}
.product_list .color-list-container ul li a {
    display: block;
    width: 23px;
    height: 23px;
    margin: 1px;
}
.product_list .comments_note {
    overflow: hidden;
    display: none;
}
.product_list .comments_note .star_content {
    display: inline-block;
}
.product_list .comments_note .nb-comments {
    overflow: hidden;
    margin-left: 10px;
    font-size: 11px;
    font-weight: 300;
    color: #aab2bd;
    float: left;
    display: none;
}
.rtl .product_list .comments_note .nb-comments {
    margin-right: 10px;
    margin-left: inherit;
}
.rtl .product_list .comments_note .nb-comments {
    float: right;
}
.product_list .product-desc {
    padding-top: 5px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: #777777;
    height: 65px;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
}
.product_list .content_price {
    padding: 5px 0;
    min-height: 35px;
}
.product_list .product-flags .discount {
    display: none;
}
/* not index*/
.product_list .button-container {
    position:relative;
    height: 47px;
}
.product_list .button-container .functional-buttons{
    position: absolute;
    left:0;
    right:0;
    text-align:center;
    bottom:14px;
}
.product_list .product-container:hover .button-container .functional-buttons{

}

/* *****************************************************************
  product elements
****************************************************************** */
.product-name {
    /*text-align: left;*/
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #3e474b;
    margin-bottom: 0;
}
.rtl .product-name {
    text-align: right;
}
.product-name a {
    font-size: 14px;
    line-height: 23px;
    color: #3e474b;
}
.product-name a:hover {
    color: #63686B;
}
.product-name:hover {
    color: #63686B;
}

.price {
    font-size: 17px;
    color: #3e474b;
    font-weight: 700;
    line-height: 32px;
}
p.our_price_display {
    color: #3e474b;
    font-family: 'brandon_grotesque_regularRg', Arial, sans-serif;
    font-size: 32px;
    font-weight: 300;
}
.old-price {
    color: #6f6f6f;
    text-decoration: line-through;
    margin: 0 6px;
}
.old-price.product-price {
    font-size: 13px;
}

.special-price {
    color: #f13340;
}

.price-percent-reduction {
    font-size: 12px;
    color: #ff6346;
    padding: 0 5px 0 3px;
    display: inline;
    position: relative;
    width: 40px;
    height: 30px;
    border: 2px solid #ff6346;
    text-align: center;
    line-height: 24px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.price-percent-reduction.small {
    padding: 1px 6px;
}

/* *****************************************************************
  Labels New/Sale
****************************************************************** */
.product-label {
    position: absolute;
    top: 15px;
    color: white;
    text-transform: uppercase;
    width: 37px;
    height: 37px;
    line-height: 36px;
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    right: 10px;
    display: none;
}
.rtl .product-label {
    left: 10px;
    right: auto;
}
.product-label.new-label {
    background: #3bafda;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 150px;
    height: 25px;
    line-height: 25px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -50px;
    top: 22px;
}
.product-label.sale-label {
    background: #e9573f;
    top: 60px;
}

/* *****************************************************************
  FUNCTIONAL BUTTONS 
****************************************************************** */
.functional-buttons div {
    display: inline;
}
.functional-buttons div a {
    border: 1px solid #ebeef2;
    width: 30px;
    height: 32px;
    text-align: center;
    line-height: 31px;
    font-size: 15px;
    display: inline-block;
    margin-left: 5px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    transform: scaleY(0);
}
.rtl .functional-buttons div a {
    margin-right: 5px;
    margin-left: inherit;
}
.functional-buttons div a:hover {
    background: #BBB;
    border-color: #BBB;
}
.functional-buttons div a:hover:before {
    color: white;
}
.functional-buttons div a:hover.checked:before {
    color: white;
}
.functional-buttons div:first-child a {
    margin-left: 0;
}
.functional-buttons div.wishlist a:before {
    display: inline-block;
    font-family: "FontAwesome";
    content: "\f004";
}
.functional-buttons div.wishlist a.checked:before {
    content: "\f004";
}
.functional-buttons div.compare a:before {
    content: "\f037";
    display: inline-block;
    font-family: "FontAwesome";
}
.functional-buttons div.compare a.checked:before {
    content: "\f046";
}
.functional-buttons div.quickview {
    display: none;
}
.functional-buttons div.quickview a:before {
    content: "\f00e";
    display: inline-block;
    font-family: "FontAwesome";
}

.functional-buttons div.cart a:before {
    content: "\F07A";
    display: inline-block;
    font-family: "FontAwesome";
}
.functional-buttons div.quickview a.checked:before {
    content: "\f00e";
}
.functional-buttons div.view a:before {
    content: "\f129";
    font-family: "FontAwesome";
    left: 5px;
    top: 5px;
}

/* *****************************************************************
  structure
****************************************************************** */
body.boxed-lg #page {
    box-shadow: 0 0 5px #888;
    max-width: 1170px;
    margin: 0 auto;
}

body.boxed-md #page {
    box-shadow: 0 0 5px #888;
    max-width: 970px;
    margin: 0 auto;
}

#page .rte {
    background: transparent none repeat scroll 0 0;
}

#header {
    z-index: 999;
    background-color: transparent !important;
}

.header-container {
    background: #222222;
}

.columns-container .box-content {
    background: white;
    padding: 20px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#columns {
    z-index: 1;
    position: relative;
}

/* *****************************************************************
    HEADER
****************************************************************** */
header {
    z-index: 1;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    /*  -webkit-box-shadow: 0px 0px 2px 0px #121212;
  box-shadow: 0px 0px 2px 0px #121212;*/
}
header .banner {
    background: #fb7961;
    max-height: 100%;
}
header .banner .row {
    margin: 0px;
}
header .nav .row {
    margin: 0px;
}
header .row {
    position: relative;
}
header .row > .container {
    position: relative;
}

#header_logo {
    margin: 17px 0 9px;
}

#header_right {
    margin: 40px 0 20px;
}
#header_right .widget-raw-html {
    margin-bottom: 0;
}

#topbar {
    background: #333333;
}
#topbar .topbar-box {
    background: #353535;
    border: 1px solid #454d50;
    padding: 3px 10px 5px 10px;
    color: #93999d;
    position: relative;
    margin: 5px 10px 5px 0;
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.rtl #topbar .topbar-box {
    margin: 5px 0 5px 10px;
}
.rtl #topbar .topbar-box {
    float: right;
}
#topbar .topbar-box a {
    color: #93999d;
}
#topbar .topbar-box a:hover {
    color: white;
}
#topbar div.current {
    cursor: pointer;
}
#topbar div.current:hover, #topbar div.current.active {
    color: white;
}
#topbar div.current:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    font-size: 15px;
    line-height: 18px;
    color: #93999d;
    vertical-align: -2px;
    padding-left: 12px;
}
#topbar div.current .cur-label {
    display: none;
}
#topbar ul {
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    width: 157px;
    background: #353535;
    z-index: 99999;
}
.rtl #topbar ul {
    right: 0;
    left: auto;
}
#topbar ul li {
    color: white;
    line-height: 35px;
    font-size: 13px;
}
#topbar ul li a,
#topbar ul li > span {
    padding: 0 10px 0 12px;
    display: block;
    color: white;
}
#topbar ul li.selected a, #topbar ul li:hover a {
    color: white;
}

#topnavigation {
    background: rgb(34, 34, 34);
}

/* *****************************************************************
  Homepage Tabs
****************************************************************** */
#home-page-tabs {
    border: none;
}
#home-page-tabs > li a {
    font: 900 24px/24px "Museo", sans-serif;
    color: #222222;
    text-transform: uppercase;
    border: none;
    outline: none;
    margin: 0;
}
#home-page-tabs > li a:hover, #home-page-tabs > li a:focus {
    background: none;
    color: white;
}
#home-page-tabs > li.active, #home-page-tabs > li:hover {
    background: #3498db;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
}
#home-page-tabs > li.active a, #home-page-tabs > li:hover a {
    color: white;
    background: none;
}

.tab-content {
    background: white;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top: 1px solid #3498db;
    margin-top: 0;
}

/* *****************************************************************
  FOOTER
****************************************************************** */
.footer-container {
    color: #949595;
}
.footer-container .row {
    position: relative;
}
.footer-container .title_block {
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    padding: 45px 0 30px;
    margin: 0;
    line-height: 20px;
    font-weight: 700;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.footer-container a {
    color: #949595;
    font-size: 13px;
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
}
.footer-container a:hover {
    color: #63686B !important;
}
.footer-container h4 {
    margin: 0;
}
.footer-container h4 a {
    color: white;
}
.footer-container ul li {
    padding-bottom: 15px;
}
.footer-container .bottom-footer {
    position: absolute;
    bottom: -55px;
    left: 0;
}
.footer-container .bottom-footer div {
    padding: 15px 0 0 0;
    border-top: 1px solid #515151;
    width: 100%;
}

.footer-center {
    background: #202020;
    padding-bottom: 20px;
}

.footer-bottom {
    background: #202020;
    border-top: 1px solid #2d2d2d;
}
.footer-bottom .title_block:after {
    display: none;
}

#footernav {
    border-top: 1px solid #3c3c3c;
    background: #f0f2f5;
    padding: 10px 0;
    color: #384044;
}
#footernav a {
    color: #3498db;
}

#short_description_content ul,
#short_description_content ol,
#short_description_content dl,
#tinymce ul,
#tinymce ol,
#tinymce dl {
    margin-left: 20px;
}

.rte ul {
    list-style-type: disc;
}

.rte ol {
    list-style-type: decimal;
}

.block_hidden_only_for_screen {
    display: none;
}

/* ******************************************************************
   Fancybox Skin
******************************************************************* */
.fancybox-skin {
    background: white !important;
}
.fancybox-skin .fancybox-close {
    width: 28px;
    height: 28px;
    background: none;
    font-size: 28px;
    line-height: 28px;
    color: #222222;
    text-align: center;
    background: white;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.fancybox-skin .fancybox-close:hover {
    color: #3498db;
}
.fancybox-skin .fancybox-close:after {
    content: "\f057";
    font-family: "FontAwesome";
}

#product.content_only div.pb-left-column p.resetimg {
    margin-bottom: 0px;
    padding-top: 0px;
}

/* ******************************************************************
   Link Style
******************************************************************* */
ul {
    list-style: none;
}
ul li a {
    font-size: 14px;
    display: block;
}
ul.links li {
    margin-bottom: 10px;
}
ul.links li a:before {
    content: "\f178";
    font-family: "FontAwesome";
    padding-right: 5px;
}
.rtl ul.links li a:before {
    padding-left: 5px;
    padding-right: inherit;
}
ul.bullet {
    margin: 10px 0;
}
ul.bullet li a {
    padding: 6px 0;
}
ul.tree {
    margin-top: -10px;
}
ul.tree li {
    border-bottom: 1px solid #ebeef2;
    position: relative;
}
ul.tree li a {
    font-weight: 600;
    padding: 10px 0px 10px 14px;
}
.rtl ul.tree li a {
    padding: 10px 14px 10px 0px;
}
ul.tree li.last {
    border-bottom: none;
}
ul.toggle-footer li a {
    padding: 0;
    color: #949595;
}
ul.toggle-footer li a:before {
    content: "\f178";
    font-family: "FontAwesome";
    padding-right: 5px;
}
.rtl ul.toggle-footer li a:before {
    padding-left: 5px;
    padding-right: inherit;
}


/*#index .ajax_add_to_cart_button{display: none;}*/
/*.product_list .button-container{height: 32px;}*/
#index .product_list .button-container{height: 0;}
#index .product_list .product-container:hover .button-container{height: 30px;transition: ease height 0.2s;}
#index .product_list .product-container:hover .comments_note{height: 0;transition: ease height 0.2s;}
#index .product_list .product-container .comments_note{height: 30px;}

.manu-list li{
    display: inline-block;
    text-transform: lowercase;
    text-align: center;
    width: 68px;
    vertical-align: top;
    margin-bottom: 29px!important;
    height: 80px;
}

#leo-top-menu .menu-id-359 .mega-col.col-sm-9 {padding-left: 0}
#leo-top-menu .menu-id-359 .mega-col.col-sm-2 {display: none;}
#leo-top-menu .menu-id-359 > .dropdown-menu-inner ul {
    position: relative;
    left: -13px;
}

.manu-list li:nth-child(9n){margin-right: 0;}
.manu-list li a{font-size: 12px}
.manu-list li a:before{display: none!important;}
.manu-logo { display: block; background-image: url(../img/spritebox-sprite.png); background-repeat: no-repeat; margin-bottom: 8px; }

.manu-logo {height: 52px; width: 52px;}
.ico_Mazda { background-position: -10px -5px;}
.ico_BMW { background-position: -70px -10px;}
.ico_BUICK { background-position: -10px -70px;}
.ico_Audi { background-position: -70px -70px;}
.ico_chevrolet { background-position: -130px -10px;}
.ico_chrysler { background-position: -130px -70px;}
.ico_CITROEN { background-position: -10px -130px;}
.ico_DACIA { background-position: -70px -130px;}
.ico_DODGE { background-position: -130px -130px;}
.ico_FIAT { background-position: -190px -10px;}
.ico_ford { background-position: -190px -70px;}
.ico_HONDA { background-position: -190px -130px;}
.ico_HUMMER { background-position: -10px -190px;}
.ico_HYUNDAI { background-position: -70px -190px;}
.ico_jeep { background-position: -130px -190px;}
.ico_KIA { background-position: -188px -190px;}
.ico_land_rover { background-position: -250px -10px;}
.ico_LEXUS { background-position: -249px -64px;}
.ico_ALFA_ROMEO { background-position: -250px -130px;}
.ico_MERCEDES-BENS { background-position: -250px -184px;}
.ico_Mitsubishi { background-position: -10px -241px;}
.ico_nissan { background-position: -68px -245px;}
.ico_opel { background-position: -130px -241px;}
.ico_PEUGEOT { background-position: -185px -245px;}
.ico_porsche { background-position: -240px -245px;}
.ico_RENAULT { background-position: -302px -10px;}
.ico_Seat { background-position: -310px -70px;}
.ico_skoda { background-position: -310px -130px;}
.ico_Smart { background-position: -310px -190px;}
.ico_Ssangyong { background-position: -309px -244px;}
.ico_Subaru { background-position: -10px -305px;}
.ico_suzuki { background-position: -70px -305px;}
.ico_toyota { background-position: -130px -305px; }
.ico_universal { background-position: -190px -305px;}
.ico_volkswagen { background-position: -250px -305px;}
.ico_volvo { background-position: -310px -305px;}

#languages-block-top{
    position: absolute!important; right: 0;z-index: 100;
}
.category-left, #layered_form{padding: 0 !important;}
.category-left li {
    padding: 3px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
    background: transparent;
}

#header_right .widget-html{margin-bottom: 0;}
a#opc-btn-valid:hover,a#opc-btn-valid,.btn-next-shoping-cart:hover,.btn-next-shoping-cart,
.cart_navigation .button-medium:hover
{
    background: #3498db;
    border-color: #3498db;
    min-width: 170px;
    text-transform: uppercase;
    font-family: "PT Sans", sans-serif;
    color: white;
    font-size: 14px;
}

a#opc-btn-valid:hover,.btn-next-shoping-cart:hover
{
    background: #4FAAE6;
}

.btn-next-shoping-cart {padding: 12px 20px;}
#product_comparison .lnk_view{display: none;}
.first-box.row{
    margin-top: 100px;
    clear: both;
    display: inline-block;
    text-align: left;
}
#opc_new_account .first-box.row {margin-top: 0}
#product #quantity_wanted_p .btn{display: none;}


/* slide*/
.tp-simpleresponsive > ul > li > div img{
    margin: 0 auto;
    display: inherit;
}
.tp-simpleresponsive > ul > li > div{
    left: inherit!important;
    width: 100%;
}

/*for mac*/
input, select, textarea{

    -webkit-border-radius: 0;
    text-indent: 5px;
}
.tab-content h3{
    margin-bottom: 5px !important;
    margin-top: 0 !important;
}
.tab-content table td{
    padding: 0 43px
}
.no-padding{padding: 0 !important;}
#slideshow{background-color: #c5e6ff;overflow: hidden;}
#slideshow *{margin: 0;}
#product.content_only .box-info-product .text_center{
    display: none;
}

/* ---------------------CUSTOM HOMESEO------------------*/
.home-seo{
    color:#1a1a1a;
}
.home-seo .block{
    padding-top: 20px;
}
.home-seo .block:first-child{
    padding-left: 0 !important;
}
.home-seo .block p {
    padding-bottom: 1.3em;
    line-height: 1.4em;
    font-size:11px;
    font-family: Arial;
    margin:0;
}
.home-seo h1,#home-seo h2{
    text-transform: uppercase;
    font-size: 16px;

}
.home-seo h2{
    text-transform: uppercase;
    font-family: 'brandon_grotesque_regularRg', Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 0.2em;
    margin:0;
}
.home-seo h1 {
    position: static !important;
    top: 0 !important;
    margin: 0;
    padding-bottom: 1em;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    font-family: "brandon_grotesquebold", Arial, sans-serif;
    font-size: 14px;
    color: #1A1A1A;
    font-weight: bold;
}
.home-seo.rte {padding: 0 10px;}
.home-seo a{
    color: #1a1a1a;
}
.home-seo a:hover {
    color: #63686B;
}

.uniform_fieldset {position: relative;}
.js-selector {
    background-color: #fff;
    border: 1px solid #eaeaea;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    outline: medium none;
    padding-right: 24px;
    position: relative;
    text-align: left;
    text-decoration: none !important;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
    height: 35px;
    line-height: 31px;
    margin: 0 !important;
}

.js-selector .label {
    color: #808080 !important;
    display: inline-block;
    overflow: hidden;
    padding: 0 !important;
    position: relative;
    text-align: left !important;
    white-space: nowrap;
    font-weight: normal;
}

.js-selector .arrow {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #1c1c1c transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 4px;
    height: 0;
    padding: 0 !important;
    position: absolute;
    right: 12px;
    top: 16px;
    width: 0 !important;
}

.js-chooser {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    border-top: 0;
    display: none;
    max-height: 200px;
    /*min-width: 100%;*/
    overflow: auto;
    position: absolute;
    z-index: 999999;
    width: 100%;
    padding-bottom: 10px;
}

.js-chooser li, .js-chooser li a {
    cursor: default;
    display: block;
    line-height: 26px;
    list-style: outside none none;
    overflow: hidden;
    padding: 0;
    text-decoration: none;
}

.js-chooser li {
    height: 26px;
    padding: 3px 0;
}

.js-chooser li a {
    color: #1a1a1a;
    cursor: pointer;
    font-size: 12px;
    line-height: 1.5;
    margin: 0 6px;
    overflow: hidden;
    padding: 3px 0;
    white-space: nowrap;
}

.js-selector.validate
{
    border: 1px solid #FF6346;
}

.js-chooser li:hover
{
    background: #f5f5f5 none repeat scroll 0 0;
}

.js-chooser li a:hover
{
    color: #1a1a1a;
}

.js-selector .label, .js-chooser {
    text-indent: 5px;
}

.contact-form-box .uniform_fieldset {
    width: 295px;
}

#productsSortForm .js-selector {
    border: 1px solid transparent;
    box-shadow: none;
    -webkit-transition: inherit;
    transition: inherit;
    height: 32px;
    line-height: 26px;
}

#productsSortForm .js-selector .label {
    display: inline;
}

#productsSortForm .label, .product-compare .button {
    text-transform: uppercase;
    font-size: 13px;
    color: #777777 !important;
    background: none !important;
}
#productsSortForm .js-selector .arrow {display: none;}
#productsSortForm:hover .js-selector.selected{
    border: 1px solid #eaeaea;
    background: white;
}
.product-filter .bt_compare:hover {
    border: 1px solid transparent;
    background: white;
}

#productsSortForm .js-selector i.icon-chevron-right {
    display: inline-block;
    color: #777777;
}
#productsSortForm .js-selector i.icon-chevron-down {
    margin-right: 0;
    margin-left: 5px;
    font-size: 12px;
    vertical-align: 0;
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    margin-top: 0;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #808080;
    border: none;
    width: auto !important;
    display: none;
}
#productsSortForm:hover .js-selector i.icon-chevron-down {
    display: block;
}
#productsSortForm:hover .js-selector i.icon-chevron-right {
    display: none;
}
#productsSortForm:hover .js-selector .arrow:before{
    content: "\f078";
    text-decoration: inherit;
    display: inline-block;
    speak: none;
}

#productsSortForm .js-selector, #productsSortForm .js-chooser {width: 190px;}
#opc-shopping-cart .uniform_fieldset.max_width,
#address .uniform_fieldset.max_width,
#account-creation_form .uniform_fieldset.max_width{width: 330px;}

#account-creation_form .uniform_fieldset.max_width,
#opc-shopping-cart .uniform_fieldset.max_width {
    margin-bottom: 18px;
}

#address h1.page-subheading, #address  p.info-title {text-align: center;}
#oder-opc-process nav a:first-child {margin-top: 0;}

/* New font*/
#authentication form, #opc-shopping-cart form{
    font: normal 11px/14px Arial, Verdana, sans-serif;
    color: #1a1a1a;
}

#authentication #center_column h3, #opc_account_form h3, #opc_new_account h3 {
    font-family: 'brandon_grotesque_regularRg', Arial, sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
    font-smooth: always;
    transform: rotate(-0.0000000001deg);
}
#authentication #center_column h3, #opc_account_form h3, #opc_new_account h3
{
    font-size: 32px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 35px;
    font-weight: normal;
}
#authentication #center_column .form-group > label, #opc-shopping-cart form .form-group > label, #create-account_form  label, #login_form label{
    font-family: 'brandon_grotesquebold', Arial, sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
    font-smooth: always;
    transform: rotate(-0.0000000001deg);
    color: #1a1a1a;
}
#authentication #center_column .form-group > label, #opc-shopping-cart form .form-group > label, #create-account_form  label, #login_form label {
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
}
#authentication #center_column .submit .btn, #opc-shopping-cart .submit .btn {
    height: 40px;
    line-height: 29px;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}

#authentication .radio-inline label, #opc-shopping-cart .radio-inline label {
    cursor: pointer;
    line-height: 25px;
    margin-right: 10px;
    margin-top: 5px;
    font-weight: normal;
    font-size: 13px;
    text-transform: inherit;
    font-family: inherit;
}

#authentication #center_column .form-group > label sup, #opc-shopping-cart form .form-group > label sup {
    display: inline-block;
    color: #FF6346;
    font-size: 18px;
    left: 336px;
    margin-left: 3px;
    position: absolute;
    top: 49px;
    font-family: arial, sans-serif;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus {
    background: #F5F5F5;
}

.account_creation {
    width: 100%;
    float: left;
    margin-top: 5px;
}

p#free_ship_nook, p#free_ship_ok {
    line-height: 31px;
    font-weight: normal;
    margin: 0;
}
.form-group.pass-block {margin-bottom: 0 !important;}
#login_form p.lost_password {margin-top: 5px; margin-bottom: 20px;}
.account-submit-button {padding: 0;}
#submitIdentity {margin-top: 27px;}
#identity h1.page-subheading {padding-top: 20px;}
#identity h1.page-subheading:first-child {padding-top: 0px;}
#identity form.form-horizontal, #address form.form-horizontal{padding-top: 20px;}
#addresses .notification {text-align: center;}
ul.address li.address_update {
    margin-top: 20px;
    float: left;
}
ul.address li.address_update a, ul.address li.address_delete a {
    color: #1a1a1a;
    font-family: 'brandon_grotesquebold', Arial, sans-serif;
    font-size: 12px;
    text-decoration: underline;
    text-transform: uppercase;
    display: inline;
}
#submitAddress, #submitWishlist,#submitIdentity  {height: 40px;}
#submitWishlist {width: 100%;}
#opc_payment_methods .paiement_recap {
    padding-bottom: 15px;
    border-bottom: 1px solid #F5F5F5;
    margin-bottom: 25px;
}
#opc_payment_methods .paiement_recap p.brandon_regular{
    text-align: right;
    font-size: 32px;
    height: 50px;
    line-height: 50px;
}
#order-opc #opc_payment_methods .paiement_recap p.tx_inc {
    text-align: right;
    font-size: 18px;
    line-height: 20px;
    height: 20px;
    color: #808080;
}
.orange {
    color: #ff6346;
}
#opc-shopping-cart textarea#other_invoice, #opc-shopping-cart textarea#other {
    overflow: hidden;
}
#opc-shopping-cart .checkbox label, #opc-shopping-cart label {
    color: #1A1A1A;
    font-size: 13px;
}
#order-opc #carrier_area .delivery_options {
    margin-top: 10px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 30px;
}
#cart_navigation {margin-top: 20px;}
#cart_navigation .back {
    color: #777777;
    font-weight: bold;
}
#cart_navigation .icon-chevron-left {
    margin-right: 5px;
}
.paypal_explaination {
    float: right;
    position: relative;
    top: 38px;
}
.center {text-align: center; display: block;}
#order-confirmation #center_column .box img {display: none;}

.breadcrumb .button_logout {
    float: right;
    font-size: 18px;
    min-height: 25px;
    line-height: 25px;
    text-transform: capitalize;
    position: relative;
    top: -4px;
    right: 13px;
}

.button_logout .icon {
    font-size: 20px;
    line-height: 32px;
    margin-left: 5px;
    position: relative;
    top: 3px;
}

#opc-address .addresses .js-selector, #opc-address .addresses .js-chooser,
#opc_account .addresses .js-selector, #opc_account .addresses .js-chooser {width: 268px;}
#address_invoice_form > a.button {
    position: relative;
    top: 26px;
}
.pull-left a[name="back"] {display: block; margin-bottom: 20px;}
#new-products .columns-container .box-content {
    padding: 2px 10px;
}
#new-products_block_right .products-block .text-right, #best-sellers_block_right .lnk {text-align: center;}
#new-products_block_right .products-block a.button, #best-sellers_block_right .lnk a.button {
    background: none;
    color: #3e474b;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border: 0 transparent !important;
}

#new-products_block_right .products-block a.button:hover, #best-sellers_block_right .lnk a.button:hover {
    color: black;;
    border: 1px solid trasparent;
}

td.cart_discount_delete {
    position: relative;
}
a.price_discount_delete {
    position: absolute;
    top: 30%;
    right: 0;
    font-size: inherit;
    color: inherit;
}
#layered_block_left > p.title_block {display: none;}
#layered_block_left .layered_filter {border: none;}
#layered_block_left .layered_filter .layered_subtitle_heading,
{border-bottom: 1px solid #ebeef2; text-transform: uppercase;}

.contact-form-box .desc_contact {display: none !important;}
#left_column > .block {
    position: relative;
    overflow: hidden;
    border: 0;
}
#layered_block_left .layered_subtitle {
    text-transform: uppercase;
}
#layered_block_left .layered_subtitle_heading .layered_subtitle:after, #left_column .block .title_block:after {
    content: " ";
    height: 15px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    position: absolute;
    margin-left: 5px;
}

.bakedproductinfo_block em.fa:before{
    font-size: 38px;
    opacity: 0.9;
}

#best-sales #breadcrumb  .breadcrumb,#category #breadcrumb  .breadcrumb, #new-products #breadcrumb  .breadcrumb,#module-airproductsearch-productsearch #breadcrumb  .breadcrumb {
    width: 50%;
    float: left;
}
#breadcrumb .content_sortPagiBar {
    width: 50%;
    float: left;
}
.product-filter .sortPagiBar {
    text-align: right;
}
@media (max-width: 767px) {
    #breadcrumb > .container.float-content .breadcrumb,#breadcrumb > .container.float-content .content_sortPagiBar {
        width: 100%;
        float: none;
    }
    .product-filter .sortPagiBar {
        text-align: left;
    }
}
.product-filter .sortPagiBar .col-md-7 {
    widows: inherit;
    float: none;
    display: inline-block;
    width: inherit;
}

.product-filter .sortPagiBar .col-md-5 {
    float: none;
    width: inherit;
    overflow: hidden;
    display: inline-block;
}


.product-filter .sortPagiBar .sort{
    float: right;
    width: inherit;
}
#breadcrumb > .container.float-content .content_sortPagiBar .col-xs-12{padding: 0;}
#breadcrumb > .container.float-content #productsSortForm .label,
#breadcrumb > .container.float-content .product-compare .button,
#breadcrumb > .container.float-content .product-compare .button.button-medium span {
    font-size: 13px;
}
#breadcrumb > .container.float-content .product-compare .button.button-medium span {
    padding: 7px 10px;
}
#breadcrumb > .container.float-content .product-compare .icon-chevron-right {display: none;}
#breadcrumb > .container.float-content .product-compare .bt_compare{border: none !important;}


.product-desc a:hover, .product-desc a:focus, .product-desc a:active {color: inherit;}
.box-content.no-padding {padding-top: 0;}
#header .cart_block .cart-buttons a:hover{
    background: #3498db;
}
#addresses #center_column p.notification {

}
#addresses h1.cat-name, #address h1.cat-name{
    /* margin-bottom: 12px; */
}
.alert.alert-warning a {display: none;}
.alert.alert-warning {text-transform: uppercase;}
#history .table th {text-transform: uppercase;}
#history .table tbody > tr > td, #module-blockwishlist-mywishlist .table tbody > tr > td{
    text-align: center;
}
#history #order-list {margin-top: 40px;}

#products-comparison #center_column > .box {padding-left: 0;}
#products-comparison .footer_link {padding-left: 10px; visibility: hidden;}

.pb-center-column .socialsharing_product .btn:not(.btn-avail) i {
    color: #BBB;
}

.pb-center-column .socialsharing_product .btn:hover i {
    color: inherit;
}
#header_right .shopping_cart > a {
    top: -3px;
}

#module-blockwishlist-mywishlist form#form_wishlist {padding: 0}
#module-blockwishlist-mywishlist h3, #module-blockwishlist-mywishlist .form-group label {
    text-transform: uppercase;
}
#module-blockwishlist-mywishlist .wishlistLinkTop ul.display_list a {
    font-weight: normal !important;
    text-transform: uppercase;
    font-size: 12px;
}
#module-blockwishlist-mywishlist #hideSendWishlist:before{display: none !important;}
#module-blockwishlist-mywishlist #hideSendWishlist{ float: none  !important; top: -1px !important; left: 20px; color: #777;}
#opc-shopping-cart h1.cat-name {display: none;}

#opc_new_account .form-control,
#opc-shopping-cart .uniform_fieldset.max_width
{
    width: 100%;
}

#opc_new_account #create-account_form .form-control,
#opc_new_account #login_form .form-control,
#opc_new_account #create-account_form button,
#opc_new_account #login_form button
{
    width: 380px;
}

#opc_new_account #login_form {
    padding-left: 10px !important;
}
#opc-shopping-cart form .form-group > label sup {
    left: 380px;
}
#new_account_form .opc-add-save {
    margin-top: 25px;
    border-top: 1px solid #ECECEC;
    padding-top: 40px;
    width: 780px;
}

#new_account_form .opc-add-save button{
    margin-right: 0;
}

#opc-shopping-cart #opc_account .address_title h3, .order_carrier_content .carrier_title{
    font-family: 'brandon_grotesque_regularRg', Arial, sans-serif;
    font-size: 24px;
    color: #1a1a1a;
    height: 50px;
    margin-bottom: 10px;
    font-weight: normal;
}
#authentication div.alert {
    padding: 0 10px;
}
[class*=" cms-conditions-"] .zopim {
    display: none;
}

.fancybox-overlay-fixed .fancybox-type-html {
    text-align: center !important;
    left: 0  !important;
    width: 100% !important;
}

.fancybox-overlay-fixed .fancybox-type-html .fancybox-inner{
    width: 100% !important;
    padding: 30px 0;
    text-transform: uppercase;
}
.fancybox-overlay-fixed .fancybox-type-html .fancybox-skin {
    border-radius: 0 !important;
}
.fancybox-overlay-fixed .fancybox-type-html .fancybox-skin .fancybox-close {
    right: 8px !important;
    top: 8px  !important;
}

#product div#attributes {
    margin-bottom: 4px !important;
}
#product .product_attributes, #product .content_prices, #product .bakedproductinfo_block {
    margin-left: 0 !important;
    padding-left: 0 !important;
}
#product .product_attributes {margin-top: 20px;}
div#estimateddelivery {
    border: none;
    padding: 0px;
    margin-top: 3px;
    opacity: 0.5;
    max-width: 320px;
    display: inline-block;
}
div#estimateddelivery *{
    line-height:24px;
}
#estimateddelivery .ed_orderbefore {
    line-height: 10px;
}
#estimateddelivery strong {font-weight: normal;}
#estimateddelivery h4:before, .ed_orderbefore:before,
#estimateddelivery .ed_orderbefore_span, #estimateddelivery #ed_countdown{
    display: none;
}


#nq_categories_home {
    margin-top: 20px;
    margin-bottom: 50px;
    overflow: hidden;
}

#nq_categories_home .product_list .product-image-container {
    padding-bottom: 0;
    margin-bottom: 0;
}

#nq_categories_home .product_list  > li.product_block {
    border-right: 1px dotted #AAA;
    margin-bottom: 10px;
}

#nq_categories_home .product_list  > li.second_item {
    border-left: 1px dotted #AAA;
}

#nq_categories_home .product_list .big_li_middle {
    border-left: 1px dotted #AAA;
    border-right: 1px dotted #AAA;
}
#nq_categories_home .product_list  > li.product_block.last_item, #nq_categories_home .product_list  > li.product_block.first_item{
    border-right: 0 !important;
}

#nq_categories_home .product_list .after_big_li_middle, #nq_categories_home .product_list .before_big_li_middle {
    border: 0 !important;
}

#nq_categories_home #content_products_middle {
    overflow: hidden;
    position: relative;
    top: 18px;
}
#nq_categories_home #content_products_middle .selecteur {
    position: absolute;
    left: 10px;;
    bottom: 0;
    z-index: 1;
    width: 70px;
    height: 2px;
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    border-bottom: 2px solid #1683d2;
}

#nq_categories_home #content_products_middle .selecteur:after, #nq_categories_home #content_products_middle .selecteur:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#nq_categories_home #content_products_middle .selecteur:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #1683d2;
    border-width: 4px;
    margin-left: -4px;
}

#nq_categories_home .big_li_middle h3 {
    float: left;
}
#nq_categories_home .big_li_middle .right-block {
    padding: 0 15px;
}
#nq_categories_home .big_li_middle .product-price-wraper {
    float: right;
    padding: 0;
    margin: 0;
}
#nq_categories_home .big_li_middle .content_price,
#nq_categories_home .big_li_middle .content_price .product-price{
    line-height: 100%;
    min-height: auto;
    padding: 0;
}


#nq_categories_home #content_products_middle .img-responsive {
    cursor: pointer;
}
#nq_categories_home #content_products_middle li {
}
#nq_categories_home #content_products_middle li.last_item {margin-right: 0;}


.dni.form-group, #vat_area, #vat_number_block_invoice, #vat_number, #vat_number_block {display: none !important;}

#cms-sidebar {
    font-size: 13px;
    font-family: Arial, Verdana, sans-serif;
}
#cms-sidebar .title_block {
    color: #1a1a1a;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0;
    margin-bottom: 20px;
    font-size: 13px;
}

#cms-sidebar li{
    border: none;
    padding: 0;
}

#cms-sidebar li a:before{
    display: none;
}

#cms-sidebar .title {
    display: block;
    margin-bottom: 1em;
    font-size: 13px;
    text-transform: uppercase;
}
#cms-sidebar ul li a {
    display: block;
    padding-bottom: 0.8em;
    font-size: 13px;
}
#cms-sidebar ul li a:hover {
    text-decoration: underline;
}

@media (min-width: 1275px) {
    #layer_cart .layer_cart_product {width: 1275px !important;}
}

@media (min-width: 1070px) and (max-width: 1199px) {
    #layer_cart .layer_cart_product {width: 1070px !important;}
}

@media (min-width: 1200px) {
    #opc-shopping-cart{margin-bottom: 650px; margin-top: 18px;     padding-right: 32px; padding: 0;}
    #order-opc #opc_right_block {padding-left: 47px; padding-right: 0;}
    .opc-shopping-cart .row {margin: 0;}
    #oder-opc-process {width: 190px; position: relative; top: 27px; padding: 0;}
    #addresses .address.col-xs-12 {
        padding-left: 15%;
    }
}


@media (max-width: 992px) {
    /* #order-opc #opc_right_block, #oder-opc-process {display: none;} */
}
@media (max-width: 767px) {
    #breadcrumb > .container.float-content .content_sortPagiBar #productsSortForm {padding-left: 0;}
    #breadcrumb > .container.float-content .breadcrumb,
    #breadcrumb > .container.float-content .content_sortPagiBar, .product-filter .product-compare {float: none; clear: both;}

    #layer_cart .button-container {
        margin-top: 20px   !important;;
    }
}

/*long add font svg*/
@font-face {
    font-family: 'icomoon';
    src:  url('../font/icomoon_long.eot?aowlx3');
    src:  url('../font/icomoon_long.eot?aowlx3#iefix') format('embedded-opentype'),
    url('../font/icomoon_long.ttf?aowlx3') format('truetype'),
    url('../font/icomoon_long.woff?aowlx3') format('woff'),
    url('../font/icomoon_long.svg?aowlx3#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="loicon-"], [class*="loicon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.loicon-amploulel:before {
    content: "\e9bf0";
}
.loicon-batterie-espionl:before {
    content: "\e9f1";
}
.loicon-boutlon-clamlera:before {
    content: "\e90f2";
}
.loicon-braceletl:before {
    content: "\e9bf";
}
.loicon-briquet-camel-espion:before {
    content: "\e90f";
}
.loicon-cadrle-phloto-avec-camera-espion:before {
    content: "\e9d5";
}
.loicon-cameral:before {
    content: "\e90bf";
}
.loicon-camera-wifi-ll:before {
    content: "\e907f";
}
.loicon-casqulette-lavec-camera:before {
    content: "\e9d8";
}
.loicon-c:before {
    content: "\e909";
}
.loicon-chargeul-calmera-espion:before {
    content: "\e9ba";
}
.loicon-chargleulr-dolck-espion-l:before {
    content: "\e9db";
}
.loicon-cle-espionl:before {
    content: "\bf90c";
}
.loicon-cle-USBl-camera-espion:before {
    content: "\e90df";
}
.loicon-deteclteur-calmera:before {
    content: "\ef0e";
}
.loicon-dictaphonel:before {
    content: "\e90af";
}
.loicon-enregistelurl-vocal:before {
    content: "\e910f";
}
.loicon-espllion-blluetooth:before {
    content: "\ef11";
}
.loicon-espion-wifil:before {
    content: "\9a12f";
}
.loicon-horloge-espionlnage:before {
    content: "\e913f";
}
.loicon-interuptleur-lespion-avec-camera-l:before {
    content: "\e91f";
    font-size: 36px !important;
}
.loicon-lampe-ltorche-camera:before {
    content: "\e915f";
    font-size: 24px !important;
}
.loicon-lunette-clamera:before {
    content: "\e916f";
    font-size: 26px !important;
}
.loicon-milcro-elspion:before {
    content: "\e917";
}
.loicon-Mini-cameral:before {
    content: "\a918f";
}
.loicon-mirroir-espilon:before {
    content: "\e919f";
}
.loicon-montre-lespion:before {
    content: "\e9ff";
}
.loicon-power-outlet:before {
    content: "\a91bf";
}
.loicon-oreilette:before {
    content: "\e91cf";
    font-size: 32px !important;
}
.loicon-plendlantif:before {
    content: "\e9fef";
}
.loicon-porte-cle-l:before {
    content: "\fa91e";
}
.loicon-porte-mlanteau-espionnage-l:before {
    content: "\20f";
}
.loicon-prise-lde-courant-espion:before {
    content: "\e9cc";
}
.loicon-reveil-espiolnage:before {
    content: "\a921";
}
.loicon-stylo-elspion:before {
    content: "\922f";
}
.loicon-tracelur-gps:before {
    content: "\e9ef";
}


@font-face {
    font-family: 'icomoon';
    src:  url('../font/icomoon_long2.eot?3izdvk');
    src:  url('../font/icomoon_long2.eot?3izdvk#iefix') format('embedded-opentype'),
    url('../font/icomoon_long2.ttf?3izdvk') format('truetype'),
    url('../font/icomoon_long2.woff?3izdvk') format('woff'),
    url('../font/icomoon_long2.svg?3izdvk#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*@font-face {*/
/*font-family: 'icomoon';*/
/*src:  url('../font/icomoon_long2.eot?aowlx3');*/
/*src:  url('../font/icomoon_long.eot?aowlx3#iefix') format('embedded-opentype'),*/
/*url('../font/icomoon_long.ttf?aowlx3') format('truetype'),*/
/*url('../font/icomoon_long.woff?aowlx3') format('woff'),*/
/*url('../font/icomoon_long.svg?aowlx3#icomoon') format('svg');*/
/*font-weight: normal;*/
/*font-style: normal;*/
/*}*/

[class^="lo2icon-"], [class*=" lo2icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lo2icon-montre-espion:before {
    content: "\e900";
}

/*===long3======*/

@font-face {
    font-family: 'icomoonlo3';
    src:  url('../font/icomoon_long3.eot?ol28sy');
    src:  url('../font/icomoon_long3.eot?ol28sy#iefix') format('embedded-opentype'),
    url('../font/icomoon_long3.ttf?ol28sy') format('truetype'),
    url('../font/icomoon_long3.woff?ol28sy') format('woff'),
    url('../font/icomoon_long3.svg?ol28sy#icomoon') format('svg');
url('../font/icomoon_long3.svg?ol28sy#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="lo3icon-"], [class*=" lo3icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoonlo3' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lo3icon-alarme-GSM:before {
    content: "\e900";
}
.lo3icon-alarme-sans-fils:before {
    content: "\e901";
}
.lo3icon-alarme-wifi:before {
    content: "\e902";
    font-size: 36px;
}
.lo3icon-baby-phone-2:before {
    content: "\e903";
}
.lo3icon-brouilleur-telephone:before {
    content: "\e904";
}
.lo3icon-camera-de-porte:before {
    content: "\e905";
}
.lo3icon-camera-Ip-Wifi:before {
    content: "\e906";
    font-size: 30px;
}
.lo3icon-camera:before {
    content: "\e907";
}
.lo3icon-clavier-ptz:before {
    content: "\e908";
}
.lo3icon-collier-gps:before {
    content: "\e909";
}
.lo3icon-dashcam:before {
    content: "\e90a";
    font-size: 38px;
}
.lo3icon-detecteur-de-fumee:before {
    content: "\e90b";
}
.lo3icon-detecteur-de-gaz-1:before {
    content: "\e90c";
}
.lo3icon-detecteur-PIR:before {
    content: "\e90d";
}
.lo3icon-detecteur-porte:before {
    content: "\e90e";
}
.lo3icon-detecteur:before {
    content: "\e90f";
}
.lo3icon-enregistreur-vocal:before {
    content: "\e910";
    font-size: 36px;
}
.lo3icon-GPS-velo:before {
    content: "\e911";
}
.lo3icon-interphone:before {
    content: "\e912";
    font-size: 36px;
}
.lo3icon-judas-numerique:before {
    content: "\e913";
    font-size: 34px;
}
.lo3icon-jumelle:before {
    content: "\e914";
    font-size: 30px;
}
.lo3icon-Kit-video-surveillance-4-camera:before {
    content: "\e915";
}
.lo3icon-Kit-video-surveillance-8-camera:before {
    content: "\e916";
}
.lo3icon-loupe-electronique:before {
    content: "\e917";
}
.lo3icon-micro-espion:before {
    content: "\e918";
}
.lo3icon-microscope-wifi:before {
    content: "\e919";
}
.lo3icon-microscope:before {
    content: "\e91a";
}
.lo3icon-moniteur-bebe:before {
    content: "\e91b";
    font-size: 36px;
}
.lo3icon-montre-gps:before {
    content: "\e91c";
}
.lo3icon-sonnette-wifi:before {
    content: "\e91d";
}
.lo3icon-sport-camera:before {
    content: "\e91e";
    font-size: 32px;
}
.lo3icon-surveillance-bebe:before {
    content: "\e91f";
}
.lo3icon-surveillance-wifi:before {
    content: "\e920";
}
.lo3icon-telescope-numerique:before {
    content: "\e921";
}
.lo3icon-Tracer-GPS:before {
    content: "\e922";
}
.lo3icon-Wifi-camera:before {
    content: "\e923";
}

/*===long3 end======*/
/*long4*/
@font-face {
    font-family: 'lo4icomoon';
    src:  url('../font/icomoon_long4.eot?bn4owv');
    src:  url('../font/icomoon_long4.eot?bn4owv#iefix') format('embedded-opentype'),
    url('../font/icomoon_long4.ttf?bn4owv') format('truetype'),
    url('../font/icomoon_long4.woff?bn4owv') format('woff'),
    url('../font/icomoon_long4.svg?bn4owv#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="lo4icon-"], [class*="lo4icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'lo4icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lo4icon-last_detecteur-de-fumee:before {
    content: "\e900";
}

/*long4 end*/
/*long add font svg end*/
@font-face {
    font-family: 'icomoons';
    src:url('../font/icomoons.eot?zbzwlz');
    src:url('../font/icomoons.eot?zbzwlz#iefix') format('embedded-opentype'),
    url('../font/icomoons.ttf?zbzwlz') format('truetype'),
    url('../font/icomoons.woff?zbzwlz') format('woff'),
    url('../font/icomoons.svg?zbzwlz#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="fonti-"], [class*=" fonti-"] {
    font-family: 'icomoons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fonti-universal:before {
    content: "\e900";
}
.fonti-afla:before {
    content: "\e901";
}
.fonti-audi:before {
    content: "\e902";
}
.fonti-bmw:before {
    content: "\e903";
}
.fonti-buick:before {
    content: "\e904";
}
.fonti-chevrolet:before {
    content: "\e905";
}
.fonti-chrysler:before {
    content: "\e906";
}
.fonti-citroen:before {
    content: "\e907";
}
.fonti-dacia:before {
    content: "\e908";
}
.fonti-dodge:before {
    content: "\e909";
}
.fonti-fiat:before {
    content: "\e90a";
}
.fonti-ford:before {
    content: "\e90b";
}
.fonti-honda:before {
    content: "\e90c";
}
.fonti-hummer:before {
    content: "\e90d";
}
.fonti-huyndai:before {
    content: "\e90e";
}
.fonti-jeep:before {
    content: "\e90f";
}
.fonti-kia:before {
    content: "\e910";
}
.fonti-landrover:before {
    content: "\e911";
}
.fonti-lexus:before {
    content: "\e912";
}
.fonti-mazda:before {
    content: "\e913";
}
.fonti-mercedes:before {
    content: "\e914";
}
.fonti-mitsubishi:before {
    content: "\e915";
}
.fonti-nissan:before {
    content: "\e916";
}
.fonti-opel:before {
    content: "\e917";
}
.fonti-peugeot:before {
    content: "\e918";
}
.fonti-porsche:before {
    content: "\e919";
}
.fonti-renault:before {
    content: "\e91a";
}
.fonti-seat:before {
    content: "\e91b";
}
.fonti-skoda:before {
    content: "\e91c";
}
.fonti-smart:before {
    content: "\e91d";
}
.fonti-ssangyoung:before {
    content: "\e91e";
}
.fonti-subaru:before {
    content: "\e91f";
}
.fonti-suzuki:before {
    content: "\e920";
}
.fonti-toyota:before {
    content: "\e921";
}
.fonti-volvo:before {
    content: "\e922";
}
.fonti-vw:before {
    content: "\e923";
}

@font-face {
    font-family: 'icomoonx';
    src:url('../font/icomoonx.eot?hcitjp');
    src:url('../font/icomoonx.eot?hcitjp#iefix') format('embedded-opentype'),
    url('../font/icomoonx.ttf?hcitjp') format('truetype'),
    url('../font/icomoonx.woff?hcitjp') format('woff'),
    url('../font/icomoonx.svg?hcitjp#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="xfont"], [class*="xfont_"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoonx' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.xfont_alfa:before {
    content: "\e900";
}
.xfont_bmw:before {
    content: "\e901";
}
.xfont_ford:before {
    content: "\e902";
}
.xfont_house:before {
    content: "\e903";
}
.xfont_player:before {
    content: "\e904";
}
.xfont_volvo:before {
    content: "\e905";
}

@font-face {
    font-family: 'icomoonxx';
    src:    url('../font/icomoonxx.eot?vc69k9');
    src:    url('../font/icomoonxx.eot?vc69k9#iefix') format('embedded-opentype'),
    url('../font/icomoonxx.ttf?vc69k9') format('truetype'),
    url('../font/icomoonxx.woff?vc69k9') format('woff'),
    url('../font/icomoonxx.svg?vc69k9#icomoonxx') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="fonti2-"], [class*=" fonti2-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoonxx' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 40px !important;
    line-height: 56px;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fonti2-kia:before {
    content: "\e900";
}
.fonti2-toyota:before {
    content: "\e901";
}
.fonti2-subaru:before {
    content: "\e902";
}
.fonti2-ssangyoung:before {
    content: "\e903";
}
.fonti2-opel:before {
    content: "\e904";
}
.fonti2-nissan:before {
    content: "\e905";
}
.fonti2-mazda:before {
    content: "\e906";
}
.fonti2-lexus:before {
    content: "\e907";
}
.fonti2-landrover:before {
    content: "\e908";
}
.fonti2-hyundai:before {
    content: "\e909";
}
.fonti2-honda:before {
    content: "\e90a";
}

@font-face {
    font-family: 'icomoon3';
    src:  url('../font/custome_font/icomoon.eot?iul4z0');
    src:  url('../font/custome_font/icomoon.eot?iul4z0#iefix') format('embedded-opentype'),
    url('../font/custome_font/icomoon.ttf?iul4z0') format('truetype'),
    url('../font/custome_font/icomoon.woff?iul4z0') format('woff'),
    url('../font/custome_font/icomoon.svg?iul4z0#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon3-"], [class*=" icon3-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon3' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 40px !important;
    line-height: 56px;s

    /* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*.icon3-lens:before {
  content: "\e900";
}
.icon3-cart:before {
  content: "\e901";
}
.icon3-camera:before {
  content: "\e902";
}*/

.icon3-accessoires:before {
    content: "\e900";
}
.icon3-aide-a-la-conduite:before {
    content: "\e901";
}
.icon3-alarme:before {
    content: "\e902";
}
.icon3-amplificateur:before {
    content: "\e903";
}
.icon3-antenne:before {
    content: "\e904";
}
.icon3-appareillages:before {
    content: "\e905";
}
.icon3-appui-tete:before {
    content: "\e906";
}
.icon3-audio:before {
    content: "\e907";
}
.icon3-bluetooth:before {
    content: "\e908";
}
.icon3-branchement-peripherique:before {
    content: "\e909";
}
.icon3-camera-de-recul:before {
    content: "\e90a";
}
.icon3-camera-voiture-360:before {
    content: "\e90b";
}
.icon3-capteur-pression-de-pneu:before {
    content: "\e90c";
}
.icon3-casque-stereo-ir:before {
    content: "\e90d";
}
.icon3-chaine-neige:before {
    content: "\e90e";
}
.icon3-chargeur-batterie:before {
    content: "\e90f";
}
.icon3-dab-radio:before {
    content: "\e910";
}
.icon3-dashcam:before {
    content: "\e911";
}
.icon3-diagnostic:before {
    content: "\e912";
}
.icon3-drl:before {
    content: "\e913";
}
.icon3-dsp-sound:before {
    content: "\e914";
}
.icon3-ecran:before {
    content: "\e915";
}
.icon3-ethylostest:before {
    content: "\e916";
}
.icon3-feux-de-position:before {
    content: "\e917";
}
.icon3-gps:before {
    content: "\e918";
}
.icon3-lecteur-dvd:before {
    content: "\e919";
}
.icon3-mirrorlink:before {
    content: "\e91a";
}
.icon3-multimedia:before {
    content: "\e91b";
}
.icon3-outills:before {
    content: "\e91c";
}
.icon3-protection:before {
    content: "\e91d";
}
.icon3-radar-de-recul:before {
    content: "\e91e";
}
.icon3-retroviseur-gps:before {
    content: "\e91f";
}
.icon3-support-tablette:before {
    content: "\e920";
}
.icon3-support-telephone:before {
    content: "\e921";
}
.icon3-traceur-gps:before {
    content: "\e922";
}
.icon3-tv-voiture:before {
    content: "\e923";
}

@font-face {
    font-family: 'themify';
    src:url('../font/themify.eot?-fvbane');
    src:url('../font/themify.eot?#iefix-fvbane') format('embedded-opentype'),
    url('../font/themify.woff?-fvbane') format('woff'),
    url('../font/themify.ttf?-fvbane') format('truetype'),
    url('../font/themify.svg?-fvbane#themify') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="ti-"], [class*=" ti-"] {
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ti-wand:before {
    content: "\e600";
}
.ti-volume:before {
    content: "\e601";
}
.ti-user:before {
    content: "\e602";
}
.ti-unlock:before {
    content: "\e603";
}
.ti-unlink:before {
    content: "\e604";
}
.ti-trash:before {
    content: "\e605";
}
.ti-thought:before {
    content: "\e606";
}
.ti-target:before {
    content: "\e607";
}
.ti-tag:before {
    content: "\e608";
}
.ti-tablet:before {
    content: "\e609";
}
.ti-star:before {
    content: "\e60a";
}
.ti-spray:before {
    content: "\e60b";
}
.ti-signal:before {
    content: "\e60c";
}
.ti-shopping-cart:before {
    content: "\e60d";
}
.ti-shopping-cart-full:before {
    content: "\e60e";
}
.ti-settings:before {
    content: "\e60f";
}
.ti-search:before {
    content: "\e610";
}
.ti-zoom-in:before {
    content: "\e611";
}
.ti-zoom-out:before {
    content: "\e612";
}
.ti-cut:before {
    content: "\e613";
}
.ti-ruler:before {
    content: "\e614";
}
.ti-ruler-pencil:before {
    content: "\e615";
}
.ti-ruler-alt:before {
    content: "\e616";
}
.ti-bookmark:before {
    content: "\e617";
}
.ti-bookmark-alt:before {
    content: "\e618";
}
.ti-reload:before {
    content: "\e619";
}
.ti-plus:before {
    content: "\e61a";
}
.ti-pin:before {
    content: "\e61b";
}
.ti-pencil:before {
    content: "\e61c";
}
.ti-pencil-alt:before {
    content: "\e61d";
}
.ti-paint-roller:before {
    content: "\e61e";
}
.ti-paint-bucket:before {
    content: "\e61f";
}
.ti-na:before {
    content: "\e620";
}
.ti-mobile:before {
    content: "\e621";
}
.ti-minus:before {
    content: "\e622";
}
.ti-medall:before {
    content: "\e623";
}
.ti-medall-alt:before {
    content: "\e624";
}
.ti-marker:before {
    content: "\e625";
}
.ti-marker-alt:before {
    content: "\e626";
}
.ti-arrow-up:before {
    content: "\e627";
}
.ti-arrow-right:before {
    content: "\e628";
}
.ti-arrow-left:before {
    content: "\e629";
}
.ti-arrow-down:before {
    content: "\e62a";
}
.ti-lock:before {
    content: "\e62b";
}
.ti-location-arrow:before {
    content: "\e62c";
}
.ti-link:before {
    content: "\e62d";
}
.ti-layout:before {
    content: "\e62e";
}
.ti-layers:before {
    content: "\e62f";
}
.ti-layers-alt:before {
    content: "\e630";
}
.ti-key:before {
    content: "\e631";
}
.ti-import:before {
    content: "\e632";
}
.ti-image:before {
    content: "\e633";
}
.ti-heart:before {
    content: "\e634";
}
.ti-heart-broken:before {
    content: "\e635";
}
.ti-hand-stop:before {
    content: "\e636";
}
.ti-hand-open:before {
    content: "\e637";
}
.ti-hand-drag:before {
    content: "\e638";
}
.ti-folder:before {
    content: "\e639";
}
.ti-flag:before {
    content: "\e63a";
}
.ti-flag-alt:before {
    content: "\e63b";
}
.ti-flag-alt-2:before {
    content: "\e63c";
}
.ti-eye:before {
    content: "\e63d";
}
.ti-export:before {
    content: "\e63e";
}
.ti-exchange-vertical:before {
    content: "\e63f";
}
.ti-desktop:before {
    content: "\e640";
}
.ti-cup:before {
    content: "\e641";
}
.ti-crown:before {
    content: "\e642";
}
.ti-comments:before {
    content: "\e643";
}
.ti-comment:before {
    content: "\e644";
}
.ti-comment-alt:before {
    content: "\e645";
}
.ti-close:before {
    content: "\e646";
}
.ti-clip:before {
    content: "\e647";
}
.ti-angle-up:before {
    content: "\e648";
}
.ti-angle-right:before {
    content: "\e649";
}
.ti-angle-left:before {
    content: "\e64a";
}
.ti-angle-down:before {
    content: "\e64b";
}
.ti-check:before {
    content: "\e64c";
}
.ti-check-box:before {
    content: "\e64d";
}
.ti-camera:before {
    content: "\e64e";
}
.ti-announcement:before {
    content: "\e64f";
}
.ti-brush:before {
    content: "\e650";
}
.ti-briefcase:before {
    content: "\e651";
}
.ti-bolt:before {
    content: "\e652";
}
.ti-bolt-alt:before {
    content: "\e653";
}
.ti-blackboard:before {
    content: "\e654";
}
.ti-bag:before {
    content: "\e655";
}
.ti-move:before {
    content: "\e656";
}
.ti-arrows-vertical:before {
    content: "\e657";
}
.ti-arrows-horizontal:before {
    content: "\e658";
}
.ti-fullscreen:before {
    content: "\e659";
}
.ti-arrow-top-right:before {
    content: "\e65a";
}
.ti-arrow-top-left:before {
    content: "\e65b";
}
.ti-arrow-circle-up:before {
    content: "\e65c";
}
.ti-arrow-circle-right:before {
    content: "\e65d";
}
.ti-arrow-circle-left:before {
    content: "\e65e";
}
.ti-arrow-circle-down:before {
    content: "\e65f";
}
.ti-angle-double-up:before {
    content: "\e660";
}
.ti-angle-double-right:before {
    content: "\e661";
}
.ti-angle-double-left:before {
    content: "\e662";
}
.ti-angle-double-down:before {
    content: "\e663";
}
.ti-zip:before {
    content: "\e664";
}
.ti-world:before {
    content: "\e665";
}
.ti-wheelchair:before {
    content: "\e666";
}
.ti-view-list:before {
    content: "\e667";
}
.ti-view-list-alt:before {
    content: "\e668";
}
.ti-view-grid:before {
    content: "\e669";
}
.ti-uppercase:before {
    content: "\e66a";
}
.ti-upload:before {
    content: "\e66b";
}
.ti-underline:before {
    content: "\e66c";
}
.ti-truck:before {
    content: "\e66d";
}
.ti-timer:before {
    content: "\e66e";
}
.ti-ticket:before {
    content: "\e66f";
}
.ti-thumb-up:before {
    content: "\e670";
}
.ti-thumb-down:before {
    content: "\e671";
}
.ti-text:before {
    content: "\e672";
}
.ti-stats-up:before {
    content: "\e673";
}
.ti-stats-down:before {
    content: "\e674";
}
.ti-split-v:before {
    content: "\e675";
}
.ti-split-h:before {
    content: "\e676";
}
.ti-smallcap:before {
    content: "\e677";
}
.ti-shine:before {
    content: "\e678";
}
.ti-shift-right:before {
    content: "\e679";
}
.ti-shift-left:before {
    content: "\e67a";
}
.ti-shield:before {
    content: "\e67b";
}
.ti-notepad:before {
    content: "\e67c";
}
.ti-server:before {
    content: "\e67d";
}
.ti-quote-right:before {
    content: "\e67e";
}
.ti-quote-left:before {
    content: "\e67f";
}
.ti-pulse:before {
    content: "\e680";
}
.ti-printer:before {
    content: "\e681";
}
.ti-power-off:before {
    content: "\e682";
}
.ti-plug:before {
    content: "\e683";
}
.ti-pie-chart:before {
    content: "\e684";
}
.ti-paragraph:before {
    content: "\e685";
}
.ti-panel:before {
    content: "\e686";
}
.ti-package:before {
    content: "\e687";
}
.ti-music:before {
    content: "\e688";
}
.ti-music-alt:before {
    content: "\e689";
}
.ti-mouse:before {
    content: "\e68a";
}
.ti-mouse-alt:before {
    content: "\e68b";
}
.ti-money:before {
    content: "\e68c";
}
.ti-microphone:before {
    content: "\e68d";
}
.ti-menu:before {
    content: "\e68e";
}
.ti-menu-alt:before {
    content: "\e68f";
}
.ti-map:before {
    content: "\e690";
}
.ti-map-alt:before {
    content: "\e691";
}
.ti-loop:before {
    content: "\e692";
}
.ti-location-pin:before {
    content: "\e693";
}
.ti-list:before {
    content: "\e694";
}
.ti-light-bulb:before {
    content: "\e695";
}
.ti-Italic:before {
    content: "\e696";
}
.ti-info:before {
    content: "\e697";
}
.ti-infinite:before {
    content: "\e698";
}
.ti-id-badge:before {
    content: "\e699";
}
.ti-hummer:before {
    content: "\e69a";
}
.ti-home:before {
    content: "\e69b";
}
.ti-help:before {
    content: "\e69c";
}
.ti-headphone:before {
    content: "\e69d";
}
.ti-harddrives:before {
    content: "\e69e";
}
.ti-harddrive:before {
    content: "\e69f";
}
.ti-gift:before {
    content: "\e6a0";
}
.ti-game:before {
    content: "\e6a1";
}
.ti-filter:before {
    content: "\e6a2";
}
.ti-files:before {
    content: "\e6a3";
}
.ti-file:before {
    content: "\e6a4";
}
.ti-eraser:before {
    content: "\e6a5";
}
.ti-envelope:before {
    content: "\e6a6";
}
.ti-download:before {
    content: "\e6a7";
}
.ti-direction:before {
    content: "\e6a8";
}
.ti-direction-alt:before {
    content: "\e6a9";
}
.ti-dashboard:before {
    content: "\e6aa";
}
.ti-control-stop:before {
    content: "\e6ab";
}
.ti-control-shuffle:before {
    content: "\e6ac";
}
.ti-control-play:before {
    content: "\e6ad";
}
.ti-control-pause:before {
    content: "\e6ae";
}
.ti-control-forward:before {
    content: "\e6af";
}
.ti-control-backward:before {
    content: "\e6b0";
}
.ti-cloud:before {
    content: "\e6b1";
}
.ti-cloud-up:before {
    content: "\e6b2";
}
.ti-cloud-down:before {
    content: "\e6b3";
}
.ti-clipboard:before {
    content: "\e6b4";
}
.ti-car:before {
    content: "\e6b5";
}
.ti-calendar:before {
    content: "\e6b6";
}
.ti-book:before {
    content: "\e6b7";
}
.ti-bell:before {
    content: "\e6b8";
}
.ti-basketball:before {
    content: "\e6b9";
}
.ti-bar-chart:before {
    content: "\e6ba";
}
.ti-bar-chart-alt:before {
    content: "\e6bb";
}
.ti-back-right:before {
    content: "\e6bc";
}
.ti-back-left:before {
    content: "\e6bd";
}
.ti-arrows-corner:before {
    content: "\e6be";
}
.ti-archive:before {
    content: "\e6bf";
}
.ti-anchor:before {
    content: "\e6c0";
}
.ti-align-right:before {
    content: "\e6c1";
}
.ti-align-left:before {
    content: "\e6c2";
}
.ti-align-justify:before {
    content: "\e6c3";
}
.ti-align-center:before {
    content: "\e6c4";
}
.ti-alert:before {
    content: "\e6c5";
}
.ti-alarm-clock:before {
    content: "\e6c6";
}
.ti-agenda:before {
    content: "\e6c7";
}
.ti-write:before {
    content: "\e6c8";
}
.ti-window:before {
    content: "\e6c9";
}
.ti-widgetized:before {
    content: "\e6ca";
}
.ti-widget:before {
    content: "\e6cb";
}
.ti-widget-alt:before {
    content: "\e6cc";
}
.ti-wallet:before {
    content: "\e6cd";
}
.ti-video-clapper:before {
    content: "\e6ce";
}
.ti-video-camera:before {
    content: "\e6cf";
}
.ti-vector:before {
    content: "\e6d0";
}
.ti-themify-logo:before {
    content: "\e6d1";
}
.ti-themify-favicon:before {
    content: "\e6d2";
}
.ti-themify-favicon-alt:before {
    content: "\e6d3";
}
.ti-support:before {
    content: "\e6d4";
}
.ti-stamp:before {
    content: "\e6d5";
}
.ti-split-v-alt:before {
    content: "\e6d6";
}
.ti-slice:before {
    content: "\e6d7";
}
.ti-shortcode:before {
    content: "\e6d8";
}
.ti-shift-right-alt:before {
    content: "\e6d9";
}
.ti-shift-left-alt:before {
    content: "\e6da";
}
.ti-ruler-alt-2:before {
    content: "\e6db";
}
.ti-receipt:before {
    content: "\e6dc";
}
.ti-pin2:before {
    content: "\e6dd";
}
.ti-pin-alt:before {
    content: "\e6de";
}
.ti-pencil-alt2:before {
    content: "\e6df";
}
.ti-palette:before {
    content: "\e6e0";
}
.ti-more:before {
    content: "\e6e1";
}
.ti-more-alt:before {
    content: "\e6e2";
}
.ti-microphone-alt:before {
    content: "\e6e3";
}
.ti-magnet:before {
    content: "\e6e4";
}
.ti-line-double:before {
    content: "\e6e5";
}
.ti-line-dotted:before {
    content: "\e6e6";
}
.ti-line-dashed:before {
    content: "\e6e7";
}
.ti-layout-width-full:before {
    content: "\e6e8";
}
.ti-layout-width-default:before {
    content: "\e6e9";
}
.ti-layout-width-default-alt:before {
    content: "\e6ea";
}
.ti-layout-tab:before {
    content: "\e6eb";
}
.ti-layout-tab-window:before {
    content: "\e6ec";
}
.ti-layout-tab-v:before {
    content: "\e6ed";
}
.ti-layout-tab-min:before {
    content: "\e6ee";
}
.ti-layout-slider:before {
    content: "\e6ef";
}
.ti-layout-slider-alt:before {
    content: "\e6f0";
}
.ti-layout-sidebar-right:before {
    content: "\e6f1";
}
.ti-layout-sidebar-none:before {
    content: "\e6f2";
}
.ti-layout-sidebar-left:before {
    content: "\e6f3";
}
.ti-layout-placeholder:before {
    content: "\e6f4";
}
.ti-layout-menu:before {
    content: "\e6f5";
}
.ti-layout-menu-v:before {
    content: "\e6f6";
}
.ti-layout-menu-separated:before {
    content: "\e6f7";
}
.ti-layout-menu-full:before {
    content: "\e6f8";
}
.ti-layout-media-right-alt:before {
    content: "\e6f9";
}
.ti-layout-media-right:before {
    content: "\e6fa";
}
.ti-layout-media-overlay:before {
    content: "\e6fb";
}
.ti-layout-media-overlay-alt:before {
    content: "\e6fc";
}
.ti-layout-media-overlay-alt-2:before {
    content: "\e6fd";
}
.ti-layout-media-left-alt:before {
    content: "\e6fe";
}
.ti-layout-media-left:before {
    content: "\e6ff";
}
.ti-layout-media-center-alt:before {
    content: "\e700";
}
.ti-layout-media-center:before {
    content: "\e701";
}
.ti-layout-list-thumb:before {
    content: "\e702";
}
.ti-layout-list-thumb-alt:before {
    content: "\e703";
}
.ti-layout-list-post:before {
    content: "\e704";
}
.ti-layout-list-large-image:before {
    content: "\e705";
}
.ti-layout-line-solid:before {
    content: "\e706";
}
.ti-layout-grid4:before {
    content: "\e707";
}
.ti-layout-grid3:before {
    content: "\e708";
}
.ti-layout-grid2:before {
    content: "\e709";
}
.ti-layout-grid2-thumb:before {
    content: "\e70a";
}
.ti-layout-cta-right:before {
    content: "\e70b";
}
.ti-layout-cta-left:before {
    content: "\e70c";
}
.ti-layout-cta-center:before {
    content: "\e70d";
}
.ti-layout-cta-btn-right:before {
    content: "\e70e";
}
.ti-layout-cta-btn-left:before {
    content: "\e70f";
}
.ti-layout-column4:before {
    content: "\e710";
}
.ti-layout-column3:before {
    content: "\e711";
}
.ti-layout-column2:before {
    content: "\e712";
}
.ti-layout-accordion-separated:before {
    content: "\e713";
}
.ti-layout-accordion-merged:before {
    content: "\e714";
}
.ti-layout-accordion-list:before {
    content: "\e715";
}
.ti-ink-pen:before {
    content: "\e716";
}
.ti-info-alt:before {
    content: "\e717";
}
.ti-help-alt:before {
    content: "\e718";
}
.ti-headphone-alt:before {
    content: "\e719";
}
.ti-hand-point-up:before {
    content: "\e71a";
}
.ti-hand-point-right:before {
    content: "\e71b";
}
.ti-hand-point-left:before {
    content: "\e71c";
}
.ti-hand-point-down:before {
    content: "\e71d";
}
.ti-gallery:before {
    content: "\e71e";
}
.ti-face-smile:before {
    content: "\e71f";
}
.ti-face-sad:before {
    content: "\e720";
}
.ti-credit-card:before {
    content: "\e721";
}
.ti-control-skip-forward:before {
    content: "\e722";
}
.ti-control-skip-backward:before {
    content: "\e723";
}
.ti-control-record:before {
    content: "\e724";
}
.ti-control-eject:before {
    content: "\e725";
}
.ti-comments-smiley:before {
    content: "\e726";
}
.ti-brush-alt:before {
    content: "\e727";
}
.ti-youtube:before {
    content: "\e728";
}
.ti-vimeo:before {
    content: "\e729";
}
.ti-twitter:before {
    content: "\e72a";
}
.ti-time:before {
    content: "\e72b";
}
.ti-tumblr:before {
    content: "\e72c";
}
.ti-skype:before {
    content: "\e72d";
}
.ti-share:before {
    content: "\e72e";
}
.ti-share-alt:before {
    content: "\e72f";
}
.ti-rocket:before {
    content: "\e730";
}
.ti-pinterest:before {
    content: "\e731";
}
.ti-new-window:before {
    content: "\e732";
}
.ti-microsoft:before {
    content: "\e733";
}
.ti-list-ol:before {
    content: "\e734";
}
.ti-linkedin:before {
    content: "\e735";
}
.ti-layout-sidebar-2:before {
    content: "\e736";
}
.ti-layout-grid4-alt:before {
    content: "\e737";
}
.ti-layout-grid3-alt:before {
    content: "\e738";
}
.ti-layout-grid2-alt:before {
    content: "\e739";
}
.ti-layout-column4-alt:before {
    content: "\e73a";
}
.ti-layout-column3-alt:before {
    content: "\e73b";
}
.ti-layout-column2-alt:before {
    content: "\e73c";
}
.ti-instagram:before {
    content: "\e73d";
}
.ti-google:before {
    content: "\e73e";
}
.ti-github:before {
    content: "\e73f";
}
.ti-flickr:before {
    content: "\e740";
}
.ti-facebook:before {
    content: "\e741";
}
.ti-dropbox:before {
    content: "\e742";
}
.ti-dribbble:before {
    content: "\e743";
}
.ti-apple:before {
    content: "\e744";
}
.ti-android:before {
    content: "\e745";
}
.ti-save:before {
    content: "\e746";
}
.ti-save-alt:before {
    content: "\e747";
}
.ti-yahoo:before {
    content: "\e748";
}
.ti-wordpress:before {
    content: "\e749";
}
.ti-vimeo-alt:before {
    content: "\e74a";
}
.ti-twitter-alt:before {
    content: "\e74b";
}
.ti-tumblr-alt:before {
    content: "\e74c";
}
.ti-trello:before {
    content: "\e74d";
}
.ti-stack-overflow:before {
    content: "\e74e";
}
.ti-soundcloud:before {
    content: "\e74f";
}
.ti-sharethis:before {
    content: "\e750";
}
.ti-sharethis-alt:before {
    content: "\e751";
}
.ti-reddit:before {
    content: "\e752";
}
.ti-pinterest-alt:before {
    content: "\e753";
}
.ti-microsoft-alt:before {
    content: "\e754";
}
.ti-linux:before {
    content: "\e755";
}
.ti-jsfiddle:before {
    content: "\e756";
}
.ti-joomla:before {
    content: "\e757";
}
.ti-html5:before {
    content: "\e758";
}
.ti-flickr-alt:before {
    content: "\e759";
}
.ti-email:before {
    content: "\e75a";
}
.ti-drupal:before {
    content: "\e75b";
}
.ti-dropbox-alt:before {
    content: "\e75c";
}
.ti-css3:before {
    content: "\e75d";
}
.ti-rss:before {
    content: "\e75e";
}
.ti-rss-alt:before {
    content: "\e75f";
}
#header div.cart_block {
    top: 0;
    z-index: 9999999;
}
.cart_block .cart_block_list .remove_link a:before, .cart_block .cart_block_list .ajax_cart_block_remove_link:before {
    content: "\f00d";
}

/*10-1-2018*/
#leosearchtopbox select {
    display: none;
}
#topnavigation {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    position: relative;
}
/*#header.bgr #topnavigation:after {*/
/*content: '';*/
/*position: absolute;*/
/*height: 160px;*/
/*width: 100%;*/
/*-webkit-transition: all 0.2s ease 0s;*/
/*transition: all 0.2s ease 0s;*/
/*left: 0;*/
/*right: 0;*/
/*background: #fff;*/
/*bottom: -160px;*/
/*}*/
.category-359 #topnavigation.margin-bottom:after {
    z-index: 999999 !important;
    background: #fff;
}
.category-359 #topnavigation.margin-bottom{
    z-index: 9;
}
#rollback {
    display: none;
}
.search_query  {
    width: 100%;
}
#leo_search_block_top >form>div{
    position: absolute;
    width: 100%;
    top: 90px;
}
form#leosearchtopbox input {
    border: none;
    border-bottom: 1px solid #3c3c3c;
    font-size: 30px;
}
#leo_search_block_top #leosearchtopbox .close {
    padding: 5px 10px;
    right: 4px;
    top: 9px;
    color: #fff;
    background: #3498db;
}
#leo_search_block_top #leo_search_query_top:focus {
    outline: none;
}
#header-main {
    background-color: rgb(34, 34, 34);
}
#leo-top-menu .mega-col {
    padding: 0;
}
section.margin{
    padding-top: 0px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    position: relative;
}
section.margin:before{
    content: '';
    background: #eee;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    height: 0px;
}
section.margin.margin-top:before {
    height: 160px;
}
section.margin.margin-top {
    padding-top: 160px !important;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
div.cart_block .cart_block_list .remove_link a:before, .cart_block .cart_block_list .ajax_cart_block_remove_link:before {
    content:"\f00d";
}
.active_loading_customer i,.active_loading_save_account i {
    position:absolute;
    left:50%;
    top:12px;
    transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
}
.active_loading_customer,.active_loading_save_account {
    position:relative;
}
.active_loading_customer span,.active_loading_save_account .save-account{
    opacity:0;
}
.active_loading_customer .loading_create_customer,.active_loading_save_account .loading_save_account{
    opacity:1;
}
#cavas_menu.navbar-default .navbar-nav > li .caret {
    opacity: 0;
}
#leo-top-menu ul.megamenu {
    margin-left: -15px;
}
#cavas_menu.navbar-default .navbar-nav {
    border-left: none !important;
}
#cavas_menu.navbar-default .navbar-nav > li:first-child >a:after{
    left: -25px;
}
#cavas_menu.navbar-default .navbar-nav > li > a {
    border-right: none !important;
    padding: 0 !important;
}
#cavas_menu.navbar-default .navbar-nav > li > a >span.menu-title{
    padding: 8px !important;
    display: inline-block;
}

#cavas_menu.navbar-default .navbar-nav > li > a >span.menu-title{
    display: inline-block;
    padding: 8px 18px!important;
}

#cavas_menu.navbar-default .navbar-nav > li:hover > a:after, #cavas_menu.navbar-default .navbar-nav > li:focus > a:after, #cavas_menu.navbar-default .navbar-nav > li.active > a:after{
    content: none !important;
}
/*ul.megamenu {*/
/*position:relative;*/
/*}*/

#magic-line-2 {
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index:9999;
    width: 100px;
    height: 3px;
    background: #2389cc;
    padding: 0 !important;
}
.navbar {
    min-height: inherit !important;
}
#leo_search_block_top .open i {
    font-size: 12px !important;
}
#leo_search_block_top {
    bottom: -47px !important;
    right: 15px;
    width: 28px;
    padding-left: 10px;
}
/*====*/
#login-box-content {
    z-index: 9999 !important;
}
#leosearchtopbox .icon-search{
    font-size: 20px;
    color: #000;
}
/*.exclusive #leosearchtopbox {*/
/*opacity: 0;*/
/*transition:0.3s;*/
/*-webkit-transition:0.3s;*/
/*}*/
/*.exclusive.active #leosearchtopbox {*/
/*opacity: 1;*/
/*transition:0.3s;*/
/*-webkit-transition:0.3s;*/
/*}*/
#leosearchtopbox {
    /* display: block !important; */
    opacity: 0;
    margin-top: -30px;
    pointer-events: none;
    /*transition:0.5s;*/
    /*-webkit-transition:0.5s;*/
}
.exclusive.active #leosearchtopbox{
    opacity: 1;
    margin-top: 0px;
    pointer-events: inherit;
    /*transition:0.5s;*/
    /*-webkit-transition:0.5s;*/
}
/*#topnavigation:after {*/
/*height: 0px;*/
/*transition:0.5s;*/
/*-webkit-transition:0.5s;*/

/*}*/
#leo_search_block_top.active {
    z-index: 999 !important;
}
.category-359 #leo_search_block_top.active{
    z-index: 9999999 !important;
}
.pass-block label[for='passwd']{
    margin-bottom: 10px;
}
label[for="login_passwd"]{
    margin-bottom: 10px;
    margin-top: 20px;
}
label[for="login_email"]{
    margin-bottom: 5px;
}
.button span {
    display: block;
    padding: 5px 10px;
}
li#magic-line-2 {
    pointer-events: none;
}
/*fix-cate-359*/
.category-359 #leo-top-menu.top li.aligned-fullwidth .dropdown-sub{
    top:170px;
    transition:0.35s;
    -webkit-transition:0.35s;
}

.category-359 #leo-top-menu li.aligned-fullwidth .dropdown-sub{
    top:25px;
    transition:0.35s;
    -webkit-transition:0.35s;
}
.category-359 #breadcrumb {
    padding-top: 0px;
    transition:0.35s;
    -webkit-transition:0.35s;
}
.category-359 #breadcrumb.margin-top {
    padding-top: 140px;
    transition:0.35s;
    -webkit-transition:0.35s;
}


#topnavigation:after {
    content: '';
    position: absolute;
    height: 0px;
    width: 100%;
    -webkit-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    left: 0;
    right: 0;
    background: #fff;
    top: 26px;
}
#header.control_bgr #topnavigation.bgr:after{
    height: 160px;
    -webkit-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}
#index .price{
    font-size: 13px;
}
/*#header #leosearchtopbox:before{*/
/*content: "";*/
/*position: absolute;*/
/*height: 160px;*/

/*width: 100%;*/
/*-webkit-transition: all 0.2s ease 0s;*/
/*transition: all 0.2s ease 0s;*/
/*left: 0;*/
/*right: 0;*/
/*background: #fff;*/
/*bottom: -160px;*/
/*padding: 0 1000px;*/
/*overflow: hidden;*/
/*display: block;*/
/*top: 38px;*/
/*box-sizing: content-box;*/
/*margin-left: -1000px;*/
/*opacity: 0;*/
/*}*/

/*#header.bgr #leosearchtopbox:before{*/
/*opacity: 1;*/
/*}*/

/*Sub Widget Megamenu Demo*/
#leo-top-menu .parent.dropdown {
    position: static;

}
.custom-width-image ul li {
    float: left;
    margin: 0 !important;
    padding: 16px !important;
    width: 33.333% !important;
}
.custom-width-image ul li img{
    max-width: inherit !important;
    min-height: 145px;
}
.custom-width-image ul li .text {
    display: none;
}
.colonne.colonne_6.custom-width-image {
    width: 65%;
}
.custom-width-content {
    width: 35%;
    float: left;
}
.custom-width-image>.title  {
    display: none;
}
.custom-width-content h4{
    font-size: 28px;
    margin-top: 12px;
}
.custom-width-content {
    color: #000;
    padding-left: 60px;
}
.custom-width-content p{
    margin-top: 20px;
    font-size: 14px;
    color: #a5a5a5;
}
.main-megamenu-custom {
    margin-top: 15px !important;
    margin-bottom: 5px !important;
}
.custom-width-image .inline_block a{
    overflow: hidden;
}
.add-fix-mega {
    text-align: right;
    padding-right: 9px;
    margin-top: 20px;
}
.add-fix-mega span{
    text-align: left;
    display: block;
    padding-left: 11px;
    margin-top: 5px;

}
.add-fix-mega.first{
    margin-top: 60px;
}
#leo-top-menu .menu-id-361 > .dropdown-menu-inner .leo-widget .menu-title {
    margin: 0 !important;
    margin-bottom: 14px !important;
}
#leo-top-menu .menu-id-7174 > .dropdown-menu-inner {
    padding: 10px 10px 30px !important;
}
#leo-top-menu .menu-id-7174 ul,#leo-top-menu .menu-id-7360 ul{
    margin-left: -20px;
}
#leo-top-menu .menu-id-7174 .manu-list .csfont {
    font-size: 40px;
}
/*ul.megamenu li:first-child .manu-list .csfont:before {*/
/*font-size: 46px;*/
/*}*/

#product .product_attributes.clearfix.quantity-avail p{
    margin: 10px 0 ;
    padding: 0 ;
    min-width: inherit !important; ;
    margin-right: 80px ;
}
#product .product_attributes.clearfix.quantity-avail p:last-child{
    margin-right: 0 !important;
}
#product .quantity-avail #rating_des {
    float: left !important;
}
@media(max-width: 1199px){
    #product .product_attributes.clearfix.quantity-avail p{
        margin-right: 30px ;
    }
}
#js_contact_chooser li a {
    text-align: left;
}
#breadcrumb .breadcrumb {
    width: 100%;
}
.hanh-icon.carousel-control:hover i{
    color: #3498db;
}
/*icon-font*/
#image-block {
    opacity: 1;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
#image-block:hover {
    opacity: 0.6;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
#image-block:hover:before {
    opacity: 1;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
#image-block:before{
    content: '\f1ee';
    font-family: 'Material-Design-Iconic-Font';
    position: absolute;
    left: 50%;
    z-index: 9;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 90px;
    color: #3498db;
    opacity: 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.span_link.no-print {
    display: none !important;

}
div#leo_search_block_top {
    right: 20px;
}
.carousel-control.hanh-icon i {
    color: #078ce5;
}
/*body:before {*/
/*content: '';*/
/*position: absolute;*/
/*height: 500px;*/
/*top: 0;*/
/*background: #eee;*/
/*left: 0;*/
/*right: 0;*/
/*z-index: -1;*/
/*}*/
#header form#leosearchtopbox input,#header.control_bgr #topnavigation.bgr:after,#topnavigation:after {
    background: #eee !important;
}
span.loading_category i {
    color: #3498db;
    font-size: 60px;
}
#category .box-content{
    text-align: center;
}

#category .category_desc {
    margin-top: 60px;
    text-align: left;
}
.cart_discount_name {
    padding-left: 110px !important;
    font-size: 14px !important;
    font-weight: 600;
}
.cart_discount_delete {
    opacity: 0;
    cursor: none;
}
.manu-list.gadgets-espionnage i{
    font-size: 42px;
}
.csfont.custom-font::before {
    font-size: 32px;
}
.loicon-casqulette-lavec-camera.csfont:before,.loicon-casqulette-lavec-camera.csfont:before,.loicon-prise-lde-courant-espion.csfont:before {
    font-size: 30px;
}
#cms-centre a{
    text-decoration: underline;
}

#random-cms.hidden1 div:nth-child(1),
#random-cms.hidden2 div:nth-child(1),
#random-cms.hidden2 div:nth-child(2),
#random-cms.hidden3 div:nth-child(1),
#random-cms.hidden3 div:nth-child(2),
#random-cms.hidden3 div:nth-child(3){
    display: none;
}
/*31-5*/
#product #attributes .js-selector, .js-selector .label{
    width: 420px;
}
.cart_block table.vouchers .price {
    color: #9c9b9b;
    width: 128px;
    float: left;
}
.cart_block table.vouchers .name {
    width: 78px;
    font-size: 13px;
    color: #000;
    font-weight: 600;
}
.cart_block table.vouchers .quantity {
    color: #9c9b9b;
    font-size: 13px;
    font-weight: 600;
}
.cart_block table.vouchers .icon-remove-sign {
    margin-top: -16px;
    float: left;
}
.cart_block table.vouchers .icon-remove-sign:before {
    color: #ff6346;
    content: "\f00d";
    font-size: 14px;
}
.cart_block table.vouchers tr td.delete {
    display: inline-block;
}
.js-selector span span{
    position: relative;
    margin-left: 8px;
}
.js-selector span span:before{
    position: absolute;
    content: '';
    width: 7px;
    height: 6px;
    background: #fff;
    top: 4px;
    left:-1px;
}
.js-selector span span:after{
    position: absolute;
    content: '';
    width: 5px;
    height: 3px;
    left: -7px;
    display: inline-block;
    border-bottom: 1px solid #bbbbbb;
    top: 4px;
}
.bloc_cart_voucher {
    width: 153px;
    display: inline-block;
    float: right;
}
.cart_block table.vouchers tr td.quantity {
    font-size:14px;
}
.cart_block table.vouchers tr td.quantity span{
    color: #9c9b9b;
    font-size: 13px;
    margin: 3px;
}
/*.cart_block table.vouchers tr td.quantity:before {*/
    /*position: absolute;*/
    /*content: '';*/
    /*width: 6px;*/
    /*background: #fff;*/
    /*top: 3px;*/
    /*height: 4px;*/
    /*right: 0;*/
/*}*/

/*.cart_block table.vouchers tr td.quantity:after {*/
    /*position: absolute;*/
    /*content:'x';*/
    /*right: 0;*/
    /*top: 3px;*/
    /*font-size: 10px;*/
/*}*/

#product .fancybox-overlay-fixed .fancybox-type-html .fancybox-skin{
  border-radius: 4px !important;
  max-width: 600px;
  margin: auto;
}

#product .fancybox-overlay-fixed .fancybox-type-html .fancybox-inner{
  height: auto !important;
}

#product .fancybox-overlay-fixed .fancybox-type-html .fancybox-inner a{
  margin-left: 10px;
}

.box-info-product .compare{
    float: right;
    margin-top: 3px;
}
.box-info-product .compare a.add_to_compare {
    min-width: 246px;
}
#leo-top-menu ul.megamenu li:nth-child(5):before{
    content: "";
    display: block;
    width: 1px;
    height: 11px;
    position: absolute;
    top: 12px;
    right: -19px;
    border-left: #fff solid 1px;
}
#leo-top-menu ul.megamenu>li:nth-child(5){
    margin-right: 34px;
}
#product .product_attributes.clearfix.quantity-avail p#product_reference {
    min-width: 106px !important;
    margin-right: 40px;
}
.dropdown-sub.dropdown-menu.menu-id-7360,.dropdown-sub.dropdown-menu.menu-id-7174,.dropdown-sub.dropdown-menu.menu-id-361 {
    height: 409px;
}
.dropdown-sub.dropdown-menu.menu-id-359 {
    height: 388px;
}
.colonne.colonne_6 {
    margin-bottom: 4px;
}