@charset "UTF-8";

/* 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
 * -------------------------- */

#module-opcreditcard-payment #breadcrumb {
    display: none !important;
}

@font-face {
    font-family: 'brandon_grotesquebold';
    /*src: url('https://player-gt.nl/themes/theme/font/brandon_bld-webfont.eot');*/
    src: /*url('https://player-gt.nl/themes/theme/font/brandon_bld-webfont.eot#iefix') format('embedded-opentype'),*/ url('https://player-gt.nl/themes/theme/font/brandon_bld-webfont.woff') format('woff')/*, url('https://player-gt.nl/themes/theme/font/brandon_bld-webfont.ttf') format('truetype'), url('https://player-gt.nl/themes/theme/font/brandon_bld-webfont.svg#brandon_grotesquebold') format('svg')*/;
    font-weight: 900;
    font-style: normal;
    /*font-display: swap;*/
}

@font-face {
    font-family: 'headict_font-iconregular';
    /*src: url('https://player-gt.nl/themes/theme/font/headict_font-icon-webfont.eot?-v2');*/
    src: /*url('https://player-gt.nl/themes/theme/font/headict_font-icon-webfont.eot?-v2#iefix') format('embedded-opentype'), url('https://player-gt.nl/themes/theme/font/headict_font-icon-webfont.svg?-v2#headict_font-iconregular') format('svg'),*/ url('../font/headict_font-icon-webfont_-v2.woff') format('woff')/*, url('https://player-gt.nl/themes/theme/font/headict_font-icon-webfont.ttf?-v2') format('truetype')*/;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CentraNo2';
    src: url('https://player-gt.nl/themes/theme/font/Centra No2.ttf');
    src: url('https://player-gt.nl/themes/theme/font/Centra No2.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
.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)
}

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

#module-opcreditcard-payment h1.page-heading {
    display: none;
}


/* 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;
}

.black {
    color: #1a1a1a;
}

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

/* *****************************************************************
	reset
****************************************************************** */

a:hover {
    text-decoration: none;
    color: #75B93A;
}

a:focus {
    outline: none;
    text-decoration: none;
    color: #75B93A;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
    background: #75B93A;
    border-color: #75B93A;
}

body {
    background: #FFF;
    height: 100%;
    line-height: 20px;
    font-size: 13px;
    font-family: "PT Sans", sans-serif;
    color: #3e474b;
    touch-action: manipulation;
}

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", 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: #75B93A;
    border-color: #75B93A;
}

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

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


/* *****************************************************************
	title
****************************************************************** */

#center_column .page_product_box h3 {
    color: #75B93A;
    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 #75B93A;
    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: #75B93A;
    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 #75B93A;
    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", sans-serif;
    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: #75B93A;
    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;
}

/* *****************************************************************
  barre comparaison / tri
****************************************************************** */

.product-filter .sortPagiBar {
    background: white;
    padding: 8px 0 0;
}

.product-filter .sortPagiBar .sort {
    display: none;
}

.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: #75B93A;
}

.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: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 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: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 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 {*/
#pagination_bottom {
    text-align: center;
    padding: 12px 10px;
    position: relative;
}
.bottom-pagination-content {
    text-align: center;
    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: #8ABD5D;
}

.content_sortPagiBar ul.pagination li.pagination_previous > a,
.content_sortPagiBar ul.pagination li.pagination_next > a {
    color: #fff;
    background: #75B93A;
}

.layered_ajax_loader_content {
    text-align: center;
    position: relative;
    top: 45px;
    z-index: 99999999
}

.content_sortPagiBar ul.pagination li.active > span {
    color: #75B93A;
}

.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 {*/
#pagination_bottom {
    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: #75B93A;
    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;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
}

.breadcrumb:after {
    display: none;
}

.breadcrumb .navigation-pipe::before {
    /*position: absolute;*/
    content: "\f105";
    color: #949494;
    font-family: FontAwesome;
    font-size: 12px;
    left: 3px;
    /*top: -4px;*/
}

.breadcrumb .navigation-pipe {
    font-size: 0;
    width: auto;
    font-family: "Museo", museo, sans-serif;
    display: inline-block;
    color: #3e474b;
    margin: 0;
    position: relative;
    /*padding-left: 10px;*/
    padding-left: 5px;
    padding-right: 5px;
    line-height: 10px;
}

.breadcrumb a {
    display: inline-block;
    padding: 0;
}

.breadcrumb a:hover,
.breadcrumb a:focus {
    color: #75B93A;
}

.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(https://player-gt.nl/themes/theme/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;
}

#footertop {
    position: relative;
    /*background-image: url('https://player-gt.nl/themes/theme/img/bg-newsletter.jpg');*/
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 65px;
    background-position: center center;
    background-size: auto 100%;
    background-color: #ffffff;
    background-repeat: no-repeat;
}

@media screen and (max-width: 991.98px) {
    #footertop {
        padding: 50px 0;
    }
    #newsletter_block_left .title_block {
        margin-bottom: 15px;
    }
    #newsletter_block_left .title_block:after {
        content: '';
    }
    #newsletter_block_left form .form-group {
        margin: 30px auto 0;
    }
    #footer #newsletter_block_left .form-group button.button-small {
        margin: 30px 0 0;
    }
}

#footertop:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .3;
    position: absolute;
    top: 0;
}

#footertop #newsletter_block_left {
    text-align: center;
}

#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 #6EB72F;
    background: #75B93A;
    font-size: 14px;
    color: white;
    padding: 0;
    outline: none;
    text-transform: uppercase;
}

.button span {
    display: block;
    padding: 5px 10px;
}

.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: #8ABD5D;
    border-color: #6EB72F;
    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 span {
    position: relative;
}

.rtl .button.ajax_add_to_cart_button span:before {
    right: 5px;
    left: auto;
}

.button.ajax_add_to_cart_button.disabled {
    border: 1px solid #6EB72F;
    background: #75B93A;
    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 !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.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-ok .newsletter-input,
.form-group.form-error .newsletter-input {
    background-position: 98% 16px;
}

.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 #75B93A;
}


/* ******************************************************************
   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;
}

#module-airproductsearch-productsearch #left_column #best-sellers_block_right {
    display: none;
    visibility: hidden;
    opacity: 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: 0 auto 40px;
    max-width: 80%;
}

#category #left_column {
    margin-top: 10px;
    padding-right: 30px;
}

.block {
    background: white;
    margin-bottom: 20px;
}

.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 #75B93A; */
}

#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", sans-serif;
    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: #75B93A;
}

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

    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    flex-flow: column nowrap;
    text-align: center;
}

.block .products-block li .products-block-image {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 15px 0;
}

.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 #75B93A;
}

.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: #75B93A;
    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;
}

@media screen and (max-width: 1024px) {
    .cart_quantity .cart_quantity_input {
        padding-right: 6px;
    }
}


.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;*/
    padding: 41px 30px 25px 4px;
    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 .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 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 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", museo, sans-serif;
}

#cart_summary tfoot td#total_price_container {
    font: 600 21px/25px "Museo", museo, sans-serif;
    color: #75B93A;
    /*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: #75B93A;
}

.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(https://player-gt.nl/themes/theme/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("https://player-gt.nl/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;
    white-space: nowrap;
}

.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(https://player-gt.nl/themes/theme/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(https://player-gt.nl/themes/theme/img/bankwire.png) 15px 12px no-repeat #fefefe;
        background-size: contain;
    background-position-y: center;
}

@media (max-width: 500px) {
    p.payment_module a.bankwire {
        font-size: 12px;
        padding: 0px 27px 0px 50px !important;
        line-height: 1.0;
    }
    p.payment_module a.cheque:after, p.payment_module a.bankwire:after, p.payment_module a.cash:after {
        right: 10px !important;
    }
}

p.payment_module a.cheque {
    background: url(https://player-gt.nl/themes/theme/img/cheque.png) 15px 15px no-repeat #fefefe;
}

p.payment_module a.cash {
    background: url(https://player-gt.nl/themes/theme/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", sans-serif;
    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;
    display: block;
}

#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;
}
@media screen and (max-width: 991.98px) {
    #password h1.page-subheading {
        font-size: 20px;
        font-family: "PT Sans", sans-serif;
        font-weight: 600;
        margin-top: 50px;
        letter-spacing: 0px;
    }
}

@media screen and (max-width: 576px) {
    #password.password .box button,
    #password.password .box .form-group .form-control {
        width: 100%;
    }
}

#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: #75B93A;
}


/* ******************************************************************
   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: #75B93A;
}

#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('https://player-gt.nl/themes/theme/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,
body#address .mobile-arrow, body#authentication .mobile-arrow,
body#address .submit2 {
    width: 330px;
    height: 40px;
    line-height: 40px;
}

body#order-opc .mobile-arrow {
    width: 100%;
}

.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: 180px;
    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;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

/* *****************************************************************
	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(https://player-gt.nl/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(https://player-gt.nl/themes/theme/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(https://player-gt.nl/themes/theme/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", sans-serif;
    display: inline-block;
    color: #e1e0e0;
}

div.star.star_on {
    display: block;
}

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

div.star.star_hover:after {
    content: "\f005";
    font-family: "FontAwesome", sans-serif;
    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", sans-serif;
    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", 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", 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 .button-container {
    top: 39%;
    visibility: visible;
    bottom: inherit;
    opacity: 1;
    display: none;
    filter: alpha(opacity=100);
}

.product_list .product-image-container {
    text-align: center;
    /*padding: 9px;*/
    margin-bottom: 13px;
    position: relative;
}

.product_list .product-image-container img {
    margin: 0 auto;
    /*background: transparent url(https://player-gt.nl/img/loading.gif) no-repeat 50% 50%;*/
    /*min-height: 160px;*/
    margin-bottom: 100%;
    height: 0;
}

