/**** PAGETITLE / PRODUCTTITLE ****/

.producttitle {
    font-size: 16px;
}

.label_secondary {
    background-color: #999;
}
.labels {
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: normal;
    line-height: 15px;
    padding: 4px 6px 4px 6px ;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}
/**** PRODUCT INFO ****/
.product-info {
}

.product-info .image-wrap {
    float: left;
    width: 122px;
    padding-right: 9px;
    text-align: center;
    font-size: 10px;
}

.product-info .image-wrap img {
    border: 0;
    max-width: 120px;
}

.product-info .image-wrap a {
    text-decoration: none;
}

.product-info .product-details {
    /*margin-left: 131px;*/
    float: left;
}

@media only screen and (max-width: 320px) {
    .product-info .product-details {
        max-width: 170px;
    }
}

/*.product-info .product-details .rating {
    margin-left: 131px;
}*/

.product-info .product-details .listprice {
    font-weight: normal;
    text-decoration: line-through;
    color: #333;
    font-size: 12px;
}

.product-info .product-details .product-price {
    font-weight: bold;
    color: #c30;
    font-size: 18px;
}

.product-info .product-details .secondhand-price {
    font-weight: bold;
    font-size: 21px;
}

.product-info .product-details .smallspecs, .informationleaflet {
    color: #666;
}

/**** INFORMATION LEAFLET ****/

.pdf-icon {
    background: transparent url("/images/pdf-icon_2x.png") no-repeat left;
    background-size: 14px 14px !important;
    padding-left: 16px;
}

/**** PROMOTION ****/

.promotion {
    background-color: #dfeaff;
}

.promotion > a {
    min-height: 21px;
    display: block;
    line-height: 20px;
    padding-bottom: 9px;
    padding-top: 9px;
    padding-right: 15px;
    font-weight: bold;
    text-decoration: none;
    background: transparent url("/images/disclosure-indicator_2x.png") no-repeat right -684px;
    background-size: 50px 950px !important;
}

.promotion a {
    color: #36c;
}

.promotion > a.open {
    background-position: right -738px;
}

.promotion a span {
    padding-left: 17px;
    background: transparent url("/images/icons/icon-start_2x.png") no-repeat left center;
    background-size: 13px 13px !important;
}

/**** ADD TO CART ****/
.add-to-cart {
    background-color: #fff7e0;
    color: #090;
    text-align: center;
    border-top: solid 1px #ccc;
}

.panel .add-to-cart {
    color: #000 !important;
    text-align: left !important;
}

.add-to-cart .pointer {
    position: relative;
    top: -1px;
    width: 19px;
    height: 11px;
    margin-left: auto;
    margin-right: auto;
    background: transparent url("/images/add-to-cart-pointer_2x.png") no-repeat center 0px;
    background-size: 19px 11px !important;
}

