/* Reset  ================================================================================= */
@import url(//fonts.googleapis.com/css?family=Noto+Sans:400,400italic,700,700italic);
@import url(//fonts.googleapis.com/css?family=Noto+Serif:400,700);

* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

/* Base */
html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    background: #eaeaea url(../images/skin/body_bg.png) repeat-x;
    color: #4a4a4a;
    font-family: 'Noto Sans', sans-serif;
    font-size: 12px;
    text-align: center;
}

body.onestepcheckout-index-index {
    background: #eaeaea;
}

img {
    border: 0;
    vertical-align: top;
}

a {
    color: #b51628;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

:focus {
    outline: 0;
}

.advanced-search a {
    color: #B41629;
}

/* Headings */
h1 {
    font-size: 2em;
    font-weight: normal;
    line-height: 1.15;
}

h2 {
    font-size: 1.5em;
    line-height: 1.25;
    margin-bottom: .45em;
}

h3 {
    font-size: 1.35em;
    margin-bottom: .45em;
}

.page-head h3 {
    color: #B51628;
    font-size: 38px;
    font-weight: normal;
    text-transform: uppercase;
}

h4 {
    font-size: 1.05em;
    line-height: 1.35;
    margin-bottom: .45em;
}

h5 {
    font-size: 1.05em;
    line-height: 1.35;
    margin-bottom: .45em;
}

h6 {
    font-size: 1em;
    line-height: 1.35;
    margin-bottom: 1em;
}

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

fieldset {
    border: 0;
}

legend {
    display: none;
}

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

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

/* Content */
p {
    margin: 0 0 1em;
}

strong {
    font-weight: bold;
}

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

cite {
    font-style: normal;
}

q,
blockquote {
    quotes: none;
}

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

small {
    font-size: 1em;
}

big {
    font-size: 1.15em;
}

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

/* Lists */
ul, ol {
    list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.no-display {
    display: none;
}

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

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

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

.clear {
    clear: both;
}

.clickable {
    cursor: pointer;
}

/* Layout ================================================================================ */
.wrapper {
    display: block;
    min-height: 100%;
    position: relative;
}

.page {
    padding-bottom: 310px;
    text-align: left;
    width: 100%;
}

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

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

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

.main-container {
}

.main {
    background: #fff;
    margin: 0 auto;
    padding: 0 0px 20px 20px;
    width: 960px;
}

/* Base Columns */
.col-left {
    float: left;
    width: 230px;
}

.col-main {
    float: left;
    margin-right: 12px;
    width: 718px;
}

.col-right {
    float: right;
    width: 230px;
}

/* 1 Column Layout */
.col1-layout .main {
    padding-right: 8px;
    position: relative;
    width: 952px;
}

.col1-layout .col-main {
    float: none;
    width: auto;
}

/* checkout-text */
.checkout-text {
    font-size: 13px;
    height: 60px;
    padding: 10px;
    position: absolute;
    right: 20px;
    top: -15px;
    width: 545px;
}

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

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

/* 3 Columns Layout */
.col3-layout .col-main {
    width: 470px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Header ================================================================================ */
.header-container {
}

.header {
    background: #fff url(../images/skin/header_bg.png) repeat-x;
    height: 270px;
    margin: 0 auto;
    position: relative;
    width: 980px;
    z-index: 200;
}

.header a.logo {
    left: 20px;
    position: absolute;
    top: 45px;
}

.header a.logo strong {
    display: none;
}

.header div.menu {
    border-bottom: 3px solid #4a4a4a;
    height: 27px;
    left: 20px;
    position: absolute;
    top: 140px;
    width: 940px;
    z-index: 1;
}

.header div.menu ul {
    position: relative;
    width: 940px;
    z-index: 0;
}

.header div.menu li {
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 3px;
    padding-right: 7px;
    position: relative;
    text-transform: uppercase;
}

.header div.menu li:last-child {
    float: right;
    padding-right: 0;
}

.header div.menu li a {
    color: #4a4a4a;
    display: block;
    line-height: 27px;
    padding: 0 7px;
}

.header div.menu li a img {
    display: inline;
    margin-left: 5px;
    vertical-align: middle;
}

.header div.menu li.level0.parent > a > span {
    background: url(../images/skin/arrow2.png) no-repeat right;
    padding-right: 15px;
}

.header div.menu li.nav-aanbiedingen a {
    background: #7e7e7e;
    color: #fff;
}

.header div.menu li a:hover, .header div.menu li:hover > a, .header div.menu li.active a {
    background: #4a4a4a;
    color: #fff;
    text-decoration: none;
}

.header div.menu li ul {
    background: url(../images/skin/bg2.png) repeat;
    border-top: 1px solid #b51628;
    display: none;
    left: 0;
    overflow: hidden;
    padding: 15px;
    position: absolute;
    top: 30px;
    width: 200px;
}

.header div.menu li .part {
    float: left;
    width: 182px;
}

.header div.menu li h3 {
    color: #fff;
    font-size: 13px;
    text-transform: none;
}

.header div.menu li h3.gap {
    margin-top: 30px;
}

.header div.menu li li {
    float: none;
    font-size: 12px;
    font-weight: normal;
    padding: 0;
    text-transform: none;
    width: 100%;
}

.header div.menu li li a {
    color: #fff;
    line-height: 20px;
    padding: 0;
}

.header div.menu li li a:hover {
    background: none;
    color: #b51628;
}

.header div.menu li:hover ul {
    display: block;
}

.header div.top {
    left: 300px;
    position: absolute;
    top: 6px;
}

.header div.top li {
    color: #fff;
    float: left;
    font-size: 13px;
    margin: 0 5px;
}

.header div.top li a {
    color: #fff;
}

.header div.top li a img {
    display: inline;
    margin-left: 5px;
    vertical-align: middle;
}

.header div.links {
    position: absolute;
    right: 0;
    top: 5px;
}

.header div.links li {
    float: left;
    font-size: 13px;
    margin-right: 25px;
}

.header div.links li a {
    color: #fff;
    text-decoration: none;
}

.header div.links li a img {
    display: inline;
    margin-right: 5px;
}

.block-info {
    position: absolute;
    right: 0;
    top: 215px;
    z-index: 201;
}

.block-info ul {
    list-style: none;
}

.block-info li {
    margin-bottom: 4px;
}

.block-info li a {
    background: #7e7e7e;
    color: #fff;
    display: block;
    height: 70px;
    text-align: center;
    text-decoration: none;
    width: 70px;
}

.block-info li span.icon {
    display: block;
    padding: 8px 0;
}

.block-info li span {
    display: block;
    font-weight: bold;
    line-height: 12px;
    text-transform: uppercase;
}

.block-info li a:hover {
    background: #b51628;
}

.header div.zoek {
    background: url(../images/skin/bg1.png) no-repeat;
    height: 53px;
    position: absolute;
    right: 10px;
    top: 50px;
    width: 354px;
    z-index: 50;
}

.header div.zoek fieldset {
    height: 26px;
    padding: 7px;
    position: relative;
}

.header div.zoek input.input-text {
    background: none;
    border: none;
    color: #7e7e7e;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 24px;
    padding: 0 5px;
    width: 295px;
}

.header div.zoek button.go {
    background: none;
    border: none;
    cursor: pointer;
    float: left;
    margin: 0;
    padding: 0;
}

.header div.zoek button.go span span {
    background: url(../images/skin/icon4.png) no-repeat;
    display: block;
    height: 24px;
    text-indent: -9999px;
    width: 24px;
}

.header div.zoek a.link {
    color: #b51628;
    display: block;
    font-size: 11px;
    position: absolute;
    right: 20px;
    top: 40px;
    z-index: 20;
}

.header p.phone {
    color: #4a4a4a;
    font-size: 12px;
    left: 20px;
    position: absolute;
    top: 175px;
}

.header .form-language {
    padding-left: 5px;
    padding-top: 5px;
}

.header .feature {
    background: #eaeaea;
    height: 40px;
    left: 20px;
    position: absolute;
    top: 210px;
    width: 940px;
}

.header .feature ul {
    list-style: none;
    overflow: hidden;
    padding: 5px;
}

.header .feature li {
    color: #8d8d8d;
    float: left;
    font-size: 11px;
    margin-right: 35px;
    text-transform: uppercase;
}

.header .feature ul li a {
    color: #4A4A4A;
}

.header .feature li:last-child {
    margin-right: 0;
}

.header .feature li span {
    float: left;
}

.header .feature li img {
    float: left;
    margin-right: 10px;
    margin-top: 3px;
}

.checkout-cart-index .cart .data {
    position: relative;
}

.onestepcheckout-index-index .page {
    padding-bottom: 0;
}

.onestepcheckout-index-index .header {
    background: #fff;
    height: 180px;
}

.onestepcheckout-index-index .header a.logo {
    top: 15px;
}

.onestepcheckout-index-index .header .feedback {
    top: 15px;
}

.onestepcheckout-index-index .header .feature {
    top: 130px;
}

/* Usp list */
.usp-header {
    background: #fff;
    margin: 0 auto;
    max-width: 980px;
    padding: 0 0 10px;
}

.usp-list-box {
    margin: 0 20px;
    padding: 0;
    position: relative;
    text-align: center;
}

.usp-list-box:after {
    background: #4A4A4A;
    content: '';
    height: 30px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.usp-header .item {
    display: inline-block;
    margin: 0;
    position: relative;
    text-align: left;
    vertical-align: top;
    width: 12.2%;
    z-index: 100;
}

.usp-header .item a {
    color: #fff;
    display: block;
    vertical-align: top;
}

.usp-header .item a img {
    bottom: 0;
    float: left;
}

.usp-header .title {
    color: #fff;
    display: block;
    font-size: 9px;
    font-weight: 600;
    margin: 0;
    padding-top: 5px;
    text-transform: uppercase;
}

#___plus_0 {
    margin-left: -27px !important;
    width: 300px !important;
}

/* SEO Footer ============================================================================ */

.pre-footer-container {
    box-sizing: border-box;
    margin: 30px auto;
    max-width: 940px;
    overflow: hidden;
    padding: 0 20px;
    width: 100%;
}

.pre-footer-container ul.nav-horizontal {
    display: flex;
    flex-wrap: wrap;
}

.pre-footer-container li.parent {
    margin-bottom: 20px;
    width: 100%;
}

@media only screen and (min-width: 400px) {

    .pre-footer-container li.parent {
        width: 50%;
    }

}

@media only screen and (min-width: 768px) {

    .pre-footer-container {
        padding: 0;
    }

    .pre-footer-container li.parent {
        margin-bottom: 0;
        width: 25%;
    }

}

.pre-footer-container li.parent > a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.pre-footer-container li.parent .submenu {
    display: block !important;
}

.pre-footer-container li.parent .submenu a {
    display: block;
    color: #4a4a4a;
    margin-bottom: 8px;
}

.pre-footer-container li.parent .submenu a:hover {
    color: #b51628;
}


/* Footer ================================================================================ */
.footer-container {
    background: url(../images/skin/footer_bg2.png) repeat-x;
    left: 0;
    position: absolute;
    width: 100%;
}

.footer-container .bot {
    background: #333;
    color: #fff;
    height: 26px;
    padding: 10px;
    text-align: center;
}

.footer-container .bot p {
    color: #fff;
    font-size: 11px;
    margin: 0;
}

.footer-container .bot p a {
    color: #fff;
    text-decoration: none;
}

.footer-container .bot p a:hover {
    text-decoration: underline;
}

.container-footer {
    color: #fff;
    margin: 0 auto;
    padding: 8px 0;
    text-align: center;
    width: 980px;
}

.container-footer p {
    margin-bottom: 0;
}

.footer {
    margin: 0 auto;
    padding-top: 20px; /*padding-bottom:20px;*/
    width: 980px;
}

.footer .top {
    padding: 0 20px;
}

.footer .part {
    float: left;
    margin-bottom: 20px;
    margin-right: 30px;
    position: relative;
}

.footer .part.last {
    margin-right: 0;
    width: 215px;
}

.footer p {
    color: #4b4b4b;
    line-height: 20px;
    margin-bottom: 0;
}

.footer ul.social {
    list-style: none;
    margin-top: 15px;
    overflow: hidden;
}

.footer ul.social li {
    float: left;
    margin-right: 10px;
}

.footer h4 {
    color: #4b4b4b;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
    margin-right: 5px;
    text-transform: uppercase;
}

.footer div.betaling h4 {
    background: url(../images/skin/payment1.png) no-repeat left bottom;
    padding-bottom: 50px;
}

.footer div.betaling {
    background: url(../images/skin/geen18_geendruppel.jpg) no-repeat left bottom;
    height: 203px;
    margin-right: 25px;
}

.footer .part iframe {
    height: 140px;
    width: 185px;
}

.footer div.betaling ul.nav-horizontal li {
    margin-bottom: 0;
}

.footer ul.nav-horizontal {
    list-style: none;
}

.footer ul.nav-horizontal li {
    line-height: 14px;
    margin-bottom: 8px;
}

.footer ul.nav-horizontal li a {
    color: #4b4b4b;
}

.footer .email {
    border: 3px solid #8d8d8d;
    height: 32px;
    margin-bottom: 5px;
    position: relative;
    width: 210px;
}

.footer .email input.input-text {
    background: none;
    border: none;
    color: #636363;
    float: left;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    padding: 0 8px;
    width: 160px;
}

.footer .email button.go {
    background: none;
    border: none;
    cursor: pointer;
    float: left;
    margin: 0;
    margin-top: 3px;
    padding: 0;
}

.footer .email button.go span span {
    background: url(../images/skin/icon4.png) no-repeat;
    display: block;
    height: 24px;
    text-indent: -9999px;
    width: 24px;
}

.footer a.bekijk {
    color: #b51628;
}

.footer img.waarborg {
    margin-top: 5px;
}

a.top {
    background: url(../images/skin/top_arrow.png) no-repeat;
    display: block;
    height: 40px;
    position: absolute;
    right: 10px;
    top: -20px;
    width: 40px;
}

a.top:hover {
    background-position: 0 -40px;
}

.footer .validation-advice {
    background: #fff;
    display: block;
    left: -5px;
    padding: 5px;
    position: absolute;
    top: 32px;
    width: 100%;
    z-index: 9999;
}

.footer input.validation-failed {
    background: #fff !important;
    border: none !important;
}

.footer .mini-menubuilder-menu.nav-horizontal {
    max-width: 146px;
}

/* Pages ================================================================================= */
.std .subtitle {
    padding: 0;
}

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

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

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

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

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

.std ul {
    list-style: none;
    padding-left: 1.5em;
}

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

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

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

.std dt {
    font-weight: bold;
}

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

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

.std address {
    font-style: normal;
}

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

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

/* Sidebar =============================================================================== */
.block {
    margin-bottom: 30px;
}

.block .block-title {
}

.block .block-title strong {
    color: #b51628;
    display: block;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.block .block-title strong span {
}

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

.block .block-subtitle {
    border-bottom: 1px solid #ddd;
    font-size: 10px;
    margin: 0 0 10px;
    padding: 0 0 2px;
    text-transform: uppercase;
}

.block .block-content {
}

.block .block-content li.item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.block .block-content li.item.last {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.block .block-content .product-name {
    color: #4a4a4a;
}

.block .btn-remove,
.block .btn-edit {
    float: right;
    margin: 1px 0 2px 5px;
}

.block .btn-remove {
    min-height: 16px;
}

.block .actions {
    border-top: 1px solid #ddd;
    margin: 5px 0 0;
    padding: 5px 0 0;
    text-align: right;
}

.block .actions a {
    float: left;
}

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

.block .empty {
    margin: 0;
}

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

.streek {
    cursor: pointer;
}

.streek-filter {
    display: none;
}

.page-header {
    overflow: hidden;
    padding: 0 0 25px;
    width: 100%;
}

.page-header h1,
.page-header h2 {
    color: #b41629;
    font-size: 28px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

/* Mini Products List */
.mini-products-list .product-image {
    border: 1px solid #a9a9a9;
    float: left;
    width: 50px;
}

.mini-products-list .product-details {
    margin-left: 60px;
}

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

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

.product-details .usp-list {
    margin-top: 20px;
}

/* Block: Account */
.block-account .block-content li {
    font-size: 13px;
    margin-bottom: 5px;
}

.block-account .block-content li a {
    color: #4a4a4a;
}

.block-account .block-content li a:hover {
    color: #b51628;
}

.block-account .block-content li.current strong {
    color: #b51628;
    font-weight: normal;
}

.block-account .block-content li.rewardpoints.child {
    padding-left: 10px;
}

/* Block: Layered Navigation */
.block-layered-nav {
    margin-right: 15px;
}

.block-layered-nav dt {
    border-top: 1px solid #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 10px 0 10px;
}

.block-layered-nav dd {
    border-bottom: 1px solid #ddd;
    padding: 0 10px 8px 10px;
}

.block-layered-nav dd li {
    line-height: 1.35;
    margin: 0 0 3px;
}

.block-layered-nav dd a {
    color: #444;
}

.block-layered-nav .currently li a {
    background-position: left -85px;
}

.block-layered-nav .actions {
    margin: 0;
    padding: 5px 10px;
}

.block-layered-nav .actions a {
    float: none;
}

.block-layered-nav h3 {
    background: url(../images/skin/icon14.png) no-repeat;
    color: #b51628;
    cursor: pointer;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 5px;
    padding-left: 26px;
    text-transform: uppercase;
}

.block-layered-nav h3.streek {
    background: url(../images/skin/icon-active.png) no-repeat;
}

.block-layered-nav h3.active {
    background: url(../images/skin/icon21.png) no-repeat;
}

.block-layered-nav ul {
    margin-bottom: 20px;
    padding-left: 5px;
}

.block-layered-nav li {
    font-size: 13px;
    margin-bottom: 7px;
}

.block-layered-nav li input {
    margin-right: 5px;
}

.block-layered-nav select {
    background: #fff;
    border: 1px solid #b2b2b2;
    color: #4a4a4a;
    height: 25px;
    margin-bottom: 20px;
    width: 185px;
}

.block-layered-nav li a {
    background: url(../images/skin/check.png) no-repeat left 3px;
    color: #4a4a4a;
    padding-left: 22px;
}

.block-layered-nav li a:hover {
    background-position: left -85px;
}

.block-layered-nav .slider {
    margin-top: 20px;
}

input.input-text[name^="amshopby"][id$="from"], input.input-text[name^="amshopby"][id$="to"] {
    height: 22px !important;
    margin-bottom: 10px !important;
    padding: 0 5px !important;
    width: 38px !important;
}

button.button.amshopby-price-find {
    vertical-align: top;
}

/* Block: Cart */
.block-cart .summary {
    background: #e5eed6;
    margin: -12px -10px 8px;
    padding: 8px;
    position: relative;
    text-align: center;
    z-index: 1;
}

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

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

.block-cart .subtotal {
    background: url(../images/bkg_subtotal.gif) no-repeat 50% 0;
    line-height: 23px;
    margin: 5px 0 0;
}

.block-cart .subtotal .price {
    font-weight: bold;
}

.block-cart .actions {
    display: none !important;
}

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

/* Global Styles ========================================================================= */
input, select, textarea, button {
    font: 12px/15px Arial;
    vertical-align: middle;
}

input.input-text, select, textarea {
    background: #fff;
    border: 1px solid #b6b6b6;
}

input.input-text, textarea {
    padding: 2px;
}

select {
    padding: 1px;
}

select option {
    padding-right: 10px;
}

select.multiselect option {
    border-bottom: 1px solid #b6b6b6;
    padding: 1px 5px;
}

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

textarea {
    overflow: auto;
}

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

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

input.qty {
    width: 2.5em !important;
}

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

/* <- Safari & Google Chrome Fix */
button.button {
    background: transparent;
    border: 0;
    cursor: pointer;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: auto;
}

button.button span span {
    background: #4a4a4a;
    color: #fff;
    float: left;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    padding: 0 20px 0 30px;
    text-transform: uppercase;
}

button.button span {
    float: left;
}

button.button:hover span span {
    background: #fff url(../images/skin/icon15.png) no-repeat 5px 2px;
    color: #7e7e7e;
    text-decoration: none;
}

button.disabled span {
    color: #bbb !important;
}

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

/* Form lists */
.form-list li {
    margin: 0 0 6px;
}

.form-list label {
    color: #555;
    float: left;
    font-weight: bold;
    position: relative;
    z-index: 0;
}

.form-list label.required {
}

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

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

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

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

.form-list .input-box {
    clear: both;
    display: block;
    width: 80%;
}

.form-list .field {
    float: left;
    width: 275px;
}

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

.form-list textarea {
    height: 10em;
    width: 254px;
}

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

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

.form-list li.wide input.input-text {
    width: 529px;
}

.form-list li.wide textarea {
    width: 529px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-list .name-middlename {
    width: 100px;
}

.form-list .name-middlename input.input-text {
    width: 80px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.buttons-set {
    border-top: 1px solid #e4e4e4;
    clear: both;
    margin: 0;
    padding: 8px 0 0;
    text-align: right;
}

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

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

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

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

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

.fieldset {
    margin: 0 0 25px;
}

.fieldset .legend {
    background: #f1f1f1;
    font-size: 13px;
    line-height: 1.25;
    margin: 0 -10px 12px;
    padding: 2px 10px;
}

.antispam {
    display: none;
}

/* Form Validation */
.validation-advice {
    background: url(../images/validation_advice_bg.gif) 2px 3px no-repeat;
    clear: both;
    color: #eb340a;
    font-size: 11px;
    line-height: 13px;
    margin: 3px 0 0;
    min-height: 13px;
    padding-left: 13px;
}

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

.validation-passed {
}

p.required {
    color: #EB340A;
    font-size: 11px;
    text-align: right;
}

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

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

/* Global Messages  */
.success {
    color: #4ca325;
    font-weight: normal;
}

.error {
    color: #df280a;
    font-weight: normal;
}

.notice {
    color: #e26703;
}

.messages,
.messages ul {
    font-size: 13px !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.messages {
    overflow: hidden;
    width: 100%;
}

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

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

.error-msg,
.success-msg,
.note-msg,
.notice-msg {
    border-style: solid !important;
    border-width: 1px !important;
    font-size: 13px !important;
    font-weight: normal !important;
    padding: 4px 12px !important;
}

.error-msg {
    background-color: #faebe7;
    border-color: #f16048;
    color: #df280a;
}

.success-msg {
    background: url(../images/skin/icon22.png) #dceccf no-repeat 10px center;
    border-color: #b5e4a0;
    color: #4ca325;
    padding-left: 40px !important;
}

.note-msg,
.notice-msg {
    background-color: #fafaec;
    border-color: #fcd344;
    color: #3d6611;
}

/* BreadCrumbs */
.breadcrumbs {
    background: #fff;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 20px 20px;
    width: 980px;
}

.breadcrumbs ul {
    list-style: none;
    overflow: hidden;
}

.breadcrumbs li {
    color: #4a4a4a;
    float: left;
    font-size: 12px;
    margin: 0 1px;
}

.breadcrumbs li a {
    color: #b51628;
}

.breadcrumbs li a:hover, .breadcrumbs li strong {
    color: #4a4a4a;
    font-weight: normal;
    text-decoration: none;
}

.discount-codes #discountFormPoints2 fieldset p {
    float: right;
    text-align: left;
    width: 84%;
}

.rewards_point_cart {
    float: right;
    text-align: left;
    width: 84%;
}

.age-text {
    float: left;
    margin-top: 3px;
}

/* Page Heading */
.page-title {
    overflow: hidden;
    padding: 0 0 25px;
    width: 100%;
}

.page-title h1,
.page-title h2 {
    color: #b41629;
    font-size: 38px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

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

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

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

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

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

/* Pager */
.pager {
    margin: 10px 0;
}

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

.pager .limiter {
    float: right;
}

.pager .limiter label {
}

.pager .limiter select {
}

.pager .pages {
}

.pager .pages ol {
    display: inline;
}

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

.pager .pages .current {
}

/* Sorter */
.sorter {
    background: #fff url(../images/bkg_toolbar.gif) 0 100% repeat-x;
    border-top: 1px solid #ddd;
    font-size: 11px;
    padding: 3px 8px;
}

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

.sorter .sort-by {
    float: right;
    padding-right: 36px;
}

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

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

.sorter .link-feed {
}

/* Toolbar */
.toolbar {
    border-bottom: 3px solid #fff;
    margin: 0 10px;
    margin-bottom: 15px;
    overflow: hidden;
}

.toolbar.bot {
    border-bottom: 0;
    border-top: 3px solid #fff;
    margin-bottom: 0;
    margin-top: 20px;
    padding-top: 10px;
}

.toolbar .icons {
    float: left;
    padding-bottom: 5px;
}

.toolbar .icons a {
    background: url(../images/skin/icon19.png) no-repeat;
    display: block;
    float: left;
    height: 27px;
    margin-right: 5px;
    text-indent: -9999px;
    width: 30px;
}

.toolbar .icons a.list {
    background: url(../images/skin/icon20.png) no-repeat;
}

.toolbar {
    margin-left: 0;
}

.toolbar .icons a {
    background: url(../images/skin/icon19_gray.png) no-repeat;
}

.toolbar .icons a.list {
    background: url(../images/skin/icon20_gray.png) no-repeat;
}

.toolbar .icons a:hover, .toolbar .icons a.active {
    background-position: 0 -27px;
}

.toolbar .icons a:hover, .toolbar .icons a.active {
    background-position: 0 -27px;
}

.toolbar .amount {
    float: left;
    text-align: center;
    width: 170px;
}

.toolbar .amount p {
    color: #fff;
    margin-bottom: 0;
    padding-top: 5px;
}

.toolbar .pagina {
    float: left;
    padding-top: 5px;
    width: 150px;
}

.toolbar .pagina div.pages strong {
    float: left;
    font-weight: normal;
}

.toolbar .pagina div.pages ul {
    float: left;
}

.toolbar .pagina div.pages {
    overflow: hidden;
}

.toolbar .pagina ul {
    list-style: none;
}

.toolbar .pagina li {
    color: #fff;
    float: left;
    font-size: 12px;
    margin: 0 2px;
}

.category-products.product .toolbar .pagina li {
    color: #7e7e7e;
}

.toolbar .pagina li.current {
    color: #7e7e7e;
}

.toolbar .pagina li a {
    color: #7e7e7e;
    font-weight: bold;
}

.category-products.product .toolbar .pagina li a {
    color: #ba2636;
}

.toolbar .limiter {
    float: left;
    margin-right: 20px;
    width: 150px;
}

.toolbar .limiter p {
    color: #fff;
    margin-bottom: 0;
}

.toolbar .limiter p select {
    background: #fff;
    border: 1px solid #b2b2b2;
    height: 25px;
    width: 47px;
}

/* Data Table */
.data-table {
    border: 1px solid #c4c4c4;
    border-bottom: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
}

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

.data-table tr.even {
    background: #fff;
}

.data-table th {
    color: #4a4a4a;
    font-size: 12px;
    padding: 10px;
    white-space: nowrap;
}

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

.data-table th a {
    color: #fff;
}

.data-table th,
.data-table td {
    border-bottom: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    padding: 10px;
}

.data-table tr th:last-child,
.data-table tr td:last-child {
    border-right: 0;
}

.data-table thead,
.data-table thead tr {
    background: #f8f8f8;
}

.data-table tfoot {
    border-bottom: 1px solid #c4c4c4;
}

.data-table tfoot tr {
    background-color: #fff !important;
}

.data-table tbody th {
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
    text-transform: none;
    white-space: normal;
}

.data-table tbody th,
.data-table tbody td {
    border-bottom: 1px solid #c4c4c4;
}

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

/* Bundle products tables */
.data-table tbody.odd tr {
    background: #fff;
}

.data-table tbody.even tr {
    background: #fff;
}

.data-table tbody.odd tr td,
.data-table tbody.even tr td {
    border-bottom: 0;
}

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

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

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

/* Generic Info Box */
.info-box {
    margin: 0 0 15px;
}

.info-box h2 {
    border-bottom: 1px solid #ddd;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 8px;
}

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

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

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

tr.summary-total td {
}

tr.summary-total .summary-collapse {
    background: url(../images/bkg_collapse.gif) 0 4px no-repeat;
    cursor: pointer;
    float: right;
    padding-left: 20px;
    text-align: right;
}

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

tr.show-details td {
}

tr.summary-details td {
    background-color: #dae1e4;
    color: #626465;
}

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

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

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

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

.cart-tax-total {
    background: url(../images/bkg_collapse.gif) 100% 4px no-repeat;
    cursor: pointer;
    display: block;
    padding-right: 20px;
}

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

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

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

.links li.first {
    padding-left: 0 !important;
}

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

.link-cart {
    color: #d62502;
    font-weight: bold;
}

.link-wishlist {
    color: #444;
}

.link-reorder {
}

.link-compare {
}

.link-print { /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:3px 0 3px 25px;*/
}

.link-rss {
    background: url(../images/i_rss.gif) 0 1px no-repeat;
    line-height: 14px;
    padding-left: 18px;
    white-space: nowrap;
}

.btn-remove {
    background: url(../images/btn_remove.gif) 0 0 no-repeat;
    display: block;
    font-size: 0;
    height: 12px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 12px;
}

.btn-previous {
    background: url(../images/btn_previous.gif) 0 0 no-repeat;
    display: block;
    font-size: 0;
    height: 12px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 12px;
}

.btn-remove2 {
    background: url(../images/btn_trash.gif) 0 0 no-repeat;
    display: block;
    font-size: 0;
    height: 16px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 16px;
}

.btn-edit {
    background: url(../images/btn_edit.gif) 0 0 no-repeat;
    display: block;
    font-size: 0;
    height: 12px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 12px;
}

#wishlist-view-form .btn-remove2 {
    background: url(../images/close-ico-wishlist.png) no-repeat;
    bottom: 115px;
    position: absolute;
    right: 29px;
    z-index: 1000;
}

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

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

.separator {
    margin: 0 3px;
}

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

/* Global site notices */
.global-site-notice {
    background: #ffff90;
    border: 1px solid #cfcfcf;
    border-width: 0 0 1px;
    color: #2f2f2f;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
}

.global-site-notice .notice-inner {
    background: url(../images/i_notice.gif) 20px 25px no-repeat;
    margin: 0 auto;
    padding: 12px 0 12px 80px;
    text-align: left;
    width: 860px;
}

.global-site-notice .notice-inner p {
    border: 1px dotted #cccc73;
    margin: 0;
    padding: 10px;
}

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

/* Category Page ========================================================================= */
.category-image {
    margin: 0 0 10px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.category-image img {
}

.category-products {
    background: url(../images/skin/bg6.jpg) repeat;
    margin-bottom: 10px;
    width: 718px;
}

.category-description {
    margin: 0 0 10px;
    overflow: hidden;
    padding: 10px 20px;
}

.category-description .left {
    float: left;
    width: 500px;
}

.category-description.white h3,
.category-description div.left h3, .category-description div.left h1 {
    color: #fff;
    font-size: 38px;
    font-weight: normal;
    margin-bottom: 5px;
}

.category-description.white p,
.category-description div.left p {
    color: #fff;
    font-size: 13px;
    line-height: 18px;
}

.category-products.product {
    background: none;
    margin-top: -15px;
    position: relative;
}

.category-products.product .category-description {
    padding: 10px;
}

.category-products.product div.left h3, .category-products.product div.left h1 {
    color: #b41629;
}

.category-products.product .category-description div.left p {
    color: #4a4a4a;
}

.category-products.product .offer {
    float: right;
    position: relative;
    width: 150px;
}

.category-products.product .offer .text {
    background: url(../images/skin/bg4.png) repeat;
    bottom: 70px;
    left: 0;
    padding: 5px 10px;
    position: absolute;
    width: 130px;
}

.category-products.product .offer h4 {
    color: #b51628;
    font-size: 17px;
    font-style: italic;
    margin-bottom: 5px;
}

.category-products.product .offer p {
    color: #4a4a4a;
    font-size: 12px;
    margin-bottom: 0;
    min-height: 35px;
}

.category-products.product .offer a {
    color: #b51628;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.category-products.product .offer div.price-box {
    background: url(../images/skin/bg5.png) no-repeat;
    bottom: 20px;
    color: #fff !important;
    display: block;
    font-size: 18px;
    height: 50px;
    line-height: 18px;
    padding-top: 10px;
    position: absolute;
    right: -10px;
    text-align: center;
    width: 60px;
}

.category-products.product .offer div.price-box .price-label {
    display: none;
}

.category-products.product .offer div.price-box span.price {
    color: #fff !important;
    font-size: 18px !important;
}

.category-products.product .offer div.price-box p {
    display: inline;
    margin: 0;
    padding: 0;
}

.category-products.product .offer div.price-box .old-price span.price {
    display: block;
    font-size: 11px !important;
    text-decoration: line-through;
}

.category-products p img {
    max-width: 707px;
    width: 100%;
}

span.h3filter {
    color: #7E7E7E;
    display: none;
    font-size: 20px;
    padding-bottom: 7px;
}

.old-price span.price {
    color: #4A4A4A;
}

.toolbar .amount p {
    color: #7e7e7e;
}

.toolbar .limiter p {
    color: #7e7e7e;
}

.toolbar {
    border-color: #4a4a4a;
}

/* View Type: Grid */
.products-grid {
    padding-bottom: 50px;
}

.products-grid li {
    float: left;
    height: 335px;
    margin: 0 9px;
    margin-bottom: 50px;
    position: relative;
    width: 220px;
}

.products-grid.last li {
    margin-bottom: 0;
}

.products-grid .product-image {
    margin-top: 10px;
    position: relative;
}

.products-grid .product-image:hover {
    z-index: 150;
}

.products-grid.tray {
    background: url(../images/skin/trayBg.png) repeat-y top;
}

.products-grid.tray div.price-box .old-price span.price,
.products-grid.tray div.price-box span.price {
    color: #fff !important;
}

.products-grid .fav {
    background: url(../images/skin/star.png) no-repeat;
    bottom: 5px;
    height: 20px;
    position: absolute;
    right: 5px;
    width: 18px;
}

.products-grid .fav .inner {
    height: 20px;
    position: relative;
    width: 18px;
}

.products-grid .fav .tip {
    background: url(../images/skin/bg3.png) no-repeat;
    bottom: 20px;
    display: none;
    height: 22px;
    left: -35px;
    position: absolute;
    width: 90px;
}

.products-grid .fav .tip p {
    color: #fff;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
}

.products-grid .fav:hover {
    background-position: 0 -20px;
}

.products-grid .fav:hover .tip {
    display: block;
}

.products-grid .product-details {
    padding: 30px 10px 0 10px
}

.products-grid .product-details strong.product-name {
    color: #fff;
    display: block;
    font-size: 12px;
}

.products-grid .product-details strong.product-name a {
    color: #4A4A4A;
}

#wishlist-view-form .products-grid .product-details strong.product-name a {
    color: #fff;
}

.products-grid .product-details .currency-symbol {
    color: #B51628 !important;
    display: inline-block;
}

.products-grid .product-details div.price-box {
    color: #fff;
    display: inline-block;
    font-weight: bold;
    width: 175px;
}

.products-grid .product-details div.price-box p {
    display: inline;
    margin: 0;
    padding: 0;
}

.products-grid .product-details div.price-box .price-label {
    display: none;
}

.products-grid .product-details div.price-box .old-price span.price {
    color: #B51628;
    font-weight: normal;
    margin-right: 10px;
    text-decoration: line-through;
}

.products-grid .product-details span.price {
    color: #b51628;
}

.products-grid .product-details span.price del {
    color: #7e7e7e;
}

.products-grid .product-details {
    min-height: 68px;
    padding-top: 10px;
}

.products-grid a.button {
    background: #4a4a4a url(../images/skin/arrow4.png) no-repeat 5px 2px;
    color: #fff;
    display: block;
    font-size: 11px;
    height: 24px;
    line-height: 24px;
    margin-top: 10px;
    padding: 0 0 0 30px;
    text-transform: uppercase;
}

.products-grid a.button {
    background: #b51628 url(../images/skin/arrow6.png) no-repeat 5px 2px;
}

.products-grid a.button:hover {
    background: #fff url(../images/skin/icon15.png) no-repeat 7px 3px;
    color: #7e7e7e;
    text-decoration: none;
}

.products-grid a.button:hover {
    background: #fff url(../images/skin/icon15.png) no-repeat 5px 2px;
    color: #7e7e7e;
    text-decoration: none;
}

.products-grid a.button:hover {
    color: #000;
}

.products-grid .product-details .tier-price-list {
    color: #b51628;
    display: inline-block;
    font-weight: bold;
}

.category-products.product .products-grid li {
    margin-bottom: 0;
}

/* View Type: List */
.products-list {
    overflow: hidden;
}

.products-list ul {
    list-style: none;
}

.products-list li {
    margin-bottom: 10px;
    overflow: hidden;
}

.products-list .product-image, .comment-image {
    border: 1px solid #eaeaea;
    float: left;
    margin-right: 15px !important;
    position: relative;
    width: 170px !important;
}

.products-list .product-image:hover {
    border: 1px solid #dfc0c3;
    z-index: 150;
}

.products-list .fav, .comment-image .fav {
    background: url(../images/skin/star.png) no-repeat;
    bottom: 5px;
    height: 20px;
    position: absolute;
    right: 5px;
    width: 18px;
}

.products-list .fav .inner, .comment-image .fav .inner {
    height: 20px;
    position: relative;
    width: 18px;
}

.products-list .fav .tip, .comment-image .fav .tip {
    background: url(../images/skin/bg3.png) no-repeat;
    bottom: 20px;
    display: none;
    height: 22px;
    left: -35px;
    position: absolute;
    width: 90px;
}

.products-list .fav .tip p, .comment-image .fav .tip p {
    color: #fff;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
}

.products-list .fav:hover, .comment-image .fav:hover {
    background-position: 0 -20px;
}

.products-list .fav:hover .tip, .comment-image .fav:hover .tip {
    display: block;
}

.products-list .product-details {
    float: left;
    width: 500px !important;
}

.comment-wrap {
    float: right !important;
    width: 500px !important;
}

.products-list .title {
    min-height: 70px;
    overflow: hidden;
}

.products-list .part1 {
    float: left;
    width: 290px;
}

.products-list .part2 {
    float: left;
    width: 65px;
}

.products-list .part3 {
    float: left;
    width: 142px;
}

.products-list .part1 strong.product-name {
    color: #4a4a4a;
    display: block;
    font-size: 12px;
    max-width: 280px;
}

.products-list .part1 strong.product-name a {
    color: #4a4a4a;
}

.products-list .part1 .currency-symbol, .product-details .home-currency-symbol {
    color: #b51628;
    display: inline-block;
}

.products-list .part1 .tier-price-list, .product-details .tier-price-list {
    color: #b51628;
    display: inline-block;
    font-weight: bold;
}

.products-list .part1 div.price-box {
    color: #b51628 !important;
    display: inline-block;
    font-weight: bold;
}

.products-list .part1 div.price-box span.price {
    color: #b51628 !important;
}

.products-list .part1 div.price-box p {
    display: inline;
    margin: 0;
    padding: 0;
}

.products-list .part1 div.price-box .price-label {
    display: none;
}

.products-list .part1 div.price-box .old-price span.price {
    color: #B51628 !important;
    font-weight: normal;
    margin-right: 10px;
    text-decoration: line-through;
}

.products-list .part2 .qty {
    width: 60px;
}

.products-list .part2 .qty input.input-text {
    border: 3px solid #8d8d8d;
    color: #8d8d8d;
    float: left;
    height: 16px;
    line-height: 16px;
    text-align: center;
    width: 33px;
}

.products-list .part2 .qty .controls {
    float: left;
    margin: 1px 0;
    margin-left: 3px;
    width: 11px;
}

.products-list .part2 .qty a {
    display: block;
    float: left;
    height: 11px;
    margin-bottom: 3px;
}

.products-list .part2 .qty a img {
    display: inline;
}

.products-list a.button {
    background: #b51628;
    color: #fff;
    display: block;
    font-size: 11px;
    height: 24px;
    line-height: 24px;
    padding: 0 0 0 25px;
    text-transform: uppercase;
}

.products-list a.button:hover {
    color: #000;
}

.products-list p {
    color: #7e7e7e;
    font-size: 12px;
    line-height: 16px;
}

.products-list p a {
    color: #b51628;
}

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

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

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

.ratings .rating-links {
    color: #8d8d8d;
    line-height: 31px;
    margin: 0;
}

.ratings .rating-links a {
    color: #8d8d8d;
}

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

.ratings dt {
}

.ratings dd {
}

.rating-box {
    background: url(../images/skin/ratingBg.png) 0 0 repeat-x;
    font-size: 0;
    height: 31px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 100px;
}

.rating-box .rating {
    background: url(../images/skin/ratingBg.png) 0 100% repeat-x;
    float: left;
    height: 31px;
}

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

.ratings .amount {
}

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

.ratings-table th {
    font-weight: bold;
    line-height: 31px;
    padding-right: 8px;
}

.ratings-table td {
    padding: 4px 0 0;
}

/* Price */
.price {
    white-space: nowrap !important;
}

/* Tier Prices */
.product-pricing,
.tier-prices {
    background: #f4f9ea;
    border: 1px solid #ddd;
    margin: 10px 0;
    padding: 10px;
}

.tier-prices .benefit {
    font-style: italic;
    font-weight: bold;
}

.tier-prices .price {
    font-weight: bold;;
}

.tier-prices-grouped li .price {
    font-weight: bold;
}

/* Add to Links */
.add-to-links {
    margin: 3px 0 0;
}

.add-to-links li {
    background: url(../images/bkg_add-to.gif) 2px 50% no-repeat;
    line-height: 1.25;
    padding-left: 12px;
}

.add-to-links li a {
    background: url(../images/skin/star.png) no-repeat;
    color: #b51628;
    padding: 0 0 4px 23px;
}

.add-to-links .separator {
    display: none;
}

/* Add to Cart */
.add-to-cart label {
    color: #555;
    float: left;
    font-weight: bold;
    line-height: 20px;
    margin-right: 5px;
}

.add-to-cart .qty {
    float: left;
    margin-right: 5px;
}

.add-to-cart button.button {
    float: left;
    margin: -3px 0 0;
}

.add-to-cart .paypal-logo {
    clear: left;
    margin: 0;
    text-align: right;
}

.add-to-cart .paypal-logo .paypal-or {
    clear: both;
    display: block;
    margin: 5px 60px 5px 0;
}

/* Add to Links + Add to Cart */
.add-to-box {
    margin: 10px 0;
}

.add-to-box .add-to-cart {
    background-color: #f8f8f8;
    border: 1px solid #eee;
    margin: 10px 0;
    padding: 10px;
    text-align: right;
}

.add-to-box .add-to-cart .paypal-logo {
    float: left;
}

.add-to-box .or {
    display: none !important;
}

.add-to-box .add-to-links {
    margin: 10px 0;
    text-align: right;
}

.add-to-box .add-to-links li .separator {
    display: none !important;
}

/* Product View */
.product-view {
    border-bottom: 1px solid #8d8d8d;
    overflow: hidden;
    padding-bottom: 20px;
}

.product-shop {
    float: left;
    width: 615px;
}

.product-shop h3 {
    color: #b41629;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
}

.product-shop .plugin {
    margin-bottom: 20px;
    overflow: hidden;
}

.product-shop .plugin .social {
    float: left;
    margin-right: 20px;
}

.product-shop .product-details {
    background: #eaeaea;
    padding: 15px 20px;
}

.product-shop .product-details .j2t-loyalty-points {
    display: none;
}

.product-shop .part1 {
    float: left;
    width: 315px;
}

.product-shop .part2 {
    float: right;
    width: 255px;
}

.product-shop .part2 table {
    margin: 0 0 9px;
}

.product-shop .currency-symbol {
    color: #B51628;
    display: inline-block;
    font-size: 36px;
}

.product-shop .part2 table td:first-child {
    width: 45%;
}

.beschikbaar strong {
    color: #b51628;
    float: left;
}

.info-box-tooltip {
    display: inline-block;
    position: relative;
}

.tootltip {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    bottom: 100%;
    display: none;
    left: 50%;
    margin-left: -135px;
    padding: 10px;
    position: absolute;
    width: 250px;
}

.info-box-tooltip:hover .tootltip {
    display: block;
}

.beschikbaar .loyalty-info {
    margin: 0 0 0 5px;
}

.product-shop .part2 table td.bundled {
    padding-top: 115px;
}

.product-shop div.price-box {
    color: #b51628;
    display: inline-block;
    float: left;
    font-size: 36px;
    margin-right: 40px;
}

.stock-options {
    float: left;
    margin: 17px 0;
}

.stock-options .red-not-instock, .green-instock, .yellow-low-stock {
    background: url(../images/ico-red.png) no-repeat right center;
    padding-right: 20px;
}

.green-instock {
    background: url(../images/ico-green.png) no-repeat right center;
}

.yellow-low-stock {
    background: url(../images/ico-yellow.png) no-repeat right center;
}

.product-shop .loyalty {
    clear: both;
}

.product-shop div.price-box p {
    display: inline;
    margin: 0;
    padding: 0;
}

.product-shop div.price-box .price-label {
    display: none;
}

.product-shop div.price-box .old-price span.price {
    color: #4A4A4A;
    display: inline;
    padding-left: 15px;
    text-decoration: line-through;
}

.product-shop .loyalty {
    color: #4a4a4a;
}

.loyalty-img {
    background: url(../images/skin/icon1.png) no-repeat;
    display: block;
    float: left;
    height: 37px;
    margin-right: 5px;
    width: 36px;
}

.loyalty:after {
    clear: both;
    content: "";
    display: block;
}

.loyalty-info {
    background: url(../images/skin/icon24.png) no-repeat;
    display: block;
    float: left;
    height: 16px;
    margin-top: 10px;
    width: 16px;
}

.loyalty-text {
    display: block;
    float: left;
    height: 37px;
    line-height: 37px;
}

.product-shop .loyalty img {
    display: inline;
    margin-right: 10px;
    vertical-align: middle;
}

.product-shop a.click {
    color: #b51628;
    display: block;
    margin-bottom: 20px;
}

.product-shop .buttons {
    overflow: hidden;
}

.product-shop .buttons .qty {
    float: left;
    width: 55px;
}

.product-shop .buttons .qty input.input-text {
    border: 3px solid #8d8d8d;
    color: #8d8d8d;
    float: left;
    height: 16px;
    line-height: 16px;
    text-align: center;
    width: 30px;
}

.product-shop .buttons .qty .controls {
    float: left;
    margin: 1px 0;
    margin-left: 3px;
    width: 11px;
}

.product-shop .buttons .qty a {
    display: block;
    float: left;
    height: 11px;
    margin-bottom: 3px;
}

.product-shop .buttons .qty a img {
    display: inline;
}

.product-shop .buttons a.button, .add-to-cart .button1, .link-wishlist, .product-img-box .button {
    background: #17ae00;
    color: #fff;
    float: left;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    margin-left: 15px;
    margin-top: 1px;
    padding: 0 20px 0 30px;
    text-transform: uppercase;
}

a.link-wishlist {
    background: #b51628;
}

.product-img-box .button {
    display: none;
    float: none;
    margin: 10px auto;
    max-width: 300px;
}

.product-shop .buttons a.button:hover, .add-to-cart .button1:hover, .link-wishlist:hover, .product-img-box .button:hover {
    background: #fff url(../images/skin/icon15.png) no-repeat 7px 3px;
    color: #7e7e7e;
    text-decoration: none;
}

.product-shop p.stock {
    color: #4a4a4a;
    line-height: 18px;
    margin: 10px 0 0;
}

.product-shop .part2 p {
    line-height: 18px;
    margin-bottom: 0;
}

.product-shop .part2 p span {
    float: left;
    width: 110px;
}

.product-shop .part2 .bundled p span {
    float: left;
    width: 255px;
}

.product-shop .part2 p a {
    color: #b51628;
    position: relative;
}

.product-shop .part2 p small {
    background: url(../images/skin/tip_bg.png) no-repeat 0 bottom;
    bottom: 10px;
    color: #fff;
    display: none;
    font-size: 10px;
    left: -25px;
    line-height: 12px;
    padding: 3px 5px 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 110px;
}

.product-shop .part2 p a:hover small {
    display: block;
}

.product-shop p.gift {
    margin-top: 10px;
}

.product-shop p.gift img {
    display: inline;
    margin-right: 10px;
    vertical-align: middle;
}

.product-shop p.gift a {
    color: #b51628;
}

.product-shop .rating {
    overflow: hidden;
}

.product-shop .rating span {
    color: #8d8d8d;
    float: left;
    padding-top: 7px;
}

.product-shop .rating .star {
    float: left;
    margin: 0 25px;
}

.product-shop .rating .star img {
    float: left;
    margin-right: 2px;
}

.product-shop .rating span a {
    color: #b51628;
}

.add-to-links li {
    background: none;
    padding-left: 0;
}

.link-wishlist {
    color: #fff !important;
    font-size: 12px;
    line-height: 25px;
    margin-left: 0;
    text-transform: none;
}

.link-wishlist:hover {
    color: #7e7e7e !important;
}

/* Product Images */
.product-view .product-img-box .product-image img#image1 {
    width: 298px;
}

.product-view .product-img-box {
    float: left;
    margin-right: 20px;
    width: 300px;
}

.product-view .product-img-box p {
    color: #8d8d8d;
    font-size: 12px;
    margin: 10px 0 0;
}

.product-view .product-img-box p a {
    float: left;
    margin-right: 15px;
}

.product-view .product-img-box .product-image {
    border: 1px solid #eaeaea;
    height: 298px;
    margin: 0;
    overflow: hidden;
    position: relative;
    position: relative;
    width: 298px;
}

.product-view .product-img-box .product-image ul {
    list-style: none;
    position: absolute;
    width: 20000em;
}

.product-view .product-img-box .product-image li {
    float: left;
}

.product-view .product-img-box .product-image a.prev {
    background: url(../images/skin/prev1.png) no-repeat;
    display: block;
    height: 20px;
    left: 10px;
    position: absolute;
    top: 160px;
    width: 20px;
    z-index: 100;
}

.product-view .product-img-box .product-image a.prev:hover {
    background-position: 0 -20px;
}

.product-view .product-img-box .product-image a.next {
    background: url(../images/skin/next1.png) no-repeat;
    display: block;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 160px;
    width: 20px;
    z-index: 100;
}

.product-view .product-img-box .product-image a.next:hover {
    background-position: 0 -20px;
}

.product-view .product-img-box .product-image-zoom {
    height: 300px;
    overflow: hidden;
    position: relative;
    width: 300px;
    z-index: 9;
}

.product-view .product-img-box .product-image-zoom img {
    cursor: move;
    left: 0;
    position: absolute;
    top: 0;
}

.product-view .product-img-box .zoom-notice {
    margin: 0 0 10px;
    text-align: center;
}

.product-view .product-img-box .zoom {
    background: url(../images/slider_bg.gif) 50% 50% no-repeat;
    cursor: pointer;
    height: 24px;
    margin: 0 auto 13px;
    padding: 0 28px;
    position: relative;
    z-index: 9;
}

.product-view .product-img-box .zoom.disabled {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /*IE8*/
    opacity: .3;
    -moz-opacity: .3;
    -webkit-opacity: .3;
}

.product-view .product-img-box .zoom #track {
    height: 18px;
    position: relative;
}

.product-view .product-img-box .zoom #handle {
    background: url(../images/magnifier_handle.gif) 0 0 no-repeat;
    height: 18px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 9px;
}

.product-view .product-img-box .zoom .btn-zoom-out {
    left: 10px;
    position: absolute;
    top: 7px;
}

.product-view .product-img-box .zoom .btn-zoom-in {
    position: absolute;
    right: 10px;
    top: 7px;
}

.product-view .product-img-box .more-views {
    width: 300px;
}

.product-view .product-img-box .more-views h2 {
    border-bottom: 1px solid #ccc;
    font-size: 10px;
    font-weight: normal;
    margin: 0 0 8px;
    padding: 0 0 2px;
    text-transform: uppercase;
}

.product-view .product-img-box .more-views ul {
    margin-left: -10px
}

.product-view .product-img-box .more-views li {
    float: left;
    margin: 0 0 8px 10px;
}

.product-view .product-img-box .more-views li a {
    border: 1px solid #ddd;
    float: left;
    height: 66px;
    overflow: hidden;
    width: 66px;
}

.product-image-popup {
    margin: 0 auto;
}

.product-image-popup .buttons-set {
    border: 0;
    clear: none;
    float: right;
    margin: 0;
    padding: 0;
}

.product-image-popup .nav {
    font-weight: bold;
    margin: 0 100px;
    text-align: center;
}

.product-image-popup .image {
    display: block;
    margin: 10px 0;
}

.product-image-popup .image-label {
    color: #2f2f2f;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 10px;
}

/* Product Options */
.product-options {
    margin: 20px 0 0;
    padding: 0 15px 10px; /*background-color:#f4f9ea; border:1px solid #ddd; */
    position: relative;
}

.product-options dt {
    font-weight: normal;
    padding: 10px 0 0;
}

.product-options dt label {
    font-weight: bold;
}

.product-options dt label.required em {
    color: #eb340a;
    margin-left: 5px;
}

.product-options dd .qty-holder {
    display: block;
    padding: 10px 0 0;
}

.product-options dd .qty-holder label {
    vertical-align: middle;
}

.product-options dd .qty-disabled {
    background: none;
    border: 0;
    color: #444;
    padding: 3px;
}

.product-options dd { /*padding:5px 10px 15px; margin:0 0 5px;*/
    border-bottom: 1px solid #ddd;
}

/* Bundle products hack */
.product-options .required {
    display: none;
}

.product-options .price-notice {
    display: none;
}

.product-options .input-box {
    font-weight: bold;
}

/* End Bundle products hack */
.product-options dl.last dd.last {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 5px;
}

.product-options dd input.input-text {
    width: 98%;
}

.product-options dd input.datetime-picker {
    width: 150px;
}

.product-options dd .time-picker {
    display: -moz-inline-box;
    display: inline-block;
    padding: 2px 0;
    vertical-align: middle;
}

.product-options dd textarea {
    height: 8em;
    width: 98%;
}

.product-options dd select {
    width: 99%;
}

.product-options dd .multiselect option {
    border-bottom: 1px dotted #d9e5ee;
    padding: 2px 4px;
}

.product-options ul.options-list {
    margin-right: 5px;
}

.product-options ul.options-list li {
    padding: 2px 0;
}

.product-options ul.options-list input.radio {
    float: left;
    margin-top: 3px;
}

.product-options ul.options-list input.checkbox {
    float: left;
    margin-top: 2px;
}

.product-options ul.options-list .label {
    display: block;
    margin-left: 18px;
}

.product-options ul.options-list label {
    font-weight: normal;
}

.product-options ul.validation-failed {
    padding: 0 7px;
}

.product-options p.required {
    position: absolute;
    right: 15px;
    top: 10px;
}

.product-options-bottom {
    background-color: #f6f6f6;
    border: 1px solid #e4e4e4;
    border-top: 0;
    padding: 15px 20px;
}

.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices {
    background: 0;
    border: 0;
    margin: 0;
    padding: 0 0 10px;
}

.product-options-bottom .price-box {
    float: left;
    margin: 0;
}

.product-options-bottom .add-to-links {
    clear: both;
    padding: 5px 0 0;
    text-align: right;
}

.product-options-bottom .price-label {
    padding-right: 5px;
}

.product-options-bottom .price-tax {
    float: left;
}

.product-options-bottom .add-to-cart {
    background: 0;
    border: 0;
    float: right;
    margin: 0;
    padding: 0;
}

.product-options-bottom .add-to-links {
    display: inline;
    float: right;
}

.product-shop .product-options-bottom .price-box {
    float: none;
    margin: 0;
}

.product-shop .product-options-bottom .price-label {
    float: none;
    padding-right: 0;
}

.product-shop .product-options-bottom .price-tax {
    float: none;
}

.product-shop .product-options-bottom .add-to-cart {
    clear: both;
    float: none;
    padding: 12px 0 0;
    text-align: left;
}

/* Grouped Product */
.product-view .grouped-items-table .price-box {
    margin: 0;
    padding: 0;
}

/* Product Tabs */
.product-tabs {
    border-bottom: 3px solid #4a4a4a;
    list-style: none;
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%;
}

.product-tabs li {
    float: left;
    margin-right: 1px;
}

.product-tabs li a {
    background: #eaeaea;
    color: #b51628;
    display: block;
    line-height: 28px;
    padding: 0 20px;
}

.product-tabs li a:hover, .product-tabs li.active a {
    background: #4a4a4a;
    color: #fff;
    text-decoration: none;
}

.product-tabs-content p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 20px;
}

.product-tabs-content {
    width: 100%;
}

/* Mini Products Grid */
.mini-products-grid {
    width: 100%;
}

.mini-products-grid td {
    padding: 0 8px 8px 0;
    width: 20%;
}

.mini-products-grid .product-image {
    border: 1px solid #cacaca;
    display: block;
    margin: 0 0 10px;
}

.mini-products-grid .product-name {
    margin: 0 0 6px;
    overflow: hidden;
    width: 115px;
}

.mini-products-grid .product-name a {
    color: #444;
    text-decoration: underline;
}

.mini-products-grid .product-name a:hover {
    text-decoration: none;
}

.mini-products-grid td.empty {
}

.mini-products-grid td.last {
    padding-right: 0;
}

.mini-products-grid .ratings .rating-box {
    display: block;
    float: none;
    margin: 0 0 3px;
}

/* Block: Reviews */
.box-reviews dl {
    margin: 15px 0;
}

.box-reviews dt a,
.box-reviews dt span {
    font-weight: bold;
}

.box-reviews dd {
    margin: 0 0 25px;
}

.box-reviews dd small {
    font-style: italic;
}

.box-reviews .form-add {
    margin: 15px 0 0;
}

.box-reviews .form-add h3 {
    font-size: 13px;
    font-weight: normal;
}

.box-reviews .form-add h3 span {
    font-weight: bold;
}

.box-reviews .form-add h4 {
    font-size: 12px;
}

.box-reviews .form-add .data-table td {
    text-align: center;
}

.box-reviews .form-add .form-list {
    margin: 15px 0 0;
}

.box-reviews .form-add .form-list .input-box {
    width: 460px;
}

.box-reviews .form-add .form-list input.input-text,
.box-reviews .form-add .form-list textarea {
    width: 454px;
}

/* Send a Friend */
.send-friend .form-list {
    overflow: hidden;
    width: 535px;
}

.send-friend .form-list li {
    margin-right: -15px;
}

.send-friend .form-list li p {
    margin: 0 15px 0 0;
}

.send-friend .buttons-set .limit {
    float: right;
    font-size: 11px;
    line-height: 25px;
    margin: 0 7px 0 0;
}

/* Shopping Cart ========================================================================= */
.cart {
    clear: both;
}

.cart .alert {
    background: #dceccf;
    border: 1px solid #b5e4a0;
    margin-bottom: 20px;
    padding: 10px;
}

.cart .alert p {
    color: #4ca325;
    font-size: 13px;
    margin-bottom: 0;
}

.cart .alert p img {
    display: inline;
    margin-right: 10px;
    vertical-align: middle;
}

.cart .data {
    width: 100%;
}

.cart .qty {
    width: 100%;
}

.cart .qty input.input-text {
    border: 3px solid #8d8d8d;
    color: #8d8d8d;
    float: left;
    height: 16px;
    line-height: 16px;
    text-align: center;
    width: 30px;
}

.cart .qty .controls {
    float: left;
    margin: 5px 0;
    width: 56px;
}

.cart .qty a {
    display: block;
    float: left;
    height: 11px;
    margin-bottom: 3px;
}

.cart .qty a img {
    display: inline;
}

.cart tfoot a {
    background: #4a4a4a url(../images/skin/arrow4.png) no-repeat 5px 2px;
    color: #fff;
    float: left;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    padding: 0 20px 0 30px;
    text-transform: uppercase;
}

.cart tfoot a.update {
    float: right;
}

.cart tfoot a:hover {
    background: #fff url(../images/skin/icon15.png) no-repeat 5px 2px;
    color: #7e7e7e;
    text-decoration: none;
}

.cart .cart-collaterals {
    padding-top: 30px;
}

.cart .part {
    background: url(../images/skin/bg8.png) repeat-x 0 bottom;
    border: 1px solid #c4c4c4;
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 10px 19px;
    width: 259px;
}

.part .buttons-set {
    margin-top: 0;
}

.cart .part.last {
    margin-right: 0;
}

.cart .discount {
    width: 100%;
}

.cart .cart-collaterals h4 {
    font-size: 13px;
    margin-bottom: 12px;
}

.cart .cart-collaterals h4 img {
    float: left;
    margin-right: 5px;
}

.cart .cart-collaterals h4 span {
    color: #8d8d8d;
    display: block;
    font-size: 12px;
    font-weight: normal;
}

.cart .cart-collaterals .discount-codes.discount span {
    margin-left: 0;
}

.cart .cart-collaterals .discount-codes.discount .rewards_point_cart span {
    margin-left: 0;
}

.cart .cart-collaterals .discount-codes.discount .buttons-set {
    border-top: none;
    margin: 0;
    padding: 0;
}

.cart .cart-collaterals input.input-text {
    background: #fff;
    border: 3px solid #8d8d8d;
    float: left;
    height: 22px;
    margin-bottom: 25px;
    padding: 0 10px;
    width: 90%;
}

.cart .cart-collaterals .button span span {
    background: #4a4a4a;
    color: #fff;
    float: left;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    padding: 0 20px 0 30px;
    text-transform: uppercase;
}

.cart .cart-collaterals .button:hover span span {
    background: #fff url(../images/skin/icon15.png) no-repeat 5px 2px;
    color: #7e7e7e;
    text-decoration: none;
}

.cart .cart-collaterals ul {
    list-style: none;
}

.cart .cart-collaterals li {
    font-size: 13px;
    line-height: 20px;
    overflow: hidden;
    text-align: right;
}

.cart .cart-collaterals li span {
    color: #8d8d8d;
    float: left;
    width: 200px;
}

.cart .cart-collaterals .total {
    color: #4a4a4a;
}

.cart .cart-collaterals a, .checkout-button a {
    background: #b51628;
    color: #fff;
    float: right;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    margin-top: 18px;
    padding: 0 30px 0 40px;
    text-transform: uppercase;
}

.checkout-button a {
    margin-bottom: 20px;
    margin-right: 10px;
}

.cart .cart-collaterals a:hover, .checkout-button a:hover {
    background: #fff;
    color: #7e7e7e;
    text-decoration: none;
}

.checkout-cart-index fieldset {
    width: 100%;
}

a.proceed {
    background: #17ae00 !important;
}

a.proceed:hover {
    background: #fff !important;
    color: #7e7e7e !important;
    text-decoration: none !important;
}

.checkout-cart-index #rewardpoints-needmore-msg a {
    margin-top: 30px;
}

/* Checkout Types */
.cart .page-title .checkout-types {
    display: none !important;
}

.cart .checkout-types .paypal-or {
    line-height: 2.3;
    margin: 0 8px;
}

.cart .totals .checkout-types .paypal-or {
    clear: both;
    display: block;
    font-size: 11px;
    line-height: 1.0;
    padding: 8px 55px 0 0;
}

/* Shopping Cart Table */
.cart-table .product-name {
    font-size: 12px;
    font-weight: normal;
}

.cart-table .item-msg {
    color: #df280a;
    font-size: 11px;
    font-weight: bold;
    margin: 5px 0;
}

.cart-table tfoot td {
    padding: 5px 10px;
}

.cart-table .btn-continue {
    float: left;
}

.cart-table .btn-update,
.cart-table .btn-empty {
    float: right;
}

.cart-table .btn-empty {
    display: none;
}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {
    padding: 25px 0 0;
}

.cart .cart-collaterals .col2-set .col-1 {
    width: 222px;
}

.cart .cart-collaterals .col2-set .col-2 {
    width: 655px;
}

/* Shopping Cart Totals */
.cart .totals {
    height: 80px;
}

.cart .totals table {
    border: 0;
    float: right;
    width: 260px;
}

.cart .totals td {
    border: 0;
    color: #8d8d8d;
    font-size: 13px;
    line-height: 20px;
    padding: 0 0 0 15px;
    text-align: right;
}

.cart .totals tr td:last-child {
    color: #4a4a4a;
}

.cart .totals tfoot th strong,
.cart .totals tfoot td strong {
    color: #4a4a4a;
    font-size: 13px;
    font-weight: bold;
}

.cart .totals .checkout-types {
    font-size: 13px;
    padding: 4px 0;
    text-align: right;
}

.cart .totals .checkout-types li {
    clear: both;
    margin: 0 0 5px;
}

/* Options Tool Tip */
.item-options dt {
    display: none;
    font-style: italic;
    font-weight: bold;
}

.item-options dd .price {
    display: none;
}

.item-options dd {
    padding-left: 10px;
}

.truncated {
    cursor: help;
}

.truncated a.dots {
    cursor: help;
    text-decoration: none !important;
}

.truncated a.details {
    border-bottom: 1px dotted #4a4a4a;
    cursor: help;
    display: inline-block;
    text-decoration: none !important;
}

.truncated .truncated_full_value {
    position: relative;
    z-index: 999;
}

.truncated .truncated_full_value .item-options {
    background-color: #f6f6f6;
    border: 2px solid #ddd;
    border-bottom-color: #666;
    padding: 8px;
    position: absolute;
    top: -99999em;
    width: 250px;
    z-index: 999;
}

.truncated .truncated_full_value .item-options dt {
    margin-top: 0;
}

.truncated .truncated_full_value .item-options > p {
    font-weight: bold;
    text-transform: uppercase;
}

.truncated .show .item-options {
    left: 50%;
    top: -20px;
}

.col-left .truncated .show .item-options {
    left: 30px;
    top: 10px;
}

.col-right .truncated .show .item-options {
    left: -240px;
    top: 10px;
}

/* Checkout ============================================================================== */
.sp-methods {
    margin: 0 0 8px;
}

.sp-methods dt {
    font-weight: bold;
    margin: 13px 0 5px;
}

.sp-methods dd {
}

.sp-methods dd li {
    margin: 5px 0;
}

.sp-methods label {
    color: #555;
    font-weight: bold;
}

.sp-methods .price {
    font-weight: bold;
}

.sp-methods .form-list {
    padding-left: 20px;
}

.sp-methods .form-list li {
    margin: 0 0 8px;
}

.sp-methods select.month {
    margin-right: 10px;
    width: 154px;
}

.sp-methods select.year {
    width: 96px;
}

.sp-methods input.cvv {
    width: 3em !important;
}

.sp-methods .checkmo-list li {
    margin: 0 0 5px;
}

.sp-methods .checkmo-list label {
    padding-right: 10px;
    text-align: right;
    width: 135px;
}

.sp-methods .checkmo-list address {
    float: left;
}

.sp-methods .centinel-logos a {
    margin-right: 3px;
}

.sp-methods .centinel-logos img {
    vertical-align: middle;
}

.sp-methods .release-amounts {
    margin: 1.5em 0 2em;
}

.sp-methods .release-amounts button {
    float: left;
    margin: 5px 10px 0 0;
}

.onestepcheckout-column-left .info-content-box.btw {
    float: right;
    margin-right: 46%;
}

.onestepcheckout-column-left label.dateofbirth {
    float: left;
    width: 100%;
}

.onestepcheckout-column-right .form-list textarea {
    width: 280px !important;
}

#p_method_cashondelivery {
    display: none;
}

label[for=p_method_cashondelivery] {
    display: none;
}

.please-wait {
    float: right;
}

.please-wait img {
    vertical-align: middle;
}

.cvv-what-is-this {
    cursor: help;
    font-size: 11px;
    margin-left: 10px;
}

.sp-methods label.ideal_ideal {
    background: url(../images/ico-ideal.png) no-repeat;
    display: inline-block;
    line-height: 23px;
    padding-left: 35px;
}

.sp-methods label.visamastercard_visamastercard {
    background: url(../images/ico-visa-mastercard.png) no-repeat;
    display: inline-block;
    line-height: 23px;
    padding-left: 75px;
}

.sp-methods label.afterpay_afterpay {
    background: url(../images/ico-after-pay.png) no-repeat;
    display: inline-block;
    line-height: 23px;
    padding-left: 77px;
}

/* Tooltip */
.tool-tip {
    background: #f6f6f6;
    border: 2px solid #ddd;
    border-bottom-color: #666;
    padding: 15px 20px;
    position: absolute;
    z-index: 9999;
}

.tool-tip .btn-close {
    margin: -9px -14px 0;
    text-align: right;
}

.tool-tip .btn-close a {
    background: url(../images/btn_window_close.gif) 100% 0 no-repeat;
    display: block;
    height: 12px;
    margin: 0 0 0 auto;
    overflow: hidden;
    text-align: left;
    text-indent: -999em;
    width: 12px;
}

.tool-tip .tool-tip-content {
    padding: 5px;
}

/* Checkout Agreements */
.checkout-agreements li {
    margin: 30px 0;
}

.checkout-agreements .agreement-content {
    background: #EAEAEA;
    border: 1px solid #e4e4e4;
    overflow: auto;
    padding: 10px;
}

.checkout-agreements .agree {
    margin: 0;
    padding: 10px 0 10px 11px;
}

.checkout-agreements .agree input.checkbox {
    margin-right: 6px;
}

.checkout-agreements .agree label {
    color: #555;
    font-weight: bold;
}

.opc .checkout-agreements {
    padding: 5px 30px;
}

.opc .checkout-agreements li {
    margin: 20px 0 0;
}

.opc .checkout-agreements .agreement-content {
    background: #fff;
    padding: 5px;
}

.opc .checkout-agreements .agree {
    padding-left: 6px;
}

/* Centinel */
.centinel {
}

.centinel .authentication {
    background: #fff;
    border: 1px solid #ddd;
}

.centinel .authentication iframe {
    background: transparent !important;
    border: 0 !important;
    height: 400px;
    margin: 0 !important;
    padding: 0 !important;
    width: 99%;
}

.opc .centinel {
    padding: 10px 30px;
}

/* Generic Info Set */
.info-set {
    background: #fbfbfb;
    border: 1px solid #ddd;
    margin: 0 0 25px;
    padding: 20px;
}

.info-set h2 {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 10px;
}

.info-set h3,
.info-set h4 {
    font-size: 12px;
    font-weight: bold;
}

.info-set h2 a,
.info-set h3 a,
.info-set h4 a {
    font-weight: normal;
}

.info-set h2.legend {
    background: #777;
    border-bottom: 1px solid #777;
    color: #fff;
    margin: -20px -20px 15px;
    padding: 3px 10px;
    position: relative;
}

.info-set h2.legend a {
    color: #fff;
}

.info-set h3.legend {
    margin: 0 0 10px;
}

.info-set .divider {
    margin: 0 -20px;
    padding: 25px 0;
    position: relative;
}

.info-set .box {
    margin: 0 0 15px;
}

.info-set .box h2 {
    color: #e26703;
}

.info-set .data-table .product-name {
    color: #4a4a4a !important;
    font-size: 1em !important;
    font-weight: bold !important;
}

.info-set .data-table .product-name a {
    font-weight: bold !important;
}

.info-set .data-table .item-options {
    margin: 5px 0 0;
}

/* One Page Checkout */
.block-progress dt {
    background: #eee;
    border: 1px solid #ddd;
    color: #555;
    font-size: 10px;
    line-height: 1.35;
    margin: 0 0 6px;
    padding: 2px 8px;
    text-transform: uppercase;
}

.block-progress dd {
    border-top: 0;
    margin: 0 0 6px;
    padding: 2px 10px;
}

.block-progress dt.complete {
}

.block-progress dt.complete a {
    text-transform: none;
}

.block-progress dd.complete {
}

.block-progress p {
    margin: 0;
}

.block-progress .cards-list dt {
    background: none;
    border: 0 none;
    color: inherit;
    font-size: 11px;
    font-weight: bold;
    margin: 5px 0;
    padding: 0;
    text-transform: none;
}

.block-progress .cards-list dd {
    border: 0 none;
    margin: 0;
    padding: 0;
}

.block-progress .cards-list .info-table th {
    font-weight: normal;
}

.opc .buttons-set {
    margin-top: 0;
    padding-top: 2em;
}

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

.opc .buttons-set.disabled button.button {
    display: none;
}

.opc .buttons-set .please-wait {
    height: 28px;
    line-height: 28px;
}

.opc .ul {
    list-style: disc outside;
    padding-left: 18px;
}

.opc {
    position: relative;
}

.opc li.section {
}

.opc .step-title {
    background: #eee;
    border: 1px solid #ddd;
    border-top-color: #fff;
    padding: 4px 8px 6px;
    text-align: right;
}

.opc .step-title .number {
    background: #fff;
    border: 1px solid #fff;
    color: #444;
    float: left;
    font: normal 11px/12px arial, helvetica, sans-serif;
    margin: 0 5px 0 0;
    padding: 0 3px;
}

.opc .step-title h2 {
    color: #999;
    float: left;
    font: bold 12px/14px Arial, Helvetica, sans-serif;
    margin: 0;
}

.opc .step-title a {
    display: none;
    float: right;
    font-size: 11px;
    line-height: 16px;
}

.opc .allow .step-title {
    background: #999;
    border-color: #999;
    border-top-color: #fff;
    color: #fff;
    cursor: pointer;
}

.opc .allow .step-title .number {
}

.opc .allow .step-title h2 {
    color: #fff;
}

.opc .allow .step-title a {
    color: #fff;
    display: block;
    font-size: 10px;
    text-transform: uppercase;
}

.opc .active .step-title {
    background: #b41629;
    border-color: #b41629;
    border-top-color: #fff;
    color: #fff;
    cursor: default;
    padding-bottom: 5px;
}

.opc .active .step-title .number {
}

.opc .active .step-title h2 {
    color: #fff;
}

.opc .active .step-title a {
    display: none;
}

.opc .step {
    background: #fbfbfb;
    border: 1px solid #ddd;
    border-top: 0;
    padding: 15px 30px;
    position: relative;
}

.opc .step .tool-tip {
    right: 30px;
}

#opc-login h3 {
    border-bottom: 1px solid #e4e4e4;
    font-size: 13px;
    padding-bottom: 2px;
    text-transform: uppercase;
}

#opc-login h4 {
    color: #2f2f2f;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
}

#opc-shipping_method .buttons-set {
    border-top: 0;
    padding-top: 60px;
}