@media screen and (orientation: landscape) and (max-width: 991.98px) {
    .product_list .product-image-container {
        overflow: hidden;
    }

    /*.product_list .product-image-container img {*/
    /*    margin: -10px auto -30px;*/
    /*}*/
}

.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: #75B93A;
    border: 1px solid #6EB72F;
    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,
.product_list h2 {
    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: #75B93A;
    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;
    white-space: nowrap;
}

.product_list .product-flags .discount {
    display: none;
}


/* not index*/

.product_list .button-container {
    position: absolute;
    display: inline-block;
    bottom: 15px;
    width: 100%;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    height: 40px;
    z-index: 10;
    top: 17%;
    padding: 10px 0;
    margin-bottom: -36px;
    background-color: #FFF;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}


/* *****************************************************************
	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: #75B93A;
}

.product-name:hover {
    color: #75B93A;
}

.price {
    font-size: 17px;
    color: #75B93A;
    font-weight: 700;
    line-height: 32px;
}

.price.product-price {
    color: #75B93A;
}

.old-price {
    color: #6f6f6f;
    /*text-decoration: line-through;*/
    margin: 0 6px;
    position:relative;
}

.old-price.product-price:after {
    content: '';
    border-bottom: 1px solid #6f6f6f;
    position: absolute;
    left: 0;
    bottom: 50%;
    width: 100%;
}

.old-price.product-price {
    font-size: 13px;
}

.special-price {
    color: #f13340;
}

.price-percent-reduction {
    font-size: 12px;
    color: #75B93A;
    padding: 0 5px 0 3px;
    display: inline;
    position: relative;
    width: 40px;
    height: 30px;
    border: 2px solid #75B93A;
    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.ajax_add_to_cart_button {
    border-left: rgba(0, 0, 0, 0);
}

.functional-buttons div a {
    text-align: center;
    padding: 5px 12px;
    margin: 0 2px;
    color: #FFF;
    background-color: #333;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    display: inline-block;
    color: #000;
    margin: 0 -2px;
    padding: 0 12px;
    background-color: #FFF;
    border-left: #DDD;
    border-style: none none none solid;
    border-width: 0 0 0 1px;
}

.functional-buttons div a:hover {
    color: #75B93A;
}

.functional-buttons div.wishlist a:before {
    display: inline-block;
    font-family: "FontAwesome", sans-serif;
    content: "\f004";
}

.functional-buttons div.wishlist a.checked:before {
    content: "\f004";
}

.functional-buttons div.compare a:before {
    content: "\f079";
    display: inline-block;
    font-family: "FontAwesome", sans-serif;
}

.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", sans-serif;
}

.functional-buttons div.cart a:before {
    content: "\F07A";
    display: inline-block;
    font-family: "FontAwesome", sans-serif;
}

.functional-buttons div.quickview a.checked:before {
    content: "\f00e";
}

.functional-buttons div.view a:before {
    content: "\f129";
    font-family: "FontAwesome", sans-serif;
    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;
}

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

header .banner {
    background: #8c4f7e;
    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: 23px 0;
}

#header_logo img.logo {
    width: 75%;
}

#header_right {
    margin: 37px 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", sans-serif;
    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: #75B93A;
    padding-top: 0;
    border-top: 1px solid #ccc;
}


/* *****************************************************************
	Homepage Tabs
****************************************************************** */

#home-page-tabs {
    border: none;
}

#home-page-tabs > li a {
    font: 900 24px/24px "Museo", 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: #75B93A;
    -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 #75B93A;
    margin-top: 0;
}


/* *****************************************************************
	FOOTER
****************************************************************** */

.footer-container {
    color: #ffffff;
}

.footer-container .row {
    position: relative;
}

.footer-container .title_block {
    color: #424242;
    font-size: 13px;
    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: #666;
    font-size: 14px;
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
}

.footer-container a:hover {
    color: #75B93A !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: #FFF;
    padding-bottom: 20px;
}

@media (max-width: 991px) {
    .footer-center {
        padding-bottom: 0px;
    }
}

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

.footer-bottom .title_block:after {
    display: none;
}

#footernav {
    /* padding: 40px 0 0px 0; */
    color: #384044;
    /* border-top: 1px solid #eee; */
}

#footernav > .container {
    padding: 40px 0 0px 0;
    color: #384044;
    border-top: 1px solid #eee;
}

#footernav .title_block {
    display: none;
}

#footernav a {
    color: #237da2;
}

#footernav #poweredby {
    margin-bottom: 11px;
    font-size: 13px;
    font-family: Arial, sans-serif;
}
#footernav #poweredby a {
    font-size: 13px!important;
    font-family: Arial, sans-serif;
    color: #384044!important;
    cursor: pointer;
}

#footernav #poweredby,
#footernav #footnav {
    text-align: center;
}

#footernav .social-us span {
    color: #666;
    font-size: 13px;
    float: none;
}

@media screen and (min-width: 990px) {
    #footernav .social-us span {
        padding: 2px 0 0 3px;
    }
}

#footernav .social-us span:after {
    display: none;
}

#footernav .social-us a:hover span {
    background: #237da2;
    color: white;
}

.desktop #short_description_content ul,
.desktop #short_description_content ol,
.desktop #short_description_content dl,
.desktop #tinymce ul,
.desktop #tinymce ol,
.desktop #tinymce dl {
    /* margin-left: 5px; */
    margin-left: 20px;
}

#short_description_content ul,
#short_description_content ol,
#short_description_content dl,
#tinymce ul,
#tinymce ol,
#tinymce dl {
    margin-left: 5px;
    /* 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: #75B93A;
}

.fancybox-skin .fancybox-close:after {
    content: "\f057";
    font-family: "FontAwesome", sans-serif;
}

#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", sans-serif;
    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;
    cursor: pointer;
}

#index .product_list .button-container {
    height: 0;
    display: none !important;
}

#index .product_list .product-container:hover .comments_note {
    height: 0;
    transition: ease height 0.2s;
}

#index .product_list .product-container .comments_note {
    height: 30px;
}

#topnavigation .widget-raw-html,
.manu-list {
    margn-bottom: 0 !important;
}
.manu-list{
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}

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

.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(https://player-gt.nl/themes/theme/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: #75B93A;
    border-color: #75B93A;
    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: #8ABD5D;
}

.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 h3 span strong,
.tab-content h3 strong span,
.tab-content h4 span strong {
    color: #75B93A;
}

.tab-content table td {
    padding: 0 43px
}

.no-padding {
    padding: 0 !important;
}

#slideshow {
    background-color: #dddddd;
    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, sans-serif;
    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 h3 {
    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;*/
    color: #3e474b !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;
    /*transition: transform 200ms ease-out;*/
}

.js-selector.active .arrow {
    transform: rotate(180deg);
    top: 16px;
}

.js-chooser {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eaeaea;
    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 #75B93A;
}

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

@media screen and (min-width: 992px) {
    .contact-form-box .uniform_fieldset {
        /*width: 295px;*/
        width: 302px;
    }
}

#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: 16px;
    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;
}

#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 h3 {
    text-align: center;
    display: block;
    clear: both;
    width: 100%;
    flex-basis: 100%;
}

#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.wrong_browser #center_column .form-group > label {
    position: relative;
}

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

#opc-shopping-cart .submit #submitAccount {
    width: 100%;
}

#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: #75B93A;
    font-size: 18px;
    /*left: 336px;*/
    margin-left: 3px;
    /*position: absolute;*/
    /*top: 49px;*/
    font-family: arial, sans-serif;
    position: static;
}

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

@media screen and (max-width: 767px) {
    ul.address li.address_update {
        float: none;
    }
}

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: #75B93A;
}

#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 transparent;
}

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

#breadcrumb > .container.float-content .breadcrumb {
    float: left;
}

#breadcrumb > .container.float-content .content_sortPagiBar {
    float: right;
    min-width: 350px
}

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

#breadcrumb > .container.float-content .content_sortPagiBar #productsSortForm {
    padding-left: 50px;
}

.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: #75B93A;
}

#addresses #center_column p.notification {
}

.alert.alert-warning a {
    display: none;
}

.alert.alert-warning {
    text-transform: uppercase;
}

#module-airproductsearch-productsearch #center_column .alert.alert-warning {
    margin-top: 25px;
}

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

#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;*/
    width: 350px;
}

#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: 40px 10px 0;
    /*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: 0 !important;
}

#product .product_attributes,
#product .content_prices,
#product .bakedproductinfo_block {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

#product .product_attributes {
    margin-top: 20px;
}

#estimateddelivery {
    border: none !important;
    padding: 0px !important;
    margin-top: 0px !important;
    opacity: 0.5;
    padding-top: 10px !important;
}

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

.header-user-block {
    padding-top: 9px;
}

.header-cart-block {
    padding-top: 7px;
}

#header_user {
    float: right;
}

#header_user #header_nav .icon {
    font-size: 27px;
    margin-right: 3px;
}

#header_user .block {
    background: transparent;
    color: white;
    margin-bottom: 0;
}

#header_nav li#your_account {
    position: relative;
}

#header_user #header_nav .icon.orange {
    color: #75B93A;
    float: left;
    display: block;
    position: relative;
    top: 2px;
}

#header_user #header_nav span.text,
.shopping_cart > a b {
    font-size: 11px;
    font-family: arial;
}

#header_user #header_nav span.text {
    text-transform: uppercase;
    font-weight: 400;
    float: left;
    display: block;
    margin-left: 5px;
    max-width: 40px;
}

.shopping_cart span.icon {
    font-size: 27px;
    background: transparent;
    position: relative;
    top: 4px;
}

#header .shopping_cart {
    position: relative;
    text-align: right;
    padding-right: 13px;
}

@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: 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;
        position: relative;
        transform: unset !important;
    }
}

@media (max-width: 1200px) {
    .widget.col-md-9 {
        width: 100% !important;
    }

    .widget.col-md-6 {
        width: 100% !important;
    }
}

.car-svg:before {
    content: " ";
    width: 56px;
    height: 56px;
    color: red;
    display: inline-block;
    background: url('https://player-gt.nl/img/Car tracker.svg') no-repeat;
    text-align: center;
}

#slideshow .tp-caption img {
    margin: auto;
    display: block;
    max-width: 100%;
}

#header_right > div.row {
    position: absolute;
    right: 125px;
    z-index: 9;
}

.header-help-block-content {
    display: none;
}

.header-help-block {
}

.header-help-block .header-help-icon {
    font-size: 30px;
    margin: auto;
    text-align: center;
    display: block;
    color: #75B93A;
    cursor: auto;
}

#header_right > div.row:hover .header-help-block {
    top: -3px;
    right: -95px;
    width: 238px;
    padding: 10px 9px 10px 9px;
    padding-top: 2px;
    border: 1px solid #CCC;
    background: #FFF;
    position: absolute;
}

#header_right > div.row:hover .header-help-block-content {
    display: block;
}

span.manufacture {
    display: none;
}

.shopping_cart .cart-icon {
    background: none;
    color: #75B93A;
    font-size: 27px;
    padding-right: 15px;
}

/*.shopping_cart .ti-shopping-cart::before {*/
/*    content:  '';*/
/*    background-image: url(https://player-gt.nl/img/cart-icon-30x30.png);*/
/*    height: 27px;*/
/*    width: 27px;*/
/*    display: inline-block;*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*}*/

