.page-header .bottom-bar.sticky,
.page-header .top-bar {
    position: fixed;
    width: 100%;
    z-index: 100
}

.btn,
.filter-sidebar,
.filters-overlay,
.main-menu-trigger span,
.main-menu-trigger span:after,
.main-menu-trigger span:before,
.page-footer .social a {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    -ms-transition: all .25s ease
}

.btn,
.page-footer h3,
.page-header .bottom-bar {
    text-transform: uppercase
}

.primaryColor {
    background-color: #e1e1e1;
    color: #fff
}

.orange,
.secondaryColor {
    background-color: #e41b13;
    color: #fff
}

.secondary-font {
    font-family: 'Fira Sans', sans-serif
}

.cms-text {
    font-size: 15px;
    line-height: 25px
}

.cms-text p {
    margin-bottom: 15px
}

.data-table {
    width: 100%
}

.data-table .a-center {
    text-align: center
}

.data-table#my-orders-table colgroup {
    display: none
}

.data-table#my-orders-table tr td.last {
    text-align: right
}

.data-table tr.odd {
    background: #F7F7F7
}

.data-table tr td,
.data-table tr th {
    padding: 10px
}

.data-table tr th {
    display: table-cell
}

.data-table tr th.label {
    vertical-align: middle;
    text-align: left
}

.no-display {
    display: none
}

.table-productattachment .fa {
    padding-right: 5px
}

.breadcrumbs {
    padding: 20px 0;
    font-size: 12px
}

.breadcrumbs ul,
.page-header .top-bar ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.breadcrumbs a {
    text-decoration: none;
    color: #e41b13
}

.breadcrumbs a:hover {
    text-decoration: underline
}

.breadcrumbs ul li {
    display: inline-block
}

.breadcrumbs ul li:not(:last-child):after {
    content: ' /';
    margin-left: 3px;
    margin-right: 3px
}

@media only screen and (max-width:767px) {
    .breadcrumbs {
        display: none
    }
}

.page-header {
    margin: 0;
    padding: 0;
    border: none
}

.page-header .top-bar {
    background: #333;
    font-size: .92857em;
    color: #fff;
    top: 0
}

.page-header .bottom-bar,
.page-header .cart {
    font-size: 14px;
    font-family: 'Fira Sans', sans-serif;
    background: #fff
}

.page-header .top-bar ul li {
    display: inline-block;
    margin-right: 15px
}

.page-header .top-bar ul li:last-child {
    margin-right: 0
}

.page-header .middle-bar {
    padding: 13px 0;
    background: #fff
}

.page-header .bottom-bar {
    font-weight: 700;
    line-height: 47px
}

.page-header .logo img {
    max-height: 60px
}

@media only screen and (max-width:1199px) {
    .page-header .middle-bar .margins {
        margin-top: 10px
    }
    .page-header .logo img {
        max-width: 250px;
        display: block
    }
}

.page-header .cart {
    display: block;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    padding-left: 50px;
    text-decoration: none;
    color: #1a1a1a;
    position: relative
}

.page-header .cart:before {
    content: '\f07a';
    font-family: FontAwesome;
    position: absolute;
    left: 10px;
    font-size: 30px;
    top: -2px
}

.page-header .cart .qty,
.sidebar .filters .count {
    font-family: 'Fira Sans', sans-serif
}

.page-header .cart .qty {
    background: #e41b13;
    color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-weight: 700;
    position: absolute;
    height: 24px;
    min-width: 24px;
    padding: 0 3px;
    line-height: 21px;
    display: block;
    border: 2px solid #fff;
    font-size: 12px;
    top: -3px;
    left: 26px
}

.page-header .cart .price {
    color: grey;
    display: inline-block
}

@media only screen and (max-width:991px) {
    .page-header .cart .price {
        font-weight: 700;
        color: #1a1a1a
    }
}

.top-nav {
    text-align: right
}

@media only screen and (max-width:767px) {
    .top-nav {
        text-align: center
    }
    .top-nav ul {
        float: none!important
    }
    .top-nav ul li {
        margin-right: 0!important
    }
}

.main-menu {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

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

.main-menu>li {
    width: auto;
    float: left;
    position: relative
}

.main-menu>li>a {
    text-align: center;
    display: block;
    text-decoration: none;
    color: #000;
    border-left: 1px solid rgba(255, 255, 255, .2);
    padding: 0 15px
}

@media only screen and (max-width:1199px) {
    .main-menu>li>a {
        padding: 0 11px
    }
}

@media only screen and (max-width:991px) {
    .main-menu>li>a {
        padding: 0 11px
    }
}

.main-menu>li:last-child>a {
    border-right: 1px solid rgba(255, 255, 255, .2)
}

.main-menu>li>ul.level0 {
    display: none;
    line-height: 1.7;
    position: absolute;
    left: 0;
    list-style: none;
    margin-bottom: 0;
    padding: 20px;
    width: 250px;
    font-size: 13px;
    font-weight: 400
}

.main-menu>li>ul.level0 li {
    margin-bottom: 6px
}

.main-menu>li>ul.level0 li a {
    text-decoration: none;
    color: #404040;
    background: 0 0;
    line-height: 1.4;
    display: inline-block
}

.main-menu>li>ul.level0 li a:hover {
    opacity: .6
}

.main-menu>li>ul.level0 li.last {
    margin-bottom: 0
}

.main-menu>li>ul.level0 ul.level1 {
    padding-left: 15px;
    font-size: 11px
}

.main-menu>li.nav-6 .level0,
.main-menu>li.nav-7 .level0,
.main-menu>li.nav-8 .level0,
.main-menu>li.nav-9 .level0 {
    left: auto;
    right: 0
}

.main-menu>li.active {
    background: #e41b13
}

@media only screen and (min-width:992px) {
    .main-menu {
        display: block!important
    }

    .main-menu>li:hover a {
        background: rgba(255, 255, 255, .2)
    }

    .main-menu>li:hover ul.level0 {
        display: block
    }
}

@media only screen and (max-width:991px) {
    .main-menu {
        position: fixed;
        width: 320px;
        z-index: 999;
        right: -320px;
        top: 0;
        height: 100vh;
        background: #fff;
        -webkit-overflow-scrolling: touch;
        overflow-y: auto;
        transition: transform .25s ease;
        padding: 50px 0;
    }

    .main-menu.active {
        transform: translateX(-100%);
    }

    .main-menu>li {
        width: 100%;
        float: none
    }
    .main-menu>li>a {
        text-align: left;
        padding: 0 20px;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, .2)
    }
}

.brand-header .header-image img,
.is-blog .post-list>ul li .post-list-item .post-meta .categories,
.toolbar .sort-control {
    float: right
}

.main-menu-trigger {
    width: 52px;
    cursor: pointer;
    z-index: 11
}

.main-menu-trigger span,
.main-menu-trigger span:after,
.main-menu-trigger span:before {
    display: block;
    height: 2px;
    width: 26px;
    position: absolute
}

.main-menu-trigger span {
    top: 50%;
    left: 25%
}

.main-menu-trigger span:before {
    content: '';
    top: -7px
}

.main-menu-trigger span:after {
    content: '';
    top: 7px
}

.main-menu-trigger.active span,
.main-menu-trigger.active span:after,
.main-menu-trigger.active span:before {
    top: 50%!important
}

.sidebar {
    font-size: 1.07142em
}

