div.product-image .image-wrap{
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    /*aspect-ratio : 1 / 1 !important;*/
    padding-top: 100%; /* 1:1 Aspect Ratio */
    background-position: center center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

div.product-image .image-wrap .etiqueta{
    position: absolute !important;
    border:0 solid transparent;
    background-color: transparent;
    background-position: center center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-box-shadow: 0px 2px 9px -1px rgba(0,0,0,0.69);
    -moz-box-shadow: 0px 2px 9px -1px rgba(0,0,0,0.69);
    box-shadow: 0px 2px 9px -1px rgba(0,0,0,0.69);
}


div.product-image .image-wrap .etiqueta .inner-text > div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width:100%;
    height:100%;
    position: absolute;
    left: 0;top: 0;
}

/* Etiqueta Retangular */
div.product-image .image-wrap .etiqueta.prop-ra{
    display: block;
    border-radius: 12px;
    background-position:0 center;
}

div.product-image .image-wrap .etiqueta.prop-ra > .inner-text{
    display: block;
    width:75%;
    height:100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}

div.product-image .image-wrap .etiqueta.prop-ra > .inner-text > div{
    width: 80%;height: 100%;
    top:0;left:auto;
    right:15%;
}
div.product-image .image-wrap .etiqueta.prop-ra > .inner-text > div svg{
    position: absolute;
    left: 50%;top: 50%;
    width: 100%;height: auto !important;
    transform: translate(-50%,-34%);
}
div.product-image .image-wrap .etiqueta.prop-ra > .inner-text > div svg foreignObject{
    display: flex !important;
    flex-direction: column !important;
    justify-content: end !important;
    align-items: center !important;
}


/* Etiqueta Retangular 2*/
div.product-image .image-wrap .etiqueta.prop-ra2{
    display: block;
    border-radius:20px;
}
div.product-image .image-wrap .etiqueta.prop-ra2 > .inner-text{
    display: block;
    width:55%;
    height:100%;
    position: absolute;
    right: 8%;
    top: 0;
}
div.product-image .image-wrap .etiqueta.prop-ra2 > .inner-text > div{
    position: relative; !important;
    width: 100%;height: 100%;
    top:auto;left:auto;
}
div.product-image .image-wrap .etiqueta.prop-ra2 > .inner-text > div svg{
    position: absolute;
    left: 50%;top: 50%;
    width: 100%;height: auto !important;
    transform: translate(-50%,-34%);
}
div.product-image .image-wrap .etiqueta.prop-ra2 > .inner-text > div svg foreignObject{
   display: flex !important;
   flex-direction: column !important;
   justify-content: end !important;
   align-items: center !important;
}

