/**
 * This file is a container for custom CSS. You can use it to override the default styles of the theme.
 *
 * 1. Copy the file "SAMPLE.custom.css" and rename it to "custom.css".
 *    Otherwise this file will not be loded by Magento.
 * 2. Enable it in the admin panel.
 * 3. Uncomment slected sample styles or add your own CSS to override the default styles of the theme.
 *
 * Please refer to the user guide for more details.
 *
 */

body, h3 {
    font-family: Panton-Regular;
    font-weight: normal;
    font-style: normal;
}

.page-title h1, .page-title h2, .block .block-title, .description-wrapper h2, .category-products h2, .section-title, h2.product-name a, h3.product-name a, .product-view .box-reviews dt .heading, .footer .heading, .box-additional h2 {
    font-family: Panton-SemiBold;
}

/* Products
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

section.usps {
    margin: -10px 0 40px 0;
}

.usps > .inner {
    background: #f6f6f6;
    border-radius: 2px;
    border: 1px solid #e7e7e7;
    text-align: center;
}

.usps .inner ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    height: 50px;
    margin: 0 -20px 0 20px;
    padding: 0;
    overflow: hidden;
    list-style: none;
}

.usps .inner ul li {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: inline-block;
    padding-right: 40px;
    white-space: nowrap;
    text-align: left;
    line-height: 50px;
}

.usps .inner ul li i {
    margin-right: .5em;
    font-size: 14px;
    text-align: center;
    color: #37bae9;
}

.usp .inner ul li i .usp {

}

.usps .headline {
    position: relative;
    top: -31px;
    left: 30px;
    line-height: 1px;
    font-weight: bold;
    font-size: 1.1em;
}

.usps .subline {
    position: relative;
    top: -19px;
    left: 30px;
    line-height: 0;
}

.button.btn-update, .button.btn-checkout, .button.btn-cart, .button.btn-continue, .button, .aw-acp-checkout {
    border-radius: 3px;
}

.button.btn-cart, .button.btn-checkout {
    background-color: #e37632;
    border: 1px solid #de5400;
    box-shadow: inset 0 -1px 0 0 #de5400;
    font-size: 1.3em;
    font-family: Panton-Bold;
    font-weight: normal;
    font-style: normal;
}

.button.btn-cart {
    width: 80%;
}

.button.btn-cart:hover, .button.btn-checkout:hover {
    background-color: #3dae9a;
    border: 1px solid #0b9a79;
    box-shadow: inset 0 -1px 0 0 #0b9a79;
    color: #ffffff;
}

#shopping-cart-totals-table tbody tr:last-child {
    display: none;
}

.aw-acp-checkout:hover {
    background-color: #3dae9a;
}

.product-view .usp h4 {
    margin-bottom: 0;
    font-size: 1.2em;
}

.product-view .usp p {
    margin-top: -3px !important;
    font-size: .9em;
}

.product-view .usp .ic {
    padding: 5px 0 0 5px;
}

.product-view .usp .feature.indent {
    padding-left: 0;
}

.product-view .usp .feature.indent > .ic {
    margin-left: 0;
}

.product-view .feature.indent > .ic {
    margin-right: 9px;
}

.product-view .box-description .std {
    font-size: 14px;
}

.box-additional h2 {
    font-size: 1.4em;
    margin: 22px 0 8px 0;
}

.collateral-container h3, .box-brand h3 {
    margin: 0 0 15px 0;
    border-bottom: 1px dashed #CCC;
    padding-bottom: 6px;
    color: #999;
    font-family: Panton-Bold;
    font-weight: normal;
    font-style: normal;
}

.block-upsell .section-title {
    font-size: 1.666em;
    margin-top: 15px;
    color: #999;
}

.product-view .box-brand a {
    cursor: pointer;
    color: #2d7f71;
}

.product-view .box-brand p {
    font-size: 14px;
}

.brand_logo {
    float: right;
    width: 250px;
    text-align: center;
}

.brand_description {
    width: 71%;
}
.splash-description {
    margin: 1em 0;
}
.product-view .box-brand img {
    margin: 0 20px 20px 0;
}

.product-view .box-brand .brand_description {
    margin-bottom: 10px;
}

.product-view .box-brand .brand_logo {
    display: none;
}

.product-view .box-tabs .std ul {
    list-style: disc;
    margin-left: 15px;
}

.product-view .box-tabs .std ul li {
    background: none;
    padding-left: 0;
}

.product-view .product-shop .product-name {
    margin: 0;
}

.product-view .product-shop .product-name h1 {
    font-family: Panton-Bold;
    font-weight: normal;
    font-style: normal;
}

.product-view .product-shop .tagline h3 {
    color: #999;
    font-family: Panton-Bold;
    font-weight: normal;
    font-style: normal;
}

.product-view .image-left {
    float: left;
    margin: 0 15px 10px 0;
}

.product-view .image-right {
    float: right;
    margin: 0 0 10px 15px;
}

.product-view .image-left.border, .product-view .image-right.border {
    border: 1px solid #CCC;
}

.product-view .box-collateral {
    margin-bottom: 45px;
}

.product-view .box-description {
    margin-bottom: 30px;
}

.product-view .data-table {
    margin-bottom: 15px;
}

.product-view .data-table tr th {
    border-right: none;
}

.product-view .data-table tr.last {
    border-bottom: none;
}

.product-view .customer-photos ul {
    list-style: none;
}

.product-view .customer-photos li {
    float: left;
    margin: 0 28px 0 0;
    width: 150px;
    text-align: center;
    font-size: 10px;
    color: #666;
    min-height: 150px;
    background: none !important;
}

.product-view .customer-photos img {
    border: 1px solid #333;
    margin-bottom: 5px;
}

.product-view .add-to-links .label {
    font-size: 0.94em;
}

.price-label {
    display: none !important;
}

.product-view .product-shop .price-box .msrp {
    margin-bottom: -5px;
}

.product-view .product-shop .price-box .old-price .price {
    font-size: 1.2em;
    font-family: Panton-Bold;
    font-weight: normal;
    font-style: normal;
}

.product-view .product-shop .price-box .special-price {
    margin-top: 5px;
    font-family: Panton-Bold;
    font-weight: normal;
    font-style: normal;
}

.product-view .product-shop .price-box .special-price .price {
    font-size: 2.5em;
    color: #364D5D !important;
    font-family: Panton-Bold;
    font-weight: normal;
    font-style: normal;
}

.product-view .product-shop .price-box .regular-price .price {
    font-size: 2.5em;
    color: #364D5D !important;
    font-family: Panton-Bold;
    font-weight: normal;
    font-style: normal;
}

.special-price .price, .special-price .price-label {
    color: #3c3836 !important;
}

.product-view .tagline {
    margin-bottom: 15px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: #f5f5f5;
}

.product-view .product-type-data > .price-box {
    border: none;
    margin-top: 0;
    padding-top: 0;
}

.product-view #childproduct_choise {
    margin-bottom: 10px;
}

.product-view .add-to-links a {
    margin: 0;
}

.product-view .customer-photos-box-contents {
    margin-top: 15px;
}

.product-view .customer-photos-box-contents h3 {
    text-transform: uppercase;
}

.product-view .customer-photos-box-contents .buttons-set {
    margin-left: 0;
    margin-right: 0;
}

.product-view .customer-photos-box-contents .buttons-set button.button {
    float: left;
    margin-left: 0;
}

.product-view .qty-box {
    display: none;
}

.product-view .is-type-grouped .availability {
    margin-top: 10px;
}

.product-view .availability {
    margin: 0;
    float: none;
}

.product-view .in-stock {
    color: #54B478;
    font-weight: bold;
    font-size: 1.1em;
}

.product-view .in-stock .ic {
    margin-right: 2px;
}

.product-view .shipping_info {
    position: relative;
    background: #df5240;
    padding: 1px 0 1px 7px;
    width: 100px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #FFF;
    margin-bottom: 12px;
}

.product-view .shipping_info:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 15px;
    border-width: 6px 6px 0;
    border-style: solid;
    border-color: #df5240 transparent;
    display: block;
    width: 0;
}

.product-view .review-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}

.product-view .review-item-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 115px;
    -ms-flex: 0 0 115px;
    flex: 0 0 115px;
    margin-right: 10px;
    padding-top: 20px;
}

.product-view .review-item-right {
    position: relative;
    padding: 15px 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border: 1px solid #e7e7e7;
}

.product-view .review-item-right:before {
    position: absolute;
    top: 15px;
    left: -12px;
    width: 12px;
    height: 25px;
    content: '';
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2012%2025%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%2013%20L13%200%20L13%2025%20L0%2013%20Z%22%20stroke%3D%22%23E7E7E7%22/%3E%3C/svg%3E);
    background-repeat: no-repeat;
}

.product-view .review-item .name {
    font-weight: 600;
}

.product-view .reviews-top .total-rating {
    margin-top: 20px;
}

.product-view .reviews-top .total-rating .rating-box {
    background: url(../images/img/rating@2x.png) 0 0 repeat-x;
    width: 138px;
    height: 26px;
}

.product-view .reviews-top .total-rating .rating-box .rating {
    background: url(../images/img/rating@2x.png) 0 100% repeat-x;
    height: 26px;
}

.product-view .reviews-top .total-rating .rating-box {
    display: inline-flex;
}

.product-view .reviews-top .total-rating .rating-decimal {
    padding-left: 20px;
    font-size: 2em;
    font-weight: 700;
}

.product-view .reviews-top .total-rating .rating-max {
    font-size: 1.5em;
    color: #8A8A8A;
}

.product-view .action-box {
    margin: -5px 0 0px -10px;
}

.product-view .data-table ul {
    list-style: disc;
    -webkit-margin-start: 0;
    -moz-margin-start: 0;
    -webkit-margin-end: 0;
    -moz-margin-end: 0;
    -webkit-padding-start: 16px;
    -moz-padding-start: 16px;
}

.product-view .availability.out-of-stock {
    color: #656565;
    font-weight: bold;
}

.product-view .new-stock-eta {
    color: #AAAAAA;
}

.product-shop .feature-wrapper.top-border {
    margin-top: 0;
    padding-top: 10px;
}

.rating-box .rating {
    background: url(../images/img/rating.png) 0 100% repeat-x;
}

.box-collateral .button {
    background-color: #3dae9a;
    border: 1px solid #0b9a79;
    box-shadow: inset 0 -1px 0 0 #0b9a79;
    color: #ffffff;
    font-weight: 600;
}

.block-related .section-title {
    font-size: 1.3em;
    font-family: Panton-Bold;
    font-weight: normal;
    font-style: normal;
}

.caption-image-left {
    margin: 0 15px 10px 0;
    float: left;
}

.caption-image-middle {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.caption-image-right {
    margin: 0 0 10px 10px;
    float: right;
}

.caption-image-left span, .caption-image-middle span, .caption-image-right span {
    text-align: center;
    font-style: italic;
    font-size: 11px;
    color: #666;
    display: block;
    line-height: 1.4em;
}

.caption img {
    margin-bottom: 10px;
}

.cms-page-view .products-grid a {
    color: #3c3836 !important;
}

.product-view .box-reviews .form-add h3 {
    font-size: 1.6em;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 12px;
    border-bottom: none;
    color: #3c3836;
}

.product-view .box-reviews .form-add h4 {
    font-size: 1.4em;
    font-weight: bold;
}

.product-view .box-reviews .form-add {
    display: none;
}

.product-view .show-review {
    margin-bottom: 20px;
}

/*.product-view .message_panel, .product-view .form-add {
    padding: 20px;
    background: #EFF0EB;
}*/