.sidebar .filters .title {
    font-size: 1.14285em
}

.sidebar .filters .count {
    color: #999;
    font-size: .85714em;
    float: right
}

.sidebar .filters ol {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    font-size: 14px
}

.sidebar .filters ol a {
    text-decoration: none;
    padding: 7px 7px 7px 28px;
    position: relative;
    display: block;
    line-height: 14px
}

.sidebar .filters ol a:before {
    content: '';
    width: 14px;
    height: 14px;
    display: block;
    border: 1px solid #e0e0e0;
    position: absolute;
    left: 5px;
    top: 6px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    text-align: right;
    font-size: .78571em;
    font-family: FontAwesome;
    color: #999
}

.sidebar .filters ol .selected a:before,
.sidebar .filters ol a:hover:before {
    content: '\f00c'
}

.sidebar .filters ol a:hover {
    background: #f5f5f5;
    color: #404040
}

.sidebar .filters ol .selected a {
    color: #e1e1e1;
    font-weight: 700
}

.sidebar .filters ol .selected a:before {
    border-color: #e1e1e1;
    color: #e1e1e1
}

.sidebar .filters ol .selected a span {
    font-weight: 400
}

.sidebar .reset-filters {
    text-align: right;
    padding-bottom: 15px;
    font-size: .92857em
}

.sidebar .reset-filters a {
    text-decoration: none;
    color: grey
}

.sidebar .reset-filters a:hover {
    text-decoration: underline;
    color: #404040
}

.sidebar dt {
    border-top: 1px solid #e0e0e0;
    padding: 15px 0
}

.sidebar dd {
    margin-bottom: 15px
}

.sidebar .block,
.sidebar .sidebar-block {
    border-top: 1px solid #e0e0e0;
    padding-top: 25px;
    padding-bottom: 25px
}

.sidebar .block:first-child,
.sidebar .sidebar-block:first-child {
    padding-top: 0;
    border: none
}

.sidebar .block.block-brand a,
.sidebar .sidebar-block.block-brand a {
    font-size: .92857em;
    display: block;
    margin-top: 15px;
    color: grey;
    text-decoration: none
}

.sidebar .block.block-brand a:hover,
.sidebar .sidebar-block.block-brand a:hover {
    color: #e1e1e1;
    text-decoration: underline
}

.sidebar .block.block-brand a:before,
.sidebar .sidebar-block.block-brand a:before {
    content: '\f054';
    font-family: FontAwesome;
    font-size: .71428em;
    padding-right: 5px;
    display: inline-block
}

.sidebar .block.block-brand a:first-child,
.sidebar .sidebar-block.block-brand a:first-child {
    margin-top: 0;
    border: 1px solid #e0e0e0;
    text-align: center;
    padding: 20px
}

.sidebar .block.block-brand a:first-child:before,
.sidebar .sidebar-block.block-brand a:first-child:before {
    content: '';
    display: none
}

.sidebar .block.block-brand a:first-child img,
.sidebar .sidebar-block.block-brand a:first-child img {
    display: inline-block
}

.sidebar .block .block-title,
.sidebar .sidebar-block .block-title {
    margin-top: 0;
    font-weight: 700;
    color: #e1e1e1
}

.sidebar .block ul,
.sidebar .sidebar-block ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.sidebar .block>ul,
.sidebar .sidebar-block>ul {
    margin-top: 10px
}

