body {
    background-color: #D1C0A4;
}

.bg_color_1 {
    background-color: #314C2B;
}

.bg_color_2 {
    background-color: #D1C0A4;
}


.color_1 {
    color: #314C2B;
}

.font_small {
    font-size: 0.8rem;
}

.rightblock {
    background-color: #e0d1b8;
    padding: 5px;
    border-radius: 10px;
}

.interaldiv {
    border: 2px dashed #314C2B;
    padding: 10px;
    border-radius: 10px;
}

.itemswidth {
    width: calc(100%/6);
}

.textlinks {
    color: #450707;
    text-decoration: none;
    font-weight: bold;
}

.textlinks-white {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.itemswidth i {
    font-size: 0.8rem;
    color: #28202f;
}

.itemswidth a {
    color: #28202f;
    text-decoration: none;
}

.itemswidth a:hover,
.itemswidth i:hover {
    color: #EB0043;
}

@media (max-width: 991.98px) {
    .itemswidth {
        width: calc(100%/3);
    }
}

@media (max-width: 575.98px) {
    .itemswidth {
        width: calc(100%/2);
    }
}

.footer_links a {
    padding: 15px;
    white-space: nowrap;
    color: #ededed;
    text-decoration: none;
}

.footer_icons {
    font-size: 2rem;
}

.footer_links a:hover {
    color: #fff;
    font-weight: bold;
}

.coupon_categories a {
    color: #000 !important;
    text-decoration: none;
    font-size: 1rem;
}

.coupon_categories a:hover div {
    background-color: #EB0043 !important;
    color: #fff;
}

.merchants_block a {
    color: #000;
    text-decoration: none;
    font-size: 0.8rem;
}

.merchants_block div div {
    transition: all 0.5s;
}

.merchants_block div div:hover {
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.merchants_block img {
    max-width: 150px;
}

.card-body ul {
    padding: 0px;
    list-style-type: none;
}

.card-body ul li {
    padding-bottom: 5px;
}

.card-body ul li a {
    list-style: none;
    color: #28202f;
    text-decoration: none;
}

.card-body ul li a:hover {
    color: #000;
}

/* Plugins */

/* Newsletter signup style */

.home-newsletter .single {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}


.home-newsletter .single .form-control {
    height: 50px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 20px 0 0 20px;
}

.home-newsletter .single .form-control:focus {
    box-shadow: none;
    border-color: #EB0043;
}

.home-newsletter .single .btn {
    min-height: 50px;
    border-radius: 0 20px 20px 0;
    background: #EB0043;
    color: #fff;
}

/* Newsletter signup style */


/* Menu Main */
div#overlay {
    display: none;
}

a#toggle {
    position: fixed;
    top: 10% !important;
    right: 10px;
    padding: 10px;
    padding-bottom: 0px;
    padding-top: 15px;
    text-align: center;
    color: white;
    display: none;
    transition: all ease-out 0.3s;
    background-color: #273F22;
    z-index: 99999999;
    border-radius: 5px;
}

a#toggle i {
    position: relative;
    top: 30%;
    transform: translateY(-30%);
}

#menu {
    text-align: center;
    transition: all ease-out 0.3s;
}

#menu a {
    color: #fff;
}

#menu ul {
    margin: 0;
    padding: 0;
}

#menu ul li {
    display: inline-block;
    position: relative;
}

#menu ul li>a {
    display: inline-block;
    padding: 10px;
    text-decoration: none;
    font-size: 1rem;
}

#menu ul li>a>i {
    margin-left: 15px;
    transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.1s;
}

#menu ul li ul {
    display: none;
    position: absolute;
    top: 44px;
    width: 250px;
    text-align: left;
    background-color: #AD9227;
    z-index: 99999999;
}

#menu ul li ul li {
    border-bottom: 1px dashed #cda917;
}

.lastitm {
    display: none;
    position: absolute;
    top: 38px;
    right: 0px;
    width: 200px;
    text-align: left;
    background-color: #036
}

#menu ul li ul li {
    display: block;
}

#menu ul li ul li a {
    display: block;
    color: #fff;
    font-size: 0.8rem;
}

#menu ul li:hover>a {
    background-color: rgba(0, 0, 0, 0.3);
}

#menu ul li:hover>a>i {
    transform: rotateZ(90deg);
}

#menu ul li:hover ul {
    display: block;
}

.fa-caret-right {
    font-size: 0.8rem !important;
}

@media screen and (max-width: 767px) {

    a#toggle {
        display: block;
        font-size: 1.5rem;
    }

    #menu {
        position: fixed;
        width: 250px;
        height: 100%;
        top: 0;
        left: 0;
        overflow: hidden;
        overflow-y: auto;
        background-color: rgb(39, 63, 34, 0.9);
        transform: translateX(-250px);
    }

    #menu ul {
        text-align: left;
        background-color: transparent;
    }

    #menu ul li {
        display: block;
    }

    #menu ul li a {
        display: block;
        color: #fff;
    }

    #menu ul li a>i {
        float: right;
    }

    #menu ul li ul {
        display: none;
        position: static;
        width: 100%;
        background-color: rgba(22, 160, 133, 0.2);
    }

    #menu ul li ul a {
        color: #fff !important;
    }

    #menu ul li:hover>ul {
        display: none;
    }

    #menu ul li:hover>a>i {
        transform: rotateZ(0);
    }

    #menu ul li.open>a {
        background-color: rgba(0, 0, 0, 0.3);
    }

    #menu ul li.open>a>i {
        transform: rotateZ(90deg);
    }

    #menu ul li.open>ul {
        display: block;
    }

    div#overlay {
        display: block;
        visibility: hidden;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        transition: all ease-out 0.3s;
        z-index: 1;
        opacity: 0;
    }

    html.open-menu {
        overflow: hidden;
    }

    html.open-menu nav#menu {
        z-index: 3;
        transform: translateX(0);
    }
}

/* Menu Main */

/* sticky slide bar */
.sticky-sidebar {
    position: -webkit-sticky;
    /* For Safari */
    position: sticky;
    top: 0;
    /* Adjust the top offset as needed */
    z-index: 10;
    /* Ensure it stays on top of other content */
}

/* sticky slide bar */

/* Custom Listing */
.listingStyle1 {
    list-style: none;
    padding: 0;
    margin-left: 15px;
}

.listingStyle1 li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.listingStyle1 li::before {
    content: "🗹";
    position: absolute;
    left: 0;
    top: 0;
    color: #314C2B;
    font-size: 1.2rem;
}

.listingStyle2 li::before {
    color: #ffffff;
}

/* Custom Listing */