.shopping_cart .cart-qty {
    position: absolute;
    background: #fff;
    width: 15px;
    height: 15px;
    line-height: 17px;
    text-align: center;
    font-size: 11px;
    color: #000;
    border-radius: 10px;
    top: 5px;
    right: 0;
}


/*#order-opc #leo_search_block_top,*/
#order-opc #topnavigation,
#module-opcreditcard-payment #topbannerblock_stick,
#module-opcreditcard-payment #topbar,
#module-opcreditcard-payment #header_right .header-help,
#module-opcreditcard-payment #leo_search_block_top,
#module-opcreditcard-payment #center_column > h3,
#module-opcreditcard-payment .page-heading.product-listing,
#module-opcreditcard-payment #topnavigation,
#module-opcreditcard-payment #footertop {
    display: none !important;
}

/*.safari_wrong_browser #topbannerblock_stick.open_banner,*/
/*.safari_wrong_browser #topBannerBlockFirst.open_banner {*/
    /*display: table !important;*/
    /*position: static !important;*/
    /*top: auto !important;*/
    /*z-index: 1 !important;*/
    /*opacity: 1 !important;*/
    /*visibility: visible !important;*/
    /* min-height: 90px; */
/*}*/

.safari_wrong_browser #topbannerblock_stick.closed_banner,
.safari_wrong_browser #topBannerBlockFirst.closed_banner {
    display: none !important;
}

.safari_wrong_browser #topbannerblock_stick.open_banner .container {
    display: table-cell !important;
}

.safari_wrong_browser #topbannerblock_stick.open_banner .icon-close {
        display: table-cell !important;
    vertical-align: middle;
}

/* causing error on iphone landscape ios 8 */
/*@media (max-width: 767px) {*/
    /*.safari_wrong_browser #topbannerblock_stick.open_banner,*/
    /*.safari_wrong_browser #topBannerBlockFirst.open_banner {*/
    /*    min-height: 90px;*/
    /*}*/
/*}*/

#opc-shopping-cart #order-detail-content tbody .cart_discount_price:not(.total),
#opc-shopping-cart #order-detail-content tbody .cart_discount_delete {
    opacity: 0;
    user-select: none;
    pointer-events: none;
    display: none !important;
}

@media (max-width: 991.98px) {
    #opc-shopping-cart #order-detail-content .cart_discount.last_item {
        display: -webkit-box!important;
        display: -moz-box!important;
        display: -ms-flexbox!important;
        display: -webkit-flex!important;
        display: flex !important;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    #opc-shopping-cart #order-detail-content .cart_discount.last_item .cart_discount_name {
        width: 100% !important;
    }

    #opc-shopping-cart #order-detail-content .cart_discount.last_item .cart_discount_price.total {
        display: -webkit-box!important;
        display: -moz-box!important;
        display: -ms-flexbox!important;
        display: -webkit-flex!important;
        display: flex !important;
        -webkit-justify-content: flex-end !important;
        justify-content: flex-end !important;
    }

    #opc-shopping-cart .alert.alert-danger {
        margin: 0 0 10px 10px !important;
    }
}

#opc-shopping-cart #order-detail-content .cart_discount.last_item .cart_discount_price.total {
    display: -webkit-box!important;
    display: -moz-box!important;
    display: -ms-flexbox!important;
    display: -webkit-flex!important;
    display: flex !important;
    -webkit-justify-content: center;
    justify-content: center;
}

#order-opc .radio-inline .radio {
    display: inline-block !important;
}

#order-opc .radio-inline input {
    display: none;
}

/*#opc_payment_methods-content {*/
/*    cursor: pointer;*/
/*}*/
#opc_payment_methods-content .stripe-submit-button {
    cursor: pointer;
}
#opc_payment_methods-content .payment_module a {
    /*cursor: default!important;*/
}
#topbannerblock_stick p,
#topbannerblock p {
    margin: 0 !important;
}

body,
html.android {
    overflow-x: hidden;
}

#order-opc #footertop,
#order-opc #footercenter {
    display: none !important;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#order-opc #footer {
    display: none !important;
}

@media screen and (max-width: 991.98px) {
    #header_user {
        opacity: 0;
        pointer-events: none;
    }
    html.mobile #header_user {
        opacity: 0;
        pointer-events: none;
    }
}

/*.navbar-default .navbar-toggle .icon-bar:nth-child(2) {*/
/*    display: none !important;*/
/*}*/

.navbar-default .navbar-toggle .icon-bar {
    background-color: #75B93A;
    height: 2px !important;
    width: 30px !important;
}

.short_description_icons {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    white-space: nowrap;
}

.short_description_icons > div {
    display: inline-block;
    text-align: justify;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    padding: 10px 0px 10px 10px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.short_description_icons > div h4 {
    display: inline-block;
}

.short_description_icons .short_desc_icon {
    margin-right: 0 !important;
    min-width: 20px;
    text-align: center;
}

@media (max-width: 768px) {
    .short_description_icons {
        flex-direction: column;
        -webkit-align-items: flex-start;
        -webkit-box-align: start;
        align-items: flex-start;
        white-space: normal;
    }

    .wrong_browser .short_description_icons > div {
        display: block;
        width: 100%;
    }
}

#product .short_description_icons p {
    font-size: 19px;
}

.short_description_icons > div > h4:last-child {
    padding-left: 10px;
    text-align: center;
}

.desktop .product_description_video {
    padding-bottom: 40.25%;
}

.product_description_video {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    padding-bottom: 54.25%;
    height: auto;
    margin: 35px 0;
}

.product_description_video iframe {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    /*height: 100%;*/
    max-width: 800px;
    height: calc((100vw - 20px) / 16 * 9)!important;
}

@media screen and (max-width: 991.98px) {
    .mobile footer,
    .mobile #footercenter {
        background: #f2f2f2 !important;
    }
}

.payment__image {
    width: auto;
    height: auto;
}

.question-box {
    margin-bottom: 12px !important;
}

@media (max-width: 767px) {
    #footer .footer-block .title_block,
    #footer .footer-block h4 {
        font-family: 'SF-Pro-Display-Regular';
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 1.33341;
        letter-spacing: -.01em;
        color: #000;
    }

    .footer-container a {
        /* font-family: 'SF-Pro-Display-Regular'; */
        font-style: normal;
        font-size: 12px !important;
        color: #555 !important;
    }

    #footer .footer-block .title_block, #footer .footer-block h4 {
        position: relative;
        text-transform: lowercase;
        font-size: 14px;
        font-weight: normal;
        font-family: Arial, sans-serif;
        letter-spacing: .1px;
    }

    .footer-container ul li {
        margin-left: 15px;
    }

    #footer .footer-block .title_block:first-letter, #footer .footer-block h4:first-letter {
        text-transform: uppercase;
    }

    #footer .footer-block {
        border-top: 1px solid #d6d6d6;
    }

    #footer .widget:last-child .footer-block {
        border-bottom: 1px solid #d6d6d6;
    }

    #footer .footer-block .title_block:after,
    #footer .footer-block h4:after,
    #footer .footer-block .title_block::before,
    #footer .footer-block h4::before {
        transition: .5s;
    }

    #footer .footer-block .title_block:after,
    #footer .footer-block h4:after {
        /*content: '' !important;*/
        /*position: absolute;*/
        /*width: 9px;*/
        /*border-bottom: 1px solid;*/
        /*right: 15px;*/
        /*top: 50% !important;*/
        /*transform: translate(-50%, -50%);*/
    }

    #footer .footer-block .title_block::before,
    #footer .footer-block h4::before {
        /*content: '' !important;*/
        /*position: absolute;*/
        /*height: 9px;*/
        /*border-left: 1px solid;*/
        /*right: 9px;*/
        /*top: 50%;*/
        /*transform: translateY(-50%);*/
    }

    #footer .footer-block .title_block.active:after,
    #footer .footer-block h4.active:after {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    #footer .footer-block .title_block.active:before,
    #footer .footer-block h4.active:before {
        transform: translateY(-50%) rotate(45deg);
    }

    #footericons .icons_container .icon_block {
        flex-wrap: nowrap;
        width: 46% !important;
        padding: 20px 10px !important;
    }

    #footericons .icons_container .icon_block .icon_inner {
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -webkit-box;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        min-height: 80px;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        width: 100%;
        /*max-width: 120px;*/
    }

    #footericons .mobile .icon_block p {
        margin-left: 10px;
    }
}

