.wc_description_marks img[alt=siq] {
    height: 35px;
}

.postid-4476 .wc_price_note {
    display: none;
}

.postid-4476 .product_totals_heading,
.postid-4476 .product_totals {
    display: none;
}

.postid-9077 .woocommerce-product-gallery__mainImage {
    background-size: 85% auto !important;
}

.woocommerce-product-gallery__mainImage {
    overflow: hidden !important;
}

.wc_description_marks {
    flex-wrap: wrap;
}

.wc_description_marks img {
    margin: 0px 1rem;
    margin-bottom: 15px;
}

.single-product .eltd-new-product {
    position: absolute;
    left: 0;
    width: 85px;
}

.eltd-new-product {
    color: white !important;
}

/* machines product page */
@media(max-width: 340px) {
    .postid-9077 .woocommerce-product-gallery__mainImage {
        height: 18rem !important;
    }

    .postid-9077 #product_images_360 .spritespin-canvas {
        width: 200% !important;
    }

    .postid-9077 #product_images_360 {
        height: 255px !important;
    }
}

/* Product 360 images (different scaling for each product, since not all images are the same) */
#product_images_360 {
    transform: scale(1.1);
}

body.postid-4586 #product_images_360 {
    transform: scale(1.3);
}

body.postid-4584 #product_images_360 {
    transform: scale(1.3);
}

body.postid-4583 #product_images_360 {
    transform: scale(1.3);
}

body.postid-4588 #product_images_360 {
    transform: scale(1.0);
}

body.postid-4466 #product_images_360 {
    transform: scale(1.45);
}

body.postid-9077 #product_images_360 {
    transform: scale(1.55);
}

.product_addon_list .product_addon_item_wrapper.more-accessories span {
    padding: 0 3px;
}

.product_addon_list .product_addon_item_wrapper.more-accessories a:hover {
    color: #2167A4;
}

.product_addon_list .product_addon_item_wrapper.more-accessories img {
    margin: 0 auto;
}