.sidebar .block-account {background:#fff;padding-bottom:0;margin-bottom:25px;}
.sidebar .block-account .block-title {padding:15px 20px;color:#000;border-bottom:1px solid #ececec;}
.sidebar .block-account ul {}
.sidebar .block-account ul li {border-top:1px solid #ececec;}
.sidebar .block-account ul a,
.sidebar .block-account ul strong {display:block;text-decoration:none;padding:7px 20px;}
.sidebar .block-account ul a:hover,
.sidebar .block-account ul strong {color:#e41b13;}

.my-account .name-taxvat .input-group {width:100%;}
#my-orders-table {background:#fff;}

.pcnl-manual-checkbox input[type=checkbox] {display:inline-block;margin-right:8px;}
.addresses-list ol {list-style:none;padding-left:0;}

.field.input-postcode .input-text {
    font-size: 14px;
    line-height: 1.42857143;
    background: #fff;
    color: #555;
    box-shadow: none;
    height: 40px;
    border:1px solid #e0e0e0;
    width: 100%;
    display: block;
    padding: 6px 12px;
    border-radius: 4px;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

@media only screen and (max-width:991px) {
    .sidebar .block,
    .sidebar .sidebar-block {
        border: none;
        padding-top: 0
    }
}

@media only screen and (max-width:1199px) {
    .filter-sidebar {
        position: fixed;
        top: 0;
        left: -260px;
        bottom: 0;
        height: 100%;
        z-index: 201;
        background: #fff;
        width: 260px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding: 10px
    }
}

.filter-sidebar .currently ol {
    list-style: none;
    padding-left: 0;
    font-size: 13px
}

.filter-sidebar .currently ol li .label {
    font-size: 100%
}

.filters-trigger {
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 20px;
    padding: 10px 10px 10px 40px;
    position: relative;
    cursor: pointer
}

.filters-trigger:before {
    content: '\f0b0';
    font-family: FontAwesome;
    position: absolute;
    left: 17px
}

.btn,
.cart-table .product-name,
.page-footer .top-bar {
    font-family: 'Fira Sans', sans-serif
}

.filters-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    background: rgba(0, 0, 0, .7);
    display: none
}

body.open-filter-sidebar {
    overflow: hidden
}

body.open-filter-sidebar .filter-sidebar {
    left: 0
}

body.open-filter-sidebar .filters-overlay {
    display: block
}

.page-footer {
    background: #333;
    color: #fff
}

.page-footer a {
    color: #fff;
    text-decoration: none
}

.page-footer a:hover {
    text-decoration: underline;
    color: #fff
}

@media only screen and (max-width:767px) {
    .page-footer #newsletter-validate-detail {
        margin-top: 10px
    }
}

.page-footer h3 {
    font-size: 14px;
    margin: 0 0 20px;
    color: #fff
}

.page-footer .social li {
    display: inline-block;
    margin: 0;
    font-size: 1.5em
}

.page-footer .social li:last-child {
    margin-right: 0
}

.page-footer .social a {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 2px solid transparent
}

.page-footer .social a:hover {
    border-color: #fff;
    color: #fff
}

.page-footer .top-bar {
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.page-footer .top-bar .contact {
    font-weight: 700;
    font-size: 1.07142em
}

.page-footer .top-bar .contact a {
    display: inline-block;
    margin-right: 15px;
    line-height: 56px
}

.page-footer .top-bar .contact a:last-child {
    margin-right: 0
}

.page-footer .top-bar strong {
    font-size: 1.2em;
    line-height: 1.2
}

.page-footer ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    line-height: 1.75
}

.page-footer .middle-bar,
.page-footer .top-bar {
    padding: 40px 0;
    font-size: 1.07142em
}

@media only screen and (max-width:767px) {
    .page-footer .middle-bar ul {
        margin-bottom: 35px
    }
}

.page-footer .carriers,
.page-footer .carriers ul,
.page-footer .payment-methods,
.page-footer .payment-methods ul {
    display: inline-block
}

.page-footer .carriers-payment-methods {
    margin: 10px 0
}

.page-footer .carriers-payment-methods .cpm-label {
    margin-right: 10px
}

.page-footer .carriers {
    margin-right: 40px
}

@media only screen and (max-width:767px) {
    .page-footer .carriers {
        margin-right: 5px
    }
}

.page-footer .bottom-bar {
    font-size: .92857em;
    background: #fff;
    color: grey;
    padding: 20px 0
}

.page-footer .bottom-bar a {
    color: grey;
    text-decoration: underline
}

.page-footer .bottom-bar a:hover {
    color: #e1e1e1
}

.page-footer .bottom-bar ul li {
    display: inline-block;
    margin-right: 15px
}

.page-footer .bottom-bar ul li:last-child {
    margin-right: 0
}

.page-footer .bottom-bar ul li a {
    color: grey;
    text-decoration: none
}

.page-footer .bottom-bar ul li a:hover {
    text-decoration: underline;
    color: grey
}

.page-footer .footer-bottom-links {
    text-align: right;
    line-height: 1.8
}

@media only screen and (max-width:991px) {
    .page-footer .footer-bottom-links .left {
        text-align: left
    }
}

.page-footer .btn-primary {
    background-color: #e41b13;
    border: 1px solid #e41b13;
    color: #fff
}

.page-footer .btn-primary:active,
.page-footer .btn-primary:focus,
.page-footer .btn-primary:hover {
    opacity: .85
}

.page-footer .button-on-input input {
    padding-right: 145px
}

@media only screen and (max-width:767px) {
    .page-footer .bottom-bar ul li {
        margin-right: 5px
    }
    .page-footer,
    .page-footer .footer-bottom-links,
    .page-footer .footer-bottom-links .left {
        text-align: center
    }
}

.form-control:focus,
input {
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none
}

.form-control:focus:focus,
input:focus {
    border-color: #e0e0e0
}

.input-group .btn {
    height: 40px
}

.toolbar {
    border-top: 1px solid #e0e0e0;
    padding-top: 5px;
    margin-top: 5px
}

.toolbar .sort-options-control {
    width: 200px;
    display: inline-block;
    margin-left: 15px
}

.toolbar .pager {
    margin: 0
}

.toolbar .pager .show-control {
    width: 80px;
    display: inline-block;
    margin-left: 15px
}

.toolbar .sort-control {
    width: 40px;
    display: inline-block;
    margin-left: 3px
}

.toolbar .sort-control .fa {
    margin-top: 5px
}

.toolbar .amount {
    margin: 0;
    line-height: 40px
}

.toolbar .row-top {
    display: block
}

.toolbar .row-bottom,
.toolbar-bottom .toolbar .row-top {
    display: none
}

.toolbar-bottom {
    margin-top: 50px
}

.toolbar-bottom .toolbar {
    border: none;
    padding: 0;
    margin: 0
}

.toolbar-bottom .toolbar .row-bottom {
    display: block
}

.btn {
    font-weight: 700;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none!important;
    letter-spacing: 1.3px
}

.control-label,
.form-subscribe-header label {
    font-weight: 400
}

.btn-primary {
    color: #fff
}

.btn-primary:hover {
    background: #e41b13
}

.btn-primary-inverse {
    color: #e1e1e1;
    background: 0 0;
    border-color: #e1e1e1
}

.btn-primary-inverse:hover {
    color: #e41b13;
    border-color: #e41b13
}

.btn-gray {
    background-color: #999;
    border-color: #999;
    color: #fff
}

.btn-gray:hover {
    background-color: #e1e1e1;
    color: #fff;
    border-color: #e1e1e1
}

.btn-orange {
    background-color: #00BF00;
    color: #fff;
    border-color: #00BF00
}

.btn-orange:hover {
    background: #f8a067;
    border-color: #f8a067;
    color: #fff
}

.btn-search {
    background-color: #e0e0e0;
    border-color: #e0e0e0;
    color: #fff;
    padding: 0 14px
}

.btn-search:hover {
    background-color: #e1e1e1;
    color: #fff;
    border-color: #e1e1e1
}

.btn-search:before {
    font-size: 18px
}

.btn-cart {
    height: auto;
    margin-top: 15px
}

.btn-block {
    padding-left: 0!important;
    padding-right: 0!important
}

.form-control, select#country {
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 40px;
    border-color: #e0e0e0;
    width:100%;
    display:block;
    padding: 6px 12px;
    border-radius: 4px;
}

.button-on-input {
    position: relative
}

.button-on-input .btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    height: 40px;
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.form-group .pre-filled {
    padding-top: 7px;
    display: inline-block
}

.pager .pages>strong,
label.required em {
    display: none
}

@media only screen and (max-width:767px) {
    .form-group .pre-filled {
        padding-top: 11px
    }
}

label.required:after {
    content: ' *';
    color: red
}

.messages {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
    line-height: 2
}

.messages>li {
    padding: 10px 20px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid;
    margin-bottom: 8px
}

.messages ul,
ul.form-list {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.messages .error-msg {
    border-color: #ec8181;
    background: #fdf4f4;
    color: #e23e3e
}

.messages .success-msg {
    border-color: #51d274;
    background: #f3fcf5;
    color: #2caa4e
}

ul.form-list li {
    margin-bottom: 15px
}

ul.form-list li.fields {
    margin-bottom: 0
}

ul.form-list li.fields .field {
    margin-bottom: 15px
}

.pager .pages ol {
    padding-left: 0;
    margin-bottom: 0
}

.pager .pages ol li {
    display: inline-block;
    line-height: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 40px;
    min-width: 40px
}

.pager .pages ol li.current {
    height: 40px;
    min-width: 40px;
    background: #e1e1e1;
    color: #fff;
    border-color: #e1e1e1
}

.pager .pages ol li:hover a {
    border-color: #e1e1e1;
    color: #e1e1e1;
    background: #fff
}

.pager .pages ol li a {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    display: block;
    padding: 0 10px;
    text-decoration: none;
    color: #6d6d6d
}

.cart-icon {
    font-size: 1.07142em
}

.cart-icon:before {
    padding-right: 10px;
    font-size: 1.14285em
}

.cart-table {
    width: 100%;
    margin-bottom: 20px
}

.cart-table tr.odd {
    background: 0 0
}

.cart-table tr td,
.cart-table tr th {
    padding: 0
}

.cart-table .product-name {
    margin-top: 0;
    font-size: 14px;
    margin-bottom: 0
}

.cart-table>tbody>tr,
.cart-table>thead>tr {
    border-bottom: 1px solid #e0e0e0
}

.cart-table>thead>tr>th {
    padding: 10px 0
}

.cart-table>tbody>tr>td {
    vertical-align: top;
    padding: 25px 0
}

.cart-table .delete-link {
    text-decoration: none;
    display: inline-block;
    margin-top: 10px
}

.cart-table .item-options dd,
.cart-table .item-options dt {
    display: inline
}

.cart-table .delete-link:hover {
    text-decoration: underline
}

.cart-table .item-options {
    margin-bottom: 0;
    margin-top: 5px
}

.cart-table .item-options dt:after {
    content: ': '
}

.a-right,
td.price,
th.price {
    text-align: right
}

.totals-title {
    margin-top: 0;
    margin-bottom: 20px
}

@media only screen and (max-width:991px) {
	.totals-title {
		padding-top: 1em;
	}
}

.totals-table {
    width: 100%;
    font-size: 1.14285em;
    margin-bottom: 20px
}

.totals-table td {
    padding: 3px 0
}

.totals-table tfoot {
    font-weight: 700
}

.qty-input-holder .btn {
    padding: 6px 10px;
    font-size: 12px;
    margin-top: 2px
}

.catalog-product-view .product-info img,
.single-product .product-info img {
    display: inline-block
}

.catalog-product-view .product-info .price-box .old-price,
.single-product .product-info .price-box .old-price {
    font-size: 14px;
    margin-right: 15px
}

.catalog-product-view .product-info .price-box .old-price:before,
.single-product .product-info .price-box .old-price:before {
    bottom: 9px
}

.catalog-product-view .product-info .price-box .price,
.single-product .product-info .price-box .price {
    color: #e1e1e1;
    font-weight: 700
}

.catalog-product-view .add-to-cart-box,
.single-product .add-to-cart-box {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #e0e0e0;
    padding: 20px;
    margin: 20px 0
}

.catalog-product-view .add-to-cart-box input,
.single-product .add-to-cart-box input {
    font-size: 24px;
    font-weight: 700;
    width: 60px;
    text-align: center;
    border: none
}

.catalog-product-view .add-to-cart-box .qty-modifier,
.single-product .add-to-cart-box .qty-modifier {
    background: #f5f5f5;
    display: inline-block;
    padding: 6px 16px;
    cursor: pointer
}

.catalog-product-view .add-to-cart-box .qty-modifier:before,
.single-product .add-to-cart-box .qty-modifier:before {
    font-family: FontAwesome;
    opacity: .5
}

.catalog-product-view .add-to-cart-box .qty-modifier.add:before,
.single-product .add-to-cart-box .qty-modifier.add:before {
    content: '\f067'
}

.catalog-product-view .add-to-cart-box .qty-modifier.remove:before,
.single-product .add-to-cart-box .qty-modifier.remove:before {
    content: '\f068'
}

.catalog-product-view .add-to-cart-box .qty-modifier:hover:before,
.single-product .add-to-cart-box .qty-modifier:hover:before {
    opacity: 1
}

@media only screen and (max-width:767px) {
    .catalog-product-view .add-to-cart-box label,
    .single-product .add-to-cart-box label {
        margin-top: 10px
    }
    .catalog-product-view .page-title,
    .catalog-product-view .product-image,
    .catalog-product-view .product-info .price-box,
    .single-product .page-title,
    .single-product .product-image,
    .single-product .product-info .price-box {
        text-align: center
    }
    .catalog-product-view .page-title,
    .single-product .page-title {
        font-size: 1.57142em
    }
}

.catalog-product-view .page-title {
    margin-bottom: 0;
    font-weight: 700
}

.catalog-product-view .price-box {
    margin-bottom: 15px
}

.catalog-product-view .short-description h2 {
    display: none
}

.catalog-product-view .product-image-mobile {
    margin-bottom: 20px;
    padding: 0 20px
}

.products {
    margin-top: 20px
}

.products .price-box {
    font-size: 14px
}

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

.products .product {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    background: #fff;
    margin-top: 25px
}

.products .product:hover {
    border-color: #e1e1e1
}

.products .product:hover .action {
    border-color: #e1e1e1;
    display: block
}

.products .product .action {
    display: none;
    position: absolute;
    z-index: 3;
    left: -1px;
    right: -1px;
    top: 100%;
    background: #fff;
    padding: 0 20px 20px;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.products .product .product-image {
    position: relative;
    text-align: center;
    display: block
}

.products .product .product-image .product-label {
    font-family: 'Fira Sans', sans-serif;
    position: absolute;
    background-color: #e1e1e1;
    color: #fff;
    font-weight: 700;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: .92857em;
    top: 0;
    right: 0;
    height: 70px;
    width: 70px;
    text-align: center;
    background-repeat: no-repeat;
    border: 2px solid #fff
}

.products .product .product-image .product-label.pack2 {
    background-image: url(/skin/frontend/wdt/default/images/icons/2-pack.jpg);
    background-size: 32px 22px;
    background-position: center top 12px;
    padding-top: 38px
}

.products .product .product-image img {
    display: inline-block
}

.products .product .product-name,
.products .product .product-title {
    font-family: 'Fira Sans', sans-serif;
    font-size: 1.14285em;
    margin-bottom: 10px
}

.products .product .product-name a,
.products .product .product-title a {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal
}

.products .product .product-brand {
    font-weight: 400;
    color: #595959;
    margin-top: 0
}

.products .product .price {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700
}

.products .product .old-price .price {
    font-size: .92857em;
    font-weight: 400;
    font-family: Lato, sans-serif
}

@media only screen and (max-width:767px) {
    .products .product {
        padding: 10px;
        margin-top: 10px
    }
}

.products .products-list {
    padding-left: 0;
    list-style: none
}

.products .products-list .product {
    margin-top: 15px
}

.products .products-list .product .product-name {
    margin-top: 5px;
    margin-bottom: 5px;
    min-height: 0
}

.products .products-list .product .desc p {
    line-height: 22px;
    margin-bottom: 10px
}

.products .products-list .product .desc a {
    color: #e41b13
}

.price-box .label {
    color: #e1e1e1;
    padding-left: 0;
    font-size: 100%
}

.price-box p {
    display: inline
}

.price-box .price-label {
    display: none
}

.old-price {
    position: relative;
    margin-right: 10px
}

.old-price:before {
    content: '';
    border-top: 1px solid red;
    display: block;
    width: 120%;
    position: absolute;
    bottom: 6px;
    left: -5%;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg)
}

.brand-header img,
.more-views ul li {
    display: inline-block
}

.old-price .price {
    font-size: .92857em;
    font-weight: 400;
    font-family: Lato, sans-serif
}

.brand-header {
    border: 1px solid #e0e0e0;
    font-family: 'Fira Sans', sans-serif;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-weight: 600
}

.brand-header .brand-title {
    margin-top: 0;
    font-weight: 600
}

.brand-header .brand-content {
    text-align: center;
    padding: 30px 15px 30px 30px
}

@media only screen and (max-width:767px) {
    .brand-header .brand-content {
        padding-right: 30px
    }
}

.brand-header .cms-text {
    font-size: 1.07142em
}

.more-views ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    text-align: center
}

.is-blog .post-list>ul li .post-list-item .post-entry .read-more .meta-nav,
.is-blog .post-list>ul li .post-list-item .post-entry p img,
body.onestepcheckout-index-index .container.col1-layout>.row>.col-xs-12>div {
    display: none
}

.more-views ul li:last-child {
    margin-right: 0
}

.payment-methods select.input-text {
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 40px;
    border-color: #e0e0e0;
    background: #fff;
    width: 100%;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 6px 12px;
    font-size: 14px
}

#upsell-product-table .product .price-box {
    font-size: 16px;
    font-family: Lato, sans-serif
}

.box {
    padding: 20px;
    background: #ececec;
    margin-bottom: 20px
}

.box .box-title h1,
.box .box-title h2,
.box .box-title h3,
.box .box-title h4,
.box .box-title h5,
.box .box-title h6 {
    margin-top: 0
}

#my-orders-table .product-name {
    margin: 0;
    font-size: 14px
}

