.celebrationBuilderInside {
    display: flex;
    margin: 30px 0px;
    padding: 20px 15px;
    background: white;
    border-radius: 5px;
    position: relative;
    box-shadow: 0px 3px 5px #7e7e7e45;
    justify-content: space-between;
	z-index: 0;
}
.singleProduct .myProductModal__image__bottom ul li.CelebrationInitBuilder  {
    border: solid 1px #f43b87;
    position: relative;
}
.singleProduct .myProductModal__image__bottom ul li.CelebrationInitBuilder:before {
    content: 'Personalizar';
    position: absolute;
    background: #eb3f8a;
    bottom: 0px;
    width: 100%;
    text-align: center;
    color: white;
    font-family: 'Poppins';
    font-size: 12px;
}
.cantidadTextIdent {
    margin-top: 25px;
    border-top: solid 1px #00000038;
    padding-top: 20px;
    font-size: 18px;
    line-height: 25px;
}
.celebrationBuilderInside__menu {
    border-right: solid 1px #c8c8c8ad;
    padding-right: 20px;
    width: 230px;
    box-sizing: border-box;
    flex: none;
}
.celebrationBuilderInside__menu li {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    position: relative;
    font-size: 18px;
    cursor: pointer;
    z-index: 1;
}
.celebrationBuilderInside__menu li.active {
    font-weight: 700;
    color: #F048A5;
}
.celebrationBuilderInside__menu li:before {
    content: '';
    position: absolute;
    width: 35px;
    height: 35px;
    background: #beb9b9;
    z-index: 0;
    border-radius: 50%;
    left: -7px;
}
}
.celebrationBuilderInside__menu li.active:before {
    background: #F048A5;
}
.celebrationBuilderInside__menu li img {
    width: 22px;
    height: auto;
    object-fit: contain;
    filter: invert(1);
    margin-right: 15px;
}
.celebrationBuilderInside__menu li.active:after {
    display: block;
}
.celebrationBuilderInside__menu li:hover:after {
    display: block;
}
.celebrationBuilderInside__menu li:hover {
    font-weight: 700;
}
.celebrationBuilderInside__menu li:after {
    content: '';
    position: absolute;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background: #eeeeee;
    z-index: -1;
    left: -11px;
    border-radius: 23px;
    display: none;
}
.EstampitaInputExtra {
    width: 200px;
    text-align: center;
    position: absolute;
}
.celebrationBuilderInside__main {
    width: calc(100% - 240px);
    flex: none;
}
.singleProduct .myProductModal__description .dataPerBuy.activemobile {
	transform: none;
}
.posterioresCantidad {
    margin-bottom: 20px;
}
.topCantidad span {
    font-weight: 700;
}
.topCantidad {
    margin-top: 10px;
    font-size: 18px;
}
.iconForm li h3 {
    text-align: center;
    font-size: 16px;
    font-family: 'poligon';
}
.iconForm li img {
    padding: 10px;
    width: 68px;
    height: 68px;
    object-fit: contain;
    display: block;
}
.iconForm li {
    width: 88px;
    border: solid 1px #c2c2c2;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.iconForm {
    display: flex;
    flex-wrap: wrap;
    overflow-x: scroll;
    max-height: 460px;
	align-items: start;
    width: calc(100% + 10px);
}
.iconForm li.active h3 {
    background: #F048A5;
    color: white;
}
.iconForm li.active {
    border: solid 1px #F048A5;
}
.celebrationBuilderInside__formTem label {
    display: block;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}
