:root {
    --primary-color: #E50914;
    --normal-color: #E3757C;
    --gray-style-3: #616778;
    --gray-style-5: #969697;
    --gray-in-black: rgba(68, 72, 83, 0.70);
    --normal-color-3: #E0DDDD;
}
iframe{
    max-width: 100%;
}
html {
    background: black;
}
.select2-results__option{
    color: #232323;
    font-size: 14px;
}

@media(max-width:480px) {
    html {
        font-size: 14px;
        line-height: 22px;
    }

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

    .uk-h3 {
        font-size: 20px;
        font-weight: 500;
        line-height: 30px;
    }

    .uk-h4 {
        font-size: 16px;
        line-height: 26px;
    }

    .uk-h5 {
        font-size: 16px;
        line-height: 26px;
    }

    .uk-h6 {
        font-size: 14px;
        line-height: 22px
    }

    .uk-text-small {
        font-size: 14px;
        line-height: 22px;
    }

    .uk-text-lead {
        font-size: 16px;
        font-weight: 500;
        line-height: 26px;
    }

    .el-slidenav {
        padding: 8.5px 11px;
    }

    .el-slidenav svg {
        width: 6px;
        height: 11px;
    }

    .uk-margin-small-top {
        margin-top: 10px !important;
    }

    .uk-button-small {
        line-height: 32px;
        font-size: 14px;
    }
}

.el-meta .cat_pd {
    --max-lines: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: var(--max-lines);
    -webkit-box-orient: vertical;
    width: 70%;
}

a:hover {
    transition: all .3s;
}

pre {
    color: #000;
}

.loading .uk-card,
.xemthem_category .uk-card,
.xemthem .uk-card {
    position: relative;
}

