body {
    transition: all 1s ease-out;
}

.container {
    width: auto !important;
}

.image-gallery-thumbnails {
    direction: rtl;
}

a,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
button,
span,
ul,
li,
input,
label,
textarea {
    font-family: Nora, "Roboto" !important;
}

*+p,
*+ul,
*+ol,
*+dl,
*+pre,
*+address,
*+fieldset,
*+figure {
    margin-top: 0;
}

h1,
.uk-h1,
h2,
.uk-h2,
h3,
.uk-h3,
h4,
.uk-h4,
h5,
.uk-h5,
h6,
.uk-h6,
.uk-heading-small,
.uk-heading-medium,
.uk-heading-large,
.uk-heading-xlarge,
.uk-heading-2xlarge {
    margin: 0;
}

:root {
    --primary: #eb1a51;
    --secondary: #F26D90;
    --alert: #EE4270;
    --gradient: #A5002C;
    --primary-light-text: rgb(148, 148, 148);
    --primary-light: #f091aa;
    --primary-btn-outline-bg: #D60039;
    --primary-btn-bg: #e93565;
    --gradient-color: #c94b6d;
}

/* AWN START */
.awn-toast-wrapper svg {
    margin-bottom: 4px;
}

.awn-toast-wrapper a {
    color: var(--primary);
}

.awn-toast-label {
    font-weight: 400;
}

.awn-toast-wrapper {
    padding: 22px 44px 16px 16px;
}

/* AWWN END */
/* DIVIDER START */
.header-divider {
    overflow: hidden;
    text-align: center;
}

.header-divider>span {
    position: relative;
    display: inline-block;
}

.header-divider>span:before,
.header-divider>span:after {
    content: "";
    position: absolute;
    top: 50%;
    border-bottom: 2px solid;
    border-color: var(--primary-light);
    width: 100vw;
    margin: 0 20px;
}

.header-divider>span:before {
    right: 100%;
}

.header-divider>span:after {
    left: 100%;
}

/* DIVIDER END */
textarea:focus,
input:focus {
    outline: none;
}

.black-text {
    color: #000000;
    font-weight: 600;
}

.action-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.product-image {
    min-height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.uk-tab::before {
    border-bottom: 0 !important;
}

.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
    border-color: var(--primary);
}

.uk-checkbox:checked,
.uk-checkbox:indeterminate,
.uk-radio:checked {
    background-color: var(--primary);
    border-color: var(--primary);
}

.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate:focus,
.uk-radio:checked:focus {
    background-color: var(--secondary);
}

.uk-checkbox:focus,
.uk-radio:focus {
    border-color: var(--secondary);
}

.uk-link,
a {
    color: #4a4a4a;
}






.uk-button-primary {
    background-color: var(--secondary);
    color: white;
}

.uk-button-primary:hover {
    background-color: var(--primary-light);
    color: white;
}

.uk-button-primary:focus {
    background-color: var(--primary);
    color: white;
}