.opc .gift-messages-form {
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-width: 1px 0;
    margin: 0 -30px;
    padding: 22px 24px 22px 30px;
}

.opc .gift-messages-form .inner-box {
    height: 260px;
    overflow: auto;
    padding: 5px;
}

#opc-review .step {
    padding: 0;
}

#opc-review .product-name {
    font-weight: bold;
}

#opc-review .item-options {
    margin: 5px 0 0;
}

#opc-review .buttons-set {
    border: 0;
    padding: 15px 30px;
}

#opc-review .buttons-set p {
    line-height: 28px;
    margin: 0;
}

#opc-review .buttons-set .please-wait {
    height: 28px;
    line-height: 28px;
}

#opc-review .authentication {
    margin: 0 auto;
    width: 570px;
}

#opc-review .warning-message {
    color: #222;
    font-weight: bold;
    padding: 10px 10px 0;
    text-align: center;
}

/* Account Login/Create Pages ============================================================ */
.account-login .content {
    padding: 0 10px;
}

.account-login .content h2 {
    background: #f1f1f1;
    font-size: 13px;
    line-height: 1.25;
    margin: 0 -10px 12px;
    padding: 2px 10px;
}

.account-login .buttons-set {
}

.account-login .rewardpointsbehavior-checkout-action1 {
    margin-top: -20px;
    max-width: 280px;
}