.product-type-data h3.discontinued {
    color: rgb(227, 118, 50);
    margin: 25px 0;
}

.product-view a#show_reviews {
    font-size: 1.3em;
    cursor: pointer;
    color: #2d7f71;
    margin-top: 20px;
    display: block;
}

/* Product accessories
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.product-view .accessories {
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
}

.product-view .accessories .clearer {
    margin-top: 15px;
}

.product-view .accessories .product {
    margin-bottom: 15px;
}

.product-view .accessories .product-image, .product-view .accessories .product-details {
    float: left;
}

.product-view .accessories .product-details {
    margin-left: 10px;
    width: 300px;
}

.product-view .accessories .price-box {
    float: left;
    width: 50px;
    margin-top: 12px;
}

.product-view .accessories button.button {
    margin: 5px 0 0 5px;
    padding: 10px;
    line-height: 12px;
}

.product-view .accessories button.button span {
    padding: 0;
}

.product-view .accessories .price {
    font-size: 1em !important;
}
.product-view .videoContainer {
    max-width: 640px;
}
.product-view .videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.product-view .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Sphinx Search Ultimate
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.searchautocomplete {
    position: relative;
}

.searchautocomplete .searchautocomplete-placeholder {
    z-index: 2001;
}

#search_mini_form {
    max-width: 275px;
}

/* Top 50 bestselling products
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.cms-top50 .category-products .position {
    background: #333;
    margin-right: 8px;
    position: relative;
    width: 35px;
    overflow: hidden;
    float: left
}

.cms-top50 .category-products .position:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.cms-top50 .category-products .position-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
}

.cms-top50 .category-products .position-content div {
    display: table;
    width: 100%;
    height: 100%;
}

.cms-top50 .category-products .position-content span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: white
}

.cms-top50 .category-products .product-name {
    margin-bottom: 20px;
}

/* Miscellaneous
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
a.show-link {
    color: #2d7f71;
}

.accordion li.level0 > a > span {
    font-size: 15px;
    font-weight: bold;
}

.nav-regular .nav-submenu--mega > li > ul > li {
    background-position: 3px 5px;
}

.nav-regular .nav-submenu--mega > li > a {
    font-size: 15px;
    font-family: "Panton-SemiBold";
    text-transform: uppercase;
}

.reviewspot-rating {
    padding-top: 11px;
    line-height: 13px;
}

.reviewspot-rating .rating-box {
    float: left;
    margin-right: 4px;
    margin-top: 0px;
    width: 69px;
    height: 13px;
    font-size: 0;
    line-height: 0;
    background: url('../../default/images/bkg_rating.gif') 0 0 repeat-x;
    text-indent: -999em;
    overflow: hidden;
}

.reviewspot-rating .rating {
    background: url('../../default/images/bkg_rating.gif') 0 100% repeat-x;
}

.reviewspot-rating .reviewspot-schema {
    float: left;
    font-size: 0.9166em;
    margin-top: 1px;
}

.buffer-top {
    margin-top: 35px;
}

.description-wrapper h2 {
    font-size: 1.3em;
}

.description-wrapper a {
    color: #2d7f71;
}

#scroll-to-top {
    bottom: 220px;
}

.header .block_header_top_left2 {
    float: none;
    width: 540px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 479px) {
    .header-regular #mini-cart-wrapper-regular {
        float: left !important;
    }
}

.header .logo-wrapper .logo {
    margin: 16px 0 18px 0;
}

.header .welcome-msg {
    display: none;
}

.header-ups {
    width: 550px;
}

.searchautocomplete .nav-search-in .category-fake {
    padding-top: 7px;
}

.firecheckout-index-index .dialog {
    z-index: 2001 !important;
}

.cms-page-view .main-container a {
    color: #00a9c7;
}

.cms-page-view .warning {
    background: #df5240;
    padding: 20px 20px 10px 20px;
    color: #FFF;
}

.cms-page-view p {
    font-size: 14px;
}

.cms-page-view h3 {
    font-weight: bold;
}

.datagrid table {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
}

.datagrid {
    font: normal 12px/150% Arial, Helvetica, sans-serif;
    background: #fff;
    overflow: hidden;
    border: 1px solid #8C8C8C;
    margin: 10px 0;
}

.datagrid table td, .datagrid table th {
    padding: 7px 10px;
}

.datagrid table thead th {
    background-color: #E3E3E3;
    color: #242424;
    font-size: 15px;
    font-weight: bold;
    border-left: 1px solid #A3A3A3;
}

.datagrid table thead th:first-child {
    border: none;
}

.datagrid table tbody td {
    color: #7D7D7D;
    border-left: 1px solid #DBDBDB;
    font-size: 12px;
    border-bottom: 1px solid #E1EEF4;
    font-weight: normal;
}

.datagrid table tbody td:first-child {
    border-left: none;
}

.datagrid table tbody tr:last-child td {
    border-bottom: none;
}

.cms-klantenservice-bezorgen .col-main ul {
    list-style: inherit;
    margin: 15px;
}

#faqs h3 {
    color: #00a9c7;
}

#faqs h4 {
    cursor: pointer;
}

#mail-message {
    width: 350px;
}

#firecheckout-form .discount .button span span, .discount-form .button {
    padding: 7px;
    line-height: 10px;
}

#coupon-apply {
    margin-top: 2px !important;
}

#firecheckout-form .giftcard-payment-method label {
    display: block;
}

#firecheckout-form .giftcard-payment-method .buttons-set {
    margin: 0;
    clear: none;
}

#checkout-giftcard-load .input-box input {
    float: left;
}

#checkout-giftcard-load .buttons-set {
    display: inline;
}

#checkout-giftcard-load .buttons-set button {
    margin: 2px 0 0 5px;
}

.service-point-details .pick-service-point-button span {
    color: #FFF;
}

.sp-methods .explanation {
    display: none;
    background: whitesmoke;
    margin: 5px 0;
    padding: 5px 9px;
    color: #666;
    font-size: 11px;
}

#payment-method dd li {
    color: #333;
}

.payment_ideal {
    width: 46px;
    height: 31px;
    background-image: url('/media/wysiwyg/infortis/ultimo/custom/payment_nl.gif');
    background-position: 0 0;
    float: left;
    margin: -6px 5px 0 0;
}

.payment_paypal {
    width: 46px;
    height: 31px;
    background-image: url('/media/wysiwyg/infortis/ultimo/custom/payment_nl.gif');
    background-position: 250px 0;
    float: left;
    margin: -6px 5px 0 0;
}

.payment_bitcoin {
    width: 46px;
    height: 31px;
    background-image: url('/media/wysiwyg/infortis/ultimo/custom/payment_nl.gif');
    background-position: 147px 0;
    float: left;
    margin: -6px 5px 0 0;
}

.payment_creditcard {
    width: 97px;
    height: 31px;
    background-image: url('/media/wysiwyg/infortis/ultimo/custom/payment_nl.gif');
    background-position: 148px 0;
    float: left;
    margin: -6px 5px 0 0;
}

.payment_betaalnaontvangst {
    width: 46px;
    height: 31px;
    background-image: url('/media/wysiwyg/infortis/ultimo/custom/payment_nl.gif');
    background-position: 198px 0;
    float: left;
    margin: -6px 5px 0 0;
}

.payment_bancontactmrcash {
    width: 46px;
    height: 31px;
    background-image: url('/media/wysiwyg/infortis/ultimo/custom/payment_nl.gif');
    background-position: 46px 0;
    float: left;
    margin: -6px 5px 0 0;
}

.cms-panel {
    background-color: #eff0eb;
    padding: 15px;
}

/* Modifications to the product review landing page on 26-11-2014 */
.review-product-list .product-shop, .review-product-list .breadcrumbs {
    display: none;
}