@media (max-width: 425px) {
    #footericons .icon_block {
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }

    #footericons .icon_block i {
        font-size: 25px !important;
        /*margin-left: 15px;*/
        display: inline-block;
        padding-left: 15px;
    }
    .product_description_video {
        padding-bottom: 300px;
    }
}

@media screen and (max-width: 991.98px) {

    #footer .footer-block .title_block:after,
    #footer .footer-block h4:after {
        content: '+'!important;
        /*font-family: 'Helvetica', 'Arial', sans-serif;*/
        font-size: 15px;
        font-weight: 100;
        margin-right: 10px;
        position: absolute;
        top: 50% !important;
        transform: translateY(-50%);
        /*width: 9px;*/
        /*border-bottom: 1px solid;*/
        /*right: 15px;*/
        /*top: 50% !important;*/
        /*transform: translate(-50%, -50%);*/
    }

    .chrome_wrong_browser #footer .footer-block .title_block:after,
    .chrome_wrong_browser #footer .footer-block h4:after {
        transform: none;
        top: 10px !important;
    }

    .wrong_browser #footer .footer-block .title_block:after,
    .wrong_browser #footer .footer-block h4:after {
        top: 10px !important;
    }

    #footer .footer-block .title_block::before,
    #footer .footer-block h4::before {
        /*content: '' !important;*/
        /*position: absolute;*/
        /*height: 9px;*/
        /*border-left: 1px solid;*/
        /*right: 9px;*/
        /*top: 50%;*/
        /*transform: translateY(-50%);*/
    }

    #footer #footercenter .widget {
        width: 100%;
        position: relative;
    }

    .footer-container .title_block {
        position: relative;
        margin-bottom: 0;
        padding: 10px 0;
        text-transform: lowercase;
        font-size: 14px;
        font-weight: normal;
        font-family: Arial, sans-serif;
        letter-spacing: .1px;
        color: #000;
    }

    .footer-container .title_block:first-letter {
        text-transform: uppercase;
    }

    #footer .footer-block {
        border-top: 1px solid #d6d6d6;
    }

    #footer .footer-block .title_block:after, #footer .footer-block h4:after {
        right: 0;
    }

    /*#footer .footer-block .title_block.active::before, #footer .footer-block h4.active::before {*/
    /*    transform: translateY(-50%) rotate(45deg);*/
    /*}*/

    #footer .footer-block .title_block.active::after, #footer .footer-block h4.active::after {
        /*transform: translate(-50%, -50%) rotate(45deg);*/
        transform: translateY(-50%) rotate(45deg);
    }

    .chrome_wrong_browser #footer .footer-block .title_block.active::after,
    .chrome_wrong_browser #footer .footer-block h4.active::after,
    .wrong_browser #footer .footer-block .title_block.active::after,
    .wrong_browser #footer .footer-block h4.active::after {
        /*transform: translate(-50%, -50%) rotate(45deg);*/
        transform: none;
        content: '×' !important;
        top: 10px !important;
    }

    .footer-container ul li {
        margin-left: 15px;
    }
}

#page > * {
    overflow-x: hidden;
}

#page > #header {
    overflow-x: visible;
}

#page > #columns {
    overflow: visible;
}

.fancybox-skin {
    margin-top: 30px !important;
}

#index .hookHome .widget.col-lg-12.col-md-6.col-sm-6.col-xs-6.col-sp-12 .widget-html.block {
    max-height: 235px;
    overflow: hidden;
    margin-bottom: -2px;
}

#index .custom_close_btn {
    display: inline-block;
    color: black;
    text-decoration: underline;
    font-size: 11px;
    padding-left: 10px;
}

#index .max-height-initial {
    max-height: initial !important;
}

#index .product-price,
#index .nowrap-cont-custom {
    white-space: nowrap;
}

.deconnect-logout {
    font-size: 14px;
}

@media screen and (min-width: 1024px) {
    #my-account .myaccount-link-list {
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -webkit-box;
        display: flex;
        flex-flow: row wrap;
        -webkit-justify-content: center;
        justify-content: center;
    }
}

#my-account ul.myaccount-link-list li a span {
    white-space: nowrap;
}

.user-info-cont-custom {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    flex-flow: row-reverse;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.user-info-cont-custom .greeting {
    color: #3e474b;
    width: 100%;
    overflow: hidden;
    margin-right: 5px;
}

.user-info-cont-custom .greeting .user-name {
    /* overflow-wrap: anywhere; */
    word-break: break-all;
    /* white-space: nowrap; */
}

/*5.11.19 me*/

body#address select#mobile_countries,
body#authentication select#mobile_countries,
select#mobile_countries_invoice {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    position: relative;
    text-indent: 10px;
}

body#address select#mobile_countries option,
body#authentication select#mobile_countries option,
select#mobile_countries_invoice option {
    padding-left: 10px;
}

body#address .mobile-arrow,
body#authentication .mobile-arrow,
body#order-opc .mobile-arrow {
    display: none;
    position: absolute;
    top: 0;
    /*width: 100%;*/
    z-index: 999;
}
body#order-opc .country_invoice_block .mobile-arrow {
    position: relative;
}

body#address .mobile-arrow:after,
body#authentication .mobile-arrow:after {
    content: "";
    position: absolute;
    right: 13px;
    top: 17px;
    border: 4px solid;
    border-color: #1c1c1c transparent transparent transparent;
}

@media screen and (max-width: 991.98px) {
    body#address .mobile-arrow,
    body#authentication .mobile-arrow,
    body#order-opc .mobile-arrow {
        display: block;
    }

    body#address .mobile-arrow select,
    body#authentication .mobile-arrow select,
    body#order-opc .mobile-arrow select {
        color: #3e474b;
        font-size: 12px;
        border: 1px solid #d6d4d4;
    }

    body#order-opc .mobile-arrow select {
        background: #FFF;
    }

    body#address .js-selector.form-control,
    body#order-opc .js-selector.form-control
        /*body#authentication .js-selector.form-control*/
    {
        opacity: 0;
    }
}

.rte ul {
    margin-left: 20px;
}

.rte iframe {
    width: 100%;
}

#slide_chat_window_a {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

#slide_chat_window {
    background: #fff;
    border-radius: 50%;
    margin-bottom: 10px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 8px;
}

#lcp_slide_img_fixed {
    max-width: 30px;
    margin: 15px;
}

@media screen and (min-width: 768px) {
    #footericons .icons_container::before,
    #footericons .icons_container::after {
        content: none;
        display: none;
    }
    #footericons .icons_container {
        padding-left: 10px;
        padding-right: 10px;
        display: table;

        border-collapse: separate;
        border-spacing: 10px;

        width: 100%;
    }
    #footericons .icons_container .icon_block {
        width: 25%;
        display: table-cell;
        /*text-align: center;*/
    }

    #footericons .icons_container .icon_block .icon_inner {
        display: table;
        /*width: 100%;*/
        /*margin: 0 auto;*/
        vertical-align: middle;
    }

    #footericons .icons_container .icon_block .icon_inner i {
        vertical-align: middle;
        display: table-cell;
    }

    #footericons .icons_container .icon_block .icon_inner p {
        display: table-cell;
    }

    .wrong_browser #footericons .icons_container .icon_block .icon_inner p {
        white-space: nowrap;
    }
}

@media (max-width: 500px) {
    .safari_wrong_browser #footericons .icons_container {
        display: block;
        text-align: center;
    }

    .safari_wrong_browser #footericons .icons_container .icon_block {
        display: inline-block;
        margin-right: 10px;
    }
}

@media (max-width: 400px) {
    #footericons .icon_block i {
        position: relative;
        left: -5px;
    }
    #footericons .icon_block p {
        position: relative;
        left: 5px;
    }
}

@media screen and (max-width: 995px) {
    #footericons p {
        text-align: center;
        margin-left: 15px;
        margin-right: 15px;
        padding: 0 !important;
    }
}

@media screen and (min-width: 600px) and (max-width: 768px) {
    #footericons p {
        margin-left: 20px;
    }
}

@media screen and (max-width: 350px) {
    #footericons p {
        margin: 0 0px;
    }

    #footericons .icon_block i {
        /*margin-left: 10px;*/
        padding-left: 10px;
    }
}

textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

}

#off-canvas-nav .nav .mobile-search-box {
    padding: 25px 25px;
}

.mobile-search-box .menu-title {
    width: 100%;
    border: none;
    background: rgba(255, 255, 255, .5);
    font-size: 15px;
    line-height: 35px;
    padding-left: 25px;
    color: #fff;
    height: 37px;
}

.mobile-search-box .menu-title:focus {
    background: rgba(255, 255, 255, .2);
    outline: none;
}

.mobile-search-box:before {
    content: "\f002";
    display: block;
    font-family: "FontAwesome";
    text-align: center;
    position: absolute;
    left: 35px;
    font-size: 18px;
    color: #fff;
    /*top: 50%;*/
    top: 35px;
    /*transform: translateY(-50%);*/
}

.wrong_browser .mobile-search-box::before {
    transform: none;
    top: 36px;
}

@media screen and (max-width: 991.98px) {
    #slideshow .head-banner {
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -webkit-box;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
    }

    #my-account ul.myaccount-link-list li a span {
        font-size: 12px;
    }

}

#cavas_menu.navbar-default .navbar-nav {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .wrong_browser #cavas_menu.navbar-default .navbar-nav {
        display: none;
    }
}

#cavas_menu.navbar-default .navbar-nav > li > a {
    white-space: nowrap;
}

@media (max-width: 450px) {
    #order-detail-content #cart_summary .cart_item {
        padding: 10px;
    }

    #order-detail-content #cart_summary .cart_item td {
        padding: 0;
    }

    .cart_voucher fieldset {
        white-space: nowrap;
    }

    .wrong_browser .cart_voucher fieldset {
        display: block;
        text-align: center;
    }

    .wrong_browser .cart_voucher fieldset > * {
        display: inline-block;
        float: none !important;
    }

    .wrong_browser .cart_voucher fieldset > label {
        display: none;
    }

    .cart_voucher fieldset #discount_name {
        margin: 0 5px;
    }

    #my-account ul.myaccount-link-list li a span {
        font-size: 15px;
    }
}

