.font-stylish {
    font-family: 'El Messiri', "Nunito", Sans-Serif, serif !important;
}
.m-btn-theme-outline-primary,
.m-btn-theme-outline-dark {
    font-family: "El Messiri", "Nunito", Sans-Serif, serif;
    outline: 2px solid #EF0C15;
    background-color: #fff;
    padding: 0.5em 1em !important;
    font-weight: 600;
    text-align: center;
    font-size: 1.2em;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.m-btn-theme-outline-primary {
    box-shadow: 0 0 20px -10px #ef0c15;
}
.m-btn-theme-outline-primary:hover,
.m-btn-theme-outline-primary:focus,
.m-btn-theme-outline-primary:active {
    outline: 2px solid #EF0C15;
    box-shadow: 0 0 25px -10px #ef0c15 !important;
    background-color: inherit;
}
.m-btn-theme-outline-primary:disabled,
.m-btn-theme-outline-primary.disabled,
.m-btn-theme-outline-primary.btn[disabled] {
    background-color: #f2f2f2 !important;
    outline-color: rgba(239, 12, 21,0.5);
    box-shadow: 0 0 20px -10px #ef0c15;
}
.m-btn-theme-outline-dark {
    box-shadow: 0 0 27px -10px #000;
    outline: 3px solid #000;
    background-color: #fff;
}
.m-btn-theme-outline-dark:hover,
.m-btn-theme-outline-dark:focus,
.m-btn-theme-outline-dark:active {
    outline: 3px solid #000;
    box-shadow: 0 0 30px -10px #000;
    background-color: #fff;
}
.m-btn-theme-outline-dark:disabled,
.m-btn-theme-outline-dark.disabled,
.m-btn-theme-outline-dark.btn[disabled] {
    background-color: #f2f2f2 !important;
    outline-color: rgba(0,0,0,0.5);
    box-shadow: 0 0 20px -10px #000;
}

.m-btn-theme-outline-dark:has(img),
.m-btn-theme-outline-primary:has(img)
{
    padding-left: 60px;
}
.m-btn-theme-outline-primary img,
.m-btn-theme-outline-dark img {
    max-height: 30px;
    max-width: 40px;
    position: absolute;
    left: 12px;
}

.info-box {
    border-radius: 16px !important;
}

.info-box.info-theme-box-info {
    background-color: #EAE8F9;
    border-color: #e1e0e3;
}

.info-box.info-theme-box-primary {
    background-color: #F9EAF9;
    border-color: #d7ced7;
}

.btn-theme-sm.btn {
    padding: 0.25rem 0.5rem;
}

.section-title {
    font-family: 'El Messiri','Nunito', sans-serif;
    font-size: 1.5rem;
    text-shadow: 0.01rem 0.01rem 0.22rem rgba(213, 213, 213,1);
    font-weight: 700;
    text-transform: none;
    display: table;
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 0 auto;
}

.section-title-medium {
    font-size: 1.2em;
}

.ff-heading {
    font-family: 'El Messiri','Nunito', sans-serif;
}
.section-title::before,
.section-title::after {
    content: '' !important;
    width: 12em;
    height: 3px;
    background-color: #000;
    position: absolute;
    top:50%;
}
.section-title::before {
    left: -12em !important;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}
.section-title::after {
    right:-12em !important;
    background-color: rgba(238, 0, 0,1);
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.card-theme {
    border: 1px solid #ddd;
}
.card-theme.card-theme-light-primary .card-header {
    background-color: #FCF0F0;
    color: #3E3E3E;
}
.card-theme,
.card-theme .card-header {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.card-theme,
.card-theme .card-body {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}
.table-theme {
    border: none;
    margin-bottom: 0;
}

.card-theme .table-theme th {
    border-bottom: 1px solid #dddddd;
}

.table-theme > tbody tr:last-child {
    border-bottom: none;
}
.custom-control-theme .custom-control-label {
    cursor: pointer;
}
.custom-control-theme .custom-control-label::before {
    background-color: #adb5bd;
    width: 2.75rem;
    top:0;
    height: 1.5rem;
    border-radius: 1rem;
}
.custom-control-theme.custom-switch .custom-control-label::after {
    background-color: #fff;
    width: calc(1.5rem - 4px);
    height: calc(1.5rem - 4px);
    left: calc(-2.25rem + 2px);
    border-radius: 50%;
    top: 0.1rem;
}

.custom-control-theme .custom-control-input:checked ~ .custom-control-label::after {
    left: calc(-1.75rem + 2px);
}

.btn-theme-image.btn {
    background-color: transparent !important;
    box-shadow: none;
    width: 35px;
    height: 35px;
    transition: scale 0.2s, box-shadow 0.5s;
}
.btn-theme-image.btn-sm {
    width: 25px;
    height: 25px;
}
.btn-theme-image.btn,
.btn-theme-image.btn:hover,
.btn-theme-image.btn:focus,
.btn-theme-image.btn:active
{
    border-color: transparent;
}
.btn-theme-image.btn:hover {
    box-shadow: 0 15px 10px -15px #111;
}
.btn-theme-plus {
    background: url("../icons/add.svg") no-repeat center center;
}
.btn-theme-trash {
    background: url("../icons/delete.svg") no-repeat center center;
}
.btn-theme-pencil {
    background: url("../icons/edit.svg") no-repeat center center;
}
.btn-theme-save {
    background: url("../icons/confirmed.svg") no-repeat center center;
}
.btn-theme-details {
    background: url("../icons/description.svg") no-repeat center center;
}
.btn-theme-image.btn:hover {
    scale: 1.05;
}
.theme-tabs {
}
.theme-tabs .nav-link,
.theme-tab-outline .nav-link {
    width: auto !important;
}

.theme-tab-outline .nav-link {
    padding: 0.5rem 0.5rem;
    margin: 0 1rem;
    border-bottom: 2px dotted transparent !important;
    transition: all 0.5s;
    color: #697a8d;
}

.theme-tab-outline .nav-link.active,
.theme-tab-outline .nav-link:hover,
.theme-tab-outline .nav-link:active {
    color:#000 !important;
    border-bottom: 2px dotted #EF0C15 !important;
}
.theme-tab-outline .nav-link.active {
    font-weight: 600;
}
.theme-tab-outline .nav-link-media {
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}
.theme-tab-outline .nav-link-media img {
    margin-right: 4px;
    max-width: 30px;
    max-height: 30px;
}
.border-color-light-grey {
    border-color: #dddddd !important;
}
.actions-toggles img {
    height: 35px;
    max-width: 45px;
}
.action-toggles,
.action-toggles a {
    color: #808080;
}
.action-toggles:hover,
.action-toggles a:hover {
    color: #0a0000;
}
.theme-switch {
    position: relative;
    width: 45px;
}
.theme-switch .switch-input{
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.theme-switch .switch-label {
    background-image: url("../icons/toggle-off-horizontal.svg");
    background-repeat: no-repeat;
    background-size: auto;
    width: 45px;
    height: 45px;
    margin-bottom: 0;
    cursor: pointer;
    transition: all 0.15s ease;
}
.theme-switch .switch-input:checked~.switch-label {
    background-image: url("../icons/toggle-on-horizontal.svg");
}
.theme-switch .switch-input:disabled~.switch-label {
    opacity: 0.5 !important;
}
.theme-switch.switch-all .switch-label {
    background-image: url("../icons/all-toggle-off-horizontal-grey.svg");
}
.theme-switch.switch-all .switch-input:checked~.switch-label {
    background-image: url("../icons/all-toggle-on-horizontal.svg");
}
.theme-tabs .tab-content {
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 0;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}
.theme-tabs .nav-item {
    margin-left: 15px;
    border-top-left-radius: 16px;
    position: relative;
    padding: 1px 2px 0 1px;
    background-color: #ddd;
    clip-path: polygon(75% 0, 100% 100%, 100% 100%, 0% 100%, 0 42%, 0% 0%);
    min-width: 80px;
    z-index: 2;
    white-space: nowrap;
}
.theme-tabs .nav-item:first-child {
    margin-left: 0;
}
.theme-tabs .nav-item .nav-item-container {
    position: relative;
    background-color: #fff;
    border-top-left-radius: 16px;
    padding: 8px 20px 8px 10px;
    clip-path: polygon(75% 0, 100% 100%, 100% 100%, 0% 100%, 0 42%, 0% 0%);
}

.theme-tabs {
    border: 1px solid #ddd;
    border-bottom: 0;
    padding-top: 10px;
    background-color: #fcf3fc;
    text-align: center;
    border-radius: 16px;
}
.theme-tabs .tab-title {
    padding-bottom: 10px;
}
.theme-tabs .nav-tabs .nav-link {
    background-color: transparent !important;
    margin-bottom: 0;
}
.theme-tabs .tab-content {
    position: relative;
    padding: 27px 0 0 0;
}
.theme-tabs .tab-content::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    background-color: #F9EAF9;
    height: 30px;
    z-index: 1;
}
.theme-tabs .control-action {
    display: flex;
    position: relative;
    padding-right: 50px;
    align-items: center;
    font-family: 'El Messiri','Nunito', sans-serif;

}
.theme-tabs .control-action button,
.theme-tabs .control-action button:hover{
    border: none;
    box-shadow: none;
    outline: none;
}
.theme-tabs .control-action img {
    max-height: 20px;
    margin-right: 8px;

}

.m-theme-outline-primary {
    border:2px dotted #EF0C15;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}
.m-theme-outline-primary img {
    max-width: 35px;
    margin: 0 8px;
}

.no-wrap {
    white-space: nowrap !important;
}

.review-star a {
    color: #EF0C15;
    font-size: 1.5em;
    text-decoration: none;
    transition: all 0.5s;
}
.review-star a:hover {
    text-decoration: none;
}
.page-link {
    width: auto !important;
    height: auto !important;
}
.page-item:first-child .page-link,
.page-item:first-child .page-link,
.page-item:first-child .page-link,
.page-item:last-child .page-link {
    padding: 5px 9px !important;
}
.gallery-thumb-link {
    color: #000 !important;
}
.dataTable.table-striped.table > thead > tr > th {
    background: rgba(234, 241, 255, 0.74) !important;
}
.m-message-box {
    border-radius: 50px;
    border: 1px dashed #EF0C15;
    margin: 5px 0;
}
.m-message-box.color-dark {
    border-color: #0a001f;
}
.m-message-box div.d-flex div {
    margin: 0 8px;
    text-align: left;
}
.m-message-box .m-icon {
    width: 25px;
}
.m-message-box .m-icon-sm {
    width: 20px;
}
.m-message-box .card-body {
    padding: 6px 15px;
}

.grouped-product-media {
    display: flex;
}
.grouped-product-media .product-media,
.grouped-product-media .product-media-numbers {
    width: 50px !important;
    height: 50px !important;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    background-color: #e9e9ea;
    border: 2px solid #e5e3e3;
    transition: transform 0.3s ease;
}
.grouped-product-media .product-media:not(:first-child){
    margin-left: -25px;
}
.grouped-product-media .product-media img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.grouped-product-media .product-media-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 105, 105, 0.85);
    color: #e1e0e0;
    margin-left: -30px;
}
.grouped-product-media .product-media:hover {
    transform: translate(-15px);
}
.cookie-message {
    position: fixed;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background-color: #0a001f;
    width: 80%;
    margin: 0 auto;
    padding: 12px 16px;
    border-radius: 12px;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cookie-message img {
    max-width: 30px;
    margin: 0 8px;
}
.cookie-preference-form .form-group {
    background-color: #f2f2f2;
    padding: 8px 16px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 0;
}
.cookie-preference-form .form-group:first-child {
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
}
.cookie-preference-form .form-group:last-child {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom: 0;
}
@media (max-width: 768px){
    .cookie-message {
        flex-direction: column;
    }
    .cookie-message .cookie-action {
        margin-top: 8px;
    }
}
.dispute-slider {
    display: none;
}
.dispute-slider.show {
    display: block;
}
.mm1122-btn {
    padding: 8px 16px;
    background-color: #fff;
    border-radius: 13px;
    font-size: 1.2em;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    transition: all 0.2s ease;
    color: #000;
}
.mm1122-theme-underline {
    position: relative;
    display: inline-flex;
}
.mm1122-theme-underline::before,
.mm1122-theme-underline::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 3px;
    bottom: -5px;
}
.mm1122-theme-underline::before {
    left: 0;
    background-color: #0a001f;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}
.mm1122-theme-underline::after {
    right: 0;
    background-color: #EF0C15;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.mm1122-theme-subtitle {
    color: #4d4d4d;
    font-style: italic;
}
.mm1122-rating-star {
    display: inline-flex;
    vertical-align: middle;
}
.mm1122-rating-star a {
    position: relative;
    height: 20px;
    width: 20px;
    overflow: hidden;
}
.mm1122-rating-star a::before {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background: url("../icons/rate.svg") no-repeat center center;
}
.mm1122-rating-star a.fill::before {
    background: url("../icons/rated.svg") no-repeat center center;
}
.mm1122-rating-star a.fill-half::before {
    background: url("../icons/rated-half.svg") no-repeat center center;
}

.mm1122-datatable-action-header-bg {
    background-color: #E1D8E1;
}
.mm1122-datatable-actions {
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

.mm1122-datatable-actions .mm1122-panel-heading-title {
    justify-content: center;
    color: #0a001f;
}
.mm1122-datatable-actions .mm1122-panel-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
    padding: 16px 35px;
    position: relative;
    flex-shrink: 0;
}
.mm1122-datatable-actions .mm1122-datatable-action-link,
.mm1122-datatable-actions .mm1122-datatable-action-search,
.mm1122-datatable-actions .mm1122-datatable-action-page-limit
{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0a001f;
}
.mm1122-datatable-actions img.mm1122-datatable-action-icon {
    max-height: 25px;
    max-width: 35px;
    margin-right: 12px;
}
.mm1122-datatable-actions .mm1122-datatable-action-search input,
.mm1122-datatable-actions .form-control {
    border-radius: 6px;
    min-width: 180px;
}
.mm1122-datatable-actions .mm1122-datatable-action-page-limit select {
    min-width: 80px;
}
.mm1122-datatable-actions .mm1122-datatable-action-search label,
.mm1122-datatable-actions .mm1122-datatable-action-page-limit label {
    margin-bottom: 0;
}
/*.mm1122-tab {
    width: 100%;
}
.mm1122-tab .nav-tabs {
    background-color: transparent;
    position: relative;
    z-index: 1;
    border-bottom: none;
}
.mm1122-tab .nav-tabs:after {
    content: "";
    position: absolute;
    bottom: -26px;
    left: 0;
    right: 0;
    height: 25px;
    background-color: #E3E8ED;
    border-left: 2px solid #c7c6c6;
    border-right: 2px solid #c7c6c6;
    border-bottom: 1px solid #c7c6c6;
    border-top: 1px solid #c7c6c6;
    border-top-right-radius: 16px;
}
.mm1122-tab .nav-tabs .nav-item {
    background-color: #c7c6c6;
    padding: 1px 3px 0 1px;
    border-top-left-radius: 1.25em;
    clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
}
.mm1122-tab .nav-tabs .nav-link {
    padding: 0.85em 3em 0.85em 2em;
    border-top-left-radius: 1.25em;
    background-color: #E3E8ED;
    border-color: #c7c6c6;
    position: relative;
    min-width: 150px;
    clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
    border-bottom: none;

}
.mm1122-tab .nav-tabs .nav-item:not(:first-child) {
    margin-left: 22px;
}
.mm1122-tab .tab-content {
    padding: 40px 16px 8px 16px;
    border: 2px solid #c7c6c6;
    border-top: none;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-top-right-radius: 16px;
}
.mm1122-tab .nav-tabs .nav-link.active {

}
 */
.mm1122-tab {
    position: relative;
    width: 100%;
}
.mm1122-tab .nav-tabs {
    position: relative;
    border-bottom: 1px solid #e0e6ed;
    margin-bottom: 0;
    min-width: 100%;
}
.mm1122-tab .nav-tabs:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -18px;
    right: 0;
    height: 17px;
    background-color: #e0e6ed;
    border-bottom: 1px solid #e0e6ed;
    border-left:1px solid #e0e6ed;
    border-right: 1px solid #e0e6ed;
}
.mm1122-tab .nav-tabs .nav-item:not(:first-child) {
    margin-left: 12px;
}
.mm1122-tab .nav-tabs .nav-link {
    border: none;
    position: relative;
    z-index: 1;
    background-color: transparent;
    padding: 10px 25px 10px 10px;
    text-align: center;
}
.mm1122-tab .nav-tabs .nav-link:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #e0e6ed;
    outline: 1px solid transparent;
    border-radius: 10px 10px 0 0;
    transform: perspective(7px) rotateX(1.5deg) translateZ(-1px);
    transform-origin: 0 0;
    backface-visibility: hidden;
    border-left:1px solid #e0e6ed;
    border-top:1px solid #e0e6ed;
    border-right:1px solid #e0e6ed;
}
.mm1122-tab .nav-tabs .nav-item:not(:first-child){
    margin-left: 1em;
}
.mm1122-tab .tab-content {
    min-width: 100%;
    border-left: 1px solid #e0e6ed;
    border-right: 1px solid #e0e6ed;
    border-bottom:1px solid #e0e6ed;
    padding: 2.5em 1.5em 1em 1em;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}
.mm1122-border {
    border: 1px solid #e0e6ed;
}
.mm1122-datatable-content, .dataTables_wrapper, .dt--bottom-section {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}
.mm1122-message-box {
    position: relative;
    padding: 16px 32px;
    border-radius: 25px;
    border:1px dotted #bbbaba;
    display: inline-flex;
    flex-direction: row;
    min-width: 100%;
    justify-content: center;
    align-items: center;
}
.mm1122-message-box div {
   flex-basis: 0;
    flex-grow: 1;
}
.media-report-popover {
    cursor: pointer;
}
.report-review-abuse-content.popover {
   width: 150px;
}
.report-review-abuse-content a {
    text-decoration: none;
    color: #0a001f;
}
.report-review-abuse-content a img {
    width: 25px;
    margin-right: 8px;
}
.table th,
.table td {
    vertical-align: middle;
}
div.dataTables_scrollBody table thead .sorting:before,
div.dataTables_scrollBody table thead .sorting_asc:before,
div.dataTables_scrollBody table thead .sorting_desc:before {
    display: none;
}