.account-login .rewardpointsbehavior-checkout-action1 + .buttons-set {
    float: left;
}

.account-create {
}

.comment-item {
    padding-bottom: 20px;
}

.comment-date {
    font-weight: bold;
}

/* Captcha */
.captcha-note {
    clear: left;
    padding-top: 5px;
}

.captcha-image {
    display: inline;
    float: left;
    margin: 0;
    position: relative;
    width: 258px;
}

.captcha-image .captcha-img {
    border: 1px solid #b6b6b6;
    vertical-align: bottom;
    width: 100%;
}

.registered-users .captcha-image {
    margin: 0;
}

.captcha-reload {
    cursor: pointer;
    position: absolute;
    right: 2px;
    top: 2px;
}

.captcha-reload.refreshing {
    animation: rotate 1.5s infinite linear;
    -moz-animation: rotate 1.5s infinite linear;
    -webkit-animation: rotate 1.5s infinite linear;
}

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

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

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

/* Remember Me Popup ===================================================================== */
.window-overlay {
    background: rgba(0, 0, 0, 0.35);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 990;
}

.remember-me label {
    float: none;
    margin: 0 6px;
}

.remember-me-popup {
    background: #fff;
    border: 1px solid #888;
    border-bottom-color: #777;
    box-shadow: 0 0 6px #999;
    -moz-box-shadow: 0 0 6px #999;
    -webkit-box-shadow: 0 0 6px #999;
    left: 50%;
    margin: -85px 0 0 -200px;
    position: absolute;
    text-align: left;
    top: 50%;
    width: 400px;
    z-index: 1000;
}