.review-product-list .product-img-column {
    width: 30%;
    float: right;
}

.review-product-list .box-additional {
    width: 60%;
    margin-top: 0;
}

.review-product-list .box-reviews {
    margin-top: 0;
}

.review-product-list .message_panel {
    display: none;
}

.review-product-list .box-reviews .form-add {
    display: block;
}

.cart_promo {
    margin-top: 10px;
    padding: 10px;
    background-color: #eff0eb;
    width: 375px;
}

.cart_promo:after {
    content: "";
    display: table;
    clear: both;
}

.cart_promo img {
    margin-right: 15px;
    width: 23%;
    float: left;
}

.promo_message {
    width: 73%;
    float: left;
}

.promo_message h3 {
    font-size: 1.5em;
}

.promo_message .subtitle {
    color: #333;
    font-size: 0.9em;
}

.product-view .sticker {
    font-size: 1.4em;
    width: 0;
    height: 0;
    padding: 12px 15px;
}

.sticker {
    font-size: 1em;
    width: 0;
    height: 0;
    padding: 10px 13px;
    border-radius: 0;
}

.item:hover .sticker {
    font-size: 1.1em;
    width: 0;
    height: 0;
    padding: 12px 15px;
}

.sticker-wrapper.top-left {
    top: 6px;
    left: 6px;
}

