@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800&display=swap');

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
        color: #0b78cc;
    }

img {
    max-width: 100%;
}

body {
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
    color: #383533;
    color: #555;
    height: 100%;
    font-weight: 400;
    overflow-x: hidden;
    background-color: #f8f8f8;
}

a {
    color: #0c4cab;
}

.container {
    max-width: 1200px;
}

@media (max-width: 768px) {
    .container {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.gutter-5.row {
    margin: 0 -4px;
}

    .gutter-5.row > div {
        padding: 0 4px;
    }

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: none;
    box-shadow: none;
}

.btn:focus {
    outline: none !important;
}

.rounded-4 {
    border-radius: 2rem !important;
}

.form-control {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.font-size-12 {
    font-size: 0.75rem !important;
}

.font-size-13 {
    font-size: 13px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-15 {
    font-size: 15px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-28 {
    font-size: 30px;
}

.font-size-30 {
    font-size: 30px;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-800 {
    font-weight: 800;
}

.leading-loose {
    line-height: 1.6;
}

.text-grey {
    color: #575c65;
}

.text-white-60 {
    color: rgba(255, 255, 255, 0.6);
    transition: color 0.3 ease;
}

    .text-white-60:hover {
        color: rgba(255, 255, 255, 1);
    }

.product-list .row > div {
    padding: 0 5px;
}

.product-list .row {
    margin: 0 -5px;
}

@media(min-width:1200px) {
    .product-list .row > .col {
        flex: 0 0 auto;
        width: 20%;
    }
}

img:not([src]):not([srcset]) {
    visibility: hidden;
}

.row.gutter-6 {
    margin-left: -3px;
    margin-right: -3px;
}

    .row.gutter-6 > div {
        padding-left: 3px;
        padding-right: 3px;
    }

.row.gutter-10 {
    margin-left: -5px;
    margin-right: -5px;
}

    .row.gutter-10 > div {
        padding-left: 5px;
        padding-right: 5px;
    }

.u-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.z-index-2 {
    z-index: 2;
}

.mb-6 {
    margin-bottom: 6px;
}

.header-main {
    background-color: #882cef;
    color: rgba(255, 255, 255, 0.98);
}

    .header-main h5 a {
        color: #fffc19;
    }

        .header-main h5 a:active {
            position: relative;
            top: 1px;
        }

.site-header {
}

.header-dropdown-inner {
    border-top: 3px solid #F2D95C;
    background: #0e0522;
}

    .header-dropdown-inner h4 {
        color: rgba(255, 255, 255, 0.95);
        font-size: 14px;
        font-weight: 700;
        transition: color 0.3s ease;
        font-family: "Roboto Condensed", sans-serif;
        text-transform: uppercase;
    }

    .header-dropdown-inner li {
        color: rgba(255, 255, 255, 0.95);
        font-size: 13px;
        font-weight: 500;
        transition: color 0.3s ease;
        font-family: "Roboto Condensed", sans-serif;
        text-transform: uppercase;
    }

.header-dropdown-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}

.site-header-inner {
    height: 56px;
}

.site-header .logo {
    margin-right: 40px;
}

.main-nav-list > li {
    margin-right: 30px;
    position: relative;
}

    .main-nav-list > li:last-child {
        margin-right: 0;
    }

    .main-nav-list > li > a {
        display: flex;
        align-items: center;
        color: #534e58;
        height: 50px;
        line-height: 50px;
        transition: .3s;
        transition: 0.3s ease;
        font-weight: 700;
        font-size: 12px;
        text-transform: uppercase;
    }

        .main-nav-list > li > a .fa {
            font-size: 18px;
        }

.main-nav-container.fixed .main-nav-list > li > a {
    height: 55px;
    line-height: 55px;
    color: #000;
}

.main-nav-list > li > a:hover {
    color: #000;
}

.main-nav-container {
    background-color: #fff;
    padding: 5px 0;
}

    .main-nav-container.fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #188072;
        box-shadow: 0 0 20px rgba(0, 0, 0, .4);
    }

.dropdown_menu,
.mega_dropdown_menu {
    position: absolute;
    left: -20px;
    width: 380px;
    top: 140%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    padding-top: 20px;
    z-index: 9000;
}

.dropdown_inner:before {
    content: '';
    position: absolute;
    top: -8px;
    left: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #fff transparent;
}

.dropdown_inner {
    background: #fff;
    padding: 10px 0;
    position: relative;
    box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.25);
    border-radius: 1px;
}

.dropdown_menu ul {
    margin: 0;
    padding: 0 0;
    list-style-type: none;
}

    .dropdown_menu ul > li > a {
        display: block;
        padding: 8px 6px 8px 20px;
        color: #555;
        transition: all 0.25s;
        position: relative;
        font-size: 14px;
        font-weight: 500;
    }

    .dropdown_menu ul > li:last-child > a {
        border-bottom: 0;
    }

    .dropdown_menu ul > li > a:hover {
        color: #01684d;
        padding-left: 30px;
    }

.main-nav-list > li:hover .dropdown_menu {
    opacity: 1;
    top: calc(100%);
    visibility: visible;
}

.site_overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    z-index: 9999;
    opacity: 0.5;
    display: none;
}


/* mobile menu */

.mobile-menu {
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 6px;
    margin-right: 10px;
}

.mobile-menu-button {
    width: 18px;
    height: 18px;
    position: relative;
}

    .mobile-menu-button span {
        width: 100%;
        height: 2px;
        background: #fff;
        position: absolute;
        top: 8px;
    }

        .mobile-menu-button span:before,
        .mobile-menu-button span:after {
            content: '';
            height: 2px;
            width: 100%;
            background: #fff;
            position: absolute;
            left: 0;
            transition: .12s ease;
        }

        .mobile-menu-button span:before {
            top: -5px;
        }

        .mobile-menu-button span:after {
            bottom: -5px;
        }


/* push nav */

.push-nav-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
}