.remember-me-popup h3 {
    background: #dedede;
    border-bottom: 1px solid #ccc;
    color: #444;
    font-size: 14px;
    margin: 0;
    padding: 7px 10px 5px;
}

.remember-me-popup .remember-me-popup-head {
    position: relative;
}

.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
    background: url(../images/btn_window_close.gif) no-repeat;
    display: block;
    height: 15px;
    position: absolute;
    right: 7px;
    text-indent: -9999em;
    top: 9px;
    width: 15px;
}

.remember-me-popup .remember-me-popup-body {
    border-top: 1px solid #e6e6e6;
    padding: 10px;
}

.remember-me-popup .remember-me-popup-body a,
.remember-me-popup .remember-me-popup-body a span {
    background: transparent url(../images/bkg_btn.png) 0 0 no-repeat;
    color: #555;
    display: inline-block;
    font: bold 11px/25px Tahoma, Verdana, Arial, sans-serif;
    height: 28px;
    padding: 0 0 0 6px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

.remember-me-popup .remember-me-popup-body a span {
    background-position: 100% 0;
    padding: 0 15px 0 9px;
}

/* My Account ============================================================================= */
.my-account .title-buttons .link-rss {
    float: none;
    margin: 0;
}

/* Dashboard ============================================================================== */
.dashboard .welcome-msg {
    margin: 0 8em 1.5em 0;
}

.dashboard .welcome-msg p {
    margin: 0;
}

.dashboard .col2-set {
    margin: 0 0 15px;
}

/* General Box */
.box-account {
    margin: 0 0 15px;
}

.box-account .box-head {
    margin: 0 0 5px;
    text-align: right;
}

.box-account .box-head h2 {
    color: #4a4a4a;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}

.box-account .box-head a {
    font-size: 10px;
    text-transform: uppercase;
}

.dashboard .box .box-title {
    background: #f1f1f1;
    margin: 0 0 12px;
    padding: 2px 10px;
    text-align: right;
}

.dashboard .box .box-title h3,
.dashboard .box .box-title h4 {
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.35;
    margin: 0;
}

.dashboard .box .box-title a {
    font-size: 10px;
    text-transform: uppercase;
}

.dashboard .box .box-content {
    padding: 0 10px;
}

/* Block: Recent Orders */
.dashboard .box-recent {
}

/* Block: Account Information */
.dashboard .box-info {
}

.dashboard .box-info h4 {
    font-size: 11px;
    font-weight: bold;
}

/* Block: Reviews */
.dashboard .box-reviews .box-head {
    background: #f1f1f1;
    margin: 0 0 12px;
    padding: 2px 10px;
}

.dashboard .box-reviews .box-head h2 {
    color: #444;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.35;
}

.dashboard .box-reviews .number {
    background: #0a263c;
    color: #fff;
    display: none;
    float: left;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    margin: 3px -20px 0 0;
    padding: 2px 3px;
}

.dashboard .box-reviews .details {
    padding: 0 10px;
}

.dashboard .box-reviews li.item {
    margin: 0 0 7px;
}

.dashboard .box-reviews li.item.last {
    margin: 0;
}

.dashboard .box-reviews .ratings {
    margin: 7px 0 0;
}

/* Block: Tags */
.dashboard .box-tags .box-head {
    background: #f1f1f1;
    margin: 0 0 12px;
    padding: 2px 10px;
}

.dashboard .box-tags .box-head h2 {
    color: #444;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.35;
}

.dashboard .box-tags .number {
    background: #0a263c;
    color: #fff;
    display: none;
    float: left;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    margin: 3px -20px 0 0;
    padding: 2px 3px;
}

.dashboard .box-tags .details {
    padding: 0 10px;
}

.dashboard .box-tags li.item {
    margin: 0 0 7px;
}

.dashboard .box-tags li.item.last {
    margin: 0;
}

.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li {
    display: inline;
}

/* Address Book */
.addresses-list h2 {
    background: #f1f1f1;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.25;
    margin: 0 0 12px;
    padding: 2px 10px;
}

.addresses-list h3 {
    font-size: 12px;
    font-weight: bold;
}

.addresses-list address {
    margin: 0 0 3px;
}

.addresses-list p {
    margin: 0;
}

.addresses-list a {
    font-weight: bold;
}

.addresses-list .link-remove {
}

.addresses-list .separator {
    margin: 0 3px;
}

.addresses-list li.item {
    margin: 0 0 12px;
    padding: 0 10px;
}

.addresses-list li.empty {
}

.addresses-list li.empty p {
    font-weight: bold;
}

.addresses-list .addresses-additional li.item {
}

/* Order View */
.order-info dt {
    display: none;
}

.order-info ul {
    background: #f2f2f2 url(../images/bkg_tabs.gif) 0 100% repeat-x;
    border-bottom: 1px solid #666;
    margin-bottom: 15px;
}

.order-info li {
    border-left: 1px solid #fff;
    border-right: 1px solid #a4a4a4;
    float: left;
    font-size: 1.1em;
    line-height: 1em;
}

.order-info li.first {
    border-left: 0;
}

.order-info li.last {
    border-right: 0;
}

.order-info li a {
    color: #444;
    display: block;
    padding: 6px 15px;
}

.order-info li a:hover {
    background-color: #ddd;
    color: #444;
    text-decoration: none;
}

.order-info li.current {
    background-color: #666;
    color: #fff;
    font-weight: bold;
    padding: 6px 15px;
}

.order-date {
    margin: 10px 0;
}

.order-info-box {
    margin: 0 0 15px;
}

.order-info-box h2 {
    border-bottom: 1px solid #ddd;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 8px;
}

.order-info-box .box-payment p {
    margin: 0 0 3px;
}

.order-info-box .box-payment th {
    font-weight: bold;
    padding-right: 7px;
}

.order-items {
    overflow-x: auto;
    width: 100%;
}

.order-items h2,
.order-items h3 {
    clear: none;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 .45em;
    padding: 0;
}

.order-items h3 {
    font-size: 12px;
}

.order-items .product-name {
    font-weight: bold !important;
}

.order-items .link-print {
    font-size: 10px;
    text-transform: uppercase;
}

.order-items .order-links {
    text-align: right;
}

.order-items .order-links .link-print {
    font-size: 11px;
    font-weight: bold;
    text-transform: none;
}

.order-additional {
    margin: 15px 0;
}

/* Order Gift Message */
.gift-message dt strong {
    color: #555;
}

.gift-message dd {
    font-size: 13px;
    margin: 5px 0 0;
}

/* Order Comments */
.order-about dt {
    font-weight: bold;
}

.order-about dd {
    font-size: 13px;
    margin: 0 0 7px;
}

.tracking-table {
    margin: 0 0 15px;
}

.tracking-table th {
    font-weight: bold;
    white-space: nowrap;
}

.tracking-table-popup {
    width: 100%;
}

.tracking-table-popup th {
    font-weight: bold;
    white-space: nowrap;
}

.tracking-table-popup th,
.tracking-table-popup td {
    padding: 1px 8px;
}

/* Order Print Pages */
.page-print .print-head {
    margin: 0 0 15px;
}

.page-print .print-head .logo {
    float: left;
}

.page-print .print-head address {
    float: left;
    margin-left: 15px;
}

.page-print h1 {
    font-size: 15px;
    font-weight: bold;
}

.page-print h2,
.page-print h3 {
    font-size: 12px;
    font-weight: bold;
}

.page-print h2.h2 {
    font-size: 15px;
    font-weight: bold;
    text-align: right;
}

.page-print .order-date {
    border-bottom: 1px solid #ccc;
    margin: 0 0 10px;
    padding: 0 0 10px;
}

.page-print .col2-set {
    margin: 0 0 10px;
}

/* Price Rewrites */
.page-print .gift-message-link {
    display: none;
}

.page-print .price-excl-tax,
.page-print .price-incl-tax {
    display: block;
    white-space: nowrap;
}

.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price {
    display: inline;
}

/* My Wishlist */
.my-wishlist .data-table td {
    padding: 10px;
}

.my-wishlist .product-image {
    display: block;
    height: 113px;
    margin: 0 0 5px;
    width: 113px;
}

.my-wishlist textarea {
    display: block;
    height: 109px;
    width: 97%;
}

.my-wishlist .buttons-set {
    border: 0;
    margin: 0 0 -3em;
    padding: 0;
}

.my-wishlist .buttons-set button.button {
    float: none;
}

.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span {
}

#wishlist-table .add-to-links {
    white-space: nowrap;
}

/* My Tags */
.my-tag-edit {
    float: left;
    margin: 0 0 10px;
}

.my-tag-edit .btn-remove {
    float: right;
    margin: 4px 0 0 5px;
}

#my-tags-table {
    clear: both;
}