@media (max-width: 360px) {
    #my-account ul.myaccount-link-list li a span {
        font-size: 12px;
    }
    #my-account ul.myaccount-link-list li:first-child a span {
        font-size: 11px;
    }
}

@media screen and (max-width: 600px) {
    #mywishlist .table tbody tr > td {
        padding: 0;
        display: -webkit-box!important;
        display: -moz-box!important;
        display: -ms-flexbox!important;
        display: -webkit-flex!important;
        display: flex !important;
        position: relative;
    }

    #mywishlist .table tbody td > a,
    #mywishlist .table tbody td > .cell {
        padding: 15px 10px 15px 10px;
    }

    #mywishlist .table tbody tr > td::before {
        width: 100px;
        background: #f5f5f5;
        display: block;
        padding: 15px 10px 15px 10px;
        color: #222222;
        font-weight: bold;
    }

    #mywishlist .table tbody tr > td:nth-child(1)::before {
        content: 'Nom';
    }

    #mywishlist .table tbody tr > td:nth-child(2)::before {
        content: 'Quantité';
    }

    #mywishlist .table tbody tr > td:nth-child(3)::before {
        content: 'Vues';
    }

    #mywishlist .table tbody tr > td:nth-child(4)::before {
        content: 'Créé le';
    }

    #mywishlist .table tbody tr > td:nth-child(5)::before {
        content: 'Lien direct';
    }

    #mywishlist .table tbody tr > td:nth-child(6)::before {
        content: 'Supprimer';
    }

    #mywishlist .table tbody tr > td:nth-child(6)::after {
        content: '';
        background: #d6d4d4;
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: 0;
    }

}

@media screen and (max-width: 375px) {
    .footer_links {
        flex-flow: column nowrap;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
    }
}

@media screen and (max-width: 600px) {
    #discount .table tbody tr > td {
        padding: 0;
        display: -webkit-box!important;
        display: -moz-box!important;
        display: -ms-flexbox!important;
        display: -webkit-flex!important;
        display: flex !important;
        position: relative;
    }

    #discount .table tbody td > .cell {
        padding: 15px 10px 15px 10px;
    }

    #discount .table tbody tr > td::before {
        width: 100px;
        background: #f5f5f5;
        display: block;
        padding: 15px 10px 15px 10px;
        color: #222222;
        font-weight: bold;
    }

    #discount .table tbody tr > td:nth-child(1)::before {
        content: 'Code';
    }

    #discount .table tbody tr > td:nth-child(2)::before {
        content: 'Description';
    }

    #discount .table tbody tr > td:nth-child(3)::before {
        content: 'Qté';
    }

    #discount .table tbody tr > td:nth-child(4)::before {
        content: 'Valeur*';
    }

    #discount .table tbody tr > td:nth-child(5)::before {
        content: 'Minimum';
    }

    #discount .table tbody tr > td:nth-child(6)::before {
        content: 'Cumulable';
    }

    #discount .table tbody tr > td:nth-child(7)::before {
        content: "Date d'expiration";
    }

    #discount .table tbody tr > td:nth-child(7)::after {
        content: '';
        background: #d6d4d4;
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: 0;
    }

}


@media screen and (max-width: 600px) {
    #history .table tbody tr > td {
        padding: 0;
        display: -webkit-box!important;
        display: -moz-box!important;
        display: -ms-flexbox!important;
        display: -webkit-flex!important;
        display: flex !important;
        position: relative;
    }

    #history .table tbody td > .cell,
    #history .table tbody td > .price,
    #history .table tbody td > .footable-toggle,
    #history .table tbody td > label {
        padding: 15px 10px 15px 10px;
    }

    #history .table tbody tr > td::before {
        width: 100px;
        background: #f5f5f5;
        display: block;
        padding: 15px 10px 15px 10px;
        color: #222222;
        font-weight: bold;
    }

    #history .table tbody tr > td:last-child::after {
        content: '';
        background: #d6d4d4;
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: 0;
    }

    #history #order-list.table tbody tr > td:nth-child(1)::before {
        content: 'Référence de commande';
    }

    #history #order-list.table tbody tr > td:nth-child(2)::before {
        content: 'Date';
    }

    #history #order-list.table tbody tr > td:nth-child(3)::before {
        content: 'Prix total';
    }

    #history #order-list.table tbody tr > td:nth-child(4)::before {
        content: 'Paiement';
    }

    #history #order-list.table tbody tr > td:nth-child(5)::before {
        content: 'État';
    }

    #history #order-list.table tbody tr > td:nth-child(6)::before {
        content: 'Facture';
    }

    #history #order-list.table tbody tr > td:nth-child(7)::before {
        content: "";
    }

    /*Next*/
    #history #order-detail-content .table tbody tr > td:nth-child(1)::before {
        content: 'Réf.';
    }

    #history #order-detail-content .table tbody tr > td:nth-child(2)::before {
        content: 'Produit';
    }

    #history #order-detail-content .table tbody tr > td:nth-child(3)::before {
        content: 'Qté';
    }

    #history #order-detail-content .table tbody tr > td:nth-child(4)::before {
        content: 'Prix';
    }

    #history #order-detail-content .table tbody tr > td:nth-child(5)::before {
        content: 'Prix total';
    }

    /*Next*/
    #history .footab.table tbody tr > td:nth-child(1)::before {
        content: 'Date';
    }

    #history .footab.table tbody tr.item > td:nth-child(2) span, #shipping_number_show {
        padding: 15px 10px 15px 10px;
    }
    #history .footab.table tbody tr > td:nth-child(2)::before {
        content: 'Transporteur';
    }
    #order-list .first_item {
        display: block;
    }

    #history .footab.table tbody tr > td:nth-child(3)::before {
        content: 'Poids';
    }

    #history .footab.table tbody tr > td:nth-child(4)::before {
        content: "Frais d'expédition";
    }

    #history .footab.table tbody tr > td:nth-child(5)::before {
        content: "Numéro de suivi";
    }

    /*next*/
    #history .detail_step_by_step.table:first-child tbody tr > td:nth-child(1)::before {
        content: 'Date';
    }

    #history .detail_step_by_step.table:first-child tbody tr > td:nth-child(2)::before {
        content: 'État';
    }

    /*next*/
    #history .detail_step_by_step.table tbody tr > td:nth-child(1)::before {
        content: 'Du';
    }

    #history .detail_step_by_step.table tbody tr > td:nth-child(2)::before {
        content: 'Message';
    }

}

@media screen and (max-width: 375px) {
    .history_detail.footable-last-column {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
    #products-comparison #center_column > .box,
    #products-comparison .td_empty.compare_extra_information {
        padding: 0;
    }

    #product_comparison tr:first-child {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
        text-align: center;
    }

}

#cms iframe:not(#launcher) {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 840px;
    /*min-height: 56.25%;*/
    /*height: 480px!important;*/
}

@media screen and (max-width: 991.98px) {
    #cms iframe:not(#launcher) {
        height: calc((100vw - 20px) / 16 * 9)!important;
    }
}

#page .alert.alert-danger {
    color: #d4323d;
}

#index .alert.alert-danger {
    color: #fff;
    background: #d4323d;
    padding: 15px;
    margin-bottom: 18px;
    border: 1px solid #d4323d;
    border-radius: 0px;
    text-align: center;
}

#page .social-us a span:before {
    top: 50%;
    transform: translate(-50%, -50%);
}

/* to top btn */
#toTopBtn {
    position: fixed;
    right: 20px;
    bottom: 14px;
    z-index: 1111111;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
}

/*Homepage reviews slider*/
#index .homepage-slider {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
}

#index .homepage-slider .carousel-item {
    height: 100%;
    vertical-align: middle;
    padding: 0 24px;
    outline: none;
    text-align: center;
    color: #000;
}

#index .homepage-slider.slick-initialized .slick-slide {
    /*display: flex;*/
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-direction: column;
}

#index .homepage-slider .item__review {
    /*height: calc(100% - 4em);*/
    overflow: hidden;
}

#index .homepage-slider .custom-arrow i {
    padding: 0;
    background: none;
    outline: none;
}

#index .homepage-slider .review-content {
    line-height: 1.4;
    width: 80%;
    margin: 0 auto;
}

#index .homepage-slider .review-title {
    font-weight: bold;
}

#index .homepage-slider .reviewer-name-wrapper {
    margin: 6px 0;
}

#index .homepage-slider .reviewer-name-wrapper .reviewer-name {
    font-size: 90%;
    opacity: 0.6;
    line-height: 1;
    padding-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#index .homepage-slider .reviewer-name-wrapper .timestamp {
    font-size: 75%;
    font-style: italic;
    opacity: 0.35;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#index .homepage-slider .slick-track {
    height: 175px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

#index .carousel-item .review-content .review-body {
    max-height: 70px;
}

#index .custom-stars-icon {
    font-family: "FontAwesome", sans-serif;
    display: inline-block;
    color: #000;
    font-size: 20px;
}

#index .full-icon:before {
    content: "\f005";
}

#index .half-icon:before {
    content: "\f123";
}

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

#index .slider-details {
    margin: 20px 0;

    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;

    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-pack: center;

    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;

    -webkit-align-items: center;
    align-items: center;
    flex-flow: column nowrap;
    color: #000;
    text-align: center;
}

#index .slider-details h4 {
    font-size: 25px;
}

#index .slider-details .reviews-count {
    font-size: 14px;
}


#index .homepage-slider, #index .slider-details {
    font-family: Arial, sans-serif;
}