.text-truncate {
    display: -webkit-box;
    max-width: 200px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.uk-alert-primary {
    background: #1e87f0;
    color: #ffffff;
}

.light-mode .uk-alert-primary p {
    color: white !important;
}

.light-mode .uk-alert-primary a {
    color: rgb(226, 226, 226) !important;
}

/* SELECT2 */
.select2-container--default .select2-selection--single {
    border: 1px solid #e3e3e3;
}

.select2-selection__rendered {
    line-height: 41px !important;
}

.select2-container .select2-selection--single {
    height: 45px !important;
}

.select2-selection__arrow {
    height: 44px !important;
}

/* START - light mode for sidebar */
.light-mode {
    background-color: #f9f9f9 !important;
}

.light-mode p {
    color: rgb(34, 34, 34) !important;
}

.light-mode h3,
.light-mode h6,
.light-mode span,
.light-mode .uk-nav-header {
    color: rgb(46, 46, 46) !important;
}

.light-mode a {
    color: rgb(119, 119, 119) !important;
}

.light-mode .cart-button {
    color: white !important;
    margin: auto;
    bottom: 0;
    background-color: var(--primary) !important;
    width: 84%;
}

.light-mode .remove-button {
    color: white !important;
}

.light-mode .uk-nav-divider {
    background: rgb(37, 37, 37) !important;
}

/* END - light mode for sidebar */
.uk-navbar-item,
.uk-navbar-nav>li>a,
.uk-navbar-toggle {
    font-size: 1.05rem;
}

.uk-section-secondary {
    background: #0a0a0a;
}

.uk-offcanvas-overlay::before {
    background: rgba(0, 0, 0, 0.5);
}

.uk-navbar-container:not(.uk-navbar-transparent) {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
}

.uk-search-large .uk-search-input {
    font-size: 1.5rem;
}

.uk-notification-message-success {
    color: white !important;
    background-color: #84ca01 !important;
    border-radius: 10px !important;
}

.uk-label {
    padding: 5px;
    border-radius: 4px;
}

.uk-notification-message-error {
    color: white !important;
    background-color: #ca014e !important;
    border-radius: 10px !important;
}

nav a:hover,
footer a:hover {
    /* color: var(--primary) !important; */
}

.uk-tab>.uk-active>a {
    border-color: var(--primary);
}

.uk-tab li {
    margin-top: 10px;
    margin-bottom: 10px;
}

footer .copyright * {
    cursor: pointer;
}

a {
    text-decoration: none !important;
}

.category-header li a {
    font-weight: 600;
    color: #161616;
}

/* Sidebar */
#main-sidebar li {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1rem;
}

.flexbox {
    display: flex;
    column-gap: 10px;
    row-gap: 10px;
}

.align-bottom {
    align-self: flex-start;
    display: flex;
    flex-grow: 1;
    flex-direction: column-reverse;
}

.opacity-hover img:hover {
    opacity: 0.8;
    cursor: pointer;
}

.opacity-hover-d div:hover {
    opacity: 0.9;
    cursor: pointer;
}

.rounded-1 {
    border-radius: 15px;
}

.uk-slidenav-previous {
    color: black !important;
}

.uk-slidenav-next {
    color: black !important;
}

.uk-close {
    color: #999 !important;
}

.uk-position-center-right-out {
    left: 99.5%;
    padding: 0;
}

.uk-position-center-left-out {
    right: 99.5%;
    padding: 0;
}

.card-title h3 {
    padding: 8px;
    color: white !important;
    border-bottom: 2px solid white;
}

.card-title p {
    padding: 7px;
    font-size: small;
    color: rgba(255, 255, 255, 0.747) !important;
}

.product-title {
    text-align: center;
    color: black !important;
}

.text-line-through {
    font-size: large;
    color: rgb(129, 129, 129) !important;
    text-decoration: line-through;
}

#categoryDropdown,
#languageDropdown {
    display: none;
}

.uk-drop.uk-open {
    display: block !important;
}

#category-header-ul,
.category-sub {
    height: 400px;
    overflow-y: scroll;
}

#category-sub a {
    color: var(--primary-light-text) !important;
    margin-right: 10px;
}

.category-heading {
    border-right: 0.2rem solid var(--primary-btn-bg);
    padding-right: 10px;
    margin-bottom: 10px;
}

.category-heading::after {
    content: ">";
    padding-right: 5px;
}

/* Scrollbar */
/* width */
::-webkit-scrollbar {
    width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #b9b9b9;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #353535;
}

.hua {
    display: inline-block;
    position: relative;
    color: var(--primary-light);
}

.hua::after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 0.1rem;
    bottom: -4px;
    left: 0;
    background-color: var(--primary);
    transform-origin: bottom right;
    transition: transform 0.5s ease-out;
}

.hua:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.toTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: rgb(225 225 225 / 80%);
    padding: 15px;
    border-radius: 50%;
    backdrop-filter: blur(20px);
    transition: opacity 0.3s;
}

