.add-to-links {
    display: none !important;
}
ul.products-grid {
    padding-left:0;
}
.catalog-product-view .easytabs-a {
    padding:13px 16px;
    font-size:1.1em;
}

.catalog-product-view .availability {
    display: none;
}

.product-view .product-name {
    
}

.product-view .product-name-clearer {
    margin-bottom:10px;
}

.product-view .product-name h1 {
    float:left;
    font-size:36px;
}


.product-view .product-name .manufacturer-logo {
    max-width:80px;
    float:right;
}

.product-view .specification {
    margin:20px 0px;
}

.product-view .genders {
    margin:10px 0px;
}

.product-view .genders img {
    max-height: 30px;
    margin-right:10px;
}


.product-view .logos {
    margin:10px 0px;
}

.product-view .logos img {
    max-height: 60px;
    margin-right:10px;
}


.product-view .required {
    display: none !important;
}

.product-img-box img {
    max-width: 100%;
    max-height: 100%;
}

.add-to-cart > label, .add-to-cart #qty {
    display: none;
}

.product-view .price-box .price {
    font-size:17px;
    color:#666;
}

.product-view .price-box .price::after {
    content: " exkl moms";
}

.product-view button.button span span {
    width:90%;
}

.product-view .add-to-cart button.button {
    width:95%;
}

.product-view .product-options-bottom .price-box {
    display: none !important;;
}

.product-view .tier-prices {
    width:100%;
    margin-top:20px;
}

.product-view .tier-prices thead th {
    font-weight: bold;
    border-bottom:1px solid #ccc;
    padding:5px;
    text-align: left;
}

.product-view .tier-prices tbody td {
    font-weight: normal;
    padding:5px;
    text-align: left;
}

.product-view .tier-prices tbody td .price {
    font-weight: normal;
    font-size:18px;
}

.product-view .short-description *, .product-view .specification {
    font-weight: 300;
}

.product-view .sku {
    margin: 10px 0;
    font-weight: 300;
}

.product-view .price_description * {
    font-weight: 400;
    margin: 10px 0;
}


.product-view .specification b {
    font-weight: 400;
}

.product-view .mfp-gallery .mfp-image-holder .mfp-figure {
    background: #fff;
}