/* Lagom Studio Product Style */

.price.product-page-price,
span.product_tier_message,
.product-page-accordian,
.product-highlight,
.product-footer,
.single_add_to_cart_button,
.yith-wcwl-add-button  {
    display: none !important;
}

.swatchly-shape-type-circle .swatchly-swatch {
    border-radius: unset;
}

.swatchly-type-image .swatchly-swatch {
    height: 45px;
    width: 30px;
}

a.button {
    display: block;
    border-radius: 40px;

}

.button.enquire-btn {
    background: #413F41;
}

.button.technical-btn {
    border: 1px solid rgba(65, 63, 65, 0.2);
    color: #000000;
    background: transparent;
}

.button.technical-btn:hover {
    background: #91956F;
}

.product-stacked-info form.cart {
    width: 100%;
    float: none;
}

.vsd-model-viewer-wrapper, 
.enable-3d-view img#enable_3d_view, 
.enable-3d-view .product-slider-main, 
#disable_3d_view {
    display: none;
}

.product-slider-wrapper {
    position: relative;
}

img#enable_3d_view {
    border: 1px solid #91956f75;
}

img#enable_3d_view, 
img#disable_3d_view {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    padding: 9px;
    width: 56px;
    cursor: pointer;
}

img#enable_3d_view:hover, img#disable_3d_view:hover {
    opacity: 0.75;
}

img#disable_3d_view {
    background-color: #000;
}

.enable-3d-view .vsd-model-viewer-wrapper {
    display: block;
}

.enable-3d-view #disable_3d_view {
    display: block;
    z-index: 99;
}