.title-buttons {
    margin-bottom: 25px
}

.title-buttons a,
.title-buttons button {
    margin-top: 10px
}

body.onestepcheckout-index-index .validation-advice {
    color: red
}

body.onestepcheckout-index-index #billing_address_list,
body.onestepcheckout-index-index #shipping_address_list {
    margin-left: -15px;
    margin-right: -15px
}

body.onestepcheckout-index-index #billing_address_list .form-control,
body.onestepcheckout-index-index #shipping_address_list .form-control {
    width: 100%!important
}

body.onestepcheckout-index-index .checkoutcontainer li.shipping-address-title {
    text-transform: none
}

body.onestepcheckout-index-index #onestepcheckout-form .group-select,
body.onestepcheckout-index-index .group-select li {
    padding: 0!important
}

body.onestepcheckout-index-index .onestepcheckout-threecolumns #billing_address ul,
body.onestepcheckout-index-index .onestepcheckout-threecolumns #shipping_address ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

body.onestepcheckout-index-index h1.onestepcheckout-title {
    text-transform: uppercase;
    margin-top: 0;
    line-height: 1;
    font-family: 'Fira Sans', sans-serif;
    font-size: 2.28571em
}

body.onestepcheckout-index-index h1.onestepcheckout-title h1,
body.onestepcheckout-index-index h1.onestepcheckout-title h2,
body.onestepcheckout-index-index h1.onestepcheckout-title h3,
body.onestepcheckout-index-index h1.onestepcheckout-title h4,
body.onestepcheckout-index-index h1.onestepcheckout-title h5,
body.onestepcheckout-index-index h1.onestepcheckout-title h6 {
    font-size: 1em;
    margin-top: 0
}