#my-tags-table td {
    padding: 10px;
}

#my-tags-table .add-to-links {
    white-space: nowrap;
}

/* My Reviews */
#my-reviews-table td {
    padding: 10px;
}

#my-reviews-table .rating-box {
    margin: 3px 0 0;
}

.product-review .product-img-box {
    float: left;
    width: 140px;
}

.product-review .product-img-box .product-image {
    display: block;
    height: 125px;
    width: 125px;
}

.product-review .product-img-box .label {
    font-size: 11px;
    margin: 0 0 3px;
}

.product-review .product-img-box .ratings .rating-box {
    display: block;
    float: none;
    margin: 0 0 3px;
}

.product-review .product-details {
    margin-left: 150px;
}

.product-review .product-name {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
}

.product-review h3 {
    color: #2f2f2f;
    font-size: 12px;
    margin: 0 0 3px;
}

.product-review .ratings-table {
    margin: 0 0 10px;
}

.product-review dt {
    font-weight: bold;
}

.product-review dd {
    font-size: 13px;
    margin: 5px 0 0;
}

/* Billing Agreements */
.billing-agreements .info-box {
    margin: 15px 0;
}

.billing-agreements .info-box p {
    margin: 0 0 5px;
}

.billing-agreements .form-list li select {
    float: left;
    margin: 3px 10px 0 0;
}

.billing-agreements .table-caption {
    font-size: 13px;
    font-weight: bold;
}

.block-home {
    overflow: hidden;
    padding: 0 0 0 0;
}

.block-home .right {
    float: right;
    margin-top: -10px;
    width: 460px;
}

#slider-wrapper {
    float: left;
    position: relative;
    width: 49%;
}

.block-slider, #slideshow {
    height: 100%;
    height: 523px !important;
    position: relative;
}

.block-slider div.slide, #slideshow .slide {
    height: 523px !important;
    position: relative;
}

#slideshow .slide span a {
    display: block;
    line-height: 390px;
    text-align: center;
    vertical-align: middle;
}

#slideshow .slide img {
    display: inline;
    height: auto;
    vertical-align: middle;
    width: 100%;
}

.block-slider .pagination, #pagination {
    bottom: 131px;
    position: absolute;
    right: 10px;
    z-index: 99;
}

.block-slider .pagination a, #pagination a {
    background: url(../images/skin/paging.png) no-repeat;
    display: block;
    height: 30px;
    margin-top: 10px;
    text-indent: -9999px;
    width: 30px;
}

.block-slider .pagination a:hover, .block-slider .pagination li.current a, #pagination a.activeSlide, #pagination a:hover {
    background-position: 0 -30px;
}

.block-slider .text, #slideshow .text {
    background: #b51628;
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    left: 0;
    overflow: hidden;
    padding: 10px 20px;
    position: absolute;
    width: 100%;
}

.block-slider strong, #slideshow strong {
    display: block;
    font-size: 18px;
    font-style: italic;
    padding-bottom: 5px;
}

.block-slider p, #slideshow p {
    font-size: 13px;
    margin-bottom: 10px;
}

.block-slider a.button, #slideshow a.button {
    background: #fff;
    color: #b51628;
    float: left;
    font-size: 13px;
    height: 24px;
    line-height: 24px;
    padding: 0 30px;
    text-transform: uppercase;
}

.block-slider a.button:hover, #slideshow a.button:hover {
    background: #fff;
    color: #7e7e7e;
    text-decoration: none;
}

.block-month {
    height: 260px;
    margin-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}

.block-month .text {
    bottom: 10px;
    color: #fff;
    left: 25px;
    position: absolute;
    z-index: 100;
}

.block-month strong {
    display: block;
    font-family: 'Noto Serif', serif;
    font-size: 18px;
    font-style: italic;
    padding-bottom: 5px;
}

.block-month p {
    font-size: 13px;
    margin-bottom: 10px;
}

.block-month a.button {
    background: url(../images/skin/icon14.png) no-repeat;
    background: #b51628 url(../images/skin/icon16.png) no-repeat 5px 2px;
    color: #fff;
    float: left;
    font-size: 13px;
    height: 24px;
    line-height: 24px;
    padding: 0 30px;
    text-transform: uppercase;
}

.block-month a.button:hover {
    background: #fff;
    color: #7e7e7e;
    text-decoration: none;
}

.block-bestseller {
    background: #eaeaea;
    overflow: hidden;
    padding: 18px 10px;
}

.block-bestseller .title {
    overflow: hidden;
    padding-bottom: 20px;
}

.block-bestseller h3 {
    color: #b51628;
    float: left;
    font-size: 20px;
    margin-bottom: 0;
}

.block-bestseller .title a {
    color: #b51628;
    float: right;
    font-weight: bold;
    margin-top: 10px;
    text-transform: uppercase;
}

.block-bestseller ul {
    list-style: none;
    overflow: hidden;
}

.block-bestseller li {
    float: left;
    margin: 0 5px;
    width: 100px;
}

.block-bestseller .product-image {
    margin-bottom: 10px;
}

.block-bestseller .product-details span.productn {
    display: block;
    height: 50px;
    overflow: hidden;
}

.block-bestseller .product-details p {
    color: #4a4a4a;
    line-height: 14px;
}

.block-bestseller div.price-box span.price {
    color: #b51628;
}

.block-bestseller div.price-box p {
    display: inline;
    margin: 0;
    padding: 0;
}

.block-bestseller div.price-box .price-label {
    display: none;
}

.block-bestseller div.price-box .old-price span.price {
    color: #4A4A4A;
    margin-right: 10px;
    text-decoration: line-through;
}

.block-offers {
    clear: both;
    padding: 20px 0;
    position: relative;
    width: 100%;
}

.block-offers .fav .tip {
    background: url(../images/skin/bg9.png) no-repeat;
    bottom: 2px;
    display: none;
    height: 18px;
    left: -86px;
    position: absolute;
    width: 110px;
}

.block-offers .fav .tip p {
    color: #fff;
    font-size: 10px;
    line-height: 18px;
    padding-left: 8px;
    text-transform: uppercase;
}

.block-offers h3 {
    color: #b41629;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 0 20px;
}

.block-offers .carousel {
    position: relative;
    width: 100%;
}

.block-offers ul {
    list-style: none;
    overflow: hidden;
}

.block-offers li {
    float: left;
    height: 277px;
    margin-left: 2%;
    padding-right: 0;
    width: 15%;
}

.block-offers li:first-child {
    margin-left: 0;
}

.block-offers li:hover {
    position: relative;
    z-index: 100;
}

.block-offers .product-image {
    border: 1px solid #eaeaea;
    position: relative;
}

.block-offers .fav {
    background: url(../images/skin/star.png) no-repeat;
    bottom: 5px;
    height: 20px;
    position: absolute;
    right: 5px;
    width: 18px;
}

.block-offers .fav .inner {
    height: 20px;
    position: relative;
    width: 18px;
}

.jcarousel-clip {
    overflow: hidden;
}

.block-offers .fav:hover {
    background-position: 0 -20px;
}

.block-offers .fav:hover .tip {
    display: block;
}

.block-offers .product-details {
    height: 101px;
    padding: 5px 10px;
}

.block-offers .product-details strong, .block-offers .product-details a {
    display: block;
    max-height: 86px;
    overflow: hidden;
}

.block-offers .product-details p {
    color: #B51628;
}

.block-offers .product-details div.price-box {
    color: #b51628;
}

.block-offers .product-details div.price-box p {
    display: inline;
    margin: 0;
    padding: 0;
}

.block-offers .product-details div.price-box .price-label {
    display: none;
}

.product-details .currency-symbol {
    display: none;
}

.block-offers .product-details div.price-box .old-price {
    color: #4A4A4A;
    text-decoration: line-through;
}

.block-offers a.button {
    background: #b51628;
    color: #fff;
    display: block;
    font-size: 11px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
}

.block-offers a.button:hover {
    background: #fff;
    color: #7e7e7e;
    text-decoration: none;
}

.block-offers a.prev {
    background: url(../images/skin/prev.png) no-repeat;
    display: block;
    height: 40px;
    left: -25px;
    position: absolute;
    top: 100px;
    width: 40px;
    z-index: 150;
}

.block-offers a.prev:hover {
    background-position: 0 -40px;
}

.block-offers a.next {
    background: url(../images/skin/next.png) no-repeat;
    display: block;
    height: 40px;
    position: absolute;
    right: -25px;
    top: 100px;
    width: 40px;
    z-index: 150;
}

.block-offers a.next:hover {
    background-position: 0 -40px;
}

.block-offers a.prev, .jcarousel-prev {
    background: url(../images/skin/prev.png) no-repeat;
    cursor: pointer;
    display: block;
    height: 40px;
    left: -25px;
    position: absolute;
    top: 100px;
    width: 40px;
    z-index: 150;
}

.block-offers a.prev:hover, .jcarousel-prev:hover {
    background-position: 0 -40px;
}

.block-offers a.next, .jcarousel-next {
    background: url(../images/skin/next.png) no-repeat;
    cursor: pointer;
    display: block;
    height: 40px;
    position: absolute;
    right: -25px;
    top: 100px;
    width: 40px;
    z-index: 150;
}

.block-offers a.next:hover, .jcarousel-next:hover {
    background-position: 0 -40px;
}

/* buttons that go to all the products */
.block-offers #carousel > a {
    background: #b51628;
    color: #fff;
    display: block;
    font-size: 11px;
    height: 24px;
    line-height: 24px;
    padding: 0 7px 0 30px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: -36px;
    z-index: 200;
}