.loading .uk-card span[uk-spinner],
.xemthem_category .uk-card span[uk-spinner],
.xemthem .uk-card span[uk-spinner] {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.loading.center [uk-spinner] {
    width: 100%;
    text-align: center;
}

/* drop search */

.uk-dropdown-nav li {
    transition: all .3s;
    padding: 5px 10px;
    border-radius: 4px;
}

.uk-dropdown-nav li:not(:first-child) {
    margin-top: 10px;
}

/* seacrch */

.custom_search .uk-inline {
    background: #fff;
    position: relative;
    transition: all .3s;
}

.custom_search:hover .uk-inline {
    background: var(--normal-color-3, #E0DDDD);
}

.custom_search .uk-inline::before {
    content: "";
    position: absolute;
    bottom: 0;
    border-left: 1px solid var(--gray-style-3);
    height: 22px;
    top: 50%;
    transform: translateY(-50%);
}

.custom_search input.ip_search {
    border: none;
    color: var(--gray-style-3);
    height: 42px;
    border-radius: 100px 0 0 100px;
    padding-left: 25px;
    color: var(--gray-style-3, var(--gray-style-3));
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    transition: all .3s;
}

.custom_search:hover input.ip_search {
    background: var(--normal-color-3, #E0DDDD);
}

.custom_search input:focus-visible {
    outline: none;
}

.custom_search:hover .submit {
    background: #252B3C;
}

.custom_search .submit {
    transition: all .3s;
    height: 42px;
    background: var(--gray-style-3);
    border-radius: 0px 100px 100px 0px;
    border: none;
    padding: 0 15px;
}

.custom_search .submit:hover {
    cursor: pointer;
}

.custom_search .uk-button {
    color: var(--gray-style-1, #000);
    font-size: 16px;
    font-weight: 400;
    line-height: 42px;
    border: unset;
    min-width: 150px;
    transition: all .3s;
}


.custom_search .uk-button .uk-margin-small-left {
    margin-left: 8px !important;
}

.custom_search form>div:last-child {
    padding: 0;
}

.custom_search .uk-dropdown-nav li:first-child {
    border-radius: 4px;
    background: rgba(68, 68, 68, 0.70);
}

.custom_search .uk-dropdown-nav li:not(:first-child):hover {
    background: #252B3C;
    cursor: pointer;
}

.custom_search .uk-dropdown-nav li:not(:first-child)>span {
    transition: all .3s;
}

.custom_search .uk-dropdown-nav li:not(:first-child):hover>span {
    color: #fff !important;
}

.uk-dropdown-nav {
    max-height: 420px;
    overflow-y: scroll;
}

.uk-dropdown-nav::-webkit-scrollbar {
    display: none;
}

.menu-item-object-page .uk-badge {
    font-weight: 500;
    line-height: 10px;
    padding: 6px 8px 8px 8px;
    height: 24px;
    position: absolute;
    top: 25%;
    right: 0;
}






















/* pay_and_add */
.pay_and_add .uk-button {
    line-height: 38px;
}

.pay_and_add button svg {
    width: 24px;
    height: 24px;
}

.pay_product {
    padding: 0px 13px;
}

.add_product {
    height: 38px;
    padding: 0 7px;
}



.uk-select {
    border: 1px solid var(--normal-color-1, #FFF) !important;
}

/* popup sp */
.uk-test {
    display: none;
    margin: 0;
}

.uk-overflow-auto {
    height: 600px;
}

.uk-overflow-auto::-webkit-scrollbar {
    display: none;
}

#filter_product .uk-flex-inline {
    gap: 12px;
}

#filter_product .uk-select {
    min-width: 193px;
}

body.author footer {
    display: none;
}

/*navbar */
@media (min-width: 960px) {
    .uk-navbar .uk-navbar-right .uk-navbar-nav {
        gap: 0px;
    }
}

.uk-navbar-dropdown-nav>li>a {
    background: var(--normal-color-3, var(--normal-color-3));
    margin-bottom: 10px;
}

.uk-navbar-dropdown-nav>li:last-child a {
    margin-bottom: 0px;
}

/*slider*/
.el-slidenav {
    opacity: 0.6;
}

.el-slidenav svg polyline {
    stroke-width: 3;
}

.el-slidenav svg {
    max-width: 10px;
}

.uk-section-primary:not(.uk-preserve-color) .uk-dotnav>.uk-active>* {
    width: 30px;
    border-radius: 30px;
}



@media(max-width:480px) {

    .uk-grid>.uk-flex-inline .uk-icon {
        height: 28px;
        width: 28px;
    }

    .page-id-12 #menu_mb .uk-grid>div:first-child .el-item {
        border-color: var(--primary-color);
    }

    .post-type-archive-product #menu_mb .uk-grid>div:nth-child(2) .el-item {
        border-color: var(--primary-color);
    }

    .page-id-29 #menu_mb .uk-grid>div:nth-child(3) .el-item {
        border-color: var(--primary-color);
    }

    .page-id-549 #menu_mb .uk-grid>div:nth-child(4) .el-item {
        border-color: var(--primary-color);
    }

    .page-id-30 #menu_mb .uk-grid>div:nth-child(5) .el-item {
        border-color: var(--primary-color);
    }

    .cart_header .img_cart {
        width: 23px;
        height: 23px;
    }

    .cart_header>.cart_count {
        font-size: 10.5px;
        line-height: 7.5px;
        height: 18px;
        width: 18px;
        top: -3px;
        right: -3px;
    }

    /* popup sp */
    .uk-modal-body {
        padding: 15px;
        width: 93%;
    }

    .uk-overflow-auto {
        height: 541px;
        position: unset;
    }

    .uk-modal-body .uk-close {
        background: #969697;
        color: #000;
        border-radius: 50%;
    }

    .uk-modal-body [class*=uk-modal-close-] {
        top: 20px;
        right: 20px;
        padding: 7px;
    }

    /* pay-add */
    .pay_product {
        padding: 0px 14px;
    }

}


.uk-inline-clip,
.uk-inline-clip img {
    width: 100%;
    height: auto;
}

/*Dokan*/
body.dokan-dashboard .media-modal-content button[type="button"] {
    color: #232323 !important;
}
.dokan-dashboard-wrap {
    color: #232323 !important;
}

/* .dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget{
    background: #ffffff1a;
    border-color: #ebebeb10;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter .count,
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title{
    border-color: #ebebeb10;
} */