@import url('https://fonts.cdnfonts.com/css/nunito');

:root {
    --color_bg: #FFF;
    --color_bg_item: #f0f1f2 /* F7FAFF */;
    --color_main: #f8571d;
    --color_main2: #333333;
    --color_index_review: #62aefb;
    --color1: #333;
    --color2: #FFF;
    --border_radius: 0;
    --image_title: url(//bizweb.dktcdn.net/100/482/001/themes/906081/assets/image_title_all.png?1701835875250);
}

body {
    font-family: 'Nunito', sans-serif !important;
}

.container.section-title-container {
    margin-bottom: 0;
}

.section-title.section-title-normal,
.section-title.section-title-normal span {
    border: none;
}

.main-title {
    font-size: 30px;
    margin-bottom: 10px;
}

#woocommerce-product-search-field-0 {
    background: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid;
    padding: 2.5px 25px 2.5px 0;
    width: 100%;
    color: var(--color1);
    border-radius: 0 !important;
}

.searchform .button.icon {
    background: transparent;
    border: none;
    color: #000;
}

.header-nav .header-search-form .flex-col:not(.flex-grow) {
    width: 30px;
    margin-left: -30px;
}

#wide-nav .nav > li > a {
    font-size: 17px;
}

.account-item a.is-small::before {
    content: "" !important;
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../img/account.svg) center / contain no-repeat;
    display: block;
    margin: auto;
    opacity: 1 !important;
}

.icon-shopping-basket::before {
    content: "" !important;
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../img/mini-cart.svg) center / contain no-repeat;
    margin-top: 5px;
}

.account-item a i {
    display: none;
}


.widget .is-divider {
    display: none;
}

.widget.widget_price_filter form {
    margin-top: 20px;
}

.widget .widget-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--color1);
}

#footer .ux-menu-title {
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
}

#footer .ux-menu-link__link {
    min-height: unset;
    padding: unset;
    color: var(--color1);
}

.footer-bottom {
    border-top: 1px solid #ddd;
}

.footer-bottom .col {
    padding-bottom: 0;
}

.footer-bottom p {
    font-size: 13px;
}

.absolute-footer {
    display: none;
}


/* PRODUCTS */
.product-small .three-gallery-images {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    list-style: none;
    background-color: #fff;
}

.product-small .three-gallery-images li {
    border: 1px solid #DbDbDb;
}

.product-small .three-gallery-images li a img {
    max-height: 40px;
}

.product-small.col .col-inner {
    background: #ffffff !important;
    padding: 0 !important;
}

.product-small.box {
    border: 1px solid var(--color_bg_item);
    background: var(--color_bg_item);
    border-radius: var(--border_radius);
    transition: all .5s;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.product-small .box-text {
    padding: 15px;
    border: 1px solid var(--color_bg_item);
    background: var(--color_bg_item);
    border-radius: var(--border_radius);
    transition: all .5s;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.product-small .cate-wrapper {
    color: var(--color_main2);
    text-transform: uppercase;
}

.product-small .name  a {
    font-size: 14px;
    color: var(--color1);
}

.product-small .price-wrapper {
    margin-top: 5px;
}

.product-small span.amount {
    color: #F30;
    font-size: 17px;
    font-weight: bolder;
    margin-right: 10px;
}

.product-small del span.amount {
    color: #AAA;
    font-size: 16px;
    font-weight: 500;
}

.product-small .badge-container {
    margin-top: 5px;
}

.product-small .badge-frame {
    margin-left: 5px;
}


/* POST */
.post-item .box {
    background-color: #F0F1F2;
    padding: 15px;
}


.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url], select, textarea {
    box-shadow: none !important;
    border-radius: 4px !important;
}

@media only screen and (max-width: 48em) {

    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .off-canvas-left .mfp-content {
        width: 100% !important;
        background-color: #ffff !important;
        box-shadow: none !important;
    }

    .off-canvas:not(.off-canvas-center) .nav-vertical li>a {
        color: #000;
        font-size: 14px;
    }

    .off-canvas:not(.off-canvas-center) .nav-vertical li>a span {
        position: relative;
        text-align: left;
        top: 0;
    }
}