.block-offers #carousel > a:hover {
    background: #fff;
    color: #7e7e7e;
    text-decoration: none;
}

.block-bottom {
    background: #fff;
    margin: 20px auto;
    overflow: hidden;
    padding: 10px 20px;
    width: 940px;
}

.block-bottom .news {
    float: left;
    width: 470px;
}

.block-bottom .comments {
    float: left;
    width: 470px;
}

.block-bottom h3 {
    color: #b41629;
    font-size: 20px;
    margin-bottom: 10px;
}

.block-bottom ul {
    list-style: none;
    margin-bottom: 15px;
}

.block-bottom li {
    line-height: 22px;
}

.block-bottom li a {
    color: #4a4a4a;
}

.block-bottom li a span {
    color: #8d8d8d;
}

.block-bottom a.more {
    color: #b51628;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.block-bottom p {
    color: #aaaaab;
    font-family: 'Noto Serif', serif;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 0;
}

.block-bottom p img {
    display: inline;
}

.block-bottom span.name {
    color: #aaaaab;
    display: block;
    float: left;
    margin-bottom: 15px;
    margin-right: 10px;
}

.block-bottom span.name img {
    display: inline;
    vertical-align: middle;
}

.block-bottom .rating-box {
    background: url(../images/bkg_rating.gif) 0 0 repeat-x;
    float: left;
    font-size: 0;
    height: 10px;
    line-height: 0;
    margin-top: 4px;
    overflow: hidden;
    text-indent: -999em;
    width: 50px;
}

.block-bottom .rating-box .rating {
    background: url(../images/bkg_rating.gif) 0 100% repeat-x;
    float: left;
    height: 10px;
}

.cms-home .rating-box {
    background: url(../images/wine-rating.png) repeat-x;
    height: 20px;
}

.cms-home .rating-box .rating {
    background: url(../images/wine-rating.png) repeat-x 0 -48px;
}

.block-link {
    width: 220px;
}

.block-link h3 {
    color: #b51628;
    font-size: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.block-link li {
    font-size: 13px;
    margin-bottom: 5px;
}

.block-link li a {
    color: #4a4a4a;
}

.block-link li a:hover {
    color: #b51628;
}

.col-left .mini-menubuilder-menu {
    padding-bottom: 20px;
    width: 220px;
}

.col-left .mini-menubuilder-menu h4 {
    color: #b51628;
    display: block !important;
    font-size: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.col-left .mini-menubuilder-menu li {
    font-size: 13px;
    margin-bottom: 5px;
}

.col-left .mini-menubuilder-menu li a {
    color: #4a4a4a;
}

.col-left .mini-menubuilder-menu li a:before {
    content: "› ";
}

.col-left .mini-menubuilder-menu li a:hover, .col-left .mini-menubuilder-menu li a.active {
    color: #b51628;
    text-decoration: none
}

.block-offer {
    position: relative;
    width: 220px;
}

.block-offer .text {
    background: url(../images/skin/bg4.png) repeat;
    bottom: 35px;
    left: 0;
    padding: 10px 20px;
    position: absolute;
    width: 181px;
}

.block-offer h3 {
    color: #b51628;
    font-family: 'Noto Serif', serif;
    font-size: 17px;
    font-style: italic;
    margin-bottom: 5px;
}

.block-offer p {
    color: #4a4a4a;
    font-size: 14px;
    margin-bottom: 0;
    min-height: 35px;
}

.block-offer a {
    color: #b51628;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.block-offer div.price-box {
    background: url(../images/skin/bg5.png) no-repeat;
    bottom: 20px;
    color: #fff;
    display: block;
    font-size: 18px;
    height: 50px;
    line-height: 18px;
    padding-top: 10px;
    position: absolute;
    right: -10px;
    text-align: center;
    width: 60px;
}

.block-offer div.price-box p {
    display: inline;
    margin: 0;
    padding: 0;
}

.block-offer div.price-box .price-label {
    display: none;
}

.block-offer div.price-box span.price {
    color: #fff !important;
    font-size: 18px !important;
}

.block-offer div.price-box .old-price span.price {
    display: block;
    font-size: 11px !important;
    text-decoration: line-through;
}

.cms-page-view div.col-main {
    margin-left: 10px;
    overflow: hidden;
    width: 690px;
}

.cms-page-view div.col-main p {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 15px;
}

.cms-page-view div.col-main p a {
    color: #b51628;
}

.cms-page-view div.col-main p a:hover {
    text-decoration: underline;
}

.cms-page-view div.col-main h2 {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.cms-page-view div.col-main h3 {
    font-size: 15px;
    margin-bottom: 0;
}

.cms-page-view div.col-main ul {
    list-style: none;
    margin-bottom: 20px;
    margin-left: 10px;
}

.cms-page-view div.col-main li {
    background: url(../images/skin/bullet.png) no-repeat 0 5px;
    font-size: 13px;
    padding-left: 20px;
}

.block-order {
    padding: 20px 0;
}

.block-order h3 {
    color: #b41629;
    font-size: 20px;
    margin-bottom: 20px;
}

.block-order .products-grid {
    float: left;
    width: 715px;
}

.block-order .category-products {
    float: left;
    margin-top: 0;
    width: 715px;
}

.block-order .block-offer {
    float: right;
}

.block-bot {
    margin-right: 8px;
    overflow: hidden;
    padding: 30px 0 0;
}

.block-bot .left, .block-related-product {
    float: left;
    width: 220px;
}

.block-bot .right {
    float: right;
    width: 700px;
}

.block-bot .customers {
    background: #eaeaea;
    margin-bottom: 30px;
    padding: 15px;
    padding-right: 5px;
}

.block-bot .customers h3, .block.block-related-product .block-title strong {
    font-size: 18px;
    margin-bottom: 15px;
}

.block.block-related-product .block-title strong {
    color: #4a4a4a;
    font-weight: bold;
    text-transform: none;
}

.block-bot .customers li {
    margin-bottom: 8px;
    overflow: hidden;
}

.div.block-related-product .aw-arp-item, div.block-related .aw-arp-item {
    border-bottom: 1px solid #4a4a4a;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.autorelated > div.block-related-product, .product-view > div.block-related-product {
    margin-top: 20px;
    width: auto;
}

.autorelated > div.block-related-product ul, .product-view > div.block-related-product ul {
    margin-left: -20px;
}

.autorelated > div.block-related-product .aw-arp-item, .product-view > div.block-related-product .aw-arp-item {
    float: left;
    margin: 0 0 20px 30px;
    padding-bottom: 30px;
    position: relative;
    width: 21.6%;
}

.left .block-related-product .aw-arp-item {
    margin: 0 0 30px;
    padding-bottom: 30px;
    position: relative;
}

.autorelated > .block-related-product.block .block-content .product-name, .product-view > .block-related-product.block .block-content .product-name {
    height: 65px;
    overflow: hidden;
}

.block-bot .customers li a {
    color: #4a4a4a;
}

.block-bot .customers img.product-image, .img-related {
    float: left; /*margin-right: 10px;*/
}

.block-bot .customers div.info { /*float: left; width: 155px; */
    float: right;
    width: 150px;
}

.block-bot .customers div.price-box, .block.block-related-product .price-box {
    clear: both;
    color: #b51628;
}

.block-bot .customers div.price-box p {
    display: inline;
    margin: 0;
    padding: 0;
}

.block-bot .customers div.price-box .price-label {
    display: none;
}

.block-bot .customers div.price-box .old-price {
    margin-right: 10px;
    text-decoration: line-through;
}

.block-bot .customers li a span.product-name {
    color: #4a4a4a;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%; /*white-space: nowrap;*/
}

.aw-arp-addtocart {
    clear: both;
}

.left .aw-arp-addtocart {
    padding-top: 7px;
}

.block-related-product {
    background: #eaeaea;
    padding: 15px 15px 0;
    width: 190px;
}

.autorelated > div.block-related-product, .product-view > div.block-related-product {
    float: none;
    width: auto;
}

div.block-related-product .aw-arp-block-content {
    padding: 0 !important;
}

.block.block-related-product .block-title {
    margin: 0 !important;
}

.block-related-product .product-name {
    color: #4a4a4a;
    display: block;
}

.block-related-product .link-wishlist {
    bottom: 0;
    box-sizing: border-box;
    display: block;
    float: none;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
}

.col-main .mw_faq_name {
    color: #B51628;
    padding-bottom: 0;
}

.mw_faq_description {
    padding-bottom: 12px;
}

.col-main .mw_question a, .col-main .mw_question a:hover {
    color: #B51628;
}

.col-main .mw_question {
    background-image: url(../../../default/default/images/faq/bg-question.png)
}

.popUp-container {
    position: relative;
}

.popUp-content {
    display: none;
    padding: 10px;
    text-align: left;
    width: 500px;
}

.popUp-content p {
    text-align: left;
}

.popUp {
    color: #B51628;
}

.popUp a:hover {
    color: #B51628;
}

.snippets-footer {
    display: none;
}

/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.top-bar:after,
.quick-access:after,
.form-search:after,
#nav:after,
.main:after,
.footer:after,
.footer .form-subscribe:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.order-info ul:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-tabs:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after, .form-list .input-box:after, .customer-dob:after, .block-info ul:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

/* ======================================================================================= */
/*fancybox*/
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    border: 0;
    margin: 0;
    outline: none;
    padding: 0;
    vertical-align: top;
}

.fancybox-wrap {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 8020;
}

.fancybox-inner figure.right {
    margin: 0;
}

.fancybox-inner figure.left {
    margin: 0;
}

.fancybox-skin {
    background: #f9f9f9;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #444;
    position: relative;
    text-shadow: none;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    height: 100%;
    width: 100%;
}

.fancybox-image {
    max-height: 100%;
    max-width: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../images/fancybox_sprite.png');
}

#fancybox-loading {
    background-position: 0 -108px;
    cursor: pointer;
    left: 50%;
    margin-left: -22px;
    margin-top: -22px;
    opacity: 0.8;
    position: fixed;
    top: 50%;
    z-index: 8060;
}

#fancybox-loading div {
    background: url('../images/fancybox_loading.gif') center center no-repeat;
    height: 44px;
    width: 44px;
}

.fancybox-close {
    cursor: pointer;
    height: 36px;
    position: absolute;
    right: -18px;
    top: -18px;
    width: 36px;
    z-index: 8040;
}

.fancybox-nav {
    background: transparent;
    cursor: pointer;
    height: 100%;
    position: absolute;
    text-decoration: none;
    top: 0;
    width: 40%;
    z-index: 8040;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    cursor: pointer;
    height: 34px;
    margin-top: -18px;
    position: absolute;
    top: 50%;
    visibility: hidden;
    width: 36px;
    z-index: 8040;
}

.fancybox-prev span {
    background-position: 0 -36px;
    left: 10px;
}

.fancybox-next span {
    background-position: 0 -72px;
    right: 10px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    left: -99999px;
    max-height: 99999px;
    max-width: 99999px;
    overflow: visible !important;
    position: absolute;
    top: -99999px;
    visibility: hidden;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden;
}

.fancybox-overlay {
    background: url('../images/fancybox_overlay.png');
    display: none;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 8010;
}

.fancybox-overlay-fixed {
    bottom: 0;
    position: fixed;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    visibility: hidden;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    bottom: 0;
    margin-bottom: -35px;
    position: absolute;
    right: 50%;
    text-align: center;
    z-index: 8050;
}

.fancybox-title-float-wrap .child {
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    color: #FFF;
    display: inline-block;
    font-weight: bold;
    line-height: 24px;
    margin-right: -100%;
    padding: 2px 20px;
    text-shadow: 0 1px 2px #222;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    color: #fff;
    margin-top: 10px;
    position: relative;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    background: #000;
    background: rgba(0, 0, 0, .8);
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 10px;
    position: absolute;
}

.loyal_image_width {
    float: left;
    height: 115px;
    margin-right: 25px;
    width: 20px;
}

.wide div.input-box {
    float: left;
    width: auto !important;
}

.info-content-box {
    float: left;
    height: 20px;
    position: relative;
    width: 20px;
    z-index: 200;
}

.has-info {
    position: relative;
}

.has-info .info-btw {
    background: url(../images/info-bg.png) center center no-repeat;
    cursor: pointer;
    display: block;
    height: 20px;
    left: 0;
    margin-left: 5px;
    position: relative;
    top: 0;
    width: 20px;
}

.info-content-box .info-btw span {
    display: none;
}

.info-freeshipping {
    background: url(../images/info-bg.png) center center no-repeat;
    cursor: pointer;
    display: block;
    height: 20px;
    left: 0;
    margin-left: -5px;
    position: relative;
    top: 0;
    width: 20px;
}

.info-content-box .info-freeshipping span {
    display: none;
}

.info-content-box .info-content {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 15px;
    bottom: 30px;
    display: none;
    left: -140px;
    min-height: 29px;
    min-width: 280px;
    padding: 15px;
    position: absolute;
    font-weight: normal;
}

.info-content-box:hover .info-content {
    display: block;
}

.agreement-toolbar, .agreement-content {
    float: left;
    margin: 10px 0;
    width: 100%;
}

.agreement-toolbar button.button {
    float: right;
}

#checkout-payment-method-load .info-content-box .info-payment, .shipment-methods .info-payment {
    margin-top: 0;
}

.info-content-box {
    position: relative;
}

.input-box.customer-dob {
    float: left;
    width: 140px;
}

.info-tooltip {
    top: 36px;
}

.rkcheckoutagreementpdf-terms-index a.button {
    background: #b51628 url(../images/skin/arrow6.png) no-repeat 5px 2px;
    color: #fff;
    display: block;
    float: right;
    font-size: 11px;
    height: 24px;
    line-height: 24px;
    padding: 0 0 0 30px;
    text-transform: uppercase;
    width: 100px;
}

#co-shipping-method-form, #co-payment-form {
    position: relative;
    z-index: 100;
}

.checkout-block-step, .checkout-block {
    min-height: 100px;
    position: absolute;
    right: 20px;
    top: 30px;
    width: 470px;
}

.info-btw {
    background: url(../images/info-bg.png) center center no-repeat;
    cursor: pointer;
    display: block;
    height: 20px;
    left: 0;
    margin-left: 5px;
    position: relative;
    top: -21px;
    width: 20px;
}

.info-birthdate {
    background: url(../images/info-bg.png) center center no-repeat;
    cursor: pointer;
    display: block;
    height: 20px;
    left: 0;
    margin-left: 5px;
    position: relative;
    top: 5px;
    width: 20px;
}

.info-delivery {
    background: url(../images/info-bg.png) center center no-repeat;
    cursor: pointer;
    display: block;
    height: 20px;
    left: 0;
    margin-left: -5px;
    position: relative;
    top: 0;
    width: 20px;
}

.info-payment {
    background: url(../images/info-bg.png) center center no-repeat;
    cursor: pointer;
    display: block;
    height: 20px;
    left: 0;
    margin-left: -5px;
    margin-top: -22px;
    position: relative;
    top: 0;
    width: 20px;
}

div.j2t-cart-bts, div.j2tajax-confirm, div.j2tajax-progress {
    height: auto !important;
}

.full-product-price {
    display: none;
}

.amshopby-attr-selected {
    background: url("../images/skin/check.png") no-repeat scroll left -85px rgba(0, 0, 0, 0) !important
}

.amshopby-filters-left .block-subtitle {
    display: none;
}

.block-bottom-2, .recent-posts {
    background: #fff;
    margin: 20px auto;
    overflow: hidden;
    padding: 10px 20px;
    width: 940px;
}

.block-bottom-2 .comments {
    float: left;
    width: 900px;
}

.block-bottom-2 span.name {
    color: #aaaaab;
    display: block;
    float: left;
    margin-bottom: 15px;
    margin-right: 10px;
}

.block-bottom-2 a.more, .recent-posts .link a {
    color: #b51628;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.block-bottom-2 p {
    color: #aaaaab;
    font-family: 'Noto Serif', serif;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 0;
}

.recent-posts ul li {
    box-sizing: border-box;
    float: left;
    margin-bottom: 20px;
    padding-right: 20px;
    width: 50%;
}

form .no-display {
    display: none;
}

.recent-posts .postContent {
    height: 55px;
    margin-bottom: 0;
    overflow: hidden;
    padding: 0;
}

.title {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
}

.news-block h6 {
    height: 60px;
    overflow: hidden;
}

.news-block h6 a {
    display: inline-block;
    width: 95%;
}

/* Header blocks cart */
.block-cart .block {
    position: relative;
    z-index: 1002;
}

.block-cart .block-content {
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 6px -2px #8C8C8C;
    -moz-box-shadow: 0 2px 6px -2px #8C8C8C;
    -webkit-box-shadow: 0 2px 6px -2px #8C8C8C;
    display: none;
    float: right;
    padding: 0 10px 0 10px;
    position: absolute;
    right: 1px;
    top: 35px;
    width: 200px;
    z-index: 1002;
}

.block-cart .block:hover .block-content {
    display: block;
}

.block-cart.block .block-title {
    margin-left: 43px;
    margin-top: -35px;
    padding-bottom: 20px;
}

.sidebar .block-related-category.block .block-title {
    margin-left: 0;
    margin-top: 0;
}

.sidebar .block-related-category.block li {
    display: block !important;
    margin-right: 25px;
}

.sidebar .block-related-category.block li .link-wishlist {
    display: block;
    float: none !important;
}

.block .block-title .cartHover {
    padding-bottom: 20px;
}

.block .block-content .product-name a {
    color: #000 !important;
}

.block .block-content .SubCart {
    font-size: 14px;
    padding-bottom: 5px;
    padding-left: 18px;
}

.page > p {
    display: none;
}

.block-info iframe, .block-info .waarborg, .block-info ul li:last-child {
    display: none;
}

.header .feedback {
    position: absolute;
    right: 405px;
    top: 35px;
}

.header .feedback iframe {
    height: 100px !important;
    margin-right: 10px;
    width: 130px !important;
}

.product-static-box {
    margin-top: 20px;
}

.product-static-box > span {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
}

#onestepcheckout-form .product-static-box {
    background-color: #EAEAEA;
    padding: 10px;
}

.onestepcheckout-column-left #billing_address select option:last-child {
    display: none;
}

.onestepcheckout-column-left #billing_address .input-box.loggedin select option:last-child {
    display: block;
}

.payment-methods dt {
    float: left;
    width: 100%;
}

.payment-methods .info-content-box.cashondelivery {
    display: none;
}

#checkout-payment-method-load > p {
    display: none;
}

#container_payment_method_ideal_ideal .form-list {
    float: left;
}

/* block-related-shoppingcart */
.block-related-shoppingcart {
    float: left;
    width: 700px;
}

.block-related-shoppingcart .block-title {
    display: none;
}

div.block-related-shoppingcart .aw-arp-item, #crosssell-products-list > li {
    width: 200px !important;
}

#crosssell-products-list li {
    display: inline-block;
    text-align: center;
}

#crosssell-products-list li .product-image img {
    border: 1px solid #a9a9a9;
    margin-bottom: 10px;
    width: 75px;
}