.add-to-cart .pointer.upside-down {
    top: 1px !important;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.btn-add-to-cart {
    width: 230px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    line-height: 40px;
}

/**** SOCIAL & WISHLIST ****/
.social .social-item {
    margin-left: -1px;
    width: 50%;
    height: 45px;
    float: left;
    text-align: left;
    border-right: solid 1px #ccc;
}

.social .social-item-full-width {
    width: 100% !important;
}

.social .social-item.open {
    border-bottom: 0 !important;
}

.social .social-item.last {
    border-right: 0 !important;
    margin-left: 0 !important;
}

.social .social-item a {
    display: block;
    text-decoration: none;
    text-align: center;
    line-height: 43px;
    color: #039;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}

.social-item a.wishlist-link span {
    padding-left: 17px;
    background: transparent url("/images/icons/icon-heart_2x.png") no-repeat left center;
    background-size: 13px 11px !important;
}

.social-item a.share-link span {
    padding-right: 19px;
    background: transparent url("/images/disclosure-indicator_2x.png") no-repeat right -547px !important;
    background-size: 50px 950px !important;
}

.social-item a.share-link.open {
    border-bottom: 0 !important;
}

.social-item a.share-link.open span {
    background: transparent url("/images/disclosure-indicator_2x.png") no-repeat right -598px;
    background-size: 50px 950px !important;
}

.social .share {
    border-bottom: solid 1px #ccc;
    text-align: center;
}

.social .share .social-media {
    width: 138px;
}

/**** PRICE ****/

.prices {
    background-color: #eee;
    padding-top: 9px;
    padding-bottom: 9px;
    border-bottom: solid 1px #ccc;
}

.prices .price-description {
    float: left;
}

.prices .price-details {
    float: right;
}

/**** PANELS ****/
.panel .description {
    /*height: 95px;
    overflow: hidden;
    margin-bottom: 15px;*/
}

.panel .description.full-description {
    height: auto !important;
    overflow: visible !important
}

.panel .specifications th {
    text-align: left;
}

.panel .specifications th, .panel .specifications td {
    vertical-align: top;
}

.panel .specifications td.specification-value {
    /*word-break: break-all;*/
}

.panel .tracklist th {
    text-align: left;
}

.panel .tracklist th, .panel .tracklist td {
    vertical-align: top;
}

.panel .reviews ul {
    margin: 0;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    list-style-type: none;
}

.panel .reviews ul li {
    padding-top: 12px;
    border-bottom: solid 1px #ccc;
}

.panel .reviews .rating {
    float: left;
}

.panel .reviews .subject {
    line-height: 17px;
}

/**** OFFERS ***/
.panel .offers ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.panel .offers ul li {
    border-bottom: solid 1px #ccc;
    padding: 15px 0px;
}

.panel .offers ul li.last, .panel .reviews ul li.last {
    border-bottom: 0;
}

.panel .offers .offer-details {
    margin-right: 78px;
}

.panel .offers .offer-cta {
    float: right;
    padding-top: 12px;
    padding-right: 12px;
}

.panel .offers .offer-details .offer-price {
    font-weight: bold;
    color: #c30;
    font-size: 14px;
}

.panel .toggle-button-offers {
    margin: 0px 8px;
}

.btn-seller-add-to-cart {
    text-indent: -9999px;
    width: 55px;
    height: 35px;
    line-height: 35px;
}

.btn-seller-add-to-cart a {
	display: block;
	width: 100%;
	height: 100%;
    background: transparent url("/images/btn-seller-shoppingcart_2x.png") no-repeat center center;
    background-size: 38px 20px !important;
}

/**** LOAD MORE RESULTS LINK ****/
.panel .show-next {
    text-align: center;
}

.panel .show-next a.normal {
    color: #039;
    font-weight: bold;
    padding: 5px 5px 5px 18px;
    background: transparent url("/images/disclosure-indicator_2x.png") no-repeat -37px -542px !important;
    background-size: 50px 950px !important;
}

.panel .show-next a.loading {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: transparent url("/images/ajax_loader_2x.gif") center center no-repeat !important;
    background-size: 16px 16px !important;
    border: 0;
}

/**** IMAGES ****/
.panel .images {
    text-align: center;
}

.panel .images img {
    max-width: 100%;
    max-height: 400px;
}

/**** RECOMMENDATIONS ****/
.recommendations .product-details a {
    display: block;
}

.recommendations .product-details a .image-wrap {
    float: left;
    width: 85px;
    text-align: center;
}

.recommendations .product-details a .image-wrap img {
    border: 0;
    max-width: 100%;
}

.recommendations .product-details a .image-wrap .rating span {
    color: #039;
}

.recommendations .product-details a .product-specs {
    padding: 0px 0px 0px 97px;
}

.recommendations .product-details a .product-specs .producttitle {
    font-size: 12px !important;
    font-weight: bold;
    color: #039;
    padding-bottom: 2px;
}

.recommendations .product-details a .product-specs .subtitle {
    padding-bottom: 7px;
}

.recommendations .product-details a .product-specs .smallspecs {
    padding-bottom: 13px;
    color: #666;
}

.recommendations .product-details a .product-specs .productprice {
    font-size: 11px;
    color: #666;
    padding-bottom: 12px;
}

.recommendations .product-details a .product-specs .productprice .price {
    font-weight: bold;
    color: #c30;
    font-size: 12px;
}

.recommendations .product-details a .product-specs .productprice .secondhandprice {
    font-weight: bold;
    color: #000;
}

.recommendations .loader {
    background: transparent url("/images/ajax_loader_2x.gif") center center no-repeat;
    background-size: 16px 16px !important;
    height: 30px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.0), only screen and (min-resolution: 72dpi) {
    .recommendations .loader {
        height: 40px;
    }
}

/**** BUNDLES ****/

.bundle-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-align:center;
    align-items: center;
}

.bundle-main-product {
    padding-right: 39px;
    background: transparent url("/images/icon-plus_2x.png") right center no-repeat;
    background-size: 26px 13px;
}

.bundle-items {
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-align:center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
    -webkit-flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -ms-flex: 1 0 auto;
    box-flex: 1;
}

.bundle-items .bundle-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-align:center;
    align-items: center;
    height: 100px;
}

.bundle-main-product img {
    max-width: 100px;
}

.bundle-items img {
    max-width: 60px;
}