/* Etiqueta Quadrada */
div.product-image .image-wrap .etiqueta.prop-qa{
    display: block;
    border-radius:20px;
}
div.product-image .image-wrap .etiqueta.prop-qa > .inner-text{
    display: block;
    width:100%;
    height:75%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

div.product-image .image-wrap .etiqueta.prop-qa > .inner-text > div{
    position: relative; !important;
    width: 100%;height: 100%;
    top:auto;left:auto;
}
div.product-image .image-wrap .etiqueta.prop-qa > .inner-text > div svg{
    position: absolute;
    left: 50%;top: 50%;
    width: 100%;height: auto !important;
    transform: translate(-50%,-38%);
}
div.product-image .image-wrap .etiqueta.prop-qa > .inner-text > div svg foreignObject{
    display: flex !important;
    flex-direction: column !important;
    justify-content: end !important;
    align-items: center !important;
}

/* Etiqueta Circular */
div.product-image .image-wrap .etiqueta.prop-cr{
    display: block;
    border-radius: 50%;
}
div.product-image .image-wrap .etiqueta.prop-cr > .inner-text{
    display: block;
    width:90%;
    height:75%;
    overflow: hidden;
    position: absolute;
    left: 5%;
    top: 0;
}
div.product-image .image-wrap .etiqueta.prop-cr > .inner-text > div{
    position: relative; !important;
    width: 100%;height: 100%;
    top:auto;left:auto;
}
div.product-image .image-wrap .etiqueta.prop-cr > .inner-text > div svg{
    position: absolute;
    left: 50%;top: 50%;
    width: 100%;height: auto !important;
    transform: translate(-50%,-38%);
}
div.product-image .image-wrap .etiqueta.prop-cr > .inner-text > div svg foreignObject{
    display: flex !important;
    flex-direction: column !important;
    justify-content: end !important;
    align-items: center !important;
}

/* Etiqueta Quadrada */

/*
div.product-image .image-wrap .etiqueta.prop-qa .e-icon{
    display: none;
    position: relative;
    width: 38%;
    height:38%;
    overflow: hidden;
}
div.product-image .image-wrap .etiqueta.prop-qa .e-icon > img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;top:0;
}

div.product-image .image-wrap .etiqueta.e-item-icon .e-icon{
    display: inline-block;
}
*/
/*
div.product-image .image-wrap .e-item{
    position: absolute !important;
    display:block;
    border: 1px solid #ffde21;
    background-color: #ffde21;
}

div.product-image .image-wrap .e-item > .e-icon{
    position: absolute;
}
div.product-image .image-wrap .e-item.prop-qa{
    width: 10%;
    height:10%;
}
div.product-image .image-wrap .e-item.prop-cr{
    width: 10%;
    padding-top: 100%;
    border-radius: 50%;
}
div.product-image .image-wrap .e-item.prop-ra{
    width: 10%;
    min-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 .etiqueta{
    position: absolute;
    background-color:transparent;
}
div.product-image .image-wrap .etiqueta.prop-cr{
    border-radius: 50%;
}
div.product-image .image-wrap .etiqueta .econtent{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: relative;
}

div.product-image .image-wrap .etiqueta .inner-text{
    position: relative;
    width: 90%;
    padding-bottom:38%;
}
div.product-image .image-wrap .etiqueta .inner-text > svg{
    position: absolute;
    left: 0;top: 0;
}
div.product-image .image-wrap .etiqueta .e-icon{
   position: absolute;
   bottom:2%;
   left: 50%;
   display: block;
   width: 38%;
   padding-bottom: 38%;
   margin-left: -19%;
   border-bottom-right-radius: 20%;
   border-bottom-left-radius: 20%;
   background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
div.product-image .image-wrap .etiqueta.e-item-icon .econtent{
    padding-bottom: 30%;
}
div.product-image .image-wrap .etiqueta.e-item-icon.prop-ra .econtent{
    padding-bottom: 0;
    padding-right: 22%;
}
div.product-image .image-wrap .etiqueta.e-item-icon.prop-ra .e-icon{
    bottom:auto;
    top: 50%;
    left: auto;
    right: 0.5%;
    margin-left: 0;
    width: 22%;
    height: auto;
    transform: translate(-0%,-45%);
    padding-bottom: 0;
    aspect-ratio : 1 / 1;
}
div.product-image .image-wrap .etiqueta.prop-ra .inner-text{
    position: relative;
    width: 98%;
    padding-bottom:38%;
    margin-top: 5%;
}*/




.pdth-icons .pdth-icon{
    position: relative;
    width: 60px;
    height: 60px;
    border:2px solid #cdcdcd;
    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 #5025a3;
}
.pdth-icons .pdth-icon > img{
    position: absolute;
    left: 0;top:0;
    width: 100%;
    height: auto;
}

.product-theme-table{
    width: 100%;
}
input.p-theme-field,
select.p-theme-field{
    outline: none;
    padding: 5px 3px;
    color: #0b0b0b;
    width: 100%;
    max-width: 100%;
    border: 1px solid #5025a3;
}

select.p-theme-field:focus,
input.p-theme-field:focus{
    width: 100%;
    outline: none;
    max-width: 100%;
    border: 1px solid #5025a3 !important;
}

.color-wrap{
    position: relative;
}