.sticker-wrapper.top-right {
    top: 6px;
    right: 6px;
}

@media only screen and (max-width: 479px) {
    .products-grid .sticker {
        width: 0;
        height: 0;
    }
}

.you-save-price {
    position: relative;
    background-color: #DF5240;
    width: 107px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-top: 5px;
    color: #FFF;
    padding: 0 3px;
    text-align: center;
}

.you-save-price:after {
    content: "";
    position: absolute;
    top: -6px;
    left: 15px;
    border-width: 0 6px 6px;
    border-style: solid;
    border-color: #df5240 transparent;
    display: block;
    width: 0;
}

.you-save-price .price {
    color: #FFF !important;
    font-size: 1em !important;
}

.products-grid .you-save-price {
    margin-left: 50px;
}

.products-grid .you-save-price:after {
    left: 50px;
}

.products-grid .owl-item .you-save-price {
    margin-left: 22px;
}

.products-grid .owl-item .you-save-price:after {
    left: 22px;
}

.tier-prices {
    padding-left: 0;
}

.item .tier-prices {
    margin-top: 5px;
}

#nav .dikke-deals {
    background-color: #7A2753;
}

#nav .dikke-deals:hover {
    background-color: #3c3836;
}

#nav .sale {
    background-color: #df5240;
}

#nav .sale:hover {
    background-color: #3c3836;
}

#award_usp {
    padding: 0 7px 0 27px;
    font-size: .9em;
    margin-top: -5px;
    background: #FDFDFD url('../images/icon_award_gold.png') 6px 10px no-repeat;
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
}

#award_usp a {
    color: #8A8A8A;
}

.links-wrapper-separators li {
    font-size: 0.9em;
}

.links-wrapper-separators .links .ic-img {
    margin: 9px 3px 0 0;
    display: block;
    float: left;
}

.links-wrapper-separators .links > li > a {
    color: #696969;
    background: none;
}

.links-wrapper-separators .links > li > a:hover {
    color: #333 !important;
}

.kiyoh-shop-snippets {
    padding-top: 7px;
    line-height: 15px;
    color: #3C3836;
}

.kiyoh-shop-snippets a {
    color: #3C3836;
}

.kiyoh-schema {
    float: left
}

.kiyoh-schema p {
    font-size: 11px;
}

.kiyoh-shop-snippets .rating-box {
    float: left;
    margin-right: 4px;
    margin-top: 0;
    width: 69px;
    height: 13px;
    font-size: 0;
    line-height: 0;
    background: url('../../default/images/bkg_rating.gif') 0 0 repeat-x !important;
    text-indent: -999em;
    overflow: hidden;
}

.kiyoh-shop-snippets .rating {
    float: left;
    height: 13px;
    background: url('../../default/images/bkg_rating.gif') 0 100% repeat-x !important;
}

.kiyoh-custom {
    padding: 5px;
    margin: 10px 0 10px 0;
    text-align: center;
}

.kiyoh-custom .score {
    font-size: 1.2em;
}

.kiyoh-custom .title {
    font-size: 0.9em;
    margin-bottom: 0;
}

.kiyoh-custom .score_title {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.kiyoh-custom .rating-box {
    background: url("../../default/images/star-empty.png") repeat-x scroll left top rgba(0, 0, 0, 0);
    height: 26px;
    width: 115px;
    margin: 10px auto;
}

.kiyoh-custom .rating-box .rating {
    background-image: url("../../default/images/star-full.png");
    height: 21px;
}

.kiyoh .header {
    border: 1px solid #CCC;
    padding: 20px;
    position: relative;
    margin-bottom: 15px;
}

.kiyoh .title {
    float: left;
    margin-right: 15px;
}

.kiyoh .header h1 {
    float: none;
    font-size: 2em;
    margin-bottom: 5px;
}

.kiyoh .header .subtitle {
    color: #888;
    margin: 0 0 10px 0;
}

.kiyoh .header .kiyoh_logo {
    position: absolute;
    top: 22px;
    right: 20px;
}

.kiyoh .header .grade {
    width: 54px;
    height: 37px;
    padding: 15px 0 0 0;
    background-color: #3DAE9A;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    line-height: 100%;
    float: left;
}

.kiyoh .review {
    border: 1px solid #CCC;
    margin-bottom: 10px;
}

.kiyoh .review .review-header {
    padding: 10px;
    border-bottom: none;
}

.kiyoh .review .review-header h3 {
    font-size: 1.2em;
    margin-bottom: 3px;
}

.kiyoh .review .review-header .date {
    color: #888;
}

.kiyoh .rating-box {
    float: left;
    margin: 6px 0 0 10px;
}

.kiyoh .rating-box .rating {
    background: url('../../default/images/bkg_rating.gif') 0 100% repeat-x !important;
}

.kiyoh .grade {
    float: left;
    display: block;
    margin: 5px 0 0 0;
    color: #3DAE9A;
    font-size: 1.6em;
    font-weight: bold;
}

.kiyoh .experience {
    margin-top: 20px;
}

/* Changes to formatting of the the Firecheckout and the TIG PostNL deviveryoptions */
#firecheckout-form .allow-gift-messages-for-order-container .fields {
    display: none;
}