.block-related-shoppingcart .product-name, #crosssell-products-list li .product-name {
    display: block;
    font-size: 13px;
    font-weight: normal;
    height: 39px;
    margin: 0;
    overflow: hidden;
}

#crosssell-products-list li .product-name a {
    color: #4a4a4a;
}

.block-related-shoppingcart .minimal-price-link {
    display: block;
}

.block-related-shoppingcart.block .price-box, #crosssell-products-list li .price-box {
    height: 35px;
    overflow: hidden;
}

#crosssell-products-list .add-to-links li a {
    background: none !important;
    color: #b51628 !important;
    padding: 0 0 4px;
}

.block-related-shoppingcart.block .price-box p, #crosssell-products-list .price-box p {
    margin-bottom: 0;
}

#crosssell-products-list .link-compare {
    display: none;
}

div.j2t-overlay {
    z-index: 1000 !important;
}

div.j2tajax-confirm, div.j2tajax-progress {
    z-index: 1100 !important;
}

.snippets-footer {
    text-align: center;
}

div.checkoutcontainer div.pcnl-input-housenumber .input-box {
    position: relative;
}

div.checkoutcontainer div.pcnl-input-housenumber .input-box span {
    color: #000;
    font: 12px/15px Arial;
    left: 3px;
    line-height: 23px;
    position: absolute;
    top: 0;
}

div.checkoutcontainer div.pcnl-input-housenumber .input-box input {
    background: none;
    z-index: 100;
}

.title-post-nl {
    background-repeat: no-repeat;
    color: #404040;
    font-size: 15px;
    font-weight: bold;
    height: 35px;
    padding-top: 6px;
    text-transform: uppercase;
}

/* Responsive part ======================================================================================= */
.nav-default-anchor {
    display: none;
}

div.menu-button {
    display: none;
}

.fr_sibume, .mobile-version {
    display: none;
}

@media (max-width: 1024px) {

    /* header  */
    .nav-default-anchor {
        display: block;
    }

    .header {
        height: 276px;
        width: 768px;
    }

    .header div.top {
        left: 16px;
    }

    .header .feedback {
        right: 214px;
    }

    .header .feature {
        height: 72px;
        top: 184px;
        width: 728px;
    }

    .header .feature li {
        display: table-cell;
        float: none;
        vertical-align: top;
    }

    .header .feature li span {
        text-align: center;
        width: 100%;
    }

    .header .feature li img {
        float: none;
    }

    .header div.menu {
        height: 37px;
        padding-top: 10px;
        top: 94px;
        width: 728px;
    }

    .header div.menu .nav-horizontal {
        display: none;
    }

    .header p.phone {
        top: 154px;
    }

    .header div.zoek {
        background-position: right top;
        width: 200px;
    }

    .header div.zoek fieldset, .header div.zoek .input-box {
        border: 3px #8d8d8d solid;
        box-sizing: border-box;
        height: 40px;
        margin-right: 10px;
        padding: 4px;
    }

    .header div.zoek input.input-text {
        height: 26px;
        line-height: 26px;
        text-overflow: ellipsis;
        width: 138px;
    }

    .header div.links li {
        margin-right: 12px;
    }

    .zoek button.button span span {
        background-position: 4px 1px !important;
        left: 0 !important;
        top: 0 !important;
    }

    .header .form-language label {
        color: #fff;
        float: left;
        line-height: 20px;
        margin-right: 5px;
    }

    .header div.top {
        margin-top: -10px;
        position: static;
    }

    .page {
        padding-bottom: 0;
    }

    /* navigatie */
    div.menu-button {
        background: url(../images/icon-sprites.png) no-repeat 0 10px;
        background-position-y: 10px;
        color: #333;
        cursor: pointer;
        display: block;
        font-size: 14px;
        padding: 10px 0;
        padding-left: 30px;
        position: relative;
        text-transform: uppercase;
        width: 80px;
    }

    .box-dropdown {
        background: #eaeaea;
        display: none;
        left: 20px;
        margin: 0;
        padding: 0;
        position: absolute;
        right: 0;
        top: 144px;
        width: 728px;
        z-index: 1;
    }

    .box-dropdown .header-nav > ul > li {
        border-bottom: 1px solid #8b8b8b;
        float: none;
        padding-right: 10px;
    }

    .box-dropdown .header-nav > ul > li > a {
        color: #333;
        cursor: pointer;
        display: block;
        font-size: 14px;
        line-height: 30px;
        text-transform: uppercase;
        transition: none;
    }

    .box-dropdown .header-nav > ul > li > a.active {
        color: #b41629;
    }

    .box-dropdown .header-nav > ul > li > a span {
        display: block;
        padding: 8px 0 8px 30px;
    }

    .box-dropdown .header-nav > ul > li > a.parent span {
        background: url(../images/skin/arrow2.png) no-repeat right;
    }

    .box-dropdown .submenu {
        margin-bottom: 10px;
        overflow: hidden;
    }

    .box-dropdown .submenu > ul {
        margin: 0 0 0 40px;
    }

    .box-dropdown .submenu > ul > li {
        float: left;
        padding-bottom: 6px;
        padding-top: 6px;
        width: 50%;
    }

    .box-dropdown .submenu > ul > li a {
        color: #333;
    }

    .box-dropdown .submenu > ul > li a.active {
        color: #b41629;
    }

    .box-dropdown .header-nav > ul > li:first-child .submenu > ul > li:first-child li {
        float: left;
        width: 50%;
    }

    .col1-layout .main {
        width: 740px;
    }

    .block-slider, #slideshow, .block-slider div.slide, #slideshow .slide {
        height: 515px !important;
    }

    .block-slider .text {
        width: 316px;
    }

    .block-home .right {
        width: 354px;
    }

    .block-bestseller li:last-child {
        display: none;
    }

    .block-bestseller .title a {
        margin-top: 1px;
        padding-bottom: 2px;
    }

    .block-offers .carousel {
        margin-left: 0;
    }

    .block-offers h3 {
        padding: 0;
    }

    .block-offers li {
        margin-bottom: 20px;
        padding-right: 0;
        width: 32%;
    }

    .block-offers li:nth-child(3n+1) {
        margin-left: 0;
    }

    .block-offers .product-image {
        box-sizing: border-box;
        display: block;
        text-align: center;
        width: 100%;
    }

    .block-offers a.button {
        background: #b51628;
    }

    .block-bottom, .block-bottom-2, .recent-posts, .pre-footer-container {
        max-width: 730px;
    }

    .block-bottom-2 .comments {
        width: 100%;
    }

    .block-bottom .comments {
        min-height: 360px;
    }

    .breadcrumbs {
        width: 768px;
    }

    .col-left {
        width: 180px;
    }

    .col2-left-layout .col-main {
        width: 556px;
    }

    .category-products {
        width: 558px;
    }

    .category-description .left {
        width: 380px;
    }

    .col-main {
        width: 726px;
    }

    .main {
        width: 748px;
    }

    .toolbar .limiter {
        float: right;
        margin-right: 0;
        width: auto;
    }

    .toolbar .pagina {
        width: 200px;
    }

    .toolbar .pagina li {
        font-size: 16px;
        margin: -2px 8px;
    }

    .toolbar .amount {
        text-align: left;
        width: 130px;
    }

    .toolbar-bottom .toolbar {
        border-bottom: none;
        border-top: 3px solid #4a4a4a;
        padding-top: 4px;
    }

    .products-list .product-image {
        float: left;
    }

    .products-list .product-details {
        float: left;
        width: 360px !important;
    }

    .products-list .part1 {
        margin-bottom: 10px;
        width: 360px;
    }

    .products-list .title {
        min-height: 0;
    }

    .products-list .part2 .qty .controls {
        display: none;
    }

    .products-grid li {
        margin: 0 16px;
        width: 246px;
    }

    .products-grid a.button {
        background: #b51628 url(../images/skin/arrow6.png) no-repeat 34px 1px;
        padding: 0 0 0 58px;
    }

    .products-grid .product-image {
        margin-left: 10px;
    }

    .product-shop {
        width: 408px;
    }

    .product-view .product-img-box .product-image {
        height: 400px;
    }

    .product-view .product-img-box .product-image img#image1 {
        margin-left: -51px;
        width: 400px;
    }

    #___plus_0 {
        margin-left: 0 !important;
        width: 120px !important;
    }

    h1.product-name {
        margin-bottom: 10px;
    }

    .product-shop .part1 {
        margin-bottom: 20px;
        width: 370px;
    }

    .product-shop .part2 {
        float: left;
        width: 368px;
    }

    .product-shop div.price-box {
        margin-right: 0;
        width: 202px;
    }

    .block-bot {
        overflow: visible;
    }

    .block-bot .right {
        width: 720px;
    }

    .block-bot .left, .block-related-product {
        float: none !important;
        margin-top: 0;
        width: auto;
    }

    .block-bot .customers div.info {
        width: 220px;
    }

    .left .block-related-product .aw-arp-item, .autorelated > div.block-related-product .aw-arp-item, .product-view > div.block-related-product .aw-arp-item {
        float: left;
        margin: 0 10px 20px;
        width: 30.2%;
    }

    .autorelated > div.block-related-product ul, .product-view > div.block-related-product ul {
        margin-left: 0;
    }

    .container-footer {
        width: 768px;
    }

    .footer {
        width: 768px;
    }

    .footer div.betaling {
        margin-right: 20px;
    }

    .footer-container {
        background: none;
        background: #fff;
        position: relative;
    }

    .footer .email {
        left: 225px;
        position: absolute;
        top: 30px;
    }

    .footer img.waarborg {
        display: none;
    }

    .block-bottom .comments {
        display: none;
    }

}

@media (min-width: 768px) and (max-width: 1024px) {
    /* One page */
    div.checkoutcontainer {
        overflow: visible !important;
    }

    #onestepcheckout-form .group-select {
        padding: 20px 0 !important;
    }

    div.onestepcheckout-threecolumns div.onestepcheckout-column-left, div.onestepcheckout-threecolumns div.onestepcheckout-column-middle {
        background: none;
        border-right: 1px solid #ccc;
        min-height: 500px;
    }

    div.onestepcheckout-threecolumns div.onestepcheckout-column-left, div.onestepcheckout-threecolumns div.onestepcheckout-column-right, div.onestepcheckout-threecolumns div.onestepcheckout-column-middle {
        width: 30.33% !important;
    }

    .large.onestepcheckout-button, .large.onestepcheckout-button:visited {
        padding: 8px 27px 9px;
    }

    input.input-text {
        box-sizing: border-box;
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
    }

    .wide div.input-box {
        float: none;
        width: auto;
    }

    .onestepcheckout-column-right .form-list textarea {
        width: 100% !important;
    }

    .onestepcheckout-threecolumns input.input-text, div.checkoutcontainer div.input-country select {
        height: 30px;
        line-height: 30px;
    }

    #billing_address {
        padding-right: 15px;
    }

    div.onestepcheckout-threecolumns div.onestepcheckout-column-left {
        background: none;
    }

    div.checkoutcontainer div.input-postcode, div.checkoutcontainer div.input-address-short, div.checkoutcontainer div.input-firstname, div.checkoutcontainer div.input-lastname, div.checkoutcontainer div.input-email, div.checkoutcontainer div.input-telephone, div.checkoutcontainer div.input-company, div.checkoutcontainer div.input-fax, div.checkoutcontainer div.input-password {
        float: none;
        width: 100% !important;
    }

    div.checkoutcontainer div.input-country select, div.checkoutcontainer div.input-postcode .input-text, div.checkoutcontainer div.input-address .input-text, div.checkoutcontainer div.input-city .input-text, div.checkoutcontainer div.input-address-short .input-text, div.checkoutcontainer div.input-firstname .input-text, div.checkoutcontainer div.input-lastname .input-text, div.checkoutcontainer div.input-email .input-text, div.checkoutcontainer div.input-telephone .input-text, div.checkoutcontainer div.input-company .input-text, div.checkoutcontainer div.input-fax .input-text, div.checkoutcontainer div.input-password .input-text, div.checkoutcontainer div.input-region .input-text {
        box-sizing: border-box;
        margin-bottom: 10px;
        padding: 0 10px;
        width: 100% !important;
    }

    .onestepcheckout-column-left .info-content-box.btw {
        margin-right: 0;
        top: 26px;
    }

    .products-list .part2 .qty input.input-text {
        height: 25px;
        line-height: 25px;
        width: 50px;
    }

    .product-shop .buttons .qty input.input-text {
        height: 26px;
        line-height: 26px;
        padding: 0;
        width: 40px !important;
    }

    .cart .qty input.input-text {
        height: 26px;
        line-height: 26px;
        padding: 0;
        width: 30px;
    }

    .zopim, .block-bot .customers {
        display: none !important;
    }

    /* Usp list */
    .usp-header {
        max-width: 768px;
    }

    .usp-list-box {
        padding: 5px 0;
    }

    .usp-list-box:after {
        height: 100%;
    }

    .usp-header .item {
        width: 21%;
    }

    .usp-header .title {
        padding-top: 14px;
    }
}