body.onestepcheckout-index-index div.checkoutcontainer {
    border: none
}

body.onestepcheckout-index-index .onestepcheckout-col {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #e0e0e0;
    padding: 20px
}

@media only screen and (max-width:991px) {
    body.onestepcheckout-index-index .onestepcheckout-col {
        margin-bottom: 15px
    }
}

body.onestepcheckout-index-index .onestepcheckout-address-line {
    margin-bottom: 0
}

body.onestepcheckout-index-index div.checkoutcontainer div.input-country select {
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 40px;
    border-color: #e0e0e0;
    background: #f5f5f5;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 6px 12px
}
body.onestepcheckout-index-index div.checkoutcontainer #billing\:country_id {
    margin-bottom: 15px;
}

body.onestepcheckout-index-index p.onestepcheckout-numbers {
    background: 0 0;
    position: relative;
    font-family: 'Fira Sans', sans-serif;
    text-transform: none;
    font-size: 20px;
    padding-top: 1px;
    line-height: 32px;
    padding-left: 42px;
    height: auto
}

.is-blog .post-list>ul,
body.onestepcheckout-index-index .payment-method ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0
}

body.onestepcheckout-index-index p.onestepcheckout-numbers:before {
    content: "";
    background-color: #00BF00;
    color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    font-size: 18px
}

body.onestepcheckout-index-index p.onestepcheckout-numbers.onestepcheckout-numbers-1:before {
    content: "1"
}

body.onestepcheckout-index-index p.onestepcheckout-numbers.onestepcheckout-numbers-2:before {
    content: "2"
}

body.onestepcheckout-index-index p.onestepcheckout-numbers.onestepcheckout-numbers-3:before {
    content: "3"
}

body.onestepcheckout-index-index p.onestepcheckout-numbers.onestepcheckout-numbers-4:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 14px
}

body.onestepcheckout-index-index div.checkoutcontainer div.input-address-short,
body.onestepcheckout-index-index div.checkoutcontainer div.input-company,
body.onestepcheckout-index-index div.checkoutcontainer div.input-email,
body.onestepcheckout-index-index div.checkoutcontainer div.input-fax,
body.onestepcheckout-index-index div.checkoutcontainer div.input-firstname,
body.onestepcheckout-index-index div.checkoutcontainer div.input-lastname,
body.onestepcheckout-index-index div.checkoutcontainer div.input-password,
body.onestepcheckout-index-index div.checkoutcontainer div.input-postcode,
body.onestepcheckout-index-index div.checkoutcontainer div.input-telephone {
    width: 100%
}

body.onestepcheckout-index-index div.checkoutcontainer div.input-address .input-text,
body.onestepcheckout-index-index div.checkoutcontainer div.input-address-short .input-text,
body.onestepcheckout-index-index div.checkoutcontainer div.input-city .input-text,
body.onestepcheckout-index-index div.checkoutcontainer div.input-company .input-text,
body.onestepcheckout-index-index div.checkoutcontainer div.input-email .input-text,
body.onestepcheckout-index-index div.checkoutcontainer div.input-fax .input-text,
body.onestepcheckout-index-index div.checkoutcontainer div.input-firstname .input-text,
body.onestepcheckout-index-index div.checkoutcontainer div.input-lastname .input-text,
body.onestepcheckout-index-index div.checkoutcontainer div.input-password .input-text,
body.onestepcheckout-index-index div.checkoutcontainer div.input-postcode .input-text,
body.onestepcheckout-index-index div.checkoutcontainer div.input-region select,
body.onestepcheckout-index-index div.checkoutcontainer div.input-telephone .input-text {
    width: 100%!important
}

body.onestepcheckout-index-index .onestepcheckout-summary th {
    border-top: none
}

body.onestepcheckout-index-index .onestepcheckout-totals td {
    border: none
}

body.onestepcheckout-index-index table.onestepcheckout-totals td.title {
    text-align: left
}

.brands-list li a,
.center,
.subcategories li {
    text-align: center
}

body.onestepcheckout-index-index div.checkoutcontainer div.input-different-shipping {
    margin-top: 15px
}

body.onestepcheckout-index-index .checkbox {
    margin: 0
}

.is-blog .post-list>ul li {
    margin-top: 35px
}

.is-blog .post-list>ul li .post-list-item {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow: visible
}

.is-blog .post-list>ul li .post-list-item .post-entry {
    padding: 35px;
    border: 1px solid #e0e0e0;
    border-bottom: none;
    font-size: 100%;
    margin-bottom: 0
}

.is-blog .post-list>ul li .post-list-item .post-entry h2 {
    margin-top: 0;
    margin-bottom: 10px
}

.list-reset,
.usp {
    margin-bottom: 0;
    list-style: none
}

@media only screen and (max-width:767px) {
    .is-blog .post-list>ul li .post-list-item .post-entry h2 {
        padding-right: 40px
    }
    .is-blog .post-list>ul li .post-list-item .post-entry .featured-image {
        position: relative
    }
}

.is-blog .post-list>ul li .post-list-item .post-entry .featured-image {
    border: none;
    margin: 0;
    padding: 0
}

.is-blog .post-list>ul li .post-list-item .post-entry .read-more {
    text-decoration: none;
    color: #e1e1e1;
    font-weight: 500
}

.is-blog .post-list>ul li .post-list-item .post-entry .read-more:hover:after {
    padding-left: 0
}

.is-blog .post-list>ul li .post-list-item .post-entry .read-more:after {
    content: '\f105';
    font-family: FontAwesome;
    padding-left: 5px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease
}

.animate,
.brands-list li a {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    -ms-transition: all .25s ease
}

.is-blog .post-list>ul li .post-list-item .post-entry.post-entry-with-image {
    overflow: visible
}

.is-blog .post-list>ul li .post-list-item .post-meta {
    background: #e1e1e1;
    color: #fff;
    margin: 0;
    padding: 10px 12px;
    font-size: 12px;
    font-style: normal
}