#gift-message-whole-message {
    width: 100%;
}

.firecheckout-set .form-list li {
    margin: 0;
}

.firecheckout-set .newsletter {
    margin-bottom: 10px !important;
}

.firecheckout-set .data-table th, .data-table td {
    padding: 5px 10px;
}

.firecheckout-set #checkout-shipping-method-load .sp-methods dt, .firecheckout-set #checkout-shipping-method-load .sp-methods dd label {
    /*display:none;*/
}

.firecheckout-set .postnl-container {
    padding-left: 0;
    padding-right: 0;
    background: none;
    border: none;
}

.firecheckout-set .postnl-container .col-1, .firecheckout-set .postnl-container .col-2 {
    float: left !important;
    width: 100% !important;
}

.firecheckout-set .postnl-container .col-2 {
    margin: 10px 0 0 0 !important;
}

.firecheckout-set #change_address {
    display: none;
}

.firecheckout-set #postnl_dpu {
    max-width: 9999em !important;
}

.firecheckout-set #postnl_delivery {
    margin-right: 34px !important;
}

.firecheckout-section .subtext {
    font-size: 10px;
    position: absolute;
    right: -92px;
    bottom: -19px;
    width: 250px;
}

/*
.firecheckout-set .option-list li {
    padding: 0 8px !important;
}*/
.postnl-container .button span {
    display: block !important;
}

/* CMS Onepage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Sections */
.onepage #nav_container {
    width: 100%;
}

.onepage .navbar {
    background: #3dae9a;
    height: 80px;
}

.onepage .navbar-fixed {
    top: 50px;
    z-index: 100;
    position: fixed;
    width: inherit;
}

.onepage .menu {
    float: right;
}

.onepage .menu > li {
    float: none;
    display: inline-block;
    padding: 10px;
    font-size: 1.3em;
    font-weight: 700;
    text-transform: uppercase;
}

.onepage .menu a {
    color: #FFF;
}

/* Sections */
.onepage .white_section {
    background-color: #fff;
}

.onepage .grey_section {
    background-color: #fafafb;
}

.onepage .blue_section {
    background-color: #2f4e71;
}

.onepage .section_gap {
    padding: 79px 0 65px;
}