@media (max-width: 812px) {
    .block-info {
        display: none;
        right: 12px;
        top: 147px;
    }

    .block-info li {
        float: left;
        margin: 0 4px 0 0;
    }

    .block-info li a {
        height: 33px;
        width: auto;
    }

    .block-info li span {
        float: left;
        padding: 4px 10px;
    }

    .block-info li span.icon {
        display: block;
        padding: 4px 0 0 10px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    /* header  */
    .header {
        height: 140px;
        position: relative;
        width: 100%;
        z-index: 1000;
    }

    .header div.menu {
        width: 95%;
    }

    .header .feature {
        width: 95%;
    }

    .col1-layout .main {
        padding-right: 0;
        width: 100%;
    }

    .box-dropdown {
        left: 0;
        right: 0;
        top: 140px;
    }

    .header div.zoek button.go {
        display: none;
    }

    .col-main {
        margin-right: 0;
    }

    .block-home .right {
        width: 100%;
    }

    .product-shop {
        width: 100%;
    }

    .product-shop .part1 {
        width: 300px;
    }

    .product-shop .part2 {
        margin-left: 50px;
        width: 280px;
    }

    .block-bot .right {
        float: none !important;
        width: 100%;
    }

    .product-view .product-img-box {
        text-align: center;
        width: 100%;
    }

    .product-img-box .button {
        display: block;
    }

    .product-view .product-img-box .more-views {
        width: 100%;
    }

    .product-view .product-img-box .product-image {
        border: 0;
        height: auto;
        width: 100%;
    }

    .product-shop .buttons a.button, .add-to-cart .button1, .link-wishlist {
        background: #b51628 url(../images/skin/arrow6.png) no-repeat 0 2px;
        margin-left: 12px;
        padding: 0 6px 0 30px;
    }

    .product-view .product-img-box .product-image img#image1 {
        margin-left: 0;
        max-width: 200px;
        width: 100%;
    }

    .block-bot .left, .block-related-product {
        margin-top: 0;
        width: 100%;
    }

    .block-bot .customers div.info {
        width: 200px;
    }

    .block-bot {
        margin-right: 0;
    }

    .block-bot .right {
        margin-bottom: 20px;
    }

    h1.product-name {
        margin-left: 10px;
    }

    .product-shop .plugin {
        margin-left: 10px;
    }

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

    .product-tabs li {
        margin-bottom: 1px;
    }

    .product-tabs-content .std {
        padding-left: 10px;
    }

    .block-bottom, .block-bottom-2, .recent-posts {
        padding: 0;
        width: 100%;
    }

    .block-bottom-2 .comments {
        padding: 10px;
        width: 90%;
    }

    .block-bottom .news {
        padding: 10px;
        width: 90%;
    }

    .block-bottom .comments {
        width: 100%;
    }

    .main {
        padding: 0;
        width: 100%;
    }

    .col-left {
        display: block;
        float: none;
        padding: 0 20px;
        width: auto;
    }

    .block.amshopby-filters-left {
        margin-bottom: 20px;
    }

    .col-left .mobile-hidden {
        display: none;
    }

    .col-left .mobile-visible {
        display: block;
    }

    .col2-left-layout .col-main {
        float: left;
        padding-left: 10px;
        width: 95%;
    }

    .breadcrumbs {
        width: 100%;
    }

    .category-description .left {
        width: 100%;
    }

    .products-list .product-details {
        float: left;
    }

    .category-products {
        width: 100%;
    }

    .sort-by {
        padding-top: 5px;
    }

    .footer {
        width: 100%;
    }

    .footer .email {
        left: 0;
        margin-top: 10px;
        position: relative;
        top: 0;
    }

    .header .feature, .header div.links li > a {
        display: none;
    }

    .header div.links li .block-cart {
        margin: 2px 10px 0 0;
    }

    .header div.links li .block-cart.block .block-title {
        margin: 0;
        padding: 0;
    }

    .block-slider, #slideshow {
        display: none;
        width: 100%;
    }

    .box.category-list, .header p.phone {
        display: none;
    }

    .block-offers {
        box-sizing: border-box;
        padding: 40px 20px 0;
    }

    #nieuw.block-offers {
        padding-bottom: 40px;
    }

    .block-offers a.prev, .jcarousel-prev {
        left: 6px;
        top: -50px;
    }

    .block-offers a.next, .jcarousel-next {
        right: 6px;
        top: -50px;
    }

    .block-order {
        padding: 20px;
    }

    .block-related-shoppingcart {
        display: none;
    }

    .product-view .product-img-box .zoom-notice {
        display: none;
    }

    .cart .part {
        box-sizing: border-box;
        width: 100%;
    }

    .data-table {
        margin: 3%;
        width: 94%;
    }

    table#shopping-cart-table tr td:nth-child(1), table#shopping-cart-table tr td:nth-child(3) {
        display: none;
    }

    table#shopping-cart-table tr th:nth-child(1), table#shopping-cart-table tr th:nth-child(3) {
        display: none;
    }

    .data-table tfoot tr td {
        display: table-cell !important;
    }

    .cart-table .btn-continue {
        float: none;
        margin-bottom: 10px;
    }

    .block-info {
        display: none;
    }

    .col1-layout .col-main {
        box-sizing: border-box;
        margin-right: 0;
        padding: 0 20px;
    }

    .cms-home .col1-layout .col-main {
        padding: 0;
    }

    .col2-set .col-1 {
        width: auto;
    }

    .col2-set .col-2 {
        float: left;
        width: auto;
    }

    div.onestepcheckout-threecolumns div.onestepcheckout-column-left {
        margin-right: 0;
        width: auto;
    }

    div.onestepcheckout-threecolumns div.onestepcheckout-column-middle {
        margin-right: 0;
        width: auto;
    }

    div.onestepcheckout-threecolumns div.onestepcheckout-column-right {
        width: auto;
    }

    .info-payment {
        margin-left: 0;
    }

    .info-content-box {
        width: 30px;
    }

    .info-content-box .info-content {
        left: -155px;
    }

    .recent-posts {
        display: none;
    }

    .products-list .product-image {
        float: none;
        margin: 0 auto 10px !important;
    }

    .data-table {
        margin: 10px 0;
        width: 100%;
    }

    .cms-index-index .std {
        display: none;
    }

    .header .feature {
        top: 195px;
    }

    .category-description .left {
        float: none !important;
    }

    .category-products.product .offer {
        float: none;
        margin: 20px auto;
    }

    .products-list .part1 {
        float: none;
        width: auto;
    }

    .desktop-version {
        display: none;
    }

    .mobile-version {
        display: block;
    }

    /* One page */
    #onestepcheckout-form .group-select {
        padding: 20px 0 !important;
    }

    div.checkoutcontainer {
        overflow: visible !important;
    }

    #onestepcheckout-form label {
        margin-bottom: 5px;
    }

    div.onestepcheckout-threecolumns div.onestepcheckout-column-left, div.onestepcheckout-threecolumns div.onestepcheckout-column-right, div.onestepcheckout-threecolumns div.onestepcheckout-column-middle {
        background: none !important;
        margin: 0 !important;
        width: 100% !important;
    }

    div.onestepcheckout-threecolumns div.onestepcheckout-column-left {
        background: none;
    }

    div.checkoutcontainer div.input-postcode, div.checkoutcontainer div.input-address-short, div.checkoutcontainer div.input-firstname, div.checkoutcontainer div.input-lastname, div.checkoutcontainer div.input-email, div.checkoutcontainer div.input-telephone, div.checkoutcontainer div.input-company, div.checkoutcontainer div.input-fax, div.checkoutcontainer div.input-password {
        float: none;
        width: 100% !important;
    }

    div.checkoutcontainer div.input-country select, div.checkoutcontainer div.input-postcode .input-text, div.checkoutcontainer div.input-address .input-text, div.checkoutcontainer div.input-city .input-text, div.checkoutcontainer div.input-address-short .input-text, div.checkoutcontainer div.input-firstname .input-text, div.checkoutcontainer div.input-lastname .input-text, div.checkoutcontainer div.input-email .input-text, div.checkoutcontainer div.input-telephone .input-text, div.checkoutcontainer div.input-company .input-text, div.checkoutcontainer div.input-fax .input-text, div.checkoutcontainer div.input-password .input-text, div.checkoutcontainer div.input-region .input-text {
        box-sizing: border-box;
        margin-bottom: 10px;
        padding: 0 10px;
        width: 100% !important;
    }

    .group-select li {
        padding: 0;
    }

    div.onestepcheckout-comments textarea {
        box-sizing: border-box;
        min-height: 100px;
        padding: 10px;
        width: 100%;
    }

    .onestepcheckout-threecolumns input.input-text, div.checkoutcontainer div.input-country select {
        height: 30px;
        line-height: 30px;
    }

    div.checkoutcontainer div.input-region {
        float: none !important;
        width: 100% !important;
    }

    .info-btw {
        top: 7px;
    }

    .info-content-box .info-content {
        left: 0;
        min-width: 220px;
    }

    #checkout-payment-method-load .info-content-box .info-content {
        left: 0 !important;
        right: inherit;
    }

    .info-content-box:hover .info-content, .info-content-box:hover .info-content {
        display: none;
    }

    .info-tooltip {
        top: 3px;
    }

    #payment_form_ideal_ideal {
        padding: 10px 30px;
    }

    .input-box.customer-dob {
        width: 250px;
    }

    .input-box.customer-dob input {
        padding: 0 10px;
    }

    .wide div.input-box {
        float: none;
    }

    .onestepcheckout-column-right .form-list textarea {
        width: 100% !important;
    }

    .onestepcheckout-column-left .customer-dob .dob-day, .onestepcheckout-column-left .customer-dob .dob-month {
        width: 75px !important;
    }

    .onestepcheckout-column-left .customer-dob .dob-year input.input-text {
        width: 65px !important;
    }

    .onestepcheckout-column-left .customer-dob .dob-year {
        width: 90px !important;
    }

    .onestepcheckout-column-left .info-content-box.btw {
        float: left;
        margin: 0;
    }

    /* Cms page */
    .cms-page-view div.col-main {
        margin: 0;
        width: auto;
    }

    .page-title h1, .page-title h2 {
        font-size: 33px;
    }

    .cms-page-view .content > div {
        width: 50% !important;
    }

    .cms-page-view .content > div:nth-child(3) {
        clear: left;
        width: 100% !important;
    }

    .cms-page-view .content > div:nth-child(3) dl {
        float: left;
        width: 50%;
    }

    .cms-page-view .std .content > div dl dd {
        padding-left: 0 !important;
    }

    .cms-page-view div.col-main .content > div ul {
        margin-left: 0 !important;
        padding-left: 0 !important;
        padding-right: 10px;
    }

    /* Tabs */
    .product-tabs li {
        float: none;
        width: 100%;
    }

    .product-tabs-content {
        margin: 15px 20px;
        width: auto;
    }

    .product-tabs-content .std, .box-collateral, .snippets, .snippets div, .form-add {
        display: block !important;
    }

    .product-tabs-content .std {
        padding-left: 0;
    }

    .product-tabs-content img {
        width: 100%;
    }

    #product_tabs_kenmerken_contents td {
        padding-right: 10px;
    }

    .cursorshade, .zoomtracker, .zoomstatus, .magnifyarea {
        display: none !important;
    }

    .products-list .part2 .qty input.input-text {
        height: 15px;
        line-height: 15px;
        width: 40px;
    }

    .product-shop .buttons .qty {
        width: 100%;
    }

    .product-shop .buttons .qty input.input-text {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        width: 60px !important;
    }

    .cart .qty input.input-text {
        height: 30px;
        line-height: 30px;
        padding: 0;
        width: 50px !important;
    }

    .product-shop .buttons .qty .controls {
        float: left;
        margin: 5px 0;
        width: 56px;
    }

    @media (min-width: 360px) {
        .cart .qty .controls {
            width: 25px;
            margin: 0 0 0 5px;
        }
    }
    @media (min-width: 400px) {
        .cart .qty .controls {
            width: 56px;
        }
    }

    .cart .qty a,
    .product-shop .buttons .qty a {
        background: #fff;
        border: 1px solid #8d8d8d;
        display: block;
        float: left;
        height: 21px;
        margin-bottom: 4px;
        position: relative;
        text-align: center;
        text-decoration: none;
        width: 21px;
    }

    .cart .qty a:active,
    .cart .qty a:focus,
    .cart .qty a:visited,
    .product-shop .buttons .qty a:active,
    .product-shop .buttons .qty a:focus,
    .product-shop .buttons .qty a:visited {
        text-decoration: none;
    }

    .cart .qty a img,
    .product-shop .buttons .qty a img {
        display: none;
    }

    .cart .qty a.plus {
        margin-right: 5px;
    }

    .cart .qty a.plus:before,
    .product-shop .buttons .qty a.plus:before {
        color: #000;
        content: '+';
        font-size: 21px;
        line-height: 21px;
    }

    .cart .qty a.min:before,
    .product-shop .buttons .qty a.min:before {
        color: #000;
        content: '-';
        font-size: 28px;
        line-height: 18px;
    }

    .zopim, .block-bot .customers {
        display: none !important;
    }

    .block-related-product {
        box-sizing: border-box;
    }

    .product-shop .buttons a.button, .add-to-cart .button1, .link-wishlist {
        background: #b51628 url(../images/skin/arrow6.png) no-repeat 0 6px;
        height: 34px;
        line-height: 34px;
        margin-left: 0;
        margin-top: 12px;
    }

    .autorelated > div.block-related-product .aw-arp-item, .product-view > div.block-related-product .aw-arp-item, .left .block-related-product .aw-arp-item, .autorelated > div.block-related-product .aw-arp-item, .product-view > div.block-related-product .aw-arp-item {
        float: none;
        margin: 0 0 20px;
        width: auto;
    }

    .product-view {
        border: 0;
    }

    /* Usp list */
    .usp-header {
        max-width: 768px;
    }

    .checkout-cart-index .usp-header, .onestepcheckout-index-index .usp-header {
        display: none;
    }

    .usp-list-box {
        padding: 5px 0;
    }

    .usp-list-box:after {
        height: 100%;
    }

    .usp-header .item {
        text-align: center;
        width: 21%;
    }

    .usp-header .item a img {
        float: none;
    }

    .usp-header .title {
        padding-top: 0;
    }

    /* Rating box */
    #product-review-table .mobile-star {
        display: none;
    }

    #product-review-table thead th {
        text-align: center;
    }

    #product-review-table colgroup {
        display: none;
    }

    #product-review-table th, #product-review-table td {
        font-weight: normal;
        padding: 7px 5px;
    }

    .box-reviews .form-add .form-list .input-box, .box-reviews .form-add .form-list input.input-text, .box-reviews .form-add .form-list textarea, .product-tabs li {
        box-sizing: border-box;
        display: block !important;
        width: 100%;
    }

    /* Footer box */
    .block-info {
        background: #fff;
        display: block;
        left: 0;
        padding: 20px;
        position: static;
        right: 0;
        text-align: center;
        top: 0;
    }

    .block-info ul {
        margin-right: -4px;
    }

    .block-info li {
        box-sizing: border-box;
        float: left;
        width: calc(100% / 4 - 4px);
    }

    .block-info li a {
        background: #b51628;
        height: 70px;
    }

    .block-info li span {
        float: none;
        line-height: 15px;
        padding: 8px;
    }

    .block-info li span.icon {
        padding: 4px 0 0;
    }

    .footer img.waarborg {
        display: block;
    }

    .footer .part {
        float: none;
    }

    .footer-container .ssl {
        display: none;
    }

    .aw-acp-btn-container a {
        padding-right: 20px;
    }

    .footer div.betaling {
        background-position: right top;
        height: auto;
    }

    .footer-container .logo {
        margin-bottom: 20px;
    }

    .mini-products-list .product-image {
        display: block !important;
    }

    #slider-wrapper {
        display: none;
    }

    .block-offers #carousel ul {
        margin-left: 0;
    }

    .block-offers li, .block-offers li:nth-child(3n+1), .block-offers li:first-child {
        display: none;
        height: auto;
        margin: 0 0 20px;
        width: 100%;
    }

    .block-offers li:nth-child(1), .block-offers li:nth-child(2) {
        display: block;
    }

    .block-offers .product-details {
        height: auto;
        min-height: inherit !important;
    }
}

@media (min-width: 320px) and (max-width: 460px) {

    .block-slider .text {
        box-sizing: border-box;
        width: 100%;
    }

    .toolbar .pagina {
        padding-bottom: 10px;
        padding-top: 16px;
    }

    .header .feedback {
        display: none;
    }

    .block-bestseller li:nth-child(3) {
        display: block;
    }
}

@media (max-width: 589px) {

    .form-list .input-box,
    .form-list .field,
    .form-list input.input-text,
    .form-list textarea,
    .form-list select,
    .form-list li.wide .input-box,
    .form-list li.wide input.input-text,
    .form-list li.wide textarea,
    .form-list li.wide select {
        width: 100%;
    }

    .contacts-index-index .std iframe {
        width: 100%;
    }
}

@media (min-width: 320px) and (max-width: 568px) {
    .block-home .right {
        width: 100%;
    }

    .block-offers a.button {
        text-align: center;
    }
}

@media (min-width: 480px) and (max-width: 568px) {
    .block-bestseller li:last-child {
        display: block;
    }

    .block-content {
        padding-left: 2%;
    }

    .block-slider {
        padding-left: 2%;
    }
}

@media (min-width: 568px) and (max-width: 580px) {
    .block-slider {
        padding-left: 9%;
    }

    .block-content {
        padding-left: 9%;
    }

    .block-offers {
        padding-left: 0;
        width: 100%;
    }

    .block-bestseller li {
        width: 126px;
    }
}

@media (min-width: 320px) and (max-width: 359px) {
    .block-bestseller li {
        width: 90px;
    }
}

@media (min-width: 460px) and (max-width: 576px) {
    .block-slider {
        width: 460px;
    }

    .block-slider .text {
        width: 460px;
    }
}

@media (max-width: 716px) {
    .header .feedback {
        right: 218px;
    }
}

@media (max-width: 760px) {
    .header .feedback img {
        display: none;
    }
}

@media (max-width: 690px) {
    .header .feature li span:first-child {
        display: none;
    }

    .header .feature li {
        width: 10%;
    }

    .header .feature {
        height: 56px;
    }

    .header .feedback {
        display: none;
        right: 94px;
    }

    .links ul li span {
        display: none;
    }

    .header div.zoek button.go {
        display: none;
    }

    .header div.zoek input.input-text {
        color: #b51628;
        height: 27px;
        line-height: 27px;
        padding: 0 2px;
        width: 100%;
    }

    .header div.zoek {
        width: 250px;
    }

    .header a.logo {
        width: 195px;
    }

    .header a.logo img {
        width: 100%;
    }
}

@media (max-width: 581px) {
    .toolbar .limiter {
        display: none;
    }
}

@media (max-width: 575px) {
    .products-list .product-details {
        width: 100% !important;
    }
}

@media (max-width: 494px) {
    .header {
        height: 190px;
    }

    .header div.top {
        background: #4a4a4a;
        clear: left;
        height: 18px;
        left: 5px;
        margin: 0;
        padding: 4px 0;
    }

    .header div.links li {
        margin-right: 0;
    }

    .logo img {
        width: 150px;
    }

    .header div.zoek {
        left: 20px;
        margin: 0 auto;
        top: 60px;
        width: 354px;
    }

    .header a.logo {
        top: 115px;
        z-index: 100;
    }

    .header .feedback {
        top: 56px;
    }

    .header div.menu {
        padding: 0;
        top: 152px;
        z-index: 101;
    }

    .header p.phone {
        right: 20px;
        top: 195px;
    }

    .box-dropdown {
        left: 0;
        right: 0;
        top: 188px;
    }

    .header div.menu {
        width: 93%;
    }

    .header .feature {
        width: 93%;
    }

    .box-dropdown {
        width: 93%;
        z-index: 102;
    }

    .header .feature {
        height: 72px;
    }

    .header .feature li:last-child, .header .feedback {
        display: none;
    }
}

@media (max-width: 390px) {
    .header .feature, .header div.menu, .box-dropdown {
        right: 20px;
        width: auto;
    }

    .box-dropdown {
        right: 0;
    }

    .header .feature li:nth-child(5) {
        display: none;
    }

    .header div.zoek {
        width: 89%;
    }

    .block-offers h3 {
        padding: 0 0 28px;
        text-align: center;
    }

    .block-offers #carousel > a {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        white-space: nowrap;
    }
}

@media (max-width: 350px) {
    .header .feature li:nth-child(4) {
        display: none;
    }
}

/* Retina ready images */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .header .logo {
        height: 35px;
        width: 109px;
    }
}

form .no-display {
    display: none;
}

.news-block {
    float: left;
    max-width: 220px;
    width: 100%;
}

.news-block h6 {
    height: auto;
    max-height: 258px;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

.news-block h6 a {
    width: 100%;
}

/* AUCTION MODULE */
.aw-auction-make-bid-link {
    background: #b51628 url(../images/skin/arrow6.png) no-repeat 5px 2px;
    color: #fff;
    display: block;
    font-size: 11px;
    height: 24px;
    line-height: 24px;
    margin-top: 10px;
    padding: 0 0 0 30px;
    text-transform: uppercase;
}

.aw-auction-make-bid-link a {
    color: #fff;
}

.aw-auction-make-bid-link a:hover {
    color: #000;
}

.contacts-index-index .antispam {
    display: none;
}

.ssl img {
    max-width: 158px;
}

.zoek button.button span span {
    background: url(../images/skin/icon4.png) no-repeat !important;
    display: block;
    height: 32px !important;
    left: 18px;
    padding: 0;
    position: relative;
    text-indent: -9999px;
    top: 8px;
    width: 32px;
}

@media (max-width: 687px) {
    .zoek button.button span span {
        display: none;
    }
}

.zoek label {
    display: none;
}

.zoek .input-box {
    border: 3px #8d8d8d solid;
    box-sizing: border-box;
    height: 40px;
    margin-right: 10px;
    padding: 4px;
}

.form-language ul {
    display: inline-flex;
    float: left;
    position: relative;
}

.form-language li {
    padding-right: 10px;
}

/* SOOQR fixes */
.sooqrSearchContainer {
    top: 139px !important;
}

@media (max-width: 1024px) {
    .sooqrSearchContainer {
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    .sooqrSearchContainer {
        top: 147px !important;
    }

    .block .block-title .cartHover {
        background-image: url(../images/skin/icon3.png);
        background-repeat: no-repeat;
        display: block;
        float: left;
        height: 21px;
        padding-bottom: 20px;
        position: relative;
        width: 36px;
    }
}

.form-language li img {
    width: 30px;
}

.sooqrSearchContainer.sooqrSearchContainer-101134-1 {
    margin-top: 6em !important;
}

/* ============================================ *
 * Newsletter cookie tooltip
 * ============================================ */

.newsletter-cookie {
    display: inline-block;
    position: relative;
}

.newsletter-cookie .newsletter-cookie-tooltip {
    background: #b51628;
    border-radius: 20px;
    cursor: default;
    display: inline-block;
    height: 20px;
    left: 0;
    position: relative;
    top: 0;
    transition: all 0.3s ease-in-out;
    width: 20px;
    z-index: 4;
}

.newsletter-cookie .newsletter-cookie-tooltip:after {
    color: #fff;
    content: " i ";
    margin: 8px;
}

.newsletter-cookie .newsletter-cookie-note {
    background: #b51628;
    border: 1px solid #b51628;
    border-radius: 9px;
    box-shadow: 0 0 3px rgba(56, 54, 54, 0.86);
    color: #fff;
    display: none;
    left: 34px;
    padding: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    width: 300px;
    z-index: 3;
}

.newsletter-cookie .newsletter-cookie-tooltip:hover {
    cursor: pointer;
}

.newsletter-cookie .newsletter-cookie-tooltip:hover + .newsletter-cookie-note {
    display: block;
}

.newsletter-cookie .newsletter-cookie-note:after {
    border-color: transparent #b51628 transparent transparent;
    border-style: solid;
    border-width: 12px 12.5px;
    content: " ";
    height: 0;
    left: -26px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
}

.newsletter-cookie .newsletter-cookie-note p {
    color: #fff;
    margin-bottom: 0;
}

@media only screen and (max-width: 479px), (min-width: 980px) and (max-width: 1499px) {

    .newsletter-cookie .newsletter-cookie-note {
        right: 0;
        top: 34px;
        transform: translateY(0%) translateX(-100%);
    }

    .newsletter-cookie .newsletter-cookie-note:after {
        border-color: transparent transparent #b51628 transparent;
        left: auto;
        margin: 0 auto;
        right: 10px;
        top: 0;
        transform: translateY(-100%);
    }

}

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

    .newsletter-cookie {
        float: right;
    }

    .contact-cookie-note {
        margin-top: 20px;
    }

    div.contact-map {
        float: left !important;
    }

    div.contact-map > div {
        position: inherit !important;
        width: 100% !important;
    }

}

@media only screen and (min-width: 480px) {

    .contact-cookie-note {
        margin-right: 120px;
        margin-top: -40px;
        max-width: 720px;
        min-height: 40px;
    }

}

@media (max-width: 767px) and (min-width: 320px) {
    div.block-layered-nav, div.amshopby-page-container, div.amshopby-filters-top {
        position: inherit !important;
    }
}

.productfile_all_div td:not(:first-child) {
    padding-left: 50px;
}