.toTop svg {
    width: 20px;
    height: 20px;
    color: black;
}

.category-mobile-lv2 {
    padding-right: 15px;
}

.sidebar-root-category>a>span>svg {
    width: 14px !important;
}

.white-svg {
    filter: invert(100%) sepia(8%) saturate(402%) hue-rotate(29deg) brightness(122%) contrast(97%);
}

.uk-navbar-nav>li>a,
.uk-navbar-item,
.uk-navbar-toggle {
    /* 1 */
    min-height: 60px;
}

.product-status {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 4px;
}

.show-more-btn {
    color: var(--primary);
    border: none;
}

.show-more-btn:hover {
    color: var(--secondary);
}

.show-more-btn:focus {
    color: var(--primary-light);
}

.action-link {
    color: var(--primary);
}

.action-link:focus {
    color: var(--secondary);
}

.uk-alert-main {
    background: var(--alert);
    color: white;
}

.uk-alert-main .uk-close {
    color: white !important;
}

.uk-alert-main .alert-icon svg {
    height: 40px;
    width: 40px;
}

/* Loader */
.loader {
    transform: rotateZ(45deg);
    perspective: 1000px;
    border-radius: 50%;
    width: 125px;
    height: 125px;
    color: #fff;
}

.loader:before,
.loader:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    transform: rotateX(70deg);
    animation: 1s spin linear infinite;
}

.loader:after {
    color: var(--primary);
    transform: rotateY(70deg);
    animation-delay: 0.4s;
}

@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotateZ(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotateZ(360deg);
    }
}

@keyframes rotateccw {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@keyframes spin {

    0%,
    100% {
        box-shadow: 0.6em 0px 0 0px currentcolor;
    }

    12% {
        box-shadow: 0.6em 0.6em 0 0 currentcolor;
    }

    25% {
        box-shadow: 0 0.6em 0 0px currentcolor;
    }

    37% {
        box-shadow: -0.6em 0.6em 0 0 currentcolor;
    }

    50% {
        box-shadow: -0.6em 0 0 0 currentcolor;
    }

    62% {
        box-shadow: -0.6em -0.6em 0 0 currentcolor;
    }

    75% {
        box-shadow: 0px -0.6em 0 0 currentcolor;
    }

    87% {
        box-shadow: 0.6em -0.6em 0 0 currentcolor;
    }
}

@media only screen and (max-width: 600px) {
    .product-image {
        min-height: 130px;
    }
}

@media only screen and (min-width: 600px) {
    .product-image {
        min-height: 180px;
        margin-left: 8px;
        margin-right: 8px;
    }
}

/* Loader End */
/* Loader FullScreen */
.loader-fullscreen {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999999999;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
}

.loader-loading-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-flow: column;
}

.loading-content {
    padding-top: 20px !important;
    color: white;
}

/* Loader FullScreen End */

/* Table items */
.line-breaker {
    line-break: inherit;
}

.vertical-top {
    vertical-align: top !important;
}

.discount {
    color: rgb(138, 138, 138) !important;
    text-decoration: line-through !important;
}

.uk-table-striped tbody tr:nth-of-type(odd),
.uk-table-striped>tr:nth-of-type(odd) {}





/* since nested groupes are not supported we have to use
     regular css for the nested dropdowns
  */
.tmenu * {
    transition-duration: 0.5s;
}

.tmenu li>ul {
    transform: translatex(100%) scale(0);
}

.tmenu li:hover>ul {
    transform: translatex(101%) scale(1);
}

.tmenu li>button svg {
    transform: rotate(-90deg)
}

.tmenu li:hover>button svg {
    transform: rotate(-270deg)
}

/* Below styles fake what can be achieved with the tailwind config
     you need to add the group-hover variant to scale and define your custom
     min width style.
  See https://codesandbox.io/s/tailwindcss-multilevel-dropdown-y91j7?file=/index.html
  for implementation with config file
  */