/*#topBannerBlockFirst {*/
    /*opacity: 0;*/
/*}*/
/*#topBannerBlockFirst.hideforced,*/
/*#topbannerblock_stick.hideforced,*/
/*.top-banner.hideforced,
#header-main.hideforced,
.flex-menu.crisp.hideforced{
    display: none!important;
}
#off-canvas-nav.hideforced{
    top: 0!important;
    max-height: 100%!important;
    background: #75B93A;
}
#off-canvas-nav.hideforced .offcanvas-mainnav{
    height: 87px;
}
#off-canvas-nav.hideforced .flex-menu,
#off-canvas-nav.hideforced li:not(.mobile-search-box){
    display: none;
}
#off-canvas-nav.hideforced li.mobile-search-box{
    top: 0;
    height: 87px;
}*/
@media screen and (max-width: 768px) and (orientation: portrait) {
    #footericons .icon_block p {
        margin-left: 15px;
        margin-top: 0;
        margin-bottom: 0;
        min-width: 60%;
        padding-right: 15px;
    }
}
@media screen and (max-width: 401px) and (orientation: portrait) {
    #footericons .icon_block p {
        margin-left: 5px;
    }
}

#launcher {
    z-index: 10!important;
}
body.ff_browser #launcher,
body.ff_browser .zopim {
    /*-webkit-box-shadow: -1px 0px 0px 2px rgba(255, 255, 255, 0.85);*/
    /*-moz-box-shadow: -1px 0px 0px 2px rgba(255, 255, 255, 0.85);*/
    /*box-shadow: -1px 0px 0px 2px rgba(255, 255, 255, 0.85);*/
    /*max-height: 46px;*/
    /*border-radius: 999rem;*/
}
@media screen and (min-width: 992px) {
    .widget.col-lg-3.col-md-3.col-sm-3.col-xs-12.col-sp-12 {
        width: auto;
        white-space: nowrap;

        display:table-cell;
        width: 25%;
    }

    .footer-center > .container > .row:before,
    .footer-center > .container > .row:after {
        display: none;
    }
    .footer-center > .container > .row {
        display: table;
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-around;
        justify-content: space-around;
    }
}


#poweredby a {
    color: #384044;
}

#poweredby strong {
    font-weight: normal;
    white-space: nowrap;
}


/* From custom css because it was error when update modules settings */
.icon-off::before, .icon-power-off::before {
    content: "\f011"!important;
}

div.star.star_on_half::after {
    content: "\f123" !important;
}
#product_comments_block_extra div.star_on_half::after {
    content: "\f123"!important;
}

body#product .box-info-product .exclusive.added.disabled:before, body#product .box-info-product .exclusive.disabled:before {
    content: "\f110"!important;
}

@media (max-width: 991.98px) {
    .top-banner.hideforced,
    #header-main.hideforced,
    .flex-menu.crisp.hideforced{
        display: none!important;
    }
    #off-canvas-nav.hideforced{
        top: 0!important;
        max-height: 100%!important;
        background: #75B93A;
    }
    #off-canvas-nav.hideforced .offcanvas-mainnav{
        height: 87px;
    }
    #off-canvas-nav.hideforced .flex-menu,
    #off-canvas-nav.hideforced li:not(.mobile-search-box){
        display: none;
    }
    #off-canvas-nav.hideforced li.mobile-search-box{
        top: 0;
        height: 87px;
    }
    #left_column #viewed-products_block_left .title_block span:after, #left_column .block .title_block a:after, #left_column h4.title_block span::after {
        content: "\f106"!important;
    }

    #left_column #viewed-products_block_left .title_block.active span:after, #left_column .block .title_block.active a:after, #left_column h4.title_block.active span::after {
        content: "\f107"!important;
    }
}
button[type=submit].loader:before {
    content: "\f110"!important;
}

#addToCartCopy.loader:before {
    content: "\f110"!important;
}

/* End custom css */
body#cms h1 {
    overflow: hidden;
}
body#cms h1 > span {
    position: relative;
}
body#cms h1 > span:before,
body#cms h1 > span:after {
    content: '';
    position: absolute;
    display: block;
    height: 1px;
    width: 117px;
    top: 13px;
    border-top: 1px dotted #AAA;
}

body#cms h1 > span:before {
    left: -144px;
}

body#cms h1 > span:after {
    right: -144px;
}

@media screen and (max-width: 620px) {
    body#cms h1 > span:before {
        left: -120px;
    }

    body#cms h1 > span:after {
        right: -120px;
    }

    body#cms h1 > span {
        /*font-size: 20px;*/
        max-width: 70%;
        display: block;
        margin: 0 auto;
    }
}


@media screen and (max-width: 600px) and (min-width: 400px) {
    .product_list .product-image-container img {
        /*margin: 0 auto;*/
        max-width: 75%;
    }
}

#header_logo.logo-desktop > a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}

#header_logo .logo-text {
    margin: 0 10px;
    /*color: #fff;*/
    /*font-size: 18px;*/
}

#header_logo.logo-desktop > a:hover .logo-text {
    color: #fff;
}

#header_logo.logo-desktop .logo.img-responsive {
    width: auto;
}
.breadcrumb.breadcrumb-custom {
    display: none;
}

#back-to-top {
    display: none;
}

@media screen and (max-width: 991.98px) {
    .breadcrumb.breadcrumb-custom {
        margin: 0;
        padding: 1rem 1rem;
        font-weight: 400;
        color: #fff;
        text-transform: capitalize;
    }

    #back-to-top {
        display: none;
        width: 100%;
        height: 48px;
        border-radius: 0;
        border: 0;
        text-align: center;
    }
    #back-to-top i {
        transform: none;
        margin: 0 1.3rem;
        font-size: 1.7rem;
        line-height: 20px;
        vertical-align: middle;
    }
    #back-to-top span:first-letter {
        text-transform: capitalize;
    }
    #back-to-top span {
        /*text-transform: capitalize;*/
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 48px;
        font-family: CentraNo2,sans-serif;
    }
}

#citiesFromCode, #codesFromCity {
    position: absolute;
    top: 70px;
    background: #fff;
    z-index: 1000;
    width: 330px;
    padding: 0 10px 5px;
    border: 1px solid #cecece;
    cursor: pointer;
    max-height: 280px;
    overflow: scroll;
}

#codesFromCity {
    bottom: 40px;
    top: auto;
}

#citiesFromCode div, #codesFromCity div {
    padding: 5px 0;
}

/* Custom confirm */
.dialog-ovelay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.50);
    z-index: 999999
}
.dialog-ovelay .dialog {
    background-color: #fff;
    border-radius: 3px;
    overflow: hidden;
    position: fixed;
    top: 100px;
    width: 98%;
    max-width: 400px;
    left: 50%;
    transform: translate(-50%);
}
.dialog-ovelay .dialog header {
    padding: 10px 8px;
    /*background-color: #f6f7f9;*/
    border-bottom: 1px solid #e5e5e5
}
.dialog-ovelay .dialog header h3 {
    font-size: 14px;
    margin: 0;
    color: #555;
    display: inline-block
}
.dialog-ovelay .dialog header .fa-close {
    float: right;
    color: #c4c5c7;
    cursor: pointer;
    transition: all .5s ease;
    padding: 0 2px;
    border-radius: 1px
}
.dialog-ovelay .dialog header .fa-close:hover {
    color: #b9b9b9;
}
.dialog-ovelay .dialog header .fa-close:active {
    box-shadow: 0 0 5px #673AB7;
    color: #a2a2a2
}
.dialog-ovelay .dialog .dialog-msg {
    padding: 12px 10px
}
.dialog-ovelay .dialog .dialog-msg p{
    margin: 0;
    font-size: 15px;
    color: #333
}
.dialog-ovelay .dialog footer {
    border-top: 1px solid #e5e5e5;
    padding: 8px 10px
}
.dialog-ovelay .dialog footer .controls {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.dialog-ovelay .dialog footer .controls .button {
    padding: 5px 15px;
    border-radius: 3px;
    margin: 0 5px;
}

#opc_account_form .from-create {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    /*-webkit-flex-direction: column;*/
    -webkit-flex-flow: row wrap;
    justify-content: space-between;
}

@media screen and (min-width: 992px) {
    #mobile_items {
        display: none;
    }
}

@media screen and (max-width: 991.98px) {
    #opc_account_form .form-group {
        width: 100%;
        padding: 0;
    }
    #new_account_form .opc-add-save {
        padding: 40px 0 0;
    }
    #account-creation_form .uniform_fieldset.max_width,
    #opc-shopping-cart .uniform_fieldset.max_width {
        margin-bottom: 0;
    }
}
.delivery_option_price::first-letter {
    text-transform: uppercase;
}
.top-banner {
    /*display:none;*/
    min-height: 30px;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    position: absolute;
    top: 0;
    width: 100%;
    background: #222;
    color: #222;
}
html {
    margin-top: 30px;
    /*background: #222;*/
}

#index .swiper-container .custom-arrow {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
#index .swiper-container .slick-slider .custom-arrow {
    top: 30%;
    transform: initial;
    -webkit-transform: initial;
}
#index .swiper-container .custom-arrow:focus {
    border:none;
    outline: none;
}

#index .swiper-container .custom-arrow.swiper-next {
    -ms-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg) ;
    right: 0;
}

#index .swiper-container .slick-slider  .custom-arrow.swiper-next {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    right: 0;
}

.pay-locked {
    width: 13px;
    vertical-align: baseline;
}