/* Giftfinder */
div.block-layered-nav.verticallayout dd li::after {
    clear: both;
    content: "";
    display: inline;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.block-layered-nav.verticallayout .block-content > dl > dt {
    font-size: 16px;
}

.block-layered-nav.verticallayout .amshopby-container-top {
    margin-top: 20px;
}

.block-layered-nav.verticallayout ol li {
    margin-top: 4px;
}

.verticaldl a {
    padding-right: 10px !important;
    /* 	text-transform:uppercase; */
}

/* .verticaldl a.amshopby-attr-selected */
/* { */
/* 	color:green; */
/* } */
div.block-layered-nav.verticallayout dd a.amshopby-attr-selected {
    background-image: url("../images/bschecked.jpg");
    font-size: 16px;
    padding-left: 25px;
    font-weight: normal;
}

div.block-layered-nav.verticallayout dd a.amshopby-attr, div.block-layered-nav.verticallayout dd a.amshopby-attr:hover {
    background-image: url("../images/bsunchecked.jpg");
    font-size: 16px;
    padding-left: 25px;
}

.verticallayout .block-title {
    display: block;
}

.verticallayout .block-title::after {
    display: none !important;
}

.verticallayout .verticaldl dt {
    float: left;
    max-width: 200px;
    width: 30%;
}

.verticallayout .count {
    display: none;
}

.verticallayout .prijs ol {
    max-width: 300px !important;
}

.verticallayout .prijs ol li {
    float: none;
}

.verticallayout ol li {
    padding-right: 5px;
    padding-bottom: 5px;
    float: left;
}

.verticallayout .block-title {
    border: none !important;
}

.verticallayout .block-title strong span {
    font-size: 30px;
}

.verticallayout .undertitle {
    font-size: 16px;
}

.verticallayout .title-border {
    font-size: 16px;
    padding: 5px 0;
    margin: 10px 0;
}

.verticallayout > .block-content {
    clear: both;
}

.verticallayout .amshopby-slider-ui .ui-slider-handle {
    background-color: #71c2b2;
    border: 1px solid #3dae9a;
}

.verticallayout dt {
    clear: both;
}

.verticallayout.toolbar {
    border: none;
    padding: 0;
}

.amshopby-filters-top .block-content ol {
    max-width: 100%;
}

@media screen and (max-width: 767px) {
    .verticallayout .prijs ol {
        max-width: 100% !important;
    }

    .verticaldl dt, .verticaldl dd {
        clear: left;
    }

    /* Homepage Grid Responsive fix*/
    .page-banners .mfw {
        width: 100%;
        clear: both;
    }

    .page-banners .mhw {
        width: 49% !important;
    }

    .page-banners .mhw.first {
        margin-right: 2%;
    }

    /*FIX DUPLICATE MARGINS*/
    .page-banners > div {
        margin-bottom: 0 !important;
    }

    /*FIX DUPLICATE MARGINS*/
    .page-banners div > div img {
        width: 100%;
    }

    .page-banners .banner a {
        max-width: 100% !important;
    }

    /* END Homepage Grid Responsive fix*/
}

.page-banners .banner a {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.bannercontainer .product-data {
    position: absolute;
    bottom: 19px;
    left: 8px;
    width: calc(100% - 16px);
}

.bannercontainer .product-data h3 {
    color: #FFF;
    overflow: hidden;
    font-size: 14px;
    position: relative;
}

.pp-price {
    left: 8px;
    bottom: 8px;
    position: absolute;
}

.pp-price > .price .price, .pp-price .special-price .price {
    color: #FFF !important;
}

.product-data .stickers {
    top: -5px;
    position: absolute;
}

.product-data .sticker-wrapper .sticker {
    font-size: 10px;
    padding: 4px;
}

.product-data .sticker-wrapper {
    right: unset;
    top: -18px;
    left: unset;
    position: relative;
    margin-right: 8px;
    float: left;
}

/*.product-data .sticker-wrapper.top-left + .sticker-wrapper.top-right {left:20px;}*/
.product-gradient {
    height: calc(100% + 19px);
    left: -8px;
    position: absolute;
    width: calc(100% + 16px);
    background-image: linear-gradient(
            transparent, #272727
    );
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .product-data .sticker-wrapper {
        margin-right: 2px !important;
    }

    .product-data .sticker-wrapper:last-child {
        margin-right: 0;
    }

    .product-data .sticker-wrapper .sticker {
        padding: 4px 1px;
    }
}

.top-section .card {
    text-align: center;
}

.top-section .card img {
    margin-bottom: 7px;
}

.top-section .card h3 {
    font-size: 21px;
    color: #3dae9a;
    margin-bottom: 0;
}

.top-section .card em {
    font-size: 13px;
    color: #333;
}

.top-section .card span {
    display: block;
    font-size: 13px;
}

/* Shopworks Billink achteraf betalen Paymethod
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

#payment_form_billink {
    margin-left: 17px;
}

.firecheckout-set .form-list .customer-dob .dob-day, .firecheckout-set .form-list .customer-dob .dob-month, .firecheckout-set .form-list .customer-dob .dob-year {
    width: 33% !important;
}

/* Amasty Improved Navigation
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
div.block-layered-nav dd a.amshopby-attr, div.block-layered-nav dd a.amshopby-attr:hover {
    font-size: 1.1em;
    padding: 5px 5px 4px 20px;
    background-image: url(../images/amshopby-cb1.gif);
}

div.block-layered-nav dd a.amshopby-attr-selected {
    font-size: 1.1em;
    font-weight: bold;
    padding: 5px 5px 4px 20px;
    background-image: url(../images/amshopby-cb2.gif);
}

div.block-layered-nav .block-subtitle, div.block-layered-nav div.currently, div.block-layered-nav .actions {
    display: none;
}

.block-layered-nav .block-content > dl > dt {
    font-size: 1.25em;
    margin-top: 15px;
}

/* Category sidebar
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.sidebar > .button {
    background-color: #e37632;
    width: 65%;
    margin: 20px 0;
    font-size: 1.3em;
    border: 1px solid #de5400;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 0 #de5400;
}

.sidebar > .button:hover {
    background-color: #d37035;
}

/* Mini cart
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.mini-cart .mini-cart-content .actions button {
    margin-bottom: 10px;
}

/* Category navigation
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.pager .pages li {
    margin-right: 4px;
}

.pager .pages li.current {
    width: 30px;
    height: 30px;
    margin-right: 8px;
    padding: 0;
}

/* Category page
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.products-grid .price-box .old-price .price {
    text-decoration: none;
    font-size: 1.2em;
    position: relative;
}

.products-grid .price-box .you-save-price {
    display: none;
}

/*.products-grid .price-box .old-price .price:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid;
    border-color: inherit;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-8deg);
}*/

.products-grid .price-box .price {
    font-size: 1.5em;
    font-family: Panton-SemiBold;
}

.products-grid .price-box .minimal-price-link {
    display: none;
}

.products-grid .availability {
    color: #50b174;
    font-size: 1.1em;
    font-weight: bold;
    margin: 0;
}

.products-grid .out-of-stock {
    color: #999;
    font-size: 1em;
    margin-bottom: 0;
}

.products-grid .deliveryinfo {
    color: #999;
}


/* Footer
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

.footer .block_footer_payment {
    float: none !important;
    text-align: center;
}

.footer .payment-method-icons{
    margin: 30px 0 40px 0;
}

.footer h6.block-title {
    font-size: 16px;
}

.footer .large-heading {
    font-size: 18px;
}

.footer .large-text {
    font-size: 14px;
}

.footer .block-title.heading {
    font-size: 18px;
    margin-bottom: 2px;
}

.footer .newsletter-button {
    display: block;
    width: 200px;
    margin: 10px 0;
    background-color: #e37632;
    color: #FFF;
    font-size: 1.2em;
}

.footer .social-links a {
    margin: 3px;
}

.footer h6.block-title.heading-big {
    font-size: 24px;
}

.footer .block-content.links {
    font-size: 14px;
    line-height: 24px;
}

.footer ul.list-paymenttypes {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin: 0 0 .6875em;
}

.footer ul.list-paymenttypes li {
    display: inline-block;
    flex-basis: auto;
    margin: 10px 0;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-primary-bottom.grid12-12 {
    display: none;
}

/* Day deal
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

.product-view .deal-message {
    color: #ffffff;
    background-color: #ef145a;
    margin-top: 10px;
    padding: 7px 10px;
}

.product-view .deal-message a{
    color: #ffffff;
    cursor: pointer;
}

#message-header {
    font-weight: bold;
}

/* Free shipping method
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

.cart div#cart_shipping_message {
    font-size: 1.6em;
    margin: 22px 0 14px 0;
}

/* Cart
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

.cart-table tr.odd.last, .cart-table tr.odd td, .cart-table tr.odd th, .cart-table tr.even td, .cart-table tr.even th, .cart-table tr.odd td, .cart-table tr.odd th, .cart-table thead tr, .cart-table thead {
    border: none;
}

/* Checkout Thank you page
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

.checkout-thankyou {

}
.checkout-thankyou p {
    font-size: 16px;
    margin: 0 0 1em;
    padding: 0;
}

.checkout-thankyou a {
    color: #2d7f71;
}

.checkout-thankyou .img-caption {
    font-size: 14px;
    margin-top: 5px;
    color: #767473;
}

/* OneTrust Cookie banner
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

.optanon-alert-box-bg p {
    font-size: 100% !important;
    line-height: 100% !important;
}

.footer-bottom {
    padding-bottom: 30px !important;
}

/* Firecheckout */
#billing-new-address-form #opc_postnl_ce .field-postcode {
    width: 250px !important;
}

#billing-new-address-form #opc_postnl_ce .field-housenumber, #billing-new-address-form #opc_postnl_ce .field-extension {
    width: 185px !important;
}
.firecheckout-set .form-list .field, .firecheckout-set .form-list .fields .field {
    padding: 0 !important;
}
.firecheckout-set .form-list li, .firecheckout-set .form-list ul li {
    padding: 4px !important;
}
.firecheckout-set .customer-name .input-box, .firecheckout-set .field-password .input-box {
    width:98% !important;
}
#register-customer-password.fc-pw-hidden {
    display: none !important;
}
#order-total-clone tr:nth-last-child(2), #checkout-review-table  tfoot tr:nth-last-child(2){
    display: none !important;
}
#opc_postnl_ce .input-box {
    width: 180px !important;
}