.is-blog .post-list>ul li .post-list-item .post-meta a {
    color: #fff
}

.is-blog .post-list>ul li .post-list-item .post-meta a:hover {
    text-decoration: none
}

@media only screen and (max-width:767px) {
    .is-blog .post-list>ul li .post-list-item .post-entry .featured-image img {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        max-height: 75px;
        position: absolute;
        top: -37px;
        right: -37px;
        border: 2px solid #fff
    }
    .is-blog .post-list>ul li .post-list-item .post-meta .categories {
        float: none
    }
    .brands-list {
        text-align: center
    }
}

.is-blog .post-list>ul li .post-list-item .post-meta .author,
.is-blog .post-list>ul li .post-list-item .post-meta .tags {
    margin-left: 15px
}

.is-blog .post-view .post-entry {
    font-size: 100%;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0
}

.is-blog .gallery .gallery-icon img,
.is-blog img[class*=align],
.is-blog img[class*=wp-image-] {
    border: none;
    padding: 0
}

.font-xxs {
    font-size: .71428em
}

.font-xs {
    font-size: .85714em
}

.font-small {
    font-size: .92857em
}

.font-default {
    font-size: 14px
}

.font-large {
    font-size: 1.07142em
}

.font-larger {
    font-size: 1.14285em
}

.font-xl {
    font-size: 1.57142em
}

.fontAwesome {
    font-family: FontAwesome
}

.shadow {
    -webkit-box-shadow: 3px 3px 5px 0 rgba(7, 8, 8, .1);
    -moz-box-shadow: 3px 3px 5px 0 rgba(7, 8, 8, .1);
    box-shadow: 3px 3px 5px 0 rgba(7, 8, 8, .1)
}

.usp {
    padding-left: 0
}

.usp li {
    position: relative;
    padding-left: 20px;
    padding-bottom: 10px;
    color: #595959
}

.usp li:before {
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    font-size: .71428em;
    top: 2px;
    color: #e1e1e1
}

.important {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 600;
    color: #e1e1e1
}

.bold,
h1,
h2,
h3,
h4 {
    font-weight: 700
}

.label,
a,
body {
    color: #404040
}

.border-radius {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.border-radius-input {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

button,
li {
    outline: 0
}

.no-shadow {
    -webkit-box-shadow: none;
    box-shadow: none
}

.list-reset {
    padding-left: 0
}

.defaultborder {
    border: 1px solid #e0e0e0
}

.circle {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.inline-item {
    display: inline-block;
    margin-right: 15px
}

.inline-item:last-child {
    margin-right: 0
}

.label {
    font-size: 100%
}

.rel {
    position: relative
}

.abs {
    position: absolute
}

.fix {
    position: fixed
}

.no-gutter>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

body {
    font-size: 14px;
    font-family: Lato, sans-serif;
    min-width: 320px;
}

body.sticky-header {
    margin-top: 83px
}

a {
    text-decoration: underline
}

a:hover {
    color: #e1e1e1
}

h1 a,
h2 a,
h3 a {
    color: #1a1a1a;
    text-decoration: none
}

h1 a:hover,
h2 a:hover,
h3 a:hover {
    color: #e41b13
}

h1,
h2,
h3,
h4 {
    font-family: 'Fira Sans', sans-serif;
    color: #1a1a1a
}

.page-title {
    text-transform: uppercase;
    margin-top: 0;
    line-height: 1
}

.page-title h1,
.page-title h2,
.page-title h3,
.page-title h4,
.page-title h5,
.page-title h6 {
    font-size: 1em;
    margin-top: 0
}

.catalog-product-view .price-box,
.page-title,
h1 {
    font-family: 'Fira Sans', sans-serif;
    font-size: 2.28571em
}

h2 {
    font-size: 1.57142em
}

h3 {
    font-size: 1.2em
}

p {
    line-height: 25px;
    margin-bottom: 15px
}

.first-section {
    border-top: none!important
}

.main-container {
    padding-top: 50px;
    padding-bottom: 50px
}

.page-section {
    border-top: 1px solid #e0e0e0;
    padding: 40px 0;
    margin-top: 20px
}

.banner,
.banner-sm {
    margin-top: 20px;
    margin-bottom: 20px
}

.vert-center {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.page-carousel ul li img,
.vert-hor-center {
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    top: 50%
}

.vert-hor-center {
    position: absolute;
    transform: translateY(-50%) translateX(-50%)
}

.page-carousel {
    margin-top: 30px;
    margin-bottom: 30px
}

.page-carousel ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0 25px
}

.page-carousel ul li {
    display: inline-block;
    height: 100px;
    position: relative
}

.page-carousel ul li img {
    position: absolute;
    transform: translateY(-50%) translateX(-50%)
}

.latest-news .news-item {
    margin-top: 10px
}

.latest-news .news-item .post-title {
    font-size: 1.28571em;
    margin-top: 0
}

.note .message {
    display: block;
    position: relative
}

.note .message.icon {
    padding-left: 50px
}

.note .message.icon:before {
    font-family: FontAwesome;
    color: #e1e1e1;
    position: absolute;
    left: 5px;
    font-size: 1.57142em
}

.note .message.icon.clock:before {
    content: '\f017'
}

.note .message.icon.rocket:before {
    content: '\f135'
}

.note .btn {
    padding: 10px 25px;
    margin-top: 10px
}

/*
.note .btn-primary {
    background-color: #f9f9f9;
    border-color: #999;
    color: #404040;
    font-size: 12px;
}
*/

#discount-coupon-form .btn-primary {
    background-color: #f9f9f9;
    border-color: #999;
    color: #404040;
    font-size: 12px;
}

.note .btn-gray {
	margin-bottom: 2em;
}

/*
.note .btn-primary:hover {
    background-color: #f9f9f9;
    border-color: #e41b13;
    color: #e41b13
}
*/

.kiyoh {
	margin-bottom: 2em;
}

#discount-coupon-form .btn-primary:hover {
    background-color: #f9f9f9;
    border-color: #e41b13;
    color: #e41b13
}


.brands-list {
    list-style: none;
    padding-left: 0;
    margin: -3px
}

.brands-list li {
    display: inline-block;
    border: 1px solid #e0e0e0;
    height: 120px;
    width: 120px;
    margin: 3px
}

.brands-list li:last-child {
    margin-right: 0
}

.brands-list li a {
    display: block;
    height: 100%;
    position: relative
}

.brands-list li a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    display: inline;
    padding: 5px
}

.brands-list li a:hover {
    opacity: .6
}

.delete-link {
    color: grey
}

.delete-link:before {
    content: '\f00d';
    font-family: FontAwesome;
    display: inline-block;
    padding-right: 5px
}

.content-block {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #e0e0e0;
    padding: 25px 20px;
    background: #fff;
    margin-bottom: 20px
}

.mail:before,
.tel:before {
    font-family: FontAwesome;
    padding-right: 8px;
    display: inline-block
}

.content-block .block-title {
    margin-top: 0
}

.content-block .back-link,
.content-block .forgot-link {
    display: inline-block;
    margin-top: 25px;
    text-decoration: none;
    color: grey;
    font-size: .92857em;
    position: relative;
    padding-left: 12px
}

.content-block .back-link:before,
.content-block .forgot-link:before {
    content: '\f053';
    font-family: FontAwesome;
    font-size: 9px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0
}

