div.product-image .image-wrap{
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    aspect-ratio : 1 / 1 !important;
    background-position: center center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}


div.product-image .image-wrap .e-item{
    position: absolute !important;
    display:block;
    border: 1px solid #fff;
    background-color: #6f42c1;
}

div.product-image .image-wrap .e-item > .e-icon{
    position: absolute;
}

/*
div.product-image .image-wrap .e-item > span{
    color:#0e0e0e;
    font-size: 13px;
}*/

div.product-image .image-wrap .e-item.prop-qa{
    width: 10%;
    height:10%;
    /*aspect-ratio : 1 / 1;*/
}
div.product-image .image-wrap .e-item.prop-cr{
    width: 10%;
    aspect-ratio : 1 / 1;
    border-radius: 50%;
}
div.product-image .image-wrap .e-item.prop-ra{
    width: 10%;
    height: 5%;
}

div.product-image .image-wrap .e-item.prop-cr > .e-content svg,
div.product-image .image-wrap .e-item.prop-qa > .e-content svg{
    display: block;
    max-width: 100%;
}
div.product-image .image-wrap .e-item.prop-ra .e-content,
div.product-image .image-wrap .e-item.prop-cr .e-content,
div.product-image .image-wrap .e-item.prop-qa .e-content{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

div.product-image .image-wrap .e-item.prop-cr .e-content > .text-col,
div.product-image .image-wrap .e-item.prop-qa .e-content > .text-col{
    display: block;
    width: 80%;
    height:30%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 87%,auto;
    -moz-background-size: 87%,auto;
    -webkit-background-size: 87%,auto;
}
div.product-image .image-wrap .e-item.prop-ra .e-content > .text-col{
    display: block;
    width: 100%;
    height:100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 87%,auto;
    -moz-background-size: 87%,auto;
    -webkit-background-size: 87%,auto;
}


div.product-image .image-wrap .e-item.prop-cr.e-item-icon .e-content,
div.product-image .image-wrap .e-item.prop-qa.e-item-icon .e-content{
    padding-bottom:26%;
}
div.product-image .image-wrap .e-item.prop-ra.e-item-icon .e-content{
    padding-right:26%;
}

div.product-image .image-wrap .e-item.prop-ra > .e-icon{
    position: absolute;
    right: 0;top: 50%;
    width: 20%;
    aspect-ratio : 1 / 1;
    transform:translate(0%,-50%);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
div.product-image .image-wrap .e-item.prop-qa > .e-icon,
div.product-image .image-wrap .e-item.prop-cr > .e-icon{
    position: absolute;
    bottom: 2%;left: 50%;
    width: 40%;
    aspect-ratio : 1 / 1;
    transform:translate(-50%,0%);
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}


div.product-image .image-wrap .e-item.prop-cr.e-item-icon,
div.product-image .image-wrap .e-item.prop-qa.e-item-icon{

}


.pdth-icons .pdth-icon{
    position: relative;
    width: 60px;
    height: 60px;
    border: 2px solid #dadada;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 4px;
    margin-bottom: 4px;
    cursor: pointer;
}
.pdth-icons .pdth-icon > span{
    padding: 10px;
    font-size: 10px;
    text-align: center;
}
.pdth-icons .pdth-icon.active{
    border: 2px solid #404040;
}
.pdth-icons .pdth-icon > img{
    position: absolute;
    left: 0;top:0;
    width: 100%;
    height: auto;
}