#billing-address .radio_address{
    margin-left: 27px;
}
.firecheckout-set .discount-block #discount_block_toggle{
    display: none;
}
.firecheckout-set .discount-block label{
    font-size: 1.1em;
    margin: 10px 0 10px -25px;
}
.firecheckout-set #payment-method #payment_form_msp_klarna {
    padding-right: 0 !important;
}
.firecheckout-set #payment_form_msp_klarna label {
    margin: 0 5px 5px 0;
    padding:0;
    clear: both;
}
.firecheckout-set #payment_form_msp_klarna input {
    float: none;
    margin: 0 0 0 5px !important;
}
.firecheckout-set #payment_form_msp_klarna #birthday {
    margin: 3px 0 0 5px !important;
}

.cms-button {
    border: 2px solid #000000;
    display: inline-block;
    cursor: pointer;
    color: #000000 !important;
    font-size: 21px;
    padding: 16px 31px;
    text-decoration: none;
    margin: 5px 0 30px 0;
    line-height: 21px;
    font-family: Panton-SemiBold;
}
.cms-button:hover {
    background-color: #000000;
    color: #ffffff !important;
}
.cms-button:active {
    position:relative;
    top:1px;
}
div.amshopby-overflow-scroll-enabled div.block-content dl dd > ol:first-of-type {
    overflow-y: auto;
}
.checkout-message {
    margin-bottom: 15px;
    color: #383838;
    background: #ffffff;
    padding: 12px 12px 8px 12px;
    font-size: 1.2em;
    border: 1px solid;
}

/* Add payment method icons to checkout
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
#p_method_msp_ideal + label {
    background: no-repeat 30px 0 url(/wysiwyg/images/footer/ideal.svg) ;
    padding-left: 90px;
    height: 30px;
    background-size: 30px;
}
#p_method_msp_visa + label {
    background: no-repeat 30px 0 url(/wysiwyg/images/footer/visa.svg) ;
    padding-left: 90px;
    height: 30px;
    background-size: 50px;
}
#p_method_msp_mastercard + label {
    background: no-repeat 30px 0 url(/wysiwyg/images/footer/mastercard.svg) ;
    padding-left: 90px;
    height: 30px;
    background-size: 35px;
}
#p_method_paypal_standard + label {
    background: no-repeat 30px 0 url(/wysiwyg/images/footer/paypal.svg) ;
    padding-left: 90px;
    height: 30px;
    background-size: 50px;
}
#p_method_msp_klarna + label {
    background: no-repeat 30px 0 url(/wysiwyg/images/footer/klarna.svg) ;
    padding-left: 90px;
    height: 30px;
    background-size: 35px;
}

/* Style Tikkie Fastcheckout buttons and visibility
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.tikkie-fastcheckout-button img {
    width: 100% !important;
}
@media only screen and (min-width: 768px) {
    .tikkie-fastcheckout-button {
        display: none !important; /* hide button on desktop */
    }
}