.content-block .back-link:hover,
.content-block .forgot-link:hover {
    text-decoration: underline;
    color: #e1e1e1
}

.availability.out-of-stock,
.validation-advice {
    color: red
}

@media only screen and (max-width:767px) {
    .content-block .block-title:nth-child(1) {
        margin-top: 15px
    }
    .reduce-xs-wrapper .reduce-pd-xs.odd {
        padding-right: 5px
    }
    .reduce-xs-wrapper .reduce-pd-xs.even {
        padding-left: 5px
    }
}

.account-create .page-title,
.account-login .page-title,
.forgot-password .page-title {
    margin-bottom: 40px
}

.tel:before {
    content: '\f095'
}

.mail:before {
    content: '\f0e0'
}

@media only screen and (min-width:1200px) {
    .container {
        width: 1100px
    }
}

@media only screen and (max-width:991px) {
    .container {
        width: 100%
    }
    .right-sidebar {
        margin-top: 50px
    }
    .page-header .bottom-bar {
        line-height: 38px
    }
}

@media only screen and (min-width:1200px) {
    .container {
        width: 1180px
    }
}

@media only screen and (max-width:767px) {
    .main-container {
        padding-top: 25px
    }
    .banner-sm {
        max-height: 100px;
        overflow: hidden
    }
}

@media only screen and (max-width:375px) {
    .note {
        padding: 20px
    }
    .note .btn-gray {
        display: none
    }
}

.btn {
    padding: 10px 20px
}

.btn-search:before {
    content: '\e801';
    font-family: displaysenzo
}

.btn-primary {
    background-color: #e41b13;
    border-color: #e41b13
}

.btn-primary:focus,
.btn-primary:hover {
    background-color: #333;
    border-color: #333
}

.cart-icon:before {
    content: '\e800';
    font-family: displaysenzo;
    font-weight: 400
}

.form-control,
.toolbar .sort-control,
.toolbar select.form-control {
    background: #fff
}

.lead {
    font-size: inherit;
    font-weight: 400
}

.validation-failed {
    border-color: red
}

.more-views ul li {
    float: left;
    margin: 0 8px 8px 0
}

.more-views ul li:nth-child(7n+7) {
    margin-right: 0
}

@media only screen and (max-width:1199px) {
    .more-views ul li:nth-child(7n+7) {
        margin-right: 8px
    }
}

.more-views ul li a {
    display: inline-block
}

@media only screen and (max-width:415px) {
    .more-views ul li {
        width: 25%;
        margin-right: 0!important;
        padding-right: 8px
    }
    .more-views ul li img {
        width: 100%!important;
        height: auto!important
    }
    .more-views ul {
        margin-right: -8px
    }
}

.banner {
    display: block
}

dt em {
    display: none
}

.category-description h1 {
    margin-top: 0
}

.std img {
    max-width: 100%;
}

body {
    background: #f9f9f9
}

body.sticky-header .page-header .bottom-bar {
    -webkit-box-shadow: 0 5px 5px 0 rgba(7, 8, 8, .1);
    -moz-box-shadow: 0 5px 5px 0 rgba(7, 8, 8, .1);
    box-shadow: 0 5px 5px 0 rgba(7, 8, 8, .1);
    border: none
}

.col2-right-layout .sidebar .holder {
    background: #fff;
    padding: 25px
}

.col2-right-layout .sidebar .block-title {
    color: #1a1a1a
}

.page-footer .middle-bar h2,
.page-header .top-bar a {
    color: #fff
}

.page-header .top-bar {
    padding: 9px 0
}

.page-header .top-bar .usp li {
    padding-bottom: 0;
    color: #fff
}

.page-header .top-bar .usp li:before {
    font-size: 12px;
    top: 1px
}

.page-header .top-bar .usp li:nth-child(1):before {
    content: '\f085'
}

.page-header .top-bar .usp li:nth-child(2):before {
    content: '\f164'
}

.page-header .top-bar .usp li:nth-child(3):before {
    content: '\f023'
}

.page-header .middle-bar {
    margin-top: 36px
}

.page-header .middle-bar .logo img {
    max-height: none
}

@media only screen and (max-width:767px) {
    .page-header .top-bar .top-nav ul li:not(:last-child) {
        margin-right: 15px!important
    }
    .page-header .middle-bar .logo img {
        max-width: 230px
    }
}

.page-header .middle-bar .cart {
    margin-top: 3px
}

.page-header .middle-bar .cart:before {
    content: '\e800';
    font-family: displaysenzo
}

.page-header .middle-bar .cart .qty {
    font-weight: 100;
    border: none;
    height: 20px;
    min-width: 20px;
    left: 31px
}

.page-header .middle-bar .margins {
    margin-top: 17px
}

.page-header .bottom-bar {
    border-bottom: 1px solid #ECECEC;
    border-top: 1px solid #ECECEC;
    height: auto
}

.page-header .bottom-bar.sticky {
    top: 36px
}

@media only screen and (max-width:1199px) {
    .page-header .middle-bar .margins {
        margin-top: 7px
    }
    .page-header .middle-bar {
        padding: 23px 0
    }
    .page-header .bottom-bar {
        font-size: 12px
    }
}

.page-footer .middle-bar table td {
    vertical-align: top
}

.page-footer .bottom-bar .social-links {
    float: left;
    margin-right: 30px;
    font-size: 26px
}

.page-footer .bottom-bar .social-links ul {
    line-height: 1
}

.page-footer .bottom-bar .social-links ul li {
    margin-right: 5px
}

.page-footer .bottom-bar .social-links ul a {
    color: #333
}

.page-footer .bottom-bar .social-links ul a:hover {
    color: #e41b13
}

.main-menu-trigger {
    height: 46px;
    position: relative;
    float: right;
    right: -4px
}

.main-menu-trigger span,
.main-menu-trigger span:after,
.main-menu-trigger span:before {
    background: #333
}

.main-menu {
    font-weight: 400;
    text-transform: none
}

.main-menu>li>a {
    border-bottom: 3px solid transparent;
    padding-top: 4px
}

.main-menu>li:hover>a {
    border-bottom-color: #e41b13
}

.main-menu>li.active>a {
    color: #fff
}

.main-menu>li>ul.level0 {
    background: #fff;
    border-bottom: none;
    -webkit-box-shadow: 0 5px 5px 0 rgba(7, 8, 8, .1);
    -moz-box-shadow: 0 5px 5px 0 rgba(7, 8, 8, .1);
    box-shadow: 0 5px 5px 0 rgba(7, 8, 8, .1);
    z-index: 10
}

@media only screen and (max-width:1199px) {
    .main-menu>li>ul.level0 {
        font-size: 12px
    }
}

.products .product,
.products .product .action {
    border: none
}

.products .product .product-name,
.products .product .product-title {
    min-height: 34px
}

.products .product .price {
    color: #333;
    font-size: 1em
}

.products .product .price-box {
    font-size: 12px
}

.products .product .price-box>.label {
    padding: 0
}

.products .product .price-box .configurable-price-from-label {
    display: none
}

.products .product .price-box p {
    line-height: 1.42857143
}

.products .product .price-box .price-including-tax .price {
    font-size: 13px
}

.products .product .price-box .price-excluding-tax .price {
    font-size: 24px
}

.products .product .product-variants a {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px
}

.catalog-product-view .main-container {
    padding-top: 0
}

@media only screen and (max-width:767px) {
    .catalog-product-view .main-container {
        padding-top: 25px
    }
}