.push-nav {
    line-height: 24px;
    background: #fff;
    position: fixed;
    width: 300px;
    max-width: 90%;
    height: 100%;
    box-shadow: none;
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    top: 0;
    left: 0;
    z-index: 10000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: transform 0.25s ease, box-shadow 0.25s;
    -moz-transition: transform 0.25s ease, box-shadow 0.25s;
    -o-transition: transform 0.25s ease, box-shadow 0.25s;
    transition: transform 0.25s ease, box-shadow 0.25s;
}

.mobile_nav_visible .push-nav {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.push_nav_menu > ul {
    list-style-type: none;
    padding: 0 0;
    margin: 0;
}

    .push_nav_menu > ul > li:not(:last-child) {
        color: red;
    }

    .push_nav_menu > ul > li > a {
        font-size: 15px;
        color: #0c0c4c;
        display: block;
        padding: 4px 0;
        -moz-transition: color 0.4s ease;
        -ms-transition: color 0.4s ease;
        -o-transition: color 0.4s ease;
        -webkit-transition: color 0.4s ease;
        transition: color 0.4s ease;
        position: relative;
        padding-right: 30px;
        font-weight: 500;
    }

        .push_nav_menu > ul > li > a:hover {
            color: #333;
        }

        .push_nav_menu > ul > li > a:hover,
        .push_nav_menu > ul > li > a:link,
        .push_nav_menu > ul > li > a:active {
            text-decoration: none !important;
        }

        .push_nav_menu > ul > li > a.open {
            color: #000 !important;
        }

    .push_nav_menu > ul > li.has-sub-menu > a:after {
        right: 0;
        position: absolute;
        color: #666;
        font-size: 15px;
        content: "\f105";
        font-family: "FontAwesome";
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: transform 0.4s ease;
    }

    .push_nav_menu > ul > li.has-sub-menu > a.open:after {
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }


    /** Mobile menu LEVEL - 2 **/

    .push_nav_menu > ul ul {
        list-style-type: none;
        padding: 0 0 0 20px;
        margin: 0;
        display: none;
    }

        .push_nav_menu > ul ul li {
            padding: 5px 0;
        }

        .push_nav_menu > ul ul a {
            display: block;
            color: #999;
            font-size: 14px;
            font-weight: 500;
        }

            .push_nav_menu > ul ul a:hover {
                color: #444;
            }

.form-control:focus {
    outline: none;
    box-shadow: none;
}

.select-ad-image {
    background-color: #fff;
    border: 1px solid #ccc;
    overflow: hidden;
}

    .select-ad-image:not(.image-loaded) {
        cursor: pointer;
    }

    .select-ad-image:before {
        padding-top: 100%;
        display: block;
        content: "";
    }

    .select-ad-image img {
        max-width: 100%;
        max-width: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

.ad-row .form-control {
    font-weight: 500;
    font-size: 16px;
    padding: 10px;
    color: #111;
    border: 2px solid #ccc;
}

select.form-control:not([size]):not([multiple]) {
    height: auto !important;
}

.select-ad-image {
    position: relative;
    border-radius: 4px;
    margin-top: 10px;
}

    .select-ad-image > div {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
    }

    .select-ad-image:not(.image-loaded):after {
        position: absolute;
        content: "+";
        font-size: 24px;
        line-height: 36px;
        color: #bd2130;
        font-weight: 400;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: 40px;
        width: 40px;
        text-align: center;
        border: 1px solid #bd2130;
        border-radius: 50%;
        z-index: 1;
    }

    .select-ad-image:not(.image-loaded):hover {
        background-color: #f04b4b;
        border-color: #f04b4b;
    }

        .select-ad-image:not(.image-loaded):hover:after {
            color: rgba(255, 255, 255, 0.65);
            border: 2px solid rgba(255, 255, 255, 0.65);
        }

    .select-ad-image.loading:after {
        opacity: 0;
    }

    .select-ad-image.loading > div {
        background: url(/images/spinner.svg) no-repeat 50% 50%;
        background-size: 100px 100px;
    }

    .select-ad-image > div .img-container {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

        .select-ad-image > div .img-container img {
            z-index: 1;
        }

        .select-ad-image > div .img-container span.remove {
            z-index: 2;
            width: 25px;
            height: 25px;
            position: absolute;
            right: 0;
            top: 0;
            background: rgba(0, 0, 0, 0.65) url(/images/remove.png) no-repeat 50% 50%;
            cursor: pointer;
        }

            .select-ad-image > div .img-container span.remove:hover {
                background-color: rgba(0, 0, 0, 0.85);
            }

#images_buffer {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
}

.featured_badge {
    position: absolute;
    left: 6px;
    top: 6px;
    background: #15c500;
    color: #fff;
    padding: 5px 10px;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    z-index: 10;
}

.image-container-wrapper {
    width: 100%;
    height: auto;
    max-height: 100%;
    position: relative;
    background-color: #eee;
}

.image-container {
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 0px;
    padding-top: 100%;
}

    .image-container img {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: auto;
        min-height: 0px;
        max-width: 100%;
    }

.text-red {
    color: #e43232;
}

a.mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.product-price .currency-sign {
    font-size: 14px;
}

.price-orange {
    color: #ff571c;
}

.text-white-06 {
    color: rgba(255, 255, 255, 0.75);
    transition: color 0.3s ease;
}

.hover-opacity-1:hover {
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 767.98px) {
    a:active,
    a:focus {
        background-color: rgba(0, 0, 0, .2);
    }
}

.line-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media (min-width: 768px) {
    .font-weight-md-800 {
        font-weight: 800;
    }

    .font-weight-md-700 {
        font-weight: 700;
    }

    .font-size-md-13 {
        font-size: 13px !important;
    }

    .font-size-md-14 {
        font-size: 14px !important;
    }

    .font-size-md-15 {
        font-size: 15px !important;
    }

    .font-size-md-16 {
        font-size: 16px;
    }

    .font-size-md-18 {
        font-size: 18px;
    }

    .font-size-md-20 {
        font-size: 20px;
    }

    .font-size-md-24 {
        font-size: 24px;
    }

    .font-size-md-30 {
        font-size: 30px;
    }
}

.ribbon {
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 2;
    padding: 2px 10px;
    border-radius: 2px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
}

    .ribbon.sale {
        border: 2px solid rgba(255, 255, 255, .4);
        background-color: #f70a0a;
        color: #fff;
    }

    .ribbon.featured {
        border: 2px solid rgba(255, 255, 255, .4);
        background-color: #5833db;
        color: #fff;
    }

    .ribbon.new {
        border: 2px solid rgba(255, 255, 255, .4);
        background-color: #d6ba10;
        color: #fff;
    }

.listing-geodir-category {
    position: absolute;
    top: -20px;
    left: 18px;
    color: #fff;
    border-radius: 4px;
    z-index: 5;
    box-shadow: 0px 0px 0px 7px rgb(255 255 255 / 40%);
    background-color: #3EAAFD;
    max-width: calc(100% - 36px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