.group:hover .group-hover\:scale-100 {
    transform: scale(1)
}

.group:hover .group-hover\:-rotate-180 {
    transform: rotate(180deg)
}

.scale-0 {
    transform: scale(0)
}

.min-w-32 {
    min-width: 8rem
}


/* Tailwind Table */

.dark .dataTables_wrapper select,
.dark .dataTables_wrapper .dataTables_filter input {
    color: rgb(248, 248, 248);
    background-color: #282b2e;
    margin-right: 10px;
}

.dark .dataTables_wrapper .dataTables_filter label {
    color: white;
    margin-right: 10px;
}

.dataTables_wrapper .dataTables_filter label {
    margin-right: 10px;
}

.dataTables_wrapper select,
.dataTables_wrapper .dataTables_filter input {
    margin-right: 10px;
    color: black;
    /*text-gray-700*/
    padding-left: 1rem;
    /*pl-4*/
    padding-right: 1rem;
    /*pl-4*/
    padding-top: .5rem;
    /*pl-2*/
    padding-bottom: .5rem;
    /*pl-2*/
    line-height: 1.25;
    /*leading-tight*/
    border-width: 2px;
    /*border-2*/
    border-radius: .25rem;
    /*border-gray-200*/
    background-color: #edf2f7;
    /*bg-gray-200*/
}

/*Row Hover*/
table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
    background-color: #ebf4ff;
    /*bg-indigo-100*/
}

/*Pagination Buttons*/
.dataTables_wrapper .dataTables_paginate .paginate_button {
    font-weight: 700;
    /*font-bold*/
    border-radius: .25rem;
    /*rounded*/
    border: 1px solid transparent;
    /*border border-transparent*/
}

/*Pagination Buttons - Current selected */
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: #fff !important;
    /*text-white*/
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
    /*shadow*/
    font-weight: 700;
    /*font-bold*/
    border-radius: .25rem;
    /*rounded*/
    background: #667eea !important;
    /*bg-indigo-500*/
    border: 1px solid transparent;
    /*border border-transparent*/
}

/*Pagination Buttons - Hover */
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff !important;
    /*text-white*/
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
    /*shadow*/
    font-weight: 700;
    /*font-bold*/
    border-radius: .25rem;
    /*rounded*/
    background: #667eea !important;
    /*bg-indigo-500*/
    border: 1px solid transparent;
    /*border border-transparent*/
}

/*Add padding to bottom border */
table.dataTable.no-footer {
    border-bottom: 1px solid #e2e8f0;
    /*border-b-1 border-gray-300*/
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}

/*Change colour of responsive icon*/
table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
    background-color: #667eea !important;
    /*bg-indigo-500*/
}

.dark tbody {
    background-color: #171717 !important;
}

.dark td {
    border: 1px solid #AAAAAA;
    color: white !important;
}

.dark th {
    border: 1px solid #AAAAAA;
    color: white !important;
}

.dark table.dataTable tbody tr {
    background-color: #171717 !important;
}

.dark .dataTables_info {
    color: white !important;
}

.dark .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: white !important;
}

.plyr__video-wrapper {
    background: transparent;
}

.cart-button {
    text-align: center;
    margin: auto;
    display: block;
    padding-left: 10px;
}

.list-item-pricing li {
    border-bottom: var(--primary) 1px dotted !important;
    padding-bottom: 5px;
}

.list-item-pricing-invert li {
    border-bottom: var(--primary) 1px dotted !important;
    padding-bottom: 5px;
}

.dark .list-item-pricing-invert li {
    border-bottom: white 1px dotted !important;
    padding-bottom: 5px;
}

.container-padding {
    padding-right: 50px !important;
    padding-left: 50px !important;
}

.slider-container {
    overflow-x: hidden !important;
}

.ltr-force {
    direction: ltr !important;
    text-align: left !important;
}