#contentbottom {
    min-height: 275px;
    margin-top: 30px;
}
@media screen and (min-width: 800px) {
    .top-banner {
        min-height: 30px;
    }
}
@media (max-width: 991.98px){
	#center_column{
		margin-top: 20px;
	}
	#longDescription{
		min-height: 40px;
	}
	.pagination>li,
    .pagination>li.paginate_button-next,
    .pagination>li.paginate_button-prev{
        margin: 0 15px;
    }
    .pagination li:not(#pagination_previous_bottom):not(#pagination_next_bottom):not(.paginate_button-prev):not(.paginate_button-next) {
        display: none;
    }
    .pages .paginationjs-pages .paginate_button-prev,
    .pages .paginationjs-pages .paginate_button-next{
    	background-color: #75B93A!important;
    }
    .pages .paginationjs-pages .paginate_button-prev a,
    .pages .paginationjs-pages .paginate_button-next a{
    	color: #fff!important;
    }

    #module-blockwishlist-mywishlist #help-higlight.show:after {
        width:140px;
    }

    .top-banner {
        /*display:none;*/
        min-height: 50px;
        top: 0;
    }
    html {
        margin-top: 50px;
    }

    .footer-block .toggle-footer {
        display:none;
    }
    #footericons .icons_container {
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -webkit-box;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 30px 0;
    }
    #contentbottom {
        min-height: 310px;
    }
    /*.banner-home-center img {*/
    /*    min-height: 100px;*/
    /*}*/
}
@media (max-width: 767px){
	#product .nav-tabs.tab-info.page-product-heading.tablet-responce{
		flex-direction: column;
	}
}
@media (max-width: 467px){
	#add-to-cart span{
		font-size: 14px;
	}
}
@media (max-width: 446px){
    .top-banner {
        min-height: 70px;
    }
    html {
        margin-top: 70px;
    }
}
@media (max-width: 380px){
    #module-blockwishlist-mywishlist #help-higlight.show:after {
        width:100px;
    }
    #cart_summary {
        width: 100%;
        table-layout: fixed;
        overflow-wrap: break-word;
        border: none;
    }
    .old_chrome_wrong_browsers #cart_summary tfoot,
    .old_chrome_wrong_browsers #cart_summary,
    .old_chrome_wrong_browsers #order-detail-content #cart_summary td#summary-footer-td,
    .old_chrome_wrong_browsers #order-detail-content #cart_summary tfoot > tr:first-child,
    #order-opc.old_chrome_wrong_browsers #cart_summary #shipping-box table,
    body#order-opc.old_chrome_wrong_browsers #cart_summary #total-box table {
        border: none !important;
    }
    #order-detail-content #cart_summary .cart_item {
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
}

@media (max-width: 350px){
    #add-to-cart span{
        font-size: 12px;
    }
    label[for="discount_name"] {
        display:none;
    }
}
.swiper-container {
    padding-bottom: 20px!important;
}
.swiper-container-horizontal > .swiper-pagination-bullets{
	bottom: -5px!important;
}

button[type=submit].loader:before {

    content: "\f110";

    display: block;

    -webkit-animation: 2s linear 0s normal none infinite spin;

    animation: 2s linear 0s normal none infinite spin;

    border: none;

    font-family: FontAwesome, sans-serif;

    margin-top: 5px

}

#module-blockwishlist-mywishlist #help-higlight:before {
    content: "\e718";
    font-family: themify;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}


#page .icon-off::before,
#page .icon-power-off::before {
    content: "\f011";
    padding-left: 5px
}

#page div.star.star_on_half::after {
    content: "\f123";
    color: #ffb200;
}

#page #product_comments_block_extra div.star_on_half::after {
    content: "\f123";
    font-family: FontAwesome, sans-serif;
    display: inline-block;
    color: #ef8743;
}


body#product .box-info-product .exclusive.added.disabled:before,
body#product .box-info-product .exclusive.disabled:before {
    content: "\f110";
    display: block;
}

#off-canvas-button.lock,
.navbar-toggle.lock {
    pointer-events: none;
}
@media screen and (max-width: 1100px) {
    .product_list h3 {
        height: 60px;
    }
}
@media screen and (max-width: 767px) {
    /*.product_list .product-image-container img {*/
    /*    min-height: 130px;*/
    /*}*/
}
@media screen and (max-width: 576px) {
    .product_list h3{
        height: 60px;
    }
    /*.product_list .product-image-container img {*/
    /*    min-height: 120px;*/
    /*}*/
}


.social-us {
    margin-top: 3px;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 5px;
}

.social-us > a {
    display: -webkit-box!important;
    display: -moz-box!important;
    display: -ms-flexbox!important;
    display: -webkit-flex!important;
    display: flex !important;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.social-us span {
    border-radius: 50%;
    color: #949595;
    cursor: pointer;
    /* display: inline-block !important; */
    display: -webkit-box!important;
    display: -moz-box!important;
    display: -ms-flexbox!important;
    display: -webkit-flex!important;
    display: flex !important;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 20px;
    width: 36px;
    height: 36px;
    /* line-height: 36px; */
    padding: 0 5px 0 7px;
    position: relative;
    text-align: center;
    float: left;
    margin: 0 15px 0 0;
    -webkit-transition: background 0.2s ease, color 0.2s ease;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition: background 0.2s ease 0s, color 0.2s ease 0s;
    -o-transition: background 0.2s ease 0s, color 0.2s ease 0s;
    transition: background 0.2s ease 0s, color 0.2s ease 0s;
    /* z-index: 1; */
}

.social-us a>span:before {
    display: block;
}

.social-us span.unvisible {
    display: none !important;
}

.social-us span:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-shadow: 0 0 0 2px #949595;
    -moz-box-shadow: 0 0 0 2px #949595;
    box-shadow: 0 0 0 2px #949595;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.2s ease, opacity 0.2s ease;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition: -moz-transform 0.2s ease 0s, opacity 0.2s ease 0s;
    -o-transition: -o-transform 0.2s ease 0s, opacity 0.2s ease 0s;
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    left: -5px;
    border-radius: 50%;
    content: "";
    height: 100%;
    padding: 5px;
    pointer-events: none;
    position: absolute;
    top: -5px;
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
}

.social-us a:hover span {
    color: white;
    background-color: #63686B;
}

.social-us a:hover span:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 2px #63686B;
    -moz-box-shadow: 0 0 0 2px #63686B;
    box-shadow: 0 0 0 2px #63686B;
}

.social-us a:last-child span {
    margin-right: 0;
}

.mobile-top-search {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    background: #75B93A;
    padding: 10px;
    text-align: center;
    height: 100vh;
}

@media screen and (max-width: 450px) {
    .product_list h3 {
        height: 80px;
    }
}

span.label-3kk12.Arrange-sizeFit.u-textInheritColor.u-inlineBlock.labelMobile-1CefB.u-isHidden {
    display: none !important;
}

/** wrong browser */
.wrong_browser .flex-menu {
    display: table;
    width: 100%;
}
.wrong_browser .flex-menu > * {
    display: table-cell !important;
    vertical-align: middle;
}
.wrong_browser .flex-menu .shop_logo {
    width: 100%;
    text-align: center;
}
.wrong_browser .flex-menu .shop_logo a {
    display: inline-block !important;
    width: 100%;
    text-align: center;
}
.wrong_browser .flex-menu .shop_logo a img {
    display: inline-block;
}
.wrong_browser .flex-menu #off-canvas-button .icon-bar {
    display: none;
}
.wrong_browser .flex-menu #off-canvas-button .icon-box {
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(https://player-gt.nl/themes/theme/img/close-menu.png?v=3);
    background-size: cover;
    margin-top: 5px;
}
.wrong_browser #cavas_menu {
    position: relative !important;
}

.wrong_browser .social-us {
    display: block;
    text-align: center;
}
.wrong_browser .social-us > a {
    display: inline-block !important;
}

@media (min-width: 992px) {
    /*.wrong_browser #cavas_menu.navbar-default .navbar-nav,*/
    /*.chrome_wrong_browser #cavas_menu.navbar-default .navbar-nav,*/
    /*.ie_wrong_browser #cavas_menu.navbar-default .navbar-nav {*/
    /*    display: table;*/
    /*    width: 100%;*/
    /*}*/
    /*.wrong_browser .navbar-nav > li,*/
    /*.chrome_wrong_browser .navbar-nav > li,*/
    /*.ie_wrong_browser .navbar-nav > li {*/
    /*    display: table-cell;*/
    /*    text-align: center;*/
    /*    min-width: 19%;*/
    /*    min-width: 19.5%;*/
    /*}*/

    .wrong_browser #cavas_menu.navbar-default .navbar-nav>li>a,
    .chrome_wrong_browser #cavas_menu.navbar-default .navbar-nav>li>a,
    .ie_wrong_browser #cavas_menu.navbar-default .navbar-nav>li>a {
        padding: 15px 10px;
    }
    .wrong_browser #cavas_menu.navbar-default .navbar-nav>li .caret,
    .chrome_wrong_browser #cavas_menu.navbar-default .navbar-nav>li .caret,
    .ie_wrong_browser #cavas_menu.navbar-default .navbar-nav>li .caret {
        position: initial;
    }
}
@media (max-width: 991.98px) {
    .wrong_browser .navbar-header {
        transform: none;
        transform: unset;
        -webkit-transform: none;
        -webkit-transform: unset;
        top: -60px;
    }
}
@media screen and (min-width: 992px) {
    .wrong_browser .footer-center > .container > .row {
        margin: 0;
    }
}
@media screen and (max-width: 1100px) {
    .wrong_browser .account_creation .submit.form-group {
        width: 100%;
        margin: 0 !important;
        text-align: center;
        max-width: 100%;
    }

    #authentication.wrong_browser #center_column .submit .btn {
        display: inline-block;
        float: none !important;
    }
}

/** end wrong browser */

#buy_block .content_prices {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -moz-box-align: center;
    -webkit-justify-content: center;
    justify-content: center;
}

#tab_product_reviews .rates_box {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;

    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-pack: justify;

    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    -webkit-align-content: center;
    align-content: center;
}
#mobile_countries {
    width: 100%;
}
#slideshow .head-banner img {
/*    margin-bottom: 50%;*/
    width: 100%;
    height: auto;
}

