/*
Template Name: Qefood WP
Template URI: https://anthemes.com/html/qefood/
Item Title: Qefood - Community Recipes Sharing HTML Template
Version: 1.0 
Author Name: An-Themes
Author Portfolio: http://themeforest.net/user/An-Themes/portfolio

------------------------------------------------ 

    0.  CSS Reset 
    1.  Layout
    2.  Header
    3.  Home Content
    4.  Entry Content
    5.  Sidebar & Widgets
    6.  Comments
    7.  Contact Form
    8.  Custom Pages 
    9.  Footer
    10.  Shortcodes

-------------------------------------------------- */

/*-----------------------------------------------------------------------------
----------------------------- 0 - CSS Reset -----------------------------------
-----------------------------------------------------------------------------*/
@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+HK:wght@300;400;500;700&family=Poppins:wght@300;400;500;700&display=swap");

:root {
    /* --bs-primary: #ffa238; */
    /* --bs-primary: #ffb400; */
    /*   --gd-primary: #ffb400;
    --gd-primary-hover: #ff9a00; */

    --gd-primary: #82b525;
    --gd-primary-hover: #b0d56c;

    /* --bs-primary-rgb: 255, 162, 56; */
    /* --bs-primary-rgb: 255, 180, 0; */
    /* --gd-primary-rgb: 255, 180, 0;
    --gd-primary-rgb-hover: 255, 154, 0; */
    --gd-primary-rgb: 0, 160, 135;
    --gd-primary-rgb-hover: 112, 148, 43;


    html,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    form,
    li,
    ul,
    ol,
    p,
    input,
    select,
    legend,
    textarea,
    fieldset {
        margin: 0;
        padding: 0;
    }

    body,
    wrapper {
        margin: 0;
        padding: 0;
        min-height: 95vh;
        text-indent: 2px;
    }

    .flex-fill {
        flex: 1 1 auto;
    }

    ul,
    ol {
        list-style-type: none;
    }

    :focus {
        outline: 0;
    }

    ins {
        text-decoration: none;
    }

    del {
        text-decoration: line-through;
    }

    img {
        border: none;
    }

    a {
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    }

    a {
        color: var(--gd-primary);
        /* text-decoration: underline; */
    }

    a:hover {
        color: var(--gd-primary-hover);
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        color: #333;
        line-height: 1.5;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 1.375rem;
    }

    h4 {
        font-size: 1.25rem;
    }

    h5 {
        font-size: 1.125rem;
    }

    h6 {
        font-size: 1rem;
    }

    pre {
        background-image: url(../images/bg_pre.png);
        background-color: #fff;
        line-height: 20px;
        font-size: 12px;
        display: block;
        margin: 14px 0;
        overflow: hidden;
        padding: 21px 18px 18px 18px;
        border: 1px solid #eae9e9;
    }

    pre:hover {
        overflow: scroll;
    }

    strong {
        font-weight: 700;
    }

    fieldset {
        border: none;
    }

    .clear {
        clear: both;
        display: block;
    }

    .sleft {
        float: left;
    }

    .sright {
        float: right;
    }

    iframe {
        border: 0 !important;
    }

    .w-0 {
        width: 0 !important;
    }

    .h-0 {
        height: 0 !important;
    }

    .fs-7 {
        font-size: 0.875rem;
    }

    .fs-8 {
        font-size: 0.75rem;
    }

    .rounded-4 {
        border-radius: 0.5rem;
    }

    .rounded-5 {
        border-radius: 0.75rem;
    }

    .rounded-6 {
        border-radius: 1rem;
    }

    /* input[type="email"],
input[type="number"],
input[type="search"],
textarea,
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"] {
    -webkit-appearance: none;
    height: 40px;
    font-size: 0.875rem;
    color: #333;
    font-weight: 700;
    border: 1px solid var(--bs-gray-300);
}

input[type="submit"] {
    -webkit-appearance: none !important;
    opacity: 1;
} */

    ::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #999;
        /* opacity: 1; */
        font-size: 1rem;
    }

    :-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #999;
        /* opacity: 1; */
        font-size: 1rem;
    }

    ::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #999;
        /* opacity: 1; */
        font-size: 1rem;
    }

    :-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #999;
        /* opacity: 1; */
        font-size: 1rem;
    }

    .btn {
        border-radius: 0.5rem;
    }

    .btn-primary {
        color: #fff;
        background-color: var(--gd-primary);
        border-color: var(--gd-primary);
    }

    .btn-primary:hover {
        color: #fff;
        background-color: var(--gd-primary-hover);
        border-color: var(--gd-primary-hover);
    }

    .btn-check:focus+.btn-primary,
    .btn-primary:focus {
        color: #fff;
        background-color: var(--gd-primary-hover);
        border-color: var(--gd-primary-hover);
        box-shadow: 0 0 0 0.25rem rgba(255, 162, 56, 0.5);
    }

    .btn-check:checked+.btn-primary,
    .btn-check:active+.btn-primary,
    .btn-primary:active,
    .btn-primary.active,
    .show>.btn-primary.dropdown-toggle {
        color: #fff;
        background-color: var(--gd-primary-hover);
        border-color: var(--gd-primary-hover);
    }

    .btn-primary:disabled,
    .btn-primary.disabled {
        color: #fff;
        background-color: var(--gd-primary);
        border-color: var(--gd-primary);
    }

    .btn-outline-primary {
        color: var(--gd-primary);
        border-color: var(--gd-primary);
    }

    .btn-outline-primary:hover {
        color: #fff;
        background-color: var(--gd-primary);
        border-color: var(--gd-primary);
    }

    .btn-check:focus+.btn-outline-primary,
    .btn-outline-primary:focus {
        box-shadow: 0 0 0 0.25rem rgba(255, 162, 56, 0.5);
    }

    .btn-check:checked+.btn-outline-primary,
    .btn-check:active+.btn-outline-primary,
    .btn-outline-primary:active,
    .btn-outline-primary.active,
    .btn-outline-primary.dropdown-toggle.show {
        color: #fff;
        background-color: var(--gd-primary);
        border-color: var(--gd-primary);
    }

    .btn-check:checked+.btn-outline-primary:focus,
    .btn-check:active+.btn-outline-primary:focus,
    .btn-outline-primary:active:focus,
    .btn-outline-primary.active:focus,
    .btn-outline-primary.dropdown-toggle.show:focus {
        box-shadow: 0 0 0 0.25rem rgba(255, 162, 56, 0.5);
    }

    .btn-outline-primary:disabled,
    .btn-outline-primary.disabled {
        color: var(--gd-primary);
        background-color: transparent;
    }

    .btn-link {
        font-weight: 400;
        color: var(--gd-primary);
        text-decoration: underline;
    }

    .btn-link:hover {
        color: var(--gd-primary-hover);
    }

    /* .btn-link:disabled,
.btn-link.disabled {
    color: #6c757d;
} */

    .btn-link-secondary {
        color: var(--bs-secondary);
        text-decoration: underline;
    }

    .btn-link-secondary:hover {
        color: #5c636a;
    }

    .alert-primary {
        color: #084298;
        background-color: #cfe2ff;
        border-color: #b6d4fe;
    }

    .alert-primary .alert-link {
        color: #06357a;
    }

    .list-group-item-primary {
        color: #084298;
        background-color: #cfe2ff;
    }

    .list-group-item-primary.list-group-item-action:hover,
    .list-group-item-primary.list-group-item-action:focus {
        color: #084298;
        background-color: #bacbe6;
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #084298;
        border-color: #084298;
    }

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

    .link-primary:hover,
    .link-primary:focus {
        color: var(--gd-primary-hover);
    }

    .border-primary {
        border-color: var(--gd-primary) !important;
    }

    .text-primary {
        --bs-text-opacity: 1;
        color: rgba(var(--gd-primary-rgb), var(--bs-text-opacity)) !important;
    }

    .bg-primary {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--gd-primary-rgb), var(--bs-bg-opacity)) !important;
    }

    .bg-facebook {
        background-color: #1877f2 !important;
    }

    .bg-instgram {
        background-image: linear-gradient(to right, #7638fa, #d300c5, #ff0069, #ff7a00, #ffd600) !important;
    }

    .bg-twitter {
        background-color: #1d9bf0 !important;
    }

    .bg-pinterest {
        background-color: #e60023 !important;
    }

    .bg-whatsapp {
        background-color: #59ce72 !important;
    }

    .bg-line {
        background-color: #06c755 !important;
    }

    .bg-wechat {
        background-color: #1aad19 !important;
    }

    .bg-telegram {
        background-color: #2aabee !important;
        background-color: #1c93e3 !important;
        background-color: #54a9eb !important;
    }

    .bg-white-smoke {
        background-color: #f4f4f6 !important;
    }

    a,
    button {
        transition-property: all;
        transition-duration: 0.2s;
        transition-timing-function: ease;
    }

    /* .dropdown .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
} */

    .dropdown-item.active,
    .dropdown-item:active {
        background-color: var(--gd-primary);
    }

    .orders-area .badge {
        font-size: 1rem;
        font-weight: 400;
    }

    .badge-primary {
        background-color: rgba(var(--gd-primary-rgb), 0.2);
        color: var(--gd-primary);
    }

    .badge-secondary {
        background-color: rgba(var(--bs-secondary-rgb), 0.2);
        color: var(--bs-secondary);
    }

    .badge-success {
        background-color: rgba(var(--bs-success-rgb), 0.2);
        color: var(--bs-success);
    }

    .badge-danger {
        background-color: rgba(var(--bs-danger-rgb), 0.2);
        color: var(--bs-danger);
    }

    .badge-warning {
        background-color: rgba(var(--bs-warning-rgb), 0.2);
        color: var(--bs-warning);
    }

    .badge-info {
        background-color: rgba(var(--bs-info-rgb), 0.2);
        color: var(--bs-info);
    }

    /*-----------------------------------------------------------------------------
----------------------------- 1 - Layout --------------------------------------
-----------------------------------------------------------------------------*/

    * {
        margin: 0;
        padding: 0;
    }

    html body {
        /* background-color: #f5f5f5; */
        background-color: var(--bs-white);
        font-family: "Poppins", "Noto Sans HK", "Noto Sans", "Helvetica", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 16px;
        color: var(--bs-body-color);
        font-weight: 400;
        line-height: 1.5;
        -webkit-text-size-adjust: none;
        overflow-x: hidden;
        height: fit-content;
    }

    a:link,
    a:visited {
        /* color: #000; */
        text-decoration: none;
    }

    a:hover {
        color: var(--gd-primary-hover);
    }

    ::-moz-selection {
        background-color: #000;
        color: var(--bs-white);
        text-shadow: none;
    }

    ::selection {
        background-color: #000;
        color: var(--bs-white);
        text-shadow: none;
    }

    /* - Header - */

    header {
        /* background-color: #000;
    width: 100%;
    height: auto;
    margin: 0 auto;
    z-index: 2;
    position: relative; */
    }

    .main-header {
        /* width: 1536px; */
        /* width: 100% !important;
    height: 90px; */
        /* margin: 0 auto; */
        /* padding: 0 1.5rem; */
    }

    /* @media only screen and (min-width: 576px) {
    .main-header {
        padding: 0 1rem;
    }
}

@media only screen and (min-width: 768px) {
    .main-header {
        padding: 0 1.5rem;
    }
}

@media only screen and (min-width: 992px) {
    .main-header {
        padding: 0 2rem;
    }
}

@media only screen and (min-width: 1200px) {
    .main-header {
        padding: 0 2.5rem;
    }
}

@media only screen and (min-width: 1400px) {
    .main-header {
        padding: 0 3rem;
    }
}

@media only screen and (min-width: 1920px) {
    .main-header {
        padding: 0 4rem;
    }
} */

    @media (max-width: 991.98px) {
        .offcanvas-collapse {
            position: fixed;
            /* top: 56px; */
            top: 70px;
            /* Height of navbar */
            bottom: 0;
            left: 100%;
            width: 100%;
            padding-right: 1rem;
            padding-left: 1rem;
            overflow-y: auto;
            visibility: hidden;
            background-color: #343a40;
            transition: transform .3s ease-in-out, visibility .3s ease-in-out;
        }

        .offcanvas-collapse.open {
            visibility: visible;
            transform: translateX(-100%);
        }

        .offcanvas-collapse .nav-link {
            padding: 1.25rem 1rem;
            font-size: 1.125rem;
        }
    }

    .nav-scroller {
        position: relative;
        z-index: 2;
        height: 2.75rem;
        overflow-y: hidden;
    }

    .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        color: rgba(255, 255, 255, .75);
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .nav-underline .nav-link {
        padding-top: .75rem;
        padding-bottom: .75rem;
        font-size: .875rem;
        color: #6c757d;
    }

    .nav-underline .nav-link:hover {
        color: #007bff;
    }

    .nav-underline .active {
        font-weight: 500;
        color: #343a40;
    }

    @media (min-width: 992px) {
        nav .nav-item {
            margin-right: 1rem;
        }
    }

    nav .dropdown-menu {
        background-color: var(--bs-dark);
        color: var(--bs-white);
        border: none;
    }

    nav .dropdown-item {
        display: block;
        width: 100%;
        padding: 0.25rem 1rem;
        clear: both;
        font-weight: 400;
        color: var(--bs-white);
        text-align: inherit;
        text-decoration: none;
        white-space: nowrap;
        background-color: transparent;
        border: none;
    }

    nav .dropdown-item:focus,
    nav .dropdown-item:hover {
        background-color: transparent;
        color: var(--gd-primary);
    }

    .wrap-center {
        width: 1370px;
        height: auto;
        margin: 0 auto;
    }

    .wrap-middle {
        width: 1370px;
        height: auto;
        margin: 0 auto;
    }

    /* - Layout content - */

    .wrap-fullwidth {
        width: 1370px;
        height: auto;
        margin: 0 auto 80px auto;
    }

    .wrap-fullwidth-bg {
        background-color: #fff;
        width: 1370px;
        height: auto;
        margin: 60px auto 80px auto;
        border-radius: 5px;
    }

    .wrap-fullwidth-bg .entry {
        width: auto;
        padding: 0 50px 40px 50px;
    }

    .wrap-modules {
        background-color: #fafafa;
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 20px 0 10px 0;
    }

    .home-sidebar {
        width: 1000px;
        height: auto;
        float: left;
    }

    .single-fw-bg {
        background-color: #fff;
        margin-top: 60px;
        padding-bottom: 30px;
    }

    /* .page-content */

    .single-content {
        background-color: #fff;
        width: 1000px;
        float: left;
        padding: 0 0 40px 0;
        margin-top: 60px;
        border-radius: 5px;
    }

    .sidebar {
        width: 330px;
        float: left;
        margin-left: 40px;
        margin-top: 60px;
        margin-bottom: 5px;
    }

    section.banner {
        background-color: #fff;
    }

    section.banner .row-banner {
        margin-top: 0;
    }

    section.banner .row-sub-banner {
        margin-top: 2rem;
    }

    section.banner .row-banner>*,
    section.banner .row-sub-banner>* {
        padding-right: 0;
        padding-left: 0;
    }

    @media only screen and (min-width: 768px) {

        section.banner .row-banner,
        section.banner .row-sub-banner {
            margin-top: 3rem;
        }

        section.banner .row-banner>*,
        section.banner .row-sub-banner>* {
            padding-right: calc(var(--bs-gutter-x) * .5);
            padding-left: calc(var(--bs-gutter-x) * .5);
        }
    }

    .img-wrapper {
        position: relative;
        padding-top: 100%;
        overflow: hidden;
        height: 0;
        border-radius: 1rem;
    }

    .img-wrapper.fourbythree {
        /* 4:3 */
        padding-top: 75%;
    }

    .img-wrapper.wide {
        /* 16:9 */
        padding-top: 56.25%;
    }

    .img-wrapper.ultrawide {
        /* 21:9 */
        padding-top: 42.857%;
    }

    .img-wrapper.superultrawide {
        /* 32:9 */
        padding-top: 28.125%;
    }

    .img-wrapper.banner {
        /* 20:9 */
        padding-top: 45%;
        /* padding-top: 43%; */
    }

    .img-wrapper.fourbyone {
        position: relative;
        /* 4:1 */
        padding-top: 25%;
        overflow: hidden;
        height: 0;
    }

    .img-wrapper img,
    .img-wrapper video,
    .img-wrapper .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .img-wrapper img {
        transition: all 0.2s;
        /* border-radius: 1rem; */
    }

    .img-wrapper img:hover {
        transform: scale(1.05);
        /* border-radius: 1rem; */
    }

    .img-wrapper .overlay {
        background-color: rgba(var(--bs-black-rgb), 0.3);
    }

    .visuallyhidden {
        position: absolute;
        clip: rect(1px, 1px, 1px, 1px);
        -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
        clip-path: inset(0px 0px 99.9% 99.9%);
        overflow: hidden;
        height: 1px;
        width: 1px;
        padding: 0;
        border: 0;
    }

    .main-content {
        background-color: var(--bs-white);
        /* min-height: calc(100vh - 90px - 75px); */
    }


    .page-title {
        font-size: 1.5rem;
        margin-top: 3rem;
        margin-bottom: 1.5rem;
    }

    .form-control:focus {
        border-color: rgba(var(--gd-primary-rgb), 0.5);
        box-shadow: 0 0 0 0.25rem rgba(var(--gd-primary-rgb), 0.25);
    }

    .form-check {
        padding-left: 2rem;
        min-height: 2rem;
        margin-bottom: .5rem;
        display: flex;
        align-items: center;
    }

    .form-check .form-check-input {
        float: none;
        margin-left: -2rem;
    }

    .form-check-input[type=radio],
    .form-check-input[type=checkbox] {
        width: 2rem;
        height: 2rem;
        border-color: var(--bs-gray-300);
        margin-top: 0;
    }

    .form-check-input:focus {
        border-color: rgba(var(--gd-primary-rgb), 0.5);
        box-shadow: 0 0 0 0.25rem rgba(var(--gd-primary-rgb), 0.25);
    }

    .form-check-input:checked {
        /* background-color: var(--gd-primary);
    border-color: var(--gd-primary); */
        background-color: var(--bs-white);
        border-color: var(--bs-gray-300);
    }

    .form-check-input:checked[type=checkbox] {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffb400' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
    }

    .form-check-input:checked[type=radio] {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-3 -3 6 6'%3e%3ccircle r='2' fill='%23ffb400'/%3e%3c/svg%3e");
    }

    .form-check .form-check-label {
        margin-left: 1rem;
    }

    input[type="radio"],
    input[type="checkbox"] {
        /* Add if not using autoprefixer */
        /* -webkit-appearance: none;
    appearance: none; */
        /* For iOS < 15 to remove gradient background */
        /* background-color: #fff; */
        /* Not removed via appearance */
        /* margin: 0;

    font: inherit;
    color: var(--bs-gray-300);
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid var(--bs-gray-300);
    border-radius: 50%;
    transform: translateY(-0.075rem);

    display: grid;
    place-content: center; */
    }

    /* input[type="checkbox"] {
    border-radius: 0.25rem;
}

input[type="radio"]::before,
input[type="checkbox"]::before {
    content: "";
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1rem 1rem var(--gd-primary);
}

input[type="checkbox"]::before {
    border-radius: 0;
}

input[type="radio"]:checked::before,
input[type="checkbox"]:checked::before {
    transform: scale(1);
}

.form-control {
   padding: 0;
}

.form-control + .form-control {
    margin-top: 1rem;
} */

    #mobile_verify {
        -moz-appearance: textfield;
    }

    #mobile_verify::-webkit-outer-spin-button,
    #mobile_verify::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

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

    .nav-link:focus,
    .nav-link:hover {
        color: var(--gd-primary-hover);
    }

    .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link {
        color: #fff;
        background-color: var(--gd-primary);
    }

    .nav-custom .nav-link {
        background-color: var(--bs-white);
        color: var(--bs-gray-500);
        border: none;
        border-bottom: 4px solid transparent;
    }

    .nav-custom .nav-link:hover {
        color: var(--gd-primary);
    }

    .nav-custom .nav-link.active {
        background-color: var(--bs-white);
        color: var(--gd-primary);
        border-bottom: 4px solid var(--gd-primary);
    }

    /*-----------------------------------------------------------------------------
----------------------------- 2 - Header --------------------------------------
-----------------------------------------------------------------------------*/

    /* -- Logo -- */

    .logo {
        float: left;
        height: 90px;
        padding: 25px 0;
        position: relative;
    }

    @media only screen and (max-width: 480px) {
        .logo {
            /* height: 32px; */
            padding: 24px 0;
        }
    }

    img.logo:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-animation: scaleUp 1s ease-in-out forwards;
        -moz-animation: scaleUp 1s ease-in-out forwards;
        animation: scaleUp 1s ease-in-out forwards;
    }

    @-webkit-keyframes scaleUp {
        to {
            -webkit-transform: scale(1);
        }
    }

    @-moz-keyframes scaleUp {
        to {
            -moz-transform: scale(1);
        }
    }

    @keyframes scaleUp {
        to {
            transform: scale(1);
        }
    }

    /* -- Top Authors -- */

    .authors {
        width: 100%;
        /* height: 60px; */
        height: auto;
        padding: 35px 0;
        z-index: 1;
        position: relative;
        /* float: left; */
        background-color: #fff;
    }

    ul.list-authors {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 1370px;
        margin: 0 auto;
    }

    ul.list-authors li {
        /* box-sizing: content-box; */
        width: 60px;
        height: 60px;
        float: left;
        margin: 0 30px 0 0;
    }

    ul.list-authors li:last-child {
        margin: 0;
    }

    ul.list-authors li img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
    }

    div.list-trophy {
        margin: -70px 0 0 40px;
        position: relative;
        padding: 3px;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        float: left;
        background-color: #fff;
        color: #000;
    }

    ul.list-authors li i {
        font-size: 12px;
        text-align: center;
        padding: 0 0 0 3px;
    }

    ul.list-authors li div.tooltiptext {
        visibility: hidden;
        padding: 15px;
        width: 140px;
        font-size: 14px;
        background-color: #000;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        position: absolute;
        top: 80px;
        margin-left: -55px;
    }

    ul.list-authors li div.tooltiptext::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent #000 transparent;
    }

    ul.list-authors li:hover div.tooltiptext {
        visibility: visible;
    }

    ul.list-authors li:hover {
        -webkit-transform: translateY(-2px);
        -moz-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    /* -- Popular Words -- */

    .top-navigation {
        background-color: #fff;
        width: 100%;
        height: 40px;
        margin: 0 auto;
    }

    .popular-words {
        width: auto;
        height: 30px;
        margin: 10px 10px 0 0;
        float: left;
        text-align: left;
        font-size: 11px !important;
    }

    .popular-words a {
        font-size: 12px !important;
        color: #000;
        font-weight: 500;
        margin-left: 15px;
    }

    .popular-words a:hover {
        color: var(--gd-primary);
    }

    .popular-words span {
        color: var(--gd-primary);
    }

    .popular-words strong {
        background-color: var(--gd-primary);
        padding: 6px 12px 4px 12px;
        border-radius: 3px;
        font-weight: 500;
        text-transform: uppercase;
    }

    /* -- Top Authors -- */

    ul.list-authors li span {
        color: var(--gd-primary);
    }

    /* -- Search -- */

    .searchform2 {
        height: auto;
        float: right;
        margin: 28px 0 0 0;
    }

    @media only screen and (min-width: 760px) and (max-width: 1024px) {
        header .searchform2 {
            height: auto;
            float: right;
            margin: 28px 0 0 0;
            position: relative;
            z-index: 203;
        }
    }

    .searchform2 .search-field {
        background-color: #111;
        float: left;
        height: 34px;
        /* font-family: "Ruda", sans-serif; */
        font-size: 13px;
        color: #fff !important;
        /* font-weight: 700; */
        border: 1px solid #111;
        padding: 1px 20px 1px 20px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .searchform2 .buttonicon {
        background-color: #111;
        /* font-family: 'Font Awesome 5 Free'; */
        font-size: 14px;
        color: var(--gd-primary);
        /* font-weight: 700; */
        width: 34px;
        height: 34px;
        float: right;
        border: none;
        text-align: center;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .searchform2 .buttonicon:hover {
        cursor: pointer;
        opacity: 0.7;
    }

    header .search-field {
        /* width: 120px; */
        width: auto;
    }

    /* header .searchform2 ::placeholder {
    color: #fff !important;
    opacity: 0.5;
}

header .searchform2 :-ms-input-placeholder {
    color: #fff !important;
}

header .searchform2 ::-ms-input-placeholder {
    color: #fff !important;
} */

    .input-group.search input {
        color: var(--bs-white);
    }

    /* -- Live Search -- */

    .searchwp-live-search-result p {
        font-weight: 500 !important;
        padding: 5px 15px 5px 15px !important;
        font-size: 14px !important;
        line-height: 22px !important;
        color: #000 !important;
        border-bottom: 1px solid #f5f5f5 !important;
    }

    .searchwp-live-search-result p:hover {
        background-color: #fafafa !important;
    }

    .searchwp-live-search-results {
        padding: 5px;
        margin-top: -7px;
        border-top: 3px solid #fff;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        background: #fff;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border-radius: 0px !important;
        width: 315px;
        max-height: auto !important;
        border-bottom-left-radius: 4px !important;
        border-bottom-right-radius: 4px !important;
    }

    .input-group.search {
        background-color: var(--bs-gray-800);
        border-radius: 0.25rem;
    }

    .input-group.search .search-category,
    .input-group.search .form-control,
    .input-group.search .btn[type="submit"] {
        background-color: transparent;
        border: none;
    }

    .input-group.search .search-category {
        color: var(--bs-gray-400);
    }

    .input-group.search .form-control {
        /* border: none; */
    }

    .input-group.search .btn[type="submit"] {
        color: var(--gd-primary);
    }

    .input-group.search .btn[type="submit"]:hover {
        background-color: var(--bs-gray-700);
        color: var(--gd-primary-hover);
    }

    /* -- Top social icons -- */

    .top-social {
        padding: 0 20px 0 0;
        float: right;
        margin: 22px 0 0 0;
    }

    .top-social a {
        float: left;
        margin-top: 6px;
        font-size: 16px;
        color: var(--gd-primary);
        line-height: 15px;
        text-align: center;
    }

    .top-social a {
        font-weight: 400;
    }

    .top-social a i {
        padding: 10px 8px 15px 8px;
    }

    .top-social a:hover {
        opacity: 0.7;
    }

    /* -- AnThemes Top Header Menu -- */

    .ant-responsive-menu {
        background-color: #000;
        float: left;
        font-size: 16px;
        font-weight: 700;
        margin: 23px 0 0 35px;
    }

    .ant-responsive-menu li a span {
        background-color: #ffd700;
        float: right;
        height: 10px;
        margin: 4px 0 0 5px;
        padding: 1px 5px 3px 5px;
        font-size: 9px;
        color: #000;
        line-height: 12px;
        border-radius: 3px;
    }

    /* -- Chrome CSS -- */

    @media screen and (-webkit-min-device-pixel-ratio: 0) {
        .ant-responsive-menu li a span {
            padding: 2px 5px;
            margin: 3px 0 0 5px;
        }

        .ant-responsive-menu {
            font-weight: 500;
        }
    }

    /*Top level menu link items style*/

    .ant-responsive-menu>li {
        display: block;
        float: left;
        padding: 10px 0 0 0;
    }

    .ant-responsive-menu>li>a {
        text-transform: uppercase;
        display: block;
        padding: 3px 17px 3px 17px !important;
        margin-right: 5px;
        color: #fff;
    }

    .ant-responsive-menu li a:hover {
        color: #fff;
        background: #000;
        text-decoration: none !important;
    }

    .ant-responsive-menu>li>a i {
        float: left;
        margin: 5px 3px 0 0 !important;
        padding: 0 2px 0 0;
        font-size: 12px;
        opacity: 1;
    }

    .ant-responsive-menu li.current_page_item a,
    .ant-responsive-menu li.current-menu-ancestor a,
    .ant-responsive-menu li.current-menu-item a,
    .ant-responsive-menu li.current-menu-parent a {
        color: var(--gd-primary);
        border-radius: 3px;
    }

    .ant-responsive-menu li:hover a {
        color: #fff;
        background-color: #000;
        text-decoration: none !important;
        border-radius: 3px;
    }

    .ant-responsive-menu li.current-post-parent a {
        border-radius: 3px;
    }

    .ant-responsive-menu li.current-custom-parent a {
        border-radius: 3px;
    }

    .ant-responsive-menu li.current-menu-item>a i {
        color: #fff;
    }

    .ant-responsive-menu li .menu-active {
        position: relative;
    }

    .ant-responsive-menu>li>a>.arrow:before {
        /* float: right; */
        margin: 1px -12px 0 5px !important;
        display: inline;
        font-size: 11px;
        /* color: var(--gd-primary); */
        color: #fff;
        height: auto;
        font-family: "Font Awesome 5 Free";
        content: "\f107";
        font-weight: 900;
        text-shadow: none;
        width: 10px;
        display: inline-block;
    }

    .ant-responsive-menu li.current_page_item a .arrow:before,
    .ant-responsive-menu li.current-menu-ancestor a .arrow:before,
    .ant-responsive-menu li.current-menu-item a .arrow:before,
    .ant-responsive-menu li.current-menu-parent a .arrow:before {
        color: var(--gd-primary);
    }

    /*1st sub level menu*/

    .ant-responsive-menu li ul {
        background-color: #fff;
    }

    .ant-responsive-menu li ul li ul {
        background-color: #fff;
    }

    .ant-responsive-menu li ul li {
        background-color: #fff;
    }

    #respMenu li ul.sub-menu li.current_page_item a,
    #respMenu li ul.sub-menu li.current-menu-ancestor a,
    #respMenu li ul.sub-menu li.current-menu-item a,
    #respMenu li ul.sub-menu li.current-menu-parent a,
    #respMenu li ul.sub-menu,
    #respMenu li ul.sub-menu a,
    #respMenu li ul.sub-menu li {
        background-color: #000 !important;
    }

    .ant-responsive-menu li ul {
        padding: 10px 0;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
        position: absolute;
        z-index: 201;
        margin-left: 0px;
        border-top: none;
        display: none;
        -moz-box-shadow: 0 5px 3px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 5px 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 3px rgba(0, 0, 0, 0.2);
    }

    .ant-responsive-menu li ul.sub-menu>li a.arrow {
        border-bottom: none;
        margin-top: -7px;
        padding-bottom: 0px !important;
    }

    .ant-responsive-menu li ul.sub-menu li>a>.arrow:before {
        font-family: "Font Awesome 5 Free";
        font-size: 12px;
        content: "\f105";
        font-weight: 900;
    }

    .ant-responsive-menu>li>ul.sub-menu {
        display: none;
        list-style: none;
        clear: both;
        padding: 15px 0;
        margin: -2px 0 0 0;
        position: absolute;
        z-index: 201;
    }

    .ant-responsive-menu li ul.sub-menu>li {
        width: 210px;
    }

    .ant-responsive-menu li ul.sub-menu li:hover {
        color: #fff !important;
    }

    .ant-responsive-menu li ul.sub-menu li a {
        margin: 0px 15px;
        padding: 7px 15px;
        display: block;
        text-transform: uppercase;
        font-size: 14px;
        color: #fff;
        height: auto;
        line-height: 1.4em;
    }

    .ant-responsive-menu li ul li a:hover {
        color: #ffa238;
    }

    .ant-responsive-menu li ul.sub-menu li:last-child a {
        border: none;
    }

    .ant-responsive-menu>li>ul.sub-menu>li {
        position: relative;
    }

    .ant-responsive-menu>li>ul.sub-menu>li ul.sub-menu {
        position: absolute;
        left: 200px;
        top: -10px;
        display: none;
        list-style: none;
    }

    .ant-responsive-menu>li>ul.sub-menu>li ul.sub-menu>li ul.sub-menu {
        position: absolute;
        left: 185px;
        top: -10px;
        display: none;
        list-style: none;
    }

    .ant-responsive-menu>li>ul.sub-menu li>a>.arrow:before {
        float: right;
        margin-top: -17px;
        margin-right: -18px;
        display: inline;
        font-size: 12px;
        font-family: "Font Awesome 5 Free";
        height: auto;
        content: "\f105";
        font-weight: 900;
        text-shadow: none;
    }

    /* -- Menu Toggle Btn -- */

    .menu-toggle {
        display: none;
        float: left;
        width: 100%;
    }

    .menu-toggle .icon-bar {
        display: block !important;
        width: 18px;
        height: 2px;
        background-color: #f5f5f5 !important;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
        margin: 3px;
    }

    .menu-toggle .icon-bar:hover {
        background-color: #f5f5f5 !important;
    }

    .menu-toggle #menu-btn {
        float: right;
        background: #202020;
        border: 1px solid #0c0c0c;
        padding: 8px;
        border-radius: 5px;
        cursor: pointer;
        margin: -62px 0px 0 0;
        position: relative;
        z-index: 202;
    }

    .hide-menu {
        display: none;
    }

    /* -- Chrome CSS -- */

    @media screen and (-webkit-min-device-pixel-ratio: 0) {
        .ant-responsive-menu li ul.sub-menu>li a.arrow {
            margin-top: -6px;
        }

        .ant-responsive-menu>li>a>.arrow:before {
            margin-top: 0px !important;
        }
    }

    /* -- Responsive Menu Styles -- */

    @media screen and (max-width: 980px) {
        .ant-responsive-menu {
            opacity: 0;
            padding: 20px;
            margin-top: 60px;
            top: 20px;
            right: 0;
            width: 260px;
            position: absolute;
            z-index: 201;
            font-size: 15px;
            font-weight: 400;
        }

        .ant-responsive-menu li a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 5px 10px !important;
        }

        .ant-responsive-menu li:last-child {
            border: none;
        }

        .ant-responsive-menu>li {
            float: none;
            padding: 5px 0;
        }

        .ant-responsive-menu li a.arrow {
            padding: 0 30px !important;
            margin-right: -30px;
            display: inline-block;
            /* float: right; */
        }

        .ant-responsive-menu li ul.sub-menu>li a.arrow {
            margin-top: 18px;
            margin-right: -10px;
            padding: 0 30px !important;
            border-bottom: none !important;
        }

        .ant-responsive-menu>li>a>.arrow:before {
            font-family: "Font Awesome 5 Free";
            float: right;
            content: "\f105";
            font-size: 18px !important;
            width: 20px;
            font-weight: 900;
            color: #fff !important;
        }

        li.menu-active>a>.arrow:before {
            font-family: "Font Awesome 5 Free";
            content: "\f107";
            font-weight: 900;
        }

        .ant-responsive-menu li ul.sub-menu>li {
            width: 101%;
            margin-left: -0.5%;
            font-size: 12px !important;
            padding-bottom: 0px;
            padding-top: 0px;
        }

        .ant-responsive-menu li ul.sub-menu li ul.sub-menu li a {
            padding-left: 15px;
        }

        .ant-responsive-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li a {
            padding-left: 15px;
        }

        .ant-responsive-menu>li>ul.sub-menu {
            position: static;
            padding-top: 0px;
            padding-bottom: 0px;
        }

        .ant-responsive-menu>li>ul.sub-menu>li ul.sub-menu {
            position: static;
            padding-top: 0px;
            padding-bottom: 0px;
        }

        .ant-responsive-menu>li>ul.sub-menu>li ul.sub-menu>li ul.sub-menu {
            position: static;
            padding-top: 0px;
            padding-bottom: 0px;
        }

        .ant-responsive-menu li ul.sub-menu li.menu-active>a>.arrow:before {
            font-family: "Font Awesome 5 Free";
            content: "\f107";
            font-weight: 900;
        }

        .ant-responsive-menu li ul.sub-menu {
            padding-top: 7px;
        }
    }

    /* -- Drop Down Categories -- */

    .dropbtn {
        background-color: #f5f5f5;
        font-weight: 400;
        color: white;
        font-size: 18px;
        color: #000;
        width: 220px;
        border: none;
        cursor: pointer;
        text-align: left;
        padding: 0 0 4px 0;
    }

    .dropbtn::before {
        position: absolute;
        content: "\f063";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 13px;
        color: #000;
        right: 0;
        top: calc(50% - 0.7em);
    }

    .dropbtn.active::before {
        transform: rotateX(-180deg);
    }

    /* .dropdown {
    margin: 67px 0 0px 0;
    width: 228px;
    float: right;
    position: relative;
    display: block;
    border-bottom: 4px solid #dce2c0;
} */

    .dropdown-content {
        background-color: #fff;
        display: none;
        position: absolute;
        z-index: 101;
        width: 200px;
        margin-top: 4px;
        padding: 10px 0 10px 20px;
        border: 4px solid #dce2c0;
        border-top: none;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .dropdown-content a {
        color: #000;
        margin: 6px 6px 6px 0;
        text-decoration: none;
        display: inline-block;
    }

    .show {
        display: block;
    }

    ul#myDropdown {
        height: 350px;
        overflow-y: scroll;
        padding-bottom: 15px;
        position: absolute;
        z-index: 103;
    }

    ul#myDropdown li {
        display: inline-block;
        width: 90%;
        /* float: left; */
        font-size: 15px;
        color: var(--gd-primary);
    }

    ul#myDropdown li a {
        color: #838e95;
        font-size: 16px;
    }

    ul#myDropdown li a:hover {
        color: #000;
    }

    .dropdown-content b {
        display: none;
    }

    /* -- Login & Register -- */

    .lrm-nice-checkbox__label input:checked~.lrm-nice-checkbox__indicator,
    .lrm-form a.button,
    .lrm-form button,
    .lrm-form button[type="submit"],
    .lrm-form #buddypress input[type="submit"],
    .lrm-form input[type="submit"] {
        background: var(--gd-primary) !important;
        border-color: var(--gd-primary) !important;
    }

    .lrm-nice-checkbox__indicator {
        width: 16px;
        height: 16px;
    }

    .lrm-font-svg .lrm-form .hide-password,
    .lrm-font-svg .lrm-form .lrm-ficon-eye {
        padding: 11px 11px;
    }

    @media only screen and (min-width: 600px) {
        .lrm-col {
            padding: 0 1% 0 !important;
        }

        .lrm-col-half-width,
        .lrm-col-1-2 {
            width: 48% !important;
        }
    }

    /*-----------------------------------------------------------------------------
----------------------------- 3 - Home Content --------------------------------
-----------------------------------------------------------------------------*/

    /* -- Modul carousel -- */

    .carousel {
        width: 100%;
        height: 100%;
        display: flex !important;
        width: 1000px;
        height: 350px;
        position: relative;
        overflow: hidden;
        margin-top: 60px;
        float: left;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .carousel2 {
        margin-top: 80px;
    }

    .carousel-item {
        visibility: visible;
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: flex-end;
        -webkit-align-items: center;
        -webkit-justify-content: flex-end;
        position: relative;
        background-color: #000;
        flex-shrink: 0;
        -webkit-flex-shrink: 0;
        position: absolute;
        z-index: 0;
        transition: 0.6s all linear;
    }

    .carousel-white {
        visibility: visible;
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: flex-end;
        -webkit-align-items: center;
        -webkit-justify-content: flex-end;
        position: relative;
        background-color: #fff;
        flex-shrink: 0;
        -webkit-flex-shrink: 0;
        position: absolute;
        z-index: 0;
        transition: 0.6s all linear;
    }

    .carousel-item__info {
        height: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        display: -webkit-flex;
        -webkit-justify-content: center;
        -webkit-flex-direction: column;
        order: 1;
        left: 0;
        margin: auto;
        padding: 0 40px;
        width: 40%;
    }

    .carousel-item__image {
        /* width: 600px; */
        /* height: 350px; */
        order: 2;
        align-self: flex-end;
        -webkit-order: 2;
        -webkit-align-self: flex-end;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        transform: translateX(100%);
        transition: 0.6s all ease-in-out;
    }

    .carousel-item__image img {
        width: 600px;
        height: 350px !important;
        object-fit: cover;
    }

    h2.carousel-item__title:hover {
        text-decoration: underline;
    }

    .carousel-item__title {
        font-size: 28px;
        line-height: 40px;
        font-weight: 400 !important;
        color: #fff;
        transform: translateY(25%);
        opacity: 0;
        visibility: hidden;
        transition: 0.6s all ease-in-out;
    }

    div.carousel-white h2.carousel-item__title {
        color: #000 !important;
    }

    div.carousel-white .learn-more .button-text {
        color: #000 !important;
    }

    div.carousel-white .learn-more:hover .button-text {
        color: #fff !important;
    }

    .carousel-item__description {
        transform: translateY(25%);
        opacity: 0;
        visibility: hidden;
        transition: 0.6s all ease-in-out;
        margin-top: 20px;
        font-size: 16px;
        color: #7e7e7e;
        line-height: 26px;
        margin-bottom: 25px;
    }

    .carousel-item__btn {
        transform: translateY(25%);
        opacity: 0;
        visibility: hidden;
        transition: 0.6s all ease-in-out;
    }

    .carousel__nav {
        position: absolute;
        right: 0;
        z-index: 2;
        background-color: #fff;
        bottom: 0;
    }

    .carousel__icon {
        display: inline-block;
        vertical-align: middle;
        width: 16px;
        fill: #5d5d5d;
    }

    .carousel__arrow {
        cursor: pointer;
        display: inline-block;
        padding: 11px 15px;
        position: relative;
    }

    .carousel__arrow:nth-child(1):after {
        content: "";
        right: -3px;
        position: absolute;
        width: 1px;
        background-color: #b0b0b0;
        height: 14px;
        top: 50%;
        margin-top: -7px;
    }

    .carousel .active {
        z-index: 1;
        display: flex;
        visibility: visible;
    }

    .carousel .active .carousel-item__subtitle,
    .carousel .active .carousel-item__title,
    .carousel .active .carousel-item__description,
    .carousel .active .carousel-item__btn {
        transform: translateY(0);
        opacity: 1;
        transition: 0.6s all ease-in-out;
        visibility: visible;
    }

    .carousel .active .carousel-item__image {
        transition: 0.6s all ease-in-out;
        transform: translateX(0);
    }

    /* -- learn-more / read-more button -- */

    .learn-more {
        width: 10rem;
        height: auto;
        position: relative;
        display: inline-block;
        cursor: pointer;
        outline: none;
        border: 0;
        vertical-align: middle;
        text-decoration: none;
        background: transparent;
        padding: 0;
        font-size: inherit;
        font-family: inherit;
    }

    .learn-more .circle {
        background-color: var(--gd-primary);
        transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
        position: relative;
        display: block;
        margin: 0;
        width: 2.4rem;
        height: 2.4rem;
        border-radius: 1.625rem;
    }

    .learn-more .circle .icon {
        transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #fff;
    }

    .learn-more .circle .icon.arrow {
        transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
        left: 0.38rem;
        width: 1.125rem;
        height: 0.125rem;
        background: none;
    }

    .learn-more .circle .icon.arrow::before {
        position: absolute;
        content: "";
        top: -0.25rem;
        right: 0.0625rem;
        width: 0.45rem;
        height: 0.45rem;
        border-top: 0.125rem solid #fff;
        border-right: 0.125rem solid #fff;
        transform: rotate(45deg);
    }

    .learn-more .button-text {
        transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        padding: 0.55rem 0 0.6rem 55px;
        color: #fff !important;
        font-weight: 700;
        font-size: 14px;
        text-align: center;
    }

    .learn-more:hover .circle {
        width: 150px;
    }

    .learn-more:hover .circle .icon.arrow {
        background: #fff;
        transform: translate(1rem, 0);
    }

    .learn-more:hover .button-text {
        color: #fff;
    }

    /* -- Home content -- */

    .home-content {
        background-color: #fff;
        border-radius: 4px;
    }

    .home-content div.entry {
        width: 92%;
        margin: 60px 50px 0 50px !important;
        padding: 30px 0 !important;
    }

    /* -- Sub Header -- */

    .front-overlay-content {
        background: url(../demo/search-img.jpg);
        background-size: cover;
        background-position: bottom;
        background-repeat: no-repeat;
        width: 100%;
        min-height: 400px;
        max-height: 1000px;
        position: relative;
        margin: 0 auto;
    }

    .front-overlay-wrap {
        width: 100%;
        min-height: 400px;
        max-height: 1000px;
        text-align: center;
        margin-bottom: -7px;
    }

    .front-overlay-wrap h1 {
        padding-top: 80px;
        font-weight: 400;
        font-size: 27px;
        color: #fff;
        line-height: 38px;
        word-spacing: 4px;
    }

    .front-overlay-wrap {
        background-color: rgba(000, 0, 0, 0.55) !important;
        /* background-image: url("../images/goodeal_background.png");     */
    }

    /* -- Sub Header Search -- */

    .front-overlay-content .searchform2 {
        width: 500px;
        float: none !important;
        height: auto;
        margin: 30px auto 5px auto !important;
    }

    .front-overlay-content .searchform2 .search-field {
        width: 418px;
        font-weight: 700;
        height: 40px;
        font-family: "Ruda", sans-serif;
        float: left;
        border: none;
        padding: 2px 60px 0 20px;
        font-size: 13px;
        border-radius: 3px;
    }

    .front-overlay-content .searchform2 .buttonicon {
        background-color: var(--gd-primary);
        margin-top: 3px;
        margin-left: -44px;
        padding-left: 1px;
        width: 40px;
        height: 36px;
        position: absolute;
        /* font-family: 'Font Awesome 5 Free'; */
        font-size: 16px;
        color: #fff !important;
        /* font-weight: 700; */
        text-align: center;
        float: right;
        border: none;
        border-radius: 3px;
    }

    .front-overlay-content .searchform2 .buttonicon:hover {
        transition: all 0.4s ease-in-out;
        cursor: pointer;
        opacity: 0.8;
    }

    /* -- Categories in 2 columns -- */

    ul.cat-2cols {
        /* list-style-type: circle; */
        width: 960px;
        margin: 50px 0 70px -30px;
        display: inline-block;
    }

    ul.cat-2cols li a {
        font-size: 16px;
        font-weight: 500;
        margin-right: 5px;
    }

    ul.cat-2cols li a:hover {
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

    ul.cat-2cols li {
        width: 47%;
        display: block;
        margin-left: 3%;
        text-align: left;
        float: left;
        line-height: 35px;
        font-size: 11px;
        font-weight: 700;
    }

    ul.cat-2cols li:first-letter {
        text-transform: uppercase;
    }

    ul.cat-2cols li:nth-child(n + 17) {
        display: none;
    }

    ul.cat-2cols li:hover {
        -webkit-transform: scale(1.015);
        -moz-transform: scale(1.015);
        transform: scale(1.015);
        -webkit-animation: scaleUp 1s ease-in-out forwards;
        -moz-animation: scaleUp 1s ease-in-out forwards;
        animation: scaleUp 1s ease-in-out forwards;
    }

    /* -- Categories in 4 columns -- */

    ul.cat-4cols {
        /* list-style-type: circle; */
        width: 960px;
        margin: 50px 0 70px -30px;
        display: inline-block;
        color: #fff;
    }

    ul.cat-4cols li a {
        font-size: 16px;
        font-weight: 500;
        margin-right: 5px;
    }

    ul.cat-4cols li a:hover {
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

    ul.cat-4cols li {
        width: 22%;
        display: block;
        margin-left: 3%;
        text-align: left;
        float: left;
        font-size: 11px;
        color: #ffa238;
        font-weight: 700;
        line-height: 35px;
        text-transform: uppercase;
    }

    ul.cat-4cols li:nth-child(n + 17) {
        display: none;
    }

    ul.cat-4cols li:hover {
        -webkit-transform: scale(1.015);
        -moz-transform: scale(1.015);
        transform: scale(1.015);
        -webkit-animation: scaleUp 1s ease-in-out forwards;
        -moz-animation: scaleUp 1s ease-in-out forwards;
        animation: scaleUp 1s ease-in-out forwards;
    }

    @-webkit-keyframes scaleUp {
        to {
            -webkit-transform: scale(1);
        }
    }

    @-moz-keyframes scaleUp {
        to {
            -moz-transform: scale(1);
        }
    }

    @keyframes scaleUp {
        to {
            transform: scale(1);
        }
    }

    .front-overlay-wrap h1 span {
        background-image: linear-gradient(transparent 60%,
                #ffa238 85%,
                transparent 85%,
                transparent 100%);
        padding-bottom: 1px;
        font-weight: 500;
        display: inline;
        background-repeat: no-repeat;
        background-size: 0% 100%;
        animation: animatedBackground 2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s forwards;
    }

    @keyframes animatedBackground {
        to {
            background-size: 100% 100%;
        }
    }

    /* -- Img zoom Featured Articles -- */

    .img-zoom-in img {
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

    .img-zoom-in:hover img {
        opacity: 0.6;
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }

    /* - categories ribbon - */

    /* .article-category {
    float: none;
    width: 100%;
    display: inline-block;
}

.article-category {
    text-align: center;
    text-transform: uppercase;
    margin-top: -20px;
    height: 18px;
    font-weight: 500;
    font-size: 10px;
    line-height: 20px;
}

.article-category:hover {
    opacity: 0.9;
}

.article-category:hover i {
    opacity: 0.9;
} */

    .article-category {
        display: inline-flex;
        background-color: rgba(var(--gd-primary-rgb), 0.2);
        padding: 3px 10px 3px 10px;
        color: var(--gd-primary);
        border-radius: 3px;
    }

    /* - Blog Style / Masonry - */

    ul.big-list {
        width: 1030px;
        height: 100px;
        margin: 0 0 -30px -30px;
    }

    ul.big-list li {
        width: 485px;
        height: 185px;
        float: left;
        margin: 0 0 30px 30px;
        border-radius: 5px;
        background-color: #fff;
    }

    ul.big-list li img {
        width: 225px;
        height: 185px;
        object-fit: cover;
        float: left;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    ul.big-list li .borderhover {
        width: 225px;
        background: transparent;
    }

    ul.big-list li div.noimg {
        width: 100%;
        height: 185px;
        float: left;
        background-color: #f5f5f5;
    }

    ul.big-list li div.list-content {
        padding: 25px 25px 0 25px;
        margin-left: 225px;
    }

    ul.big-list li div.list-content p {
        float: left;
        font-size: 14px;
        padding: 5px 0 0 0;
        color: #94979c;
    }

    ul.big-list li h2 {
        -ms-word-wrap: break-word;
        word-wrap: break-word;
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        margin-top: 0px;
    }

    ul.big-list li h2:hover {
        opacity: 0.8;
        text-decoration: underline;
    }

    ul.big-list li span.meta-art {
        font-size: 13px;
    }

    ul.big-list li div.goodeal-date {
        margin-top: 5px;
        text-align: left;
        float: left;
        font-size: 11px;
        color: #999;
    }

    ul.big-list li div.goodeal-date i {
        font-size: 10px;
        color: var(--gd-primary);
        padding-right: 3px;
    }

    ul.big-list li .article-category {
        float: left;
        text-align: left;
        margin-top: 0px;
    }

    /* - Blog Style / Masonry - */

    ul.big-list-black {
        width: 1030px;
        height: 100px;
        margin: 0 0 -30px -30px;
    }

    ul.big-list-black li {
        width: 485px;
        height: 185px;
        float: left;
        margin: 0 0 30px 30px;
        border-radius: 5px;
        background-color: #fff;
    }

    ul.big-list-black li img {
        width: 225px;
        height: 185px;
        object-fit: cover;
        float: right;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    ul.big-list-black li .borderhover {
        width: 225px;
        background: transparent;
        float: right;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    ul.big-list-black li div.noimg {
        width: 100%;
        height: 185px;
        float: left;
        background-color: #f5f5f5;
    }

    ul.big-list-black li div.list-content {
        padding: 25px 25px 0 25px;
        margin-right: 225px;
    }

    ul.big-list-black li div.list-content p {
        float: left;
        font-size: 14px;
        padding: 10px 0 4px 0;
        color: #7e7e7e;
    }

    ul.big-list-black li h2 {
        -ms-word-wrap: break-word;
        word-wrap: break-word;
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        margin-top: 0;
    }

    ul.big-list-black li h2:hover {
        opacity: 0.8;
        text-decoration: underline;
    }

    ul.big-list-black li span.meta-art {
        font-size: 13px;
    }

    ul.big-list-black li div.goodeal-date {
        margin-top: 5px;
        text-align: left;
        float: left;
        font-size: 11px;
        color: #999;
    }

    ul.big-list-black li div.goodeal-date i {
        font-size: 10px;
        color: var(--gd-primary);
        padding-right: 3px;
    }

    ul.big-list-black li .article-category {
        float: left;
        text-align: left;
        margin-top: 0px;
    }

    /* - Blog Style for modules - */

    .home-sidebar ul.grid_list {
        width: 1030px;
        height: auto;
        margin: 0 0 -30px -30px;
    }

    .home-sidebar ul.grid_list li {
        width: 227.5px;
        height: 430px;
        float: left;
        margin: 0 0 30px 30px;
        border-radius: 5px;
    }

    .home-sidebar ul.grid_list li img {
        width: 227.5px;
        height: 185px;
        float: left;
        object-fit: cover;
    }

    .home-sidebar ul.grid_list li div.noimg {
        width: 100%;
        height: 185px;
        float: left;
        background-color: #f5f5f5;
    }

    .home-sidebar .grid-useravatar img.avatar {
        width: 22px;
        height: 22px;
    }

    .home-sidebar ul.meta-icons-home {
        width: auto;
        height: 24px;
        float: right;
        margin: 65px 20px 0 0;
    }

    .home-sidebar ul.meta-icons-home li {
        width: 24px;
        height: 24px;
        border-radius: 50%;
    }

    .home-sidebar ul.grid_list li .borderhover {
        width: 227.5px;
    }

    /* #################
 ---- Blog Style -----
#################### -- */

    ul.grid_list {
        width: auto;
        height: auto;
        margin: 0 0 0 -30px;
    }

    ul.grid_list li {
        background-color: #fff;
        width: 250px;
        height: auto;
        float: left;
        margin: 0 0 30px 30px;
        border-radius: 5px;
    }

    ul.grid_list li.sticky {
        background-color: rgba(255, 215, 0, 0.1) !important;
    }

    /* ul.grid_list li.sticky:nth-child(2) {
	background-color: rgba(163, 183, 69, 0.1) !important;
} */

    ul.grid_list li img {
        display: block;
        background-color: #999;
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    ul.grid_list li .noimg {
        width: 100%;
        height: 7px;
        background-color: #f5f5f5;
    }

    ul.grid_list .grid-top {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 0.75rem;
    }

    ul.grid_list li .grid-content {
        padding: 0.75rem;
    }

    ul.grid_list .grid-bottom {
        width: 100%;
        border-top: 1px solid #f5f5f5;
    }

    ul.grid_list li .card-title {
        word-break: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
        float: left;
        font-size: 18px;
        color: #000 !important;
        font-weight: 400;
        line-height: 28px;
        margin-top: 10px;
    }

    ul.grid_list li .card-title:hover {
        opacity: 0.8;
        text-decoration: underline;
    }

    ul.grid_list li span.meta-art {
        font-size: 13px;
    }

    ul.grid_list li .article-category {
        float: left;
        text-align: left;
        margin-top: 0px;
    }

    ul.grid_list li .goodeal-date {
        margin-top: 5px;
        text-align: left;
        float: left;
        font-size: 11px;
        color: #999;
    }

    ul.grid_list li .goodeal-date i {
        font-size: 10px;
        color: var(--gd-primary);
        padding-right: 3px;
    }

    /* - Blog Style Ads - */

    ul.grid_list li.homeadv,
    ul.grid_list li.homeadv img {
        width: 250px !important;
        height: auto;
        min-height: 250px;
        border-radius: 5px;
    }

    /* -- Ranting Home -- */
    .rating {
        float: left;
        margin-left: 20px;
        margin-top: 1px;
        unicode-bidi: bidi-override;
        direction: rtl;
    }

    .rating>span {
        display: inline-block;
        position: relative;
        width: 1.1em;
    }

    .rating>span:hover,
    .rating>span.gold,
    .rating>span:hover~span {
        color: transparent;
        cursor: pointer;
    }

    .rating>span:hover:before,
    .rating>span.gold:before,
    .rating>span:hover~span:before {
        content: "\2605";
        position: absolute;
        left: 0;
        color: #ffd62c;
        cursor: pointer;
    }

    .home-rating {
        margin: 11px 20px 0 0;
        float: right;
    }

    .home-rating span {
        font-weight: 400;
    }

    .home-rating span.star-result,
    .home-rating span.count {
        font-size: 11px !important;
        color: #999;
    }

    .home-rating span.no-rating-results-text {
        font-size: 12px;
        color: #999;
    }

    .home-rating .mr-star-rating i {
        font-family: "Font Awesome 5 Free";
        font-size: 10px !important;
    }

    .home-rating span.star-result {
        padding-left: 2px;
    }

    /* - views- */

    div.post-views {
        width: auto;
        height: 22px;
        display: inline-block;
        float: left;
        padding: 11px 0 0 22px;
    }

    div.post-views span {
        color: #888;
        font-size: 11px;
    }

    div.post-views i {
        font-size: 15px;
    }

    div.post-views i {
        color: #d92626;
    }

    /* - user avatar - */

    .grid-useravatar img.avatar {
        width: 32px;
        height: 32px;
        border-radius: 50%;
    }

    a.grid-username {
        margin-left: 0.75rem;
        color: #888;
    }

    a.grid-username:hover {
        color: #ffa238;
    }

    @media (max-width: 575.98px) {
        a.grid-username {
            font-size: 0.875rem;
        }
    }

    /* - comments- */

    .grid-comm {
        width: auto;
        height: 22px;
        z-index: 101;
        display: inline-block;
        float: left;
        padding: 3.5px 0px 0 20px;
    }

    .grid-comm a {
        color: #888 !important;
        font-size: 11px;
        line-height: 22px;
    }

    .grid-comm i {
        margin: 3px 5px 0 0;
        font-size: 11px;
        color: var(--gd-primary);
        float: left;
        line-height: 18px;
    }

    /* -- Icons -- */

    ul.meta-icons-home {
        width: auto;
        height: 24px;
        float: right;
        margin: 0 20px -24px 0;
    }

    ul.meta-icons-home li {
        width: 24px;
        height: 24px;
        margin: 65px 0 0 5px;
        border-radius: 50%;
        font-size: 11px;
        line-height: 25px;
        text-align: center;
        color: #fff;
        float: left;
        position: relative;
        z-index: 101;
    }

    ul.meta-icons-home li.trending-lm,
    ul.meta-icons-home li.sticky-lm {
        background-color: #000;
    }

    ul.meta-icons-home li.trending-lm i {
        margin-left: 1px;
    }

    ul.meta-icons-home li:hover {
        cursor: help;
    }

    .trending-lm,
    .sticky-lm {
        position: relative;
        display: inline-block;
    }

    .trending-lm .tooltiptext,
    .sticky-lm .tooltiptext {
        visibility: hidden;
        padding: 10px 0;
        width: 140px;
        font-size: 14px;
        background-color: #000;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        position: absolute;
        top: 150%;
        left: 50%;
        margin-left: -70px;
    }

    .trending-lm .tooltiptext::after,
    .sticky-lm .tooltiptext::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent #000 transparent;
    }

    .trending-lm:hover .tooltiptext,
    .sticky-lm:hover .tooltiptext {
        visibility: visible;
    }

    /* -- Posts hover border -- */

    .borderhover {
        /* width: 250px; */
        width: 100%;
        /* margin-bottom: 30px; */
        margin-bottom: 0;
        position: relative;
        /* float: left; */
        background-color: #999;
    }

    .borderhover * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

    .borderhover img {
        max-width: 100%;
        vertical-align: top;
    }

    .borderhover a {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 3;
        display: block;
    }

    .borderhover a:before,
    .borderhover a:after {
        width: 7px;
        height: 0;
        background-color: rgba(0, 0, 0, 1);
    }

    .borderhover a:before {
        right: 0;
        top: 0;
    }

    .borderhover a:after {
        left: 0;
        bottom: 0;
    }

    .borderhover:before,
    .borderhover:after,
    .borderhover a:before,
    .borderhover a:after {
        position: absolute;
        content: "";
        background-color: #fff;
        z-index: 1;
        -webkit-transition: all 0.4s ease-in;
        transition: all 0.4s ease-in;
        opacity: 1;
    }

    .borderhover:before,
    .borderhover:after {
        height: 7px;
        width: 0%;
    }

    .borderhover:before {
        top: 0;
        left: 0;
    }

    .borderhover:after {
        bottom: 0;
        right: 0;
    }

    .borderhover:hover img,
    .borderhover.hover img {
        opacity: 1;
    }

    .borderhover:hover a:before,
    .borderhover.hover a:before,
    .borderhover:hover a:after,
    .borderhover.hover a:after {
        height: 100%;
    }

    .borderhover:hover:before,
    .borderhover.hover:before,
    .borderhover:hover:after,
    .borderhover.hover:after {
        width: 100%;
    }

    .borderhover:hover:before,
    .borderhover.hover:before,
    .borderhover:hover:after,
    .borderhover.hover:after,
    .borderhover:hover a:before,
    .borderhover.hover a:before,
    .borderhover:hover a:after,
    .borderhover.hover a:after {
        opacity: 0.9;
    }

    ul.grid_list li figure {
        overflow: hidden;
    }

    /* -- Default pagination -- */

    .defaultpag {
        width: 350px;
        text-align: center;
        display: block;
        margin: 20px auto 30px auto;
        font-weight: 500;
    }

    .defaultpag a {
        background-color: #dce2c0;
        display: inline-block;
        margin-left: 10px;
        margin-right: 10px;
        padding: 7px 20px 8px 20px;
        font-size: 15px;
        color: #000 !important;
        text-align: center;
        line-height: 24px;
        border-radius: 3px;
    }

    .defaultpag a i.fa-angle-right {
        font-size: 12px;
        padding-left: 5px;
    }

    .defaultpag a i.fa-angle-left {
        font-size: 12px;
        padding-right: 5px;
    }

    .defaultpag a:hover {
        opacity: 0.8;
    }

    /* -- Title Module Widget -- */

    .section-title {
        font-size: 1.75rem;
        z-index: 1;
    }

    nav.menu--adsila .nomargin {
        margin-left: -0.5em;
    }

    .menu__item {
        float: left;
        position: relative;
        display: block;
        outline: none;
        line-height: 1;
    }

    .menu__item a {
        color: #000;
    }

    .menu__item a:hover {
        color: #000 !important;
    }

    .menu__item-name,
    .menu__item-label {
        position: relative;
        display: inline-block;
    }

    .menu__item-name {
        font-size: 25px;
    }

    .menu__item-label {
        margin: 0 0 0 0.5em;
    }

    .menu--adsila {
        float: left;
        font-size: 20px;
        margin: 60px 0 10px 0;
    }

    .menu--adsila a {
        color: #272727;
    }

    .menu--adsila .menu__item {
        margin: 0 0 1em;
    }

    .menu--adsila .menu__item-name {
        padding: 0 0.35em;
        font-weight: 400;
        line-height: 1.4;
        transition: color 0.5s;
        transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    }

    .menu--adsila .menu__item-name::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 50%;
        left: 0;
        bottom: 0;
        opacity: 0.3;
        transform: scale3d(0, 1, 1);
        transform-origin: 0% 50%;
        transition: transform 0.5s;
        transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    }

    .menu--adsila .menu__item-label {
        font-size: 1em;
        letter-spacing: 0.05em;
        transform: translate3d(-0.5em, 0, 0);
        transition: transform 0.5s, color 0.5s;
        transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    }

    .menu--adsila .menu__item-label::before {
        content: "";
        position: absolute;
        width: 25%;
        height: 1px;
        left: 0.05em;
        top: 1.25em;
        opacity: 0.3;
        transform: scale3d(0, 1, 1);
        transform-origin: 100% 50%;
        transition: transform 0.5s;
        transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    }

    .menu--adsila .menu__item .menu__item-name::before,
    .menu--adsila .menu__item:focus .menu__item-name::before,
    .menu--adsila .menu__item .menu__item-label::before,
    .menu--adsila .menu__item:focus .menu__item-label::before {
        transform: scale3d(1, 1, 1) !important;
    }

    .menu--adsila .menu__item .menu__item-label,
    .menu--adsila .menu__item:focus .menu__item-label {
        transform: translate3d(0, 0, 0) !important;
    }

    .menu--adsila .menu__item .menu__item-label::before,
    .menu--adsila .menu__item:focus .menu__item-label::before {
        transform-origin: 0% 50% !important;
    }

    .menu--adsila .menu__item:nth-child(odd) .menu__item-name::before,
    .menu--adsila .menu__item:nth-child(odd) .menu__item-label::before {
        background: var(--gd-primary);
    }

    .menu--adsila .menu__item:nth-child(odd),
    .menu--adsila .menu__item:nth-child(odd):focus {
        color: #000 !important;
    }

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

    .page-link:hover {
        color: var(--gd-primary-hover);
        background-color: rgba(var(--gd-primary-rgb), 0.2);
    }

    .page-item.active .page-link {
        background-color: var(--gd-primary);
        border-color: var(--gd-primary);
    }

    .pagination .page-item .page-link {
        width: 42px;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        padding: 0.5rem;
        text-align: center;
        border-radius: 50%;
    }

    .pagination .page-item.disabled .page-link {
        color: var(--bs-gray-400);
    }

    /*-----------------------------------------------------------------------------
----------------------------- 4 - Entry Content -------------------------------
-----------------------------------------------------------------------------*/

    /* -- not-found -- */

    .not-found {
        width: 390px;
        min-height: 160px;
        margin-bottom: 50px;
        float: left;
        padding: 50px;
        border-radius: 5px;
        background-color: #fff;
    }

    .not-found .searchform2 {
        float: left;
        border: 5px solid #f5f5f5;
        border-radius: 5px;
    }

    .not-found .searchform2 .buttonicon {
        background-color: #f5f5f5;
        color: var(--gd-primary);
        border-radius: 0px;
    }

    .not-found .search-field {
        width: 300px;
    }

    .not-found .searchform2 .search-field {
        /* background-color: #fff; */
        /* border: 1px solid #fff; */
        /* border-left-color: #fff; */
        color: #999 !important;
        background-color: #f5f5f5;
        border: 1px solid #f5f5f5;
    }

    .not-found h1 {
        font-size: 40px;
        color: #000;
    }

    .not-found p {
        font-size: 16px;
        padding-top: 20px;
        line-height: 24px;
    }

    /* -- Avatar -- */
    .avatar {
        width: 2.5rem;
        height: 2.5rem;
        flex-shrink: 0;
        border-radius: 50%;
        aspect-ratio: 1;
    }

    @media only screen and (max-width: 575.98px) {
        .avatar {
            width: 1.5rem;
            height: 1.5rem;
            min-width: 1.5rem;
            min-height: 1.5rem;
        }
    }

    .avatar img {
        object-fit: cover;
    }

    .blog-post-area .avatar {
        width: 4rem;
        height: 4rem;
        min-width: 4rem;
        min-height: 4rem;
    }

    /* -- Related articles single -- */

    .single-related {
        background-color: #f5f5f5;
        width: 100%;
        height: auto;
        float: left;
        margin: 40px 0;
        padding: 0px 0;
    }

    .single-related-wrap {
        width: 1000px;
        margin: 0 auto;
        padding: 30px 0 20px 0;
    }

    .single-related-wrap img {
        width: 100%;
    }

    .single-related h4 {
        margin-top: 10px;
    }

    .single-related .menu--adsila {
        margin: 0px 0 10px 0;
    }

    .prev-articles .one_half {
        background-color: #000;
        text-align: right;
    }

    .prev-entry {
        padding: 35px 50px;
        color: #ddd;
        font-size: 16px;
    }

    .prev-articles h2 {
        font-size: 22px;
        font-weight: 500;
        line-height: 32px;
        padding-top: 10px;
    }

    .prev-articles h2 a {
        color: #fff;
    }

    .prev-articles h2 a:hover {
        color: #fff;
    }

    .prev-articles .one_half_last {
        background-color: var(--gd-primary);
    }

    .prev-articles .one_half_last h2 a {
        color: #fff;
    }

    .prev-articles .one_half_last h2 a:hover,
    .prev-articles .one_half h2 a:hover {
        opacity: 0.5;
    }

    /* -- ribbons middle categories - */

    .single-category {
        /* float: left; */
        display: inline-block;
        text-align: center;
        min-height: 18px;
        line-height: 20px;
        font-size: 10px;
        font-weight: 500;
        text-transform: uppercase;
    }

    .single-category a {
        background-color: var(--gd-primary);
        float: none;
        margin-right: 5px;
        padding: 0 10px 0 10px;
        margin-top: 1px;
        border-radius: 3px;
        display: inline-block;
    }

    .single-category a:hover {
        opacity: 0.9;
    }

    /* - Top entry - */

    img.attachment-goodeal-wp-thumbnail-single-image {
        display: block;
        max-width: 100%;
        border-radius: 5px;
        margin-left: auto;
        margin-right: auto;
        height: auto;
        margin-top: 30px;
    }

    .entry-top {
        /* width: 850px; */
        /* height: auto; */
        /* margin: 0 auto; */
        padding: 3rem;
    }

    .entry-top .single-category a {
        color: #fff !important;
    }

    ul.meta-entry-top {
        float: left;
        margin-top: 10px;
        color: var(--bs-body-color);
    }

    ul.meta-entry-top a {
        color: var(--bs-body-color);
    }

    ul.meta-entry-top li {
        float: left;
        margin-right: 5px;
        font-weight: 500;
    }

    ul.meta-entry-top li img.avatar {
        width: 22px;
        height: 22px;
        border-radius: 50%;
        margin: 1px 5px 0 0;
    }

    ul.meta-entry-top li span.updated {
        margin: 0 5px 0 15px;
    }

    ul.meta-entry-top li span.updated i {
        font-size: 11px;
        color: var(--gd-primary);
        padding-right: 3px;
    }

    /* -- Chrome CSS -- */

    @media screen and (-webkit-min-device-pixel-ratio: 0) {
        ul.meta-entry-top li img.avatar {
            margin: -1px 5px 0 0;
        }
    }

    /* - views- */

    ul.meta-entry-top li.post-views {
        width: auto;
        height: 22px;
        display: inline-block;
        float: left;
        padding: 0 5px 0 5px;
    }

    ul.meta-entry-top li.post-views span {
        color: var(--bs-body-color);
    }

    ul.meta-entry-top li.post-views i {
        font-size: 18px;
        color: #d92626;
    }

    /* -- Single Share -- */

    ul.meta-entry-top li ul.single-share {
        width: auto;
        height: auto;
        float: left;
        margin: -2px 0 0 13px;
    }

    ul.meta-entry-top li ul.single-share li {
        float: left;
        margin-right: 3px;
        border-radius: 2px;
        display: inline-block;
    }

    ul.meta-entry-top li ul.single-share li i {
        font-size: 11px !important;
        padding: 0 2px;
        margin-top: 5px;
        font-weight: 400;
    }

    ul.meta-entry-top li ul.single-share li a {
        padding: 6px 5px 5px 5px;
        border-radius: 2px;
        line-height: 18px;
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase;
    }

    ul.meta-entry-top li ul.single-share a span {
        color: #fff;
        line-height: 0px;
    }

    ul.meta-entry-top li ul.single-share a:hover {
        opacity: 0.8;
    }

    ul.meta-entry-top li ul.single-share li a.fbbutton {
        padding: 6px 15px 5px 15px;
        background-color: #3b5998 !important;
        color: #fff !important;
    }

    ul.meta-entry-top li ul.single-share li a.fbbutton i {
        padding-right: 3px;
        margin-top: 5px;
    }

    ul.meta-entry-top li ul.single-share li a.pinbutton i {
        padding-right: 6px;
        padding-left: 6px;
        margin-top: 5px;
    }

    ul.meta-entry-top li ul.single-share li a.twbutton i {
        padding-right: 4px;
        padding-left: 4px;
        margin-top: 5px;
    }

    ul.meta-entry-top li ul.single-share a.twbutton {
        background-color: #00aced !important;
        color: #fff !important;
    }

    ul.meta-entry-top li ul.single-share a.pinbutton {
        background-color: #ca212a !important;
        color: #fff !important;
    }

    ul.meta-entry-top li ul.single-share a.googlebutton {
        display: none;
        padding: 5px 3.5px 4px 3.5px;
        background-color: #eb4026 !important;
        color: #fff !important;
    }

    /* -- Page / Article Title -- */

    h1.article-title {
        font-size: 30px;
        color: #000;
        font-weight: 400;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
        line-height: 44px;
        margin: 12px 0 0 0;
    }

    .entry h1.page-title {
        font-size: 36px;
        color: #000;
        font-weight: 400;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
        line-height: 44px;
        border-bottom: 2px solid #f5f5f5;
        padding-top: 35px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .single-content h1.page-title {
        padding-top: 0px;
    }

    /* -- Entry bottom -- */

    div.wrap-fullwidth-bg .entry-bottom {
        padding-bottom: 50px;
    }

    .entry-bottom {
        width: 850px;
        height: auto;
        margin: 20px auto 20px auto;
    }

    .entry-bottom .menu--adsila {
        margin: 0px 0 10px 0;
    }

    .single-content h3.title {
        font-weight: 700;
        border-radius: 2px;
        font-size: 13px;
        padding: 2px 10px 1px 20px;
        margin: 5px 0 20px 0;
    }

    .single-content h3.title i {
        float: right;
        border-style: solid;
        border-width: 14px 5px 14px 10px;
        margin: -2px -15px -5px 0px;
        height: 1px;
        width: 0px;
    }

    div.commenttop h3.comment-reply-title {
        margin-top: -35px !important;
    }

    /*-- Entry Categories / Tags -- */

    .tags-cats {
        width: auto;
        float: left;
        margin: 20px 0 0 -3px;
    }

    .ct-size a {
        background-color: #eeeeee;
        float: none;
        text-transform: uppercase;
        display: inline-block;
        padding: 4px 10px 2px 10px;
        list-style: none;
        border-radius: 2px;
        margin: 0 5px 5px 0;
        font-size: 11px !important;
        color: #999;
        font-weight: 500;
    }

    .ct-size a:hover {
        background-color: var(--gd-primary);
        color: #fff;
    }

    /* -- Entry content style -- */

    .entry {
        width: 850px;
        height: auto;
        margin: 25px auto 10px auto;
    }

    .entry p {
        padding: 10px 0;
        font-size: 16px;
        line-height: 28px;
    }

    .entry p a {
        color: var(--gd-primary);
    }

    .entry p a:hover {
        color: #000 !important;
    }

    .entry h1,
    .entry h2,
    .entry h3,
    .entry h4,
    .entry h5,
    .entry h6 {
        margin-top: 35px;
        line-height: 36px;
    }

    .entry strong {
        font-weight: 700;
    }

    /* -- blockquote -- */

    blockquote {
        background: #fafafa;
        margin: 1.5em 0;
        padding: 30px;
        border-left: 10px solid var(--gd-primary);
        border-radius: 3px;
    }

    blockquote:before {
        content: open-quote;
        font-size: 6em;
        color: var(--gd-primary);
        line-height: 0.1em;
        margin-right: 0.25em;
        vertical-align: -0.4em;
    }

    blockquote p {
        font-size: 17px !important;
        color: #777;
        line-height: 30px !important;
        display: inline;
        font-weight: 400;
    }

    /* -- Responsive Images -- */

    .entry iframe {
        max-width: 850px;
        max-height: 500px;
        display: block;
        margin-top: -5px;
    }

    .entry embed {
        max-width: 100%;
    }

    .entry object {
        max-width: 100%;
    }

    .entry img,
    .wp-caption {
        max-width: 100%;
        border-radius: 3px;
    }

    .entry img,
    img[class*="align"],
    img[class*="wp-image-"],
    img[class*="attachment-"] {
        height: auto;
    }

    img.size-full,
    img.size-large,
    .wp-post-image,
    .post-thumbnail img {
        height: auto;
        max-width: 100%;
    }

    img.alignleft,
    .alignleft img {
        width: inherit !important;
    }

    img.alignright,
    .alignright img {
        width: inherit !important;
    }

    .alignleft {
        float: left;
        margin: 20px 30px 10px 0px;
    }

    .alignright {
        float: right;
        margin: 20px 0px 10px 30px;
    }

    .aligncenter {
        display: block;
        margin: 10px auto 0 auto;
    }

    .wp-caption img[class*="wp-image-"] {
        display: block;
        margin: 0;
    }

    .wp-caption-text {
        font-size: 12px !important;
        color: #888;
        margin-top: -7px;
        padding: 0 10px 0 10px;
        text-align: center;
    }

    .wp-caption-text a {
        background: none !important;
        color: #000 !important;
    }

    .wp-caption-text a:hover {
        color: #000 !important;
    }

    a.wp-img-bg-off {
        background: none !important;
    }

    /* -- End res. img -- */

    /* -- Lists -- */

    .entry li {
        padding: 3px 0 7px 5px;
    }

    .entry ul {
        margin: 15px 15px;
        list-style-type: square;
    }

    .entry ul li ul {
        margin-bottom: -10px;
        margin-top: 10px;
    }

    .entry ul li ul li {
        padding: 0px 0 10px 5px !important;
    }

    .entry ol li ol {
        margin-bottom: -10px;
        margin-top: 10px;
    }

    .entry ol li ol li {
        padding: 0px 0 10px 5px !important;
    }

    .entry ol {
        margin: 15px 15px;
        list-style-type: decimal;
    }

    /* -- Pagination entry articles -- */

    .my-paginated-posts {
        font-size: 10px;
        margin-bottom: 30px;
    }

    .my-paginated-posts span {
        background-color: var(--gd-primary);
        padding: 3px 6px 3px 6px;
        border-radius: 3px;
        color: #000 !important;
        font-weight: 700;
    }

    .my-paginated-posts p {
        font-size: 1.4em;
    }

    .my-paginated-posts p a {
        background-color: #222;
        border-radius: 3px;
        color: #fff !important;
        font-weight: 700;
        padding: 6px 10px;
        text-decoration: none;
        margin: 0 1px;
    }

    .my-paginated-posts p a:hover {
        color: #fff !important;
    }

    .my-paginated-posts p span a {
        color: #fff !important;
    }

    /* -- Entry button for password, etc -- */

    form.post-password-form input {
        width: 276px;
        font-size: 18px;
        text-align: center;
        font-weight: 400;
        line-height: 39px;
        border-radius: 3px;
    }

    form.post-password-form input:hover {
        cursor: pointer;
    }

    form.post-password-form input[type="submit"] {
        width: 280px !important;
        margin-top: 5px;
        background-color: #222;
        color: #fff;
        border: 1px solid #222;
    }

    .post-password-form {
        background-color: #f1f1f1;
        border-radius: 3px;
        width: 280px;
        padding: 30px;
        margin: 30px auto;
    }

    .post-password-form input {
        display: block;
        clear: both;
    }

    /*-- Tables --*/

    table {
        margin-top: 20px;
        margin-bottom: 50px;
        border-collapse: collapse;
        width: 100%;
    }

    thead {
        text-align: left;
    }

    table {
        background-color: #fafafa;
    }

    thead {
        background-color: #f1f1f1;
    }

    td,
    th {
        padding: 10px;
        text-align: left;
    }

    td {
        text-align: left;
    }

    dl {
        margin-top: 20px;
        padding: 10px;
    }

    dt {
        font-weight: 500;
    }

    table,
    td,
    dl,
    thead,
    th {
        border: 1px solid #ccc;
    }

    /* Chat Posts */

    .format-chat .entry p {
        background: #fafafa;
        /* The background color of first paragraph */
        border-left: 7px solid #ddd;
        /* The setting for border of first paragraph */
        margin-bottom: 2px;
        padding-left: 13px;
        padding-right: 13px;
    }

    .format-chat .entry p:nth-child(odd) {
        background: #f1f1f1;
        /* The background color of next paragraph */
        border-left-color: #ccc;
        /* The setting for border of next paragraph */
    }

    /* Qefood Recipe Style */

    .goodeal-note img {
        width: 240px;
        height: 150px;
        object-fit: cover;
        float: right;
        padding: 15px;
        border: 1px solid #dce2c0;
        border-radius: 5px;
    }

    .goodeal-note {
        border-radius: 5px;
        width: 550px;
        margin: 50px auto;
        font-size: 16px;
        padding: 25px 50px 25px 50px;
        background: #fffde7;
    }

    .goodeal-note ul {
        margin-top: 0px;
        margin-bottom: 0px;
        list-style: none;
    }

    .goodeal-note ul li a {
        color: #424242;
    }

    .goodeal-note ul li a:hover {
        color: #ffa238;
    }

    .goodeal-note ul li a i {
        font-size: 12px;
        color: var(--gd-primary);
        margin-left: 5px;
    }

    .goodeal-note .menu--adsila {
        margin: 30px 0 10px 0;
    }

    .goodeal-note ul li:before {
        content: "\f101";
        font-family: "Font Awesome 5 Free";
        font-size: 12px;
        color: var(--gd-primary);
        font-weight: 900;
        padding-right: 10px;
    }

    /* -- Entry source-link -- */

    div.article-source-link {
        margin: 30px 0 25px 0;
        border: 1px solid #dce2c0;
        border-radius: 5px;
    }

    div.article-source-link a {
        background-color: var(--gd-primary);
        margin: 20px;
        /* height: 20px; */
        padding: 15px 0;
        font-size: 18px;
        color: #fff;
        font-weight: 700;
        text-align: center;
        display: block;
        border-radius: 5px;
    }

    div.article-source-link a i {
        padding-left: 5px;
        font-size: 16px;
    }

    div.article-source-link a:hover {
        opacity: 0.8;
    }

    /* -- Prev and Next articles --*/

    .bottom-rating {
        width: 205px;
        height: auto;
        padding: 0 15px 25px 0px;
        left: 0;
        bottom: -15px;
        position: fixed;
        z-index: 1;
    }

    div.rating-form form {
        background-color: #fff;
        padding: 35px;
        border-radius: 5px;
        border: 3px solid #f5f5f5;
        margin-left: -5px;
    }

    /* -- Ranting bottom single -- */

    .bottom-rating label.description {
        display: none !important;
    }

    .bottom-rating div.rating-form {}

    .bottom-rating div.rating-form h4 {
        color: #000;
        margin: 0px 0 5px 0;
        font-size: 18px;
    }

    .bottom-rating span.mr-star-rating i {
        font-size: 16px !important;
    }

    .bottom-rating p.message {
        font-size: 12px !important;
    }

    .bottom-rating p.success {
        padding-bottom: 15px;
        color: #888 !important;
    }

    .bottom-rating input.wp-block-button__link {
        border: none;
        border-radius: 4px;
        font-size: 13px;
        font-weight: 600;
        padding: 11px 35px;
        text-align: center;
        margin: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .bottom-rating input.wp-block-button__link:hover {
        opacity: 0.85;
        cursor: pointer;
    }

    /* -- Index.php Author Social -- */

    ul.author-social-top li div.tooltiptext {
        visibility: hidden;
        padding: 3px 10px;
        width: 70px;
        font-size: 14px;
        background-color: #000;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        position: absolute;
        margin-top: 15px;
        margin-left: -31px;
    }

    ul.author-social-top li div.tooltiptext::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent #000 transparent;
    }

    ul.author-social-top li:hover div.tooltiptext {
        visibility: visible;
    }

    /* -- About Author -- */

    .author-meta {
        width: 900px;
        margin: 0px auto 0 auto;
    }

    .author-meta-entry {
        padding: 45px 70px 0 70px;
        float: left;
        margin-bottom: -30px;
    }

    .author-info {
        width: auto;
        height: auto;
        margin: 5px 0 -15px 35px;
    }

    .author-meta strong {
        padding-right: 10px;
    }

    .author-info p {
        margin-left: 65px;
        padding: 10px 0;
        font-size: 17px;
        line-height: 1.75;
        padding-right: 0px !important;
        -ms-word-wrap: break-word;
        word-wrap: anywhere;
    }

    .author-info a.author-link {
        font-size: 14px;
        font-weight: 700;
        border-bottom: 1px solid var(--gd-primary);
    }

    /* .author-info a.author-link i {} */

    .author-left-meta {
        width: 70px;
        height: 100px;
        float: left;
        padding: 0 30px 0 0;
    }

    .author-left-meta img.avatar {
        width: 70px;
        height: 70px;
        margin-top: 8px;
        border-radius: 50%;
        border: 5px solid #fff;
        filter: alpha(opacity=1);
        opacity: 1;
        position: relative;
        -moz-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0px 1px rgba(0, 0, 0, 0.3);
    }

    .author-meta strong i {
        font-size: 13px;
        color: var(--gd-primary);
        padding-right: 5px;
    }

    div.author-info i.fa-home {
        padding-left: 8px;
        padding-right: 5px;
        color: var(--gd-primary);
    }

    /* -- Author social icons -- */

    ul.author-social-top {
        float: left;
        margin: 0px 0 0 65px !important;
    }

    ul.author-social-top li {
        background-color: #fff;
        border-radius: 5px;
        float: left;
        font-size: 14px;
        display: inline-block;
        margin-right: 5px;
    }

    ul.author-social-top li a:hover {
        cursor: pointer;
        transition: all 0.2s ease-in-out;
        opacity: 0.7;
    }

    ul.author-social-top li a i {
        padding: 6px 9px 6px 9px;
        color: #3f677a;
    }

    ul.author-social-top li a i.fa-facebook-f {
        color: #768bb7;
    }

    ul.author-social-top li a i.fa-twitter {
        color: #a2d9f2;
    }

    ul.author-social-top li a i.fa-pinterest {
        color: #ea4e56;
    }

    ul.author-social-top li a i.fa-instagram {
        color: #d6005d;
    }

    ul.author-social-top li a i.fa-vk {
        color: #8ca3bd;
    }

    ul.author-social-top li a i.fa-youtube {
        color: #e85e57;
    }

    ul.author-social-top li a i.fa-vimeo-v {
        color: #76cafa;
    }

    /*-----------------------------------------------------------------------------
-------------------------------- 4.5 - Coupons --------------------------------
-----------------------------------------------------------------------------*/
    .coupon-area .card {
        margin-bottom: 2rem;
        border: 0;
    }

    /* .coupon-area .card .card-body {
    padding: 1.5rem;
} */

    .section-title.coupon-title {
        margin-bottom: 1.5rem;
        font-size: 1.5rem;
        font-weight: 500;
    }

    .coupon-bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 2rem;
    }

    .section-info .coupon-merchant {
        display: flex;
        align-items: top;
        padding: 2rem 0;
        border-top: 1px solid #eee;
    }

    .section-info .coupon-merchant .avatar {
        width: 4.5rem;
        height: 4.5rem;
        margin-right: 1rem;
        border: 1px solid #eee;
    }

    .section-info .coupon-merchant .merchant-name {
        font-size: 1.5rem;
        color: #000;
        transition: color 0.2s;
    }

    @media (max-width: 767.98px) {
        .section-info .coupon-merchant .avatar {
            width: 4rem;
            height: 4rem;
            min-width: 4rem;
            min-height: 4rem;
            margin-right: 0.75rem;
        }

        .section-info .coupon-merchant .merchant-name {
            font-size: 1rem;
        }
    }

    .section-info .coupon-merchant:hover .merchant-name {
        color: var(--gd-primary);
    }

    .section-info .coupon-merchant .merchant-intro {
        font-size: 1rem;
        color: #6c757d;
    }

    .section-category.coupon-category-group {
        display: flex;
    }

    .section-category.coupon-category-group .coupon-category {
        margin-right: 0.5rem;
        background-color: var(--gd-primary);
        color: #fff;
        border-color: var(--gd-primary);
    }

    .section-share {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .section-share> :nth-child(n) {
        margin-left: 0.5rem;
    }

    .section-share .btn-share {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2rem;
        height: 2rem;
        background-color: #000;
        font-size: 1rem;
        color: #fff;
        line-height: 1rem;
        border-radius: 50%;
        transition: background-color 0.2s;
    }

    .section-share .btn-share img {
        padding: 0.375rem;
    }

    .section-share .btn-share.btn-copylink:hover {
        background-color: #6c757d;
    }

    .section-share .btn-share.btn-facebook:hover {
        background-color: #1877f2;
    }

    .section-share .btn-share.btn-twitter:hover {
        background-color: #1d9bf0;
    }

    .section-share .btn-share.btn-pinterest:hover {
        background-color: #e60023;
    }

    .section-share .btn-share.btn-whatsapp:hover {
        background-color: #59ce72;
    }

    .section-share .btn-share.btn-line:hover {
        background-color: #06c755;
    }

    .section-share .btn-share.btn-wechat:hover {
        background-color: #1aad19;
    }

    .section-share .btn-report {
        font-size: 1rem;
        color: #fff;
        line-height: 1rem;
        transition: background-color 0.2s;
    }

    .coupon-img {
        width: 100%;
        max-width: 100%;
        height: auto;
        overflow: hidden;
    }

    .coupon-img img {
        transition: all 0.4s ease;
    }

    .coupon-img:hover img {
        transform: scale(1.1);
    }

    .section-highlight {
        padding: 2rem 0;
    }

    .coupon-details {
        padding: 2rem 0;
        font-family: "Poppins", "Noto Sans HK", "Noto Sans", "Helvetica", "Arial", sans-serif !important;
        border-top: 1px solid #eee;
    }

    .coupon-details p {
        margin-bottom: 1rem;
    }

    /* .coupon-details:first-child {
    border-top: 0;
} */

    .coupon-details .section-subtitle {
        position: relative;
        display: inline-block;
        margin-bottom: 1rem;
        font-size: 1.25rem;
        font-weight: 500;
    }

    .coupon-details .section-subtitle::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 50%;
        left: 0;
        bottom: 0;
        background-color: var(--gd-primary);
        opacity: 0.2;
    }

    /* .coupon-details .section-details-list {
    font-size: 1rem;
}

.coupon-details .nav-tabs .nav-link {
    color: var(--bs-secondary);
    border: none;
    border-bottom: 4px solid transparent;
} */

    .coupon-details nav {
        position: sticky;
        top: 70px;
        padding: 1.5rem 0;
        z-index: 999;
        background-color: var(--bs-white);
    }

    .coupon-details nav a {
        position: relative;
        display: inline-block;
        display: inline-flex;
        justify-content: center;
        margin-right: 1rem;
        color: #666;
        text-align: center;
    }

    .coupon-details nav a.active::after,
    .coupon-details nav a::after {
        content: '';
        position: absolute;
        bottom: -0.5rem;
        display: block;
        width: 0;
        height: 4px;
        background-color: var(--gd-primary);
        transition: all 0.2s ease-in-out;
    }

    .coupon-details nav a.active,
    .coupon-details nav a:hover {
        color: var(--bs-body-color);
    }

    .coupon-details nav a.active::after,
    .coupon-details nav a:hover::after {
        color: var(--gd-primary);
    }

    .coupon-details nav a.active::after,
    .coupon-details nav a:hover::after {
        width: 2rem;
        color: var(--gd-primary);
    }

    .coupon-details .tab-content {
        padding-top: 1rem;
    }

    .coupon-details .tab-content img {
        width: 100% !important;
        max-width: 100%
    }

    .coupon-details .tab-content table {
        width: 100% !important;
        max-width: 100%;
    }

    .coupon-details .nav-tabs .nav-link:hover,
    .coupon-details .nav-tabs .nav-link:focus {
        border: none;
        border-bottom: 4px solid var(--gd-primary);
        isolation: isolate;
    }

    .coupon-details .nav-tabs .nav-item.show .nav-link,
    .coupon-details .nav-tabs .nav-link.active {
        color: var(--gd-primary);
        border-color: var(--gd-primary);
    }

    .coupon-details .coupon-terms {
        list-style-type: disc;
        list-style-position: inside;
        padding-left: 0.5rem;
        font-size: 0.875rem;
        line-height: 1.5rem;
    }

    .packages {
        padding: 1rem 0;
    }

    .packages:not(:only-child) {
        border-bottom: 1px solid var(--bs-gray-300);
    }

    .packages:last-child {
        border-bottom: none;
    }

    .packages .amount {
        font-size: 1.25rem;
    }

    .packages .face-value {
        text-decoration: line-through;
    }

    .packages input[type="radio"],
    .packages input[type="checkbox"] {
        /* Add if not using autoprefixer */
        /* -webkit-appearance: none; */
        /* appearance: none; */
        /* For iOS < 15 to remove gradient background */
        /* background-color: #fff; */
        /* Not removed via appearance */
        /* margin: 0;

    font: inherit;
    color: var(--bs-gray-300);
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid var(--bs-gray-300);
    border-radius: 50%;
    transform: translateY(-0.075rem);

    display: grid;
    place-content: center; */
    }

    /* .packages input[type="checkbox"] {
    border-radius: 0.25rem;
}

.packages input[type="radio"]::before,
.packages input[type="checkbox"]::before {
    content: "";
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1rem 1rem var(--gd-primary);
}

.packages input[type="checkbox"]::before {
    border-radius: 0;
}

.packages input[type="radio"]:checked::before,
.packages input[type="checkbox"]:checked::before {
    transform: scale(1);
}

.packages .form-control {
   padding: 0;
}

.packages .form-control + .form-control {
    margin-top: 1rem;
} */

    @media (max-width: 767.98px) {
        #packagesModal {
            min-width: 85vw;
        }
    }

    /*  -- Sidebar -- */
    /* .card-merchant {
    text-align: center;
}

.card-merchant .avatar {
    width: 96px;
    height: 96px;
}

.card-merchant .merchant-name {
    margin: 1rem 0;
    font-size: 1.5rem;
} */

    .card-recommendation .section-title,
    .card-coupon-settings .section-title {
        font-size: 1.25rem;
        font-weight: 500;
        margin-bottom: 1rem;
    }

    .card-recommendation .list-coupon .item-coupon {
        display: flex;
        align-items: center;
        padding: 0.75rem 0;
        border-bottom: 1px solid #eee;
    }

    .card-recommendation .list-coupon .item-coupon:last-child {
        border-bottom: 0;
    }

    .card-recommendation .list-coupon .coupon-thumbnail {
        width: 4.5rem;
        height: 4.5rem;
        object-fit: cover;
        border-radius: 0.25rem;
    }

    .card-recommendation .list-coupon .coupon-content {
        flex: 1;
        min-width: 0;
    }

    .card-recommendation .list-coupon .coupon-title {
        font-size: 1rem;
        font-weight: 500;
        margin-bottom: 0.25rem;
        flex: 1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .card-recommendation .list-coupon .coupon-subtitle {
        font-size: 0.875rem;
        color: #6c757d;
    }

    /*-----------------------------------------------------------------------------
-------------------------------- 4.5 - Account Profile --------------------------------
-----------------------------------------------------------------------------*/

    .account-profile-area .card-body {
        padding: 1.5rem;
    }

    .account-profile-area .custom-hobbies span {
        margin-bottom: 0.5rem;
        margin-right: 0.5rem;
        pointer-events: none;
    }

    .merchant .avatar {
        width: 8rem;
        height: 8rem;
        object-fit: cover;
        border-radius: 50%;
    }

    .merchant .social-media-btn-group>a {
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 50%;
        margin-right: .5rem;
        padding: 0;
    }

    .merchant .social-media-btn-group>a:last-child {
        margin-right: 0;
    }

    .merchant .social-media-btn-group>a i {
        line-height: 2.5rem;
    }

    @media (max-width: 767.98px) {
        .merchant .avatar {
            width: 4rem;
            height: 4rem;
        }
    }

    /*-----------------------------------------------------------------------------
-------------------------------- 4.5 - Article --------------------------------
-----------------------------------------------------------------------------*/

    .section-title.article-title {
        margin-bottom: 1rem;
        font-weight: 500;
        font-size: 2rem;
    }

    .article-bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 1.5rem;
    }

    @media (max-width: 767.98px) {
        .section-title.article-title {
            font-size: 1.5rem;
        }

        .article-bar {
            display: block;
        }

        .article-bar .section-share {
            justify-content: flex-start;
            margin-top: 1rem;
        }

        .article-bar .section-share> :nth-child(n) {
            margin-left: 0;
            margin-right: 0.5rem;
        }
    }

    .section-info .article-author {
        display: flex;
        align-items: center;
        padding: 1.5rem 0;
    }

    .section-info .article-author .avatar {
        width: 4.5rem;
        height: 4.5rem;
        margin-right: 1rem;
        border: 1px solid #eee;
    }

    .section-info .article-author .author-name {
        font-size: 1.5rem;
        color: #000;
        transition: color 0.2s;
    }

    .section-info .article-author:hover .author-name {
        color: var(--gd-primary);
    }

    .section-info .article-author .article-publish-date {
        margin-bottom: 0;
        font-size: 1rem;
        color: #6c757d;
    }

    .blog-post-area .article-img {
        border-radius: 1rem;
    }

    .blog-post-area .article-content {
        margin-top: 3rem;
    }

    .blog-post-area .article-content p,
    .blog-post-area .article-content span {
        font-size: 1.125rem;
        line-height: 1.8;
        letter-spacing: 0.8px;
    }

    .blog-post-area .article-content p {
        /* margin-top: 1rem; */
        margin-bottom: 1.25rem;
        /* padding-top: 1rem;
    padding-bottom: 1rem; */
        /* font-size: 1.125rem;
    line-height: 1.8;
    letter-spacing: 0.8px; */
    }

    .blog-post-area .article-content img {
        width: 100%;
        height: auto;
    }

    .coupon-details .tab-content ul,
    .blog-post-area .article-content ul {
        list-style-type: disc;
    }

    .coupon-details .tab-content ol,
    .blog-post-area .article-content ol {
        list-style-type: decimal;
    }

    .coupon-details .tab-content ul,
    .coupon-details .tab-content ol,
    .blog-post-area .article-content ul,
    .blog-post-area .article-content ol {
        padding: 1rem;
    }

    /* .blog-post-area .article-content a:hover,
.blog-post-area .article-content a:focus {
    color: rgba(var(--bs-black), var(--bs-bg-opacity));
} */

    .blog-post-area .article-content .row-tags {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .blog-post-area .article-content .row-tags>.tag {
        margin-right: 0.5rem;
        border-radius: 0;
    }

    .card-recommendation .section-title {
        font-size: 1.25rem;
        font-weight: 500;
        margin-bottom: 1rem;
    }

    .card-recommendation .list-article .item-article {
        display: flex;
        align-items: center;
        padding: 0.75rem 0;
        border-bottom: 1px solid #eee;
    }

    .card-recommendation .list-article .item-article:last-child {
        border-bottom: 0;
    }

    .card-recommendation .list-article .article-thumbnail {
        width: 4.5rem;
        height: 4.5rem;
        object-fit: cover;
        border-radius: 0.5rem;
    }

    .card-recommendation .list-article .article-content {
        flex: 1;
        min-width: 0;
    }

    .card-recommendation .list-article .article-title {
        font-size: 0.875rem;
        font-weight: 500;
        margin-bottom: 0.25rem;
        flex: 1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .card-recommendation .list-article .article-subtitle {
        font-size: 0.875rem;
        color: #6c757d;
    }

    /*-----------------------------------------------------------------------------
-------------------------------- 4.5 - Policy Content --------------------------------
-----------------------------------------------------------------------------*/
    .policy-content {
        line-height: 2;
        letter-spacing: 0.2px;
    }

    .policy-content h3 {
        font-size: 1.75rem;
    }

    .policy-content h4 {
        font-size: 1.25rem;
    }

    .policy-content h3,
    .policy-content h4 {
        margin-top: 2rem;
        margin-bottom: 1rem;
    }

    .policy-content p {
        margin-bottom: 1rem;
    }

    .policy-content ul {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    /*-----------------------------------------------------------------------------
----------------------------- 5 - Sidebar & Widgets ---------------------------
-----------------------------------------------------------------------------*/

    /* -- Sidebar -- */

    .sidebar .widget {
        background-color: #fff;
        position: relative;
        /* width: 250px; */
        padding: 2rem;
        margin-bottom: 3rem;
        border-radius: 5px;
    }

    .sidebar .menu__item-name {
        font-size: 15px;
    }

    .sidebar .menu__item-label {
        margin: 0 0 0 0.5em !important;
    }

    .sidebar .menu--adsila {
        float: left;
        font-size: 16px;
        margin: 0 0 10px 0 !important;
    }

    .sidebar h3.title {
        background-color: #000;
        color: #f8eece;
    }

    /* -- Article widget -- */

    ul.article_list {
        width: 100%;
        height: auto;
        float: left;
        border-radius: 2px;
        margin-top: -15px;
    }

    ul.article_list li {
        width: 100%;
        height: auto;
        float: left;
        display: block;
        padding: 15px 0;
        border-bottom: 1px solid rgba(241, 241, 241, 0.5);
    }

    ul.article_list li:last-child {
        border-bottom: none;
        padding-bottom: 0px;
    }

    ul.article_list li .post-nr {
        background-color: #000;
        color: #fff;
    }

    ul.article_list li img {
        width: 75px;
        height: 75px;
        object-fit: cover;
        float: left;
        margin-bottom: 0px;
        border-radius: 5px;
    }

    ul.article_list li:hover img {
        opacity: 1;
    }

    ul.article_list li div.an-widget-title {
        font-size: 12px;
        color: #b3b2b2;
    }

    ul.article_list .an-widget-title h4 {
        font-size: 15px;
        line-height: 24px;
        font-weight: 400;
        margin: 2px 0 0 0;
    }

    ul.article_list .an-widget-title a h4 {
        color: #111;
    }

    ul.article_list li div.goodeal-date {
        margin-top: 5px;
        text-align: left;
        float: left;
        font-size: 11px;
        color: #999;
    }

    ul.article_list li div.goodeal-date i {
        font-size: 10px;
        color: var(--gd-primary);
        padding-right: 3px;
    }

    ul.article_list li .grid-comm {
        padding: 3.5px 0px 0 20px;
    }

    ul.article_list li .grid-comm a {
        line-height: 24px;
    }

    ul.article_list li .grid-comm i {
        margin: 3px 5px 0 0;
        font-size: 11px;
        float: left;
        line-height: 16px;
    }

    /* -- Banner widget 300px -- */

    .img-300 {
        width: 300px;
        height: auto;
        margin: -25px 0 -30px -25px;
        padding: 0px;
    }

    .widget_goodeal_wp_300px::after {
        background: transparent;
    }

    /* -- Banner widget 250px -- */

    .img-250 {
        width: 250px;
        height: auto;
        padding: 0px;
        margin-bottom: -5px;
    }

    .widget_goodeal_wp_250px::after {
        background: transparent;
    }

    /* -- Categories in two columns -- */

    .widget_anthemes_categories ul {
        width: 275px;
        margin-top: -10px;
        margin-left: -25px;
        display: inline-block;
    }

    .widget_anthemes_categories li {
        border-bottom: 1px solid rgba(241, 241, 241, 0.8);
        float: left;
        width: 112px;
        margin-left: 25px;
        line-height: 35px;
        font-size: 12px;
        color: var(--gd-primary);
        font-weight: 700;
    }

    .widget_anthemes_categories li a {
        font-weight: normal;
    }

    /* -- Custom Text -- */

    .widget_text img {
        max-width: 100% !important;
    }

    .widget_text select {
        width: 100%;
        height: 45px;
        padding: 10px 20px;
        border: 1px solid #d5d6d8;
        color: #000;
        border-radius: 5px;
    }

    .widget_text option {
        padding: 0 10px;
    }

    footer .widget_text {
        line-height: 24px;
    }

    /* -- Widget RSS -- */

    .widget_rss h3 a img {
        width: 10px;
        height: 10px;
    }

    .widget_rss li {
        background: url(../images/li_minus_gold.png) no-repeat 0 16px;
        border-bottom: 1px solid rgba(241, 241, 241, 0.8);
        display: block;
        padding: 10px 0 10px 20px;
    }

    .widget_rss li a {
        font-weight: 700;
    }

    /* -- Default Tags -- */

    div.widget_tag_cloud {
        display: inline-block;
        margin-bottom: 10px;
    }

    div.tagcloud a {
        background-color: #f5f5f5 !important;
        /* float: left; */
        text-transform: uppercase;
        display: inline-block;
        padding: 4px 10px 4px 10px;
        list-style: none;
        border-radius: 3px;
        margin: 0 5px 5px 0;
        font-size: 11px !important;
        color: var(--gd-primary);
        font-weight: 500;
    }

    /* -- Social Widget -- */

    ul.social-widget {
        width: 100%;
        float: left;
    }

    ul.social-widget li {
        width: 100%;
        float: left;
        margin: 2px 0;
        border-radius: 3px;
        display: block;
    }

    ul.social-widget li i {
        font-size: 13px !important;
        padding: 0 0 0 12px;
        margin-top: 3px;
        font-weight: 400;
    }

    ul.social-widget li a {
        display: block;
        padding: 5px 1px 5px 1px;
        line-height: 18px;
        font-size: 10px;
        font-weight: 700;
        border-radius: 3px;
        text-transform: uppercase;
    }

    ul.social-widget a.fbbutton {
        background-color: #3b5998 !important;
        color: #fff !important;
    }

    ul.social-widget a.twbutton {
        background-color: #00aced !important;
        color: #fff !important;
    }

    ul.social-widget a.ytbutton {
        background-color: #ca212a !important;
        color: #fff !important;
    }

    ul.social-widget a.googlebutton {
        background-color: #eb4026 !important;
        color: #fff !important;
    }

    ul.social-widget a span {
        float: right;
        padding-right: 15px;
        margin-top: 1px;
    }

    ul.social-widget li a:hover {
        opacity: 0.8;
    }

    /* -- Default Search -- */

    div.widget_search .searchform2 {
        float: left;
        margin: 0px;
    }

    div.widget_search .searchform2 .search-field {
        width: 170px;
        background-color: #fff !important;
        color: #000 !important;
        border: 1px solid #f5f4f4;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    div.widget_search .searchform2 #s:focus {
        width: 170px;
        overflow: hidden;
    }

    div.widget_search .searchform2 .buttonicon {
        background-color: var(--gd-primary);
        color: #fff !important;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 3px;
    }

    div.widget_search .searchform2 div.triangle-search {
        display: none;
    }

    div.widget_search {
        padding-bottom: 70px !important;
    }

    /* -- Recent Entries -- */

    .widget_recent_entries li {
        background: url(../images/li_minus_green.png) no-repeat 0 16px;
        border-bottom: 1px solid #f0eee9;
        display: block;
        padding: 10px 0 10px 20px;
    }

    .widget_recent_entries li:last-child {
        border: none;
    }

    /* -- Recent Comments -- */

    .widget_recent_comments li {
        background: url(../images/li_minus_black.png) no-repeat 0 16px;
        border-bottom: 1px solid #f0eee9;
        display: block;
        padding: 10px 0 10px 20px;
    }

    .widget_recent_comments li:last-child {
        border: none;
    }

    /* -- Archives and Nav menu widget -- */

    div.widget_nav_menu ul {
        margin-top: -10px;
    }

    .widget_archive ul {
        margin-top: -10px;
    }

    .widget_nav_menu li {
        display: block;
        padding: 10px 0 10px 0;
        color: var(--gd-primary);
        border-bottom: 1px solid rgba(241, 241, 241, 0.8);
    }

    .widget_nav_menu li:last-child {
        border: none;
    }

    div.widget_archive select {
        width: 100%;
        padding: 10px 20px;
        border-radius: 3px;
        border: 1px solid #d5d6d8;
        color: #000;
    }

    div.widget_archive option {
        padding: 0 10px;
    }

    div.widget_nav_menu li ul.sub-menu {
        margin: -5px 0 -10px 10px;
        padding: 10px 0 0 0;
    }

    div.widget_nav_menu li ul.sub-menu li {
        padding: 10px 0 10px 20px;
    }

    .widget_archive li:before {
        content: "\f1c6";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        padding-right: 10px;
    }

    .widget_archive li {
        display: block;
        padding: 10px 0 10px 0;
        color: var(--gd-primary);
        border-bottom: 1px solid rgba(241, 241, 241, 0.8);
    }

    .widget_nav_menu li:before {
        content: "\f0da";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        padding-right: 10px;
        font-size: 13px;
    }

    div.widget_nav_menu ul li>ul li>ul li>ul li {
        margin-left: -30px;
    }

    /* -- Meta in two columns -- */

    footer div.widget_nav_menu {
        padding-top: 15px;
    }

    .widget_meta ul,
    footer div.widget_nav_menu ul {
        list-style-type: circle;
        width: 275px;
        margin-top: -15px;
        margin-left: -25px;
        display: inline-block;
    }

    .widget_meta li,
    footer div.widget_nav_menu li {
        float: left;
        width: 112px;
        margin-left: 25px;
        font-size: 13px;
        color: #ffd800;
        font-weight: 700;
    }

    footer div.widget_nav_menu li {
        color: var(--gd-primary);
    }

    .widget_meta li,
    footer div.widget_nav_menu li:last-child {
        border-bottom: 1px solid rgba(241, 241, 241, 0.8);
    }

    .widget_meta li a,
    footer div.widget_nav_menu li a {
        font-weight: normal;
    }

    /* -- Meta and Pages widget -- */

    div.widget_pages ul {
        margin-top: -10px;
    }

    .widget_pages li,
    .widget_meta li {
        display: block;
        padding: 10px 0 10px 0;
        color: var(--gd-primary);
        border-bottom: 1px solid rgba(241, 241, 241, 0.8);
    }

    .widget_pages li:last-child {
        border: none;
    }

    .widget_pages li:before,
    .widget_meta li:before {
        content: "\f0da";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        padding-right: 10px;
        font-size: 13px;
    }

    /* -- Categories -- */

    /* div.widget_categories ul {} */

    .widget_categories li {
        background: url(../images/li_minus_gold.png) no-repeat 0 16px;
        border-bottom: 1px solid #f0eee9;
        display: block;
        padding: 10px 0 10px 20px;
    }

    .widget_categories li:last-child {
        border: none;
    }

    div.widget_categories select {
        width: 100%;
        padding: 10px 20px;
        border-radius: 3px;
        border: 1px solid #d5d6d8;
        color: #000;
    }

    div.widget_categories option {
        padding: 0 10px;
    }

    .widget_categories li ul.children {
        margin: -5px 0 -10px -5px;
        padding: 10px 0 0 0;
    }

    .widget_categories li ul.children li {
        padding: 10px 0 10px 20px;
    }

    /* -- Calendar -- */

    #wp-calendar {
        width: 100%;
    }

    #wp-calendar caption {
        text-align: center;
        font-weight: 700;
        margin-bottom: 10px;
        color: #333;
        font-size: 15px;
        padding: 0 15px;
    }

    #wp-calendar thead {
        font-size: 10px;
    }

    #wp-calendar tbody {
        color: #aaa;
    }

    #wp-calendar tbody td {
        background: #f5f5f5;
        border: 1px solid #fff;
        text-align: center;
        padding: 5px;
    }

    #wp-calendar tbody td:hover {
        background: #fff;
    }

    #wp-calendar tbody td a {
        font-weight: 700;
        color: #222;
        display: block;
    }

    #wp-calendar tbody td#today {
        background-color: #000;
        color: #fff;
        border-radius: 4px;
    }

    #wp-calendar tbody td#today a {
        color: #fff !important;
    }

    #wp-calendar tbody .pad {
        background: none;
    }

    #wp-calendar tfoot #next {
        font-size: 10px;
        text-transform: uppercase;
        text-align: right;
    }

    #wp-calendar tfoot #prev {
        font-size: 10px;
        text-transform: uppercase;
        padding-top: 10px;
    }

    #wp-calendar table {
        border: 1px solid #fff;
    }

    table#wp-calendar {
        margin-bottom: 0px !important;
    }

    #wp-calendar td#today a {
        color: #fff !important;
    }

    #wp-calendar td,
    #wp-calendar dl,
    #wp-calendar thead,
    #wp-calendar th {
        border: 1px solid #fff;
    }

    /* -- Default classes -- */

    .gallery-caption {
        font-size: 13;
    }

    .bypostauthor {
        font-size: 13;
    }

    /* Text meant only for screen readers. */

    .screen-reader-text {
        clip: rect(1px, 1px, 1px, 1px);
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
    }

    /* -- Subscribe widget -- */

    .subscribe-widget {
        padding: 36px 28px;
        border-color: var(--gd-primary);
    }

    .subscribe-widget {
        background-color: #fafafa;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .subscribe-widget:hover {
        background-color: #f5f5f5;
    }

    .subscribe-widget h4 {
        color: #333;
        font-size: 22px;
        line-height: 28px;
        font-weight: 500;
        margin-bottom: 15px;
        text-align: center;
    }

    .subscribe-widget p {
        line-height: 24px;
        font-size: 15px;
        color: #424242;
        width: 100%;
        text-align: center;
    }

    .subscribe-form {
        float: none;
        width: 100%;
        text-align: center;
    }

    .subscribe-widget input {
        width: 100%;
        margin-bottom: -2px;
    }

    .subscribe-widget input {
        border: 2px solid #f5f5f5 !important;
        background: #fff;
        padding: 0 9%;
        width: 80%;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .subscribe-widget input[type="submit"] {
        background-color: var(--gd-primary);
        width: 100%;
        margin-left: 0;
        margin-bottom: 0;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .subscribe-widget input::placeholder {
        text-align: center;
        font-size: 12px;
        color: #999;
        padding-left: 20px;
    }

    .subscribe-widget input[type="submit"]:hover {
        opacity: 0.85;
        cursor: pointer;
    }

    .subscribe-widget input[type="submit"] {
        background: #000;
        color: #fff;
        font-size: 12px;
        padding: 14px 0;
        margin-top: 0;
        font-weight: 500;
    }

    .mc4wp-success {
        text-align: center;
        font-size: 12px;
        padding-top: 10px;
    }

    .subscribe-widget p input[type="checkbox"] {
        width: 30px;
        margin: 15px 0 0 -5px;
    }

    .subscribe-widget input[type="email"] {
        margin-top: 20px;
    }

    .subscribe-widget p span {
        font-size: 13px !important;
        color: #999;
    }

    .subscribe-widget input[type="submit"] {
        font-weight: 700;
    }

    .subscribe-widget input[type="email"]::placeholder {
        color: #424242 !important;
        opacity: 0.5;
    }

    .subscribe-widget input[type="email"]:-ms-input-placeholder {
        color: #424242 !important;
    }

    .subscribe-widget input[type="email"]::-ms-input-placeholder {
        color: #424242 !important;
    }

    .subscribe-widget {
        border-top: 3px solid;
    }

    /*-----------------------------------------------------------------------------
----------------------------- 6 - Comments Form -------------------------------
-----------------------------------------------------------------------------*/

    /* - Comments Form -- */

    .nocomments,
    .nopassword,
    .must-log-in {
        text-align: center;
        padding: 15px 0 0 0;
    }

    ul.comment {
        width: 850px;
        margin: 0 0 50px 0;
    }

    ul.comment li {
        background-color: #fafafa;
        margin: 0 0 20px 0;
        padding: 20px 20px 20px 20px;
        border-bottom: 1px solid #f1f1f1;
    }

    ul.comment li span.comm-avatar {
        width: 22px;
        height: 22px;
        float: left;
        margin-right: 10px;
    }

    ul.comment li img.avatar {
        width: 22px;
        height: 22px;
        margin: 0 0 0 0;
        border-radius: 4px;
    }

    ul.comment li span.comment-author {
        margin-right: 15px;
        font-weight: 500;
        font-size: 14px;
        float: left;
    }

    ul.comment li span.comment-date {
        float: left;
        font-size: 13px;
        opacity: 0.4;
    }

    ul.comment li span.comment-reply-button {
        background-color: #dce2c0;
        /* float: left; */
        display: inline-block;
        font-weight: 500;
        border-radius: 3px;
        padding: 2px 5px 2px 5px;
        line-height: 16px;
        margin: 1px 0 0 10px;
        font-size: 10px;
    }

    ul.comment li span.comment-reply-button a {
        color: #000 !important;
    }

    ul.comment li span.comment-reply-button:hover {
        opacity: 1;
    }

    .comment-body {
        padding-bottom: 5px;
    }

    ul.comment li ul.children li {
        background-color: #fff;
        margin: 10px 0 0 0;
        border-top: 20px solid #fafafa;
        border-bottom: none;
    }

    ul.comment li ul.children li>ul.children li {
        background-color: #fff;
        margin-left: -20px;
        margin-bottom: 0px;
        padding-bottom: 0px;
        border: none;
        border-top: 20px solid #fafafa;
        /* border-bottom: none; */
    }

    /* -- Chrome CSS -- */

    @media screen and (-webkit-min-device-pixel-ratio: 0) {
        ul.comment li img.avatar {
            margin: -1.7px 0 0 0;
        }
    }

    /* -- reply and respond -- */

    a.comment-reply-link {
        height: 10px;
        font-size: 11px;
        line-height: 0px;
        border-radius: 3px;
        padding: 0 10px 5px 10px;
    }

    a.comment-reply-link:hover {
        opacity: 0.8;
    }

    .comment-respond {
        margin-top: 40px;
    }

    /* -- Lists -- */

    div.comment-body p {
        font-size: 16px;
        word-break: break-all !important;
        padding-bottom: 6px;
        padding-top: 3px;
    }

    div.comment-body li {
        padding: 3px 0 7px 5px !important;
        margin-bottom: 0px !important;
        border: none !important;
    }

    div.comment-body ul {
        margin: 15px 15px;
        list-style-type: square;
    }

    div.comment-body ul li {
        list-style: disc !important;
        list-style-type: disc !important;
    }

    div.comment-body ul li ul {
        margin-bottom: -10px;
        margin-top: 10px;
    }

    div.comment-body ul li ul li {
        padding: 0px 0 10px 5px !important;
    }

    div.comment-body ol li ol {
        margin-bottom: -10px;
        margin-top: 10px;
    }

    div.comment-body ol li ol li {
        padding: 0px 0 10px 5px !important;
    }

    div.comment-body ol {
        margin: 15px 15px;
        list-style-type: decimal;
    }

    div.comment-body h1,
    div.comment-body h2,
    div.comment-body h3,
    div.comment-body h4,
    div.comment-body h5,
    div.comment-body h6 {
        margin-top: 35px;
        text-decoration: underline;
    }

    div.comment-body h2 {
        margin-bottom: 10px;
    }

    /* -- Comments -- */

    .comments {
        width: 850px;
        float: left;
        height: auto;
        margin: 0 0 0 0;
    }

    .comments h3.comment-reply-title {
        margin: 30px 0 0 0;
        width: auto;
        height: 26px;
        font-size: 16px;
        color: #000 !important;
        font-weight: 400;
        border-radius: 2px;
    }

    .comments h3.comment-reply-title i {
        float: right;
        border-style: solid;
        border-width: 14px 5px 15px 10px;
        margin: -2px -15px -5px 0px;
        height: 0px;
        width: 0px;
    }

    .comments h3.comment-reply-title a {
        font-weight: 500;
        text-decoration: underline;
        color: #fff !important;
        color: #000;
    }

    .comments h3.comment-reply-title a#cancel-comment-reply-link {
        text-decoration: none;
        color: #f00 !important;
        font-size: 12px;
        margin-left: 10px;
    }

    /* -- Comment Form -- */

    p.comment-notes {
        margin: 5px 0 25px 0;
        font-size: 14px !important;
        color: #999 !important;
    }

    p.comment-notes span#email-notes {
        color: #999 !important;
    }

    #commentform {
        padding: 0 6px 20px 0;
        font-size: 12px;
    }

    #commentform #author,
    #comment,
    #email,
    #url {
        /* width: 99.7%; */
        width: 100%;
        height: 40px;
        font-size: 14px;
        font-weight: 500;
        border-radius: 3px;
    }

    #commentform #author,
    #commentform #email,
    #commentform #url {
        border: 2px solid #d5d6d8;
        color: #333;
    }

    #commentform #submit {
        background-color: #000;
        margin: 25px 5px -10px 0;
        padding: 11px 25px;
        color: #fff;
        font-weight: 500;
        text-align: center;
        border: none;
        border-radius: 4px;
    }

    #commentform #submit:hover {
        opacity: 0.85;
        cursor: pointer;
    }

    #commentform input,
    #comment {
        padding-left: 5px;
    }

    #commentform textarea {
        min-height: 150px;
        color: #333;
        border: 2px solid #d5d6d8;
        -moz-resize: vertical;
        resize: vertical;
    }

    #commentform label {
        display: block;
        margin-top: 10px;
        font-size: 11px;
        font-weight: 500;
    }

    #commentform span {
        color: #f00;
    }

    #commentform label span {
        font-size: 15px;
        color: #f00;
    }

    #wp-comment-cookies-consent {
        float: left;
        margin: 4px 5px 0 0;
    }

    p.comment-form-cookies-consent {
        margin-top: 15px;
        margin-bottom: 0px;
    }

    p.comment-form-author {
        margin-right: 4.8% !important;
    }

    p.comment-form-author,
    p.comment-form-email {
        width: 47.5%;
        float: left;
        margin: 0 0 13px 0;
    }

    /* -- Chrome CSS -- */

    @media screen and (-webkit-min-device-pixel-ratio: 0) {
        #wp-comment-cookies-consent {
            margin: 4px 5px 0 0;
        }
    }

    /* -- Comment Cols -- */

    .one_half_c,
    .one_half_last_c {
        float: left;
        width: 47.9%;
        margin-right: 4%;
    }

    .one_half_last_c {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .one_full_c {
        float: left;
        width: 99.8%;
    }

    /*-----------------------------------------------------------------------------
----------------------------- 7 - Contact Form --------------------------------
-----------------------------------------------------------------------------*/

    /* -- Contact Cols -- */

    .one_half_c,
    .one_half_last_c {
        float: left;
        width: 46.5%;
        margin-right: 6%;
    }

    .one_half_last_c {
        margin-right: 0;
    }

    .one_full_c {
        float: left;
        width: 99%;
    }

    /* -- Contact Form 7 Plugin -- */

    form.wpcf7-form span.wpcf7-radio input {
        width: auto !important;
        display: inline-block !important;
        height: auto !important;
    }

    form.wpcf7-form span.wpcf7-checkbox input {
        width: auto !important;
        display: inline-block !important;
        height: auto !important;
    }

    form.wpcf7-form {
        background-color: #fafafa;
        margin: 25px 0 30px 0;
        padding: 40px 50px 10px 50px;
        font-size: 11px;
        border-bottom: 1px solid #f1f1f1;
        border-radius: 4px;
    }

    form.wpcf7-form input {
        display: block;
        width: 98%;
        padding-left: 2%;
        font-size: 14px;
        color: #333;
        font-weight: 700;
        border: 1px solid #d5d6d8;
        border-radius: 3px;
    }

    form.wpcf7-form textarea {
        width: 98%;
        min-height: 200px;
        padding-left: 2%;
        font-size: 14px;
        color: #333;
        font-weight: 700;
        line-height: 22px;
        border: 1px solid #d5d6d8;
        border-radius: 3px;
        -moz-resize: vertical;
        resize: vertical;
    }

    form.wpcf7-form input.wpcf7-submit {
        background-color: #13131c;
        width: inherit !important;
        margin-top: 15px;
        padding: 11px 35px;
        font-size: 12px;
        color: #fff;
        font-weight: 700;
        text-align: center;
        border-color: #13131c;
        border-radius: 3px;
    }

    form.wpcf7-form input.wpcf7-submit:hover {
        opacity: 0.85;
        cursor: pointer;
    }

    form.wpcf7-form img.ajax-loader {
        width: inherit !important;
    }

    form.wpcf7-form .wpcf7-validation-errors,
    form.wpcf7-form .wpcf7-response-output,
    form.wpcf7-form div.wpcf7-mail-sent-ok {
        color: #f00;
        margin-top: -20px;
        margin-left: -12px;
        font-size: 12px;
        position: relative;
        border: none;
    }

    form.wpcf7-form div.wpcf7-mail-sent-ok {
        color: green !important;
    }

    form.wpcf7-form span.wpcf7-form-control-wrap {
        width: 100% !important;
    }

    span.wpcf7-not-valid-tip {
        color: #f00;
        text-align: right;
        margin-right: 15px;
        font-size: 11px;
        font-weight: normal;
        margin-top: -28px;
    }

    /*-----------------------------------------------------------------------------
----------------------------- 8 - Custom Pages --------------------------------
-----------------------------------------------------------------------------*/

    /* -- 404 page -- */

    body.error404 {
        background-color: #fff;
    }

    #anthemes-404 .middle-404 {
        max-width: 900px;
        margin: 0 auto;
    }

    #anthemes-404 {
        width: 100%;
        margin-top: 25px;
        margin-bottom: 25px;
        min-height: 400px;
        height: auto;
        padding: 200px 0 0 0;
        text-align: left;
    }

    #anthemes-404 h1 {
        padding: 0 0 60px 0;
        font-size: 80px;
        color: #000;
        font-weight: 700;
    }

    #anthemes-404 p {
        font-size: 20px;
        line-height: 32px;
        color: #000;
    }

    #anthemes-404 p a {
        color: #000;
        border-bottom: 2px solid var(--gd-primary);
    }

    #anthemes-404 h2 {
        font-size: 11px;
        line-height: 20px;
        font-weight: 700;
        text-transform: uppercase;
        height: 20px;
        display: inline-block;
        padding: 0 15px;
        border-radius: 2px;
    }

    #anthemes-404 .widget_recent_entries {
        text-align: left;
        width: 100%;
        margin: -30px auto 0 auto;
    }

    #anthemes-404 div.widget_recent_entries ul {
        margin-top: 10px;
    }

    #anthemes-404 .widget_recent_entries li {
        border-bottom: 1px solid #fafafa;
        font-weight: 500;
        background: transparent;
        display: block;
        padding: 10px 0 10px 0;
    }

    /* #anthemes-404 .widget_recent_entries li:last-child {} */

    #anthemes-404 .widget_recent_entries li a {
        color: #000;
    }

    #anthemes-404 img {
        width: 70%;
        margin-top: -80px;
        float: left;
    }

    /* -- Chrome CSS -- */

    @media screen and (-webkit-min-device-pixel-ratio: 0) {
        #anthemes-404 h2 {
            line-height: 22px;
        }
    }

    /* ================ 
-- Frontend Publishing -- */

    .wpfepp-prefix-text {
        font-size: 11px !important;
        background-color: #fafafa;
        display: inline-block;
        padding: 0 5px;
    }

    .wpfepp-form .wpfepp-form-field-container>input[type="text"],
    .wpfepp-form .wpfepp-form-field-container>input[type="email"],
    .wpfepp-form .wpfepp-form-field-container>input[type="url"],
    .wpfepp-form .wpfepp-form-field-container>select,
    .wpfepp-form .wpfepp-form-field-container>textarea {
        border-radius: 3px !important;
        width: 100%;
        border: 2px solid #d5d6d8 !important;
        color: #333 !important;
    }

    #wp-wpfepp-form-1-content-field-editor-container iframe {
        min-height: 150px !important;
    }

    .wpfepp-form .wpfepp-form-field-container>textarea {
        min-height: 80px !important;
    }

    .wpfepp-form .wpfepp-form-field-container .wp-editor-container {
        border: 2px solid #d5d6d8 !important;
        border-radius: 3px !important;
    }

    .wpfepp-form .wpfepp-button,
    .wpfepp-form .wpfepp-button {
        padding: 10px 30px !important;
        border-radius: 4px !important;
    }

    .wpfepp-form .wpfepp-message.error,
    .wpfepp-posts .wpfepp-message.error {
        background: #d62727 !important;
        border: 1px solid #d62727 !important;
        color: #fff;
        font-weight: 700;
        border-radius: 5px;
        margin-top: 15px;
    }

    .wpfepp-form .wpfepp-button.green {
        background: var(--gd-primary) !important;
        margin-right: 5px;
        color: #fff;
        font-weight: 700;
        border: 1px solid var(--gd-primary) !important;
        text-shadow: 1px 1px var(--gd-primary) !important;
    }

    .wpfepp-posts .wpfepp-row .wpfepp-fixed-td a {
        font-size: 13px !important;
    }

    .wpfepp-form .wpfepp-button.green:hover {
        opacity: 0.7 !important;
        cursor: pointer;
    }

    .wpfepp-form .wpfepp-save-button:hover {
        opacity: 0.7 !important;
        cursor: pointer;
    }

    .wpfepp-form .wpfepp-save-button {
        background-color: #fff !important;
        border: 1px solid #ccc;
    }

    /*-- Front end --*/
    .small-input-box {
        width: 35px;
        font-size: 11px;
        margin: 0 5px;
        border-radius: 3px;
    }

    p.characters-left {
        font-size: 11px;
        height: 10px;
        padding-top: 1px;
        margin-top: -10px;
    }

    p.characters-left input {
        height: 12px;
        font-size: 11px;
    }

    form.wpfepp-form {
        max-width: 70%;
        margin-bottom: 10px;
        float: right;
        margin-top: 10px;
    }

    .an-fpp-img {
        width: 70px;
        height: 44px;
        float: left;
        background: #f8f8f8;
    }

    .an-fpp-img img {
        width: 70px;
        height: 44px;
        object-fit: cover;
    }

    .an-fpp-title {
        margin-left: 85px;
        font-weight: 500 !important;
        font-size: 14px;
        word-break: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
    }

    .wpfepp-prefix-text {
        font-size: 12px;
        line-height: 20px;
        color: #777;
    }

    .wpfepp-form-field-container {
        margin-bottom: 30px !important;
    }

    div.wpfepp-form-fields {
        margin-top: 40px;
    }

    div#qtip-1-content {
        z-index: 99 !important;
        position: relative !important;
    }

    div.wpfepp-posts {
        margin-top: 40px;
        margin-bottom: 30px;
    }

    button#insert-media-button {
        padding: 0px 15px !important;
    }

    /*-- Front end my posts -- */

    .wpfepp-post-table-container table {
        width: 100% !important;
        margin-bottom: 25px;
    }

    .wpfepp-posts ul.wpfepp-tabs {
        border-bottom: 1px solid #ded9e0 !important;
    }

    .wpfepp-posts ul.wpfepp-tabs a.active {
        border-color: #ded9e0 #ded9e0 #fff !important;
    }

    .wpfepp-posts ul.wpfepp-tabs a {
        border-color: #ded9e0 !important;
        border-width: 1px;
        border-radius: 3px;
        font-weight: 500;
        background: #f8f8f8;
    }

    div.wpfepp-post-table-container table {
        background-color: #fff;
    }

    div.wpfepp-message a {
        background-color: #000;
        margin-top: 30px;
        border-radius: 3px;
        font-weight: 500;
        font-size: 13px;
        text-transform: uppercase;
        padding: 8px 25px;
        color: #fff;
    }

    div.success {
        color: #222 !important;
        -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
        background: #e9f6e3;
        color: #93c088;
        border: 1px solid #ceedc4;
        margin: 15px 0;
        -moz-border-radius: 2px;
        border-radius: 2px;
        font-weight: 700;
        text-align: center;
    }

    .wpfepp-post-table-container table,
    .wpfepp-post-table-container td,
    .wpfepp-post-table-container dl,
    .wpfepp-post-table-container thead,
    .wpfepp-post-table-container th {
        border: none;
        border-radius: 5px;
        border-bottom: 1px solid #f1f1f1;
        background-color: #fafafa;
        padding: 25px;
    }

    .wpfepp-post-table-container table {
        padding: 0px;
    }

    .wpfepp-form .wpfepp-message.success,
    .wpfepp-posts .wpfepp-message.success {
        background: #f5f5f5 !important;
        border: none !important;
        box-shadow: none !important;
        padding: 35px 0 !important;
        border-radius: 5px !important;
        font-size: 16px;
    }

    .wp-editor-container textarea.wp-editor-area {
        min-height: 150px !important;
    }

    /* ================
-- Shop Style-- */

    .woocommerce header {
        z-index: 9999 !important;
    }

    p.return-to-shop a.button {
        color: #000 !important;
    }

    .cart-empty::before {
        top: 10px !important;
    }

    .select2-container .select2-selection--single {
        height: 40px;
        border: 2px solid #d5d6d8;
        color: #333;
        border-radius: 0px;
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        padding-top: 5px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 7px;
    }

    /* -- Account -- */

    .woocommerce-Addresses header {
        background-color: #fff !important;
        border-top: 1px solid #f1f1f1;
        border-bottom: 1px solid #f1f1f1;
        padding: 0 0 10px 0;
        border-radius: 5px;
        margin-bottom: 10px;
    }

    .woocommerce-account .addresses .title .edit {
        float: left !important;
        margin-top: 40px !important;
        margin-left: 10px !important;
    }

    .woocommerce a.edit {
        float: left !important;
        margin: 0 !important;
        margin-top: 0px;
        margin-left: 0px;
        color: #fff;
        padding: 1px 5px;
        border-radius: 3px;
        font-size: 12px;
    }

    .woocommerce-MyAccount-navigation ul {
        margin-left: 0px !important;
    }

    .woocommerce-MyAccount-navigation ul li {
        padding: 10px 0 10px 20px;
        list-style: none;
        background-color: #fafafa;
        margin-bottom: 5px;
        border-bottom: 1px solid #f1f1f1;
        display: inline-block;
        float: left;
        width: 180px;
    }

    .woocommerce-MyAccount-navigation ul li a {
        display: block;
    }

    body.woocommerce-account .single-content {
        min-height: 800px;
    }

    .woocommerce-MyAccount-navigation ul li:after {
        color: #ddd;
        margin-top: -23px;
        float: right;
        font-size: 14px;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        padding-right: 20px;
    }

    li.woocommerce-MyAccount-navigation-link--dashboard:after {
        content: "\f3fd";
    }

    li.woocommerce-MyAccount-navigation-link--orders:after {
        content: "\f291";
    }

    li.woocommerce-MyAccount-navigation-link--downloads:after {
        content: "\f381";
    }

    li.woocommerce-MyAccount-navigation-link--edit-address:after {
        content: "\f015";
    }

    li.woocommerce-MyAccount-navigation-link--edit-account:after {
        content: "\f007";
    }

    li.woocommerce-MyAccount-navigation-link--customer-logout:after {
        content: "\f2f5";
    }

    li.woocommerce-MyAccount-navigation-link--posts:after {
        content: "\f0cb";
    }

    li.woocommerce-MyAccount-navigation-link--upload:after {
        content: "\f65e";
    }

    div.woocommerce-MyAccount-content .woocommerce-error,
    div.woocommerce-MyAccount-content .woocommerce-info,
    div.woocommerce-MyAccount-content .woocommerce-message {
        margin: 15px 0 0 0 !important;
    }

    body.woocommerce-downloads a.woocommerce-Button {
        float: right;
        height: 11px !important;
        line-height: 12px !important;
    }

    div.woocommerce-MyAccount-content fieldset {
        border: none;
        background: #fafafa;
        padding: 15px 25px 20px 25px;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    div.woocommerce-MyAccount-content legend {
        background-color: var(--gd-primary);
        color: #fff;
        padding: 1px 10px;
        border-radius: 5px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation,
    .woocommerce-account .woocommerce-MyAccount-content {
        margin-top: 15px;
    }

    div.woocommerce-MyAccount-content div.wpfepp-form-fields {
        margin-top: 15px;
    }

    div.woocommerce-MyAccount-content div.wpfepp-posts {
        margin-top: 15px !important;
        margin-bottom: 0px;
    }

    body.woocommerce-page img.avatar,
    #basic-user-avatar-form img.avatar {
        width: 90px !important;
        height: 90px !important;
        margin-top: 50px;
    }

    #basic-user-avatar-form p.description {
        font-size: 14px;
    }

    #basic-user-avatar-form input[type="submit"] {
        background: var(--gd-primary);
        color: #fff;
        font-size: 12px;
        padding: 5px 14px;
        margin-top: 0;
        font-weight: 900;
        border: 1px solid var(--gd-primary);
        border-radius: 3px;
    }

    #basic-user-avatar-form input[type="submit"]:hover {
        opacity: 0.85;
        cursor: pointer;
    }

    #user_url_field {
        margin-bottom: 10px;
    }

    .woocommerce form .form-row textarea {
        min-height: 6em;
        line-height: 1.5;
        display: block;
        box-shadow: none;
        padding: 5px 10px;
        -moz-resize: vertical;
        resize: vertical;
    }

    /* -- WooCommerce shop page -- */

    .woocommerce-page .entry img {
        width: inherit !important;
    }

    select.orderby {
        width: 200px;
        border: none;
        float: left;
        padding: 9px 0 9px 10px;
        font-weight: 700;
        background-color: #f1f1f1;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    select.orderby option {
        margin: 10px 20px;
    }

    select.orderby option:hover {
        cursor: pointer;
    }

    .woocommerce-ordering {
        margin-top: 5px !important;
    }

    .woocommerce form.checkout_coupon button {
        padding: 0.6em 1em !important;
        margin-left: -30px !important;
        font-size: 15px !important;
    }

    /* -- Products full width page-- */

    div.wrap-fullwidth-bg .woocommerce ul.columns-4 li.product,
    div.wrap-fullwidth-bg .woocommerce-page ul.columns-4 li.product {
        width: 20.05% !important;
    }

    div.wrap-fullwidth-bg .woocommerce-page ul.columns-4 li.product img {
        width: 100% !important;
    }

    div.wrap-fullwidth-bg .woocommerce ul.products.columns-3 li.product,
    div.wrap-fullwidth-bg .woocommerce-page ul.products.columns-3 li.product {
        width: 30.75% !important;
    }

    div.wrap-fullwidth-bg .woocommerce-page ul.products.columns-3 li.product img,
    .woocommerce ul.products li.product a img {
        width: 100% !important;
    }

    /* -- Single Product full width page -- */

    body.single-product div.wrap-fullwidth-bg .entry {
        padding-top: 1px;
    }

    /* -- Products -- */

    div.woocommerce-message a.button {
        padding: 0em 1em !important;
    }

    ul.products {
        margin-top: 30px !important;
    }

    ul.products li {
        width: 261px;
        text-align: center;
    }

    ul.products li img {
        width: 261px;
        height: 261px;
        border-bottom: 5px solid var(--gd-primary) !important;
    }

    ul.products li:hover img {
        opacity: 0.9;
        border-bottom: 5px solid #f5f5f5 !important;
    }

    ul.products li span.onsale {
        background-color: var(--gd-primary) !important;
        z-index: 101;
    }

    ul.products li h3 {
        font-size: 18px !important;
    }

    a.add_to_cart_button {
        background: var(--gd-primary) !important;
        display: inline-block !important;
        padding: 6px 20px !important;
        color: #fff !important;
        font-weight: bold !important;
        text-align: center !important;
        border-radius: 3px !important;
    }

    /* a.add_to_cart_button:hover {} */

    a.added_to_cart {
        display: none !important;
    }

    .woocommerce span.price {
        font-weight: bold !important;
        font-size: 16px !important;
    }

    .woocommerce ul.products li.product .price {
        color: var(--gd-primary) !important;
    }

    div.star-rating {
        display: none !important;
    }

    .single-product div.star-rating {
        display: block !important;
    }

    ul.products div.star-rating {
        display: none !important;
    }

    body.woocommerce-page img.avatar {
        width: 35px !important;
        height: 35px !important;
    }

    body.woocommerce-page textarea#comment {
        width: 101% !important;
        min-height: 100px !important;
    }

    body.woocommerce-page p.comment-form-comment {
        margin-bottom: -20px !important;
        margin-top: -40px !important;
    }

    body.woocommerce-page p.comment-form-author {
        margin-bottom: -20px !important;
    }

    #reviews p.meta {
        margin-top: -15px !important;
    }

    #reviews div.description {
        margin-top: -30px !important;
    }

    #reviews div.description p {
        padding-bottom: 0px !important;
    }

    .woocommerce .single-related,
    .woocommerce-page .woocommerce .single-related {
        display: none;
    }

    .woocommerce .author-right-meta,
    .woocommerce-page .author-right-meta {
        display: none;
    }

    .woocommerce #random-wrap-section,
    .woocommerce-page #random-wrap-section {
        display: none;
    }

    .woocommerce #follow-section .one_half_last img,
    .woocommerce-page #follow-section .one_half_last img {
        margin-top: 11px;
    }

    /* -- Pagination -- */

    .woocommerce nav.woocommerce-pagination ul li {
        border: none !important;
        margin-right: 5px !important;
    }

    .woocommerce nav.woocommerce-pagination ul li span {
        color: #000 !important;
    }

    .woocommerce-pagination {
        border: none !important;
        margin-bottom: 30px;
    }

    ul.page-numbers {
        margin: 0 2px 10px 2px !important;
        border: none !important;
    }

    ul.page-numbers li .page-numbers {
        display: inline-block !important;
        border-radius: 3px !important;
        font-weight: bold !important;
        padding: 10px 10px 9px 10px !important;
        text-align: center !important;
    }

    ul.page-numbers li .current {
        background: #f1f1f1 !important;
        color: #000 !important;
    }

    ul.page-numbers li a {
        background: #fff !important;
        color: #000 !important;
    }

    ul.page-numbers li a:hover {
        background: #f1f1f1 !important;
    }

    /* -- Single Product -- */

    .woocommerce .product {
        margin-top: 50px;
    }

    form.cart {
        margin: 0px 0 !important;
    }

    .single_add_to_cart_button {
        height: 42px !important;
    }

    .cart input.input-text {
        padding: 0px 0 !important;
        border-radius: 4px;
    }

    .woocommerce h1.entry-title {
        font-size: 36px !important;
        margin: 25px 0 15px 0 !important;
        line-height: 40px !important;
    }

    p.price {
        margin-bottom: 15px !important;
        font-size: 24px !important;
    }

    .woocommerce div.product p.price,
    .woocommerce div.product span.price {
        color: var(--gd-primary) !important;
    }

    span.posted_in {
        display: inline-block;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        font-weight: 700;
        padding: 2px 10px;
        text-align: center;
        margin: 10px 5px 0 0;
    }

    span.tagged_as {
        display: inline-block;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        font-weight: 700;
        padding: 2px 10px;
        text-align: center;
        margin: 10px 5px 0 0;
    }

    span.posted_in a:hover,
    span.tagged_as a:hover {
        text-decoration: underline;
    }

    div.panel h2 {
        font-size: 16px;
    }

    a.show_review_form {
        line-height: 28px !important;
    }

    .single-product #commentform textarea {
        width: 100% !important;
    }

    div.products h2 {
        font-size: 16px;
        margin: 20px 0 10px 0 !important;
    }

    section.related h2 {
        font-size: 16px;
        margin-bottom: -10px;
    }

    .woocommerce ul.cart_list {
        margin-left: 20px !important;
    }

    .woocommerce .widget_shopping_cart .total,
    .woocommerce.widget_shopping_cart .total {
        padding-top: 10px !important;
    }

    .woocommerce a.remove {
        margin: 10px 0 0 -20px !important;
    }

    .woocommerce-mini-cart__buttons {
        margin-top: 10px !important;
    }

    .woocommerce-cart-form table {
        background-color: #fff;
    }

    .woocommerce-cart-form thead {
        background-color: #fff;
    }

    .woocommerce-cart-form table,
    .woocommerce-cart-form td,
    .woocommerce-cart-form dl,
    .woocommerce-cart-form thead,
    .woocommerce-cart-form th {
        border: 1px solid #fafafa;
    }

    .woocommerce-cart-form a.remove {
        margin: 0 !important;
    }

    .woocommerce-cart-form .coupon input.input-text {
        height: 31px;
    }

    .checkout_coupon input.input-text {
        height: 33px;
    }

    .woocommerce-checkout h3 {
        font-size: 16px;
    }

    .cart_totals h2 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .woocommerce ul.meta-entry-top {
        display: none;
    }

    .woocommerce .entryexcerpt {
        display: none;
    }

    .woocommerce .entry-bottom {
        display: none;
    }

    .woocommerce .entry-top {
        padding-bottom: 5px;
    }

    /* -- Change Password Page -- */

    input.input-text {
        padding: 11px 5px !important;
        font-weight: 700;
    }

    input#coupon_code {
        padding: 12px 5px !important;
        font-weight: 700;
    }

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

    p.woocommerce-info {
        padding-left: 70px;
    }

    .woocommerce-message,
    .woocommerce-info {
        border-top-color: var(--gd-primary) !important;
    }

    .woocommerce-message::before,
    .woocommerce-info::before {
        color: var(--gd-primary) !important;
    }

    select.country_to_state {
        padding: 12px 0 !important;
    }

    .woocommerce-message a.button {
        line-height: 28px !important;
    }

    .woocommerce a.button {
        background: var(--gd-primary) !important;
        color: #fff !important;
        line-height: 28px !important;
    }

    .woocommerce #respond input#submit,
    .woocommerce a.button,
    .woocommerce button.button,
    .woocommerce input.button {
        background: var(--gd-primary) !important;
        color: #fff !important;
    }

    .woocommerce a.edit {
        background-color: var(--gd-primary);
        float: left !important;
        margin: 0 !important;
    }

    .woocommerce #content table.cart td.actions .input-text,
    .woocommerce table.cart td.actions .input-text,
    .woocommerce-page #content table.cart td.actions .input-text,
    .woocommerce-page table.cart td.actions .input-text {
        width: 120px !important;
    }

    /* -- Widgets -- */

    ul.product_list_widget {
        margin-top: -10px !important;
    }

    ul.product_list_widget li {
        padding: 10px 0 !important;
    }

    ul.product_list_widget li img {
        margin-left: 10px !important;
        margin-top: 5px !important;
    }

    /* ul.product_list_widget li del {} */

    ul.product_list_widget li ins {
        font-weight: 700;
    }

    ul.product_list_widget li div.star-rating {
        display: block !important;
        margin-bottom: 5px !important;
    }

    ul.product_list_widget li img.attachment-shop_thumbnail {
        width: 55px !important;
        height: 55px !important;
    }

    .sidebar2 ul.product_list_widget li img {
        float: left !important;
        margin: 4px 15px 0 0 !important;
    }

    .woocommerce-product-search button {
        background-color: var(--gd-primary);
        padding: 10px 15px 10px 16px !important;
        color: #fff;
        font-weight: 700;
        border: 1px solid var(--gd-primary);
        border-radius: 5px !important;
    }

    .woocommerce-product-search button:hover {
        cursor: pointer;
    }

    .woocommerce-product-search input[type="search"],
    .woocommerce-product-search input[type="text"] {
        font-size: 12px;
        border-radius: 4px;
        text-align: center;
    }

    .woocommerce h2.woocommerce-loop-product__title {
        font-size: 18px !important;
    }

    .woocommerce table.shop_attributes td {
        padding-left: 5px !important;
    }

    #add_payment_method table.cart .product-thumbnail,
    .woocommerce-cart table.cart .product-thumbnail,
    .woocommerce-checkout table.cart .product-thumbnail {
        width: 100px !important;
    }

    body.woocommerce-checkout .woocommerce {
        padding-bottom: 30px !important;
    }

    section.related ul.products li.product {
        width: 22.05% !important;
    }

    form.woocommerce-cart-form {
        margin-top: 35px !important;
    }

    .woocommerce-error,
    .woocommerce-info,
    .woocommerce-message {
        margin: 30px 0 0 0 !important;
    }

    .woocommerce div.product form.cart .variations {
        margin-top: 0px !important;
    }

    .woocommerce div.product form.cart .variations label {
        margin-left: 25px !important;
    }

    #review_form_wrapper {
        background-color: #fafafa;
        margin-top: 25px;
        padding: 50px 50px 15px 50px;
        border-radius: 5px;
    }

    .woocommerce #review_form #respond .form-submit input {
        margin-top: 20px;
    }

    .woocommerce p.comment-form-cookies-consent {
        margin-top: 15px;
        margin-bottom: -20px !important;
    }

    .woocommerce-MyAccount-navigation,
    .woocommerce-MyAccount-content {
        margin-top: 15px;
    }

    .woocommerce-MyAccount-navigation {
        float: left;
        width: 30% !important;
    }

    .woocommerce-MyAccount-navigation ul {
        margin-left: 0px !important;
    }

    .woocommerce-MyAccount-navigation ul li {
        padding: 10px 0 10px 20px;
        list-style: none;
        background-color: #fafafa;
        margin-bottom: 5px;
        border-bottom: 1px solid #f1f1f1;
        display: inline-block;
        float: left;
        width: 180px;
    }

    .woocommerce-MyAccount-navigation ul li a {
        display: block;
    }

    .woocommerce-MyAccount-navigation ul li.is-active a,
    .woocommerce-MyAccount-navigation ul li.is-active:after {
        color: var(--gd-primary);
    }

    /*-----------------------------------------------------------------------------
------------------------------ 9 - Footer -------------------------------------
-----------------------------------------------------------------------------*/

    /* -- Footer -- */

    footer {
        background-color: #fff;
        width: 100%;
        height: auto;
        z-index: 2;
        position: relative;
    }

    .wrap-footer-middle {
        width: 1370px;
        padding: 0;
        margin: 0 auto;
    }

    .wrap-footer {
        background-color: #000;
        width: 100%;
        height: 75px;
        margin: 0 auto;
    }

    .footer {
        background-color: #000;
        width: 100%;
        height: 75px;
        margin: 0 auto;
    }

    /* -- Footer Notice -- */

    .footer-notice {
        background-color: #000;
        width: 100%;
        height: auto;
        float: left;
    }

    .footer-notice-left {
        width: 630px;
        float: left;
        padding: 100px 0;
    }

    .wrap-footer-small {
        width: 1000px;
        height: auto;
        margin: 0 auto;
    }

    .footer-notice h2 {
        color: #fff;
        font-size: 32px;
        line-height: 46px;
    }

    .footer-notice h4 {
        color: #7e7e7e;
        padding-top: 15px;
        font-weight: 400;
    }

    .footer-notice h4 i {
        color: #ffd700;
        font-size: 16px;
        padding-left: 2px;
        padding-right: 2px;
    }

    /* -- Top social icons -- */

    .footer-social {
        margin: 20px 0 0 0;
        float: right;
    }

    .footer-social a {
        float: left;
        font-size: 16px;
        color: var(--gd-primary);
        font-weight: 400;
        line-height: 15px;
        text-align: center;
    }

    .footer-social a i {
        padding: 10px 8px 15px 8px;
        color: var(--gd-primary) !important;
    }

    .footer-social a:hover {
        opacity: 0.7;
    }

    /* -- widgets -- */

    footer .wrap-middle {
        width: 1370px;
        padding: 70px 0 50px 0;
        margin: 0 auto;
        background: transparent;
    }

    div.wrap-middle .widget {
        margin: 0 0 20px 0 !important;
        text-align: left;
    }

    footer .widget_meta {
        padding-top: 35px !important;
    }

    footer .menu__item-name {
        font-size: 15px;
    }

    footer .menu__item-label {
        margin: 0 0 0 0.5em !important;
    }

    footer .menu--adsila {
        float: left;
        font-size: 16px;
        margin: 0 0 10px 0 !important;
    }

    /* -- Copyright -- */

    .copyright {
        margin-top: 25px;
        float: left;
        font-size: 0.875rem;
        font-weight: 400;
        color: #999;
    }

    .copyright a {
        color: var(--gd-primary) !important;
    }

    @media (max-width: 575.98px) {
        .copyright {
            font-size: 0.5rem;
        }
    }

    /* -- Back to Top -- */

    #back-top {
        position: fixed;
        bottom: 90px;
        right: 10px;
        z-index: 999999;
        opacity: 0;
    }

    @media (max-width: 991.98px) {
        #back-top {
            bottom: 100px;
        }
    }

    #back-top a {
        width: 40px;
        display: block;
    }

    #back-top a:hover {
        opacity: 0.7;
    }

    #back-top span {
        background-color: #000;
        width: 40px;
        height: 40px;
        display: block;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        transition: 1s;
    }

    #back-top span i {
        color: #fff;
        margin: 12px 0 0 13.5px;
    }

    /* -- Footer "Add Post" big button -- */

    /* header a.bt {
    margin-top: 28px;
    margin-left: 25px;
    padding-left: 25px !important;
    padding-right: 25px !important;
}

header .more-bt {
    padding: 6px 0px 4px 0px;
}

a.bt {
    color: #fff !important;
    padding-left: 50px;
    padding-right: 50px;
}

.bt {
    width: auto;
    margin-top: 140px;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    float: right;
}

.more-bt {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 17px 29px 15px 31px;
    border-color: #fff;
} 

#wrapper.smooth section.smoothy.show {
    visibility: visible;
}

.more-bt:before {
    left: 0;
    bottom: 0;
    height: -webkit-calc(100% - 17px);
    height: calc(100% - 17px);
    width: 2px;
}

.more-bt:after,
.more-bt:before {
    content: " ";
    display: block;
    background: #fff;
    position: absolute;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 10;
}

.more-bt:after {
    top: 0;
    right: 0;
    width: -webkit-calc(100% - 17px);
    width: calc(100% - 17px);
    height: 2px;
}

.more-bt:after,
.more-bt:before {
    content: " ";
    display: block;
    background: #fff;
    position: absolute;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 10;
}

.more-bt:before {
    left: 0;
    bottom: 0;
    height: -webkit-calc(100% - 17px);
    height: calc(100% - 17px);
    width: 2px;
}

.more-bt:after,
.more-bt:before {
    content: " ";
    display: block;
    background: #fff;
    position: absolute;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 10;
}

.more-bt .fl,
.more-bt .sfl {
    position: absolute;
    right: 0;
    height: 100%;
    width: 0;
    z-index: 2;
    background: #fff;
    top: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.more-bt .fl,
.more-bt .sfl {
    position: absolute;
    right: 0;
    height: 100%;
    width: 0;
    z-index: 2;
    background: #fff;
    top: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.more-bt .sfl {
    z-index: 1;
    background: #4431d1;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}

.more-bt .cross {
    position: absolute;
    z-index: 15;
    width: 18px;
    height: 18px;
    top: -webkit-calc(50% - 8px);
    top: calc(50% - 8px);
    left: -webkit-calc(50% - 8px);
    left: calc(50% - 8px);
} */

    #wrapper.smooth section.smoothy {
        visibility: hidden;
    }

    .more-bt .cross:before {
        width: 100%;
        height: 2px;
        top: 8px;
        left: 0px;
        -webkit-transform: translateX(50px) scaleX(0);
        -ms-transform: translateX(50px) scaleX(0);
        transform: translateX(50px) scaleX(0);
    }

    .more-bt .cross:before,
    .more-bt .cross:after {
        content: " ";
        background: #000;
        display: block;
        position: absolute;
        opacity: 0;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
        transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    }

    .more-bt .cross:after {
        width: 2px;
        height: 100%;
        left: 8px;
        top: 0;
        -webkit-transform: translateY(20px) scaleY(0);
        -ms-transform: translateY(20px) scaleY(0);
        transform: translateY(20px) scaleY(0);
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s;
    }

    .more-bt .cross:before,
    .more-bt .cross:after {
        content: " ";
        background: #000;
        display: block;
        position: absolute;
        opacity: 0;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
        transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    }

    .more-bt i {
        position: absolute;
        display: block;
        top: 1px;
        left: 1px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        z-index: 10;
    }

    .more-bt i:before {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .more-bt i:after,
    .more-bt i:before {
        content: " ";
        display: block;
        width: 2px;
        height: 20px;
        background: #fff;
        position: absolute;
        margin: -10px -1px;
        left: 50%;
        top: 50%;
        transition: 0.3s;
    }

    .more-bt:hover i:after {
        content: " ";
        display: block;
        width: 2px;
        height: 20px;
        background: #fff;
        position: absolute;
        margin: 0px -1px;
        left: 50%;
        top: 50%;
    }

    .more-bt:hover i:before {
        content: " ";
        display: block;
        width: 2px;
        height: 20px;
        background: #fff;
        position: absolute;
        margin: -10px 0px -10px 8px;
        left: 50%;
        top: 50%;
    }

    .more-bt p {
        -webkit-transition: 0.5s;
        transition: 0.5s;
        position: relative;
        z-index: 1;
        margin-bottom: 0;
    }

    .more-bt:hover:before,
    .more-bt:before {
        height: 100%;
    }

    .more-bt:before {
        left: 0;
        bottom: 0;
        height: -webkit-calc(100% - 17px);
        height: calc(100% - 17px);
        width: 2px;
    }

    .more-bt:hover .fl,
    .more-bt .fl {
        -webkit-transition: 0.7s;
        transition: 0.7s;
    }

    .more-bt:hover .fl,
    .more-bt:hover .sfl,
    .more-bt .fl,
    .more-bt .sfl {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        width: 100%;
    }

    .more-bt .fl,
    .more-bt .sfl {
        position: absolute;
        right: 0;
        height: 100%;
        width: 0;
        z-index: 2;
        background: #fff;
        top: 0;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

    .more-bt:hover .sfl,
    .more-bt .sfl {
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .more-bt:hover .fl,
    .more-bt:hover .sfl,
    .more-bt.hvd .fl,
    .more-bt.hvd .sfl {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        width: 100%;
    }

    .more-bt .sfl {
        z-index: 1;
        background: #4431d1;
        -webkit-transition: 0.7s;
        transition: 0.7s;
    }

    .more-bt .cross {
        position: absolute;
        z-index: 15;
        width: 18px;
        height: 18px;
        top: -webkit-calc(50% - 8px);
        top: calc(50% - 8px);
        left: -webkit-calc(50% - 8px);
        left: calc(50% - 8px);
    }

    .more-bt:hover .cross:before,
    .more-bt .cross:before {
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }

    .more-bt:hover .cross:after,
    .more-bt:hover .cross:before,
    .more-bt .cross:after,
    .more-bt .cross:before {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .more-bt .cross:after {
        width: 2px;
        height: 100%;
        left: 8px;
        top: 0;
        -webkit-transform: translateY(20px) scaleY(0);
        -ms-transform: translateY(20px) scaleY(0);
        transform: translateY(20px) scaleY(0);
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s;
    }

    .more-bt .cross:before,
    .more-bt .cross:after {
        content: " ";
        background: #000;
        display: block;
        position: absolute;
        opacity: 0;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
        transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    }

    .more-bt:hover .cross:after,
    .more-bt:hover .cross:before,
    .more-bt.hvd .cross:after,
    .more-bt.hvd .cross:before {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .more-bt:hover .cross:after,
    .more-bt.hvd .cross:after {
        -webkit-transition-duration: 0.6s;
        transition-duration: 0.6s;
    }

    header a.bt.login-bt,
    header a.bt.signup-bt {
        padding: 4px 0;
        border: 2px solid #fff;
        transition: background-color 0.2s, color 0.2s, border-color 0.2s;
    }

    header a.bt.icon-bt {
        padding: 7px 0;
        border: none;
        border-radius: 0.5rem;
    }

    header a.bt.login-bt:hover {
        background-color: #fff;
        color: #000 !important;
    }

    header a.bt.signup-bt {
        background-color: var(--gd-primary);
        border-color: var(--gd-primary);
        color: #fff;
    }

    header a.bt.signup-bt:hover {
        background-color: #fff;
        border-color: #fff;
        color: #000 !important;
    }

    /*-----------------------------------------------------------------------------
----------------------------- 10 - Shortcodes -------------------------------------
-----------------------------------------------------------------------------*/

    /* -- Buttons  -- */

    .simplebtn,
    .smallbtn {
        display: inline-block;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        font-weight: 700;
        padding: 6px 20px;
        text-align: center;
        margin: 10px 10px 0 0;
    }

    .smallbtn {
        padding: 0px 10px;
        font-weight: 600;
    }

    .smallbtn a {
        color: #fff !important;
    }

    .smallbtn a:hover {
        background: inherit !important;
        text-decoration: underline;
    }

    .simplebtn:hover {
        opacity: 0.85;
        text-decoration: none !important;
    }

    .simplebtn i {
        padding-right: 5px;
    }

    a.simplebtn.blue:hover {
        background-color: #0099cc !important;
        color: #fff !important;
    }

    a.simplebtn.green:hover {
        background-color: #7dc34d !important;
        color: #fff !important;
    }

    a.simplebtn.green2:hover {
        background-color: #0fbe7c !important;
        color: #fff !important;
    }

    a.simplebtn.orange:hover {
        background-color: #e76b33 !important;
        color: #fff !important;
    }

    a.simplebtn.gold:hover {
        background-color: #ffd62c !important;
        color: #fff !important;
    }

    a.simplebtn.red:hover {
        background-color: #cc3333 !important;
        color: #fff !important;
    }

    a.simplebtn.pink:hover {
        background-color: #d63f72 !important;
        color: #fff !important;
    }

    a.simplebtn.black:hover {
        background-color: #3b3b3b !important;
        color: #fff !important;
    }

    .simplebtn.blue {
        background-color: #0099cc;
        border: 1px solid #0099cc !important;
        color: #fff !important;
        text-shadow: 0 -1px 0 #0099cc;
    }

    .simplebtn.green {
        background-color: #7dc34d;
        border: 1px solid #7dc34d !important;
        color: #fff !important;
        text-shadow: 0 -1px 0 #7dc34d;
    }

    .simplebtn.green2 {
        background-color: #0fbe7c;
        border: 1px solid #0fbe7c !important;
        color: #fff !important;
        text-shadow: 0 -1px 0 #0fbe7c;
    }

    .simplebtn.orange {
        background-color: #e76b33;
        border: 1px solid #e76b33 !important;
        color: #fff !important;
        text-shadow: 0 -1px 0 #e76b33;
    }

    .simplebtn.gold {
        background-color: #ffd62c;
        border: 1px solid #ffd62c !important;
        color: #fff !important;
        text-shadow: 0 -1px 0 #ffd62c;
    }

    .simplebtn.red {
        background-color: #cc3333;
        border: 1px solid #cc3333 !important;
        color: #fff !important;
        text-shadow: 0 -1px 0 #cc3333;
    }

    .simplebtn.pink {
        background-color: #d63f72;
        border: 1px solid #d63f72 !important;
        color: #fff !important;
        text-shadow: 0 -1px 0 #d63f72;
    }

    .simplebtn.black {
        background-color: #3b3b3b;
        border: 1px solid #3b3b3b;
        color: #fff !important;
        text-shadow: 0 -1px 0 #3b3b3b;
    }

    /* -- Columns -- */

    .one_half,
    .one_half_last {
        float: left;
        width: 48%;
        margin-bottom: 10px;
        margin-right: 4%;
    }

    .one_half_last {
        margin-right: 0;
    }

    .one_third,
    .one_third_last {
        float: left;
        width: 30%;
        margin-bottom: 10px;
        margin-right: 5%;
    }

    .one_third_last {
        margin-right: 0;
    }

    .one_fourth,
    .one_fourth_last {
        float: left;
        width: 22%;
        margin-bottom: 10px;
        margin-right: 4%;
    }

    .one_fourth_last {
        margin-right: 0;
    }

    /* -- Boxes info  -- */

    .boxinfo {
        box-shadow: 0px 0px 1px #fafafa, 0 2px 2px #fafafa inset;
        background: #ddecf5;
        color: #99b1c1;
        border: 1px solid #c3d9e5;
        padding: 15px;
        margin: 15px 0;
        -moz-border-radius: 2px;
        border-radius: 2px;
        font-weight: 700;
        text-align: center;
    }

    .boxsucces {
        box-shadow: 0px 0px 1px #fafafa, 0 2px 2px #fafafa inset;
        background: #e9f6e3;
        color: #93c088;
        border: 1px solid #ceedc4;
        padding: 15px;
        margin: 15px 0;
        -moz-border-radius: 2px;
        border-radius: 2px;
        font-weight: 700;
        text-align: center;
    }

    .boxerror {
        box-shadow: 0px 0px 1px #fafafa, 0 2px 2px #fafafa inset;
        background: #ffe3e3;
        color: #cf9494;
        border: 1px solid #fdcdcd;
        padding: 15px;
        margin: 15px 0;
        -moz-border-radius: 2px;
        border-radius: 2px;
        font-weight: 700;
        text-align: center;
    }

    .boxnotice {
        box-shadow: 0px 0px 1px #fafafa, 0 2px 2px #fafafa inset;
        background: #fcf9da;
        color: #b3ad77;
        border: 1px solid #ebe7bc;
        padding: 15px;
        margin: 15px 0;
        -moz-border-radius: 2px;
        border-radius: 2px;
        font-weight: 700;
        text-align: center;
    }

    .boxinfo,
    .boxsucces,
    .boxerror,
    .boxnotice {
        max-width: 100% !important;
        display: inline-block !important;
    }

    /* -- List styles – ul  -- */

    ul.simplelist li {
        padding: 3px 0 3px 15px;
        background: url(../images/li_arrow.png) no-repeat 0px center;
        font-weight: 600;
    }

    ul.simplelist {
        margin: 20px 40px;
        list-style-type: none;
    }

    ul.minus-blue-list li {
        padding: 3px 0 3px 17px;
        background: url(../images/li_minus_blue.png) no-repeat 0px center;
        font-weight: 600;
    }

    ul.minus-blue-list {
        margin: 20px 40px;
        list-style-type: none;
    }

    ul.minus-green-list li {
        padding: 3px 0 3px 17px;
        background: url(../images/li_minus_green.png) no-repeat 0px center;
        font-weight: 600;
    }

    ul.minus-green-list {
        margin: 20px 40px;
        list-style-type: none;
    }

    ul.minus-orange-list li {
        padding: 3px 0 3px 17px;
        background: url(../images/li_minus_orange.png) no-repeat 0px center;
        font-weight: 600;
    }

    ul.minus-orange-list {
        margin: 20px 40px;
        list-style-type: none;
    }

    ul.minus-gold-list li {
        padding: 3px 0 3px 17px;
        background: url(../images/li_minus_gold.png) no-repeat 0px center;
        font-weight: 600;
    }

    ul.minus-gold-list {
        margin: 20px 40px;
        list-style-type: none;
    }

    ul.minus-black-list li {
        padding: 3px 0 3px 17px;
        background: url(../images/li_minus_black.png) no-repeat 0px center;
        font-weight: 600;
    }

    ul.minus-black-list {
        margin: 20px 40px;
        list-style-type: none;
    }

    /* -- Accordion -- */
    .accordionButton,
    .accordionButton1,
    .accordionButton2,
    .accordionButton3 {
        width: 100%;
        float: left;
        background: url(../images/plus.png) no-repeat right;
        cursor: pointer;
        padding-bottom: 15px;
        padding-top: 15px;
        font-weight: 600;
    }

    .accordionButton.first,
    .accordionButton1.first,
    .accordionButton2.first,
    .accordionButton3.first {
        margin-top: 20px;
    }

    .accordionContent {
        width: 100%;
        float: left;
        padding-bottom: 20px;
        margin-top: 15px;
        font-size: 14px;
    }

    .on {
        background: url(../images/minus.png) no-repeat right;
    }

    /* -- Accordion -- */

    .accordionButton,
    .accordionButton1,
    .accordionButton2,
    .accordionButton3 {
        border-bottom: 1px solid #f0eee9;
        color: #444;
    }

    .accordionButton:hover,
    .accordionButton1:hover,
    .accordionButton2:hover,
    .accordionButton3:hover {
        background: #fff url(../images/plus.png) no-repeat right;
        border-bottom: 1px solid #bebebd;
    }

    .on:hover {
        background: #fff url(../images/minus.png) no-repeat right;
    }

    .accordionButton.first,
    .accordionButton1.first,
    .accordionButton2.first,
    .accordionButton3.first {
        border-top: 1px solid #f0eee9;
    }

    .accordionContent {
        border-bottom: 1px solid #f0eee9;
    }

    /*-----------------------------------------------------------------------------
----------------------------- 11 - Coupons -----------------------------------
-----------------------------------------------------------------------------*/
    .container,
    .container-fluid,
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm {
        width: 100%;
        padding-right: var(--bs-gutter-x, 0.75rem);
        padding-left: var(--bs-gutter-x, 0.75rem);
        margin-right: auto;
        margin-left: auto;
    }

    @media (min-width: 576px) {

        .container-sm,
        .container {
            max-width: 540px;
        }
    }

    @media (min-width: 768px) {

        .container-md,
        .container-sm,
        .container {
            max-width: 720px;
        }
    }

    @media (min-width: 992px) {

        .container-lg,
        .container-md,
        .container-sm,
        .container {
            max-width: 960px;
        }
    }

    @media (min-width: 1200px) {

        .container-xl,
        .container-lg,
        .container-md,
        .container-sm,
        .container {
            max-width: 1140px;
        }
    }

    @media (min-width: 1400px) {

        .container-xxl,
        .container-xl,
        .container-lg,
        .container-md,
        .container-sm,
        .container {
            max-width: 1320px;
        }
    }

    @media (min-width: 1600px) {

        .container-xxl,
        .container-xl,
        .container-lg,
        .container-md,
        .container-sm,
        .container {
            max-width: 1440px;
        }
    }

    .grid-item {
        flex: 0 0 auto;
        /* width: 100%; */
        width: 100%;
    }

    @media (min-width: 576px) {
        .grid-item {
            flex: 0 0 auto;
            width: 100%;
        }
    }

    @media (min-width: 768px) {
        .grid-item {
            flex: 0 0 auto;
            width: 33.33333333%;
        }
    }

    @media (min-width: 992px) {
        .grid-item {
            flex: 0 0 auto;
            width: 33.33333333%;
        }
    }

    @media (min-width: 1200px) {
        .grid-item {
            flex: 0 0 auto;
            width: 25%;
        }
    }

    @media (min-width: 1400px) {
        .grid-item {
            flex: 0 0 auto;
            width: 20%;
        }
    }

    @media (min-width: 1600px) {
        .grid-item {
            flex: 0 0 auto;
            width: 20%;
        }
    }

    /* @media (min-width: 1920px) {
    .grid-item {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
} */

    .grid-item.horizontal {
        width: 100%;
    }

    .grid-item.horizontal .card {
        display: flex;
        flex-direction: column;
    }

    @media (min-width: 768px) {
        .grid-item.horizontal .card {
            display: flex;
            flex-direction: row;
        }
    }

    .grid-item.horizontal .card-header {
        flex: 6;
    }

    .grid-item.horizontal .card-body {
        flex: 6;
    }

    @media (min-width: 768px) {
        .grid-item.horizontal .card-header {
            flex: 1;
        }

        .grid-item.horizontal .card-body {
            flex: 3;
        }
    }

    @media (min-width: 1024px) {
        .grid-item.horizontal .card-header {
            flex: 3;
        }

        .grid-item.horizontal .card-body {
            flex: 5;
        }
    }

    @media (min-width: 1200px) {
        .grid-item.horizontal {
            width: 50%;
        }
    }

    @media (min-width: 1400px) {
        .grid-item.horizontal .card-header {
            flex: 2;
        }

        .grid-item.horizontal .card-body {
            flex: 3;
        }
    }

    .grid-item {
        margin-bottom: 1.5rem;
    }

    .swiper.swiper-coupons .swiper-wrapper {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .swiper.swiper-coupons .swiper-slide {
        width: 18rem;
    }

    .swiper .grid-item {
        width: inherit;
        margin-bottom: 2.5rem;
    }

    .grid-item .card {
        /* border: 1px solid #eee; */
        border: 0;
        border-radius: 1rem;
        min-height: 200px;
        -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
    }

    .grid-item .card .card-header {
        padding: 0.75rem 1rem;
    }

    .grid-item .card .card-header:first-child {
        border-bottom: 0;
        border-radius: 1rem 1rem 0 0;
    }

    .grid-item .card .card-header .img-wrapper,
    .grid-item.horizontal .card .card-header .img-wrapper {
        border-radius: 1rem 1rem 0 0;
    }

    @media (min-width: 768px) {

        .grid-item.horizontal .card .card-header,
        .grid-item.horizontal .card .card-header .img-wrapper {
            border-radius: 1rem 0 0 1rem;
        }

        .grid-item.horizontal .card .card-title {
            min-height: 54px;
        }
    }

    .grid-item .tag-exclusive {
        position: absolute;
        top: 0;
        left: 0;
        padding: 0.5rem;
        /* background-color: var(--gd-primary);
    color: var(--bs-white); */
        background-color: var(--bs-white);
        color: var(--gd-primary);
        font-size: 0.875rem;
        border-radius: 1rem 0 1rem 0;
    }

    .grid-item .tag-exclusive span {
        font-weight: bold;
    }

    .grid-item .card .card-body {
        position: relative;
    }

    .grid-item .card .coupon-category {
        /* position: absolute;
    top: -1rem;
    left: 1rem;
    z-index: 9;
    background-color: var(--bs-white);
    color: var(--gd-primary);
    font-size: 1rem;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem; */
    }

    .grid-item .card .coupon-discount {
        position: absolute;
        top: -1rem;
        right: 0.5rem;
        z-index: 9;
        background-color: var(--gd-primary);
        color: var(--bs-white);
        font-size: 1rem;
        padding: 0.25rem 0.5rem;
        border-radius: 0.25rem;
        -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
    }

    .grid-item.horizontal .card .coupon-discount {
        top: unset;
        bottom: 1rem;
    }

    @media (min-width: 768px) {
        .grid-item .card .coupon-discount {
            top: -3rem;
            right: 1rem;
        }

        .grid-item.horizontal .card .coupon-discount {
            top: 1rem;
            bottom: unset;
        }
    }

    .grid-item .card .coupon-category:hover {
        background-color: var(--gd-primary-hover);
        color: var(--bs-white);
    }

    .grid-item .card .coupon-price {
        margin-bottom: 0;
        color: var(--bs-dark);
    }

    .grid-item .card .card-footer {
        border-top: none;
    }

    .grid-item .card .card-footer:last-child {
        border-radius: 0 0 1rem 1rem;
    }

    .grid-item .card .avatar {
        width: 2rem;
        height: 2rem;
        margin-right: 0.5rem;
    }

    .grid-item .card .merchant-name {
        color: var(--bs-gray-600);
        font-size: 0.875rem;
    }

    /* .grid-item .card .merchant-name:hover {
    color: var(--gd-primary-hover);
} */

    @media (max-width: 575.98px) {
        .grid-item.w-50 .card .card-header:first-child {
            border-bottom: 0;
            border-radius: 0.5rem 0.5rem 0 0;
        }

        .grid-item .card .coupon-category {
            font-size: 0.875rem;
        }

        .grid-item.w-50 .card .card-footer:last-child {
            border-radius: 0 0 0.5rem 0.5rem;
        }
    }

    /* .limited-coupons-row {
    overflow-x: auto;
    overflow-y: hidden;

    -ms-overflow-style: none;
    scrollbar-width: none;
}

.limited-coupons-row::-webkit-scrollbar {
    display: none;
}

.limited-coupons-row .grid-item {
    padding: .75rem;
}

.limited-coupons-row .grid-item:first-child {
    padding-left: 1.5rem;
}

@media (max-width: 575.98px) {
    .limited-coupons-row .grid-item {
        width: 80%;
    }
} */

    .card-header {
        background-color: #fff;
    }

    .card-header .merchant-name {
        font-size: 1rem;
        color: #333;
    }

    .grid-item .card-title {
        margin-bottom: 0.5rem;
        font-size: 1.125rem;
        color: #333;
        font-weight: 500;
        line-height: 1.5;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
    }

    @media (max-width: 575.98px) {
        .grid-item .card-title {
            min-height: 72px;
            font-size: 1rem;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
        }

        .grid-item.w-100 .card-title {
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
        }

        .grid-item.horizontal .card-title {
            font-size: 1.25rem;
        }
    }

    .card-img {
        width: 100%;
        height: auto;
        border-radius: 0;
    }

    /* --- --- History Coupons --- ---*/
    .swiper.swiper-coupons.swiper-browsing-history-coupons .swiper-slide {
        width: 10rem;
    }

    .swiper.swiper-coupons.swiper-browsing-history-coupons .swiper-slide .grid-item .card {
        min-height: auto;
    }

    .swiper.swiper-coupons.swiper-browsing-history-coupons .swiper-slide .grid-item .card-body {
        padding: 0.75rem;
    }

    .swiper.swiper-coupons.swiper-browsing-history-coupons .swiper-slide .grid-item .card-title {
        font-size: 0.875rem;
    }

    .swiper.swiper-coupons.swiper-browsing-history-coupons .swiper-slide .grid-item .coupon-discount-price,
    .swiper.swiper-coupons.swiper-browsing-history-coupons .swiper-slide .grid-item .coupon-discount-price span {
        font-size: 0.875rem !important;
    }

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

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

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

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

    .card-article {
        margin-bottom: 2rem;
        border: 0;
        border-radius: 1rem;
    }

    .card-article .img-wrapper,
    .card-article .article-img {
        /* border-radius: 1rem 0 0 1rem; */
        border-radius: 1rem;
    }

    /* .card-article.featured .article-img {
    border-radius: 1rem 1rem 0 0;
    border-radius: 1rem;
} */
    .card-article .card-body {
        padding: 0.5rem 1rem;
    }

    .card-article.featured .card-body {
        padding: 1.5rem;
    }

    @media (max-width: 991.98px) {
        .card-article .card-body {
            padding: 0 1rem;
        }
    }

    .card-article .article-category {
        /* all: unset;
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    color: var(--gd-primary); */
    }

    .card-article .article-category span {
        margin-right: 0.5rem;
    }

    .card-article .article-category a {
        font-size: 0.875rem;
        padding: 2px 8px
    }

    .card-article a .article-title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .col-lg-6 .card-article.featured a .article-title {
        font-size: 1.5rem;
    }

    .col-lg-6 .card-article a .article-title {
        font-size: 1.25rem;
    }

    .col-lg-4 .card-article a .article-title {
        font-size: 1.125rem;
    }

    @media (max-width: 991.98px) {

        .col-lg-6 .card-article.featured a .article-title,
        .col-lg-6 .card-article a .article-title,
        .col-lg-4 .card-article a .article-title {
            font-size: 1.25rem;
        }
    }

    .card-article .article-desc {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 0.5rem;
        font-size: 1rem;
        color: #6c757d;
    }

    /* @media (max-width: 1199.98px) { */
    .card-article .article-desc {
        display: none;
    }

    .card-article.featured .article-desc {
        display: -webkit-box;
        /* -webkit-line-clamp: 1;  */
    }

    /* } */

    @media (max-width: 767.98px) {
        .card-article .card-body {
            padding: 1rem;
        }

        .card-article .article-desc,
        .card-article.featured .article-desc {
            display: -webkit-box;
            -webkit-line-clamp: 1;
        }
    }

    .card-article .article-date {
        font-size: 1rem;
        color: #6c757d;
        margin-top: 1rem;
        margin-bottom: 0;
    }

    /*-----------------------------------------------------------------------------
----------------------------- 12 - Swiper -----------------------------------
-----------------------------------------------------------------------------*/
    /* .swiper {
    width: 100%;
    max-width: 1440px;
    height: auto;
    padding-top: 0;
}

.swiper-slide {
    width: 100%;
} 

@media only screen and (min-width: 992px) {
    .swiper {
        padding-top: 3rem;
    }
} 

@media only screen and (min-width: 1200px) {
    .swiper-slide {
        width: 100%;
        max-width: 1440px;
        max-width: 75%;
    }
} */

    .swiper .swiper-slide.banner-slide .img-wrapper,
    .swiper .swiper-slide.banner-slide .img-wrapper img {
        border-radius: 1rem;
    }

    @media (max-width: 575.98px) {
        .swiper-suw .swiper-slide {
            width: 85%;
        }

        .swiper-suw .swiper-button-next,
        .swiper-suw .swiper-button-prev {
            display: none;
        }
    }

    .swiper-slide .img-wrapper .overlay {
        background-color: rgba(var(--bs-white-rgb), 0.75);
        transition: background-color 0.4s 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
    }

    .swiper-slide.swiper-slide-active .img-wrapper .overlay {
        background-color: transparent;
    }

    .gd-swiper-button-next,
    .gd-swiper-button-prev {
        position: absolute;
        top: 50%;
        z-index: 99;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        width: 2.5rem;
        height: 2.5rem;
        background-color: var(--bs-white);
        color: var(--bs-dark);
        border: 1px solid var(--bs-gray-300);
        border-radius: 50%;
        transform: translateY(-50%);
        cursor: pointer;
    }

    .gd-swiper-button-prev {
        left: 1.5rem;
        right: auto;
    }

    .gd-swiper-button-next {
        right: 1.5rem;
        left: auto;
    }

    .coupon-list-area .gd-swiper-button-next,
    .coupon-list-area .gd-swiper-button-prev {
        top: 46%;
    }

    .coupon-list-area .gd-swiper-button-next {
        right: -1rem;
    }

    .coupon-list-area .gd-swiper-button-prev {
        left: -1rem;
    }

    @media (max-width: 991.98px) {
        .gd-swiper-button-prev {
            left: 1rem;
        }

        .gd-swiper-button-next {
            right: 1rem;
        }
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        color: var(--gd-primary);
    }

    .swiper-pagination-bullets.swiper-pagination-horizontal {
        padding: 0.5rem 0;
    }

    .swiper-main .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination.swiper-pagination-white .swiper-pagination-bullets.swiper-pagination-horizontal {
        background-color: rgba(var(--bs-black-rgb), 0.1);
        border-radius: 40px;
    }

    .swiper-pagination-bullet {
        background: rgba(var(--bs-black-rgb), 0.25);
        opacity: unset;
        /* box-shadow: 0 2px 8px rgba(var(--bs-black-rgb), 0.2); */
    }

    .swiper-main .swiper-pagination-bullet,
    .swiper-pagination.swiper-pagination-white .swiper-pagination-bullet {
        background: rgba(var(--bs-white-rgb), 0.5);
        opacity: unset;
    }

    .swiper-pagination-bullet-active {
        background: var(--gd-primary);
    }

    .swiper-main .swiper-pagination-bullet-active,
    .swiper-pagination.swiper-pagination-white .swiper-pagination-bullet-active {
        background: var(--bs-white);
    }

    /*-----------------------------------------------------------------------------
--------------------------- 13 - PhotoSwipe ---------------------------------
-----------------------------------------------------------------------------*/
    .pswp__custom-caption {
        background: rgba(0, 0, 0, 0.5);
        font-size: 1rem;
        color: #fff;
        text-align: center;
        width: 100%;
        max-width: 100%;
        padding: 1rem;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
    }

    @media only screen and (max-width: 767.98px) {
        .pswp__custom-caption {
            max-width: calc(100vw - 1.5rem);
        }
    }

    .pswp__custom-caption a {
        color: #fff;
        text-decoration: underline;
    }

    .hidden-caption-content {
        display: none;
    }

    .pswp__img {
        cursor: pointer !important;
    }

    /*-----------------------------------------------------------------------------
--------------------------- 14 - Checkout ---------------------------------
-----------------------------------------------------------------------------*/
    .checkout-area .list-group-item {
        padding: 1rem;
    }

    .checkout-area hr {
        background-color: var(--bs-gray-300);
    }

    /*-----------------------------------------------------------------------------
--------------------------- 15 - Login Streak ---------------------------------
-----------------------------------------------------------------------------*/
    .login-streak {
        position: relative;
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .login-streak .line {
        /* margin-top: 1.1875rem; */
        /* margin-bottom: 1.1875rem; */
        background-color: var(--bs-gray-300);
        width: 100%;
        height: 2px;
    }

    .login-streak .spot-row {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;

        /* Hide scrollbar for IE, Edge and Firefox */
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
    }

    /* Hide scrollbar for Chrome, Safari and Opera */
    .login-streak .spot-row::-webkit-scrollbar {
        display: none;
    }

    .login-streak .spot {
        display: inline-block;
        width: 3rem;
        height: 3rem;
        min-width: 3rem;
        font-size: 1.25rem;
        line-height: 2.75rem;
        border: 2px solid var(--gd-primary);
        color: var(--gd-primary);
        text-align: center;
        border-radius: 50%;
        position: relative;
        background-color: #fff;
        margin-right: 5rem;
    }

    .login-streak .spot.active {
        border: 2px solid var(--gd-primary);
        color: var(--bs-white);
        background-color: var(--gd-primary);
    }

    .login-streak .spot i {
        line-height: 2.75rem;
    }

    .modal .login-streak .spot {
        margin-right: 2rem;
    }

    @media (max-width: 575.98px) {
        .login-streak .spot {
            margin-right: 1rem;
        }

        .modal .login-streak .spot {
            margin-right: 1rem;
        }
    }

    /* SPARE */
    .twitter-bs-wizard .twitter-bs-wizard-nav {
        position: relative;
    }

    .twitter-bs-wizard .twitter-bs-wizard-nav:before {
        content: "";
        width: 100%;
        height: 2px;
        background-color: #f1f5f7;
        position: absolute;
        left: 0;
        top: 26px;
    }

    .twitter-bs-wizard .twitter-bs-wizard-nav .step-number {
        display: inline-block;
        width: 38px;
        height: 38px;
        line-height: 34px;
        border: 2px solid var(--gd-primary);
        color: var(--gd-primary);
        text-align: center;
        border-radius: 50%;
        position: relative;
        background-color: var(--bs-white);
    }

    @media (max-width: 991.98px) {
        .twitter-bs-wizard .twitter-bs-wizard-nav .step-number {
            display: block;
            margin: 0 auto 0.5rem !important;
        }
    }

    .twitter-bs-wizard .twitter-bs-wizard-nav .nav-link .step-title {
        display: block;
        margin-top: 0.5rem;
        font-weight: 600;
    }

    @media (max-width: 575.98px) {
        .twitter-bs-wizard .twitter-bs-wizard-nav .nav-link .step-title {
            display: none;
        }
    }

    .twitter-bs-wizard .twitter-bs-wizard-nav .nav-link.active {
        background-color: transparent;
        color: #505d69;
    }

    .twitter-bs-wizard .twitter-bs-wizard-nav .nav-link.active .step-number {
        background-color: var(--gd-primary);
        color: var(--bs-white);
    }

    .twitter-bs-wizard .twitter-bs-wizard-pager-link {
        padding-top: 1.5rem;
        padding-left: 0;
        list-style: none;
        margin-bottom: 0;
    }

    .twitter-bs-wizard .twitter-bs-wizard-pager-link li {
        display: inline-block;
    }

    .twitter-bs-wizard .twitter-bs-wizard-pager-link li a {
        display: inline-block;
        padding: 0.47rem 0.75rem;
        background-color: var(--gd-primary);
        color: var(--bs-white);
        border-radius: 0.25rem;
        background-color: transparent;
        color: var(--gd-primary);
        border: 1px solid var(--gd-primary);
    }

    .twitter-bs-wizard .twitter-bs-wizard-pager-link li.disabled a {
        cursor: not-allowed;
        background-color: #7682db;
        background-color: transparent;
        color: #acb4e9;
        border: 1px solid #acb4e9;
    }

    .twitter-bs-wizard .twitter-bs-wizard-pager-link li.next {
        float: right;
    }

    .twitter-bs-wizard-tab-content {
        padding-top: 1.5rem;
        min-height: 262px;
    }

    /*-----------------------------------------------------------------------------
--------------------------- 16 - Countdown Timer ---------------------------------
-----------------------------------------------------------------------------*/

    /* general styling */
    .countdown {
        position: absolute;
        top: 50%;
        left: 50%;
        /* left: calc(50% - 4rem); */
        width: 95%;
        /* width: calc(100% - 8rem); */
        /* margin: 0 4rem; */
        background-color: rgba(var(--bs-dark-rgb), 0.75);
        text-align: center;
        border-radius: 2rem;
        transform: translate(-50%, -50%) !important;
        z-index: 99;
    }

    .countdown .unit {
        width: 25%;
        display: inline-block;
        color: #fff;
        font-size: 1.75rem;
        padding: 1.5rem;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 0.2px;
    }

    .countdown .unit span {
        display: block;
        font-size: 4.5rem;
    }

    @media (max-width: 1199.98px) {
        .countdown {
            /* left: calc(50% - 2.5rem);
        width: calc(100% - 5rem);
        margin: 0 2.5rem; */
            border-radius: 1.5rem;
        }

        .countdown .unit {
            font-size: 1.25rem;
            padding: 1rem;
        }

        .countdown .unit span {
            font-size: 3rem;
        }
    }

    @media (max-width: 767.98px) {
        .countdown {
            /* width: 100%; */
            border-radius: 1.25rem;
        }

        .countdown .unit {
            font-size: 1rem;
            padding: .75rem;
        }

        .countdown .unit span {
            font-size: 2rem;
        }
    }


    .grid-item .countdown {
        border-radius: 1rem;
    }

    .grid-item .countdown .unit {
        font-size: 1rem;
        padding: 0.5rem;
    }

    .grid-item .countdown .unit span {
        font-size: 1.75rem;
    }

    @media (max-width: 575.98px) {
        .grid-item .countdown {
            border-radius: 1rem;
        }

        .grid-item .countdown .unit {
            font-size: 0.75rem;
            padding: 0.5rem;
        }

        .grid-item .countdown .unit span {
            font-size: 1rem;
        }

        .grid-item.w-100 .countdown .unit {
            font-size: 1rem;
        }

        .grid-item.w-100 .countdown .unit span {
            font-size: 1.5rem;
        }
    }

    /*-----------------------------------------------------------------------------
--------------------------- 17 - Coupon Packages List ---------------------------------
-----------------------------------------------------------------------------*/
    .opacity-50 {
        opacity: .5;
    }

    .opacity-75 {
        opacity: .75;
    }

    .packages-list .list-group {
        width: 100%;
        /* max-width: 460px; */
        margin: 1rem auto;
    }

    .form-check-input:checked+.form-checked-content {
        opacity: .5;
    }

    .form-check-input-placeholder {
        pointer-events: none;
        border-style: dashed;
    }

    [contenteditable]:focus {
        outline: 0;
    }

    .list-group-checkable {
        display: grid;
        gap: .5rem;
        border: 0;
    }

    .list-group-checkable .list-group-item {
        cursor: pointer;
        border-radius: .5rem;
        border-color: var(--bs-gray-300);
    }

    .list-group-item-check {
        position: absolute;
        clip: rect(0, 0, 0, 0);
        pointer-events: none;
    }

    .list-group-item-check:hover+.list-group-item {
        background-color: var(--bs-light);
    }

    .list-group-item-check:checked+.list-group-item {
        background-color: rgba(var(--gd-primary-rgb), 0.2);
        border-color: var(--gd-primary);
    }

    .list-group-item-check[disabled]+.list-group-item,
    .list-group-item-check:disabled+.list-group-item {
        pointer-events: none;
        filter: none;
        opacity: .5;
    }

    .list-group-checkable .list-group-item .package-title {
        font-size: 1.125rem;
    }

    .packages-list .list-group-item+.list-group-item {
        border-width: 1px;
    }

    /*-----------------------------------------------------------------------------
--------------------------- 18 - Profile Edit ---------------------------------
-----------------------------------------------------------------------------*/
    .profile-edit-area .avatar {
        width: 8rem;
        height: 8rem;
    }

    /*-----------------------------------------------------------------------------
--------------------------- 19 - flatpickr ---------------------------------
-----------------------------------------------------------------------------*/
    .flatpickr-day.selected,
    .flatpickr-day.startRange,
    .flatpickr-day.endRange,
    .flatpickr-day.selected.inRange,
    .flatpickr-day.startRange.inRange,
    .flatpickr-day.endRange.inRange,
    .flatpickr-day.selected:focus,
    .flatpickr-day.startRange:focus,
    .flatpickr-day.endRange:focus,
    .flatpickr-day.selected:hover,
    .flatpickr-day.startRange:hover,
    .flatpickr-day.endRange:hover,
    .flatpickr-day.selected.prevMonthDay,
    .flatpickr-day.startRange.prevMonthDay,
    .flatpickr-day.endRange.prevMonthDay,
    .flatpickr-day.selected.nextMonthDay,
    .flatpickr-day.startRange.nextMonthDay,
    .flatpickr-day.endRange.nextMonthDay {
        background: var(--gd-primary) !important;
        border-color: var(--gd-primary) !important;
    }

    .flatpickr-day.inRange,
    .flatpickr-day.prevMonthDay.inRange,
    .flatpickr-day.nextMonthDay.inRange,
    .flatpickr-day.today.inRange,
    .flatpickr-day.prevMonthDay.today.inRange,
    .flatpickr-day.nextMonthDay.today.inRange,
    .flatpickr-day:hover,
    .flatpickr-day.prevMonthDay:hover,
    .flatpickr-day.nextMonthDay:hover,
    .flatpickr-day:focus,
    .flatpickr-day.prevMonthDay:focus,
    .flatpickr-day.nextMonthDay:focus {
        background: rgba(var(--gd-primary-rgb), 0.25) !important;
        border-color: rgba(var(--gd-primary-rgb), 0.25) !important;
    }

    .flatpickr-input[readonly] {
        background-color: var(--bs-white);
    }

    .modal-dialog {
        transform: translate(0, -50%);
        top: 0;
        margin: 0 auto;
    }

}