/* Style sovendus message on thank you page
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
#sovendus-container-1{
    margin: 0 auto 20px;
    width: 100%;
    max-width: 475px;
}

/* Style cookie consent
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.ec-gtm-cookie-directive{
    bottom: -6px !important;
}
.ec-gtm-cookie-directive > div{
    padding: 5px 15px !important;
}

/* Checkout Cart
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.hide-on-desktop {
    display: none !important;
}
.cart-table tbody {
    box-shadow: 0 0 6px #ccc;
}
.cart-table thead tr td {
    padding: 5px 0 14px;
}
.cart-table .btn-continue {
    background-color: transparent;
    border: 1px solid #3c3836;
    color: #3c3836;
    font-size: 14px;
    line-height: 32px;
    padding: 0 14px;
}
.cart-table .btn-update {
    background-color: #629d44;
    font-size: 14px;
    padding: 0 31px;
    line-height: 34px;
}
.cart-table .product-name {
    color: #000;
    font-weight: 600;
    font-size: 1.5em;
    letter-spacing: 1px;
    margin-bottom: 2px;
    margin-top: 4px;
}
.cart-table.data-table tr.even {
    background-color: transparent;
}
.cart-table tr td {
    padding: 15px 2px 15px 10px;
}
.cart-table.data-table td {

}
.cart-table.data-table tbody td.last {
    padding-right: 22px;
    text-align: right;
    padding-left: 43px;
    display: table-cell;
}
.cart-table .cart-price {
    font-size: 1.5em;
    color: #000;
    font-weight: 600;
}
.cart-table .product-image {
    padding: 0 6px;
}
.cart-table .deliveryinfo {
    color: #629d44;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 11px;
}
.cart .totals.grid-full {
    box-shadow: 0 0 6px #ccc;
    max-width: 330px;
    float: right;
}
.cart .totals-inner {
    padding: 18px 16px 8px 16px;
}
.cart .totals-inner p {
    text-align: center;
    color: #000;
}
.cart .page-title {
    margin-bottom: 6px;
}
.cart .button.btn-checkout {
    background-color: #629d44;
    border: none;
    box-shadow: none;
    font-size: 1.666em;
    width: 100%;
    height: 45px;
    line-height: 48px;
}
.cart .cart-collaterals.nested-container {
    margin-top: 22px;
}
.cart section.usps {
    margin: 0;
}
.cart .remove-item {
    font-size: 26px;
    margin-top: 10px;
    display: inline-block;
    padding-right: 20px;
}
.cart .cart-table input.qty {
    border-color: #3c3836;
    font-size: 14px;
    color: #3c3836;
    padding-right: 30px;
    border-radius: 2px;
    width: 80px !important;
    height: 34px;
}
.cart .totals td {
    font-size: 14px;
    color: #000;
    padding: 0;
}
.cart .totals tfoot th strong,
.cart .totals tfoot td strong {
    font-size: 14px;
}
.cart .qty-box {
    position: relative;
}
.cart .inc {
    width: 20px;
    height: 15px;
    position: absolute;
    right: 1px;
    font-size: 10px;
    background-color: #f1f1f1;
    border-left: 1px solid;
    border-bottom: 1px solid;
    line-height: 18px;
    top: 1px;
}
.cart .dec {
    width: 20px;
    height: 15px;
    position: absolute;
    right: 1px;
    font-size: 10px;
    background-color: #f1f1f1;
    border-left: 1px solid;
    border-top: 1px solid;
    line-height: 18px;
    bottom: 1px;
}
.cart .product-image img {
    height: auto;
}
.category-products-grid .product-name {
    height: 39px;
    overflow: hidden;
}
@media only screen and (max-width: 767px) {
    .category-products-grid .product-name {
        height: 30px;
    }
}
.category-products-grid .old-price {
    display: inline-block;
    margin-left: 20px;
}
.category-products-grid .special-price {
    display: inline-block;
    float: left;
}
.category-products-grid .special-price .price,
.category-products-grid .regular-price .price,
.category-products-grid .minimal-price .price {
    color: #df5240 !important;
    font-size: 18px;
}
.products-grid .price-box .old-price .price {
    text-decoration: line-through;
    font-size: 15px;
    color: #606070;
}
.products-grid .availability {
    color: #629d44;
    font-size: 1em;
}
.products-grid .deliveryinfo {
    color: #606070;
    margin-bottom: 5px;
}
.category-products-grid .item {
    border: none;
    padding-top: 0;
}
.products-grid {
    padding-top: 2%;
}
.filter-by {
    display: none;
}
.filter-count {
    display: inline-block;
}
@media only screen and (min-width: 1280px) {
    .cart-table .product-image {
        max-width: 114px;
    }
}
@media only screen and (max-width: 959px) {
    .cart .button.btn-checkout {
        font-size: 1.2em;
    }
}
@media only screen and (max-width: 767px) {
    .mobile-hide {
        display: none !important;
    }

    .cart .page-title h1 {
        text-align: center;
        width: 100%;
    }

    .cart .data-table thead {
        display: initial;
    }

    .cart .data-table thead tr {
        border: none !important;
    }

    .cart-table.data-table td {
        text-align: center !important;
    }

    .cart-table .btn-continue,
    .cart-table .btn-update {
        float: none;
    }

    .cart-table .btn-continue {
        margin-right: 14px;
    }

    .cart-table .product-image {
        width: auto;
    }

    .cart .data-table tbody td {
        float: left;
        padding: 10px 5px;
        width: auto;
    }

    .cart .data-table tbody td.mobile-w-30 {
        width: 26%;
    }

    .cart .data-table tbody td.mobile-w-70 {
        width: 67%;
    }

    .cart .data-table tbody tr {
        clear: both;
        border: none !important;
    }

    .cart-table.data-table tbody td.last {
        float: right;
        line-height: 24px;
    }

    .cart-table .cart-price {
        font-size: 16px;
    }

    .cart .remove-item {
        font-size: 24px;
        margin-top: 6px;
        padding-right: 0;
    }

    .cart-table .product-name,
    .cart-table .deliveryinfo {
        text-align: left;
    }

    .cart-table .product-name {
        font-size: 1.1em;
    }

    .cart-table .deliveryinfo {
        font-size: 0.8em;
    }

    .cart .cart-table input.qty {
        height: 24px;
        width: 56px !important;
    }

    .cart .inc,
    .cart .dec {
        line-height: 12px;
        height: 10px;
    }

    .cart .totals.grid-full {
        max-width: 100%;
    }

    .hide-on-desktop {
        display: block !important;
    }

    .hide-on-desktop ul {
        margin-top: 10px;
        margin-bottom: 26px;
    }

    .hide-on-desktop li {
        color: #000;
    }

    .hide-on-desktop .ul-title {
        font-weight: 600;
        font-size: 14px;
        margin-bottom: 10px;
    }

    /* Category Page
    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    */
    .category-products .toolbar .pager {
        display: none;
    }
    .category-products .toolbar-bottom .toolbar .pager {
        display: block;
    }
    #narrow-by-list, #narrow-by-list2 {
        margin: 0;
    }
    .block-layered-nav .block-content > dl > dt {
        text-transform: none;
        padding-left: 0;
        font-size: 1em;
    }
    .block-layered-nav .block-content > dl > dt:after {
        content: "\e23c";
        border: none;
        font-weight: normal;
        right: 20px;
        left: unset;
        font-size: 20px;
        font-family: ThemeIcons;
        top: 30%;
    }
    .block-layered-nav .block-content.accordion-open > dl > dt.current:after {
        content: "\e23d";
        border: none;
        font-weight: normal;
        right: 20px;
        left: unset;
        font-size: 20px;
        font-family: ThemeIcons;
        top: 30%;
    }
    .sort-by {
        width: auto;
        float: right !important;
    }
    .block-layered-nav {
        display: none;
    }
    .filter-by {
        display: inline-block;
        float: left;
    }
    .filter-by {
        background: #ebebeb;
        display: inline-block;
        width: 110px;
        height: 32px;
        line-height:32px;
        border: none;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        font-weight: 600;
        color: #3c3836;
    }
    .filter-by::before {
        content: "\e138";
        font-family: 'Glyphicons Halflings';
        vertical-align: top;
        padding-right: 4px;
        font-size: 11px;
    }
    .filter-count {
        text-align: left;
        line-height: 10px;
        margin-bottom: 6px;
        display: block;
    }
    .category-products > .toolbar {
        border: none;
    }
    .category-products > .toolbar > .sorter {
        margin: 0;
        padding: 0;
    }
    .selectDiv {
        background: #ebebeb;
        display: inline-block !important;
        width: 110px;
        height: 32px;
        line-height:32px;
        overflow: hidden;
        font-weight: 600;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        margin:0px;
        padding:0px;
        position: relative;
        z-index:100;
    }
    .selectDiv::before {
        content: "\e119";
        font-family: 'Glyphicons Halflings';
        font-size: 11px;
    }
    .sorter .sort-by .category-desc,
    .sorter .sort-by .category-asc {
        vertical-align: top;
        width: 16px;
    }

    .selectDiv select {

        margin:0px;
        padding:0px;
        opacity:0;
        filter:alpha(opacity=0);
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        display:block;
        z-index:101;
    }
    .selectDiv select:focus {
        outline: none;
    }

    .selectDefault, .selectDiv option {
        font-size:12px;
        vertical-align: top;
        line-height: 34px;
    }
    .sort-by > label,
    .sort-by > select {
        display: none;
    }
    .sort-by + .clearfix {
        display: block!important;
    }
}