    /**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * 
 * 
 * 
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

    .header-compare {
        display: none !important;
    }

    /* Reset ================================================================================= */
    *,
    article {
        margin: 0;
        padding: 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    body {
        text-align: left;
    }

    body.outdoorxl-rtl {
        text-align: right;
    }

    .true-rtl {
        display: none;
    }

    .outdoorxl-rtl .false-rtl {
        display: none;
    }

    .outdoorxl-rtl .true-rtl {
        display: initial;
    }

    body,
    input,
    select,
    div,
    button,
    textarea {
        font: 400 16px/24px 'Lato', sans-serif;
    }

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

        body,
        input,
        select,
        div,
        button,
        textarea {
            font: 400 16px/24px 'Lato', sans-serif;
        }
    }

    img {
        border: 0;
        vertical-align: top;
        max-width: 100%;
    }

    a {
        text-decoration: none;
    }

    a:hover {
        text-decoration: none;
    }

    :focus {
        outline: 0;
    }

    /* Headings */
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0 0 5px;
        line-height: 1.35;
        font-family: 'Lato', sans-serif;
    }

    h1,
    .h1-title {
        font-size: 20px;
        font-weight: 400;
    }

    h2 {
        font-size: 18px;
        font-weight: 400;
    }

    h3,
    .h3-title {
        font-size: 16px;
        font-weight: 700;
    }

    h4,
    .h4-title {
        font-size: 14px;
        font-weight: 700;
    }

    h5 {
        font-size: 12px;
        font-weight: 700;
    }

    h6 {
        font-size: 10px;
        font-weight: 700;
    }

    /* Forms */
    form {
        display: inline;
    }

    fieldset {
        border: 0;
    }

    legend {
        display: none;
    }

    /* Table */
    table {
        border: 0;
        /*border-collapse:collapse;*/
        border-spacing: 0;
        empty-cells: show;
        font-size: 100%;
    }

    caption,
    th,
    td {
        vertical-align: top;
        text-align: left;
    }

    /* Content */
    p {
        margin: 0 0 10px;
    }

    strong {
        font-weight: 700;
    }

    address {
        font-style: normal;
        line-height: 1.35;
    }

    cite {
        font-style: normal;
    }

    q,
    blockquote {
        quotes: none;
    }

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

    small,
    big {
        font-size: 1em;
    }

    /*sup           { font-size:1em; vertical-align:top; }*/

    /* Lists */
    ul,
    ol,
    li[class*="span"],
    .corporate-block li {
        list-style: none;
    }

    /* Tools */
    ul.ul-left li {
        float: left;
    }

    ul.ul-right li {
        float: right;
    }

    .hidden {
        display: block !important;
        border: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        font-size: 0 !important;
        line-height: 0 !important;
        width: 0 !important;
        height: 0 !important;
        overflow: hidden !important;
    }

    .nobr {
        white-space: nowrap !important;
    }

    .wrap {
        white-space: normal !important;
    }

    .a-left {
        text-align: left !important;
    }

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

    .a-right {
        text-align: right !important;
    }

    .outdoorxl-rtl .a-right {
        text-align: left !important;
    }

    .outdoorxl-rtl .a-left {
        text-align: right !important;
    }

    .v-top {
        vertical-align: top;
    }

    - .v-middle {
        vertical-align: middle;
    }

    .f-left,
    .left {
        float: left !important;
    }

    .f-right,
    .right {
        float: right !important;
    }

    .f-none {
        float: none !important;
    }

    .f-fix {
        float: left;
        width: 100%;
    }

    .f-block {
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }

    .no-display {
        display: none;
    }

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

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

    .no-bg {
        background: none !important;
    }

    .container {
        max-width: 1280px;
        width: 100%;
        margin: 0px auto;
    }

    .globle-width .container,
    .catalog-category-view .globle-width .container.marketing {
        padding-left: 20px;
        padding-right: 20px;
    }

    .globle-width .container .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .clear {
        clear: both;
    }

    /* ======================================================================================= */
    p.productname {
        height: 29px;
        margin: 0px 0px 20px;
    }

    /* Grid */

    .span12 {
        width: 100%;
    }

    .span11 {
        width: 91.5%;
    }

    .span10 {
        width: 83%;
    }

    .span9 {
        width: 76.5%;
    }

    /* .span9	{ width:74.5%;	} Aanpassing Sven 20-03 */
    .span8 {
        width: 66%;
    }

    .span7 {
        width: 57.5%;
    }

    .span6 {
        width: 49%;
    }

    .span5 {
        width: 40.5%;
    }

    .span4 {
        width: 32%;
    }

    .span3 {
        width: 23.5%;
    }

    .span2 {
        width: 15%;
    }

    .span1 {
        width: 6.5%;
    }

    .span12,
    .span11,
    .span10,
    .span9,
    .span8,
    .span7,
    .span6,
    .span5,
    .span4,
    .span3,
    .span2,
    .span1 {
        float: left;
        margin: 0;
    }

    .outdoorxl-rtl [class*="span"] {
        float: right;
    }

    [class="span12"]+[class*="span"] {
        margin-left: 0%;
    }


    /* ======================================================================================= */

    .nav-wrapper {
        text-align: center;
    }

    /* Layout ================================================================================ */
    .wrapper {
        min-width: 300px;
    }

    .page {
        background: #fff;
    }

    .globle-width {
        margin: 0px auto;
        display: inline-block;
        width: 100%;
    }

    .page-print {
        background: #fff;
        padding: 25px 30px;
        text-align: left;
    }

    .page-empty {
        background: #fff;
        padding: 20px;
        text-align: left;
    }

    .page-empty.ajax-index-options {
        padding: 0px 20px;
    }

    .page-popup {
        background: #fff;
        padding: 25px 30px;
        text-align: left;
    }

    .main-container {
        background: #fbfaf6 url(../images/bkg_main1.gif) 50% 0 no-repeat;
    }

    .erro-container {
        background: #fff url(../images/404-background.jpg) no-repeat;
        min-height: 800px;
        padding: 0 5% 0 40%;
        text-align: left;
    }

    /* Base Columns */
    .col-left {}

    .col-main {}

    .col-right {}

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

    /* 2 Columns Layout */
    .col2-left-layout .col-main {
        float: right;
    }

    .col2-right-layout .col-main {}

    /* 3 Columns Layout */
    .col3-layout .col-main {
        width: 475px;
        margin-left: 17px;
    }

    .col3-layout .col-wrapper {
        float: left;
        width: 687px;
    }

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

    /* Content Columns */
    .col2-set .col-1 {
        float: left;
        width: 48.5%;
    }

    .col2-set .col-2 {
        float: right;
        width: 48.5%;
    }

    .col2-set .col-narrow {
        width: 32%;
    }

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

    .col3-set .col-1 {
        float: left;
        width: 32%;
    }

    .col3-set .col-2 {
        float: left;
        width: 32%;
        margin-left: 2%;
    }

    .col3-set .col-3 {
        float: right;
        width: 32%;
    }

    .col4-set .col-1 {
        float: left;
        width: 23.5%;
    }

    .col4-set .col-2 {
        float: left;
        width: 23.5%;
        margin: 0 2%;
    }

    .col4-set .col-3 {
        float: left;
        width: 23.5%;
    }

    .col4-set .col-4 {
        float: right;
        width: 23.5%;
    }

    /* ======================================================================================= */

    /* Global Styles ========================================================================= */
    /* Form Elements */

    input.input-text,
    select,
    textarea {
        border-width: 1px;
        border-style: solid;
    }

    input.input-text,
    textarea {
        padding: 0px 10px;
        /*! height:40px;*/
        width: 100%;
        /*! line-height:36px;*/
    }

    select {
        width: 100%;
        height: 36px;
        padding: 8px 7px 6px;
        line-height: 30px;
    }

    select option {
        padding-right: 10px;
    }

    select.multiselect option {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        padding: 2px 5px;
    }

    select.multiselect option:last-child {
        border-bottom: 0;
    }

    textarea {
        overflow: auto;
    }

    input.radio {
        margin-right: 3px;
    }

    input.checkbox {
        margin-right: 3px;
    }

    input.qty {
        width: 48px;
        text-align: center;
    }

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

    /* FF Fix */
    button.button {
        -webkit-border-fit: lines;
    }

    /* <- Safari & Google Chrome Fix */
    button.button {
        overflow: visible;
        width: auto;
        border: 0;
        padding: 0;
        margin: 0;
        cursor: pointer;
        vertical-align: top;
        border-radius: 2px;
    }

    button.button span {
        display: block;
        border-width: 1px;
        border-style: solid;
        padding: 10px 25px;
        text-align: center;
        white-space: nowrap;
        font-weight: normal;
        border-radius: 2px;
    }

    button.button span span {
        border: 0;
        padding: 0;
        border-radius: 2px;
    }

    .secView button.button span,
    .secView .btn-cart {}

    .secView button.button>span {
        padding: 10px 25px;
    }

    button.btn-checkout span {
        padding: 7px 20px;
    }

    button.btn-checkout span span {
        padding: 0px;
        font-size: 18px;
    }

    button.btn-checkout.no-checkout span {
        background-position: 0 100%;
    }

    button.btn-checkout.no-checkout span span {
        background-position: 100% 100%;
    }

    .static_content {
        clear: both;
    }

    .btn-cart {
        display: inline-block;
        border-width: 1px;
        border-style: solid;
        border-radius: 2px;
        padding: 15px 25px;
        font-size: 12px;
        font-weight: normal;
        cursor: pointer;
    }

    .btn-cart span {
        border-radius: 2px;
    }

    .proAction .btn-cart {
        margin-bottom: 5px;
    }

    /*button.btn-cart { padding:6px 20px; }*/
    .catalog-product-compare-index button.btn-cart {
        padding: 0px;
    }

    .secView .btn-cart {
        padding: 10px 25px;
    }

    .w-btn {
        width: 36px;
        display: inline-block;
        font-size: 12px;
        text-align: center;
    }

    .w-btn .fa {
        font-style: normal;
    }

    .button-separator {
        display: inline-block;
        vertical-align: top;
    }

    .block-reorder .actions button.button,
    .crosssell-wrap button.button,
    .add-to-cart button.button,
    .product-options-bottom button.button,
    .add-to-cart-alt button.button {
        padding: 0px;
    }

    p.control input.checkbox,
    p.control input.radio {
        margin-right: 6px;
    }

    /*.highlight { background:#efefef; }*/

    /* Form lists */
    /* Grouped fields */
    /*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
    .form-list li {
        margin: 0 0 8px;
    }

    .form-list label {
        float: left;
        font-weight: 400;
        position: relative;
        z-index: 0;
    }

    .form-list label.required {}

    .form-list label.required em {
        float: right;
        font-style: normal;
        position: absolute;
        top: 0;
        right: -8px;
    }

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

    .form-list li.control input.radio,
    .form-list li.control input.checkbox {
        margin-right: 6px;
    }

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

    /*.form-list li.fields { margin-right:-15px; }*/
    .form-list .input-box {
        display: block;
        clear: both;
    }

    .form-list .field {
        float: left;
        width: 49%;
    }

    .form-list .field+.field {
        margin-left: 2%;
    }

    .opc-cc-container .field {
        width: 100% !important;
        margin-left: 0 !important;
        margin-bottom: 5px;
    }

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

    .form-list textarea {
        height: 140px;
        resize: none;
        line-height: 18px;
    }

    .form-list select {}

    .form-list li.wide .input-box {}

    .form-list li.wide input.input-text {}

    .form-list li.wide textarea {}

    .form-list li.wide select {}

    .form-list li.additional-row {
        border-top-width: 1px;
        border-top-style: solid;
        margin-top: 10px;
        padding-top: 7px;
    }

    .form-list li.additional-row .btn-remove {
        float: right;
        margin: 5px 0 0;
    }

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

    .form-list-narrow li {
        margin-bottom: 0;
    }

    .form-list-narrow li .input-box {
        margin-bottom: 6px;
    }

    .form-list-narrow li.wide .input-box {
        width: 260px;
    }

    .form-list-narrow li.wide input.input-text,
    .form-list-narrow li.wide textarea {
        width: 254px
    }

    .form-list-narrow li.wide select {
        width: 260px;
    }

    /* Customer */
    .form-list .customer-name-prefix .input-box,
    .form-list .customer-name-suffix .input-box,
    .form-list .customer-name-prefix-suffix .input-box,
    .form-list .customer-name-prefix-middlename .input-box,
    .form-list .customer-name-middlename-suffix .input-box,
    .form-list .customer-name-prefix-middlename-suffix .input-box {
        width: auto;
    }

    .form-list .name-prefix {
        width: 65px;
    }

    .form-list .name-prefix select {
        width: 55px;
    }

    .form-list .name-prefix input.input-text {
        width: 49px;
    }

    .form-list .name-suffix {
        width: 65px;
    }

    .form-list .name-suffix select {
        width: 55px;
    }

    .form-list .name-suffix input.input-text {
        width: 49px;
    }

    .form-list .customer-name-prefix-middlename-suffix .name-firstname,
    .form-list .customer-name-prefix-middlename .name-firstname {
        width: 140px;
    }

    .form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
    .form-list .customer-name-prefix-middlename .name-firstname input.input-text {
        width: 124px;
    }

    .form-list .customer-name-prefix-middlename-suffix .name-lastname {
        width: 205px;
    }

    .form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
        width: 189px;
    }

    .form-list .customer-name-prefix-suffix .name-firstname {
        width: 210px;
    }

    .form-list .customer-name-prefix-suffix .name-lastname {
        width: 205px;
    }

    .form-list .customer-name-prefix-suffix .name-firstname input.input-text,
    .form-list .customer-name-prefix-suffix .name-lastname input.input-text {
        width: 189px;
    }

    .form-list .customer-name-prefix-suffix .name-firstname {
        width: 210px;
    }

    .form-list .customer-name-prefix-suffix .name-lastname {
        width: 205px;
    }

    .form-list .customer-name-prefix-suffix .name-firstname input.input-text,
    .form-list .customer-name-prefix-suffix .name-lastname input.input-text {
        width: 189px;
    }

    .form-list .customer-name-prefix .name-firstname,
    .form-list .customer-name-middlename .name-firstname,
    .form-list .customer-name-middlename .name-middlename {
        width: 210px;
    }

    .form-list .customer-name-suffix .name-lastname,
    .form-list .customer-name-middlename .name-firstname,
    .form-list .customer-name-middlename .name-middlename,
    .form-list .customer-name-middlename-suffix .name-firstname,
    .form-list .customer-name-middlename-suffix .name-lastname {
        width: 205px;
    }

    .form-list .customer-name-prefix .name-firstname input.input-text,
    .form-list .customer-name-suffix .name-lastname input.input-text,
    .form-list .customer-name-middlename .name-firstname input.input-text,
    .form-list .customer-name-middlename .name-middlename input.input-text,
    .form-list .customer-name-middlename-suffix .name-firstname input.input-text,
    .form-list .customer-name-middlename-suffix .name-lastname input.input-text {
        width: 189px;
    }

    .form-list .customer-dob .dob-month,
    .form-list .customer-dob .dob-day,
    .form-list .customer-dob .dob-year {
        float: left;
        width: 85px;
    }

    .form-list .customer-dob input.input-text {
        display: block;
        width: 74px;
    }

    .form-list .customer-dob label {
        font-size: 10px;
        font-weight: normal;
    }

    .form-list .customer-dob .dob-day,
    .form-list .customer-dob .dob-month {
        width: 60px;
    }

    .form-list .customer-dob .dob-day input.input-text,
    .form-list .customer-dob .dob-month input.input-text {
        width: 46px;
    }

    .form-list .customer-dob .dob-year {
        width: 140px;
    }

    .form-list .customer-dob .dob-year input.input-text {
        width: 134px;
    }

    /* Independent fields */
    /*.form-list li { margin:0 0 8px; }
.form-list li.fields { margin:0; }
.form-list .field { display:block; margin:0 0 8px; }
.form-list li.control {}
.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
.form-list label.required { font-weight:700; }
.form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:254px; }
.form-list select { width:260px; }
.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
.form-list .input-range input.input-text { width:96px; }*/
    /* Customer */
    /*.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#777; text-align:left; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }*/

    .buttons-set {
        clear: both;
        margin: 4em 0 0;
        padding: 8px 0 0;
        border-top-width: 1px;
        border-top-style: solid;
        text-align: right;
    }

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

    .buttons-set .back-link {
        float: left;
        margin: 0px 0px 10px;
    }

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

    .buttons-set-order {
        margin: 10px 0 0;
    }

    .buttons-set-order .please-wait {
        padding: 12px 7px 0 0;
    }

    .fieldset {
        border-width: 1px;
        border-style: solid;
        padding: 12px 25px;
        margin: 28px 0;
        text-align: left;
    }

    .fieldset .legend {
        font-weight: 400;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        padding: 0 0px 5px;
        margin-bottom: 20px;
    }

    /* Form Validation */
    .validation-advice {
        clear: both;
        min-height: 13px;
        margin: 3px 0 0;
        font-size: 10px;
        font-weight: 700;
        line-height: 13px;
    }

    .validation-failed {
        border: 1px dashed #eb340a !important;
        background: #faebe7 !important;
    }

    .validation-passed {}

    p.required {
        font-size: 10px;
        text-align: right;
    }

    /* Expiration date and CVV number validation fix */
    .v-fix {
        float: left;
    }

    .v-fix .validation-advice {
        display: block;
        width: 12em;
        margin-right: -12em;
        position: relative;
    }

    /* Global Messages  */
    .success {
        font-weight: 700;
    }

    .error {
        font-weight: 700;
    }

    .notice {}

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

    .messages {
        width: 100%;
        margin-bottom: 20px !important;
        display: inline-block;
    }

    .messages li {
        margin: 0px !important;
    }

    .messages li li {
        margin: 0 0 3px !important;
    }

    .messages li li span {
        vertical-align: top;
    }

    .error-msg,
    .success-msg,
    .note-msg,
    .notice-msg {
        display: inline-block;
        width: 100%;
        clear: both;
        background-position: 10px 9px !important;
        background-repeat: no-repeat !important;
        min-height: 24px !important;
        padding: 15px 8px 12px 45px !important;
        position: relative;
    }

    .error-msg:before,
    .success-msg:before,
    .note-msg:before,
    .notice-msg:before {
        position: absolute;
        left: 14px;
        top: 15px;
        font-size: 20px;
    }

    .note-msg:before,
    .notice-msg:before {
        left: 20px;
    }

    .notice-msg:before {}

    .messages a {
        font-weight: bold;
    }


    /* BreadCrumbs */
    .breadcrumbs {
        padding: 0px 0 30px;
    }

    .breadcrumbs,
    .breadcrumbs a {
        font-size: 11px;
        text-transform: uppercase;
        font-weight: 400;
    }

    .breadcrumbs span {
        display: inline-block;
        padding: 0px 5px;
    }

    .breadcrumbs li {
        display: inline;
    }

    .breadcrumbs li strong {
        font-weight: 700;
    }

    /* Page Heading */
    .page-title {
        margin: 0 0 25px;
        padding-bottom: 10px;
    }

    .mdlblog-post-view .page-title h2 {
        font-size: 30px;
        text-transform: none;
        color: #9CB40D;
    }

    .page-title h1,
    .page-title h2 {
        margin: 0;
        text-align: left;
        font-size: 30px;
        font-weight: 400;
        line-height: 42px;
    }

    .page-title .separator {
        margin: 0 3px;
    }

    .page-title .link-rss {
        float: right;
        margin: 7px 0 0;
    }

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

    .title-buttons h1,
    .title-buttons h2,
    .title-buttons h3,
    .title-buttons h4,
    .title-buttons h5,
    .title-buttons h6 {
        float: left;
    }

    .outdoorxl-rtl .title-buttons {
        text-align: left;
    }

    .outdoorxl-rtl .title-buttons h1,
    .outdoorxl-rtl .title-buttons h2,
    .outdoorxl-rtl .title-buttons h3,
    .outdoorxl-rtl .title-buttons h4,
    .outdoorxl-rtl .title-buttons h5,
    .outdoorxl-rtl .title-buttons h6 {
        float: right;
    }



    .subtitle,
    .sub-title {
        clear: both;
        padding: 15px 0 0;
        font-size: 15px;
        font-weight: 700;
        margin: 0 0 6px;
    }

    .fake-title {
        font-size: 20px;
        font-weight: 400;
        line-height: 1.35;
        font-family: 'Lato', sans-serif;
    }

    #DPD_window {
        z-index: 99999 !important;
    }

    /* Pager */
    .my-account .pager {
        margin-bottom: 10px;
    }

    .my-account script+.pager {
        margin-top: 20px;
    }

    .pager .amount {
        float: left;
        margin: 0;
    }

    .pager .limiter {
        float: right;
    }

    .pager .limiter label {
        vertical-align: middle;
        float: left;
    }

    .pager .limiter select {
        margin: -10px 5px 0px;
        vertical-align: middle;
        float: left;
        width: 80px;
    }

    .pager .pages {}

    .pager .pages ol {
        display: inline;
    }

    .pager .pages li {
        display: inline-block;
        margin: 0px;
    }

    .pager .pages li span,
    .pager .pages li a {
        display: inline-block;
        width: 28px;
        height: 31px;
        line-height: 30px;
        text-align: center;
        border-width: 1px;
        border-style: solid;
        font-size: 12px;
    }

    .pager .pages .current {}

    /* Sorter */
    .sorter {}

    .sorter .view-mode {
        float: left;
        margin: 0;
    }

    .sorter .view-mode .grid,
    .sorter .view-mode .list {
        font-size: 28px;
        margin-top: 5px;
        margin-right: 5px;
        display: inline-block;
    }

    .sorter .view-mode .grid span,
    .sorter .view-mode .list span {
        display: none;
    }

    .sorter .sort-by {
        float: right;
    }

    .sorter .sort-by label {
        vertical-align: middle;
    }

    .sorter .sort-by select {
        padding: 0;
        margin: 0 0 1px;
        vertical-align: middle;
    }

    .sorter .link-feed {}

    .loderPan {
        text-align: center;
    }

    .loderPan+script+.toolbar-bottom .sorter {
        border: 0px none;
    }

    /* Toolbar */
    .toolbar {
        position: relative;
        z-index: 99;
    }

    .toolbar .pager {
        float: right;
        padding-left: 10px;
    }

    .toolbar .sorter {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        padding-bottom: 10px;
    }

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

    .toolbar-bottom .toolbar .sorter {
        padding: 10px 0px 0px;
    }

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

    .toolbar-bottom .toolbar-bottom .sort-by,
    .toolbar-bottom .view-mode {
        display: none;
    }

    .toolbar-bottom .sort-by {
        display: none !important;
    }

    /*.aitmanufacturers-index-view .toolbar{display:none;}*/

    /* Data Table */
    .data-table {
        width: 100%;
        border: none;
    }

    #my-reviews-table {
        border-top: 0px;
    }

    table.data-table {
        border-radius: 4px;
        overflow: hidden;
        /*border: 1px solid #c6c6c6;*/
    }

    #product-attribute-extra-specs-table td.data:first-letter {}

    /*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
    .data-table td.last,
    .data-table th.last {}

    .data-table tr.last th,
    .data-table tr.last td {}

    .data-table th {
        padding: 10px;
        font-weight: 700;
    }

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

    .data-table tfoot tr.first td {}

    .data-table thead th {
        font-weight: 700;
        border: none;
        padding: 6px 8px;
        white-space: nowrap;
        vertical-align: middle;
    }

    .data-table thead th.wrap {
        white-space: normal;
    }

    .data-table thead th a,
    .data-table thead th .tax-flag {
        font-size: 10px;
        white-space: nowrap;
    }

    .data-table tfoot {
        border: none;
    }

    .data-table tfoot td {
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .data-table tfoot strong {
        font-size: 15px;
    }

    .data-table tbody th,
    .data-table tbody td {}

    .data-table ul.disc {
        padding: 10px 10px 10px 20px;
    }

    .data-table ul.disc li {
        padding: 2px 0px;
        list-style: square;
    }

    /* Bundle products tables */
    .data-table tbody.odd tr td,
    .data-table tbody.even tr td {
        border-bottom: 0;
    }

    .data-table tbody.odd tr.border td,
    .data-table tbody.even tr.border td {
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

    .data-table tbody td .option-label {
        font-weight: 700;
        font-style: italic;
    }

    .data-table tbody td .option-value {
        padding-left: 10px;
    }

    /* Generic Info Box */
    .info-box {
        border-width: 1px;
        border-style: solid;
        padding: 12px 15px;
        margin: 0 0 15px;
    }

    .info-box h2 {}

    .info-table th {
        font-weight: 700;
        padding: 2px 15px 2px 0;
    }

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

    /* Shopping cart total summary row expandable to details */
    tr.summary-total {
        cursor: pointer;
    }

    tr.summary-total td {}

    tr.summary-total .summary-collapse {
        float: right;
        text-align: right;
        padding-left: 20px;
        cursor: pointer;
    }

    tr.show-details .summary-collapse {
        background-position: 0 -52px;
    }

    tr.show-details td {}

    tr.summary-details td {
        font-size: 10px;
    }

    tr.summary-details-first td {
        border-top-width: 1px;
        border-top-style: solid;
    }

    tr.summary-details-excluded {
        font-style: italic;
    }

    /* Shopping cart tax info */
    .cart-tax-info {
        display: block;
    }

    .cart-tax-info,
    .cart-tax-info .cart-price {
        padding-right: 20px;
    }

    .cart-tax-total {
        display: block;
        padding-right: 20px;
        cursor: pointer;
    }

    .cart-tax-info .price,
    .cart-tax-total .price {
        display: inline !important;
        font-weight: normal !important;
    }

    .cart-tax-total-expanded {
        background-position: 100% -52px;
    }

    /* Class: std - styles for admin-controlled content */
    .std .subtitle {
        padding: 0;
    }

    .std ol.ol {
        list-style: decimal outside;
        padding-left: 1.5em;
    }

    .std ul.disc {
        list-style: disc inside;
        padding-left: 18px;
        margin: 0 0 10px;
    }

    .std dl dt {
        font-weight: 700;
    }

    .std dl dd {
        margin: 0 0 10px;
    }

    .std ul,
    .std ol,
    .std dl,
    .std p,
    .std address,
    .std blockquote {
        margin: 0 0 1em;
        padding: 0;
    }

    .std ul {
        list-style: disc inside;
        padding: 0;
    }

    .std ol {
        list-style: decimal outside;
        padding-left: 1.5em;
    }

    .std ul ul {
        list-style-type: circle;
    }

    .std ul ul,
    .std ol ol,
    .std ul ol,
    .std ol ul {
        margin: .5em 0;
    }

    .std dt {
        font-weight: 700;
    }

    .std dd {
        padding: 0 0 0 1.5em;
    }

    .std blockquote {
        font-style: italic;
        padding: 0 0 0 1.5em;
    }

    .std address {
        font-style: normal;
    }

    .std b,
    .std strong {
        font-weight: 700;
    }

    .std i,
    .std em {
        font-style: italic;
    }

    .std i.fa,
    .std em.fa {
        font-style: normal;
    }


    /* Misc */
    .links li {
        display: inline;
    }

    .links li.first {}

    .links li.last {
        padding-right: 0 !important;
    }

    .link-cart {
        font-weight: 700;
    }

    .link-wishlist {
        font-weight: 700;
    }

    .link-reorder {
        font-weight: 700;
    }

    .link-compare {
        font-weight: 700;
    }

    .link-print {
        /* padding:2px 0 2px 25px;*/
        font-weight: 700;
    }

    .link-rss {
        padding-left: 18px;
        line-height: 14px;
        white-space: nowrap;
    }

    .btn-remove {
        display: block;
        width: 14px;
        height: 14px;
        font-size: 0;
        line-height: 0;
        text-indent: -999em;
        overflow: hidden;
    }

    .btn-previous {
        display: block;
        width: 11px;
        height: 11px;
        font-size: 0;
        line-height: 0;
        text-indent: -999em;
        overflow: hidden;
    }

    .btn-remove2 {
        display: block;
        width: 16px;
        height: 16px;
        font-size: 0;
        line-height: 0;
        text-indent: -999em;
        overflow: hidden;
    }

    .btn-edit {
        display: block;
        width: 11px;
        height: 11px;
        font-size: 0;
        line-height: 0;
        text-indent: -999em;
        overflow: hidden;
    }

    .cartWish {
        display: inline-block;
        margin: 10px 0;
        width: 100%;
    }

    .cards-list dt {
        margin: 5px 0 0;
    }

    .cards-list .offset {
        padding: 2px 0 2px 20px;
    }

    .separator {
        margin: 0 3px;
    }

    .divider {
        clear: both;
        display: block;
        font-size: 0;
        line-height: 0;
        height: 1px;
        margin: 10px 0;
        text-indent: -999em;
        overflow: hidden;
    }

    /* Global site notices */
    .global-site-notice {
        border-style: solid;
        border-width: 0 0 1px;
        line-height: 1.25;
        text-align: center;
        background: #f2f2f2;
    }

    .global-site-notice .notice-inner {
        width: 860px;
        margin: 0 auto;
        padding: 12px 0 12px 80px;
        text-align: left;
    }

    .global-site-notice .notice-inner p {
        margin: 0;
        border: none;
        padding: 10px 0 0;
    }

    .global-site-notice .notice-inner .actions {
        padding-top: 10px;
    }

    /* Cookie Notice */
    .notice-cookie {
        position: fixed;
        z-index: 9999;
        width: 100%;
        bottom: 0;
        left: 0;
        margin: 0 !important;
        opacity: 0.95;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
        /* IE8 */
    }

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

        body {
            height: 100%;
        }

        html {
            height: 100%;
            overflow-y: scroll;
            -webkit-overflow-scrolling: touch;
        }


        .global-site-notice .notice-inner {
            max-width: none;
            width: 100%;
            padding: 10px 20px;
        }
    }

    /* Noscript Notice */
    .noscript {}

    /* Demo Notice */
    .demo-notice {
        margin: 0;
        padding: 6px 10px;
        line-height: 16px;
        border: 0;
        text-align: center;
        font-size: 14px;
    }

    .demo-notice .notice-inner {
        width: auto;
        padding: 0;
        background: none;
        text-align: center;
    }

    .demo-notice .notice-inner p {
        padding: 0;
        border: 0;
    }


    .global-info {
        background: #9CB40D;
        /*background: #000;*/
        color: #fff;
    }

    .hideTopNav .global-info {
        display: none;
    }


    /* ======================================================================================= */


    /* RG Header ================================================================================ */

    .rg-header {
        background: #9CB40D;
    }

    .rg-header a {
        color: #fff;
    }

    .rg-header .menuBox {
        display: none;
    }

    .rg-header-waistLine {}

    .rg-center-box {
        max-width: 520px;
        margin: 20px auto 0;
        padding: 20px;
        border: 1px solid #ddd;
    }

    .rg-center-box h1 {
        font-size: 32px
    }

    .rg-center-box button {
        display: block;
        width: 100%;
    }

    .rg-center-box label {
        padding: 10px 0;
    }

    .cs-button-opener {
        background: #9CB40D;
        color: #fff;
        padding: 10px 20px;
        border-radius: 4px;
        display: block;
        text-align: center;
    }


    .global-info p {
        margin: 0;
    }

    .global-info a {
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        text-decoration: none;
        color: #fff;
    }

    .rg-header-topLineMenu {
        float: right;
        padding: 0px 0px;
        overflow: hidden;
        background: #B4CC04;
        border-radius: 0 0 4px 4px;
    }

    .outdoorxl-rtl .rg-header-topLineMenu {
        float: left;
    }

    .rg-header-topLineMenu ul {
        display: inline;
    }

    .rg-header-topLineMenu ul li {
        float: left;
    }

    .outdoorxl-rtl .rg-header-topLineMenu ul li {
        float: right;
    }

    .rg-header-topLineMenu ul li a {
        display: block;
        padding: 5px 20px;
        border-right: 0.1px solid rgba(255, 255, 255, 0.25)
    }

    .rg-header-topLineMenu,
    .rg-header-topLineMenu a {
        font-size: 14px;
        font-weight: 400;
    }

    .rg-header-topLineMenu.rg-phone {
        float: left;
        padding: 5px 10px;
    }

    .rg-header-topLineMenu.rg-phone .fa {
        color: #fff;
    }

    .rg-languageSelector {
        padding: 5px 20px;
        float: left;
    }

    .rg-languageSelector:hover,
    .rg-header-topLineMenu ul li a:hover {
        background: rgba(255, 255, 255, 0.2)
    }

    .rg-header-waistLine .container .rg-header-waistLineInner {
        padding: 20px 0;
        display: grid;
        grid-template-columns: 2fr 4fr 2fr;
        grid-gap: 20px;
    }

    .rg-header-waistLine .rg-header-logo img {
        width: 196px;
    }

    .rg-header-bottomLine {
        background: #818E2D;

    }

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

        .rg-header-bottomLine {
            margin-bottom: 57px;
        }
    }

    .rg-header nav #nav {
        padding: 5px 0 0;
    }

    .rg-header nav #nav li.level-top {
        float: left;
    }

    .rg-header nav #nav a {
        color: #fff;
    }

    .rg-header nav #nav a.level-top {
        padding: 10px 10px 15px;
        display: block;
        border-radius: 4px 4px 0 0px;
    }

    /*.rg-header nav #nav .nav-1 a.level-top { background: #d00; text-transform: uppercase; font-weight: 900;  }*/
    /*.rgm-schaatsen::before,
.rg-header nav #nav .nav-2 a.level-top:before { content: '🔥 ';  }*/

    /*black friday and christmas fixes*/
    .rgm-black-friday::before,
    .rg-header nav #nav .nav-13 a.level-top:before {
        background: #000;
        font-weight: 900;
        color: #fff;
    }

    .rg-header nav #nav .nav-13 a.level-top {
        background: #c00;
        color: #fff;
        font-weight: bold;
        /* 
        background: #000;
        font-weight: 900;
        color: #fff; */
    }

    .rg-header nav #nav li.level-top:hover a.level-top {
        background: #fff;
        color: #818E2D;
    }

    .rg-menu-overlay {
        position: absolute;
        box-shadow: 0 2000px 0 2000px rgba(0, 0, 0, 0.0);
        z-index: 300;
        transition: all 0.3s ease;
        transition-delay: 0.4s
    }

    #nav:hover+.rg-menu-overlay {
        box-shadow: 0 2000px 0 2000px rgba(0, 0, 0, 0.25);
    }

    .rg-header nav #nav ul.level0 {
        display: none;
        position: absolute;
        z-index: 300;
        padding: 0px 20px;
        box-sizing: border-box;
        background: #fff;
        max-width: 1280px;
        width: 100%;
        margin: 0px;
        left: 0;
        display: grid;
        margin-left: calc(50% - 640px);
        border-radius: 0 0 10px 10px;
        overflow: hidden;
        max-height: 0;
        transition: all 0.3s ease;
        transition-delay: 0.4s;
    }



    .rg-header nav #nav ul.level0 a {
        color: #333;
    }

    .rg-header nav #nav ul.level0 a:hover {
        color: #999;
    }

    .rg-header nav #nav li.level-top ul.level0 {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-gap: 20px;
    }

    .rg-header nav #nav li.level-top:hover ul.level0 {
        max-height: 1000px;
        padding: 40px 20px 20px;
        z-index: 330;
    }

    .rg-header nav #nav .level2 {
        line-height: 22px;

    }

    .rg-header nav #nav .level2 a {
        font-size: 14px;
        font-weight: 300;
    }

    /*
.rg-header nav #nav:hover li.level-top ul.level0.shown-sub { 
    max-height: 2000px;

}
*/


    .pim_button {
        position: fixed;

        background: #a3c338;
        color: #fff;
        border-radius: 4px 0 0 4px;
        transition: 0.3s ease all;
        top: calc(50% - 22px);
        right: 0;
        box-sizing: border-box;
        height: 44px;
        font-size: 32px;
        line-height: 32px;
        padding: 6px 20px;
        margin-right: -50px;
    }

    .pim_button:hover {
        margin-right: 0;
    }

    .rg-header nav #nav li.major {
        padding: 0px 0;
        grid-column: span 2;
    }

    .rg-header nav #nav li.major a {
        color: #9CB40D;
    }

    .rg-header nav #nav li.major .oxl-clippy {
        min-height: 30px;
        box-sizing: border-box;
        padding: 4px;
        display: block;
        background: url('../images/p010/oxl-clippy.svg') right 15px top 15px no-repeat;
        background-size: 40px;
    }

    .rg-header nav #nav li.major .oxl-clippy span {
        display: block;
        border: 1px solid #ddd;
        padding: 10px 60px 10px 10px;
        border-radius: 4px;
    }

    .rg-header nav #nav li.major .oxl-clippy span:before,
    /*.rg-header nav #nav li.major .oxl-clippy span:after
{ content: '';
position: absolute;
width: 0;
height: 0;
border: 8px solid transparent;
border-left-color: #fff;
border-right: 0;
}
*/
    .rg-header nav #nav li.major .oxl-clippy span:before {
        border-left-color: #ddd;
    }



    #search_autocomplete {
        z-index: 200;
        background: #fff;
        border-radius: 0 0 4px 4px;
    }

    #search_autocomplete ul {}

    #search_autocomplete ul li {
        padding: 5px 20px;
        cursor: pointer;
    }

    #search_autocomplete ul li:hover {
        opacity: 0.6;
    }

    #search_autocomplete ul li .amount {
        float: right;
        color: #aaa;
    }



    .rg-header nav #nav li.more a {
        color: #9CB40D;
        font-size: 14px;
    }

    .rg-header nav #nav li.more a:hover {
        opacity: 0.75;
    }

    .rg-header nav #nav li.level1>a,
    .rg-header nav #nav li.level1>a span {
        font-weight: 600;
    }

    .rg-header nav #nav ul.level2 {
        display: none;
    }

    .rg-headerCartGrid {
        display: grid;
        grid-template-columns: 1fr 50px;
        grid-gap: 20px;
    }

    .rg-headerCart .rg-headerCart-text {
        padding: 0px 0 0;
        text-align: right;
        color: #fff;

    }

    .rg-headerCart .rg-headerCart-text strong {
        font-weight: 500;
    }

    .rg-headerCart .rg-headerCart-bag {
        background: url('https://www.outdoorxl.nl/skin/frontend/nextlevel/default/images/p010/cart-sad.svg') top left no-repeat;
        background-size: 57px;
        height: 60px;
        margin-top: -5px;
    }

    .rg-headerCart .rg-headerCart-bag.happy {
        cursor: pointer;
        /*background: url('../images/p010/cart-happy.png') top left no-repeat;*/
        background: url('https://www.outdoorxl.nl/skin/frontend/nextlevel/default/images/p010/cart-sad.svg') top left no-repeat;
        background-size: 57px;
    }

    .rg-headerCart-link {
        font-size: 14px;
        text-decoration: underline;
    }

    .rg-badge {
        background: #FF7711;
        position: relative;
        top: 3px;
        left: 42px;
        display: block;
        border-radius: 22px;
        height: 22px;
        width: 22px;
        box-sizing: border-box;
        line-height: 22px;
        text-align: center;
        color: #fff;
        font-size: 13px;
        font-weight: 400;
    }

    .outdoorxl-rtl .rg-badge {
        left: auto;
        right: 42px;
    }

    .rg-headerCart-Sidebar .rg-close {
        font-weight: 400;
        cursor: pointer;
    }

    .rg-switchLang-overlay,
    .rg-headerCart-overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.0);
        display: none;
        z-index: 100;
        transition: 0.4s all ease-in;
    }

    .rg-switchLang.open+.rg-switchLang-overlay,
    .rg-headerCart-Sidebar.open+.rg-headerCart-overlay {
        display: block;
        background: rgba(0, 0, 0, 0.25);
    }

    .rg-headerCart-Sidebar {
        transition: 0.4s all ease-in;
        width: 100%;
        max-width: 450px;
        position: fixed;
        right: -100%;
        background: #fff;
        top: 0;
        box-sizing: border-box;
        overflow: auto;
        height: 100%;
        z-index: 100000;
    }

    .outdoorxl-rtl .rg-headerCart-Sidebar {
        right: auto;
        left: -100%;
    }

    .rg-headerCart-Sidebar.open {
        right: 0;
    }

    .outdoorxl-rtl .rg-headerCart-Sidebar.open {
        right: auto;
        left: 0;
    }

    .outdoorxl-rtl .pull-right {
        float: left;
    }

    .rg-headerCart-SidebarInner {
        padding: 20px;
        overflow: auto;
        padding-bottom: 80px;
        box-sizing: border-box;
        height: 100%;
        max-height: calc(100% - 92px);
        transition: 0.3s ease all;
    }

    .rg-headerCart-Sidebar .ajax_loader {
        display: none;
        background: url('../images/loading.gif') center center no-repeat;
        padding: 20px;
        height: 0;
        opacity: 0;
        overflow: hidden;
    }

    .rg-headerCart-Sidebar.loading .rg-headerCart-SidebarInner {
        opacity: 0.25;
    }

    .rg-headerCart-Sidebar.loading .ajax_loader {
        display: block;
        height: auto;
        opacity: 1;
    }





    .rg-cart-checkoutBtnHolder {
        padding: 20px;
    }

    .rg-headerCart-Sidebar .rg-cart-checkoutBtn {
        border-radius: 4px;
        font-size: 20px;
        line-height: 24px;
        width: 100%;
        text-align: center;
        display: block;
        box-sizing: border-box;
        padding: 14px 40px;
        background: #9CB40D;
        color: #fff;
        font-weight: 400;
    }

    .rg-headerCart-Sidebar .rg-cart-continueBtn {
        display: none;
        border-radius: 4px;
        font-size: 20px;
        line-height: 24px;
        width: 100%;
        text-align: center;
        box-sizing: border-box;
        padding: 14px 40px;
        background: #fff;
        color: #333;
        border: 1px solid #333;
        font-weight: 400;
        cursor: pointer;
    }

    .rg-cart-checkoutBtn-mb {
        display: none;
    }

    @media screen and (max-width: 1024px) {
        .rg-cart-checkoutBtn-mb {
            display: inline;
        }

        .rg-cart-checkoutBtn-dt {
            display: none;
        }

        .rg-headerCart-SidebarInner {
            max-height: calc(100% - 166px);
        }

        .rg-headerCart-Sidebar .rg-cart-continueBtn {
            display: block;
            margin-bottom: 20px
        }

        .rg-headerCart-SidebarInner .rg-cartItem .rg-cartItemAction .cartDeta2 {
            display: none;
        }

        .rg-header .menuBox {
            display: block;
        }

        .rg-header-topLineMenu,
        .rg-header-bottomLine nav,
        .rg-headerCart {
            display: none;
        }

        .rg-header-waistLine .container .rg-header-waistLineInner {
            display: grid;
            grid-template-columns: 1fr 30px 30px;
            grid-gap: 5px;
            padding: 10px;
            text-align: center;
        }

    }

    /* RG header Search  ================================================================================ */

    #search_mini_form {}

    #search_mini_form .form-search {
        padding: 5px 0;
        display: grid;
        grid-template-columns: 1fr 70px;
    }

    #searchRemove {
        display: none;
    }

    #search {
        border-radius: 4px 0 0 4px;
    }

    #search:focus {
        transition: 0.3s ease all;
        z-index: 100;
        box-shadow: 0 0 0 10000px rgba(0, 0, 0, 0.25);
    }

    #search:focus+button {
        z-index: 100;
    }

    /* RG Switchlang  ================================================================================ */
    .rg-languageSelector img {
        vertical-align: middle;
        height: 14px;
    }

    .rg-languageSelector {
        color: #fff;
        cursor: pointer;
    }

    .rg-switchLang .rg-menu-header {
        display: none;
    }

    .rg-switchLang {
        text-align: left;
        transition: 0.4s all ease-in;
        width: 100%;
        max-width: 450px;
        position: fixed;
        right: -100%;
        background: #fff;
        top: 0;
        box-sizing: border-box;
        overflow: auto;
        height: 100%;
        z-index: 100000;
    }

    .rg-switchLang.open {
        right: 0;
        transition: 0.4s all ease-out;
    }

    .rg-switchLang {
        max-width: 570px;
    }

    .rg-switchLangInner {
        padding: 20px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px
    }

    .rg-switchLang ul {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }

    .rg-switchLang .m-title,
    .rg-switchLang .title {
        font-size: 20px;
        font-weight: 400;
        color: #000;
        line-height: 32px;
        padding: 20px 0;

    }

    .rg-switchLang ul .m-title {
        font-size: 24px;
    }

    .rg-switchLang ul a {
        display: block;
        padding: 10px 10px;
        color: #555;
        font-size: 14px;
        font-weight: 700;
        line-height: 18px;
    }

    .rg-switchLang ul a.has_home {}

    .rg-switchLang ul .probe {
        border: 1px solid #bbb;
    }

    .rg-switchLang ul .probe.current {
        border: 1px solid #000;
    }

    .rg-switchLang ul .probe.current a {
        color: #000;
    }

    .rg-switchLang .double {
        grid-column: span 2;
    }

    @media only screen and (max-width: 767px) {
        .rg-switchLang .rg-menu-header {
            display: block;
        }
    }

    @media only screen and (max-width: 400px) {
        .rg-switchLangInner {
            grid-template-columns: 1fr;
        }

        .rg-switchLang .double {
            grid-column: span 1;
        }
    }

    .rg-sizeChart {
        display: none;
    }

    label .rg-sizeChart {
        display: block;
        line-height: 27px;
        float: right;
        font-size: 16px;
        padding-left: 24px;
        background: url('../images/p010/ruler-light.svg') center left no-repeat;
        background-size: 20px 20px;
        text-decoration: underline;
    }

    label .rg-sizeChart:hover {
        text-decoration: none;
    }

    /* RG Mobile Menu ================================================================================ */

    .rg-menu {
        padding: 0px;
        text-align: left;
        transition: 0.3s all ease;
        width: 100%;
        position: fixed;
        left: -100%;
        background: #fff;
        top: 0;
        box-sizing: border-box;
        height: 100%;
        max-width: 320px;
        z-index: 90000;
    }

    .rg-mobile-menu-overlay {
        position: fixed;
        box-shadow: 0 2000px 0 2000px rgba(0, 0, 0, 0.0);
        left: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 80000;
        transition: background 0.3s ease;
        transition-delay: 0.2s;
        background: rgba(0, 0, 0, 0.0);
    }

    .rg-menu-open .rg-mobile-menu-overlay {
        left: 0;
        background: rgba(0, 0, 0, 0.25);
    }

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

        body.rg-menu-open,
        body.sidebar_header-open,
        body.narrow-down-open {
            height: 100%;
            overflow: hidden;
            position: fixed;
        }
    }

    .rg-menu-open .rg-menu {
        left: 0;
    }

    .rg-menu-header {
        padding: 20px;
    }

    ul.rg-menu-ul {
        padding: 20px 0;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 0px;
    }

    ul.rg-menu-ul>*>span,
    ul.rg-menu-ul>*>a,
    {
    height: 100%;
    }

    .rg-menu-header {
        background: #9CB40D;
    }

    .rg-menu-close {
        float: right;
        font-size: 32px;
        line-height: 32px;
        top: 0;
        cursor: pointer;
        color: #fff;
    }

    .rg-menu #menuInner {
        max-height: calc(100% - 80px);
        overflow: scroll;
        text-align: left;
    }

    .rg-menu .double {}

    .rg-probe {
        cursor: pointer;
    }

    ul.parents li span,
    .rg-menu ul a,
    .rg-probe-style {
        display: block;
        padding: 10px 20px;
        border-bottom: 1px solid #ddd;
        color: #555;
        font-size: 14px;
        font-weight: 700;
        line-height: 16px;
    }

    .rg-probe-style {
        background: #fff url('/skin/frontend/nextlevel/default/images/arrow_right.png') right 20px center no-repeat;
    }

    .rg-menu-service li a,
    ul.parents li span {
        font-weight: 300;
    }

    .rg-menu .rg-back-button {
        background: #fff url('/skin/frontend/nextlevel/default/images/arrow_left.png') 20px center no-repeat;
        padding-left: 35px;
    }


    .rg-menu-inner {
        transition: all 0.5s ease;
        display: none !important;
        opacity: 0;
    }

    .rg-menu-inner.open {
        display: grid !important;
        opacity: 1;
    }

    ul.rg-menu-ul {
        min-height:
    }

    .rg-menu ul a:hover,
    .rg-menu ul a:active,
    .rg-probe-style:hover,
    .rg-probe-style:active {
        background-color: #f2f2f2;
        color: #222;
        border-bottom: 1px solid #bbb;
    }

    .rg-submenu {
        transition: all 5s ease;
        display: none;
        opacity: 0;
        min-height: 440px;
    }

    .rg-submenu.open {
        display: block;
        opacity: 1;
    }

    .rg-menu a,
    .rg-menu .rg-probe-style {}

    .rg-menu .rg-category-node-4173 .rg-item,
    .rg-menu .rg-category-node-4174 .rg-item,
    .rg-menu .rg-category-node-4175 .rg-item,
    .rg-menu .rg-category-node-4176 .rg-item,
    .rg-menu .rg-category-node-4177 .rg-item,
    .rg-menu .rg-category-node-4178 .rg-item,
    .rg-menu .rg-category-node-4179 .rg-item,
    .rg-menu .rg-category-node-4180 .rg-item,
    .rg-menu .rg-category-node-4181 .rg-item,
    .rg-menu .rg-category-node-4182 .rg-item,
    .rg-menu .rg-category-node-4183 .rg-item,
    .rg-menu .rg-category-node-4208 .rg-item,
    .rg-menu .rg-category-node-4209 .rg-item,
    .rg-menu .rg-category-node-4248 .rg-item,
    .rg-menu .rg-category-node-4218 .rg-item,
    .rg-menu .rg-category-node-4219 .rg-item,

    .rg-menu .rg-category-node-4249 .current a,
    .rg-menu .rg-category-node-4173 .current a,
    .rg-menu .rg-category-node-4174 .current a,
    .rg-menu .rg-category-node-4175 .current a,
    .rg-menu .rg-category-node-4176 .current a,
    .rg-menu .rg-category-node-4177 .current a,
    .rg-menu .rg-category-node-4178 .current a,
    .rg-menu .rg-category-node-4179 .current a,
    .rg-menu .rg-category-node-4180 .current a,
    .rg-menu .rg-category-node-4181 .current a,
    .rg-menu .rg-category-node-4182 .current a,
    .rg-menu .rg-category-node-4183 .current a,
    .rg-menu .rg-category-node-4208 .current a,
    .rg-menu .rg-category-node-4209 .current a,
    .rg-menu .rg-category-node-4248 .current a,
    .rg-menu .rg-category-node-4218 .current a,
    .rg-menu .rg-category-node-4219 .current a,
    .rg-menu .rg-category-node-4249 .current a,
    .rg-menu .rgm-black-friday {
        background: #000;
        font-weight: 900;
        color: #fff;
    }


    .rg-menu .rg-category-node-4824 .current a,
    .rg-menu .rg-category-node-4825 .current a,
    .rg-menu .rg-category-node-4829 .current a,
    .rg-menu .rg-category-node-4833 .current a,
    .rg-menu .rg-category-node-4839 .current a,
    .rg-menu .rg-category-node-4844 .current a,
    .rg-menu .rg-category-node-4849 .current a,
    .rg-menu .rg-category-node-4857 .current a,
    .rg-menu .rg-category-node-4878 .current a,
    .rg-menu .rg-category-node-4895 .current a,
    .rg-menu .rg-category-node-4906 .current a,

    .rg-menu .rg-category-node-4824 .rg-item,
    .rg-menu .rg-category-node-4825 .rg-item,
    .rg-menu .rg-category-node-4829 .rg-item,
    .rg-menu .rg-category-node-4833 .rg-item,
    .rg-menu .rg-category-node-4839 .rg-item,
    .rg-menu .rg-category-node-4844 .rg-item,
    .rg-menu .rg-category-node-4849 .rg-item,
    .rg-menu .rg-category-node-4857 .rg-item,
    .rg-menu .rg-category-node-4878 .rg-item,
    .rg-menu .rg-category-node-4895 .rg-item,
    .rg-menu .rg-category-node-4906 .rg-item,
    .rg-menu .rgm-sale {
        /* background: #000 !important; */
        background: #c00;
        font-weight: 900;
        color: #fff;
    }



    .rg-menu .current a {
        font-weight: 700;
    }

    .rg-menu .current a:hover {
        opacity: 0.7;
    }

    .rg-menu .deepest {
        transition: all 0.3 ease;
        /*color: #9CB40D; */
        padding-left: 35px;
        font-weight: 400;
    }

    .rg-menu .deepest:hover {
        background: #f2f2f2;
    }


    ul.parents li {
        display: block;
        padding-top: 10px;
    }


    ul.parents li span {
        cursor: pointer;
    }

    .rg-menu-title {
        padding: 20px;
        font-size: 24px;
        font-weight: 400;
        color: #000;
        line-height: 32px;
    }

    .rg-menu-title {
        font-size: 24px;
        font-weight: 400;
        color: #000;
        line-height: 32px;
    }

    .rg-menu-service {
        border-top: 5px solid #9CB40D;
        background: #f8f8f8;
    }

    .rg-menu-inner .rg-menu-title {
        display: none;
    }

    .rg-menu-service ul li a {
        background: none;
        text-align: left;
        border: none;
    }

    .rg-menu-service ul li a:hover {
        background: none;
        text-align: left;
        border: none;
    }

    .rg-menu-service .rg-menu-title {
        text-align: left;
    }


    .twinkle {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 9850;
        background: #fff url('/skin/frontend/nextlevel/default/images/loading.gif') center center no-repeat;
        opacity: 0.4;
    }


    .searchautocomplete .searchautocomplete-placeholder ul li .price-box {
        font-weight: bold;
        font-size: 13px;
        color: #9CB40D !important;
        float: right;
    }

    .button-grid a,
    .gesprek-button {
        background: #9CB40D;
        padding: 15px 40px;
        color: #fff;
        border-radius: 5px;
        text-align: center;
    }

    .button-grid {
        padding: 20px 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }

    .button-grid a:hover,
    .gesprek-button:hover {
        opacity: 0.75;
    }

    .gesprek-button {
        font-size: 24px;
        font-weight: 900;
    }



    /* ======================================================================================= */

    .itemInner {
        position: relative;
    }

    .badge {
        position: absolute;
        top: 0px;
        left: 0px;
        /*width: 100px;*/
        z-index: 99;
        margin-top: 60px;
        text-align: center;
    }

    .badge span {
        /* width: 100%; */
        /* float: left; */
        margin-bottom: 1px;
        padding: 2px 0px;
        font-size: 11px;
        display: block;
    }

    .badge span b {
        display: none;
    }

    .badge span strong {
        font-weight: 400;
        font-size: 11px;
    }

    .size-badge {
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 100;
        margin-top: 0px;
        text-align: center;
        padding: 10px;
    }

    .size-badge .gm-size {
        display: block;
        padding: 0px 0 10px;
    }

    .catalog-product-view .badge {
        top: auto;
        left: auto;
    }

    .badge span {
        line-height: 13px;
        border-radius: 2px;
    }

    .badge>span {
        padding: 2px;
        border: 1px solid #9CB40D;
        color: #9CB40D;
        background: rgba(255, 255, 255, 0.9);
    }

    .catalog-product-view .badge>span {
        background: #9CB40D;
        color: #fff;
    }

    .catalog-product-view .badge>span.sr_label_testski {
        background: #b4180d;
        border-color: #b4180d;
        color: #fff;
    }

    .badge>span.sr_label_package_deal {
        background: #f71;
        color: #fff;
        margin-top: -40px;
        border: none;
        padding: 4px;
        font-weight: 700;
    }


    .review-product-list .form-add {
        padding-top: 20px;
    }

    .box-reviews dl {
        border-width: 1px;
        border-style: solid;
        margin: 10px 0px 20px;
    }

    .box-reviews dl dt {
        padding: 5px;
    }

    .box-reviews dl dt a {
        margin-right: 5px;
        display: inline-block;
    }

    .box-reviews dl .ratings-table {
        width: 100%;
    }

    .box-reviews dl .ratings-table th,
    .box-reviews dl .ratings-table td {
        width: 50%;
        padding: 7px 10px;
        border-top-width: 1px;
        border-top-style: solid;
    }

    .box-reviews dl .ratings-table td {
        border-left-width: 1px;
        border-left-style: solid;
    }

    .box-reviews dl .f-block {
        padding: 10px;
        border-top-width: 1px;
        border-top-style: solid;
    }

    /* Sidebar =============================================================================== */
    .block {
        margin: 0px 0px 20px;
    }

    .block .block-title {
        padding: 0px 0px;
    }

    .block .block-title strong {
        display: block;
        min-height: 16px;
        /* padding:1px 0 1px; */
        font-weight: 700;
    }

    .block .block-title a {
        text-decoration: none !important;
    }

    .block .block-subtitle {
        margin: 0;
        padding: 5px 9px;
        font-size: 1em;
        font-weight: 700;
    }

    .block .block-content li.item {}

    .block-reorder .block-content li.item {
        padding-left: 10px;
    }

    .block .btn-remove,
    .block .btn-edit {
        float: right;
        margin: 8px 5px 0px 0px;
        width: 14px;
        height: 14px;
    }

    .block .actions {
        padding: 6px 9px;
        text-align: right;
        margin-top: 10px;
    }

    .block .actions a {
        float: left;
        margin-top: 7px;
    }

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

    .block .empty {
        margin: 0;
        padding: 5px 9px;
    }

    .block.block-list.header-compare {}

    .block.block-list.header-compare #compare-items li {
        position: relative;
    }

    .block-account .block-content li,
    #magicat li,
    .block-layered-nav li,
    .block.block-list.header-compare #compare-items li {
        display: inline-block;
        width: 100%;
    }

    .block-account .block-content li+li,
    #magicat li+li,
    .block-layered-nav li+li,
    .block.block-list.header-compare #compare-items li+li {
        /* border-top-width:1px; */
        /* border-top-style:solid; */
    }

    .block.block-list.header-compare #compare-items li .btn-remove {
        position: absolute;
        right: 0px;
        top: 8px;
        margin: 0px;
    }

    .block.block-viewed .block-content li.item {
        padding: 10px 0px;
    }

    .block.block-viewed .block-content li.item+li.item {
        border-top-width: 1px;
        border-top-style: solid;
        padding-top: 18px;
    }

    .block.block-viewed .block-content li.item .product-image {
        float: left;
        margin-right: 16px;
        width: auto;
    }

    .block.block-viewed .block-content li.item .old-price,
    .block.block-viewed .block-content li.item .special-price {
        display: inline-block;
        margin-right: 5px;
    }

    /*
.am-filter-shoesize ol,
.am-filter-manufacturer ol { max-height: 272px; overflow: auto;  } */
    .amshopby_attr_search {
        width: calc(100% - 30px);
        line-height: 32px;
        height: 32px;
        box-sizing: border-box;
        background: url('../images/magnifier.svg') 10px center no-repeat !important;
        background-size: 16px !important;
        padding-left: 36px !important;
    }

    .am-attr-with-search-filter {
        padding-top: 40px;
    }

    .am-attr-with-search-filter li[rel=search] {
        position: absolute;
        width: calc(100% - 50px);
        margin-top: -40px;
        background: #fff;
        z-index: 300;
    }

    /* Mini Blocks */
    .block-cart,
    .block-wishlist,
    .block-subscribe,
    .block-compare,
    .block-reorder,
    .block-poll,
    .block-gr-search,
    .block-viewed,
    .block-compared,
    .block-related,
    .block-tags,
    .block-login {
        font-size: 10px;
        line-height: 1.25;
    }

    .block-cart .block-title strong,
    .block-wishlist .block-title strong,
    .block-subscribe .block-title strong,
    .block-compare .block-title strong,
    .block-reorder .block-title strong,
    .block-poll .block-title strong,
    .block-viewed .block-title strong,
    .block-compared .block-title strong,
    .block-related .block-title strong,
    .block-tags .block-title strong,
    .block-login .block-title strong {}

    /* Mini Products List */
    .mini-products-list .product-image {
        float: left;
        width: 52px;
        border-width: 1px;
        border-style: solid;
        margin: 10px;
    }

    .span3 .mini-products-list .product-image {
        width: 50px;
    }

    .header-container .mini-products-list .product-image {
        width: 90px;
        margin: 0px;
    }

    .mini-products-list .product-details {
        margin-left: 80px;
        text-align: left;
    }

    .header-container .mini-products-list .product-details {
        margin-left: 120px;
    }

    .block-cart .mini-products-list .product-details .product-name,
    .block-cart .mini-products-list .product-details .nobr small {
        word-wrap: break-word;
    }

    .block-cart .mini-products-list .product-details .nobr {
        white-space: normal !important;
    }

    .span3 .block-compared #recently-compared-items li {
        padding: 5px 10px;
    }

    /* Block: Account */
    .block-account .block-title {}

    .block-account .block-content {}

    .block-account .block-content li a {}

    .block-account .block-content li strong {
        font-weight: 400;
    }

    .block-account .block-content li.last a {
        border-bottom: 0;
    }

    .block-account .block-content li.current {}

    .block-account .block-content li.current.last {
        border-bottom: 0;
    }

    /* Block: Currency Switcher */
    .block-currency {
        border: 0;
        padding: 7px 12px 10px;
        height: 51px;
    }

    .block-currency .block-title {
        border: 0;
        padding: 0;
        margin: 0 0 5px;
    }

    .block-currency .block-title strong {
        padding: 0 0 0 21px;
        text-transform: none;
    }

    .block-currency .block-content {
        background: none;
        padding: 0;
    }

    .block-currency .block-content select {
        width: 100%;
        padding: 0;
    }

    /* Block: Layered Navigation */
    .block-layered-nav {
        border: 0;
    }

    .block-layered-nav .block-title {}

    .block-layered-nav .block-subtitle {
        line-height: 1.35;
        padding: 0px 0px;
    }


    .block-layered-nav .actions {
        background: transparent;
        right: 10px;
        color: #333;
        font-weight: #222;
        margin-top: 0;

    }

    @media only screen and (max-width: 1024px) {
        .block-layered-nav .actions {
            position: absolute;
            top: 0;
        }
    }

    .block-layered-nav .currently li {
        border-bottom: 1px solid #f2f2f2;
        padding: 10px 20px;
        line-height: 24px;
        font-size: 14px;
        cursor: pointer;
    }

    .block-layered-nav .currently li {
        font-size: 14px;
        font-weight: 400;
        color: #777;
    }

    .block-layered-nav .currently li .label {
        font-size: 14px;
        font-weight: 400;
        color: #555;
        display: block;
    }

    .block-layered-nav .currently li .multiselect-child {
        font-size: 14px;
        font-weight: 400;
        color: #777;
        margin-right: 5px;
        border: 1px solid #eee;
        padding: 5px;
        border-radius: 15px;
        cursor: auto;
    }

    .block-layered-nav .currently li .multiselect-child:hover {
        border-color: #ddd;
    }

    .block-layered-nav .currently li .multiselect-child a:after {
        content: '×';
    }

    .block-layered-nav .currently li .multiselect-child a img {
        display: none;
    }

    .block-layered-nav .actions a,
    .block-layered-nav .actions a:hover {
        color: #333 !important;
        font-weight: 400 !important;
    }



    .block-layered-nav p.block-subtitle,
    .am-filter-inner-title {
        color: #333;
        padding: 10px 20px;
        display: block;
        margin: 0;
        border-bottom: 2px solid #9CB40D;

        line-height: 32px;
        font-size: 18px;
        font-weight: 700;
    }

    .am-filter-inner-title .deputy-back {
        float: left;
        font-size: 24px;
        font-weight: 300;
        cursor: pointer;
        color: #9CB40D;
    }

    .block-layered-nav p.block-subtitle .block-deputy-one {
        float: left;
        font-size: 40px;
        padding: 5px font-weight: 300;
        cursor: pointer;
        color: #9CB40D;
    }

    .am-filter-inner-title small,
    .block-layered-nav p.block-subtitle small {
        display: block;
        font-size: 14px;
        font-weight: 300;
        color: #888;
        line-height: 14px;
    }


    .am-active {
        border-left: 4px solid #9CB40D
    }

    .am-sel-items {
        display: none;
    }

    .am-active .am-sel-items {
        display: block;
        font-weight: 400;
    }


    .am-active .am-sel-items span:after {
        content: ", ";
    }

    .am-active .am-sel-items span:last-child:after {
        content: "";
    }

    .deputy-clear {
        font-size: 14px;
        font-weight: 400;
        float: right;
        cursor: pointer;
    }

    /* } */
    @media only screen and (min-width: 1025px) {
        .block-layered-nav p.block-subtitle .block-deputy-one {
            display: none;
        }

        .block-layered-nav p.block-subtitle {
            padding: 10px 0;
        }
    }

    .block-layered-nav .block-content {}

    .block-layered-nav {}

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


    .block-layered-nav .block-content a {
        font-size: 14px;
        font-weight: 400;
        max-width: calc(100% - 34px);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .block-layered-nav .block-content a:hover {
        color: #9CB40D;
    }

    .block-layered-nav .block-content .toggle-tabs {
        display: none;
    }

    .block-layered-nav .block-content>dl>dt {
        /*
	display: block;
	margin-top: 1px;
	position: relative;
	padding: 7px 0;
	font-weight: bold;
	*/
        text-rendering: optimizeSpeed;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        user-select: none;
    }


    .block-layered-nav .currently .value {
        display: inline-block;
        vertical-align: top;
    }

    .block-layered-nav .currently .btn-previous {
        right: 17px;
    }

    /* Block: Cart */
    .block-cart .block-title {
        /*border-bottom:0;*/
    }

    .block-cart .summary {
        padding: 2px 8px 8px;
        margin: -1px 0 0;
        position: relative;
        z-index: 1;
    }

    .block-cart .amount {
        margin: 0;
    }

    .block-cart .amount a {
        font-weight: 700;
    }

    .block-cart .subtotal {}

    .block-cart .subtotal .price {}

    .block-cart .actions {
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

    .block-cart .actions .paypal-logo {
        float: left;
        width: 100%;
        margin: 3px 0 0;
        text-align: right;
    }

    .block-cart .actions .paypal-logo .paypal-or {
        clear: both;
        display: block;
        padding: 0 55px 8px 0;
    }

    /* Block: Wishlist */
    .block-wishlist .actions {
        text-align: right;
    }

    .block-wishlist .actions a {
        float: none;
    }

    /* Block: Related */
    .block-related .block-title strong {
        background-position: 0 1px;
    }

    .block-related input.checkbox {
        float: left;
    }

    .block-related .product {
        margin-left: 20px;
    }

    /* Block: Compare Products */
    .block-compare .block-title strong {
        background-position: 0 1px;
    }

    .page-popup .link-print {
        padding: 2px 0 2px 25px;
        font-weight: 700;
        position: relative;
    }

    .page-popup .link-print:before {
        position: absolute;
        top: 0px;
        left: 0px;
        font-size: 18px;
    }

    .compare-table {
        border: 0;
    }

    .compare-table thead tr.first th,
    .compare-table thead tr.first td {
        border: 0;
        background: none;
        padding: 0;
        font-size: 0;
        line-height: 0;
    }

    .compare-table .btn-remove {
        float: right;
        margin-bottom: 5px;
    }

    .compare-table tbody th,
    .compare-table tbody td {
        padding: 10px;
        border: 0;
        border-top-width: 1px;
        border-top-style: solid;
        border-left-width: 1px;
        border-left-style: solid;
    }

    .compare-table tbody td.last {
        border-right-width: 1px;
        border-right-style: solid;
    }

    .compare-table tbody tr.last th,
    .compare-table tbody tr.last td {
        border-bottom-width: 1px !important;
        border-bottom-style: solid !important;
    }

    .compare-table tr.add-to-row td {
        text-align: center;
    }

    .compare-table tr.first td {
        text-align: center;
    }

    .compare-table tr.first td .product-name {
        font-weight: 700;
        margin: 0 0 5px;
    }

    .compare-table tr.first td .ratings {
        width: 69px;
        margin: 0 auto;
    }

    .compare-table tr.first td p,
    .compare-table tr.add-to-row td p {
        margin: 0;
    }

    .block-compared .block-title strong {
        background-position: 0 1px;
    }

    /* Block: Poll */

    .block-poll .block-subtitle {}

    .block-poll label {
        font-weight: 700;
    }

    .block-poll input.radio {
        float: left;
        margin: 3px -18px 0 0;
    }

    .block-poll .label {
        display: block;
        margin-left: 18px;
    }

    .block-poll li {
        padding: 3px 9px;
    }

    .block-poll .actions {
        margin: 5px 0 0;
    }

    .block-poll .answer {
        font-weight: 700;
    }

    .block-poll .votes {
        float: right;
        margin-left: 10px;
    }

    /* Block: Orders and Returns */
    .block-gr-search li {
        padding: 3px 9px;
    }


    /* Block: Tags */
    .block-tags .block-content .tags-list {
        border: 0;
    }

    .block-tags .actions {
        text-align: right;
    }

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

    /* Block: Subscribe */
    .block-subscribe .block-content {
        padding: 5px 10px;
    }

    .block-subscribe label {
        font-weight: 700;
    }

    .block-subscribe input.input-text {
        display: block;
        width: 167px;
        margin: 3px 0;
    }

    .block-subscribe .actions {
        padding: 0;
        margin: 3px 0 0;
        text-align: left;
    }

    .block-subscribe .actions button.button {
        float: none;
    }


    /* Block: Reorder */

    .block-reorder input.checkbox {
        float: left;
        margin: 2px -20px 0 0;
    }

    .block-reorder .product-name {
        margin-left: 20px;
    }

    .block-reorder .validation-advice {
        margin: 3px 9px 7px;
    }

    /* Block: Banner */
    .block-banner {
        border: 0;
        position: relative;
        margin-bottom: 35px;
    }

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

    .block-banner ul li p {
        text-align: center;
        margin: 10px 0px 0px;
        font-size: 12px;
    }

    /* Block: Login */

    .block-login .block-content {
        padding: 5px 10px;
    }

    .block-login label {
        font-weight: 700;
    }

    .block-login input.input-text {
        display: block;
        width: 167px;
        margin: 3px 0;
    }

    .block-login .actions {
        padding: 0;
        margin: 3px 0 0;
    }


    /* Paypal */
    .sidebar .paypal-logo {
        display: block;
        margin: 10px 0;
        text-align: center;
    }

    .sidebar .paypal-logo a {
        float: none;
    }

    /* ======================================================================================= */


    /* Category Page ========================================================================= */
    .category-title {
        border: 0;
        margin: 0 0 7px;
    }

    .black-friday-color {
        display: inline-block;
        background: #000;
        color: #fff;
        padding: 2px 10px;
        border-radius: 5px;
    }

    .cadeau_category-color {
        display: inline-block;
        background: #d00;
        color: #fff;
        padding: 2px 10px;
        border-radius: 5px;
    }

    .sale-color {
        display: inline-block;
        color: #d00;
        padding: 0;
        border-radius: 5px;
    }


    .category-image {
        width: 100%;
        overflow: hidden;
        /* margin:0 0 30px; */
        /* margin-top: -24px; */
        text-align: center;
        margin-bottom: 20px !important;
        margin-top: 20px !important;

    }

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

    .category-description {
        margin: 0px 0 20px;
        font-size: 14px;
        font-weight: 700;
        text-align: justify;
    }

    .category-image+.category-description {
        margin-top: -10px;
    }

    .category-products {}

    .category-products .old-price {
        display: none;
    }

    .alternateHeading {
        display: block;
        padding-bottom: 10px;
    }

    .alternateHeading h1 {
        line-height: 30px;
        margin: 0;
        padding: 0 0 0 20px;
        font-size: 26px;
        color: #333;
        font-weight: 700;
    }

    .AlternateNoImage h1,
    .AlternateNextPage h1 {
        padding: 0px 0 0 0;
        color: #333;
        text-shadow: none;
    }

    /* View Type: Grid */

    .main .span6 ul.products-grid li[class*="span"] {
        width: 48%;
        margin: 10px 1%;
    }

    .mobile-clearer {
        display: none;
    }

    .product_description li p,
    #product_tabs_description_contents li p {
        display: inline;
        margin: 0;
        padding: 0;
    }


    /*
.products-grid { position:relative; text-align:center; 
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; 
    grid-gap: 10px;
    justify-content: flex-start;
}
*/
    .products-grid {
        position: relative;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        /* aanpassing 21-03 1x 1fr minder */
        grid-gap: 20px;
        /* aanpassing 21-03 */
        justify-content: flex-start;
    }

    #crosssell-products-list.products-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }

    .category-products .products-grid {
        margin-top: 20px;
    }

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

    /* .products-grid li.item { list-style:none; } Aanpassing Sven 20-03 */
    .products-grid li.item {
        list-style: none;
    }

    .catalog-category-view .products-grid li.item {
        list-style: none;
        border: 1px solid #f2f2f2;
    }

    .catalog-category-view .products-grid li.item .price-box {
        margin: 0;
        padding: 5px 0 0px 0px;
    }


    /* AANPASSING Sven om thumbs links ipv onder de afbeelding te tonen 
.thumbs{
margin:0!important;
height: auto!important;
touch-action: pan-y;

top: 0;
display: inline-block;
position: absolute;
top: 0;
left: -20px;
width:auto;
width: 55px;
max-width:110px!important;
max-height:360px!important;
}

.thumbs > img{
padding: 10px 0;
margin:0 auto!important;
margin-bottom:3px!important;
background-color: rgba(255, 255, 255, 0.75)!important;
}
*/


    /* AANPASSING Sven 21-03 */

    .cdp-product-bottom .thumbs {
        margin: 15px 0;
        max-height: 50px;
        overflow: hidden;
        transition: 0.3s ease all;
    }

    .cdp-product-bottom .thumbs.open {
        max-height: none;
    }

    .pt-tent .cdp-product-bottom .thumbs {
        margin: 2px 0;
    }

    .cdp-buy-btn {
        display: grid;
        grid-template-columns: 1fr 60px;
        grid-gap: 10px;
        padding: 0px 20px 20px;
    }

    .cdp-buy-btn-sale {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 10px;
        padding: 0px 20px 20px;
    }

    .p010-add-to-cart {
        background: #9CB40D;
        border-radius: 4px;
        padding: 9px 0px;
        display: block;
        width: 60px;

        text-align: center;
    }


    .thumbs-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 10px;
    }

    .thumbs-grid.open {
        display: grid;
        padding: 0 30px;
    }

    .thumbs .n-switch {
        margin: 0 5px;
    }

    .thumbs-grid.open .n-switch {
        margin: 0;
    }

    .show-more-btn {
        box-sizing: border-box;
        width: 50px;
        cursor: pointer;
        display: inline-block;
        transition: 0.3s ease all;
        padding: 10px 0 0;
    }

    .show-more-btn span {
        border-radius: 4px;
        padding: 4px 6px;
        line-height: 12px;
        color: #9CB40D;
        font-size: 12px;
        border: 1px solid #9CB40D;

    }


    .cdp-product-bottom .thumbs.open .clear,
    .cdp-product-bottom .thumbs.open .show-more-btn {
        display: none;
    }

    .cdp-product-bottom a>img {
        /*width:315px!important;*/
        width: 100%;
        transition: 0.2s ease all;
    }

    .catalog-category-view .category-products .products-grid .item {
        transition: 0.2s ease all;
    }

    .catalog-category-view .category-products .products-grid .item:hover {
        /* 	transform: scale(1.04);  */
        transform: none !important;
    }

    .products-grid li.item .price-box .price {
        /* font-size: 20px !important; */
        font-size: 20px;
    }


    .item .proImage {
        text-align: center;
        position: relative;
    }

    .item .proImage a {
        display: block;
        position: relative;
        font-weight: bold;
        color: #333;
    }

    .block-related .block-title {
        font-family: "Lato";
    }

    .block-related-categories {
        text-align: center;
        padding: 10px;
        background: #fefefe;
        border: 1px solid #e4e4e4;
    }


    .secView .proImage .image-action {
        position: absolute;
        right: 0px;
        bottom: 10px;
        z-index: 99;
    }

    .secView .proImage .image-action a {
        display: inline-block;
    }



    .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    @-webkit-keyframes bounceOut {
        0% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

        25% {
            -webkit-transform: scale(.95);
            transform: scale(.95);
        }

        50% {
            opacity: 1;
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

        100% {
            opacity: 0;
            -webkit-transform: scale(.3);
            transform: scale(.3);
        }
    }

    @keyframes bounceOut {
        0% {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }

        25% {
            -webkit-transform: scale(.95);
            -ms-transform: scale(.95);
            transform: scale(.95);
        }

        50% {
            opacity: 1;
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
        }

        100% {
            opacity: 0;
            -webkit-transform: scale(.3);
            -ms-transform: scale(.3);
            transform: scale(.3);
        }
    }


    .bounceOut {
        -webkit-animation-name: bounceOut;
        animation-name: bounceOut;
    }


    .flipView {
        position: relative;
        margin: 0px auto;
        width: 100%;
        height: 285px;
        z-index: 1;
    }

    .flipView {
        perspective: 1000;
    }

    .item .product-image {
        width: 100%;
        height: 100%;
        transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d;
        transition: all 0.5s linear;
        -webkit-transition: all 0.5s linear;
    }

    .flipView:hover .product-image {
        transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
    }

    .fadeView.flipView:hover .product-image {
        transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
    }

    .face {
        position: absolute;
        width: 100%;
        height: 100%;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        top: 0px;
        left: 0px;
    }

    .face.back {
        display: block;
        transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
        box-sizing: border-box;
        color: white;
        text-align: center;
        background: #fff;
    }

    .fadeView:hover .face,
    .fadeView:hover .face img {
        opacity: 0;
    }

    .fadeView:hover .back.face,
    .fadeView:hover .back.face img {
        opacity: 1;
    }

    .fadeView .face.back {
        transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
    }

    .fadeView .face {
        z-index: 10;
    }

    .fadeView .face,
    .fadeView .face img {
        transition: all 0.5s linear;
        -webkit-transition: all 0.5s linear;
    }

    .fadeView .face.back {
        z-index: 9;
    }


    .products-grid .product-name {
        margin: 15px 0px 10px;
        font-weight: 400;
    }

    .products-grid .secView .product-name a {
        font-size: 16px;
    }

    /*.products-grid .price-box { position:relative; width:100%; display:inline-block; float:none; vertical-align:top; height:auto; left:0px; top:0px; border-radius:0px; text-shadow:0px 0px 0px; margin:2px 0px 15px; }
div .products-grid .secView .price-box { position:relative; width:100%; display:inline-block; float:none; vertical-align:top; height:auto; left:0px; top:0px; border-radius:0px; text-shadow:0px 0px 0px; margin:-10px 0px -2px; }
*/
    .minimal-price-link .label {
        display: none;
    }

    .products-grid .price-box .regular-price {}

    div .products-grid .secView .price-box .regular-price {
        line-height: 18px;
        text-align: left;
    }

    .products-grid .availability {
        line-height: 21px;
    }

    .products-grid .actions {
        position: absolute;
        bottom: 12px;
    }

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

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



    .cdp-product-bottom a {}

    .cdp-product-bottom-brand {
        color: #333;
        text-transform: uppercase;
        /*font-size: 22px;*/
        /*ine-height: 32px;*/
        display: block;
        font-weight: bold;
    }

    .cdp-product-bottom-name {
        color: #777;
        text-transform: uppercase;
        display: block;
    }

    .catalog-category-view .thumbs {
        padding: 0px 10px;
        margin: 5px 0;
    }

    /*.catalog-category-view .cdp-product-bottom-brand,
.catalog-category-view .cdp-product-bottom-name,
.catalog-category-view .price-box { padding-left: 20px; }*/

    /*.cdp-product-bottom a:hover .cdp-product-bottom-brand { color: #9CB40D }
.cdp-product-bottom a:hover .cdp-product-bottom-name { color: #666 }*/
    .cdp-product-bottom a:hover .cdp-product-bottom-name {
        color: #666
    }

    .cdp-product-bottom .price {
        font-weight: bold !important;
        font-weight: inherit;
    }

    /* ======================================================================================= */


    /* Product View ========================================================================== */
    /* Rating */
    .no-rating {
        margin: 0;
    }

    .ratings {
        font-size: 10px;
        line-height: 1.25;
        margin: 7px 0;
    }

    .ratings strong {
        float: left;
        margin: 1px 3px 0 0;
    }

    .ratings .rating-links {
        margin: 0;
    }

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

    .ratings dt {}

    .ratings dd {}

    .rating-box {
        width: 74px;
        height: 13px;
        font-size: 0;
        line-height: 0;
        text-indent: -999em;
        overflow: hidden;
    }

    .rating-box .rating {
        float: left;
        height: 14px;
    }

    .ratings .rating-box {
        float: left;
        margin: 3px 3px 0px 0px;
    }

    .secView .ratings .rating-box {
        float: none;
        display: inline-block;
        margin-top: 0px;
    }

    .ratings .amount {}

    .secView .ratings .amount {
        margin-top: -3px;
        display: inline-block;
        vertical-align: top;
    }

    .std .no-rating {
        margin-bottom: 4px;
    }

    .no-rating a {
        display: inline-block;
        width: 74px;
        vertical-align: top;
        text-indent: -9999em;
    }

    .pro-static-block {}

    .pro-static-block li {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        padding: 10px 15px;
    }

    .pro-static-block li .fa {
        font-size: 24px;
    }

    .pro-static-block li p {
        margin: 4px 0px 4px 40px;
    }

    .ratings-table th,
    .ratings-table td {
        font-size: 10px;
        line-height: 1.15;
        padding: 3px 0;
    }

    .ratings-table th {
        font-weight: 700;
        padding-right: 8px;
    }

    /* Availability */
    .availability {
        margin: 0;
        transition: all 0.3s ease;
        line-height: 32px;
    }

    .availability.in-stock span {}

    .rg-test-product {
        color: #202020;
        line-height: 32px;
    }

    .rg-icon-circle {
        border-radius: 28px;
        box-sizing: border-box;
        display: inline-block;
        text-align: center;
        width: 28px;
        height: 28px;
        line-height: 28px !important;
        background: #9cb40d;
        color: #fff !important;
        margin-right: 4px;
    }

    .product-shop .free-shipping {
        line-height: 32px;
    }

    #price_loading_item {
        font-weight: 300;
    }

    .rg-icon-circle-orange {
        background: #b4180d;
    }

    .rg-icon-circle-black,
    .icon-circle-black {
        background: #f93;
    }


    .availability-only {
        margin: 10px 0 7px;
        line-height: 16px;
        padding-left: 15px;
    }

    .availability-only span,
    .availability-only a {
        border-bottom-width: 1px;
        border-bottom-style: dashed;
    }

    .availability-only a {
        cursor: pointer;
        padding-right: 15px;
        text-decoration: none;
    }

    .availability-only .expanded {
        background-position: 100% -15px;
    }

    .availability-only-details {
        margin: 0 0 7px;
    }

    .availability-only-details th {
        font-size: 10px;
        padding: 0 8px;
    }

    .availability-only-details td {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        font-size: 10px;
        padding: 2px 8px 1px;
    }

    .availability-only-details tr.odd td.last {
        font-weight: 700;
    }


    .product-view .product-shop .availability {
        color: #555;
    }

    .product-view .product-shop .availability .label {
        font-size: 18px;
        color: #555;
    }

    .product-view .product-shop .product-name h1,
    .product-view .product-shop .product-name .h1-title {
        font-size: 17px;
        line-height: 28px;
        text-transform: uppercase;
    }

    .product-view .product-shop .product-name .h1-title,
    .product-view .product-shop .product-name h1,
    .product-view .product-shop .product-name h1 a,
    .product-view .product-shop .product-name .h1-title a {
        font-weight: 700;
        color: #333;
    }

    .product-view .product-name h1,
    .product-view .product-name .h1-title,
    .product-view .brand a,
    .product-view .brand {
        color: #000;
        font-weight: 900;
    }

    .product-view .p010-package-deal {
        color: #fff;
        background: #FF7711;
        border-radius: 2px;
        padding: 4px;
    }


    .product-view .add-to-cart button.button {
        float: none;
        display: block;
        width: 100%;
    }

    .product-view .add-to-cart button.button,
    .product-view .add-to-cart button.button span {
        border-radius: 4px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .product-view .add-to-cart button.button>span>span {
        font-size: 20px;
        line-height: 24px;
        padding: 10px 50px;
    }

    .product-view .add-to-cart button.button>span>span font.reserve {
        display: none;
    }

    .product-view .add-to-cart button.button.btn-cart-presale>span>span font.reserve {
        display: inline;
    }

    .product-view .add-to-cart button.button.btn-cart-presale>span>span font.buy {
        display: none;
    }

    a .p010-shopping-cart,
    button .p010-shopping-cart {
        width: 24px;
        height: 24px;
        display: inline-block;
        background: url('../images/p010/cart_add3-white.svg') top left no-repeat;
        vertical-align: bottom;
    }

    a:hover .p010-shopping-cart,
    button:hover .p010-shopping-cart {
        background: url('../images/p010/cart_add3.svg') top left no-repeat;
    }

    .smart-translator {}

    .smart-translator input {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
    }

    input:checked+.smart-translator-box .smart-translator-translated,
    input+.smart-translator-box .smart-translator-original {
        display: none;
    }

    input:checked+.smart-translator-box .smart-translator-original {
        display: block;
    }

    .smart-translator-toggle {
        color: #999 !important;
        font-size: 14px !important;
    }

    .smart-translator-toggle label {
        border-radius: 4px;
        padding: 4px;
        background: url('../images/p010/translate.svg') 4px center no-repeat;
        background-size: 14px;
        padding-left: 24px;
        display: inline-block;
        background-size: 16px;
        font-size: 14px;
        color: #999;
        border: 1px solid #999;
        cursor: pointer;
    }

    }

    .product-view .brandlogo {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .product-view .left-carousel {
        position: relative;
    }

    .product-view .product-img-box .f-block {
        position: relative;
    }

    .left-carousel .product-cover {
        padding-left: 80px;
    }

    .left-carousel .product-cover.no-thumb-view {
        padding-left: 0px;
    }

    div .product-view .left-carousel .thumbbox {
        float: left;
        left: 0;
        margin: -17px 0px 0px;
        position: absolute;
        top: 0;
        width: 70px;
    }

    .product-view .product-img-box.left-carousel .more-views {
        height: 438px;
        width: 100%;
    }

    .product-view .product-img-box.left-carousel .more-views ul {
        height: 20000em;
        width: auto;
        margin: 0px;
    }

    .product-view .product-img-box.left-carousel .more-views ul li {
        margin: 9px 0px;
    }

    .product_right .mini-products-grid {
        position: relative;
    }

    .product_right .mini-products-grid .jcarousel-control-prev,
    .product_right .mini-products-grid .jcarousel-control-next {
        top: -48px;
        line-height: 21px;
    }

    .product_right .mini-products-grid .jcarousel-control-prev {
        right: 42px;
    }

    .product_right .mini-products-grid .jcarousel-control-next {
        right: 10px;
    }

    /* Email to a Friend */
    .email-friend {
        margin: 0;
    }

    /* Alerts */
    .alert-price {
        margin: 0;
        font-size: 10px;
    }

    .alert-stock {
        margin: 0;
        font-size: 10px;
    }

    /********** < Product Prices */
    .price {
        white-space: nowrap !important;
    }

    .price-box {
        margin: 5px 0 0;
    }

    .price-box .price {
        font-weight: 400;
    }

    /* Regular price */
    .regular-price .price {
        font-weight: 400;
    }

    /* Old price */
    .old-price {
        margin: 0;
        /* font-size: 14px; */
        /*FIX :: sale price*/
        line-height: 14px;
        display: inline-block !important;
        font-size: 14px !important;
        float: left;
        color: #999 !important;
        margin-right: 15px;
        line-height: 2;
    }

    .products-grid .proImage .old-price {
        margin-right: 10px;
        display: inline-block;
    }

    .old-price .price-label {
        white-space: nowrap;
        display: none;
    }

    .old-price .price {
        font-weight: 400;
        font-size: 13px !important;
        white-space: nowrap;
        position: relative;
    }

    .product-left .old-price .price {
        font-weight: 400;
        font-size: 13px !important;
        white-space: nowrap;
        position: relative;
        ;
    }

    .old-price .price::before {
        -webkit-transform: rotate(-17deg);
        -moz-transform: rotate(-17deg);
        -ms-transform: rotate(-17deg);
        -o-transform: rotate(-17deg);
        transform: rotate(-17deg);
        border-top: .1rem #f00 solid;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 50%;
    }

    .product-shop .price-box {
        display: flex;
        display: -webkit-flexbox;
        flex-flow: row nowrap;
        justify-content: flex-end;
        flex-direction: row-reverse;
    }

    .product-shop .special-price,
    .product-shop .old-price,
    .product-shop .regular-price {
        flex: 1 1 auto;
    }

    .product-shop .special-price .price,
    .product-shop .regular-price .price {
        font-weight: normal;
        /* bold */
        color: #A9C053;
        font-size: 22px;
        line-height: 42px;

    }

    .product-shop .old-price,
    .product-shop .old-price .price {
        font-size: 12px;
        line-height: 42px;
        color: #C6C6C6;

    }

    .product-shop .old-price {
        padding-left: 20px;
    }

    .sale-product .special-price .price,
    .black-friday-product .special-price .price {
        font-size: 42px;
        line-height: 52px;
        font-weight: bold;
    }

    .sale-product .old-price .price,
    .black-friday-product .old-price .price {
        font-size: 22px !important;
        line-height: 52px;
        font-weight: bold;
    }



    /* Special price */
    .products-grid .proImage .special-price {
        display: inline-block;
    }

    .special-price {
        margin: 0;
        padding: 0;
    }

    .special-price .price-label {
        font-weight: 700;
        white-space: nowrap;
        display: none;
    }

    .special-price .price {
        font-weight: 400;
    }

    /* Special price on product page */
    .productDetailBox .special-price {}

    /* Minimal price (as low as) */
    .minimal-price {
        margin: 0;
        line-height: 85px;
    }

    .secView .minimal-price {
        line-height: normal;
        margin: 0px;
    }

    .minimal-price .price-label {
        display: none;
    }

    .minimalBox {}

    .products-grid .price-box.minimalBox .regular-price {
        line-height: 70px;
    }

    .minimal-price-link {
        display: inline-block;
    }

    .products-grid li.item .minimalBox .minimal-price-link {
        margin-top: -22px;
        font-size: 16px;
    }

    /* Excluding tax */
    .price-excluding-tax {
        display: block;
    }

    .price-excluding-tax .label {
        white-space: nowrap;
    }

    .price-excluding-tax .price {
        font-weight: normal;
    }

    /* Including tax */
    .price-including-tax {
        display: block;
        color: #999;
    }

    .price-including-tax .label {
        white-space: nowrap;
        color: #999;
    }

    .price-including-tax .price {
        font-weight: 700;
        color: #c76200;
    }

    /* Configured price */
    .configured-price {
        margin: 0;
    }

    .configured-price .price-label {
        font-weight: 700;
        white-space: nowrap;
    }

    .configured-price .price {
        font-weight: 700;
    }

    /* FPT */
    .weee {
        display: block;
        font-size: 10px;
        color: #444;
    }

    .weee .price {
        font-size: 10px;
        font-weight: normal;
    }

    /* Excl tax (for order tables) */
    .price-excl-tax {
        display: block;
    }

    .price-excl-tax .label {
        display: block;
        white-space: nowrap;
    }

    .price-excl-tax .price {
        display: block;
    }

    /* Incl tax (for order tables) */
    .price-incl-tax {
        display: block;
    }

    .price-incl-tax .label {
        display: block;
        white-space: nowrap;
    }

    .price-incl-tax .price {
        display: block;
        font-weight: 700;
    }

    /* Price range */
    .price-from {
        margin: 0;
    }

    .products-grid li.item .price-from {
        margin-top: 22px;
    }

    .products-grid li.item.secView .price-from {
        margin: 0px 5px 0px 0px;
        display: inline-block;
    }

    .price-from .price-label {
        font-weight: 700;
        white-space: nowrap;
        display: none;
    }

    .secView .price-to {
        display: inline-block;
        margin-left: 5px;
    }

    .price-to {
        margin: 0;
    }

    .price-to .price-label {
        font-weight: 700;
        white-space: nowrap;
        display: none;
    }

    /* Price notice next to the options */
    .price-notice {
        padding-left: 10px;
    }

    .price-notice .price {
        font-weight: 700;
    }

    /* Price as configured */
    .price-as-configured {
        margin: 0 0px 15px;
    }

    .price-as-configured .price-label,
    .product-view .product-shop .price-as-configured .full-product-price {
        font-weight: 400;
        white-space: nowrap;
        font-size: 18px;
    }

    .price-box-bundle {
        padding: 0 0 10px 0;
    }

    .price-box-bundle .price-box {
        margin: 0 !important;
        padding: 0 !important;
    }

    /********** Product Prices > */

    /* Tier Prices */
    .product-pricing,
    .tier-prices {
        margin: 10px 0;
        padding: 10px;
        border-width: 1px;
        border-style: solid;
    }

    .tier-prices li {
        line-height: 1.4;
        padding: 2px 0 2px 10px;
    }

    .tier-prices .benefit {
        font-style: italic;
        font-weight: 700;
    }

    .tier-prices .price {
        font-weight: 700;
    }

    .tier-prices-grouped li {
        padding: 2px 0;
    }

    .tier-prices-grouped li .price {
        font-weight: 700;
    }

    /* Add to Links */
    .add-to-links {
        font-size: 10px;
        margin: 5px 0 0;
    }

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

    /* Add to Cart */
    .add-to-cart label {
        float: left;
        margin-right: 10px;
        font-weight: 700;
        line-height: 35px;
    }

    .add-to-cart .qty {
        float: left;
        margin-right: 21px;
        width: 48px;
        height: 36px;
        text-align: center;
    }

    .add-to-cart button.button {
        float: left;
    }

    .add-to-cart .paypal-logo {
        clear: left;
        margin: 0;
        text-align: right;
    }

    .add-to-cart .paypal-logo .paypal-or {
        clear: both;
        display: block;
        margin: 5px 60px 5px 0;
    }

    .product-view .add-to-cart .paypal-logo {
        margin: 0;
    }

    /* Add to Links + Add to Cart */
    .add-to-box {
        margin: 10px 0;
    }

    .add-to-box .add-to-cart,
    .add_to_cart .product-options-bottom {}

    .add-to-box .price_box,
    .add_to_cart .price_box {
        float: left;
    }

    .ajax-index-options .add-to-cart .qty_pan,
    .add-to-box .add-to-cart .qty_pan,
    .add_to_cart .product-options-bottom .qty_pan {
        float: left;
        position: relative;
    }

    .qty_pan .add {
        position: absolute;
        right: 2px;
        width: 17px;
        height: 17px;
        text-align: center;
        line-height: 16px;
        top: 0px;
        cursor: pointer;
    }

    .qty_pan .dec {
        top: 19px;
    }

    .add-to-box .or {
        float: left;
        font-weight: 700;
        margin: 0 7px;
    }

    .add-to-box .add-to-links {
        float: left;
        margin: 0;
        font-size: 12px !important;
        line-height: 1.25 !important;
        text-align: left !important;
    }

    .add-to-box .add-to-links li {
        display: block !important;
    }

    .add-to-box .add-to-links li .separator {
        display: none !important;
    }


    .product-view {}

    .product-view h3 .product-view .h3-title,
    {
    color: #444;
    font-size: 20px;
    padding-bottom: 5px;
    }

    .product-essential {}

    .product-essential h2 {}

    /* Product Images */
    .product-view .product-img-box {}

    .ajax-index-options .product-view {
        max-width: 100%;
    }

    .ajax-index-options .product-essential {
        max-width: 100%;
    }

    .ajax-index-options .product-view .product-img-box {
        float: left;
        min-height: 240px;
        position: relative;
    }

    .ajax-index-options .product-view .product-img-box .badge {
        text-align: center;
        top: 10px;
        width: 40px;
    }

    .ajax-index-options .product-view .product-img-box .badge span {
        padding: 0px;
    }

    .ajax-index-options .product-view .product-img-box .product-image-zoom {
        height: 270px;
        margin: 10px 0px;
    }

    .ajax-index-options .product-view .product-img-box .more-views li a {
        width: 44px;
        height: 44px;
        margin-bottom: 5px;
    }

    .ajax-index-options .quick_right {
        float: left;
        margin-left: 4%;
    }

    .ajax-index-options .quickBox .product-options {
        width: 100%;
    }

    .ajax-index-options .view_product {}

    .col3-layout .product-view .product-img-box {
        float: none;
        margin: 0 auto;
    }

    .product-view .product-img-box .product-image {
        margin: 0 0 13px;
    }

    .product-view .product-img-box .product-image-zoom {
        position: relative;
        width: 100%;
        height: 600px;
        overflow: hidden;
        z-index: 9;
        margin: 0px;
    }

    .product-view .product-img-box .product-image-zoom img {
        position: absolute;
        left: 0;
        top: 0;
        cursor: move;
    }

    .product-view .product-img-box .zoom-notice {
        font-size: 10px;
        margin: 0 0 5px;
        text-align: center;
    }

    .product-view .product-img-box .zoom {
        position: relative;
        z-index: 9;
        height: 18px;
        margin: 0 auto 13px;
        padding: 0 28px;
        cursor: pointer;
    }

    .product-view .product-img-box .zoom.disabled {
        -moz-opacity: .3;
        -webkit-opacity: .3;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
        /*IE8*/
        opacity: .3;
    }

    .product-view .product-img-box .zoom #track {
        position: relative;
        height: 18px;
    }

    .product-view .product-img-box .zoom #handle {
        position: absolute;
        left: 0;
        top: -1px;
        width: 9px;
        height: 22px;
    }

    .product-view .product-img-box .zoom .btn-zoom-out {
        position: absolute;
        left: 2px;
        top: 0;
    }

    .product-view .product-img-box .zoom .btn-zoom-in {
        position: absolute;
        right: 2px;
        top: 0;
    }

    .product-view .product-img-box .more-views h2 {
        font-size: 10px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        margin: 0 0 8px;
    }

    .product-view .product-img-box .more-views ul {
        margin-left: -9px
    }

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

    .product-view .product-img-box .more-views li a {
        float: left;
        width: 69px;
        height: 69px;
        border-width: 1px;
        border-style: solid;
        overflow: hidden;
    }

    .product-view .product-img-box .product-image-zoom .zoomBtn {
        position: absolute;
        border-width: 1px;
        border-style: solid;
        left: -1px;
        bottom: -1px;
        width: 50px;
        height: 50px;
        line-height: 48px;
        text-align: center;
        font-size: 14px;
        z-index: 10000;
    }

    .product-view .product-img-box .thumbbox {
        margin: 10px 35px;
        position: relative;
    }

    .product-image-popup {
        margin: 0 auto;
    }

    .product-image-popup .buttons-set {
        float: right;
        clear: none;
        border: 0;
        margin: 0;
        padding: 0;
    }

    .product-image-popup .nav {
        font-weight: 700;
        margin: 0 100px;
        text-align: center;
    }

    .product-image-popup .image {
        display: block;
        margin: 10px 0;
    }

    .product-image-popup .image-label {
        font-weight: 700;
        margin: 0 0 10px;
    }

    /* Product Shop */
    .product-view .product-shop {
        padding-left: 20px;
        position: relative;
    }

    .product-view .product-shop .jcarousel-control-prev,
    .product-view .product-shop .jcarousel-control-next {
        top: 0px;
    }

    .col1-layout .product-view .product-shop {
        float: right;
        width: 545px;
    }

    .col3-layout .product-view .product-shop {
        float: none;
        width: auto;
    }

    .product-view .product-shop .product-name {
        /* margin:0px 0 5px; */
    }

    /* aanpassing Sven 21-02 */
    .product-view .product-shop .product-name .h1-title,
    .product-view .product-shop .product-name h1 {
        margin: 0;
    }

    .product-view .product-shop .availability {}

    /*.product-view .product-shop .price_box .availability { display:none; }*/
    .product-view .product-shop .short-description {
        margin: 0px 0px;
        padding: 15px 0px;
    }

    .product-view .product-shop .short-description .std p {
        line-height: 24px;
        color: #555;
        font-size: 14px;
    }

    .product-view .product-shop .price-box {
        margin: 0;
        font-size: 22px;
        line-height: 42px;
    }

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

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

    .product-view .product-shop .add-to-links {
        text-align: right;
    }

    .product-view .product-shop .add-to-links li,
    .product-view .product-shop .add-to-links li .separator {
        display: inline;
    }

    .product-view .product-shop .add-to-links a {
        font-weight: normal !important;
    }

    .product-view .product-shop .add-to-links li {
        float: left;
        padding-right: 2px;
    }

    .product-view .product-shop .addthis_toolbox {
        float: right;
        margin-top: 11px;
    }

    .product-view .static-links {
        border-width: 1px;
        border-style: solid;
        margin: 20px 0 0;
        padding: 0px;
        border-radius: 4px 4px 0 0;
        background: #fff;
    }

    .product-view .static-links li {
        float: left;
        text-align: center;
        width: 33%;
        box-sizing: border-box;
        padding: 20px 10px;
        color: #777;
        line-height: 22px;
    }

    .product-view .static-links li strong {
        font-family: 'Lato';
        display: block;
        color: #999;
        font-size: 22px;
        line-height: 26px;
    }

    .product-view .static-links li br {
        display: none;
    }

    .static-links li+li {
        border-left: 1px solid #e4e4e4;
        min-height: 110px;
    }

    .static-links li a {
        display: inline-block;
        /* margin: 10px 0; */
        padding: 0 0px;
        width: 100%;
    }

    .static-links li a span {
        display: inline-block;
        font-size: 13px;
        width: 100%;
    }

    .review-product-list ul.form-list {
        margin-top: 20px;
    }

    .review-product-list fieldset {
        text-align: left;
    }

    /* Product Options */
    .product-options dt {
        padding-bottom: 10px;
        font-weight: normal;
    }

    /* padding:10px 0 0 - aanpassing Sven 21-02 */
    .product-options dt label {
        font-weight: 700;
    }

    .product-options .ski-binding-options-configuration dt label {
        font-weight: 300;
    }

    .product-options dt label.required em {
        margin-right: 5px;
    }

    .product-options dd .qty-holder {
        display: block;
        padding: 10px 0 0;
    }

    .product-options dd .qty-holder label {
        vertical-align: middle;
        display: block;
    }

    .product-options dt .qty-disabled {
        border: 0;
        padding: 3px;
    }

    .product-options dd {
        padding: 5px 10px 0px;
    }

    .product-options dl.last dd.last {
        border-bottom: 0;
        padding-bottom: 5px;
        margin-bottom: 0;
    }

    .product-options dd input.input-text {}

    .product-options dd input.datetime-picker {
        width: 150px;
    }

    .product-options dd .time-picker {
        display: -moz-inline-box;
        display: inline-block;
        padding: 2px 0;
        vertical-align: middle;
    }

    .product-options dd textarea {
        width: 98%;
        height: 8em;
    }

    .product-options dd select {
        width: 98%;
        height: 38px;
        padding: 8px 7px 6px 7px;
    }

    .product-options dd .multiselect option {
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        padding: 2px 4px;
    }

    .product-options ul.options-list {
        margin-right: 5px;
    }

    .product-options ul.options-list li {
        line-height: 1.5;
        padding: 2px 0;
    }

    .product-options ul.options-list input.radio {
        float: left;
        margin-top: 3px;
    }

    .product-options ul.options-list input.checkbox {
        float: left;
        margin-top: 3px;
    }

    .product-options ul.options-list .label {
        display: block;
        margin-left: 18px;
    }

    .product-options ul.options-list label {
        font-weight: normal;
    }

    .product-options ul.validation-failed {
        padding: 0 7px;
    }

    .product-options p.note {
        margin: 0;
        font-size: 10px;
    }

    .product-options p.required {
        position: absolute;
        right: 20px;
        top: 20px;
        display: none;
    }

    .product-options .required em {
        display: none;
    }


    .product-options-bottom {
        background: #fff;
    }

    .product-options-bottom .product-pricing,
    .product-options-bottom .tier-prices {
        margin: 0;
        padding: 0 0 10px;
        border: 0;
        background: 0;
    }

    .product-options-bottom .tier-prices li {
        background: 0;
        padding: 2px 0;
    }

    .product-options-bottom .price-box {
        float: left;
        margin: 0 !important;
        padding: 0;
    }

    .product-options-bottom .add-to-links {
        clear: both;
        padding: 5px 0 0;
        text-align: right;
    }

    .col3-layout .product-options-bottom .price-box {
        float: none;
        padding: 0 0 5px;
    }

    .product-options-bottom .price-label {
        float: left;
        padding-right: 5px;
    }

    .product-options-bottom .price-tax {
        float: left;
    }

    .product-options-bottom .add-to-cart {
        margin: 30px auto;
    }

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

    .product-shop .product-options-bottom .price-label {
        float: none;
        padding-right: 0;
    }

    .product-shop .product-options-bottom .price-tax {
        float: none;
    }

    .product-shop .product-options-bottom .add-to-cart-box {
        clear: both;
        float: left;
        padding-top: 12px;
    }

    .product-shop .product-options-bottom .add-to-links {
        clear: both;
        padding: 5px 0 0;
        text-align: right;
    }

    /* Grouped Product */
    .product-view .grouped-items-table .price-box {
        margin: 0;
        padding: 0;
    }

    /* Block: Description */
    .product-view .box-description {}

    /* Block: Additional */
    .product-view .box-additional .data-table th,
    .product-view .box-additional .data-table td {
        line-height: 1.25;
    }

    /* Block: Upsell */

    .rg-upsell {
        padding: 20px 0;
    }

    .rg-upsell h3,
    .rg-upsell .h3-title {
        font-weight: 400;
    }

    .rg-upsell .products-grid {
        grid-gap: 30px 0 0;
    }

    .rg-related-content .thumbs {
        display: none;
    }

    .rg-related-content .cdp-product-bottom {
        background: #fff;
        padding: 20px;
    }

    .rg-related-content .cdp-product-bottom a>img {
        width: auto;
        max-width: 140px;
    }

    .rg-related-content .products-grid {
        overflow-x: auto;

        grid-template-columns: 310px;
        scroll-snap-type: x mandatory;
        grid-auto-flow: column;
        grid-auto-columns: 310px;
        grid-gap: 20px;
    }

    .rg-related-content-holder {
        padding: 30px 0;
    }

    .rg-related-content {
        width: 100%;
        left: 0;
        box-sizing: border-box;
        position: absolute;
        background: #F7F7F7;
    }


    /* Block: Tags */
    .product-view .box-tags {
        margin: 0;
    }

    .product-view .box-tags h3 {}

    .product-view .box-tags .product-tags {
        display: block;
        margin: 0 0 15px;
    }

    .product-view .box-tags .product-tags li {
        display: inline;
        padding: 0 7px 0 4px;
    }

    .product-view .box-tags .product-tags li.first {
        padding-left: 0;
    }

    .product-view .box-tags .product-tags li.last {
        padding-right: 0;
    }

    .product-view .box-tags .form-add label {
        display: block;
        font-weight: 700;
        margin: 0 0 5px;
    }

    .product-view .box-tags .form-add .input-box {
        float: left;
        margin-right: 10px;
        width: 300px;
    }

    .product-view .box-tags .form-add input.input-text {
        width: 300px;
        max-width: 100%;
        height: 36px;
    }

    .product-view .box-tags .note {
        margin: 3px 0 0;
        font-size: 10px;
    }

    /* Block: Reviews */
    .product-view .box-reviews,
    .review-product-list .box-reviews {
        clear: both;
        text-align: left;
    }

    .product-view .box-reviews dl {
        margin: 15px 0;
    }

    .product-view .box-reviews dt a,
    .product-view .box-reviews dt span {
        font-weight: 700;
    }

    .product-view .box-reviews dd {
        margin: 0 0 15px;
    }

    .product-view .box-reviews dd small {
        font-style: italic;
    }

    .product-view .box-reviews .form-add {
        margin: 15px 0 0;
    }

    .product-view .box-reviews .form-add h3 {
        font-weight: normal;
    }

    .product-view .box-reviews .form-add h3 span {
        font-weight: 700;
    }

    .product-view .box-reviews .form-add h4 {}

    .product-view .box-reviews .form-add .data-table td {
        text-align: center;
    }

    .product-view .box-reviews .form-add .form-list {
        margin: 15px 0 0;
    }

    .product-view .box-reviews .form-add .form-list .input-box {}

    .product-view .box-reviews .form-add .form-list input.input-text,
    .product-view .box-reviews .form-add .form-list textarea {
        width: 100%;
    }

    /* Send a Friend */
    .send-friend .form-list {
        overflow: hidden;
    }

    .send-friend .form-list li {}

    .send-friend .form-list li p {
        margin: 0 15px 0 0;
    }

    .send-friend .form-list .field {}

    .send-friend .form-list .input-box {}

    .send-friend .form-list input.input-text,
    .send-friend .form-list textarea {}

    .send-friend .form-list li.wide .input-box {}

    .send-friend .form-list li.wide textarea {}

    .send-friend .buttons-set .limit {
        float: right;
        margin: 0 7px 0 0;
        font-size: 10px;
        line-height: 21px;
    }

    /* ======================================================================================= */


    /* Content Styles ================================================================= */
    .product-name {
        margin: 0;
        font-size: 1em;
        font-weight: normal;
    }

    .product-name a {}

    /* Product Tags */
    .tags-list {
        display: block;
        border-width: 1px;
        border-style: solid;
        padding: 10px 15px;
    }

    .tags-list li {
        display: inline !important;
        margin: 0 4px 0 0;
    }

    /* Advanced Search */
    .advanced-search .form-list {
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }

    .advanced-search .form-list li {
        float: left;
        width: 48%;
    }

    .advanced-search .form-list li.even {
        float: right;
    }

    .advanced-search .form-list label {
        width: 160px;
        padding-right: 10px;
    }

    .advanced-search .form-list .input-box,
    .advanced-search .form-list .input-range {
        clear: both;
    }

    .advanced-search .form-list select[multiple] {
        min-height: 80px;
    }

    .advanced-search-amount {
        margin: 0 0 10px;
    }

    .advanced-search-summary {
        margin: 10px 0;
        border-width: 1px;
        border-style: solid;
        padding: 10px;
    }

    .advanced-search-summary ul {
        float: left;
        width: 49%;
    }

    .advanced-search-summary strong {
        color: #E17C24;
        padding-left: 15px;
        background: url(../images/i_search_criteria.gif) 0 3px no-repeat;
    }

    .advanced-search-summary p {
        clear: both;
        font-weight: 700;
        margin: 0;
    }

    /* CMS Home Page */
    .cms-home .subtitle {}

    .cms-index-index .subtitle {}

    .carousel.bannerfullwidth {
        padding-top: 0px;
    }

    .bannerfullwidth> {
        max-width: 100%;
    }

    #rev_slider_1_1,
    #rev_slider_1_1_wrapper {
        max-height: 480px;
    }


    .tp-caption .large-green-btn,
    .tp-caption .red-btn,
    .tp-caption .green-btn,
    .tp-caption .white-btn {
        display: inline-block;
        padding: 7px 15px;
        font-size: 13px;
        font-weight: 900;
    }

    .tp-caption .large-green-btn {
        padding: 12px 30px;
        font-size: 16px;
    }

    .tp-caption .green-text {
        font-weight: 900;
        font-size: 20px;
        position: relative;
    }

    .tp-caption .green-text:after,
    .tp-caption .green-text:before {
        width: 200px;
        height: 1px;
        content: '';
        position: absolute;
        right: -210px;
    }

    .tp-caption .green-text:after {
        top: 12px;
    }

    .tp-caption .green-text:before {
        top: 9px;
    }

    .tp-caption .white-big-btn {
        font-size: 14px;
        font-weight: 900;
        padding: 15px 30px;
        border-width: 2px;
        border-style: solid;
    }

    .latest-news {
        text-align: left;
        margin-top: 23px;
    }

    .latest-news ul.all-news li {
        float: left;
        width: 25%;
        padding: 0px 10px;
        min-height: 440px;
    }

    .latest-news ul li img {
        border: 0px solid #fff;
        box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
        margin-bottom: 10px;
        width: 100%;
    }

    .latest-news ul li h2 {
        font-size: 15px;
        height: 22px;
        overflow: hidden;
    }

    .latest-news ul li h3 {
        color: #5e5f5f;
        font-weight: 400;
        font-size: 12px;
    }

    .latest-news ul li .fa {
        margin-right: 5px;
        font-size: 13px;
    }

    .latest-news ul li h3 span {
        display: inline-block;
        padding: 0px 10px;
    }

    .latest-news ul li p {
        font-size: 13px;
        line-height: 20px;
        margin: 10px 0px 20px;
        text-align: left;
    }

    .latest-news ul li .f-block {
        border-top: 1px dotted;
        border-bottom: 1px dotted;
        padding: 10px 0px;
    }

    .latest-news ul li .f-block author {
        font-size: 12px;
    }

    .testimonial-wrapper {
        padding: 10px 0px;
        margin-bottom: 20px;
    }

    .testimonial-wrapper .jcarousel-wrapper {
        padding-bottom: 0px;
    }

    .testimonial-wrapper p {
        font-size: 16px;
        font-weight: 300;
        line-height: 30px;
        margin: 0 0 0 30px;
    }

    .testimonial-wrapper .author {
        font-size: 16px;
        font-weight: 300;
        color: #999;
        margin: 0 0 0 10px;
    }

    .featuredcat-wrapper {
        margin: 10px 0px 30px;
    }

    .featuredcat-wrapper .cat-block {
        float: left;
        width: 25%;
        padding: 0px 30px;
    }

    .featuredcat-wrapper .cat-block+.cat-block {
        border-left-width: 1px;
        border-left-style: solid;
    }

    .featuredcat-wrapper article {
        padding: 0px 14% 40px;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }

    .featuredcat-wrapper img {
        max-width: 200px;
        display: inline-block;
        max-height: 150px;
    }

    .featuredcat-wrapper h2 {
        margin: 30px 0px 5px;
    }

    .featuredcat-wrapper h2 a {
        font-size: 16px;
        font-weight: 400;
    }

    .featuredcat-wrapper ul li a {}

    .highlighterWrap .span7 {
        text-align: left;
    }

    .highliherImg {
        max-width: 350px;
        width: 100%;
    }

    .highlighterWrap {
        padding: 30px 0px;
        margin-bottom: 30px;
    }

    .highlighterWrap h2 {
        font-size: 32px;
        font-weight: 400;
        margin: 20px 0px 30px;
    }

    .highlighterWrap p {
        margin-bottom: 40px;
        margin-right: 40px;
    }

    .highlighterWrap .view-button {
        border: 0px none;
        border-radius: 3px;
        padding: 20px 30px;
        display: inline-block;
        cursor: pointer;
    }

    .new-collections ul li {
        float: left;
        width: 50%;
    }

    .new-collections ul li img {
        width: 100%;
    }

    .pageopening {
        width: 100%;
        background: #eee;
        padding: 10px 0;
    }

    .pageopening-left {
        display: inline-block;
        width: 49%;
        margin-right: 1%;
        background: #eee;
        padding: 10px 0;
    }

    .pageopening-right {
        display: inline-block;
        width: 100%;
        background: #e2f69c;
        padding: 10px 0;
    }

    .pageopening-left h3,
    .pageopening-right h3 {
        letter-spacing: 1px;
        font-weight: 400;
    }

    .pageopeninghours-left {
        display: inline-block;
        float: left;
        width: 50%;
        text-align: right;
        padding-right: 15px;
    }

    .pageopeninghours-right {
        border-left: 1px solid #fff;
        display: inline-block;
        float: left;
        text-align: left;
        padding-left: 15px;
    }

    .homecats {
        padding: 20px;
    }

    .homecats ul {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

    .homecats ul li {
        color: #777;

    }

    .homecats ul li h2,
    .homecats ul li h1 {
        padding: 10px 0;
    }

    .homecats ul li h2 a,
    .homecats ul li h1 a {
        font-size: 22px;
        line-height: 32px;
        font-weight: bold;
        text-transform: lowercase;
    }

    .homecats ul li h2:first-letter,
    .homecats ul li h1:first-letter {
        text-transform: uppercase !important;
    }

    .homecats ul li img {
        width: 100%;
        height: auto !important;
    }

    .service a {
        color: #333;
    }

    .service a:hover {
        color: #9CB40D;
    }

    .home-banner-001,
    .home-banner-002,
    .home-banner-003 {
        display: block;
        height: 189px;
        padding: 30px 0 0 30px;
        text-align: left;
        max-width: 100%
    }

    .home-banner-001 {
        background: url(../images/home-banner-skis.jpg) no-repeat;
    }

    .home-banner-002 {
        background: url(../images/home-banner-schaatsen.jpg) no-repeat;
    }

    .home-banner-003 {
        background: url(../images/home-banner-tenten.jpg) no-repeat;
    }

    .home-banners a span {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0.45);
        color: #ffffff;
        padding: 10px;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
        font-size: 18px;
    }

    /* Sitemap */
    .page-sitemap .links {
        text-align: right;
        margin: 0 8px -22px 0;
    }

    .page-sitemap .links a {
        text-decoration: none;
        position: relative;
    }

    .page-sitemap .links a:hover {
        text-decoration: underline;
    }

    .page-sitemap .sitemap {
        margin: 12px;
        text-align: left;
    }

    .page-sitemap .sitemap li {
        margin: 3px 0;
    }

    .page-sitemap .sitemap li.level-0 {
        margin: 10px 0 0;
        font-weight: 700;
    }

    .page-sitemap .sitemap li a {
        text-decoration: underline;
    }

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

    /* RSS */
    .rss-title h1 {
        padding-left: 27px;
    }

    .rss-table .link-rss {
        display: block;
        line-height: 1.55;
        background-position: 0 4px;
    }

    /* ======================================================================================= */


    /* Shopping Cart ========================================================================= */
    .cart .page-title {
        border-bottom: 0;
        margin: 0 0 12px;
    }

    .cart .page-title h1 {
        margin: 10px 0 0;
    }

    .review-product-list .form-add,
    .cart-empty,
    .checkout-success,
    .customer-account-logoutsuccess .content-wrapper,
    .customer-account-create .account-create,
    .customer-account-login .account-login {
        text-align: left;
    }


    .customer-logged-in {
        display: none;
    }

    .customer-account-index .customer-logged-in {
        display: initial;
    }

    /* Checkout Types */
    .cart .page-title .checkout-types li {
        margin: 0 0 5px;
    }

    .cart .title-buttons .checkout-types {
        float: right;
    }

    .cart .title-buttons .checkout-types li {
        float: left;
        margin: 0 0 5px 5px;
    }

    .cart .checkout-types .paypal-or {
        margin: 0 8px;
        line-height: 2.3;
    }

    .cart .totals .checkout-types .paypal-or {
        clear: both;
        display: block;
        padding: 8px 55px 0 0;
        line-height: 1.0;
        font-size: 10px;
    }

    /* Shopping Cart Table */
    .cart-table th {
        padding: 2px 10px;
    }

    .cart-table td {
        padding: 10px;
    }

    .cart-table .product-name {
        font-weight: 700;
        margin: 0 0 5px;
    }

    .cart-table .item-msg {
        margin: 5px 0;
        font: 400 14px/20px 'Lato';
        font-style: italic;
    }

    .cart-table tfoot td {
        padding: 5px 10px;
    }

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

    .cart-table .btn-update,
    .cart-table .btn-empty {
        float: right;
    }

    .cart-table .btn-update {
        margin: 5px 10px;
    }

    /* Shopping Cart Collateral boxes */
    .cart .cart-collaterals {
        padding: 25px 0 0;
    }

    .cart .cart-collaterals .col2-set {
        float: left;
        width: 605px;
    }

    .cart .cart-collaterals .col2-set .col-2 {
        width: 294px;
    }

    .cart .crosssell {
        border-width: 1px;
        border-style: solid;
        padding: 12px 15px;
    }

    .cart .crosssell h2 {
        font-weight: 700;
    }

    .cart .crosssell .product-image {
        float: left;
        width: 75px;
        height: 75px;
        border-width: 1px;
        border-style: solid;
    }

    .cart .crosssell .product-details {
        margin-left: 90px;
    }

    .cart .crosssell .product-name {
        font-weight: 700;
    }

    .cart .crosssell li.item {
        margin: 12px 0;
    }

    .cart .crosssell .link-compare {
        font-weight: normal;
    }

    /* Discount Codes & Estimate Shipping and Tax Boxes */
    .cart .discount,
    .cart .shipping {
        border-width: 1px;
        border-style: solid;
        padding: 12px 15px;
        text-align: left;
    }

    .cart .discount h2,
    .cart .shipping h2 {}

    .cart .discount .buttons-set,
    .cart .shipping .buttons-set {
        margin: 10px 0 0;
        border: 0;
        padding: 0;
        text-align: left;
    }

    .cart .discount .buttons-set button.button,
    .cart .shipping .buttons-set button.button {
        float: none;
        margin-left: 0;
    }

    .cart .shipping .buttons-set button.button>span {
        border: 1px solid #666;
    }

    .shipping .buttons-set button.button,
    .shipping .buttons-set button.button span {
        background: #888 !important;
        color: #fff !important;
    }

    .cart .discount .input-box {
        margin: 8px 0 0;
    }

    .cart .discount input.input-text {}

    .cart .shipping .sp-methods {
        background: none !important;
    }

    #co-shipping-method-form .buttons-set {
        border-bottom: 1px solid #e4e4e4;
        padding-bottom: 20px;
    }

    .cart .promo-banner-right .mister {
        height: 140px;
    }

    .cart .shipping .sp-methods {}

    /* Shopping Cart Totals */
    .cart .totals {
        border-width: 1px;
        border-color: #e4e4e4;
        border-style: solid;
        width: 100%;
        box-sizing: border-box;
        background: #fff !important;
    }

    .cart .totals table {
        width: 100%;
        margin: 7px 0;
    }

    .cart .totals td {
        padding: 1px 15px 1px 7px;
    }

    .cart .totals tr.last td {}

    .cart .totals tfoot th {
        padding: 5px 15px 5px 7px;
    }

    .cart .totals tfoot td {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .cart .totals tfoot th strong,
    .cart .totals tfoot td strong {
        font-size: 15px;
    }

    .cart .totals .checkout-types {
        padding: 0 10px;
        text-align: right;
    }

    .cart .totals .checkout-types li {
        clear: both;
        margin: 10px 0;
    }

    .cart .totals .btn-proceed-checkout {
        border: 1px solid #A60;
        padding: 18px 0;
        margin: 25px 0;
        border-radius: 4px;
    }

    .cart .totals .btn-proceed-checkout>span {
        border: none;
    }

    .cart .totals .btn-proceed-checkout,
    .cart .totals .btn-proceed-checkout span {
        text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
        width: 100%;
        box-sizing: border-box;
        background: #9CB40D;
        font-weight: bold;
    }

    .cart .ssl_cart {
        transform: rotate(-7deg);
        margin-top: -30px;
    }

    .cart .totalsHeader {
        background: #F6F6F6;
        padding: 5px;
        font-weight: bold;
        border-width: 1px 0 1px 1px;
        border-style: solid;
        border-color: #e4e4e4;
    }

    .cart .totalBox {
        padding: 20px 10px;
    }

    .cart .totals .btn-proceed-checkout:hover,
    .cart .totals .btn-proceed-checkout:hover span {
        color: #fff;
        background: #B4CC04;
    }

    .cart .checkout-logos {
        padding: 10px 0;
    }

    /* Options Tool Tip */
    .item-options dt {
        font-weight: 700;
        display: inline-block;
    }

    .item-options dd {
        padding-left: 5px;
        margin: 0 0 6px;
        display: inline-block;
    }

    .truncated {
        cursor: help;
    }

    .truncated a.dots {
        cursor: help;
    }

    .truncated a.details {
        cursor: help;
    }

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

    .truncated .truncated_full_value .item-options {
        position: absolute;
        top: -99999em;
        left: -99999em;
        z-index: 999;
        width: 250px;
        padding: 8px;
        border-width: 1px;
        border-style: solid;
    }

    .truncated .truncated_full_value .item-options>p {
        font-weight: 700;
    }

    .truncated .show .item-options {
        top: -10px;
        left: 45px;
    }

    .truncated .show .item-options dd,
    .truncated .show .item-options dt {
        display: inline-block;
    }

    .col-left .truncated .show .item-options {
        left: 15px;
        top: 7px;
    }

    .col-right .truncated .show .item-options {
        left: -240px;
        top: 7px;
    }

    /* ======================================================================================= */


    /* Checkout ============================================================================== */
    /********** < Common Checkout Styles */
    /* Shipping and Payment methods */
    .sp-methods {
        margin: 0 0 8px;
    }

    .sp-methods dt {
        0 font-weight: 700;
    }

    .sp-methods dd {}

    .sp-methods dd li {
        margin: 5px 0;
        padding: 10px 20px;
        border: 1px solid;
    }

    .sp-methods label {
        font-weight: 700;
    }

    .sp-methods .price {
        font-weight: 700;
        display: block;
        color: #9CB40D;
        text-align: right;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .please-wait {
        float: right;
    }

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

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

    /* Tooltip */
    .tool-tip {
        border-width: 1px;
        border-style: solid;
        padding: 15px 20px;
        position: absolute;
        z-index: 9999;
    }

    .tool-tip .btn-close {
        margin: -9px -14px 0;
        text-align: right;
    }

    .tool-tip .btn-close a {
        display: block;
        margin: 0 0 0 auto;
        width: 15px;
        height: 15px;
        text-align: left;
        text-indent: -999em;
        overflow: hidden;
    }

    .tool-tip .tool-tip-content {
        padding: 5px;
    }

    /* Gift Messages */
    .gift-messages-form {
        position: relative;
    }

    .gift-messages-form label {
        float: none !important;
        position: static !important;
    }

    .gift-messages-form .whole-order {
        margin: 0 0 25px;
    }

    .gift-messages-form .item {
        margin: 0 0 10px;
    }

    .gift-messages-form .item .product-img-box {
        float: left;
        width: 75px;
    }

    .gift-messages-form .item .product-image {
        margin: 0 0 7px;
    }

    .gift-messages-form .item .number {
        margin: 0;
        font-weight: 700;
        text-align: center;
    }

    .gift-messages-form .item .details {
        margin-left: 90px;
    }

    .gift-messages-form .item .details .product-name {
        font-weight: 700;
        margin: 0 0 10px;
    }

    .gift-messages-form .item .details .form-list .field {
        width: 255px;
    }

    .gift-messages-form .item .details .form-list .input-box {
        width: 240px;
    }

    .gift-messages-form .item .details .form-list input.input-text {
        width: 234px;
    }

    .gift-messages-form .item .details .form-list li.wide .input-box {
        width: 500px;
    }

    .gift-messages-form .item .details .form-list li.wide textarea {
        width: 494px;
    }

    .gift-message-link {
        font-size: 10px;
        padding-right: 7px;
    }

    .gift-message-link.expanded {
        background-position: 100% -40px;
    }

    .gift-message-row {
        background: #f2efe9;
    }

    .gift-message-row .btn-close {
        float: right;
        width: 16px;
        height: 16px;
        font-size: 0;
        line-height: 0;
        text-indent: -999em;
        overflow: hidden;
    }

    /* Checkout Agreements */
    .checkout-agreements li {
        margin: 30px 0;
    }

    .checkout-agreements .agreement-content {
        overflow: auto;
        height: 12em;
        padding: 10px;
        border-width: 1px;
        border-style: solid;
    }

    .checkout-agreements .agree {
        margin: 0;
        padding: 10px 0 10px 11px;
    }

    .checkout-agreements .agree input.checkbox {
        margin-right: 6px;
    }

    .checkout-agreements .agree label {
        font-weight: 700;
    }

    .opc .checkout-agreements {
        border-width: 1px;
        border-style: solid;
        border-width: 0 1px;
        padding: 5px 30px;
    }

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

    .opc .checkout-agreements .agreement-content {
        padding: 5px;
    }

    .opc .checkout-agreements .agree {
        padding-left: 6px;
    }

    /* Centinel */
    .centinel {}

    .centinel .authentication {
        border-width: 1px;
        border-style: solid;
        background: #fff;
    }

    .centinel .authentication iframe {
        width: 99%;
        height: 400px;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
    }

    .opc .centinel {
        border-width: 1px;
        border-style: solid;
        border-width: 0 1px 1px;
        padding: 10px 30px;
    }

    /* Generic Info Set */
    .info-set {
        border-width: 1px;
        border-style: solid;
        margin: 0 0 25px;
        padding: 20px;
    }

    .info-set h2 {
        font-weight: 700;
        margin: 0 0 10px;
    }

    .info-set h3,
    .info-set h4 {
        font-weight: 700;
    }

    .info-set h2 a,
    .info-set h3 a,
    .info-set h4 a {
        font-weight: normal;
    }

    .info-set h2.legend {
        margin: -20px -20px 15px;
        padding: 5px 10px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        position: relative;
    }

    .info-set h3.legend {
        margin: 0 0 10px;
    }

    .info-set .divider {
        margin: 0 -20px;
        padding: 25px 0;
        position: relative;
    }

    .info-set .box {
        margin: 0 0 15px;
    }

    .info-set .data-table .product-name {
        font-size: 1em !important;
        font-weight: 700 !important;
    }

    .info-set .data-table .product-name a {
        font-weight: 700 !important;
    }

    .info-set .data-table .item-options {
        margin: 5px 0 0;
    }

    /********** Common Checkout Styles > */

    /* One Page Checkout */
    .block-progress {
        border: 0;
        margin: 0;
    }

    .block-progress .block-title {}

    .block-progress .block-content {
        background: none;
    }

    .block-progress dt {
        font-weight: 700;
        line-height: 1.35;
        border-width: 1px;
        border-style: solid;
        margin: 0 0 6px;
        padding: 6px 10px;
    }

    .block-progress dd {
        border-width: 1px;
        border-style: solid;
        border-top: 0;
        padding: 8px 13px;
        margin: 0 0 6px;
    }

    .block-progress dt.complete {
        margin: 0;
    }

    .block-progress dd.complete {}

    .block-progress p {
        margin: 0;
    }

    .block-progress .cards-list dt {
        background: none;
        border: 0 none;
        color: inherit;
        margin: 5px 0;
        padding: 0;
    }

    .block-progress .cards-list dd {
        border: 0 none;
        margin: 0;
        padding: 0;
    }

    .block-progress .cards-list .info-table th {
        font-weight: normal;
    }

    /* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
    .opc-block-progress dt.complete a,
    .opc-block-progress dt.complete .separator {
        display: inline;
    }

    .opc-block-progress dt a,
    .opc-block-progress dt .separator {
        display: none;
    }

    .opc .buttons-set {
        margin-top: 0;
        padding-top: 2em;
    }

    .opc .buttons-set p.required {
        margin: 0;
        padding: 0 0 10px;
    }

    .opc .buttons-set .back-link small {
        display: none;
    }

    .opc .buttons-set .back-link a {
        padding-left: 14px;
        position: relative;
    }

    .opc .buttons-set .back-link a:before {
        left: 0px;
        position: absolute;
        top: 2px;
    }

    .opc .buttons-set.disabled button.button {
        display: none;
    }

    .opc .buttons-set .please-wait {
        height: 21px;
        line-height: 21px;
    }

    .opc .ul {
        list-style: disc outside;
        padding-left: 18px;
    }

    .opc {
        position: relative;
        text-align: left;
    }

    .opc li.section {
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

    .opc li.section.allow {
        border-bottom: 0px none;
    }

    .opc .step-title .number {
        float: left;
        border-width: 1px;
        border-style: solid;
        padding: 0 4px;
        margin: 0 5px 0 0;
        width: 22px;
        text-align: center;
    }

    .opc .step-title {
        border-width: 0 1px;
        border-style: solid;
        padding: 4px 8px 6px;
        text-align: right;
    }

    .opc .step-title .number {
        float: left;
        border-width: 1px;
        border-style: solid;
        padding: 0 4px;
        margin: 0 5px 0 0;
    }

    .opc .step-title h2 {
        float: left;
        margin: 0;
        font-size: 14px;
    }

    .opc .step-title a {
        display: none;
        float: right;
        font-size: 10px;
        line-height: 16px;
    }

    .opc .allow .step-title {
        background: #d0dce1;
        border-width: 1px;
        border-style: solid;
        border-bottom: 0px;
        border-bottom: 0;
        cursor: pointer;
    }

    .opc .allow.active .step-title {
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

    .opc .allow.active+li {
        border-top-width: 1px;
        border-top-style: solid;
    }

    .opc .allow .data-table {
        border-top: 0px;
    }

    /*.opc .allow .step-title a { display:block; }*/

    .opc .active .step-title {
        border-width: 1px;
        border-style: solid;
        padding-bottom: 5px;
        cursor: default;
    }

    /*.opc .active .step-title a { display:none; }*/

    .opc .step {
        border-width: 1px;
        border-style: solid;
        border-top: 0;
        border-bottom: 0px;
        padding: 15px 30px;
        position: relative;
    }

    .opc .step .tool-tip {
        right: 30px;
    }

    #opc-login .buttons-set {
        border-top: 0;
    }

    #opc-login h3 {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        padding-bottom: 2px;
    }

    #opc-login h4 {
        font-size: 1em;
        margin: 0;
    }

    #opc-shipping_method .buttons-set {
        border-top: 0;
    }

    .opc .gift-messages-form {
        margin: 0 -30px;
        border-width: 1px;
        border-style: solid;
        border-width: 1px 0;
        padding: 22px 24px 22px 30px;
    }

    .opc .gift-messages-form .inner-box {
        padding: 5px;
        height: 260px;
        overflow: auto;
    }

    #opc-review .step {
        border: 0;
        padding: 0;
    }

    #opc-review .product-name {
        font-weight: 400;
    }

    #opc-review .item-options {
        margin: 5px 0 0;
    }

    #opc-review .buttons-set {
        padding: 10px 20px;
        border-width: 1px;
        border-style: solid;
        border-width: 0 1px 1px;
    }

    #opc-review .buttons-set p {
        margin: 0;
        line-height: 40px;
    }

    #opc-review .buttons-set .please-wait {
        height: 40px;
        line-height: 40px;
    }

    #opc-review .authentication {
        margin: 0 auto;
        width: 570px;
    }

    #opc-review .warning-message {
        font-weight: 700;
        text-align: center;
        padding: 10px 10px 0;
    }

    /* Multiple Addresses Checkout */


    .data-table>li {
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }

    .data-table>li+li {
        padding: 5px 0px;
    }

    .data-table>li+li+li {
        border-top-width: 1px;
        border-top-style: solid;
    }

    .data-table>li.heading {
        padding: 5px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

    .data-table>li.heading div {
        font-weight: 700;
    }

    .data-table>li.heading div.tableImg {
        padding-left: 5px;
    }

    .data-table>li .tableImg {
        float: left;
        width: 20%;
        text-align: left;
    }

    .data-table>li .tableImg a {
        display: inline-block;
        vertical-align: top;
        border-width: 1px;
        border-style: solid;
        margin: 5px 10px;
    }

    .data-table>li .tableContent {
        float: left;
        width: 80%;
    }

    .data-table>li+li .tableContent {
        float: left;
        width: 80%;
        margin-top: 10px;
    }

    .data-table>li .tableContent .product-name {
        float: left;
        width: 50%;
        text-align: left;
        margin: 0px;
    }

    .data-table>li .tableContent .price-box {
        float: left;
        width: 50%;
        margin: 0 0 10px 0;
    }

    .data-table>li.heading .tableContent .price-box {
        margin: 0 0 0px 0;
    }

    .data-table>li .tableContent .price-box .qty-wrap {
        float: left;
        width: 20%;
    }

    .data-table>li .tableContent .price-box .cartDeta2 {
        float: left;
    }

    .data-table>li .tableContent .price-box .cart-price-box {
        float: left;
        width: 25%;
    }

    .data-table>li .tableContent .price-box .Cartsep {
        float: left;
        width: 10%;
    }

    .data-table>li .tableContent .price-box .cart-action {
        width: 15%;
        float: left;
        text-align: right;
    }

    .data-table>li .tableContent .price-box .cart-action a {
        font-size: 18px;
        display: inline-block;
        margin-right: 5px;
    }

    .data-table>li .product-options-cart {
        clear: both;
        text-align: left;
    }

    .data-table>li input.qty {
        width: 56px;
        text-align: center;
    }

    .data-table>li .button-b {
        display: inline-block;
        padding: 5px 10px;
        border-widht: 1px;
        border-style: solid;
        font-size: 11px;
        cursor: pointer;
    }

    .data-table>li .product-options {
        margin: 10px 10px 10px 0px;
        padding: 5px 20px;
    }

    .product-options-cart .toggle {
        display: none !important;
    }

    .product-options-cart .product-options {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;

    }

    .checkout-progress {
        padding: 0 90px;
        margin: 20px 0 20px;
    }

    .checkout-progress li {
        float: left;
        width: 19%;
        margin: 0 3px 0 0;
        border-top-width: 10px;
        border-top-style: solid;
        padding: 2px 0 0;
        font-weight: 700;
        text-align: center;
    }

    .multiple-checkout h2 {
        font-weight: 700;
        margin: 0 0 10px;
    }

    .multiple-checkout h2 a,
    .multiple-checkout h3 a,
    .multiple-checkout h4 a {
        font-weight: normal;
    }

    .multiple-checkout .data-table .product-name {
        font-size: 1em !important;
        font-weight: 700 !important;
    }

    .multiple-checkout .data-table .product-name a {
        font-weight: 700 !important;
    }

    .multiple-checkout .data-table .item-options {
        margin: 5px 0 0;
    }

    .multiple-checkout .data-table td select {
        width: 460px;
    }

    .multiple-checkout .box-content {
        color: #666;
    }

    .multiple-checkout .gift-messages {
        margin: 15px 0 0;
    }

    .multiple-checkout .tool-tip {
        top: 50%;
        margin-top: -120px;
        right: 20px;
    }

    .multiple-checkout .col2-set,
    .multiple-checkout .col3-set {
        border-width: 1px;
        border-style: solid;
        margin: 0 0 25px;
        padding: 20px;
        text-align: left;
    }

    .multiple-checkout .col2-set h2.legend {
        margin: -20px -20px 15px;
        padding: 5px 10px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        position: relative;
        text-align: left;
        font-size: 16px;
        font-weight: 400;
    }

    .multiple-checkout .col2-set h3.legend {
        margin: 0 0 10px;
    }

    .multiple-checkout .col2-set .divider {
        margin: 0 -20px;
        padding: 25px 0;
        position: relative;
    }

    .multiple-checkout .box {
        margin: 0 0 15px;
    }

    .multiple-checkout .place-order .please-wait {
        float: right;
        padding: 27px 7px 0 0;
    }

    .multiple-checkout .place-order .grand-total {
        float: right;
        height: 71px;
        font-size: 1.5em;
        padding: 0 0 0 21px;
        overflow: hidden;
    }

    .multiple-checkout .place-order .grand-total .inner {
        float: left;
        height: 57px;
        padding: 0;
        text-align: right;
    }

    .multiple-checkout .place-order .grand-total .inner div {
        display: block;
    }

    .multiple-checkout .place-order .grand-total big {
        display: block;
        font-size: 15px;
        margin-bottom: 5px;
    }

    .multiple-checkout .place-order .grand-total button.button span {}

    .multiple-checkout .place-order .grand-total button.button span span {
        padding: 0 35px;
    }

    /* Step 1 */
    #multiship-addresses-table td {
        padding: 10px;
    }

    #multiship-addresses-table tfoot td {
        padding: 5px 10px;
    }

    /* Step 2 */
    .multiple-checkout .gift-messages-form .item .details .form-list {
        width: 100%;
        overflow: hidden;
    }

    .multiple-checkout .gift-messages-form .item .details .form-list li {
        margin-right: -15px;
    }

    .multiple-checkout .gift-messages-form .item .details .form-list .field {
        width: 230px;
    }

    .multiple-checkout .gift-messages-form .item .details .form-list .input-box {
        width: 215px;
    }

    .multiple-checkout .gift-messages-form .item .details .form-list input.input-text {
        width: 209px;
    }

    .multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box {
        width: 445px;
    }

    .multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea {
        width: 439px;
    }

    .checkout-multishipping-shipping .box-sp-methods {
        border-width: 1px;
        border-style: solid;
        padding: 13px;
        position: relative;
    }

    .checkout-multishipping-shipping .box-sp-methods .pointer {
        position: absolute;
        top: -20px;
        right: -40px;
        width: 178px;
        height: 41px;
        overflow: hidden;
    }

    /* Step 3 */
    .checkout-multishipping-billing .multiple-checkout {
        position: relative;
    }

    /* ======================================================================================= */


    /* Account Login/Create Pages ============================================================ */
    .account-login {}

    .account-login .content {
        min-height: 345px;
        padding: 14px 21px;
        border-width: 1px;
        border-style: solid;
        border-bottom: 0;
    }

    .account-login .content h2 {
        font-weight: 400;
        margin: 0 0 14px;
        padding: 0 0 5px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        font-size: 16px;
    }

    .account-login .buttons-set {
        border-width: 1px;
        border-style: solid;
        margin: 0;
        padding: 8px 13px;
    }

    .account-login .buttons-set a {
        margin-top: 7px;
    }

    .account-create {}

    /* Captcha ================================================================================ */
    .captcha-note {
        clear: left;
        padding-top: 5px;
    }

    .captcha-image {
        float: left;
        display: inline;
        margin: 0;
        position: relative;
        width: 258px;
    }

    .captcha-image .captcha-img {
        border-width: 1px;
        border-style: solid;
        vertical-align: bottom;
        width: 100%;
    }

    .registered-users .captcha-image {
        margin: 0;
    }

    .captcha-reload {
        cursor: pointer;
        position: absolute;
        top: 2px;
        right: 2px;
    }

    .captcha-reload.refreshing {
        animation: rotate 1.5s infinite linear;
        -webkit-animation: rotate 1.5s infinite linear;
        -moz-animation: rotate 1.5s infinite linear;
    }

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

        0% {
            -webkit-transform: rotate(-360deg);
        }
    }

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

        0% {
            -moz-transform: rotate(-360deg);
        }
    }

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

        0% {
            transform: rotate(-360deg);
        }
    }

    /* Remember Me Popup ===================================================================== */
    .window-overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 990;
    }

    .remember-me label {
        float: none;
        margin: 0 6px;
    }

    .remember-me-popup {
        border-width: 1px;
        border-style: solid;
        left: 50%;
        top: 50%;
        position: absolute;
        margin: -85px 0 0 -200px;
        width: 400px;
        text-align: left;
        z-index: 1000;
    }

    .remember-me-popup h3 {
        border-bottom-width: 1px;
        border-style: solid;
        padding: 5px 10px;
    }

    .remember-me-popup .remember-me-popup-head {
        position: relative;
    }

    .remember-me-popup .remember-me-popup-head .remember-me-popup-close {
        display: block;
        position: absolute;
        top: 7px;
        right: 7px;
        height: 15px;
        width: 15px;
        text-indent: -9999em;
    }

    .remember-me-popup .remember-me-popup-body {
        padding: 10px;
    }

    .remember-me-popup .remember-me-popup-body a {
        display: inline-block;
        height: 19px;
        border-width: 1px;
        border-style: solid;
        padding: 0 8px;
        text-align: center;
        text-decoration: none;
        white-space: nowrap;
    }

    /* Remember Me Popup ===================================================================== */


    /* My Account ============================================================================= */
    .my-account .title-buttons .link-rss {
        float: none;
        margin: 0;
    }

    .my-account {
        text-align: left;
    }

    /********** < Dashboard */
    .dashboard .welcome-msg {
        margin: 0 8em 1.5em 0;
    }

    .dashboard .welcome-msg p {
        margin: 0;
    }

    .dashboard .col2-set {
        margin: 0 0 15px;
    }

    /* General Box */
    .box-account {
        border-width: 1px;
        border-style: solid;
        padding: 15px;
        margin: 0 0 20px;
    }

    .box-account .box-head {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        margin: 0 0 10px;
        text-align: right;
        padding-bottom: 10px;
    }

    .box-account .box-head h2 {
        float: left;
        margin: 0;
        font-weight: 400;
        font-size: 16px;
    }

    .dashboard .box .box-title {
        padding: 0 0 2px;
        margin: 0 0 8px;
        text-align: right;
    }

    .dashboard .box .box-title h3,
    .dashboard .box .box-title h4 {
        float: left;
        font-weight: 700;
        margin: 0;
    }

    /* Block: Account Information */
    .dashboard .box-info h4 {
        font-size: 12px;
        font-weight: 700;
    }

    /* Block: Reviews */
    .dashboard .box-reviews .number {
        float: left;
        font-size: 10px;
        font-weight: 700;
        line-height: 1;
        margin: 3px -20px 0 0;
        padding: 2px 3px;
    }

    .dashboard .box-reviews .details {
        margin-left: 20px;
    }

    .dashboard .box-reviews li.item {
        margin: 0 0 7px;
    }

    .dashboard .box-reviews li.item.last {
        margin: 0;
    }

    .dashboard .box-reviews .ratings {
        margin: 7px 0 0;
    }

    /* Block: Tags */
    .dashboard .box-tags .number {
        float: left;
        font-size: 10px;
        font-weight: 700;
        line-height: 1;
        margin: 3px -20px 0 0;
        padding: 2px 3px;
    }

    .dashboard .box-tags .details {
        margin-left: 20px;
    }

    .dashboard .box-tags li.item {
        margin: 0 0 7px;
    }

    .dashboard .box-tags li.item.last {
        margin: 0;
    }

    .dashboard .box-tags .tags strong,
    .dashboard .box-tags .tags ul,
    .dashboard .box-tags .tags ul li {
        display: inline;
    }

    /********** Dashboard > */

    /* Address Book */
    .addresses-list h2 {}

    .addresses-list address {
        margin: 0 0 3px;
    }

    .addresses-list p {
        margin: 0;
    }

    .addresses-list a {
        font-weight: 700;
    }

    .addresses-list .separator {
        margin: 0 3px;
    }

    .addresses-list li.item {
        border-width: 1px;
        border-style: solid;
        padding: 10px 13px;
        margin: 0 0 10px;
    }

    .addresses-list li.empty {
        background: none;
        border: 0;
        padding: 0;
    }

    .addresses-list li.empty p {
        font-weight: 700;
    }

    .addresses-list .addresses-additional li.item {
        background: none;
        border: 0;
        padding: 0;
    }

    /* Order View */
    .order-info {
        border-width: 1px;
        border-style: solid;
        padding: 4px 8px;
        margin: 0 0 8px;
    }

    .order-info dt,
    .order-info dd,
    .order-info ul,
    .order-info li {
        display: inline;
    }

    .order-info .current {
        font-weight: 700;
    }

    .order-info li {
        margin: 0 3px;
    }

    .order-date {
        margin: 10px 0;
    }

    .order-info-box {
        border-width: 1px;
        border-style: solid;
        padding: 12px 15px;
        margin: 0 0 15px;
    }

    .order-info-box h2 {
        font-weight: 700;
    }

    .order-info-box .box-payment p {
        margin: 0 0 3px;
    }

    .order-info-box .box-payment th {
        font-weight: 700;
        padding-right: 7px;
    }

    .order-items {
        width: 100%;
        overflow-x: auto;
    }

    .order-items h2,
    .order-items h3 {
        clear: none;
        padding: 0;
        margin: 0 0 5px;
    }

    .order-items .product-name {
        font-size: 1em !important;
        font-weight: 700 !important;
    }

    .order-items .link-print {
        color: #1e7ec8;
        font-weight: normal;
    }

    .order-items .order-links {
        text-align: right;
    }

    .order-additional {
        margin: 15px 0;
    }

    /* Order Gift Message */
    .gift-message dd {
        margin: 5px 0 0;
    }

    /* Order Comments */
    .order-about dt {
        font-weight: 700;
    }

    .order-about dd {
        margin: 0 0 7px;
    }

    .tracking-table {
        margin: 0 0 15px;
    }

    .tracking-table th {
        font-weight: 700;
        white-space: nowrap;
    }

    .tracking-table-popup {
        width: 100%;
    }

    .tracking-table-popup th {
        font-weight: 700;
        white-space: nowrap;
    }

    .tracking-table-popup th,
    .tracking-table-popup td {
        padding: 1px 8px;
    }

    /* Order Print Pages */
    .page-print .print-head {
        margin: 0 0 15px;
    }

    .page-print .print-head .logo {
        float: left;
    }

    .page-print .print-head address {
        float: left;
        margin-left: 15px;
    }

    .page-print h1 {
        font-weight: 700;
    }

    .page-print h2,
    .page-print h3 {
        font-weight: 700;
    }

    .page-print h2.h2 {
        font-weight: 700;
    }

    .page-print .order-date {
        padding: 0 0 10px;
        margin: 0 0 10px;
    }

    .page-print .col2-set {
        margin: 0 0 10px;
    }

    /* Price Rewrites */
    .page-print .gift-message-link {
        display: none;
    }

    .page-print .price-excl-tax,
    .page-print .price-incl-tax {
        display: block;
        white-space: nowrap;
    }

    .page-print .cart-price,
    .page-print .price-excl-tax .label,
    .page-print .price-incl-tax .label,
    .page-print .price-excl-tax .price,
    .page-print .price-incl-tax .price {
        display: inline;
    }

    /* My Wishlist */
    .my-wishlist .data-table td {
        padding: 10px;
    }

    .my-wishlist .product-image {
        display: block;
        width: 113px;
        height: 113px;
        margin: 0 0 5px;
    }

    .my-wishlist textarea {
        display: block;
        width: 97%;
        height: 109px;
    }

    .my-wishlist .buttons-set {
        margin-top: 2em;
    }

    .my-wishlist .buttons-set button.button {
        float: none;
    }

    #wishlist-table .add-to-links {
        white-space: nowrap;
    }

    .my-wishlist .data-table td .btn-cart {
        margin: 5px 0px 2px;
    }

    /* My Tags */
    .my-tag-edit {
        float: left;
        margin: 0 0 10px;
    }

    .my-tag-edit .btn-remove {
        float: right;
        margin: 4px 0 0 5px;
    }

    #my-tags-table {
        clear: both;
    }

    #my-tags-table td {
        padding: 10px;
    }

    #my-tags-table .add-to-links {
        white-space: nowrap;
    }

    /* My Reviews */
    #my-reviews-table td {
        padding: 10px;
    }

    .product-review .product-img-box {
        float: left;
        width: 140px;
    }

    .product-review .product-img-box .product-image {
        display: block;
        width: 125px;
        height: 125px;
    }

    .product-review .product-img-box .label {
        font-size: 10px;
        margin: 0 0 3px;
    }

    .product-review .product-img-box .ratings .rating-box {
        float: none;
        display: block;
        margin: 0 0 3px;
    }

    .product-review .product-details {
        margin-left: 150px;
    }

    .product-review .product-name {
        font-size: 16px;
        font-weight: 700;
        margin: 0 0 10px;
    }

    .product-review h3 {
        margin: 0 0 3px;
    }

    .product-review .ratings-table {
        margin: 0 0 10px;
    }

    .product-review dt {
        font-weight: 700;
    }

    .product-review dd {
        margin: 5px 0 0;
    }

    /* Billing Agreements */
    .billing-agreements .info-box {
        margin: 15px 0;
    }

    .billing-agreements .form-list li select {
        float: left;
    }

    .billing-agreements .form-list li button.button {
        float: left;
        margin-left: 10px;
    }

    .billing-agreements .table-caption {
        font-weight: 700;
    }

    /* ======================================================================================= */


    /* MAP Popup============================================================================== */
    .cart-msrp-totals {
        font-size: 12px !important;
        font-weight: 700;
        margin: 10px 10px 0;
        padding: 10px;
        text-align: right;
    }

    .map-cart-sidebar-total {
        color: red;
        text-shadow: 0 1px 0 #fff;
    }

    .map-popup {
        border-width: 1px;
        border-style: solid;
        margin: 12px 0 0;
        position: absolute;
        text-align: left;
        width: 300px;
        z-index: 100;
    }

    .map-popup-heading {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        padding: 5px 30px 5px 10px;
        width: 260px;
    }

    .map-popup-heading h2 {
        margin: 0;
        overflow: hidden;
        white-space: nowrap;
        word-wrap: break-word;
        text-align: left;
        text-overflow: ellipsis;
    }

    .map-popup-arrow {
        position: absolute;
        left: 50%;
        top: -10px;
        height: 10px;
        width: 19px;
    }

    .map-popup-close {
        display: block;
        position: absolute;
        top: 8px;
        right: 10px;
        height: 15px;
        width: 15px;
        text-indent: -9999em;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }

    .map-popup-content {
        border-top-width: 1px;
        border-top-style: solid;
        padding: 10px;
        overflow: hidden;
        text-align: left;
        width: 280px;
    }

    .map-popup-checkout {
        display: inline;
        float: right;
        text-align: right;
    }

    .map-popup-checkout span {
        display: block;
        padding-right: 30px;
    }

    .map-popup-checkout .paypal-logo {
        margin: 0 0 5px;
    }

    .map-popup-price .price-box,
    .map-popup-price .price-box .special-price {
        margin: 0;
        padding: 0;
    }

    .map-popup-price {
        margin: 5px 0 0;
    }

    .map-popup-text {
        clear: right;
        margin: 0 10px;
        padding: 10px 0;
        text-align: left;
        word-wrap: break-word;
    }

    .map-popup-only-text {
        border-top-width: 1px;
        border-top-style: solid;
    }

    /* ======================================================================================= */

    /*	About Us Page	*/

    .cms-index-index ul.resp-tabs-list,
    .headingBox {
        display: inline-block;
        width: 100%;
        /* vertical-align:top; */
        margin: 7px 0px 3px;
        margin-bottom: 14px;
        margin-top: 20px;
        position: relative;
        text-align: center;
    }

    .cms-index-index ul.resp-tabs-list:before {
        content: '';
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0px;
        top: 50%;
    }

    .headingBox h1,
    .headingBox h2 {
        font-size: 17px;
        font-weight: 700;
        font-family: 'Lato', sans-serif;
        margin: 0px;
    }

    .cms-index-index .resp-tabs-list li,
    .headingBox h1 span,
    .headingBox h2 span {
        display: inline-block;
        padding: 8px 22px;
        float: none;
        position: relative;
        background: #fff;
    }

    #tabs .headingBox h2 span {
        padding: 0px;
        margin: 0px 5px;
    }

    .headingBox h1 span a,
    .headingBox h2 span a {
        padding: 8px 22px;
        display: inline-block;
    }

    .about-page {
        text-align: left;
    }

    .about-page article {
        font-size: 18px;
        line-height: 24px;
        font-weight: 300;
        margin-bottom: 20px;
    }

    .about-page p {
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .read-more {
        border-width: 1px;
        border-style: solid;
        display: inline-block;
        vertical-align: top;
        font-size: 12px;
        padding: 5px 14px;
    }

    .team-block {
        margin: 30px 0px;
    }

    .team-block ul li img {
        display: block;
        margin-bottom: 10px;
    }

    .team-block ul li h2 {
        font-weight: 300;
    }

    .team-block ul li p {
        font-size: 14px;
        line-height: 20px;
    }

    .team-block .pagination {}

    .team-block .pagination li {
        display: inline-block;
        margin: 0px 1px;
    }

    .team-block .pagination li a {
        display: inline-block;
        vertical-align: top;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        text-indent: -9999em;
    }

    .team-block .pagination li.active a {
        cursor: default;
    }

    .corporate-block .icon-block {
        font-size: 60px;
        text-align: center;
    }

    .corporate-block h2 {
        font-weight: 300;
    }

    /*	Privacy Policy	*/

    .privacy-policy {
        text-align: left;
    }

    .privacy-policy p {
        line-height: 24px;
        margin-bottom: 20px;
    }

    .privacy-policy p strong {
        display: inline-block;
        padding-right: 5px;
    }

    /*	Contact Page	*/

    .contacts-index-index .content-wrapper {
        text-align: left;
    }

    .content-wrapper {
        margin-top: 10px;
    }

    .cms-index-index .content-wrapper {
        margin-top: 0px;
    }

    .contacts-index-index .content-wrapper #map_canvas {
        border-width: 1px;
        border-style: solid;
    }

    #map_canvas img {
        max-width: none;
    }

    .form-list li {
        list-style: none;
    }

    /*	Promotion Page	*/


    .promotion-page {
        padding: 0 0 30px 0px;
    }

    .promotion-page .f-block {
        border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
        padding: 20px 0px;
    }

    .promotion-page .promo-row01 {
        text-align: center;
    }

    .promotion-page .promo-row01 img {
        display: inline-block;
        margin: 0px 0px 10px;
    }

    .promotion-page h2 {
        font-weight: 300;
        font-size: 18px;
        text-align: center;
    }

    .promotion-page .promo-row01 .price-block {
        font-weight: 400;
        font-size: 26px;
        margin: 10px 0px 15px;
        letter-spacing: -1px;
    }

    .promotion-page .promo-row01 a {}

    .promotion-page .promo-row01 a .fa {
        font-size: 14px;
    }

    .promotion-page .promo-heading {
        float: left;
        width: 100%;
        margin: 30px 0px;
    }

    .promotion-page .promo-banner {
        position: relative;
    }

    .promotion-page .promo-banner img {
        width: 100%;
    }

    .promotion-page .promo-banner .promo-nav {
        position: absolute;
        right: 10px;
        bottom: 10px;
    }

    .promotion-page .promo-banner .promo-nav li {
        float: left;
        padding-left: 2px;
    }

    .promotion-page .promo-banner .promo-nav li a {
        float: left;
        width: 32px;
        height: 32px;
        text-align: center;
        font-size: 14px;
    }

    .promotion-page .promo-banner .promo-nav li a .fa {
        line-height: 31px;
    }

    .promotion-page .promo-banner .current-slide {
        height: 32px;
        line-height: 31px;
        text-align: center;
        padding: 0px 15px;
        position: absolute;
        bottom: 10px;
        right: 86px;
    }

    .promotion-page .promo-row03 .span4 {
        position: relative;
        border-width: 1px;
        border-style: solid;
        padding: 3px;
    }

    .promotion-page .promo-row03 .span4 img {
        width: 100%;
    }

    .promotion-page .promo-row03 .span4 .promo-ply {
        width: 75px;
        height: 75px;
        text-align: center;
        font-size: 24px;
        border-radius: 50%;
        position: absolute;
        margin: -37px 0px 0px -37px;
        left: 50%;
        top: 50%;
    }

    .promotion-page .promo-row03 .span4 .promo-ply .fa {
        line-height: 75px;
    }

    .promotion-page .promo-row03 .span4 h2 {
        position: absolute;
        bottom: 0px;
        left: 0px;
        text-align: center;
        width: 100%;
        margin: 0px;
        padding: 10px 0px;
        float: left;
    }

    .promotion-page .promo-row04 h2 {
        display: inline-block;
        margin: -25px 0px 0px;
        padding: 8px 15px 5px;
        line-height: 28px;
    }

    .promotion-page .promo-row04 p {
        margin: 0px;
    }

    .catalog-category-view .marketing {
        padding: 0px;
    }

    .marketing {
        padding: 20px 0px 0px;
    }

    .postWrapper+.postTitle h2 {
        margin-bottom: 15px;
    }

    .postWrapper {
        margin-bottom: 20px;
        vertical-align: top;
        display: block;
    }

    .blog-list {
        margin-left: 130px;
        margin-right: 0;
        border-width: 1px;
        border-style: solid;
        padding: 20px;
        position: relative;
    }

    ul.blogListStyle2,
    ul.blogListStyle3 {
        margin: 10px 0px;
        display: inline-block;
        width: 100%;
        vertical-align: top;
        text-align: left;
    }

    .blogListStyle2 .blog-list,
    .blogListStyle3 .blog-list {
        margin: 0px 1.5%;
        width: 30%;
        float: left;
        padding: 8px 10px;
    }

    .blogListStyle2 .blog-list {
        width: 46%;
        margin: 0px 2%;
    }

    .blogListStyle3 .blog-list h2 a,
    .blogListStyle3 .blog-list h2,
    .blogListStyle2 .blog-list h2 a,
    .blogListStyle2 .blog-list h2 {
        font-size: 15px;
        line-height: 16px;
        font-weight: 700;
    }

    .blogListStyle2 .blog-list .postContent .post-left,
    .blogListStyle3 .blog-list .postContent .post-left {
        position: relative;
        left: 0px;
        top: 0px;
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }

    .blogInner {
        padding-left: 15px;
    }

    .mdlblog-post-view .content-wrapper .container,
    .postContent,
    .blog-list .postContent {
        text-align: left;
    }

    .blog-list .postContent .post-left {
        position: absolute;
        left: -130px;
        top: 0px;
        text-align: center;
        width: 90px;
    }

    .blog-list .postContent .post-left .date-block {
        width: 100%;
        height: 130px;
        font-size: 52px;
        font-weight: 900;
        line-height: 48px;
    }

    .blogListStyle2 .blog-list .postContent .post-left .date-block,
    .blogListStyle3 .blog-list .postContent .post-left .date-block {
        width: 80px;
        float: left;
        height: 28px;
        font-size: 15px;
        line-height: 16px;
        text-align: left;
        padding: 5px 10px;
        font-weight: 400;
    }

    .blog-list .postContent .post-left .date-block span {
        width: 100%;
        font-size: 24px;
        font-weight: 400;
        line-height: 60px;
        display: inline-block;
        vertical-align: top;
    }

    .blogListStyle2 .blog-list .postContent .post-left .date-block span,
    .blogListStyle3 .blog-list .postContent .post-left .date-block span {
        font-size: 14px;
        line-height: 18px;
        float: right;
        width: auto;
    }

    .blogListStyle2 .blog-list .postContent .post-left .blog-comment,
    .blogListStyle3 .blog-list .postContent .post-left .blog-comment {
        float: right;
        width: 100px;
        margin: 4px 0px;
    }

    .blogListStyle2 .blog-list .postContent .post-left .blog-comment .f-block,
    .blogListStyle3 .blog-list .postContent .post-left .blog-comment .f-block {
        width: auto;
    }

    .blog-list .postContent .post-left .blog-comment {
        margin-top: 20px;
        font-weight: 700;
    }

    .blog-list .postContent .post-left .fa-comments {
        font-size: 60px;
    }

    .blogListStyle2 .blog-list .postContent .post-left .fa-comments,
    .blogListStyle3 .blog-list .postContent .post-left .fa-comments {
        font-size: 15px;
    }

    .blog-list .postContent .post-left .blog-comment a {
        font-weight: 700;
    }

    .blog-list .postContent .postDetails,
    .blog-list .postContent .postDetails a {
        font-size: 12px;
        margin-top: 10px;
    }

    .blog-list h2 a {
        font-size: 30px;
        line-height: 30px;
        font-weight: 900;
    }

    .postWrapper img {
        margin: 20px 0px;
        display: block;
    }

    .mdlblog-post-view .postWrapper img {
        padding: 5px;
        border: 1px solid #f2f2f2;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    }

    .blogListStyle3 .postWrapper img,
    .blogListStyle2 .postWrapper img {
        margin-top: 5px;
    }

    .postWrapper .span4 img {
        margin: 0px;
    }

    .mdlblog-cat-view .postWrapper {
        display: inline-block;
        border: 1px solid #e7e7e7;
        padding: 10px;
        background: #fefefe;
    }

    .mdlblog-cat-view .postWrapper [class*="span"] {
        margin-bottom: 0px;
    }

    .mdlblog-cat-view .postWrapper img {
        width: 100%;
        border: 1px solid #f2f2f2;
        padding: 5px;
        margin: 0px;
    }

    .mdlblog-cat-view .postWrapper h2 a {
        font-size: 18px;
    }

    .mdlblog-cat-view .postDetails {
        margin-top: 20px;
    }

    .postWrapper [class*="span"] {
        margin: 0px 0px 10px;
    }

    .postWrapper h3 {
        font-size: 13px;
        font-weight: 400;
    }

    .commentWrapper {
        margin-bottom: 20px;
        border-width: 1px;
        border-style: solid;
        padding: 15px 20px;
    }

    .commentWrapper h3 {
        font-size: 13px;
    }

    .freeshipping-wrapper {
        padding: 30px 0px;
        display: none;
    }

    .freeshipping-wrapper h2 {
        font-size: 36px;
        font-weight: 400;
        line-height: 60px;
        margin: 0px;
    }

    .freeshipping-wrapper h2 strong {
        font-weight: 700;
    }

    .freeshipping-wrapper h2 span {
        font-weight: 300;
    }

    .freeshipping-wrapper h2 .fa-truck {
        font-size: 48px;
    }

    .freeshipping-wrapper h2 a {
        font-size: 60px;
        margin-left: 5px;
        display: inline-block;
        vertical-align: sub;
    }

    .footer-blocks {
        text-align: left;
        margin-top: 30px;
    }

    .footer-blocks h3 {
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 23px;
    }

    .footer-blocks .news-letter .msg-block {
        padding-bottom: 10px;
    }

    .footer-blocks .news-letter .input-text {
        width: 100%;
        height: 42px;
        border-width: 1px;
        border-style: solid;
        padding: 0px 10px;
        line-height: 42px;
    }

    .key-feature ul li {
        display: inline-block;
        width: 100%;
    }

    .key-feature ul li+li {
        margin-top: 10px;
    }

    .key-feature ul li .fa {
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        font-size: 14px;
        float: left;
        border-radius: 50%;
    }

    .key-feature ul li span {
        display: block;
        margin: 8px 0px 0px 44px;
    }

    .footer-blocks .twitter-twets li {
        position: relative;
        padding: 0px 40px 0px 18px;
        line-height: 15px;
    }

    .footer-blocks .twitter-twets li+li {
        margin-top: 10px;
    }

    .footer-blocks .twitter-twets li:before {
        position: absolute;
        left: 0px;
        top: 2px;
    }

    .outdoor-static .fa {
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        font-size: 14px;
        float: left;
        border-radius: 50%;
    }

    .f-block .logBox {
        padding-top: 30px;
    }

    .goTop {
        position: fixed;
        right: -1px;
        bottom: 20px;
        z-index: 99;
    }

    .goTop a {
        display: inline-block;
        padding: 15px 20px;
        border-width: 1px;
        border-style: solid;
    }

    .goTop a .fa {
        margin-right: 5px;
    }

    /* Footer ================================================================================ */

    .amshopby-attr {
        float: none;
    }

    div.block-layered-nav dd a {
        float: none !important;
        display: block !important;
        padding-right: 15px !important;
    }

    div.block-layered-nav dd a.amshopby-attr,
    div.block-layered-nav dd a.amshopby-attr-selected {
        padding-left: 20px !important;
        padding-right: 15px !important;
    }

    .amshopby-attr .count,
    .amshopby-cat .count,
    .amshopby-attr-selected .count {
        float: right;
        color: #aaa;
        font-weight: 400;
    }

    .outdoorxl-rtl .amshopby-attr .count,
    .outdoorxl-rtl .amshopby-cat .count,
    .outdoorxl-rtl .amshopby-attr-selected .count {
        float: left;
    }

    .am-filter-shoesize .count {
        float: none;
    }

    /*
Ski Ranker
*/

    .oxl-ranker-title {
        color: #B4CC04;
        font-weight: bold;
        font-size: 32px;
        line-height: 48px;
        padding: 0 20px;
    }

    .oxl-ranker {
        background: #F9F9F7;
        padding: 20px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px
    }

    .oxl-ranker-box {
        padding: 10px 0;
    }

    .oxl-ranker-box span {
        text-transform: uppercase;
        color: #B4CC04;
        line-height: 20px;
        display: block;
        padding-bottom: 10px;
    }

    .oxl-ranker-h3 {
        font-weight: bold;
        color: #333;
        font-size: 18px;
    }

    .oxl-ranker-box-single {
        grid-column: 1 / span 2;
    }

    .oxl-ranker-box-double {}

    .oxl-ranker-label {
        font-weight: bold;
    }

    .oxl-ranker-scoretable {
        empty-cells: show;
        width: 100%;
        border: 1px solid #777;
        border-top: none;
    }

    .oxl-ranker-scoretable td {
        font-size: 1px;
        height: 5px;
        line-height: 5px;
    }

    .oxl-ranker-scoretable .oxl-ranker-td-bottom:nth-child(even) {
        border-right: 1px solid #777;
    }

    .oxl-ranker-scoretable .oxl-ranker-td-bottom:nth-child(10) {
        border-right: none;
    }

    /*.oxl-ranker-td:nth-child(1) { border-radius: 20px 0 0 20px; }
.oxl-ranker-td:nth-child(10) { border-radius: 0 20px 20px 0; }*/
    .oxl-ranker-td-fill {
        background: #B4CC04;
    }

    .oxl-ranker-table-label {
        font-size: 12px;
        font-weight: 400;
        color: #888;
    }

    .tailering {
        font-weight: bold;
        font-size: 16px;
        color: #B4CC04;
        width: 100%;
    }

    .tailering td {
        padding: 0 10px;
    }

    .tailering .t-a {
        width: 30%;
    }

    .tailering .t-b {
        width: 27%;
    }

    .tailering .t-c {
        text-align: right;
        padding-right: 20px;
    }

    .ski-specs .odd,
    .ski-specs .even {
        background: #fff;
    }

    @media screen and (max-width: 960px) {
        .oxl-ranker {
            width: 100%;
            grid-template-columns: 1fr;
        }

        .oxl-ranker-box-single {
            grid-column: 1;
        }

        .product-view .product-shop {
            padding-left: 0px;
        }
    }

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

        .product-options-bottom .add-to-cart {
            margin: 0 0;
        }

        .oxl-ranker {
            width: 100%;
            grid-template-columns: 1fr;
        }

        .oxl-ranker-box-single {
            grid-column: 1;
        }

        .catalog-category-view .cdp-product-bottom-brand,
        .catalog-category-view .cdp-product-bottom-name,
        .catalog-category-view .price-box {
            padding-left: 0px;
        }

        .catalog-category-view .products-grid li.item {
            list-style: none;
            border: none;
        }

        .catalog-category-view .products-grid li.item .price-box {
            margin: 0;
            padding: 5px 0 0px 0px;
        }

        .catalog-category-view .category-products .products-grid .item:hover {
            transform: scale(1);
        }

        .cdp-buy-btn {
            display: block;
            grid-template-columns: 1fr 60px;
            grid-gap: 10px;
            padding: 0px 5px 5px;
        }

        .p010-add-to-cart-holder {
            padding: 5px 0;
        }

        .p010-add-to-cart {
            background: #9CB40D;
            border-radius: 4px;
            padding: 4px 0px;
            display: inline-block;
            position: static;
            text-align: center;
        }
    }

    /*
resultaatgenieters-footer
    rgf-top-bar
        container 
            rfg-slogan-caroussel
    rgf-usp-bar
        container
            usp-block
    rgf-first-aid
        container
            rgf-need-help
            rgf-customer-support
    rgf-store-information
        container
            rgf-information-block
    rgf-monochrome-logos
        container
    rgf-last-resort
        container
            span6
            span6
*/

    li.external a:after {
        background: url(../images/external-link.svg) top left no-repeat;

        background-size: auto;
        background-size: 10px 14px;
        width: 16px;
        height: 16px;
        display: inline-block;
        content: ".";
        margin: 0px 0 0 5px;
        color: rgba(0, 0, 0, 0);
    }

    .homepage_category_blocks .headingBox span a {
        font-weight: 700;
        font-family: 'Lato';
        font-size: 22px;
        color: #444;
        background: #fff;
        padding: 5px 10px;
        display: inline-block;
        position: relative
    }

    .homepage_category_blocks {
        padding: 0 20px;
    }

    .home_category_blocks_title {
        padding-top: 48px;
        padding-bottom: 16px;
    }

    .home_category_blocks_title a {
        font-size: 1.56rem;
        color: #222;
        font-weight: 700;
        line-height: 1.2;
    }


    .homepage_category_blocks .row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .homepage_category_blocks .upper-cat a {
        color: #444;
        font-weight: 900;
        font-size: 16px;
        padding: 5px 0;
    }

    .homepage_category_blocks .upper-cat {
        padding: 20px 0 10px;
        border-bottom: 1px solid #ddd;
    }

    .homepage_category_blocks .upper-cat ul,
    .homepage_category_blocks ul li {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .homepage_category_blocks ul li {}

    .homepage_category_blocks ul li a {
        color: #777;
        line-height: 28px;
    }

    @media screen and (min-width: 540px) {
        .homepage_category_blocks .row {
            grid-template-columns: 1fr 1fr;
        }
    }

    @media screen and (min-width: 767px) {

        .homepage_category_blocks {
            padding: 0;
        }

        .homepage_category_blocks .row {
            grid-template-columns: 1fr 1fr 1fr 1fr;
        }

        .homepage_category_blocks .upper-cat a {
            font-size: 18px;
        }
    }

    .homepage_category_blocks .homepage-category-block {}

    .homepage_category_blocks .homepage-category-block img {}

    .homepage_category_blocks a:hover {
        opacity: 0.9;
        text-decoration: underline;
    }



    .ocms {
        font-size: 1rem;
        line-height: 1.45;
        font-family: Lato;
        font-weight: 400;
        color: #333;
    }

    .ocms h1,
    .ocms h2,
    .ocms h3,
    .ocms .h3-title,
    .ocms h4,
    .ocms h5,
    .ocms h6 {
        margin: 0;
        padding: 1.4rem 0 0.5rem;
        font-weight: inherit;
        line-height: 1.2;
    }

    .ocms h1 {
        font-size: 30px;
        font-weight: 700;
        line-height: 42px;
    }

    .ocms h2 {
        font-size: 1.95rem;
    }

    .ocms h3,
    .ocs .h3-title {
        font-size: 1.56rem;
        font-weight: 400;
    }

    .ocms h4 {
        font-size: 1.36rem;
        font-weight: 400;
    }

    .ocms h5 {
        font-size: 1.00rem;
    }

    .ocms h6 {
        font-size: 0.80rem;
    }

    .catalog-category-view .ocms h1 {
        padding: 0;
    }

    .rg-switchLangInner img {
        max-width: 16px
    }

    .product-shop .ocms h4,
    .product-shop .ocms .h4-title,
    .product-shop .ocms h2 {
        font-size: 17px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .ocms ul {
        list-style: disc;
        padding-left: 22px;
    }

    .ocms ul li {}

    .ocms h3,
    .ocms .h3-title {
        font-weight: 400;
    }

    .cms-index-index .ocms h3,
    .cms-index-index .ocms .h3-title {
        font-weight: 700;
    }

    .ocms .full_width_image {
        margin-bottom: 15px;
    }


    .ocms .span4.menu-bar-left .section-inner {
        padding-left: 40px;
        border-left: 1px solid #9CB40D;
    }

    .ocms .span4.menu-bar-left .section-inner {
        padding-left: 0px;
        padding-right: 40px;
        border-left: none;
        border-right: 1px solid #9CB40D;
    }


    .cms-page-view .ocms p,
    .cms-page-view .ocms li {
        font: 400 18px/32px Lato;
    }

    .cms-page-view .ocms table * {
        font: 400 16px/24px Lato;
    }

    .product-view .ocms div,
    .product-view .ocms p {
        font: 400 17px/28px Lato;
    }

    .product-view .ocms p {
        margin-bottom: 15px;
    }

    .product-view .ocms h2 {
        font: 700 17px/28px Lato;
    }

    .ocms .transition {
        transition: all 0.25s ease-in-out;
    }

    .ocms .flipIn {
        animation: flipdown 0.5s ease both;
    }

    .ocms .no-select {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .ocms .accordion_item h4 {
        background: #fff;
        margin: -40px 0 0 0;
        padding: 10px 0px;
        animation: flipdown 0.5s ease both;
        border-bottom: 1px solid #9CB40D;
        font-weight: 400;
        background-image: url('../images/acc-min.svg');
        background-size: 16px;
        background-repeat: no-repeat;
        background-position: right 10px center;
    }

    .ocms .accordion_item {
        margin-top: 0;
    }

    .ocms .homecats ul,
    .ocms .homecats ul li {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .ocms .homecats ul li p {
        font-weight: 400;
    }

    .ocms .homecats ul li h2,
    .ocms .homecats ul li h3,
    .ocms .homecats ul li h4 {
        font-weight: 700;
    }

    /*
.ocms input[type=checkbox] {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 40px;
  top: 10px;
  z-index: 1;
  opacity: 0;
  border: 1px solid #fff;
}*/

    .ocms .accordion_item_content {
        position: relative;
        overflow: hidden;
        transition: all 0.25s ease-in-out;
        opacity: 1;
        transform: translate(0, 0);
        padding-top: 14px;
        z-index: 2;
        margin: 0;
    }

    .ocms input[type=checkbox]:checked {}

    .ocms input[type=checkbox]:checked~h4 {
        background-image: url('../images/acc-plus.svg');
    }

    .ocms input[type=checkbox]:checked~.accordion_item_content {
        margin-top: 0;
        max-height: 0;
        opacity: 0;
        transform: translate(0, 50%);
    }

    .ocms section~.ocms .accordion_item {
        margin-top: 30px;
    }


    .ocms input[type=checkbox]:checked~i:before {
        transform: translate(2px, 0) rotate(45deg);
    }

    .ocms input[type=checkbox]:checked~i:after {
        transform: translate(-2px, 0) rotate(-45deg);
    }

    .ocms.size-chart {
        width: 100%;
        max-width: 768px;
        margin: 0 auto;
        padding: 20px;
    }


    .ocms.size-chart table,
    .ocms.size-chart .mm-size-table {
        width: 100%;
        overflow: auto;
        margin-bottom: 2rem;
    }

    .ocms.size-chart table.size-chart-table tr td,
    .ocms.size-chart table.size-chart-table tr th {
        text-align: center;
    }

    .ocms.size-chart table.size-chart-table tr td:nth-child(1),
    .ocms.size-chart table.size-chart-table tr th:nth-child(1) {
        text-align: left;
    }

    .ocms.size-chart .mm-size-table__table {
        width: 100%;
    }

    .ocms.size-chart .mm-size-table__headline {
        display: block;
        width: 100%;
        padding: 10px 20px;
        background: #9CB40D;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        font-weight: 700;
    }

    .ocms.size-chart thead tr,
    .ocms.size-chart .mm-size-table__row--header {
        background: #e2e2e2;
    }

    .ocms.size-chart thead th,
    .ocms.size-chart .mm-size-table__cell--header {
        font-weight: 700;
    }

    .ocms.size-chart th,
    .ocms.size-chart td,
    .ocms.size-chart .mm-size-table__cell {
        border: 1px solid #e2e2e2;
        padding: 1rem;
    }

    .ocms.size-chart .mm-size-table__cell span {
        font-size: 16px !important;
    }

    .ocms-warning {
        border: 1px solid #9CB40D;
        background: #EEF9B1;
        padding: 10px;
    }

    .amasty-zoom-keeper {
        transition: 0.2s all ease;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }

    .amasty-zoom-keeper-with-sidebar {
        grid-template-columns: 1fr 8fr;
    }

    .amasty-zoom-keeper-with-sidebar.amasty-zoom-keeper-with-sidebar-7,
    .amasty-zoom-keeper-with-sidebar.amasty-zoom-keeper-with-sidebar-8,
    .amasty-zoom-keeper-with-sidebar.amasty-zoom-keeper-with-sidebar-9,
    .amasty-zoom-keeper-with-sidebar.amasty-zoom-keeper-with-sidebar-10,
    .amasty-zoom-keeper-with-sidebar.amasty-zoom-keeper-with-sidebar-11,
    .amasty-zoom-keeper-with-sidebar.amasty-zoom-keeper-with-sidebar-12,
    .amasty-zoom-keeper-with-sidebar.amasty-zoom-keeper-with-sidebar-13,
    .amasty-zoom-keeper-with-sidebar.amasty-zoom-keeper-with-sidebar-14,
    .amasty-zoom-keeper-with-sidebar.amasty-zoom-keeper-with-sidebar-15,
    .amasty-zoom-keeper-with-sidebar.amasty-zoom-keeper-with-sidebar-16,
    .amasty-zoom-keeper-with-sidebar.amasty-zoom-keeper-with-sidebar-17,
    .amasty-zoom-keeper-with-sidebar.amasty-zoom-keeper-with-sidebar-18,
    .amasty-zoom-keeper-with-sidebar.amasty-zoom-keeper-with-sidebar-19,
    .amasty-zoom-keeper-with-sidebar.amasty-zoom-keeper-with-sidebar-20 {
        grid-template-columns: 2fr 6fr;
    }

    #amasty_gallery {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }

    .amasty-zoom-keeper-with-sidebar.amasty-zoom-keeper-with-sidebar-7 #amasty_gallery,
    .amasty-zoom-keeper-with-sidebar.amasty-zoom-keeper-with-sidebar-8 #amasty_gallery,
    .amasty-zoom-keeper-with-sidebar.amasty-zoom-keeper-with-sidebar-9 #amasty_gallery,
    .amasty-zoom-keeper-with-sidebar.amasty-zoom-keeper-with-sidebar-10 #amasty_gallery,
    .amasty-zoom-keeper-with-sidebar.amasty-zoom-keeper-with-sidebar-11 #amasty_gallery,
    .amasty-zoom-keeper-with-sidebar.amasty-zoom-keeper-with-sidebar-12 #amasty_gallery,
    .amasty-zoom-keeper-with-sidebar.amasty-zoom-keeper-with-sidebar-13 #amasty_gallery,
    .amasty-zoom-keeper-with-sidebar.amasty-zoom-keeper-with-sidebar-14 #amasty_gallery,
    .amasty-zoom-keeper-with-sidebar.amasty-zoom-keeper-with-sidebar-15 #amasty_gallery,
    .amasty-zoom-keeper-with-sidebar.amasty-zoom-keeper-with-sidebar-16 #amasty_gallery,
    .amasty-zoom-keeper-with-sidebar.amasty-zoom-keeper-with-sidebar-17 #amasty_gallery,
    .amasty-zoom-keeper-with-sidebar.amasty-zoom-keeper-with-sidebar-18 #amasty_gallery,
    .amasty-zoom-keeper-with-sidebar.amasty-zoom-keeper-with-sidebar-19 #amasty_gallery,
    .amasty-zoom-keeper-with-sidebar.amasty-zoom-keeper-with-sidebar-20 #amasty_gallery {
        grid-template-columns: 1fr 1fr;
    }

    .more-views-mobile {
        display: none;
    }

    @keyframes flipdown {
        0% {
            opacity: 0;
            transform-origin: top center;
            transform: rotateX(-90deg);
        }

        ,
        5% {
            opacity: 1;
        }

        ,
        80% {
            transform: rotateX(8deg);
        }

        ,
        83% {
            transform: rotateX(6deg);
        }

        ,
        92% {
            transform: rotateX(-3deg);
        }

        ,
        100% {
            transform-origin: top center;
            transform: rotateX(0deg);
        }
    }


    /* AANPASSING Sven 21-02 */
    /*
.rg-selector .rg-selector-button{
cursor: pointer;
transition: all 0.4s ease;
padding: 15px 20px 15px 10px;
background: #fff;
border: 1px solid #a3c338;
border-radius: 4px!important;
color: #a3c338;
min-height: 90px;
line-height: 44px;
font-weight: 500;
font-size: 16px;
}


.rg-selector .rg-selector-button small{display:none!important;}


.rg-selector .rg-selector-button .rf-price{display:block; margin-top: -20px; width: 100%; text-align: right;}
*/

    .ski-binding-options>dd:nth-child(2) {
        display: none;
    }

    .rg-selector {}

    .rg-selector .rg-selector-button {
        cursor: pointer;
        transition: all 0.3s ease;
        padding: 15px 20px 15px 10px;
        background: #fff;
        border: 1px solid #a3c338;
        border-radius: 2px;
        color: #a3c338;
        margin-bottom: 20px;
    }

    .rg-selector .rg-selector-button.empty {
        padding: 15px 20px 15px 40px;
        background: #fff url(/skin/frontend/nextlevel/default/images/acc-plus.svg) 15px center no-repeat;
    }

    .rg-selector .rg-selector-button img {
        float: left;
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .rg-selector .rg-selector-button small {
        display: block;
        color: #aaa;
        font-size: 12px;
    }

    .rg-selector .rg-selector-button span {
        display: block;
        color: #aaa;
        font-size: 12px;
    }

    .rg-selector .rg-selector-button .rf-price {
        font-weight: 700;
        float: right;
    }

    .rg-selector .rg-selector-button:hover {
        opacity: 0.9;
        box-shadow: 0 0 5px;
    }

    .rg-selector-modal {
        display: none;
        transition: 0.4s all ease;
        width: calc(100% - 20px);
        max-width: 850px;
    }

    .skiconfig dl.last {
        border: none;
        padding: 0;
    }

    .binding-type {
        width: auto;
        margin-top: 10px !important;
    }

    .type_selector {
        border-bottom: 1px solid #eee;
    }

    .type_selector h3,
    .type_selector span {
        color: #a3c338;
        font-weight: 700;
    }

    .type_selector h3 {
        margin-bottom: 5px;
    }

    .binding-products {
        display: grid;
        grid-gap: 20px;
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }


    .binding-products .binding-item {
        text-align: center;
        border-radius: 2px;
        border: 1px solid #e6e6e6;
    }

    .binding-products .binding-item-inner {
        box-sizing: border-box;
        padding: 20px;
        border-bottom: 0;
        border-radius: 2px 2px 0 0;
    }

    .binding-products .binding-item .choose-this-binding {
        cursor: pointer;
        border: 1px solid #a3c338;
        border-radius: 0 0 2px 2px;
        color: #a3c338;
        padding: 5px 10px;
        transition: all 0.3ms ease;
    }

    .binding-products .binding-item .choose-this-binding:hover {
        background: #f6f6f6;
    }

    .binding-item-chooser-loading {
        animation: pulse_dropshadow 1s linear infinite;
    }

    .binding-item-buttons {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(30%, auto));
        grid-gap: 10px;
        padding: 10px;
    }

    /*
.binding-products .binding-item .choose-this-binding span {
    background: url(/skin/frontend/nextlevel/default/images/acc-plus.svg) 0px center no-repeat;
    padding-left: 25px;
    font-weight: 700; 
}
*/
    .binding-products .binding-item img {}

    .binding-products .binding-item span.cbb {
        display: block;
        font-weight: 700;
    }

    .binding-products .binding-item span.cb {
        display: block;
        color: #a3c338;
        font-weight: 700;
    }

    .binding-products .binding-item .cb-model {
        font-size: 13px;
        color: #aaa;
        font-weight: 400;
    }

    .binding-products .binding-item .korting {
        position: relative;
        font-size: 14px;
        background: #a3c338;
        color: #fff;
        border: 1px solid #ddd;
        font-weight: 400;
        padding: 5px;
        border-radius: 4px;
    }

    .close-this-thing {
        margin: 20px auto 0;
        width: 100px;
        cursor: pointer;
        border: 1px solid #a3c338;
        border-radius: 0 0 2px 2px;
        color: #a3c338;
        padding: 5px 10px;
        transition: all 0.3ms ease;
    }

    .close-this-thing:hover {
        background: #f6f6f6;
    }

    .empty-inner {
        display: inline-block;
        height: 140px;
        width: 140px;
        background: #f9f9f9;
    }

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

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

    @media screen and (max-width: 767px) {
        .rg-upsell {
            padding: 10px;
        }

        .type_selector img {
            width: 60px;
        }

        .show-on-mobile {
            display: inline;
        }

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

        .binding-products .binding-item-inner {
            padding: 20px 10px;
        }
    }

    @media screen and (max-width: 540px) {
        .binding-products {
            grid-gap: 10px;
            grid-template-columns: 1fr 1fr;
        }

        .binding-type {
            margin: 0 8px;
        }

        .empty-inner {
            width: 100%;
            background: #fff;
        }

        .fancybox-slide>* {
            padding: 10px !important;
        }
    }


    /* END AANPASSING Sven 21-02 */

    .fnm>li {
        list-style-type: none;
    }

    .fnm>li>span {
        display: none;
    }

    .fnm>li:first-child:before {
        content: '< ';
    }

    .fnm>li {
        padding: 5px 0;
    }

    .fnm ul {
        list-style-type: square;
    }

    .fnm ul {
        padding-left: 15px;
    }

    .resultaatgenieters-footer {
        padding-top: 30px;
    }

    .rgf-top-bar {
        background: #9cb40d;
        padding: 20px 0;
    }

    .rgf-top-bar img {
        max-height: 60px;
        margin-right: 20px;
    }

    .rfg-slogan-caroussel {
        display: inline-block;
        color: #fff;
        font-size: 20px;
        line-height: 60px;
        text-align: left;
        width: 120px;
        font-weight: normal;
    }

    .rfg-slogan-swap span {
        transition: all 0.3ms ease;
        animation: blinker 10s linear infinite;
        position: absolute;
        opacity: 0;
    }

    .rfg-slogan-swap span:nth-child(1) {
        animation-delay: 0s;
    }

    .rfg-slogan-swap span:nth-child(2) {
        animation-delay: 2s;
    }

    .rfg-slogan-swap span:nth-child(3) {
        animation-delay: 4s;
    }

    .rfg-slogan-swap span:nth-child(4) {
        animation-delay: 6s;
    }

    .rfg-slogan-swap span:nth-child(5) {
        animation-delay: 8s;
    }

    @keyframes blinker {
        0% {
            opacity: 0;
        }

        10% {
            opacity: 0;
        }

        25% {
            opacity: 0;
        }

        30% {
            opacity: 1;
        }

        33% {
            opacity: 1;
        }

        35% {
            opacity: 1;
        }

        38% {
            opacity: 0;
        }

        100% {
            opacity: 0;
        }
    }


    .rfg-slogan-caroussel .rfg-slogan-swap {
        font-weight: 100;
        padding-left: 5px;
    }

    .rgf-usp-bar {
        padding: 20px 0;
        background: #B4CC04;
        color: #333;
        font-weight: 400;
        font-size: 16px;
    }

    .rgf-usp-bar h3 {
        display: none;
    }

    .rgf-usp-bar ul {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .rgf-usp-bar ul li {
        font-weight: 400;
        font-size: 16px;
        line-height: 32px;
    }

    .rgf-usp-bar ul li em {
        font-weight: normal;
        font-size: 20px;
        padding-right: 10px;
        width: 30px;
    }

    .outdoorxl-rtl .rgf-usp-bar ul li em {
        padding-left: 10px;
        padding-right: 0px;
    }

    .rgf-usp-bar ul li a {
        font-weight: inherit;
        color: inherit;
        font-size: inherit;
    }

    .rgf-usp-bar ul li a:hover {
        text-decoration: underline;
    }

    .rgf-first-aid {
        background: #f8f8f8;
        padding: 20px 0;
    }

    .rgf-first-aid .container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .rgf-first-aid .rgf-need-help div {
        padding: 5px 0;
    }

    .rgf-first-aid .first-aid-n {
        font-weight: 300;
    }

    .rgf-first-aid .rgf-customer-support {
        padding: 10px 0;
    }

    .rgf-first-aid .cs-cloud {
        position: relative;
        display: inline-block;
        width: calc(100% - 40px);
        padding: 10px;
        border: 1px solid #ddd;
        background: #fff;
        border-radius: 3px;
    }

    .rgf-first-aid .cs-cloud:after,
    .rgf-first-aid .cs-cloud:before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 0;
        height: 0;
        border: 8px solid transparent;
        border-right-color: #fff;
        border-left: 0;
        margin-top: -8px;
        margin-left: -7px;
    }

    .rgf-first-aid .cs-cloud:before {
        border-right-color: #ddd;
        margin-left: -8px;
    }

    .outdoorxl-rtl .rgf-first-aid .cs-cloud:after,
    .outdoorxl-rtl .rgf-first-aid .cs-cloud:before {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        width: 0;
        height: 0;
        border: 8px solid transparent;
        border-left-color: #fff;
        border-right: 0;
        margin-top: -8px;
        margin-right: -7px;
    }

    .outdoorxl-rtl .rgf-first-aid .cs-cloud:before {
        border-left-color: #ddd;
        margin-right: -8px;
    }


    .rgf-first-aid img {
        margin-right: 10px;
        margin-top: 10px;
    }

    .outdoorxl-rtl .rgf-first-aid img {
        margin-left: 10px;
        margin-right: 0;
        margin-top: 10px;
    }

    .rgf-first-aid .cs-cloud a {
        color: #333;
    }

    .rgf-store-information {
        background: #fff;
        padding: 20px 0;
    }

    .rgf-store-information .container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .rgf-information-block .h3-title,
    .rgf-information-block h3 {
        font-size: 16px;
        font-weight: 700;
        padding: 0 0 20px 0;
        color: #333;
        margin: 0;
    }

    .rgf-information-block,
    .rgf-information-block span,
    .rgf-information-block address,
    .rgf-information-block a {
        font-size: 14px;
        font-weight: 400 !important;
        line-height: 24px;
        color: #333;
    }

    .rgf-information-block .social-sharing {
        margin-right: 10px;
    }

    .rgf-information-block .social-sharing .fa {
        font-size: 18px;
    }

    .rgf-information-block a {
        border-bottom: 0.1px solid #bbb;
    }

    .rgf-information-block a.special {
        color: #9CB40D;
        border-bottom: 0.1px solid transparent;
        text-decoration: underline;
    }

    .rgf-information-block a:hover {
        border-bottom: 0.1px solid transparent;
        opacity: 0.9;
    }

    .rgf-information-block a.special:hover {
        text-decoration: none;
    }

    .rgf-store-information .rgf-opening-hours {
        display: grid;
        grid-template-columns: 1fr 4fr;
        grid-column-gap: 10px;
        grid-row-gap: 0px;
    }

    .rgf-store-information .footer-reviews {
        display: inline-block;
        margin: 10px 0;
        text-decoration: none;
        border-bottom: none;
    }

    .rgf-store-information .footer-reviews span {
        display: block;
        text-decoration: none;
    }

    .rgf-store-information .footer-reviews .rv-score {
        font-size: 20px;
        font-weight: bold;
    }

    .rgf-store-information .footer-reviews .rv-score img {
        vertical-align: baseline
    }

    .rgf-store-information .rgf-special-opening-hours a {
        display: block;
        text-decoration: underline;
    }

    .rgf-monochrome-logos {
        background: #ACA7AD;
        padding: 20px 0 0;
    }

    .rgf-monochrome-logos img {
        background: #ACA7AD;
        height: 30px;
        object-fit: contain;
        vertical-align: middle;
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .rgf-monochrome-logos img.paypal {
        height: 20px;
    }

    .rgf-monochrome-logos img.carte_bleue,
    .rgf-monochrome-logos img.visa,
    .rgf-monochrome-logos img.sepa,
    .rgf-monochrome-logos img.sofort,
    .rgf-monochrome-logos img.dankart,
    .rgf-monochrome-logos img.dankort {
        height: 24px;
    }


    .rgf-last-resort {
        background: #F5F5F5;
        padding: 20px 0;
    }

    .rgf-last-resort .container {
        display: grid;
        grid-template-columns: 2fr 1fr;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .copyText {
        padding: 5px 0;
    }

    .rgf-last-resort li {
        float: none !important;
        display: inline;
        font-size: 16px;
        line-height: 22px;
        color: #aaa;
    }

    .rgf-last-resort a {
        color: #333;
        border-bottom: 0.1px solid #bbbfont-weight: 300;
        padding: 5px;
    }

    .rgf-last-resort a:hover {
        border-bottom: 0.1px solid transparent;
        opacity: 0.9;
    }

    .feedback-block {
        font-weight: 400;
    }

    .feedback-block .qty-reviews {
        font-size: 12px;
    }


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

        .thumbs-grid {
            grid-template-columns: 1fr 1fr 1fr;
        }

        .thumbs-grid.open {
            padding: 0 20px
        }

        .rgf-top-bar img {
            max-height: 30px;
        }

        .rfg-slogan-caroussel {
            line-height: 30px;
        }

        .rgf-usp-bar ul {
            grid-template-columns: 1fr 1fr;
        }

        .rgf-first-aid .container {
            grid-template-columns: 1fr 1fr;
        }
    }

    .type_selector img {
        float: right;
        margin: 0 0 20px 20px;
    }


    .onestepcheckout-index-index .rgf-store-information,
    .onestepcheckout-index-index .rgf-monochrome-logos,
    .onestepcheckout-index-index .rgf-last-resort {
        display: none;
    }

    .ocms .span4.menu-bar-left .close {
        display: none;
    }

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

        #parcelshop {
            grid-template-columns: 1fr;
        }

        #map_canvas {
            display: none !important;
        }


        .ocms .span4.menu-bar-left .section-inner {
            border-left: 0;
            padding-left: 0px;
            display: block;
            border: none
        }

        .ocms .span4.menu-bar-left {

            display: block;
            position: fixed;
            top: 0;
            left: 0;
            color: #fff;
            width: 100%;
            box-sizing: border-box;
            background: #818E2D;
            padding: 0px 20px;
            margin: 0;
            transition: all 0.3s ease;

            max-height: 100%;
            overflow: auto;
        }

        .ocms .span4.menu-bar-left .text-left {}

        .ocms .span4.menu-bar-left h3:after,
        .ocms .span4.menu-bar-left h2:after {
            transition: 0.3s ease all;
            transform: translateY(0);
            content: '>';
            display: inline-block;
            padding: 5px;
        }

        .ocms .span4.menu-bar-left.open h3:after,
        .ocms .span4.menu-bar-left.open h3:after,
        .ocms .span4.menu-bar-left:hover h3:after,
        .ocms .span4.menu-bar-left:hover h2:after {
            transform: translateY(0) rotateZ(90deg);
        }


        .ocms .span4.menu-bar-left h3,
        .ocms .span4.menu-bar-left h2 {
            font-size: 18px;
        }

        .ocms .span4.menu-bar-left h3,
        .ocms .span4.menu-bar-left h2,
        .ocms .span4.menu-bar-left p,
        .ocms .span4.menu-bar-left a {
            color: #fff;
        }

        .ocms .span4.menu-bar-left a:before {
            content: '•';
            display: inline-block;
            padding-right: 10px
        }

        .ocms .span4.menu-bar-left p,
        .ocms .span4.menu-bar-left a,
        .ocms .span4.menu-bar-left br {
            display: none;
        }

        .ocms .span4.menu-bar-left h3,
        .ocms .span4.menu-bar-left h2,
        .ocms .span4.menu-bar-left .span12 {
            margin: 0 !important;
        }

        .ocms .span4.menu-bar-left .close {
            font-size: 30px;
            font-weight: bold;
            cursor: pointer;
            text-align: center;
        }

        .ocms .span4.menu-bar-left h3,
        .ocms .span4.menu-bar-left h2 {
            padding: 5px 0;
            cursor: pointer;
            font-weight: bold;
        }

        .ocms .span4.menu-bar-left.open {
            background: #818E2D;
        }

        .ocms .span4.menu-bar-left.open p,
        .ocms .span4.menu-bar-left.open br,
        .ocms .span4.menu-bar-left.open a {
            display: block;
        }

        .catalog-category-view .cms-page-view .ocms {
            padding: 0 20px;
        }

        .catalog-category-view .cms-page-view .ocms p,
        .catalog-category-view .cms-page-view .ocms a {
            font: 400 16px/24px Lato;
        }

        .thumbs-grid.open {
            padding: 0 15px
        }

        #amasty_gallery {
            grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        }

        .rgf-top-bar {
            text-align: center;
        }

        .rgf-store-information .container {
            grid-template-columns: 1fr 1fr;
        }

        .more-views {
            display: none;
        }

        .more-views-mobile {
            display: block;
        }

        .rgf-customer-support {
            padding: 0;
        }

        .rgf-last-resort {
            display: none;
        }

        .amasty-zoom-keeper,
        .amasty-zoom-keeper-with-sidebar,
        .rgf-last-resort .container,
        .rgf-first-aid .container {
            grid-template-columns: 1fr !important;
        }


        #amasty_gallery {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr 1fr 1fr !important;
            grid-gap: 10px;
        }

        .product_list_x li.item:last-child:nth-child(odd) {
            display: none;
        }

    }

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

        .thumbs-grid.open {
            padding: 0 10px
        }

        .product-view .add-to-cart button.button>span>span {
            padding: 10px 10px;
        }

        .rgf-store-information .container {
            grid-template-columns: 1fr 1fr;
        }

        .rgf-usp-bar ul li {
            font-size: 12px;
        }

        .rgf-usp-bar ul li em {
            display: none;
        }

        .rgf-information-contact {
            grid-column-start: 1;
            grid-column-end: 3;
            display: grid;
            grid-template-columns: 1fr 1fr;
            grid-column-gap: 20px;
            grid-row-gap: 20px;
        }

    }

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

        .thumbs-grid.open {
            padding: 0 0px
        }

        .thumbs .n-switch {
            margin: 0;
        }

        .rgf-information-contact {}

        .rgf-first-aid .container {
            grid-template-columns: 1fr;
        }

        .rgf-last-resort .container {}
    }

    @media screen and (max-width: 350px) {
        .rgf-store-information .container {
            grid-template-columns: 1fr;
        }

        .rgf-information-contact {
            grid-template-columns: 1fr;
        }
    }



    .description-manufacturer-text h2,
    .description-manufacturer-text h2 a {
        color: #333;
        padding-top: 0;
        margin-top: 0;
    }

    .description-manufacturer-text {
        padding: 10px 20px;
        background: #f6f6f6;
        border-radius: 2px;

    }

    /***
resultaatgenieters-Cart
*** */

    .rg-cart {}

    .rg-cart .page-title {
        border-bottom: 1px solid #F0F0F0;
        margin: 0;
    }

    .rg-cart .page-title h1 {
        font-weight: bold;
        font-size: 26px;
    }


    .delivery-date-estimation {
        display: block;
        color: #999;
        font-weight: 400;
    }

    #checkout-payment-method-load .delivery-date-estimation {
        display: inline-block;
    }

    .rg-first-aid .rg-need-help {
        padding: 0px 0 10px;
    }

    .rg-first-aid .rg-need-help div {
        padding: 5px 0;
    }

    .rg-first-aid .first-aid-n {
        font-weight: 300;
    }

    .rg-first-aid .rg-customer-support {
        padding: 10px 0;
    }

    .rg-first-aid .rg-customer-support img {
        margin: 20px 15px 0 0;
    }

    .outdoorxl-rtl .rg-first-aid .rg-customer-support img {
        margin: 20px 0px 0 15px;
    }

    .rg-first-aid .rg-customer-support a {
        color: #333;
    }

    .rg-first-aid .cs-cloud {
        position: relative;
        display: inline-block;
        width: calc(100% - 45px);
        padding: 10px;
        border: 1px solid #ddd;
        background: #fff;
        border-radius: 3px;
    }

    .rg-first-aid .cs-cloud:after,
    .rg-first-aid .cs-cloud:before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 0;
        height: 0;
        border: 8px solid transparent;
        border-right-color: #fff;
        border-left: 0;
        margin-top: -8px;
        margin-left: -7px;
    }

    .rg-first-aid .cs-cloud:before {
        border-right-color: #ddd;
        margin-left: -8px;
    }


    .outdoorxl-rtl .rg-first-aid .cs-cloud:after,
    .outdoorxl-rtl .rg-first-aid .cs-cloud:before {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        width: 0;
        height: 0;
        border: 8px solid transparent;
        border-left-color: #fff;
        border-right: 0;
        margin-top: -8px;
        margin-right: -7px;
    }

    .outdoorxl-rtl .rg-first-aid .cs-cloud:before {
        border-left-color: #ddd;
        margin-right: -8px;
    }


    .rg-cartQty {
        line-height: 42px;
    }

    .rg-cartRight {
        float: right;
    }

    .outdoorxl-rtl .rg-cartRight {
        float: left;
    }

    .rg-cartRight h3 {
        display: none;
    }

    .rg-cartRight ul li {
        line-height: 22px;
        padding: 5px 0;
    }

    .rg-cartRight ul li .fa {
        font-size: 24px;
        width: 40px;
    }

    .rg-cartItem {
        display: grid;
        grid-template-columns: 1fr 2fr;
        grid-gap: 20px;
        padding: 20px 0;
    }

    .rg-cartItemImageMobile {
        display: none;
        height: 180px;
        width: 180px;
    }

    .rg-cartItemTopLiner {
        display: grid;
        grid-template-columns: 1fr 100px;
        padding-bottom: 20px;
    }

    .rg-cartItem .rg-cartItemAction {
        display: grid;
        grid-template-columns: 60px 100px 100px 1fr;
        grid-gap: 20px;
    }

    .rg-cartItemM {
        padding-right: 20px;
    }

    .rg-cartItem h3 {
        font-size: 32px;
    }

    .rg-cartItem .rg-cartItemAction div {
        text-align: center;
        line-height: 32px;
    }

    .rg-cartItem .rg-cartItemAction div:first-child {
        text-align: left;
    }

    .rg-cartItemPrice {
        text-align: right;
        color: #333;
    }

    .rg-cartItemSinglePrice {
        font-size: 14px;
        color: #777;
    }

    .rg-cartWarning {
        border: 1px solid #ddd;
        border-left: 4px solid #9CB40D;
        padding: 10px;
        font-size: 14px;
        clear: both;
    }

    .rg-cartWarning div,
    .rg-cartWarning a {
        font-size: 14px;
    }

    .block-cart .rg-cartWarning {
        display: none;
    }


    .rg-cartItem .rg-cartItemProductname,
    .rg-cartItem .rg-cartItemProductname a,
    .rg-cartItemTopLiner .rg-cartItemPrice {
        font-size: 20px;
        font-weight: bold;
        color: #9CB40D;
        line-height: 30px;
    }

    .rg-cartItemTopLiner .rg-cartItemPrice {
        color: #333;
    }


    .rg-cartItemOption {
        line-height: 24px;
    }

    .rg-cartItem .link-edit {
        color: #333;
        font-size: 32px;
        font-weight: 400;
    }

    .rg-cartItem .fa-trash {
        color: #000;
        font-size: 32px;
        font-weight: 400;
    }

    .rg-total-button-holder {
        min-height: 60px;
    }

    .rg-total-button {
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        padding: 20px 10px;
        background: rgba(255, 255, 255, 0.94);
        border-top: 1px solid #f0f0f0;
        transition: 0.2s ease-in all;
    }

    .rg-totals-static .rg-total-button {
        position: static;
        border-top: none;
        padding: 0;
    }

    .rg-totals .totalBox {
        float: right;
    }

    .outdoorxl-rtl .rg-totals .totalBox {
        float: left;
    }

    #shopping-cart-totals-table {
        width: 100%;
    }

    #shopping-cart-totals-table tr td {
        padding: 5px;
    }

    #shopping-cart-totals-table tr td:first-child {
        padding-right: 50px;
    }

    #shopping-cart-totals-table tfoot tr td {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        font-size: 24px;
        padding: 10px 0;
    }

    #shopping-cart-totals-table tfoot tr td.baby-vat {
        font-size: 14px;
        color: #aaa;
        padding-right: 0px;
        border-bottom: none;
        border-top: none;
    }


    .rg-cartItemMessages {
        font-size: 14px;
        padding: 20px 0;
    }

    .checkout-types li {
        padding: 20px 5px 0;
        text-align: right;
    }

    .rg-shipping-holder {
        background: #f0f0f0;
        padding: 40px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.25)
    }

    .rg-shipping {
        padding: 40px;
        background: #fff;
    }

    .rg-cart .h3-title {
        font-size: 16px;
        font-weight: 700;
    }

    .rg-cart .checkout-types li {
        padding: 20px 0;
    }

    .rg-cart .btn-checkout {
        max-width: 400px;
    }

    .rg-cart .btn-checkout,
    .rg-cart .btn-checkout span {
        border-radius: 4px;
        font-size: 20px;
        line-height: 24px;
        width: 100%;
        box-sizing: border-box;
    }

    .rg-cart .btn-checkout span span {
        padding: 10px 20px;
    }

    .checkout-cart-index .rgf-first-aid,
    .checkout-cart-index .rgf-store-information,
    .checkout-cart-index .rgf-last-resort {
        display: none;
    }

    .onestepcheckout-rg-custom {
        display: grid;
        grid-template-columns: 3fr 1fr;
    }

    .active-step-4 .onestepcheckout-rg-custom {
        grid-template-columns: 1fr;
    }

    .onestepcheckout-rg-custom .rg-cartRight {
        padding: 20px 0 0 20px;
    }

    .outdoorxl-rtl .onestepcheckout-rg-custom .rg-cartRight {
        padding: 20px 20px 0 0px;
    }

    .rg-featured {
        padding-bottom: 20px;
    }

    .rg-featured a {
        color: inherit;
    }

    .rg-featured a:hover {
        text-decoration: underline;
    }

    .rg-headerCart-Sidebar a {
        color: #9CB40D;
    }

    .rg-headerCart-Sidebar .rg-cartItem {
        display: block;
    }

    .rg-headerCart-Sidebar .rg-cartItemImage {
        display: none;
    }

    .rg-headerCart-Sidebar .rg-cartItemImageMobile {
        display: block;
        text-align: center;
    }

    .rg-headerCart-Sidebar .rg-ItemBody {
        display: block;
    }


    @media screen and (max-width: 767px) {
        .onestepcheckout-rg-custom {
            display: grid;
            grid-template-columns: 1fr;
        }

        .onestepcheckout-rg-custom .rg-cartRight {
            display: none;
        }

        .checkout-cart-index .rgf-first-aid {
            display: block;
        }

        .checkout-cart-index .rgf-top-bar {
            display: none;
        }

        .rg-cart .title-buttons h1 {
            float: none;
            text-align: center;
        }

        .rg-cartQty {
            line-height: 24px;
            text-align: center;
        }

        .rg-cartQtyF {
            white-space: nowrap;
        }

        .rg-cartItemM {
            padding-right: 0px;
        }

        .rg-cartItem {
            display: block;
        }

        .rg-first-aid,
        .rg-cartItemImage {
            display: none;
        }

        .rg-cartItemImageMobile {
            display: block;
            text-align: center;
        }

        .rg-ItemBody {
            display: block;
        }

        .rg-cart .rg-featured {
            display: none;
        }

        .rg-totals .totalBox {
            float: none;
        }

        .rg-shipping-holder {
            padding: 20px;
        }

        .rg-shipping {
            padding: 20px;
        }
    }


    /* ======================================================================================= */

    /* Sample Data============================================================================ */
    .home-callout {
        margin-bottom: 12px;
    }

    .home-callout img {
        display: block
    }

    .home-spot {
        float: left;
        width: 470px;
        margin-left: 20px;
    }

    .best-selling h3 {
        margin: 12px 0 6px 0;
        font-size: 1.2em;
    }

    .best-selling table {
        border-top-width: 1px;
        border-top-style: solid;
    }

    .best-selling td {
        width: 50%;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        padding: 8px 10px 8px 8px;
        font-size: 10px;
    }

    .best-selling .product-img {
        float: left;
        border-width: 2px;
        border-style: solid;
    }

    .best-selling .product-description {
        margin-left: 107px;
        line-height: 1.3em;
    }

    /* ======================================================================================= */


    /* ======================================================================================= */


    /* Clears ================================================================================ */
    .clearer:after,
    .header-container:after,
    .header-container .top-container:after,
    .header:after,
    .header .quick-access:after,
    #nav:after,
    .main:after,
    .footer:after,
    .footer-container .bottom-container:after,
    .col-main:after,
    .col2-set:after,
    .col3-set:after,
    .col3-layout .product-options-bottom .price-box:after,
    .col4-set:after,
    .search-autocomplete li:after,
    .block .block-content:after,
    .block .actions:after,
    .block li.item:after,
    .block-poll li:after,
    .block-layered-nav .currently li:after,
    .page-title:after,
    .products-grid:after,
    .products-list li.item:after,
    .box-account .box-head:after,
    .dashboard .box .box-title:after,
    .box-reviews li.item:after,
    .box-tags li.item:after,
    .pager:after,
    .sorter:after,
    .ratings:after,
    .add-to-box:after,
    .add-to-cart:after,
    .product-essential:after,
    .product-collateral:after,
    .product-view .product-img-box .more-views ul:after,
    .product-view .box-tags .form-add:after,
    .product-view .product-shop .short-description:after,
    .product-view .box-description:after,
    .product-options .options-list li:after,
    .product-options-bottom:after,
    .product-review:after,
    .cart:after,
    .cart-collaterals:after,
    .cart .crosssell li.item:after,
    .opc .step-title:after,
    .checkout-progress:after,
    .multiple-checkout .place-order:after,
    .group-select li:after,
    .form-list li:after,
    .form-list .field:after,
    .buttons-set:after,
    .page-print .print-head:after,
    .advanced-search-summary:after,
    .gift-messages-form .item:after,
    .send-friend .form-list li p:after {
        display: block;
        content: ".";
        clear: both;
        font-size: 0;
        line-height: 0;
        height: 0;
        overflow: hidden;
    }

    /* ======================================================================================= */

    .guest-select {
        width: 305px !important;
    }

    p.onestepcheckout-description {
        font-size: 12px !important;
    }




    /*=================		Responsive		======================*/
    @media screen and (max-width:1280px) {

        .container {
            margin: 0px 3%;
            width: 94%;
        }

        .rg-header nav #nav ul.level0 {
            max-width: 1280px;
            width: 94%;
            margin: 0px;
            left: 0;
            margin-left: 3%;
        }

        .rg-header nav #nav a.level-top {
            padding: 10px 12px 15px;
        }


        .container .container {
            margin: 0px;
            width: 100%;
        }

        .contentPos-left {
            width: 60% !important;
        }

        .camera_effected h2 {
            font-size: 24px !important;
            line-height: 30px !important;
        }

        .camera_effected p {
            font-size: 20px !important;
            line-height: 24px !important;
        }
    }

    /*----------------	for Desktop 1024 	----------------------*/

    @media screen and (max-width:1200px) {
        .container {
            margin: 0px 3%;
            width: 94%;
            height: auto !important;
        }

        .container .container {
            margin: 0px;
            width: 100%;
        }

        .contentPos-left {
            width: 60% !important;
        }

        .camera_effected h2 {
            font-size: 24px !important;
            line-height: 30px !important;
        }

        .camera_effected p {
            font-size: 20px !important;
            line-height: 24px !important;
        }

    }

    .block-deputy-one-holder {
        display: none;
    }

    #amshopby-price-btn,
    .amshopby-price-find {
        display: none !important;
    }



    .amshopby-apply-button {

        display: block;
        width: 100% !important;
        padding: 10px !important;
        box-sizing: border-box;
        text-align: center;
        color: #fff;
        background: #9CB40D !important;
    }

    .amshopby-apply-button:disabled {
        background: #ccc !important;
    }


    /*----------------	for ipad and mobile device 	----------------------*/

    h1 .deputy-count {
        display: none;
    }

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

        h1 .deputy-count {
            line-height: 12px;
            font-size: 14px;
            display: block;
            color: #777;
            padding-top: 4px;
        }

        .checkout-cart-index .tableBottomRow {
            display: none;
        }

        body .header-top .header-compare,
        .header-top .topLinkMenu,
        .language-switcher .select_lang {
            padding: 0 !important;
        }

        .slide {
            margin-top: 15px;
        }

        .alternateHeading {
            margin-top: 0;
        }

        .globle-width .container {
            padding-left: 0px;
            padding-right: 0px;
        }

        .rg-header-waistLine .rg-header-logo img {
            width: auto;
            max-width: 130px;
        }

        .header1.headerfix .page,
        .headerfix .page,
        .headerfix.cms-index-index .page {
            padding-top: 0px;
        }

        .hideTopNav .header-top {
            margin-top: 0px;
        }

        div .tp-rightarrow,
        div .tp-leftarrow {
            width: 45px;
            height: 45px;
            font-size: 22px;
            line-height: 44px;
        }

        .checkout-progress {
            padding: 0px;
        }

        .fieldset {
            padding: 7px 10px;
        }

        .left-carousel .product-cover {
            padding-left: 0px;
        }

        .product-view .left-carousel .thumbbox {
            display: none;
        }

        .headingBox h2 {
            font-size: 15px;
        }

        .headingBox h2 span {
            border-width: 2px;
            padding: 5px 15px;
        }

        .freeshipping-wrapper h2 {
            font-size: 28px;
        }

        .freeshipping-wrapper h2 .fa-truck,
        .freeshipping-wrapper h2 a {
            font-size: 40px;
        }

        div .jcarousel-control-prev,
        div .jcarousel-control-next {
            top: -61px;
        }

        .goTop a span {
            display: none;
        }

        .goTop a .fa {
            margin: 0px;
        }

        .mainFooterPan01 .footer .footer-links h3 {
            font-size: 13px;
        }

        div .camera_effected h2 {
            font-size: 24px;
            line-height: 24px;
        }

        div .camera_effected p {
            font-size: 12px;
            line-height: 16px;
        }

        div .camera_effected .bannerButton {
            display: none;
        }

        .search-right {
            width: 100%;
            margin: 0px 0px 10px;
        }

        .search-right .search-button {
            display: none;
        }

        .search-right .drop_search {
            display: inline-block !important;
            position: relative;
            left: 0px;
            top: 0px;
            width: 100%;
            padding: 0px;
            border: 0px;
        }

        .search-right .drop_search:before,
        .search-right .drop_search:after {
            display: none;
        }

        .search-right .drop_search .button {
            right: 10px;
            top: 9px;
        }

        div .testimonial-wrapper .jcarousel-control-prev,
        div .testimonial-wrapper .jcarousel-control-next {
            top: -124px;
        }

        .tp-caption .red-btn,
        .tp-caption .green-btn,
        .tp-caption .white-btn {
            display: inline-block;
            padding: 2px 6px;
            font-size: 10px;
            font-weight: 600;
        }

        .span9 .tp-caption .green-text:after,
        .span9 .tp-caption .green-text:before {
            width: 92px;
            height: 1px;
            content: '';
            position: absolute;
            right: -102px;
        }

        .tp-caption .green-text:after,
        .tp-caption .green-text:before {
            width: 138px;
            height: 1px;
            content: '';
            position: absolute;
            right: -148px;
        }

        .tp-caption .white-big-btn {
            font-size: 12px;
            font-weight: 600;
            padding: 8px 15px;
            border-width: 1px;
            border-style: solid;
        }

        .header-top .span8 .links,
        .header-top [class*="span"]+[class*="span"] .links,
        .header-info {
            display: none;
        }

        .header-top .topLinkMenu {
            display: inline-block;
        }

        .new-collections ul li {
            width: 50%;
        }

        .new-collections ul li+li+li {
            margin-top: 5px;
        }

        .blog-list h2 a {
            font-size: 24px;
            font-weight: 700;
        }

        .tp-caption .large-green-btn {
            padding: 8px 18px;
            font-size: 14px;
        }

        .erro-container {
            padding: 0 5%;
            text-align: center;
        }

        .home-banner-001,
        .home-banner-002,
        .home-banner-003 {
            background-size: 100%
        }

        .contentPos-left {
            width: 80% !important;
        }

        .camera_effected h2 {
            font-size: 24px !important;
            line-height: 30px !important;
        }

        .camera_effected p {
            font-size: 20px !important;
            line-height: 24px !important;
        }

        .promo-subcats {
            display: block;
            float: left;
            margin: 20px 2% !important;
        }

        .promo-third {
            display: block;
            float: none;
            width: 96%;
            margin: 20px 2% !important;
        }

        .catalog-category-view .content-wrapper>.container>.span3 {
            width: 100%;
            margin: 0;
        }

        .catalog-category-view .content-wrapper>.container>.span9 {
            margin: 0 !important;
            width: 100%;
        }

        #narrow-by-list2,
        #narrow-by-list {}

        .alternateHeading h1 {
            color: #444;
            text-shadow: none;
            padding: 0;
            font-size: 20px;
            text-align: center;
        }

        .active #narrow-by-list {
            display: block !important;
            padding-bottom: 80px;
        }


        .block-layered-nav {
            position: fixed !important;
            width: 100%;
            height: 100%;
            overflow: scroll;
            z-index: 9750;
            margin: 0;
            padding: 0px 0 50px;
            background: #fff;
            box-shadow: 0 0 0 5000px rgba(0, 0, 0, 0.0);
            transition: all 0.5s;
            top: 0;
            left: -100%;
            box-sizing: border-box;
            border-right: 1px solid #9CB40D;
        }

        .text-left {
            text-align: left
        }

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

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



        .block-deputy-one-holder {
            display: block;
            height: auto;
        }

        .sticky-deputy-button {
            background: #9CB40D;
            color: #fff;
            font-size: 14px;
            line-height: 24px;
            padding: 10px;
            cursor: pointer;
        }

        .filter-svg {
            background: url('../images/Filter-03.svg') center center no-repeat;
            display: inline-block;
            width: 16px;
            min-height: 11px;
            background-size: 16px 16px;
        }

        .sort-by-svg {
            background: url('../images/Sort-amount-asc-01.svg') center center no-repeat;
            display: inline-block;
            width: 16px;
            min-height: 11px;
            background-size: 20px 20px;
        }

        .sticky-deputy-button.sticky {
            position: fixed;
            text-align: center;
            bottom: 30px;
            z-index: 9001;
            min-width: 300px;
            margin: 0 auto;
            border-radius: 50px;
            left: 50%;
            margin-left: -150px;
            transition: all ease 0.3s;
        }

        .sticky-deputy-button.sticky:hover {
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        }

        .block-layered-nav.active {
            left: 0;
            box-shadow: 0 0 0 5000px rgba(0, 0, 0, 0.3);
        }


        .block-layered-nav .block-deputy-one {}

        .block-layered-nav.active .block-deputy-one {}

        .close-deputy-one {
            position: fixed;
            width: 100%;
            bottom: 0;
            left: -100%;
            z-index: 9003;
            transition: all 0.5s;
            cursor: pointer;
            background: #9CB40D;
            padding: 10px 20px;
            text-align: center;
        }

        .block-layered-nav.active .close-deputy-one {
            left: 0;
            cursor: pointer;
            color: #fff;
            background: #9CB40D;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        }

        .block-layered-nav.active .close-deputy-one:hover,
        .sticky-deputy-button:hover {
            background-color: #b3d348;
        }

        .toolbar {
            display: none;
        }

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

        .svg-divider {
            width: 1px;
            background: #fff;
            display: inline-block;
            height: 40px;
            position: absolute;
            margin: -5px 0px 0;
        }

        .rg-sorter,
        .sub-cat-holder {
            padding: 50px 20px 20px;
            height: 104px;
            overflow-y: hidden;
            position: relative;
            display: block;
        }

        .sub-cat-holder {
            padding: 10px 20px;
            height: 62px;
            overflow-y: hidden;
            position: relative;
            display: block;
        }

        .rg-sorter {
            background: ghostwhite;
            border-bottom: 1px solid #efefef;
        }

        .rg-sorter .direction,
        .rg-sorter label {
            position: relative;
            top: -40px;
            float: none;
            margin-right: 10px;
            display: inline-block
        }

        .rg-sorter label {
            top: -48px;
        }

        .rg-sorter ul,
        .sub-cat-holder ul {
            padding-bottom: 30px;
            margin-bottom: -30px;
            position: absolute;
            display: inline-flex !important;
            left: 0px;
            right: 0px;
            overflow-x: scroll;
            padding-left: 10px;
        }

        .rg-sorter ul li,
        .sub-cat-holder ul li {
            display: inline-block;
            margin-right: 10px;
        }

        .rg-sorter ul li a,
        .sub-cat-holder ul li a {
            padding: 8px 20px;
            border-radius: 8px;
            display: block;
            font-weight: 700;
            border: 1px solid #222;
            color: #222;
            background: #fff;
            white-space: nowrap;
            text-align: center;
        }

        .rg-sorter ul li a {
            padding: 5px 10px;
        }

        .rg-sorter ul li a.sbFocus {
            background: ;
            color: #fff;
            border-color: #fff;
            background: #9CB40D;
        }

        .rg-sorter ul li a.sbFocus:hover {
            background: ;
            color: #fff;
            border-color: #fff;
            background: #9CB40D;
            opacity: 0.9;
        }

        .cms-page-view small {
            font-size: 12px;
            font-weight: 400;
        }


        /*
.block-layered-nav .close-deputy-one:after,
.block-layered-nav .block-deputy-one:after {
	width: 18px;
	height: 15px;
	content: '';
	display: block;
	float: right;
	margin-top: 12px;
	background: url('../images/p010/arrow-folded-white.png') center no-repeat;
	-ms-transform: translateY(-50%) rotate(-90deg);
	-webkit-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg)
}

.block-layered-nav.active .close-deputy-one:after,
.block-layered-nav.active .block-deputy-one:after {
	-ms-transform: translateY(-50%) rotate(90deg);
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

.block-layered-nav .close-deputy-one:after
{
    cursor: pointer;
    width: 30px;
    margin-top: 30px;
    height: 60px;
}
*/

        .product-options-bottom,
        .add-to-box {
            position: fixed;
            bottom: 0;
            z-index: 9001;
            padding: 0 10px 12px;
            margin: 0;
            box-sizing: border-box;
            width: 100%;
            left: 0;
            border-top: 1px solid #ddd;
            border-bottom: none;
        }


        .add-to-box {
            padding-top: 10px;
            background: #fff;
            border-left: 1px solid #ddd;
        }


        .product-options-bottom .add-to-cart label,
        .add-to-box .add-to-cart label {
            display: none;
        }

        .catalog-product-view .add-to-cart .button {
            width: 100%;
            margin: 0;
        }

        .catalog-product-view .add-to-cart .button>span {
            padding: 7px 10px;
        }

    }

    /*----------------	for Only Mobile Device 	----------------------*/

    @media screen and (min-device-width: 580px) and (max-device-width: 767px) {

        .header-container .compare-content:before {}

        div .header-container .compare-content {}

        .erro-container {
            padding: 0 5%;
            text-align: center;
        }

        .home-banner-001,
        .home-banner-002,
        .home-banner-003 {
            background-size: 100%
        }

        .contentPos-left {
            width: 80% !important;
        }

        .camera_effected h2 {
            font-size: 24px !important;
            line-height: 30px !important;
        }

        .camera_effected p {
            font-size: 20px !important;
            line-height: 24px !important;
        }

        .promo-subcats {
            display: block;
            float: none;
            width: 96%;
            margin: 20px 2% !important;
        }

        .promo-third {
            display: block;
            float: none;
            width: 96%;
            margin: 20px 2% !important;
        }
    }

    @media screen and (min-device-width: 580px) and (max-device-width: 1024px) {
        .catalog-product-view .product-shop .price-box {
            height: 83px;
        }
    }

    @media screen and (max-width:767px) {
        .qty_pan .add {
            background: #dfdfdf;
            color: #7d7d7d;
        }

        /*
.catalog-product-view .add-to-cart .button span { background: #f71;
}*/

        .catalog-product-view .add-to-cart .button>span {
            border: 1px solid #999;
            border-radius: 4px;

        }

        .catalog-product-view .add-to-cart .button:hover span {
            opacity: 0.9;
            color: #fff;
        }

        .catalog-product-view .add-to-cart .button:hover>span {
            border: 1px solid #666;
            border-radius: 4px;
        }

        .checkout-cart-index .shipping {
            display: none;
        }

        .onethirdblocks {
            width: 100%;
            float: none;
            clear: both;
        }

        .onethirdblocks.feedback {
            padding: 20px;
            border-top: 1px solid #aaa;
            border-bottom: 1px solid #aaa;
        }

        .onethirdblocks.payment {
            padding: 20px;
        }

        [class*="span"] {
            display: inline-block;
            width: 100% !important;
            margin: 0px 0px 10px;
            padding: 0;
        }

        /* Aanpassing Sven 21-03 padding:0 10px */


        /* Aanpassing Sven 21-03 */
        .container.marketing {
            width: 100%;
            margin: 0 !important;
        }

        .products-grid {
            grid-template-columns: 1fr 1fr;
        }

        .content-wrapper {
            margin-top: 0 !important;
        }

        /* Aanpassing Sven 21-03 */

        .sticky-deputy-button {
            line-height: 30px !important;
        }

        /* Aanpassing Sven 21-03 */


        .products-grid .span12 {
            display: none !important;
        }

        .cdp-product-bottom-brand {
            font-size: 14px;
            line-height: 18px;
        }

        .cdp-product-bottom-name {
            font-size: 14px;
            line-height: 18px;
        }

        .products-grid .item {
            max-width: 240px;
        }

        .rg-upsell .products-grid {
            grid-gap: 10px;
        }

        .rg-upsell .products-grid .item {
            max-width: none;
        }

        .products-grid .item .price-box .price {
            font-size: 16px !important;
        }

        .products-grid .item .old-price .price {
            font-size: 13px !important;
            font-weight: 300;
        }

        .product-view {
            padding: 0;
            margin: 0;
        }

        .product-img-box {
            padding: 0;
            margin: 0;
        }

        .highlighterWrap .span7 {
            text-align: center;
        }

        .featuredcat-wrapper article {
            padding: 0px 10px 40px;
        }

        .featuredcat-wrapper .cat-block {
            width: 50%;
            border: 0px none !important;
            margin-bottom: 30px;
        }

        .tp-caption {
            display: none;
        }

        div .tp-rightarrow,
        div .tp-leftarrow {
            width: 36px;
            height: 36px;
            font-size: 18px;
            line-height: 35px;
        }

        .data-table>li.heading {
            display: none;
        }

        .data-table>li .tableContent .product-name {
            margin-bottom: 10px;
        }

        .data-table>li .tableContent .product-name,
        .data-table>li .tableContent .price-box {
            width: 100%;
        }

        .data-table>li .tableContent .qty-wrap {
            text-align: left;
        }

        .products-list .bottomProDetail {
            margin-left: 0px;
        }

        div .testimonial-wrapper .jcarousel-control-prev,
        div .testimonial-wrapper .jcarousel-control-next {
            top: -94px;
        }

        #tabs .headingBox h2 span {
            width: 100%;
            margin: 3px 0px 2px;
        }

        .products-list li.item .span7 {
            margin-bottom: 0px !important;
        }

        .products-list li.item .span5 .price-box {
            margin-top: 0px
        }

        .products-list li.item .span5 {
            padding-left: 0px;
        }

        .blogListStyle2 .blog-list,
        .blogListStyle3 .blog-list {
            width: 96%;
            margin: 10px 2% !important;
        }

        .promotion-page .promo-row04 h2 {
            width: 100%;
            clear: both;
        }

        .page-empty.ajax-index-options {
            padding: 0px 5px;
        }

        .fancybox.btn-cart,
        .fancybox.w-btn {
            display: none;
        }

        img.fancybox-image {
            background: #fff;
        }

        .erro-container {
            padding: 0 5%;
            text-align: center;
        }

        .home-banner-001,
        .home-banner-002,
        .home-banner-003 {
            background-size: 100%
        }
    }

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

        .limiter {
            margin: 5px 28px 0 0;
        }

        .catalog-product-view .product-shop .price-box {
            width: 150px;
            box-sizing: border-box;
            padding-right: 10px;
        }

        .catalog-product-view .product-shop .price-box .regular-price .price,
        .catalog-product-view .product-shop .price-box .special-price .price {
            font-size: 30px !important;
        }

        .product-view button.btn-cart span span {
            width: 100%;
        }

    }

    /*----------------	for Mobile Small Screen 	----------------------*/

    @media screen and (max-width:440px) {
        button.go-back-btn {
            width: 100%;
            padding: 15px;
        }

        .product-options p.required {
            right: auto;
            top: auto;
        }

        .currency_detail .currency-inner a,
        .language_detail .language-inner a {
            background-color: #fff;
            text-align: center;
        }
    }

    .currency_detail .currency-inner,
    .language_detail .language-inner {
        display: inline-block;
        width: 50px;
        height: 26px;
        box-sizing: border-box;
    }

    .language-switcher {
        float: left !important;
        border: none !important;
    }

    .topLinkMenu {
        float: right !important;
        border: none !important;
    }

    .add-to-box .price_box,
    .add_to_cart .price_box {
        width: 100%;
        margin: 10px 0px 20px;
        text-align: center;
    }

    .header-top .topLinkMenu,
    .header-container .header-top .language-switcher,
    .header-container .header-top .header_currency {}

    body .header-top .header-compare {
        min-width: 133px;
    }

    .new-collections ul li {
        width: 100%;
        margin-top: 5px;
    }

    .blog-list h2 a {
        font-size: 18px;
        font-weight: 400;
        line-height: 18px;
    }

    .blog-list {
        margin-left: 0px;
        margin-top: 140px;
    }

    .blog-list+.blog-list {
        margin-top: 180px;
    }

    .blog-list .postContent .post-left {
        left: 0px;
        top: -140px;
        width: 300px;
    }

    .blog-list .postContent .post-left .date-block {
        width: 90px;
        float: left;
    }

    .blog-list .postContent .post-left .blog-comment {
        float: left;
        margin: 20px 0px 0px 20px;
    }

    .erro-container {
        padding: 0 5%;
        text-align: center;
    }

    .home-banner-001,
    .home-banner-002,
    .home-banner-003 {
        background-size: 100%
    }

    .contentPos-left {
        width: 60% !important;
    }

    .camera_effected h2 {
        font-size: 24px !important;
        line-height: 30px !important;
    }

    .camera_effected p {
        font-size: 20px !important;
        line-height: 24px !important;
    }

    .promo-subcats {
        display: block;
        float: left;
        margin: 20px 2% !important;
    }

    .promo-third {
        display: block;
        float: left;
        margin: 20px 2% !important;
    }

    .promo-subcats-white ul li {}

    .promo-third .first {
        margin-right: 0;
    }

    .promo-third .second {
        margin-left: 0;
    }
    }

    .fb-like-box,
    .fb-like-box span,
    .fb-like-box span iframe[style] {
        width: 100% !important;
    }

    .ajax-index-options .quick_right,
    .ajax-index-options .product-view .product-img-box {
        width: 48%;
    }

    @media only screen and (device-width: 768px) {
        .ajax-index-options .product-view .product-img-box {
            width: 40%;
        }

        .ajax-index-options .product-options dd select {
            width: 50%;
        }

        .ajax-index-options .product-options-bottom .add-to-cart {
            float: left;
        }

        .headingBox h2 span a {
            padding: 8px 14px;
        }
    }

    .banner-slider {
        overflow: hidden;
    }

    .slide.bannerfullwidth {
        margin-top: 0;
    }

    /*        About Us Instock    */

    .about-instock {
        text-align: left;
    }

    .about-instock h2 {
        margin-bottom: 20px;
    }

    .about-instock img {
        border: 5px solid #999;
        border-color: rgba(0, 0, 0, 0.1);
    }

    .about-instock .span8 img {
        float: left;
        margin: 0px 20px 20px 0px;
    }

    .about-instock p {
        line-height: 24px;
        color: #666;
        text-align: justify;
    }

    .about-instock .theme-color {
        margin-bottom: 4px;
    }

    .about-instock .span4 ul li {
        list-style: none;
    }


    /*        End of About Us Instock    */
    @media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
    only screen and (-moz-min-device-pixel-ratio: 1.5),
    only screen and (-o-min-device-pixel-ratio: 3/2),
    only screen and (min-device-pixel-ratio: 1.5) {
        .mobMenu .accordion em.open-close {
            background: url("../images/common@2x.png") no-repeat scroll 9px -31px #ddd;
            background-size: 27px 84px;
        }

        .mobMenu .accordion li.active>em.open-close {
            background: url("../images/common@2x.png") no-repeat scroll 9px -66px #ccc;
            background-size: 27px 84px;
        }

    }


    /* ****************************** */
    /* ONESTEP CHECKOUT MODIFICATIONS */

    body #onestepcheckout-form {}

    body #onestepcheckout-form p.onestepcheckout-numbers {
        color: #9CB40D;
    }

    body #onestepcheckout-form div.onestepcheckout-threecolumns div.onestepcheckout-column-middle {
        padding-top: 15px;
    }

    /**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

    /* Widgets =============================================================================== */
    .widget {
        display: inline;
    }

    .widget .widget-title {
        clear: both;
        padding: 15px 0 0;
        margin: 0 0 7px;
    }

    .widget .widget-title h2 {
        font-size: 15px;
        font-weight: bold;
        color: #e25203;
    }

    .widget .mini-products-images-list .product-image {
        display: block;
        width: 76px;
        height: 76px;
        border: 1px solid #a9a9a9;
        margin: 0 auto;
    }

    .widget .mini-products-images-list li.item {
        float: left;
        width: 77px;
        height: 77px;
    }

    /* Widget: Catalog New Proructs List */
    .widget-new-products {
        display: block;
    }

    .col-main .widget-new-products {
        margin: 7px 0;
    }

    .widget-new-products .products-grid .product-image,
    .widget-new-products .products-list .product-image {
        width: 85px;
        height: 85px;
    }

    .widget-new-products .products-list .product-shop {
        margin-left: 100px;
    }

    .sidebar .widget-new-products .block {
        font-size: 11px;
        line-height: 1.25;
    }

    .sidebar .widget-new-products .block-title strong {
        background: url('/skin/frontend/base/default/images/widgets/i_widget-new.gif') 0 1px no-repeat;
        padding-left: 21px;
        color: #dc5033;
    }

    /* Widget: Recently Viewed Proructs */
    .widget-viewed {
        display: block;
    }

    .col-main .widget-viewed {
        margin: 7px 0;
    }

    .widget-viewed .products-grid .product-image,
    .widget-viewed .products-list .product-image {
        width: 85px;
        height: 85px;
    }

    .widget-viewed .products-list .product-shop {
        margin-left: 100px;
    }

    .sidebar .widget-viewed .block {
        font-size: 11px;
        line-height: 1.25;
    }

    .sidebar .widget-viewed .block-title strong {
        background: url(/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat;
        padding-left: 21px;
    }

    /* Widget: Recently Compared Proructs */
    .widget-compared {
        display: block;
    }

    .col-main .widget-compared {
        margin: 7px 0;
    }

    .widget-compared .products-grid .product-image,
    .widget-compared .products-list .product-image {
        width: 85px;
        height: 85px;
    }

    .widget-compared .products-list .product-shop {
        margin-left: 100px;
    }

    .sidebar .widget-compared .block {
        font-size: 11px;
        line-height: 1.25;
    }

    .sidebar .widget-compared .block-title strong {
        background: url(/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat;
        padding-left: 21px;
    }

    /* Widget: CMS Static Block */
    .widget-static-block {}

    .sidebar .widget-static-block {
        display: block;
        margin: 0 0 15px;
    }

    /* Widgets: Links Common Styles */
    .top-container .widget a {
        padding: 0 0 0 7px;
    }

    .bottom-container .widget a {
        padding: 0 3px;
    }

    /* Widget: Catalog Product Link */
    .widget-product-link-inline {
        display: inline;
    }

    .col-main .widget-product-link {
        display: block;
        text-align: right;
        margin: 7px 0;
    }

    .col-main .widget-product-link a {
        background: url(/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat;
        padding-right: 15px;
    }

    .sidebar .widget-product-link {
        display: block;
        margin: 0 0 15px;
        padding: 0 10px;
    }

    .sidebar .widget-product-link a {
        background: url(/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat;
        padding: 0 15px 0 0;
    }

    /* Widget: Catalog Category Link */
    .widget-category-link-inline {
        display: inline;
    }

    .col-main .widget-category-link {
        display: block;
        text-align: right;
        margin: 7px 0;
    }

    .col-main .widget-category-link a {
        background: url(/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat;
        padding-right: 15px;
    }

    .sidebar .widget-category-link {
        display: block;
        margin: 0 0 15px;
        padding: 0 10px;
    }

    .sidebar .widget-category-link a {
        background: url(/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat;
        padding: 0 15px 0 0;
    }

    /* Widget: CMS Page Link */
    .widget-cms-link-inline {
        display: inline;
    }

    .col-main .widget-cms-link {
        display: block;
        text-align: right;
        margin: 7px 0;
    }

    .col-main .widget-cms-link a {
        background: url(/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat;
        padding-right: 15px;
    }

    .sidebar .widget-cms-link {
        display: block;
        margin: 0 0 15px;
        padding: 0 10px;
    }

    .sidebar .widget-cms-link a {
        background: url(/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat;
        padding: 0 15px 0 0;
    }

    /* ======================================================================================= */

    div.aw_brand_container {
        float: left;
        min-height: 180px;
        text-align: center;
        width: 150px;
        background-color: white;
        border: 1px rgba(245, 237, 237, 0.37) outset;
        padding: 8px;
        margin: 5px;
    }

    div.aw_brand_logo {
        float: left;
        border: 1px rgb(233, 233, 233) solid;
        margin-bottom: 5px;
        width: 150px;
        min-height: 150px;
    }

    div.aw_brand_title {
        font-size: 15px;
        font-weight: bold;
    }

    a.aw_brands_url,
    .shopbybrands-brand-page a {
        text-decoration: none;
    }

    ul.brands-index li {
        display: inline-block;
        min-width: 30px;
        text-align: center;
        border-radius: 5px;
        margin-right: 10px;
        margin-bottom: 10px;
        background: #9CB40D;
        color: #fff;
        transition: 0.5s ease all;
    }

    ul.brands-index li:hover {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    }

    ul.brands-index li a {
        display: block;
        width: 100%;
        color: #fff;
        padding: 5px 10px;
    }

    .brands-letter {
        margin-top: 10px;
        margin-bottom: 5px;
        display: block;
        font-size: 20px;
        font-weight: bold;
        color: #333;
    }

    ul.brands-list {
        padding: 10px;
        list-style: none;
    }

    li.brands-item {
        padding: 5px;
    }

    span.brand-name {
        padding-left: 10px;
    }

    li.brands-item a {
        text-decoration: none;
        ;
    }

    div.brand_details {
        margin-left: 170px;
    }

    div.brand_container {
        padding: 5px;
        border: 1px rgb(235, 235, 235) solid;
        margin-bottom: 5px;
        min-height: 150px;
    }

    /* More from this brand section */
    .aw-sbb-more-product-from-brand {
        background-color: #f1ecdb;
        border: thin solid #e5dcc3;
        display: inline-block;
        padding: 10px;
    }

    .aw-sbb-more-product-from-brand-label {
        margin-bottom: 0;

        font-size: 15px;
        font-weight: bold;
        text-align: center;
    }

    .aw-sbb-product-list-container {
        display: inline-block;
    }

    .aw-sbb-product-container {
        display: inline-block;
        margin: 5px;
        border: thin solid #e5dcc3;
    }

    .aw-sbb-product-container:hover {
        border: thin solid #bab199;
    }

    .header-top .sbHolder {
        background-color: #333;
        border: 0px none;
        width: 150px;
        height: 34px;
    }

    .header-top .sbHolder a {
        color: #666;
    }

    .sbHolder {
        z-index: 99;
        background-color: #FAFAFA;
        border: 1px solid #DDDDDD;
        float: left;
        font-family: Arial, sans-serif;
        font-size: 12px;
        font-weight: normal;
        height: 31px;
        position: relative;
        width: 120px;
    }

    .outdoorxl-rtl .sort-by label,
    .outdoorxl-rtl .sbHolder {
        float: right;
    }

    .sort-by .sbHolder {
        z-index: 10;
    }

    .sbHolder:focus .sbSelector {}

    a.sbToggle,
    a.sbSelector {
        transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        -webkit-transition: none;
    }

    .sbSelector {
        display: block;
        height: 31px;
        left: 0;
        line-height: 31px;
        outline: none;
        overflow: hidden;
        position: absolute;
        text-indent: 10px;
        top: 0;
        width: 120px;
    }

    .header-top .sbSelector {
        height: 34px;
        line-height: 34px;
    }

    .sbSelector:link,
    .sbSelector:visited,
    .sbSelector:hover {
        outline: none;
        text-decoration: none;
    }

    .sbToggle {
        background: url(../images/select-icons.png) 0 -116px no-repeat;
        display: block;
        height: 30px;
        outline: none;
        position: absolute;
        right: 0;
        top: 0;
        width: 30px;
    }

    .header-top .sbToggle {
        height: 34px;
    }

    .sbToggleOpen {
        background: url(../images/select-icons.png) 0 -16px no-repeat;
    }

    .sbToggleOpen:hover {}

    .sbHolderDisabled {
        background-color: #3C3C3C;
        border: solid 1px #515151;
    }

    .sbHolderDisabled .sbHolder {}

    .sbHolderDisabled .sbToggle {}

    .header-top .sbOptions {
        left: 0px;
    }

    .sbOptions {
        background-color: #353535;
        left: -1px;
        list-style: none outside none;
        margin: 0;
        overflow-y: auto;
        padding: 1px;
        position: absolute;
        top: 30px;
        width: 122px;
        z-index: 1;
    }

    .sbOptions li {
        padding: 0 7px;
    }

    .sbOptions a {
        display: block;
        outline: medium none;
        padding: 7px 0 7px 3px;
    }

    .header-top .sbOptions li+li a {
        border-top-color: #222;
    }

    .sbOptions li+li a {
        border-top: 1px dotted #FFFFFF;
    }

    .sbOptions a:link,
    .sbOptions a:visited {
        color: #fff;
        text-decoration: none;
    }

    .sbOptions a:hover,
    .sbOptions a:focus,
    .sbOptions a.sbFocus {
        color: #eee;
    }

    .sbOptions li.last a {
        border-bottom: none;
    }

    .sbOptions .sbDisabled {
        border-bottom: dotted 1px #515151;
        color: #999;
        display: block;
        padding: 7px 0 7px 3px;
    }

    .sbOptions .sbGroup {
        border-bottom: dotted 1px #515151;
        color: #EBB52D;
        display: block;
        font-weight: bold;
        padding: 7px 0 7px 3px;
    }

    .sbOptions .sbSub {
        padding-left: 17px;
    }

    .limiter {
        float: right;
    }

    .sort-by label,
    .limiter label {
        float: left;
        margin: 6px 10px 0px;
        font-weight: 400;
        color: #333;
    }

    .direction {
        float: left;
        margin-left: 1px;
        padding: 6px 10px 0;
    }

    .pager .limiter label {
        float: left;
        margin: 8px 8px 0 0;
    }

    .pager .limiter .sbHolder {
        width: 60px;
    }

    .pager .limiter .sbOptions {
        width: 60px;
    }

    .pager .limiter .sbSelector {
        width: 60px;
    }

    .product-options dd {
        display: inline-block;
        margin: 0;
        padding: 0 !important;
        /* padding: 5px 0; */
        width: 100%;
    }

    .product-options dd .sbHolder {
        width: 325px;
    }

    .product-options dd .sbOptions {
        width: 325px;
    }

    .clearfix {
        *zoom: 1;
    }

    .clearfix:before,
    .clearfix:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .clearfix:after {
        clear: both;
    }

    .hide-text {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

    .input-block-level {
        display: block;
        width: 100%;
        min-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .searchautocomplete a {
        color: #9CB40D;
    }

    .searchautocomplete .search-autocomplete {
        position: absolute;
    }

    .searchautocomplete .form-search {
        overflow: none !important;
        position: relative;
    }

    .searchautocomplete .sprite {
        background: url('../images/mirasvit/sprite.png');
    }

    .searchautocomplete .nav-search-in {
        position: absolute;
        top: 2px;
        left: 0px;
        z-index: 11;
    }

    .searchautocomplete .nav-search-in .category {
        opacity: 0;
        filter: alpha(opacity=0);
        background: white;
        border: 1px solid #DDD;
        color: black;
        cursor: pointer;
        height: 29px;
        margin: 0;
        outline: 0;
        padding: 0;
        position: absolute;
        visibility: visible;
        width: auto;
        left: 0px;
        top: 0px;
    }

    .searchautocomplete .nav-search-in .category-fake {
        height: 20px;
        color: #777;
        cursor: pointer;
        float: left;
        font-size: 11px;
        padding: 2px 25px 0px 10px;
        text-align: center;
        white-space: nowrap;
        margin-top: 6px;
    }

    .searchautocomplete .nav-search-in .nav-down-arrow {
        background: url('../images/mirasvit/sprite.png');
        width: 9px;
        height: 5px;
        background-position: -26px -34px;
        display: block;
        right: 10px;
        top: 17px;
        position: absolute;
    }

    .searchautocomplete .nav-search-in:hover .category-fake {
        color: #000;
    }

    .searchautocomplete .nav-search-in:hover .nav-down-arrow {
        background-position: -6px -34px;
    }

    .searchautocomplete .searchautocomplete-placeholder {
        -webkit-border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
        background: #FFF;
        border: 1px solid #ccc;
        position: absolute;
        z-index: 102;
        box-shadow: 0 10px 10px #5E5E5E;
        top: 47px;
        left: 0;
        right: 0;
    }

    .searchautocomplete .searchautocomplete-placeholder:before {
        border-color: transparent transparent #CCC transparent;
        content: "";
        position: absolute;
        border-style: solid;
        border-width: 5px;
        height: 0;
        width: 0;
        top: -11px;
        left: 30px;
    }

    .searchautocomplete .searchautocomplete-placeholder ul {
        list-style: none;
        margin: 0;
        border: none !important;
        background: none !important;
        box-shadow: none;
        position: relative;
        padding: 5px;
    }

    .searchautocomplete .searchautocomplete-placeholder ul li {
        *zoom: 1;
        text-align: left;
        padding: 5px 5px;
        margin-bottom: 5px;
    }

    .searchautocomplete .searchautocomplete-placeholder ul li:before,
    .searchautocomplete .searchautocomplete-placeholder ul li:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .searchautocomplete .searchautocomplete-placeholder ul li:after {
        clear: both;
    }

    .searchautocomplete .searchautocomplete-placeholder ul li a {
        text-decoration: none;
    }

    .searchautocomplete .searchautocomplete-placeholder ul li a .pull-right {
        float: right;
    }

    .searchautocomplete .searchautocomplete-placeholder ul li.active {
        box-shadow: 0 0 1px #525252;
        cursor: pointer;
    }

    .searchautocomplete .searchautocomplete-placeholder ul a {
        text-decoration: none;
    }

    .searchautocomplete .searchautocomplete-placeholder ul li .searchautocomlete-image {
        float: left;
        margin: 0px 10px 5px 0px;
    }

    .searchautocomplete .searchautocomplete-placeholder ul li .price-box {
        font-weight: bold;
        font-size: 13px;
        color: #C76200;
        float: right;
    }

    .searchautocomplete .searchautocomplete-placeholder ul li .price-box .regular-price .price-label,
    .searchautocomplete .searchautocomplete-placeholder ul li .price-box .old-price .price-label,
    .searchautocomplete .searchautocomplete-placeholder ul li .price-box .special-price .price-label {
        display: none;
    }

    .searchautocomplete .searchautocomplete-placeholder ul li .price-box .price-label {
        font-weight: normal;
        color: #999;
    }

    .searchautocomplete .searchautocomplete-placeholder ul li .price-box .old-price .price {
        font-size: 0.9em;
        color: #999;
    }

    .searchautocomplete .searchautocomplete-placeholder .index-title {
        font-weight: bold;
        font-size: 20px;
    }

    .searchautocomplete .searchautocomplete-placeholder .index-title span {}

    .searchautocomplete .searchautocomplete-placeholder .all {
        padding: 20px;
    }

    .searchautocomplete .searchautocomplete-placeholder .all a {
        padding: 10px 20px;
        background: #9CB40D;
        color: #fff;
        font-weight: 400;
        border-radius: 4px;
        display: block;
        text-align: center;
    }

    .searchautocomplete .searchautocomlete-image {
        float: left;
        margin: 0px 5px 5px 0px;
    }

    .searchautocomplete .searchautocomplete-loader {
        position: absolute;
        top: 13px;
        left: 43px;
        width: 16px;
        height: 16px;
        background: url('../images/mirasvit/loader.gif');
    }

    .searchautocomplete .searchautocomplete-placeholder .ratings {
        margin: 0;
        line-height: 14px;
    }

    .searchautocomplete .searchautocomplete-placeholder .rating-box {
        float: left;
        margin: 0 5px 0 0;
    }

    .clearfix {
        *zoom: 1;
    }

    .clearfix:before,
    .clearfix:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .clearfix:after {
        clear: both;
    }

    .hide-text {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

    .input-block-level {
        display: block;
        width: 100%;
        min-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .jcarousel-wrapper {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }

    .logBox .jcarousel-wrapper {
        padding: 10px 0px;
        margin-bottom: 20px;
    }

    /** Carousel **/

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

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

    .logBox .jcarousel li {
        text-align: center;
    }

    .jcarousel li {
        width: 200px;
        float: left;
        padding: 10px;
    }

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

    /** Carousel Controls **/

    .jcarousel-control-prev,
    .jcarousel-control-next {
        position: absolute;
        top: -32px;
        width: 30px;
        height: 30px;
        text-align: center;
        text-decoration: none;
        line-height: 26px;
        font-size: 15px;
        border-width: 1px;
        border-style: solid;
    }

    .testimonial-wrapper .jcarousel-control-prev,
    .testimonial-wrapper .jcarousel-control-next {
        top: -42px;
    }

    .footer-blocks .jcarousel-control-prev,
    .footer-blocks .jcarousel-control-next,
    .block .jcarousel-control-prev,
    .block .jcarousel-control-next {
        width: 26px;
        height: 26px;
        line-height: 24px;
        font-size: 14px;
    }

    div .block-banner .jcarousel-control-next,
    div .block-banner .jcarousel-control-prev {
        top: 22px;
        line-height: 21px;
    }

    div .block-banner .jcarousel-control-prev {
        right: 51px;
    }

    div .block-banner .jcarousel-control-next {
        right: 20px;
    }

    .footer-blocks .jcarousel-control-next,
    .block .jcarousel-control-next {
        right: 0px;
    }

    .footer-blocks .jcarousel-control-prev,
    .block .jcarousel-control-prev {
        right: 27px;
    }

    .jcarousel-control-prev {
        right: 35px;
        z-index: 1;
    }

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

    .thumbbox .jcarousel-control-prev,
    .thumbbox .jcarousel-control-next {
        margin-top: -15px;
        top: 50%;
    }

    .left-carousel .thumbbox .jcarousel-control-prev,
    .left-carousel .thumbbox .jcarousel-control-next {
        margin-left: -15px;
        left: 50%;
        margin-top: 0;
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        line-height: 24px;
    }

    .left-carousel .thumbbox .jcarousel-control-prev {
        top: 0px;
    }

    .left-carousel .thumbbox .jcarousel-control-next {
        bottom: 0px;
        top: auto;
    }

    .thumbbox .jcarousel-control-next {
        right: -35px;
    }

    .thumbbox .jcarousel-control-prev {
        left: -35px;
    }

    /** Carousel Pagination **/

    .block-banner .jcarousel-pagination {
        text-align: center;
        position: relative;
        left: 0px;
        top: 0px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;

    }

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

    .jcarousel-pagination a {
        text-decoration: none;
        display: inline-block;

        font-size: 11px;
        height: 12px;
        width: 12px;
        line-height: 10px;

        background: #fff;
        color: #4E443C;
        border-radius: 10px;
        text-indent: -9999px;

        margin-right: 7px;


        -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4) inset;
        -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4) inset;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.4) inset;
    }

    .jcarousel-pagination a.active {
        color: #fff;
        opacity: 1;

        -webkit-box-shadow: 0 0 2px #F0EFE7;
        -moz-box-shadow: 0 0 2px #F0EFE7;
        box-shadow: 0 0 2px #F0EFE7;
    }


    .showConfiguration {
        font-size: 12px !important;
        padding: 10px 0 0;
        /* margin: 20px 0; */
        color: #000;
        cursor: pointer;
        font-weight: bold;
    }

    .showConfigurationButton {
        border: 1px solid #a3c338;
        /* border-radius: 4px; */
        padding: 10px 20px;
        font-size: 12px;
    }

    .showConfigurationButton .showConfigurationButton-title {
        font-size: 15px;
        color: #a3c338;
        display: block;
        /*background: url('../images/p010/ski-mounter.png') left top no-repeat;
background-size: 28px;
padding-left: 32px;*/


    }

    /* .showConfigurationButton {
        animation: pulse_dropshadow_slow 4s infinite;
        animation-delay: 2s;
    }

    .showConfigurationButton:hover {
        animation: pulse_dropshadow 1s infinite;
        animation-delay: 0s;
    } */

    .mounting-label {
        font-weight: 700;
        color: #2f2f2f;
        padding-bottom: 5px;
    }

    @keyframes pulse_dropshadow_slow {
        0% {
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
        }

        80% {
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
        }

        95% {
            box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);
        }

        100% {
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        }
    }

    @keyframes pulse_dropshadow {
        0% {
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
        }

        70% {
            box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);
        }

        100% {
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        }
    }


    .ski-binding-options-configuration {
        display: none;
        transition: all 0.5s ease-in-out;
        padding: 0px 0;
        height: 0;
        overflow: hidden;
    }

    .skiconfig .ski-binding-options-configuration {
        display: block;
        height: auto;
        overflow: initial;
    }

    .binding-mount-message {
        display: none;
    }

    .skiconfig .binding-mount-message {
        display: block;
        font-size: 14px;
    }

    .skiconfig dl.last {
        border: 1px solid #9CB40D;
        border-radius: 4px;
        padding: 0px 20px;
        margin-top: 10px;
    }

    .skiconfig .showConfigurationButton {
        border: none;
        border-bottom: 1px solid #9CB40D;
        border-radius: 0px;
        padding: 0 0 10px;
        animation: none;
    }

    .ski-binding-options-configuration input.product-custom-option {
        font-size: 20px;
        line-height: 30px;
        height: 40px;
        padding: 5px;
    }

    .ski-binding-options-configuration p {
        line-height: 24px;
    }

    .ski-binding-options-configuration dd,
    .ski-binding-options-configuration dt {

        width: 100% !important;
        display: inline-block;
        line-height: 40px;
        margin-top: 10px !important;

    }

    /*
.ski-binding-options-configuration dt label{ * aanpassing Sven 21-02 /
	font-size:17px;
	font-weight:300;
}

.ski-binding-options-configuration em{ * aanpassing Sven 21-02 
	margin-top:8px;
} 
*/

    .combotext {
        display: none;
    }

    .skiTabMenu {
        float: left;
        padding: 5px 10px;
        background: #e1e1e1;
        font-weight: 700;
        color: #999;
        cursor: pointer;
        margin: 0 0px 0 10px;
        border: 1px solid #999;
        border-bottom: 1px solid #999
    }

    .skiTabMenu {}

    .skiTabMenu:hover,
    .skiTabMenu.active {
        background: #fcfcfc;
        color: #222;
        border-top: 1px solid #222;
        border-left: 1px solid #999;
        border-right: 1px solid #555;
        border-bottom: 1px solid #fcfcfc;
    }

    .tabContent {
        padding: 10px 0;
    }

    .voorbeeld .in-stock span {
        color: #060;
    }

    .BindingComboText {
        color: #777;
    }


    #product-options-wrapper {
        margin-top: 0px;
    }

    /* aanpassing Sven 21-02 */
    #product-options-wrapper dt {
        margin-top: 20px;
    }

    /* aanpassing Sven 21-02 */

    #product-options-wrapper .skiconfig-on {
        display: none;
    }

    #product-options-wrapper.skiconfig .skiconfig-on,
    #product-options-wrapper .skiconfig-off {
        display: inline;
    }

    #product-options-wrapper.skiconfig .skiconfig-off {
        display: none;
    }

    .product-options-bottom .price_box,
    .product-options-bottom .price_box {
        margin-bottom: 0 !important;
    }


    .promo-banner-right {}

    .promo-banner-right .mister {
        background: url('../images/p010/poppetje.png') bottom left no-repeat;
        background-size: 75%;
        box-sizing: border-box;
        height: 110px;
        padding: 20px 20px 20px 140px;
        font-size: 32px;
        color: #666;
    }

    .promo-banner-right .mister .note {
        display: block;
        font-size: 32px;
        font-family: 'Lato';
        font-weight: bold;
    }

    .promo-banner-right .usp-block {
        background: #F1F7DF;
        color: #666;
        text-align: left;
        padding: 10px;
    }

    .promo-banner-right .usp-block .usp-title {
        font-size: 16px;
        color: #111;
        font-weight: bold;
        font-family: Lato;
    }

    .promo-banner-right .usp-block ul,
    .promo-banner-right .usp-block li {
        line-height: 16px;
    }

    .promo-banner-right .usp-block li {
        padding: 6px 0px 6px 26px;
        background: url('../images/p010/check.png') 2px center no-repeat;
    }

    .promo-banner-right .usp-block li span {
        font-weight: bold;
        color: #555;
    }


    .promo-banner-right .map_image_title {
        text-align: center;
        margin-top: -78px;
        -ms-transform: rotate(-3deg);
        /* IE 9 */
        -webkit-transform: rotate(-3deg);
        /* Chrome, Safari, Opera */
        transform: rotate(-3deg);
        font-family: 'Caveat';
        font-weight: 400;
        font-size: 20px;
        color: #06b;
        text-shadow: 0.2px 0px #022;
    }

    .map_image_title a {
        text-align: center;
        font-family: 'Caveat';
        font-weight: 400;
        font-size: 20px;
        color: #06b;
        text-shadow: 0.2px 0px #022;
    }

    .promo-banner-right .usp-block {}

    .promo-banner-right .map_image_title span {
        margin-top: -10px;
        font-size: 14px;
    }

    .not-available-any-more p .sub-title {
        font-size: 24px !important;
        color: #000 !important;
        font-weight: 700;
        display: block;
        margin-top: 20px;
    }

    .not-available-any-more {
        text-align: left;
        color: #666;
        padding: 10px 20px;
        margin: 10px 0;
    }

    .view-all-from-category {
        background: #fff;
        color: #777;
    }

    .not-available-any-more .jcarousel ul {
        width: auto;
    }

    .view-all-from-category {
        padding: 10px 0;
        background: #FFF;
        border-top: none;
        margin-top: 0;
        text-align: left;
    }

    .not-available-any-more .btn {
        padding: 10px 30px;
        background: #9CB40D;
        color: #fff;
        float: left;
        margin: 0 20px 20px 0;
    }

    .not-available-any-more .headingBox {
        display: none;
    }

    .not-available-any-more .products-grid .product-name {
        margin: 0;
    }

    .not-available-any-more .product-image-small {
        float: left;
        margin: 0 10px 10px 0;
    }

    .not-available-any-more .mt-margin {
        margin-top: 30px;
    }

    .quickdraw {
        padding: 10px;
        background: #fff;
    }

    .quickdraw li {
        padding: 5px;
        width: 49.9%;
        float: left;
        box-sizing: border-box;
    }

    .quickdraw a {
        color: #333;
        font-weight: bold;
    }

    .quickdraw span {
        display: block;
        border-bottom: 1px solid #e1e1e1;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }


    .catalog-category-view .description_top p {
        display: inline;
    }


    /*
.qty_pan .add { background: #0B6B0C; }


.btn-cart span,
.btn-cart span span { background: #0B6B0C !important;  font-weight: normal; }

.btn-cart:hover span,
.btn-cart:hover span > span { background: #fff !important; color: #0B6B0C; }

.btn-cart:hover span { border-color: #0B6B0C !important; }
*/

    /*	MDL Ajax Cart CSS	*/


    div.mdlajax-confirm div.mdlajax-checkout-img {
        background: none repeat scroll 0 0 #FFFFFF;
        border: 3px double #E6E6E6;
        box-shadow: 0 0 9px 1px #f1f1f1;
        padding: 4px;
        float: left;
        width: 69px;
        margin-right: 10px;
    }

    .btn-mdlcart {
        float: left;
    }

    .mdlcheckout {
        float: right;
    }

    .mdlajax-confirm .button span span {
        padding: 0px;
    }

    div.mdl-cart-bts {
        clear: both;
        height: 45px;
        margin-top: 10px;
    }

    .mdlajax-checkout-txt {
        min-height: 60px;
    }

    div.mdlajax-confirm,
    div.mdlajax-progress {
        border: #ccc solid 1px;
        z-index: 199;
        text-align: center;
    }

    div.mdlajax-progress {
        padding: 5px;
        z-index: 199;
    }


    div.mdl-overlay {
        width: 100%;
        height: 100%;
        background: black;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
    }

    a.mdl-checkout-link {
        background: transparent url('../images/mdl/mdl-button-gray-left.gif') no-repeat top left;
        display: block;
        float: right;
        font-size: 11px;
        line-height: 16px;
        /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
        height: 24px;
        /* Height of button background height */
        padding-left: 11px;
        /* Width of left menu image */
        text-decoration: none;
        margin-right: 10px;
    }

    a:link.mdl-checkout-link,
    a:visited.mdl-checkout-link,
    a:active.mdl-checkout-link {
        color: #494949;
        /*button text color*/
    }

    a.mdl-checkout-link span {
        background: transparent url('../images/mdl/mdl-button-gray-right.gif') no-repeat top right;
        display: block;
        padding: 4px 11px 4px 0;
        /*Set 11px below to match value of 'padding-left' value above*/
    }

    a.mdl-checkout-link:hover {
        /* Hover state CSS */
        background-position: bottom left;
    }

    a.mdl-checkout-link:hover span {
        /* Hover state CSS */
        background-position: bottom right;
        color: black;
    }



    span.mdl-or {
        display: none;
    }

    a.mdl-continue-link {
        background: transparent url('../images/mdl/mdl-button-green-left.gif') no-repeat top left;
        display: block;
        float: left;
        font-size: 11px;
        line-height: 16px;
        /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
        height: 24px;
        /* Height of button background height */
        padding-left: 11px;
        /* Width of left menu image */
        text-decoration: none;
        margin-left: 10px;
    }

    a:link.mdl-continue-link,
    a:visited.mdl-continue-link,
    a:active.mdl-continue-link {
        color: #494949;
        /*button text color*/
    }

    a.mdl-continue-link span {
        background: transparent url('../images/mdl/mdl-button-green-right.gif') no-repeat top right;
        display: block;
        padding: 4px 11px 4px 0;
        /*Set 11px below to match value of 'padding-left' value above*/
    }

    a.mdl-continue-link:hover {
        /* Hover state CSS */
        background-position: bottom left;
    }

    a.mdl-continue-link:hover span {
        /* Hover state CSS */
        background-position: bottom right;
        color: black;
    }

    span.mdl-upsells-list-wrapper {
        display: block;
        text-align: left;
    }

    table.mdl-upsell-product-table {
        clear: both;
    }

    table td.mdl-upsells-list-item h5.mdl-product-lnk {}

    table td.mdl-upsells-list-item h5.mdl-product-lnk a {
        font-size: 11px;
        font-weight: normal;
    }

    h4.mdl-upsells-title {
        display: block;
        clear: both;
        padding-left: 10px;
        padding-top: 5px;
    }

    div.mdlajax-progress,
    div.mdlajax-confirm {
        background: none repeat scroll 0 0 #FFFFFF;
        border: 4px double #E6E6E6;
        box-shadow: 0 0 9px 1px #666666;
        z-index: 100000;
        padding: 10px;
    }




    div.mdlajax-confirm>div>.messages ul {
        float: left;
    }

    .mdlajax-confirm>div>ul.messages {
        box-shadow: none;
        margin-bottom: 0px !important;
    }

    div.mdlajax-confirm>div>ul.messages .success-msg {
        background: none;
        text-shadow: inherit;
        color: #000;
        padding: 0px !important;
        text-align: left;
        border: none !important;
    }

    div.mdlajax-confirm>div>.messages .success-msg:before {
        content: '';
    }

    dd#filter_content2 {
        height: 148px;
        overflow-x: auto;
    }


    .checkout_logo_holder {
        padding: 4px;
        margin-top: 15px;
        background: #fff;
        vertical-align: middle;
    }

    .checkout_logo_holder img {
        vertical-align: middle;
        max-height: 20px;
        margin: 0 5px;
    }

    .checkout_help_box {
        float: none;
        width: 420px;
        margin: 0 0 0 150px;
    }

    .checkout_help_box_inner {
        background: #fff;
        border: 1px solid #e1e1e1;
        padding: 10px 20px;
    }


    .cart_help_box {
        background: #F1F7DF;
        margin: 20px 0 0 0;
        border: none;
        padding: 10px 20px;
        text-align: left;
    }

    .cart_help_box .nhelp {}

    .cart_help_box_inner {}


    .feedback_company_box {
        margin-bottom: 10px;
    }

    a.menuBox {
        display: none;
    }

    .ski-binding-buttons .binding-selector {
        padding: 10px 20px;
        display: inline-block;
        border: 1px solid #ddd;
        cursor: pointer;
    }

    .hidden {
        display: none !important;
    }

    .ski-binding-buttons .active {
        background: #9CB40D;
        color: #fff;
    }


    /***  READ MORE ***/
    .read-more-state {
        display: none;
    }

    .product_description p,
    .product_description ul,
    .product_description li,
    .product_description h2,
    .product_description h3,
    .product_description h4,
    .product_description .h4-title,
    .product_description h5,
    .product_description h6 {
        color: #aaa;
        opacity: 0;
        max-height: 0;
        font-size: 0;
        transition: .25s ease;
        margin: 0;
    }

    .product_description h2,
    .product_description h3,
    .product_description h4,
    .product_description .h4-title,
    .product_description h5,
    .product_description h6 {
        font-weight: bold;
    }

    .product_description p:nth-child(1),
    .read-more-state:checked~.product_description p,
    .read-more-state:checked~.product_description ul,
    .read-more-state:checked~.product_description li,
    .read-more-state:checked~.product_description h2,
    .read-more-state:checked~.product_description h3,
    .read-more-state:checked~.product_description h4,
    .read-more-state:checked~.product_description .h4-title,
    .read-more-state:checked~.product_description h5,
    .read-more-state:checked~.product_description h6 {
        opacity: 1;
        max-height: 999em;
        font-size: inherit;
        margin: 0 0 10px;
    }

    .read-more-state:checked~.product_description p,
    .read-more-state:checked~.product_description ul,
    .read-more-state:checked~.product_description li,
    .read-more-state:checked~.product_description h2,
    .read-more-state:checked~.product_description h3,
    .read-more-state:checked~.product_description h4,
    .read-more-state:checked~.product_description h5,
    .read-more-state:checked~.product_description h6 {
        color: #333;
    }

    .read-more-state~.product_description .read-less-trigger,
    .read-more-state:checked~.product_description .read-more-trigger {
        display: none;
    }

    .read-more-state:checked~.product_description .read-less-trigger {
        display: inline-block;
    }


    .read-more-trigger,
    .read-less-trigger {
        cursor: pointer;
        display: inline-block;
        color: #A9C053;
        font-size: .9em;
        line-height: 2;
        border-radius: .25em;
    }



    .rg-selector .rg-selector-button,
    .btn-cart,
    .showConfigurationButton {
        transition: 0.3s ease all;
    }

    .rg-selector .rg-selector-button:hover,
    .btn-cart:hover,
    .showConfigurationButton:hover {
        transform: scale(1.05);
    }



    @media screen and (min-width: 330px) {
        .not-available-any-more .mt-margin {
            margin-top: 0px !important;
        }

        .homecats ul {
            grid-template-columns: 1fr;
        }

        .homecats {
            padding: 0px;
        }

        .cms-index-index .ocms {
            padding: 0 20px;
        }
    }

    @media screen and (min-width: 560px) {
        .not-available-any-more .mt-margin {
            margin-top: 30px !important;
        }

        .homecats ul {
            grid-template-columns: 1fr 1fr;
        }

        .homecats {
            padding: 0px;
        }

        .cms-index-index .ocms {
            padding: 20px;
        }
    }

    @media screen and (min-width: 1025px) {

        .rg-sorter,
        .close-deputy-one {
            display: none;
        }

        .homecats ul {
            grid-template-columns: 1fr 1fr 1fr 1fr;
        }
    }

    @media screen and (min-width: 1025px) {

        .ski-binding-options-configuration dd,
        .ski-binding-options-configuration dt {
            width: 49% !important;
            font-size: 16px;
        }
    }

    @media screen and (min-width: 1024px) {
        .homecats {
            padding: 20px 0;
        }

        .cms-index-index .ocms {
            padding: 0;
        }
    }

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

        .checkout_help_box {
            margin: 0 0 0 50px;
        }
    }

    @media screen and (max-width: 1160px) {
        .checkout_help_box {
            margin: 0 0 0 5px;
        }

        .checkout_help_box_inner {
            padding: 10px;
        }

        .promo-banner-right .mister {
            padding: 20px 20px 20px 70px;
        }
    }


    @media screen and (min-width: 1025px) and (max-width: 1110px) {
        .checkout_help_box {
            float: right !important;
            margin: 0;
        }
    }

    .mobile_cart {
        display: none;
    }

    .mobMenu {
        padding: 10px 0;
        margin: 0 !important;
    }

    .store-address a {
        color: #333;
    }

    .import-duties-block {
        margin-bottom: 20px;
        border: 1px solid #ddd;
        border-left: 5px solid #FF9A01;
        padding: 20px;
    }


    .crosssell-cart,
    .recently_viewed_products {
        margin-top: 30px;
    }

    .crosssell-cart .products-grid,
    .recently_viewed_products .products-grid {
        grid-template-columns: 140px;
        grid-auto-flow: column;
        grid-auto-columns: 140px;
        overflow-x: auto;
        grid-gap: 20px;
    }

    .recently_viewed_products .products-grid .item-name {}

    .crosssell-cart .btn-cart {
        transform: scale(1);
        padding: 5px 10px;
    }

    .crosssell-cart .btn-cart:hover {
        transform: scale(1);
        background: #9CB40D;
        opacity: 0.9;

    }

    .recently_viewed_products .products-grid .cdp-product-bottom,
    .recently_viewed_products .products-grid .cdp-product-bottom a,
    .recently_viewed_products .products-grid .cdp-product-bottom a:hover,
    .recently_viewed_products .products-grid .cdp-product-bottom-brand,
    .recently_viewed_products .products-grid .cdp-product-bottom-name {
        display: inline;
        font-size: 14px;
        line-height: 18px;
        font-weight: bold;
        color: #333;
    }

    .recently_viewed_products .products-grid .cdp-product-bottom .item-name {
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .recently_viewed_products .products-grid li.item .price-box {
        margin: 0;
    }

    .recently_viewed_products .products-grid li.item .price-box .price {
        font-size: 14px !important;
        color: #a3c338;
    }

    .recently_viewed_products .products-grid .thumbs-1 {
        opacity: 0;
    }

    .recently_viewed_products .thumbs,
    .has-no-thumbs .thumbs {
        display: none;
    }



    .hide-above-960,
    .hide-above-960-block,
    .hide-above-960-inline-block {
        display: none;
    }

    .banner-button {
        background: #a3c338 !important;
        border-radius: 4px;
        font-size: 24px !important;
        font-weight: 700 !important;
        line-height: 36px !important;
        padding: 10px 20px !important;
        text-transform: uppercase;
        display: block;
        max-width: 200px;
        color: #fff;
        margin: 0 auto !important;
        text-align: center;
    }

    .banner-button:hover {
        opacity: 0.95;
        color: #fff;
    }

    .twinkle-load .products-grid img {
        opacity: 0;
    }

    .sub-cat-holder {
        display: none;
    }

    @media screen and (max-width: 1024px) {
        .searchautocomplete .searchautocomplete-placeholder {
            top: 67px;
        }

        .searchautocomplete .searchautocomplete-placeholder::before {
            border-color: transparent transparent #333 transparent !important;
        }

        .sub-cat-holder {
            display: block;
        }

        .product-shop .price-box .old-price {
            margin: 5px 0 -5px 0;
        }

        .hide-above-960-block {
            display: block;
        }

        .hide-above-960-inline-block {
            display: inline-block;
        }

        .hide-above-960 {
            display: initial;
        }

        .checkout_right_box {
            display: none !important;
        }

        .breadcrumbs {
            padding: 10px 0px;
        }

        .catalog-category-view .breadcrumbs {
            padding: 10px 20px;
        }

        .catalog-category-view h1 {
            padding: 0 0 0.5rem 0;
            font-weight: 900;
            font-size: 26px;
            line-height: 32px;
        }

        .catalog-category-view .category-products .products-grid {
            margin: 0;
        }

        .breadcrumbs ul {}

        .breadcrumbs ul li {
            display: none;
        }

        .breadcrumbs ul li span {
            display: none;
        }

        .breadcrumbs ul li:nth-last-child(2) {
            display: inline;
        }

        .breadcrumbs ul li:nth-last-child(2) a:before {
            content: '< ';
            padding-right: 2px;
        }


        .carousel.f-fix .container {
            margin: 0;
            padding: 0;
            width: 100%;
        }

        .slide {
            margin-top: 0px;
        }

        .f-fix.header-top,
        .block-cart.header_cart,
        .nav-search-in,
        .logBox,
        .news-letter,
        .footerBottom,
        .static-links,
        .email-friend,
        .sorter .view-mode .list,
        .footer-blocks .media-payment h3,
        .footer-blocks .media-payment br,
        .limiter,
        .sort-by label,
        p.view-mode,
        .magicat-container,
        .hide-below-960 {
            display: none;
        }

        p.productname {
            height: auto;
        }

        .link-block,
        .link-block a {
            font-size: 16px;
            line-height: 24px;
        }

        .footer-blocks h3 {
            margin: 10px 0;
            font-size: 20px;
            line-height: 32px;
        }

        a.logo img {
            width: 130px;
        }

        #search_mini_form {
            display: none;
        }

        #search_mini_form.s-open {
            display: block;
        }

        .add-to-box .add-to-cart {
            float: none !important;
            display: block;
            text-align: center;
        }

        .promo-banner-right .mister {
            padding: 20px 20px 20px 60px;
        }

        /*.add-to-box .add-to-cart label, 
	.add-to-box .add-to-cart .qty_pan,
	.add-to-box .add-to-cart .btn-cart
	{ float: none !important; display: inline-block; font-size: 18px;}
	*/

            {
            display: none;
        }

        .rg-header-cart {
            padding-top: 12px;
        }

        .oxl-hamburger {
            background: url('../images/p010/hamburger-x-thin.svg') top center no-repeat;
            height: 20px;
            background-size: contain;
        }

        .mobile_cart {
            text-align: center;
            position: fixed;
            z-index: 9500;
            top: 24px;
            right: 15px;
            padding: 0;
            transform: rotate(15deg);
            box-sizing: border-box;
            /*background: #9CB40D; */
            border-radius: 30px;
            height: 30px;
            width: 30px;
            display: block;
            color: #fff;
            /*line-height: 54px;*/
            /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);*/

        }

        .outdoorxl-rtl .mobile_cart {
            right: auto;
            left: 15px;
        }

        .oxl-shopping-cart {
            background: url('https://www.outdoorxl.nl/skin/frontend/nextlevel/default/images/p010/cart-sad.svg') top left no-repeat;
            display: block;
            width: 30px;
            height: 30px;
            background-size: contain;
        }

        .mobile_cart:hover,
        .mobile_cart:active {
            background: rgba(0, 0, 0, 0);
        }

        .search-toggle {
            position: static;
            width: 30px;
            height: 30px;
            color: #fff;
            line-height: 54px;
            cursor: pointer;
        }

        .search-toggle:hover {
            border-radius: 30px;
            opacity: 0.8;
        }

        .checkout-cart-index .mobile_cart,
        .mobile_cart-empty {
            position: static;
            box-shadow: none;
            right: 0;
            transform: rotate(0);
        }

        .rg-header-logo {
            padding: 11px 0;
        }


        .mobile_cart a {
            width: 100%;
            height: 100%;
            display: block;
            line-height: 68px;
            border-radius: 30px;
            color: #fff;
        }

        .mobile_cart a:hover {
            color: #efefef;
        }

        .mobile_cart:after {
            clear: both;
        }

        .cart-badge {
            position: absolute;
            display: block;
            background: #FF7711;
            border-radius: 10px;
            top: 2px;
            right: 0px;
            font-size: 10px;
            padding: 5px;
            line-height: 8px;
            text-align: center;
        }

        .product-shop .product-name {
            margin: 0px 0 0px !important;
        }

        .rg-header-search {
            padding-top: 16px;
        }

        .oxl-header-search {
            background: url('../images/p010/magnifier.svg') top left no-repeat;
            background-size: contain;
            /* display: block; */
            width: 28px;
            height: 28px;
            display: none;
        }

        #search_mini_form .form-search {
            height: 0;
            opacity: 0;
            transition: 0.3s all ease;
            margin-top: 0px !important;
            margin-right: 0 !important;
            border-top: 1px solid #fff;
            border-radius: 0px !important;
            width: 100%;
            position: absolute;
            left: 0;
            box-sizing: border-box;
            padding: 10px !important;
            background: #ccc;
            z-index: 99;
        }

        #search_mini_form.s-open .form-search {
            height: auto;
            opacity: 1;
            padding-top: 15px;
            margin-top: 15px !important;

        }

        .banner-shizzle {
            padding: 20px;
            margin: 20px 20px 0;
            background: #f2f2f2;
        }

        .banner-shizzle h2 {
            font-weight: bold;
            color: #9CB40D;
            padding-bottom: 20px;
            text-align: center;
        }

        a.menuBox {
            font-size: 20px;
            line-height: 12px;
            color: #fff;
            float: left;
            display: block;
            padding: 5px 20px 0px 0;
            text-align: center;
            width: auto;
            box-sizing: border-box;
        }

        .outdoorxl-rtl a.menuBox {
            float: right;
        }

        a.menuBox small {
            font-size: 12px;
            line-height: 8px;
        }

        a.menuBox.menu-open {
            color: #000;
        }

        .pager {
            padding-left: 0 !important;
            text-align: center;
        }

        .pager .pages li span,
        .pager .pages li a {
            height: auto;
            width: auto;
            padding: 10px 15px;
        }

        .headingBox {
            margin: 0;
            top: 0 !important;
            position: inherit
        }

        .category-image {
            display: none;
        }

        .sorter .sort-by {
            float: none !important;
            padding: 10px;
            margin: 0 auto;
            width: 180px;
        }

        .proAction {
            display: none;
        }

        .amshopby-filters-left {
            margin: 0 0 0 0;
        }


        .amshopby-apply-block {
            position: fixed;
            width: 100%;
            left: -100%;
            transition: 0.5s all ease;
            bottom: 0;
            top: auto;
            z-index: 9900;
            padding: 10px 0;
            background: #fff;
            border-top: 1px solid #ddd;
        }

        .active .amshopby-apply-block {
            left: 0;
        }

    }

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


        .recently_viewed_products .products-grid {
            grid-template-columns: 37%;
            grid-auto-columns: 37%;
        }

        .ski-binding-options-configuration dd,
        .ski-binding-options-configuration dt {
            width: 49% !important;
        }

        .product-options-wrapper .price_box {
            margin: 0;
        }

        a#description {
            height: 0;
            line-height: 0;
            display: block;
        }

        .dpd-ajax-windowindex #map_canvas {
            display: none;
        }

        .parcelshopwrapper .shops {
            width: calc(100% - 20px) !important;
        }

        #DPD_window {
            top: 20px !important;
            height: 100%;
            left: 20px !important;
            width: calc(100% - 40px) !important;
            box-sizing: border-box;
        }

        #DPD_window_content {
            width: 100% !important;
            height: calc(100% - 40px);
        }

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

        /*	.block-layered-nav { display: none;}*/
        .flipView {
            height: 160px;
        }

        .products-grid .item {
            box-sizing: border-box;
            display: inline-block;
        }

        /*.products-grid li.item:nth-child(2n+1){
		clear:left
	}*/
        .mobile-clearer {
            display: block;
            clear: both;
            width: 100%;
            height: 1px;
            padding: 0;
            margin: 0;
            line-height: 0;
        }

        .sorter .pager {
            display: none;
        }
    }

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

        .ski-binding-options-configuration dd,
        .ski-binding-options-configuration dt {
            width: 100% !important;
        }
    }

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

        .pager .pages li span,
        .pager .pages li a {
            padding: 5px 10px;
        }
    }

    .category-sale #narrow-by-list dt:nth-child(1),
    .category-sale #narrow-by-list dd:nth-child(2) {
        display: none;
    }

    .outdoorxl-rtl .rg-header nav #nav li.level-top {
        float: right;
    }



    esi\:remove {
        display: none;
    }