.bundle .price-label {
    width: 100px;
}

.bundle .productlist {
    padding: 0 !important;
}

.bundle .productlist li {
    position: relative;
    background: none;
}

.bundle .productlist li.last {
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
}

.bundle .productlist li .divider {
    height: 13px;
    width: 100%;
    background: transparent url("/images/icon-plus-divider_2x.png") no-repeat center;
    background-size: 39px 13px;
    position: absolute;
    bottom: -7px;
    left: 0px;
}

/**** RECOMMENDATIONS ****/
.alts .product-details a {
    display: block;
}

.alts .product-details a .image-wrap {
    float: left;
    width: 85px;
    text-align: center;
}

.alts .product-details a .image-wrap img {
    border: 0;
    max-width: 100%;
}

.alts .product-details a .image-wrap .rating span {
    color: #039;
}

.alts .product-details a .product-specs {
    padding: 0px 0px 0px 97px;
}

.alts .product-details a .product-specs .producttitle {
    font-size: 12px !important;
    font-weight: bold;
    color: #039;
    padding-bottom: 2px;
}

.alts .product-details a .product-specs .subtitle {
    padding-bottom: 7px;
}

.alts .product-details a .product-specs .smallspecs {
    padding-bottom: 13px;
    color: #666;
}

.alts .product-details a .product-specs .productprice {
    font-size: 11px;
    color: #666;
    padding-bottom: 12px;
}

.alts .product-details a .product-specs .productprice .price {
    font-weight: bold;
    color: #c30;
    font-size: 12px;
}

.alts .product-details a .product-specs .productprice .secondhandprice {
    font-weight: bold;
    color: #000;
}

.alts .product-details a .product-specs .productprice .listprice {
    font-weight: normal;
    text-decoration: line-through;
    color: #333;
}

.alts .loader {
    background: transparent url("/images/ajax_loader_2x.gif") center center no-repeat;
    background-size: 16px 16px !important;
    height: 30px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.0), only screen and (min-resolution: 72dpi) {
    .alts .loader {
        height: 40px;
    }
}


/**** ENERGY LABELS ****/

.energylabel {
    height: 24px;
    display: inline-block;
}

.energylabel-a_1plus {
    background: transparent url("/images/energylabel/a_1plus.png") no-repeat;
    background-size: 41px 24px !important;
    width: 41px;
}

.energylabel-a_2plus {
    background: transparent url("/images/energylabel/a_2plus.png") no-repeat;
    background-size: 46px 24px !important;
    width: 46px;
}

.energylabel-a_3plus {
    background: transparent url("/images/energylabel/a_3plus.png") no-repeat;
    background-size: 51px 24px !important;
    width: 51px
}

.energylabel-a {
    background: transparent url("/images/energylabel/a.png") no-repeat;
    background-size: 36px 24px !important;
    width: 36px;
}

.energylabel-b {
    background: transparent url("/images/energylabel/b.png") no-repeat;
    background-size: 34px 24px !important;
    width: 34px;
}

.energylabel-c {
    background: transparent url("/images/energylabel/c.png") no-repeat;
    background-size: 34px 24px !important;
    width: 34px;
}

.energylabel-d {
    background: transparent url("/images/energylabel/d.png") no-repeat;
    background-size: 34px 24px !important;
    width: 34px;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2.0),
only screen and (min-resolution: 192dpi) {
    .energylabel-a_1plus {
        background: transparent url("/images/energylabel/a_1plus_2x.png") no-repeat;
        background-size: 41px 24px !important;
        width: 41px;
    }

    .energylabel-a_2plus {
        background: transparent url("/images/energylabel/a_2plus_2x.png") no-repeat;
        background-size: 46px 24px !important;
        width: 46px;
    }

    .energylabel-a_3plus {
        background: transparent url("/images/energylabel/a_3plus_2x.png") no-repeat;
        background-size: 51px 24px !important;
        width: 51px
    }

    .energylabel-a {
        background: transparent url("/images/energylabel/a_2x.png") no-repeat;
        background-size: 36px 24px !important;
        width: 36px;
    }

    .energylabel-b {
        background: transparent url("/images/energylabel/b_2x.png") no-repeat;
        background-size: 34px 24px !important;
        width: 34px;
    }

    .energylabel-c {
        background: transparent url("/images/energylabel/c_2x.png") no-repeat;
        background-size: 34px 24px !important;
        width: 34px;
    }

    .energylabel-d {
        background: transparent url("/images/energylabel/d_2x.png") no-repeat;
        background-size: 34px 24px !important;
        width: 34px;
    }
}