.EstampitaIcon {
    position: absolute;
    width: 80px;
    height: auto;
}
.EstampitaIcon img {
    height: auto !important;
    width: 100% !important;
    display: block !important;
}
#ContentPrice {
    background: white;
    margin-bottom: 5px;
    border-radius: 5px;
    padding: 5px 15px;
}
#FinalPriceEstampita {
    font-size: 24px;
    font-family: 'picaflor';
    font-weight: 700;
    color: #F048A5;
}
#detailEstampita {
    display: flex;
}
#detailEstampita .itemPrice {
    margin-left: 10px;
    white-space: nowrap;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    border-left: solid 1px #c3c3c3;
    padding-left: 10px;
}
#detailEstampita .itemPrice:first-child {
    border: none;
    padding: 0px;
    margin: 0px;
}
.celebrationBuilderInside__formTem textarea {
    width: 100%;
    height: 120px;
    resize: none;
    font-size: 16px;
    font-family: 'poligon';
    padding: 10px;
    box-sizing: border-box;
    border: solid 1px #a4a4a4;
    border-radius: 5px;
}
.celebrationBuilderInside__formTem select {
    padding: 10px;
    font-size: 18px;
    font-family: 'poligon';
    width: 100%;
    border: solid 1px #F048A5;
    border-radius: 25px;
    background: #fafafa;
}
ul.checkDesings li {
    width: 90px;
    height: 70px;
    margin-right: 5px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #b8b8b8;
    box-sizing: border-box;
    border-radius: 7px;
    font-size: 16px;
    background: #e3e3e3;
    font-weight: 700;
    cursor: pointer;
	text-align: center;
}
ul.coloresAndDesing li {
    width: 90px;
    height: 70px;
    margin-right: 5px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #b8b8b8;
    box-sizing: border-box;
    border-radius: 7px;
    font-size: 16px;
    background: #e3e3e3;
    font-weight: 700;
    cursor: pointer;
	text-align: center;
}
.celebrationBuilderInside__menu li.active:before {
    background: #F048A5;
}
ul.checkDesings li.active {
    background: #F048A5;
    color: white;
    border: solid 1px #cf2b86;
}
ul.coloresAndDesing {
    display: flex;
    flex-wrap: wrap;
}
ul.coloresAndDesing li.active {
    background: #F048A5;
    color: white;
    border: solid 1px #cf2b86;
}
ul.checkDesings {
    display: flex;
    flex-wrap: wrap;
}
.insideItemEstampita.active h3 {
    background: #F048A5;
    color: white;
}
.insideItemEstampita.active {
    border: solid 1px #F048A5;
    background: #efefef;
}
.coloresInside.active h3 {
    background: #F048A5;
    color: white;
}
.coloresInside.active {
    border: solid 1px #F048A5;
    background: #efefef;
}
/* TODO: v1 - Remove this */
/* .armatuPack {
    padding: 20px 15px;
    background: white;
    border-radius: 5px;
    position: relative;
    box-shadow: 0px 3px 5px #7e7e7e45;
    margin: 30px 0px;
}
.armatuPack h2 {
    font-size: 25px;
    color: #F048A5;
}
.armatuPack {
    padding: 20px 15px;
    background: white;
    border-radius: 5px;
    position: relative;
    box-shadow: 0px 3px 5px #7e7e7e45;
    margin: 30px 0px;
}
.armatuPack h2 {
    font-size: 25px;
    color: #F048A5;
}
.armatuPack__item {
    border-top: solid 1px #7a7a7a3b;
    margin-top: 20px;
    padding-top: 10px;
}
.armatuPack__item h3 {
    font-size: 20px;
}
.armatuPack__flex {
    display: flex;
    align-items: flex-start;
	flex-wrap: wrap;
    justify-content: space-between;
}
.armatuPack__iteminside {
    width: calc(50% - 5px);
}
.armatuPack__iteminside:first-child {
    width: 100%;
    margin-bottom: 20px;
}
.armatuPack__iteminside h3 {
    font-family: 'poligon';
    font-size: 16px;
}
.armatuPack__iteminside ul {
    display: flex;
}
.armatuPack__iteminside select {
    padding: 13px 15px;
    font-size: 18px;
    font-family: 'poligon';
    border: solid 1px #F048A5;
    border-radius: 5px;
    width: 100%;
}
.armatuPack__iteminside ul li {
cursor: pointer;
    border: solid 1px #c5c5c5;
    margin-right: 10px;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    width: calc(33.33% - 10px);
}
.armatuPack__iteminside ul li img {
width: 100%;
    display: block;
    object-fit: cover;
}
.armatuPack__iteminside ul li p {
padding: 3px 5px;
    background: rgb(158, 217, 76);
    color: white;
} */
span.absNewContent:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 13px 0 0;
    border-color: #932663 transparent transparent transparent;
    position: absolute;
    bottom: -11px;
    right: 0px;
}
span.absNewContent {
    position: absolute;
    color: white;
    font-family: 'picaflor';
    background: #F048A5;
    font-size: 20px;
    padding: 6px 15px;
    top: 0px;
    right: -13px;
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    z-index: 1;
}
/* TODO: v1 - Remove this */
/* .armatuPack__iteminside .btn {
    font-size: 18px;
    margin-top: 18px;
    padding: 15px 5px;
}
.armatuPack__iteminside .btn .palabra {
    margin-right: 5px;
} */
.ffinPrice:before {
    content: 'Total';
    font-size: 12px;
    color: black;
    display: block;
    line-height: 12px;
    margin-top: 2px;
    margin-bottom: -3px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'poligon';
    font-weight: 700;
}
/* TODO: v1 - Remove this */
/* .armatuPack__iteminside ul li.active {
	border: solid 1px #F048A5;
}
.armatuPack__iteminside .btn.btn-disabled {
    opacity: 0.5;
    pointer-events: none;
} */
.insideItemEstampita {
    width: 100px;
    border: solid 1px #c2c2c2;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}
.insideItemEstampita img {
    padding: 10px;
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.insideItemEstampita h3 {
    text-align: center;
    font-size: 13px;
}
.boxInsideEstampitas {
    display: flex;
    flex-wrap: wrap;
    border-top: solid 1px #dedede;
    padding-top: 10px;
    margin-top: 10px;
}
.insideItemEstampita {
    width: 100px;
    border: solid 1px #c2c2c2;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}
.rangeInput input {
    width: 100%;
}
.rangeInput {
    padding: 10px;
    border: solid 1px #dddddd;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    background: #f6f6f6;
}
.rangeInput label {
    font-size: 18px;
    margin-bottom: 0px;
}
.coloresInside img {
    padding: 10px;
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.coloresInside h3 {
    text-align: center;
    font-size: 13px;
}
.coloresInside {
    margin-right: 10px;
    border-radius: 5px;
    border: solid 1px #dedede;
    padding-top: 10px;
    margin-top: 10px;
}
.EstampitaInputName {
    font-size: 50px;
    width: 200px;
    text-align: center;
    position: absolute;
}

.EstampitaInputName, .EstampitaInputExtra {
	visibility: hidden;
}

.initcustomize .EstampitaInputName, .initcustomize .EstampitaInputExtra {
    visibility: initial;
}
.rangeInput label img {
    width: 40px;
    display: block;
    border-radius: 5px;
    margin-right: 10px;
}
.rangeInput label {
    display: flex;
    align-items: center;
}
.celebrationBuilderInside__formTem .builder__names__flex .names-input ul li p {
    width: 100%;
    text-align: center;
    font-size: 12px;
}

.classDescriptionMobile .title .openClose {
    position: absolute;
    top: 14px;
    height: 16px;
    width: 16px;
    right: 10px;
    cursor: pointer;
}
.classDescriptionMobile {
    background: white;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 16px;
}
.classDescriptionMobile .title {
    padding: 10px;
    margin-bottom: 0px !important;
    padding-bottom: 10px !important;
}
.classDescriptionMobile .content__text {
    padding: 0px !important;
    overflow: hidden;
    max-height: 0px;
}
.classDescriptionMobile .content__text.active {
    padding: 10px 20px !important;
    max-height: 1000px;
}
.classDescriptionMobile .title .openClose:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 2px;
    background: #9ED94C;
    top: 7px;
}
.classDescriptionMobile .title .openClose:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 16px;
    background: #9ED94C;
    top: 0px;
    left: 7px;
}
.celebrationBuilderInside__formTem .builder__names__flex .names-input ul li h3 {
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    padding: 10px 0px;
}
.celebrationBuilderInside__formTem .builder__names__flex .names-input ul li {
    border: solid 1px #d1d1d1;
    width: 100px;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #f4f4f4;
    cursor: pointer;
}
.celebrationBuilderInside__formTem .builder__names__flex .names-input ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
.celebrationBuilderInside__formTem .builder__names__flex .names-input {
    width: 100%;
}
.celebrationBuilderInside__formTem .builder__names__flex {
    width: 100%;
    display: block;
}
.celebrationBuilderInside__formTem .builder__names__flex .names-input ul li.active h3, .celebrationBuilderInside__formTem .builder__names__flex .names-input ul li.active p {
    color: white;
}
.celebrationBuilderInside__formTem .builder__names__flex .names-input ul li.active {
    background: #F048A5;
    border: solid 1px #c7237e;
}
.singleProduct .myProductModal__image__top__important.celebration-top {
	    box-shadow: 0px 4px 6px #dbdbdb6b;
	    background: white;
	    border-radius: 6px;
	}
	.singleProduct .myProductModal__image__top__important.celebration-top .myProductModal__image__top {
	    /* width: auto; */
	    top: 5px;
	}
	.singleProduct .myProductModal__image__top__important.celebration-top .myProductModal__image__top img {
	    width: auto;
	    height: 680px;
	    margin: auto;
	}
	.singleCelebraciones {
	    display: flex;
	    flex-wrap: wrap;
	    margin-top: 5px;
	    margin-bottom: 20px;
	}
		.itemSingleCelebraciones img {
	    display: block;
	    width: 100%;
	}
	.itemSingleCelebraciones {
	    width: 80px;
	    background: white;
	    border: solid 1px #c8c8c8;
	    border-radius: 5px;
	    margin-right: 10px;
	    cursor: pointer;
	    position: relative;
	    overflow: hidden;
	}
	.itemSingleCelebraciones.active {
	    border: solid 1px #97E85C;
	}
	.itemSingleCelebraciones.active:before {
	    content: '';
	    position: absolute;
	    width: 100%;
	    height: 100%;
	    background: #97E85C;
	    opacity: 0.3;
	}
	.builder__list ul li.agotado:after {
	    content: 'Agotado';
	    position: absolute;
	    z-index: 2;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    background: #626262b5;
	    color: white;
	}
	.builder__list ul li.agotado {
	    border: solid 1px #6b6b6b;
	    position: relative;
	    pointer-events: none;	
	}
	.itemSingleCelebraciones.agotado:before {
	    content: 'Agotado';
	    position: absolute;
	    z-index: 2;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    background: #626262b5;
	    color: white;
	}
	.itemSingleCelebraciones.agotado {
	    border: solid 1px #6b6b6b;
	    position: relative;
	    pointer-events: none;
	}
    /* TODO: v1 - Remove this */
	/* .singleProduct .myProductModal__image__bottom ul li {
	    width: calc(20% - 20px);
	} */
	/* #videoClose iframe {
	    width: 100%;
	    height: 690px;
	} */

/*PekoMoji*/
.Emoji {
    margin-bottom: 30px;
}
.Emoji h2 {
    font-size: 20px;
    position: relative;
    color: #252729;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: solid 2px #b4ebeb;
    font-family: 'poligon';
}
.Emoji aside {
    padding: 25px;
    background: #ffffff;
    border-radius: 8px;
    margin-top: 10px;
}
.emojis {
    display: flex;
}
ul.emojis li {
    width: 250px;
    background: #ececec;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 10px;
}
.createOneEmoji {
    border: dashed 1px black;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
}
.createOneEmoji svg {
    display: block;
    width: 120px !important;
    height: 120px !important;
    margin-left: auto;
    margin-right: auto;
}
.createOneEmoji h3 {
    font-family: 'poligon';
}
.selectChildItem svg {
    width: 100px !important;
    display: block;
    height: 100px !important;
    margin: auto;
}
.selectChildItem {
    width: calc(50% - 10px);
    background: #efefef;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
}
.selectChild_flex {
    display: flex;
    justify-content: space-between;
}
.createPekoMoji__left img {
    position: absolute;
    top: 0;
}
img#imgPekoMoji_cara {
    position: relative;
    width: 100%;
    display: block;
}
.flexEmojiContent nav div.active {
    background: #d32485;
	color: white;
}
.createPekoMoji__right {
    position: relative;
    width: 50%;
    flex: none;
}
.createPekoMoji__left {
    position: relative;
    width: 50%;
    flex: none;
}
.createPekoMoji__flex {
    display: flex;
	align-items: start;
}
#imgPekoMoji_accesorios {
	z-index: 3;
}
.colecciones ul li h4 {
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
}
.colecciones ul li img {
    width: 100%;
    display: block;
}
.colecciones ul li {
    width: calc(25% - 10px);
    flex: none;
    margin-right: 10px;
    background: #ebebeb;
    padding: 5px;
    box-sizing: border-box;
    margin-bottom: 10px;
    border-radius: 5px;
    border: solid 2px #ebebeb;
	cursor: pointer;
}
.colecciones_tag div.active {
    font-weight: 700;
    color: #d32485;
}
.emojiDataItem {
    position: absolute;
}
.emojiDataImgItem {
    position: absolute;
}
.colecciones_tag div {
    margin-right: 10px;
    cursor: pointer;
    font-size: 14px;
}
.colecciones_tag {
    display: flex;
    padding-bottom: 10px;
    border-bottom: solid 1px lightgrey;
    margin-bottom: 15px;
}
.colecciones ul li.active {	
    border: solid 2px #d32485;
}
.colecciones ul {
    display: flex;
    flex-wrap: wrap;
}
.fuentes ul {
    display: flex;
    flex-wrap: wrap;
}
.fuentes ul li p {
    font-size: 14px;
    margin-top: 10px;
}
.fuentes ul li h4 {
    font-size: 45px;
    line-height: 45px;
}
.fuentes ul li {
    width: calc(25% - 10px);
    flex: none;
    margin-right: 10px;
    background: #ebebeb;
    padding: 5px;
    box-sizing: border-box;
    margin-bottom: 10px;
    border-radius: 5px;
    border: solid 2px #ebebeb;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
	cursor: pointer;
}
.fuentes ul li.active {	
    border: solid 2px #d32485;
}
.componentSelection {
	cursor: pointer;
}
.emojis {
    flex-wrap: wrap;
    width: 100%;
}
li.componentSelection.active img {
    border: solid 2px #97E85C;
    border-radius: 5px;
}
.sectionFlex {
    max-height: 420px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.coloresEmoji p img {
    width: 100%;
}
.coloresEmoji {
    display: flex;
    flex-wrap: wrap;
}
p.colorItem.active {
    border: solid 2px #d32485;
}
.removeItemEmoji:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background: #f26b6b;
    transform: translate(-50%, -50%)rotate(-45deg);
    top: 50%;
    left: 50%;
}
.removeItemEmoji:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background: #f26b6b;
    transform: translate(-50%, -50%)rotate(45deg);
    top: 50%;
    left: 50%;
}
.emojiItem {
    margin-bottom: 10px;
}
.removeItemEmoji {
    position: relative;
    background: gainsboro;
    border-radius: 4px;
    min-height: 100px;
}
.coloresEmoji p {
    width: calc(20% - 9px);
    border: solid 2px #d7d7d7;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    background: #e8e8e8;
    border-radius: 5px;
}
.flexEmojiContent nav div {
    flex: 1;
    text-align: center;
    border: solid 1px #bcbcbc;
    margin: 2px;
    border-radius: 5px;
    font-size: 12px;
    text-transform: uppercase;
    padding: 3px;
    font-weight: 700;
    background: #e6e6e6;
	max-width: 100px;
}
.flexEmojiContent nav {
    display: flex;
	flex-wrap: wrap;
}
.emojiItem.active {
    background: #d32485;
    border-radius: 5px;
}
.emojiItem {
    width: calc(33.3% - 10px);
    flex: none;
    cursor: pointer;
}
.sectionFlex {
    margin: 20px 0px;
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 1215px) {
.celebrationBuilderInside__formTem label {
    font-size: 16px;
}
}
@media (max-width: 970px) {
.celebrationBuilderInside {
    display: none;
}
.celebrationBuilderInside__menu {
    border: none;
    width: 100%;
}
.celebrationBuilderInside__main {
    width: 100%;
}
	.celebrationBuilderInside.activemobile {
		display: block
	}
	.singleProduct .myProductModal__content__flex__left.activemobile {
    transform: none;
    height: 322px;
}
	.singleProduct .myProductModal__content__flex__left.activemobile .NotificationClose { display: none !important;}
	#thisSendImg.activemobile {
transform: scale(0.45) translate(-110%, -60%) !important;
}
	.singleProduct .myProductModal__content__flex__left.activemobile span.absNewContent{ display: none; }
	#detailEstampita {
    display: none;
}
}

.singleProduct .myProductModal__image__bottom ul li.initEmojiBuilder  {
    border: solid 1px #f43b87;
    position: relative;
}
.singleProduct .myProductModal__image__bottom ul li.initEmojiBuilder :before {
    content: 'Personalizar';
    position: absolute;
    background: #eb3f8a;
    bottom: 0px;
    width: 100%;
    text-align: center;
    color: white;
    font-family: 'Poppins';
    font-size: 12px;
}
	@media (max-width: 768px) {
		/* #videoClose iframe {
		    height: 340px;
		} */
.singleProduct .myProductModal__content__flex__left.activeMobile {
    transform: none;
    max-height: 380px;
}

.colecciones ul li {
    width: calc(33.33% - 10px);
}
.fuentes ul li {
    width: calc(33.33% - 10px);
}
.createPekoMoji__flex {
    display: block;
}
.createPekoMoji__left {
    width: 100%;
}
.createPekoMoji__right {
    width: 100%;
}

	}