/* Fix visibility on this versions chrome */
.chrome_wrong_22 #buy_block #product_comments_block_extra .comments_note > div:nth-child(2),
.chrome_wrong_21 #buy_block #product_comments_block_extra .comments_note > div:nth-child(2) {
    float: none!important;
}
.chrome_wrong_22 .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution, .chrome_wrong_22 .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution,
.chrome_wrong_21 .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution, .chrome_wrong_21 .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution,
.chrome_wrong_22 #product_comments_block_extra,
.chrome_wrong_21 #product_comments_block_extra,
.chrome_wrong_22 #buy_block .product-sku #reference-box ,
.chrome_wrong_21 #buy_block .product-sku #reference-box {
    float: none;
}
.chrome_wrong_22 #buy_block .product-sku #reference-box ,
.chrome_wrong_21 #buy_block .product-sku #reference-box {
    -webkit-order: 2;
}
.chrome_wrong_22 #tab_product_reviews .rate_container ,
.chrome_wrong_21 #tab_product_reviews .rate_container,
#tab_product_reviews .rate_container {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
}
.chrome_wrong_37 #cavas_menu.navbar-default .navbar-nav > li > a {
    font-size: 13px;
}

.firefox_wrong_16 #cavas_menu.navbar-default .navbar-nav > li > a,
.firefox_less_21version #cavas_menu.navbar-default .navbar-nav > li > a {
    font-size: 11px;
}
.firefox_22_27version #shipping-box,
.firefox_28_52version #shipping-box,
.firefox_less_21version #shipping-box,
.firefox_wrong_16 #shipping-box,
.firefox_less_21version #total-box,
.firefox_22_27version #total-box,
.firefox_28_52version #total-box,
.firefox_wrong_16 #total-box {
    float: right;
    clear: right;
}

.android_9 #launcher {
    opacity: 0!important;
}
.android_9 #launcher.visible_iframe {
    opacity: 1!important;
}

.firefox_22_27version #l-top-menu .dropdown-menu a span.csfont.camera-svg:before,
.firefox_28_52version #l-top-menu .dropdown-menu a span.csfont.camera-svg:before,
.firefox_wrong_32 #l-top-menu .dropdown-menu a span.csfont.camera-svg:before,
.firefox_less_21version #l-top-menu .dropdown-menu a span.csfont.camera-svg:before {
    background-image: url(https://player-gt.nl/themes/theme/css/modules/airbootstrapmenu/camera-silver.svg) !important;
    background-color: transparent !important;
}
.firefox_22_27version #l-top-menu .dropdown-menu a:hover span.csfont.camera-svg:before,
.firefox_28_52version #l-top-menu .dropdown-menu a:hover span.csfont.camera-svg:before,
.firefox_wrong_32 #l-top-menu .dropdown-menu a:hover span.csfont.camera-svg:before,
.firefox_less_21version #l-top-menu .dropdown-menu a:hover span.csfont.camera-svg:before {
    background-image: url(https://player-gt.nl/themes/theme/css/modules/airbootstrapmenu/camera-green.svg) !important;
    background-color: transparent !important;
}

.firefox_less_21version #buy_block .content_prices {
    display: table;
}
.firefox_less_21version #buy_block .content_prices > .price {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.firefox_less_21version .our_price_display {
    float: none;
    display: inline-block;
    vertical-align: top;
}
.firefox_less_21version nav:not(.offcanvas-mainnav) .navbar-nav > li {
    width: calc(100% / 5);
    text-align: center;
}
.firefox_less_21version #topBannerBlockFirst, .firefox_less_21version #topBannerBlockFirstOrderOpc {
    padding: 0 20px;
}
.firefox_less_21version #topBannerBlockFirst .container, .firefox_less_21version #topBannerBlockFirstOrderOpc .container {
    padding: 5px 0;
}
.firefox_wrong_15#index .homepage-slider {
    display: block;
}
.firefox_less_21version #tab_product_reviews .yotpo.yotpo-main-widget .yotpo-icon-btn, .firefox_less_21version .yotpo .yotpo-modal-dialog .yotpo-icon-btn {
    position: absolute;
    right: 0;
}
.firefox_less_21version #tab_product_reviews .rates_box {
    width: 100%;
}
.firefox_less_21version .flex-menu {
    position: relative
}
.firefox_less_21version .flex-menu .shop_logo {
    position: absolute;
    left: 50%;
    top: 10px;
    moz-transform: translateX(-50%);
    width: auto;
    margin-left: -30px;
}
 .homepage-slider.slick-slider .slick-track{
     display: -webkit-flex;
 }
.homepage-slider.slick-slider {
    height: auto;
}

.opera_old_browsers .fa-comment-dots {
    background-color: #75B93A;
    -webkit-mask-image: url(https://player-gt.nl/themes/theme/css/font-awesome/svgs/solid/comment-dots.svg);
    mask-image: url(https://player-gt.nl/themes/theme/css/font-awesome/svgs/solid/comment-dots.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.opera_old_browsers .fa-laugh {
    background-color: #75B93A;
    -webkit-mask-image: url(https://player-gt.nl/themes/theme/css/font-awesome/svgs/solid/laugh.svg);
    mask-image: url(https://player-gt.nl/themes/theme/css/font-awesome/svgs/solid/laugh.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.opera_old_browsers .fa-award {
    background-color: #666666;
    -webkit-mask-image: url(https://player-gt.nl/themes/theme/css/font-awesome/svgs/solid/award.svg);
    mask-image: url(https://player-gt.nl/themes/theme/css/font-awesome/svgs/solid/award.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
.opera_old_browsers .fa-exchange-alt {
    background-color: #666666;
    -webkit-mask-image: url(https://player-gt.nl/themes/theme/css/font-awesome/svgs/solid/exchange-alt.svg);
    mask-image: url(https://player-gt.nl/themes/theme/css/font-awesome/svgs/solid/exchange-alt.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
.opera_old_browsers .fa-shipping-fast {
    background-color: #666666;
    -webkit-mask-image: url(https://player-gt.nl/themes/theme/css/font-awesome/svgs/solid/shipping-fast.svg);
    mask-image: url(https://player-gt.nl/themes/theme/css/font-awesome/svgs/solid/shipping-fast.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
.chrome_wrong_browser #product_comments_block_extra .comments_note > div + div {
    white-space: nowrap;
    position: relative;
    left: -70px;
}
@media screen and (max-width: 767px) {
    .chrome_wrong_browser #product_comments_block_extra .comments_note > div + div {
        white-space: normal;
        position: relative;
        left: 0;
    }
}
.navbar-header {
    float: left;
    position: absolute;
    top: 50%;
    z-index: 999;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%)
}


.ny7rwe87 #ny7rwe87_mob {
    display: none;
}

@media (max-width: 600px) {
    .ny7rwe87 #ny7rwe87 {
        display: none;
    }
    .ny7rwe87 #ny7rwe87_mob {
        display: block;
    }
    #history .table tbody tr .history_state .cell,
    #history .table.detail_step_by_step tbody tr.first_item .cell {
        max-width: 60%;
    }
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #75b93a;
    height: 5px;
    width: 35px;
    border-radius: 0;
    display: block;
    margin-bottom: 6px
}

.fa {
    text-rendering: optimizeLegibility!important;
}

.zopim[data-test-id="ChatWidgetButton"],
.zopim[data-test-id="ChatWidgetMobileButton"] {
    -webkit-box-shadow: 0px 0px 3px 1px rgba(255, 255, 255, 0.85);
    -moz-box-shadow: 0px 0px 3px 1px rgba(255, 255, 255, 0.85);
    box-shadow: 0px 0px 3px 1px rgba(255, 255, 255, 0.85);
    /*max-width: 92px;*/
    /*max-height: 30px;*/
    border-radius: 5px;
    width: 50px!important;
    height: 50px!important;
    border-radius: 50%;
    bottom: 10px!important;
    right: 10px!important;
}
.zopim[data-test-id="ChatWidgetMobileButton"]{
    bottom: 35px!important;
}
.cms-77 .zopim {
    display: none!important;
}

#block-order-detail form a.button {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    float: none!important;
    display: block
}

/*.meshim_widget_components_chatButton_ButtonBar {*/
/*    height: 50px;*/
/*}*/
/*.meshim_widget_components_ChatButton.br .favicon {*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/
/*.meshim_widget_widgets_Favicon .default_icon.default_icon_online {*/
/*    font-size: 20px;*/
/*    width: 20px;*/
/*    height: 20px;*/
/*}*/
/*.meshim_widget_components_chatButton_ButtonBar .button_text {*/
/*    display:none!important;*/
/*}*/
/*.meshim_widget_components_mobileChatButton_Button .button_bar {*/
/*    width: 50px;*/
/*    height: 50px;*/
/*}*/
/*.meshim_widget_components_mobileChatButton_ButtonBar .favicon {*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    padding: 0;*/
/*}*/
/*.meshim_widget_widgets_Favicon .default_icon {*/
/*    width: 20px;*/
/*    font-size: 20px;*/
/*    height: 15px;*/
/*}*/

button[type=submit].loader:before,
button[type=button].loader:before,
#order-opc #page .opc-carrier a#opc-btn-valid.loader:before {
    content: "\f110" !important
}

#beacon-container .BeaconFabButtonFrame {
    -webkit-box-shadow: 0 0 5px #fff;
    -moz-box-shadow: 0 0 5px #fff;
    box-shadow: 0 0 5px #fff;
}

#footericons .icons_container {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;

    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-pack: justify;
}

#footericons .icons_container .icon_block {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;

    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-pack: center;
}

.safari_wrong_browsers_less_6 .shopping_cart .cart-icon:before {
    background: url(https://player-gt.nl/img/cart-svg-filled.svg);
}

.table th.delivery_option_time span, .table th.delivery_option_price span {
    display:none;
}