.catalog-product-view .holder {
    padding: 35px;
    background: #fff;
    margin-bottom: 25px
}

.catalog-product-view .holder h2 {
    margin-top: 0
}

@media only screen and (max-width:767px) {
    .catalog-product-view .holder {
        padding: 20px
    }
}

.catalog-product-view .product-info .holder .price-box>.label {
    display: none
}

.catalog-product-view .product-info .holder .price-box .price {
    color: #404040
}

.catalog-product-view .product-info .holder .price-box .label {
    font-size: 14px
}

.catalog-product-view .product-info .holder .price-box .price-including-tax .price {
    font-size: 16px
}

.catalog-product-view .product-info .holder .price-box .price-excluding-tax,
.catalog-product-view .product-info .holder .price-box .price-including-tax {
    display: block
}

.catalog-product-view .product-info .holder .price-box .old-price .price {
    color: #e1e1e1
}

.catalog-product-view .offerte {
    margin-top: 15px
}

.catalog-product-view .offerte a {
    text-decoration: none
}

.catalog-product-view .offerte a:before {
    content: '\f0da';
    font-family: fontAwesome;
    padding-right: 5px;
    display: inline-block
}

.catalog-product-view .offerte a:hover {
    color: #404040;
    text-decoration: underline
}

.catalog-product-view .verzendinfo {
    background-color: #f5f5f5;
    padding: 20px;
    margin-top: 15px;
    font-size: 15px
}

.catalog-product-view .verzendinfo > *:last-child {
    margin-bottom: 0;
}

.catalog-product-view .btn-cart {
    margin-top: 0
}

@media only screen and (max-width:767px) {
    .catalog-product-view .add-to-cart-box {
        padding: 0;
        border: none
    }
    .catalog-product-view .sidebar>.product-image {
        background: #fff;
        padding: 25px
    }
    .catalog-product-view .sidebar #imageNormal {
        max-width: 240px;
        display: inline-block
    }
    .catalog-product-view .sidebar .page-title {
        margin-bottom: 15px
    }
}

.catalog-category-view .main-container {
    padding-top: 0
}

.availability {
    margin-bottom: 0
}

@media only screen and (max-width:767px) {
    .catalog-category-view .main-container {
        padding-top: 25px
    }
    .availability {
        text-align: center
    }
}

.availability.in-stock {
    display: block;
    color: #00BF00
}

.price-box {
    font-size: 12px
}

.price-box .old-price:before {
    display: none
}

.price-box .old-price .price {
    font-size: 13px;
    font-family: 'Fira Sans', sans-serif;
    text-decoration: line-through;
    color: #C7C7C7
}

body.onestepcheckout-index-index #onestepcheckout-form p.onestepcheckout-numbers {
    background-image: none!important;
    color: #1a1a1a!important;
    padding-left: 42px!important
}

.cms-index-index .main-container {
    padding-top: 25px
}

.wdt_richsnippets.reviews.kiyoh {
    color: #00BF00;
    text-align: center;
    padding: 15px 0
}

body.onestepcheckout-index-index #billing_address_list li:nth-child(4) .input-address-short:nth-child(1),
body.onestepcheckout-index-index #shipping_address_list li:nth-child(4) .input-address-short:nth-child(1) {
    width: 65%
}

body.onestepcheckout-index-index #billing_address_list li:nth-child(4) .input-address-short:nth-child(2),
body.onestepcheckout-index-index #shipping_address_list li:nth-child(4) .input-address-short:nth-child(2) {
    width: 35%
}

.subcategories {
    display: block;
    padding-left: 0
}

.subcategories li {
    display: block
}

.subcategories li span {
    display: block;
    margin: 8px 0
}

.subcategories li .image {
    min-height: 200px
}

.subcategories li img {
    max-height: 200px;
    width: auto;
    max-width: 100%
}

.subcategorie:hover {
    color: #404040
}

.btn-checkout { margin-top: 30px; }

@media only screen and (max-width:991px) {
	.btn-checkout { margin-top: 95px; }
}

@media only screen and (max-width:767px) {
	.btn-checkout { margin-top: 0px; }
}


.shipping-note {background:#333;padding:15px;color:#fff;}
.shipping-note .free-shipping {color:#e41b13;font-weight:bold;padding-top:6px;}
.shipping-note a {text-decoration:none;color:inherit;}
.shipping-note a:hover {color:#e41b13}
.shipping-note a:before {content:'\f104';font-family:'FontAwesome';margin-right:10px;}
.shipping-note .message {position:relative;padding-left:40px;}
.shipping-note .message:before {content:'\f0d1';font-family:'FontAwesome';position:absolute;left:0;top:0;font-size:24px;color:#e41b13;}

body.onestepcheckout-index-index #billing\:postcode_input\:checkbox {margin-top: 0px !important;margin-bottom:0px !important;}
body.onestepcheckout-index-index #shipping_address {margin-top: 15px;}
body.onestepcheckout-index-index #shipping_address_list #shipping\:postcode_input\:info,
body.onestepcheckout-index-index #shipping_address_list #shipping\:postcode_input\:checkbox {margin-left: 15px;}
body.onestepcheckout-index-index .group-select .use-for-shipping,
body.onestepcheckout-index-index .group-select #create-account {padding:0px 15px 0px 15px !important;}

body.onestepcheckout-index-index .label-vat-id {
    display: block;
    margin-top: 15px;
}
body.onestepcheckout-index-index .label-beneath-vat-id {
    font-size: 11px;
    margin-top: 5px;
}

.main-menu > li > .submenu-trigger {
    display: none;
}

.main-menu-close {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: -320px;
    width: 46px;
    line-height: 46px;
    text-align: center;
    transition: transform .25s ease;
    cursor: pointer;
    background: #fff;
}

.main-menu-page-overlay {
    display: none;
    position: fixed;
    z-index: 998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
}

@media only screen and (max-width:991px) {
    .main-menu-expanded .main-menu-close {
        transform: translateX(-320px);
    }

    .main-menu-expanded .main-menu-page-overlay {
        display: block;
    }

    .main-menu>li>ul.level0 {
        position: static;
        box-shadow: none;
        width: 100%;
        padding-top: 5px;
    }

    .main-menu>li>ul.level0 li {
        margin: 0;
    }

    .main-menu>li>ul.level0 li > a {
        display: block;
        padding: 6px 0;
    }

    .main-menu>li {
        border-bottom: 1px solid #ECECEC;
    }

    .main-menu>li>a {
        border-bottom: 0;
        padding-bottom: 4px;
        padding-right: 50px;
    }

    .main-menu>li.active {
        background: none;
    }

    .main-menu>li.active>a {
        color: #000;
    }

    .main-menu > li > .submenu-trigger {
        display: block;
        position: absolute;
        z-index: 10;
        top: 0;
        right: 0;
        line-height: 46px;
        width: 46px;
        text-align: center;
    }

    .main-menu>li>ul.level0.expanded {
        display: block;
    }
}

@media only screen and (max-width:767px) {
    .page-header .middle-bar {
        position: relative;
    }

    .page-header .col-search {
        position: absolute;
        left: 0;
        right: 60px;
        top: 100%;
    }

    .page-header .col-search.sticky {
        position: fixed;
        top: 35px;
        z-index: 150;
    }

    .page-header .middle-bar .margins {
        margin-top: 4px;
    }
}