.con-input-file {
    border: 2px solid #3B2E8C;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 200px;
    transition: all .25s ease, border 0s;
}


.hasFile {
    border: 0px dashed rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, .03);
}

.hasFile .img-1,
.hasFile .img-2,
.hasFile .img-3 {
    opacity: 0;
}

.hasFile .con-text {
    opacity: 0;
}

.hasFile .remove-image {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.hasFile .bg {
    transform: scale(1);
    opacity: 1;
}

.drop {
    background: rgba(0, 0, 0, .03);
    border: 2px dashed rgba(0, 0, 0, 0);
    transform: scale(1.05);
}

.drop .img-1 svg {
    transform: scale(1);
}

.drop .img-2 .square-1 {
    transform: scale(.95) rotate(-10deg);
}

.drop .img-3 .square-2 {
    transform: scale(.9) rotate(10deg);
}

.drop .con-text {
    opacity: 0;
    transform: scale(.85) translate(0, -15px);
}

.con-input-file input {
    position: relative;
    width: 100% !important;
    height: 200px;
    z-index: 10;
    opacity: 0;
    display: block;
}

.remove-image {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 50%;
    border: 0px;
    font-size: 1.5rem;
    margin: 10px;
    cursor: pointer;
    z-index: 1500;
    opacity: 0;
    transform: scale(.5);
    visibility: hidden;
    transition: all .25s ease;
    background: #F1F3F6;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, .08);
}

.con-bg {
    position: absolute;
    border-radius: inherit;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}

.bg {
    z-index: 200;
    pointer-events: none;
    transition: all .25s ease;
    opacity: 0;
    transform: scale(.2);
    height: 100%;
}

.con-text {
    position: absolute;
    z-index: 100;
    pointer-events: none;
    top:50%;
    left: 50%;
    font-family: Gotham;
    font-weight: 600;
    /* opacity: .5; */
    font-size: 16px;
    transform: translate(-50%, -50%);
    transition: all .25s ease;
    color: #5A5D66;
}

.img-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    pointer-events: none;
}

.square-1 {
    width: 90px;
    height: 76px;
    background: linear-gradient(0deg, #93e5b0 0%, #65e0db 100%);
    border-radius: 10px;
    margin-top: -10px;
    margin-left: 0px;
    transform: rotate(-10deg);
    pointer-events: none;
}

.img-3 {
    position: absolute;
    z-index: -2;
    pointer-events: none;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.square-2 {
    transform: rotate(10deg);
    width: 90px;
    height: 76px;
    background: linear-gradient(90deg, #ffa936 0%, #ff6359 100%);
    border-radius: 10px;
    margin-top: -4px;
    transform: rotate(10deg);
    pointer-events: none;
}

.hasFile .bg{
    max-width: 100%;
    max-height: 100%;
}

.transaction {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background: #f5f7fb;
    align-items: center;
    border-radius: 20px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
	margin-bottom:10px;
}

.transaction > div {
    flex: 1;
    text-align: center;
}
.transaction .category {
    background: #bacae4;
    padding: 7px 12px;
    border-radius: 10px;
    font-size: 12px;
	border: 0.5px solid #3262AE;
	color: #3262AE;
	display: inline-block;
	min-width:100px;
}
.transaction .purchase_date {
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
}
.transaction .name a {
    color: #000;
}
span.small {
    font-size: smaller;
}

sup {
    font-weight: lighter;
	font-size:12px;
	top:-1em;
    color: #98A2B3;
    left: -0.2em;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.reviewTop {
    display: flex;
    gap: 10px;
    justify-content: stretch;
}

.authorImg img {
    width: 100% !important;
    border: 0 !important;
    border-radius: 50% !important;
    /* width: 30px !important; */
}

.reviewTop .name {
    gap: 0;
    font-size: 10px;
    font-weight: 400 !important;
    color: #3262AE !important;
}

.authorImg {
    width: 30px !important;
	flex: 0 0 30px;
}

.rateStars {
    flex: auto;
}

.woocommerce .star-rating span {
    color: #FDB827 !important;
}

.productName a {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.content {
    font-size: 12px;
    font-weight: 300;
    color: #091033;
}

div#respond .con-bg {
    /* position: static; */
/*     top: -100%; */
}

div#respond .con-text {
    top: 45%;
	text-align:center;
    justify-content:center;
}

div#respond .con-input-file {
    top: -200px;
    border: 0;
    background: #00000059;
    border-radius: 0;
	position:absolute;
	display:none;
}

.review.adminReview .authorImg {
    flex: 0 0 20%;
}


.adminReview .authorMeta {
    flex: 0 0 30%;
}

.adminReview .actions {
    flex: 0 0 49%;
}

.adminReview .rateStars {
    gap: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.adminReview .btns {
    display: flex;
    gap: 10px;
}

.adminReview .btns > button {flex: 3;border-radius: 10px;border: 1px solid #3262AE;color: #3262AE;background: #fff;}

.adminReview button.btn.block {
    flex: 1;
}

.adminReview button.btn.approve {
    background: #3262AE;
    color: #fff;
}



.fa-x-twitter:before{
	content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="white" d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z"/></svg>') !important;
	display: block;
	width: 20px;
}



i.fab.fa-tiktok:before {
	content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg"  viewBox="0 0 448 512"><path fill="white" d="M448 209.9a210.1 210.1 0 0 1 -122.8-39.3V349.4A162.6 162.6 0 1 1 185 188.3V278.2a74.6 74.6 0 1 0 52.2 71.2V0l88 0a121.2 121.2 0 0 0 1.9 22.2h0A122.2 122.2 0 0 0 381 102.4a121.4 121.4 0 0 0 67 20.1z"/></svg>');
	display: block;
	width: 20px;
}

small.tax_label, small.includes_tax {
    display: none;
}

