.text-melo-grey {
    color: #797979;
}
.a-hex-image {
    position: relative;
    filter: url('#hex-corner-rounded');
    width: 300px;
    height: 260px;
}
.a-hex-image.a-hex-image-large {
    width: 461px;
    height: 400px;
}
.a-hex-image.a-hex-image-medium {
    width: 116px;
    height: 100px;
}
.a-hex-image.a-hex-image-thumb {
    width: 207px;
    height: 180px;
    filter: none;
}
.a-hex-image.a-hex-image-icon {
    width: 69px;
    height: 60px;
    filter: url('#hex-corner-rounded-icon');
}
.a-hex-image::before {
    content: "";
    display: block;
    padding-top: 86.6%; /* 100%*cos(30) */
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    background-color: #f2f2f2;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.a-hex-image-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.a-hex-file-uploader{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease;
}
.a-hex-file-uploader:has(.a-hex-upload-title){
    flex-direction: column;
}
.a-hex-file-uploader .actions-panel {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease;
}
.a-hex-file-uploader .a-hex-file-uploader-action-icon {
    display: none;
    width: 45px;
    transition: all 0.2s ease;
}
.a-hex-file-uploader .actions-panel a {
    margin: 0 12px;
    position: relative;
}
.a-hex-file-uploader .actions-panel a:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -12px;
    top: 0;
    bottom: 0;
    width: 1px;
    border-right: 2px dotted #000;
}
.a-hex-file-uploader:hover {
    background-color: rgba(255,255,255,0.7);
}
.a-hex-file-uploader .a-hex-upload-title {
    display: none;
    color: #000;
}
.a-hex-file-uploader:hover .a-hex-file-uploader-action-icon,
.a-hex-file-uploader:hover .a-hex-upload-title {
    display: block;
}
.a-hex-file-uploader .a-hex-file-uploader-action-icon:hover {

}
.a-hex-file-uploader .a-hex-file-uploader-input {
    display: none;
}
.a-hex-file-uploader.drag-hover {
    background-color: rgba(248, 189, 189, 0.5);
}
@media (min-width: 768px) and (max-width: 1199px) {
    .a-hex-image {

    }
}



/*card design*/
.mm1122-info-panel {
    border: 1px solid #e0e6ed;
    border-radius: 16px;
    margin: 0.2em;
}
.mm1122-info-panel-shadow {
    position: relative;

}
.mm1122-info-panel-shadow::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 50%;
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
}
.mm1122-panel-heading {
    width: 100%;
    position: relative;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    background-color: #fcf0f0;
    padding: 8px 16px;
    border-bottom: 1px solid #e0e6ed;
}
.mm1122-panel-heading-title {
    display: flex;
    justify-content: left;
    align-items: center;
    font-size: 1.2em;
    margin: 0;
    line-height: 1em;
    letter-spacing: 0.05em;
    font-family: 'El Messiri', "Nunito", Sans-Serif, serif;
}
.mm1122-panel-heading-title img {
    vertical-align: middle;
    margin-right: 12px;
    max-width: 30px;
}
.mm1122-panel-content {
    padding: 8px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}
.mm1122-panel-heading-title span {
    padding-top: 4px;
}

.card.card-modern {
    background-color: #ffffff;
    border-radius: 16px;
}

.card.card-modern {
    border: 1px solid #e0e6ed;
    box-shadow: 0px 6px 7px -1px rgba(67, 89, 113, 0.12);
}

.card.card-modern .card-header {
    background: transparent;
    border: 0;
    font-size: 1rem;
    font-weight: 600;
    padding: 1rem 1.25rem 1rem 1.25rem;
}

.card.card-modern .card-header .card-title {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    line-height: 100%;
}

.card.card-modern .card-header .card-subtitle {
    margin-top: 1rem;
    font-size: .8rem;
    font-weight: 400;
    color: #888888;
    line-height: 150%;
}

.card.card-modern .card-body {
    padding: 0 1.25rem 1.25rem 1.25rem;
    position: relative;
}

.card.card-modern .card-body .card-title {
    margin-bottom: .7rem;
    font-size: 1rem;
    line-height: 100%;
}

.card.card-modern .card-body .card-subtitle {
    margin-bottom: 1rem;
    font-size: .8rem;
    color: #888888;
    line-height: 140%;
}

.card.card-modern .card-body .card-text {
    margin-bottom: 1rem;
    line-height: 180%;
}

.card.card-modern .card-footer {
    background: transparent;
    border-top: 0;
    padding: 1rem 1.25rem;
}

@media (max-width: 767px) {
    .card.card-modern .card-header {
        padding: 1rem .75rem .5rem .75rem;
    }

    .card.card-modern .card-body {
        padding: .75rem;
    }
}
.price-display-format {
    display: inline-flex;
    align-items: baseline;
    position: relative;
}
.price-display-format .currency-symbol,
.price-display-format .scale {
    font-size: 0.80em;
}
.price-display-format .currency-symbol {
    margin-right: 2px;
}
.price-display-format.price-slashed:after {
    content: "";
    position: absolute;
    height: 2px;
    background-color: #F4B0A6;
    left: -2px;
    right: -2px;
    bottom: 8px;
}
.review-media p.media-text {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
}
.review-media .media-report-menu img {
    height: 25px;
    width: 12px;
}
.media-report-menu .report-abuse-review {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.report-abuse-review .report-abuse-review-icon {
    width: 28px;
}
.page-section-title {
    position: relative;
    width:100%;
    text-align: center;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    overflow: hidden;
}
.page-section-title span {
    position: relative;
    padding-left: 8px;
    padding-right: 8px;
    font-family: 'El Messiri', 'Nunito', sans-serif;
    font-size: 1.5rem;
    letter-spacing: 0.03rem;
    font-weight: 600;
    text-shadow: 0.01rem 0.01rem 0.22rem rgba(213, 213, 213,1);
}
.page-section-title span::before,
.page-section-title span::after {
    content: "";
    position:absolute;
    top: calc(50% - 3px);
    height: 3px;
    width: 70%;
}
.page-section-title span::before {
    background-color: rgba(0,0,0,1);
    left: -70%;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.page-section-title span::after {
    background-color: rgba(238, 0, 0, 1);
    right: -70%;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
