.product-media, .post-media{
	overflow: hidden;
}
.product-media {
    padding-top: 112%;
}
.post-media{
    padding-top: 64.65%;
}

.product-media img:last-of-type, .product-media img:first-child, .post-media img {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-width: none;
    height: auto;
    max-height: 100%;
        object-fit: initial;
}


.product-form .btn.btn-rounded {
    min-height: 44px;
    border-width: 1px;
    margin-bottom: 1rem;
    margin-left: 1rem;
}
.product-sticky-content.fixed .btn-message {
    margin-bottom: 0;
}
@media(max-width: 1440px){
    .product-form .btn.btn-rounded{
        margin-left: 0;
    }
    .product-sticky-content.fixed .btn-message {
        margin-left: 1rem;
    }
}
.product-single .product-short-desc {
    color: #666;
}

.sidebar .product-widget .product-media {
    height: 113px;
}


#progress-indicator{

    stroke-dasharray: 16.4198, 400;
}