body {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    background-color: #f9fdfd;
}
a {
    cursor:pointer;
}


.f-12 {
    font-size: 12px;
}

.text-theam {
    color: #799f4a;
       font-weight:bold;
}

.text-decoration-none {
    text-decoration: none;
}

.font-weight-500 {
    font-weight: 500;
}

.text-right {
    text-align: right;
}

.cursor-pointer {
    cursor: pointer;
}

.poition-none {
    position: unset;
}

.box-shadow {
    box-shadow: 0 0 14px 0px #79797999;
}


/* header {
    position: fixed;
    width: 100%;
} */

header {
    position: fixed;
    width: 100%;
    background: #fff;
    top: 0;
    border-bottom: 3px solid #a73824;
    z-index: 99;
}

main {
    margin-top: 111px;
}

button:focus {
    outline: none;
}

.banner button.owl-prev {
    position: absolute;
    top: calc(50% - 22.5px);
    /*background: #a73824 !important;*/
    left: 0;
    width: 45px;
    z-index: 999;
    height: 45px;
    border-radius: 50% !important;
    color: #fff !important;
}
.banner button i {
    font-size: 30px;
}
.prod-list {
    box-shadow: 0 0 9px;
    border-radius: 7px;
    background: white;
    position: relative;
}
.banner button:hover {
    background: unset !important;
}
.banner button.owl-next {
    position: absolute;
    top: calc(50% - 22.5px);
    /*background: #a73824 !important;*/
    right: 0;
    width: 45px;
    z-index: 999;
    height: 45px;
    border-radius: 50% !important;
    color: #fff !important;
}

.header-top {
    font-size: 14px;
    background: #c32325;
    color: #fff;
    padding: 5px 0;
}

    .header-top ul {
        float: right;
        margin-bottom: 0;
        padding-left: 0;
    }

        .header-top ul li {
            float: left;
            margin-left: 5px;
            list-style-type: none;
            cursor:pointer;
        }

li.search-list-open input {
    font-size: 12px;
    padding: 11px 0;
    height: 38px;
}

.header-top ul li a {
    color: #fff;
    font-weight:bold;
    text-decoration: none;
}

.header-main {
    padding: 10px 0;
}

.load-video {
    position: fixed;
    width: 100%;
    top: 0;
    display: flex;
    align-items: center;
    z-index: 999;
    justify-content: center;
}

.main-menu ul {
    padding-left: 0;
    margin-bottom: 0;
}

    .main-menu ul li {
        display: inline-flex;
        display: inline-flex;
    }

        .main-menu ul li a {
            font-weight: bold;
            color: #5f5e5e;
            margin-right: 13px;
            text-transform: uppercase;
            text-decoration: none;
            padding: 19px 0;
            float: left;
        }

.magamenu {
       position: absolute;
    top: 60px;
    width: calc(100% - 24px);
    left: 12px;
    padding-top: 13px;
    display: none;
    max-height: calc(100vh - 105px);
    overflow-y: auto;
    overflow-x: hidden;
}

    .magamenu .bg-white {
        box-shadow: 0 0 6px;
    }

.main-menu ul li:hover .magamenu {
    display: block;
}

.magamenu ul {
    /* background: #f9fdfd; */
    float: left;
    width: 100%;
    /* box-shadow: 0 0 6px;*/
    margin-bottom:13px;
}

.magamenu h5 {
    font-size: 14px;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.magamenu h5 a {
    padding-top: 0 !important;
    padding-bottom: 13px !important;
    color: #c32325 !important;
}
.magamenu ul li {
    float: left;
    width: 100%;
    display: unset;
}


li.product-name-menu a {
    text-transform: capitalize !important;
    font-weight: 400 !important;
    font-size: 12px;
    margin-bottom: 3px;
}

.magamenu li a {
    font-weight: 500;
    padding: 0 !important;
    float: left;
    width: 100% !important; 
    text-transform: capitalize !important;
    font-size:13px;
}

    .magamenu li a:hover {
     color: #c32325;
     cursor:pointer;
    }

    
 

li.product-name-menu i {
    font-size: 10px;
}

li.product-name-menu a:hover {
    color: #000;
}

li.main-cat a {
    color: #a73824 !important;
}

.header-account {
    float: right;
    margin-bottom: 0;
}

    .header-account li {
        float: left;
        list-style-type: none;
    }

    .header-account input {
        width: 198px;
        border-radius: 30px;
        color: #a73824;
        border: 2px solid;
        padding: 5px 8px;
    }

        .header-account input:focus {
            outline: unset;
            box-shadow: unset;
            border-color: #a73824;
        }

.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
        transform: scale(1.1);
    }
}

ul.header-account li a {
    border: 2px solid;
    font-size: 17px;
    width: 38px;
    padding: 4px 0;
    color: #a73824;
    display: block;
    border-radius: 50%;
    margin-left: 4px;
    text-align: center;
    position: relative;
    /* border-right-color: transparent !important; */
}

.submenu {
    position: absolute;
    z-index: 999;
    white-space: nowrap;
    padding: 0;
    padding-top: 31px;
    top: 42px;
    left: 0px;
    display: none;
}

.main-menu ul li:hover .submenu {
    display: block;
}

.submenu ul {
    background: white;
    float: left;
    width: 100%;
}

    .submenu ul li {
        display: block;
    }

        .submenu ul li a {
            float: left;
            width: 100%;
            padding: 6px 15px;
            text-transform: capitalize;
        }

.brands h4 {
    position: absolute;
    font-size: 18px;
    top: 15px;
    left: 15px;
    color: #a73824;
    text-transform: capitalize;
}

.brands {
    position: relative;
    cursor: pointer;
}

    .brands::after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 0;
        height: 0;
        left: 0px;
        border-left: 2px solid transparent;
        border-bottom: 2px solid transparent;
        transition-duration: 0.4s;
    }

    .brands:hover::after {
        width: 100%;
        height: 100%;
        border-color: #a73824;
    }

    .brands::before {
        content: "";
        position: absolute;
        top: 0;
        width: 0;
        height: 0;
        border-right: 2px solid transparent;
        border-top: 2px solid transparent;
        transition-duration: 0.4s;
        right: 0;
    }

    .brands:hover::before {
        width: 100%;
        height: 100%;
        border-color: #167c46;
    }

.cat-left,
.cat-right {
    box-shadow: 0 0 12px 0px #d0d0d0;
    position: relative;
    cursor: pointer;
}

.cat button.owl-prev {
    position: absolute;
    top: calc(50% - 22.5px);
    background: #a73824 !important;
    left: 0;
    width: 45px;
    z-index: 999;
    height: 45px;
    border-radius: 50% !important;
    color: #fff !important;
}

.cat button.owl-next {
    position: absolute;
    top: calc(50% - 22.5px);
    background: #a73824 !important;
    right: 0;
    width: 45px;
    z-index: 999;
    height: 45px;
    border-radius: 50% !important;
    color: #fff !important;
}

.cat-title {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    background: linear-gradient(0deg, #080808ba, transparent);
    justify-content: center;
    color: #fff;
}

footer {
    background: #edf7ff;
    padding-top: 30px;
}

ul.footer-links {
    padding-left: 0;
}

    ul.footer-links li {
        list-style-type: none;
    }

        ul.footer-links li a {
            color: #403f3f;
            text-decoration: none;
            font-size: 12px;
            font-weight: 500;
            margin-bottom: 3px;
            float: left;
            width: 100%;
        }

ul.social-media {
    padding-left: 0;
}

    ul.social-media li {
        list-style-type: none;
        float: left;
    }

        ul.social-media li a {
            font-size: 14px;
            float: left;
            margin-right: 13px;
            margin-top: 2px;
            color: rgb(51, 49, 49);
            border: 1px dashed;
            height: 30px;
            width: 30px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
        }

h3.home-page-title {
    position: relative;
}

    h3.home-page-title::after {
        position: absolute;
        height: 1px;
        border-top: 1px dashed #a73824;
        width: 100%;
        content: "";
        left: 0;
        top: calc(50% + 2px);
    }

    h3.home-page-title span {
        position: relative;
        z-index: 9;
        background: #fff;
        text-transform: uppercase;
        padding-right: 16px;
        font-size: 22px;
        color:#799f4a;
        font-weight:bold;
    }

.product-view {
    border-radius: 15px;
}

li.breadcrumb-item a {
    color: #c32324;
}

.qty {
    flex: 170px 0 0;
}

.product-single-tab .nav-item {
    background: #f3f3f3;
    border: 1px solid #d2d2d2;
}

    .product-single-tab .nav-item a {
        color: #000;
        padding: 12px 15px;
    }

.product-single-tab .nav-link.active {
    background-color: #c32324;
    border-radius: 1px;
}

ul.filter-ul {
    padding-left: 0;
}

    ul.filter-ul li {
        list-style-type: none;
        font-size: 14px;
        margin-bottom: 9px;
    }

        ul.filter-ul li a {
            color: #383737;
            list-style-type: none;
            text-decoration: none;
        }

.filter-title {
    background: #eaeaea !important;
    font-weight: 600;
}

.homepopupclose {
    position: absolute;
    right: -30px;
    top: -5px;
    opacity: 1;
    width: 30px;
    height: 30px;
    color: white;
    font-size: 30px;
}



.search-list-open ul li {
    display: block !important;
    width: 100%;
}

    .search-list-open ul li a {
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #f5f5f5 !important;
        line-height: 20px;
        border-radius: unset;
        cursor: pointer;
    }

.search-list-open .dropdown-menu {
    width: 300px;
    padding: 0px 5px;
}

ul.header-account li a span {
    position: absolute;
    top: -7px;
    background: #a73824;
    color: #ffff;
    border-radius: 50%;
    width: 22px;
    font-size: 10px;
    padding: 4px 0;
    text-align: center;
    right: -11px;
}

.search-list-open a {
    border: none !important;
}

.news-home {
    display: flex;
    border: 1px solid #7aa04d;
    border-radius: 5px;
}

.new-title {
    background: #4caf50;
    padding: 9px 15px;
    font-size: 20px;
    color: #fff;
    margin-right: 15px;
}

.new-desc {
    width: calc(100% - 166px);
}

h3.about-name-title {
    font-size: 20px;
    color: #799f4a;
    font-weight:bold;
}

    h3.about-name-title small {
        font-size: 11px;
        color: #676767;
    }

.right-0 {
    right: 0px !important;
}

@media screen and (max-width: 480px) {
    .header-account input {
        width: 100%;
    }

    li.menu-toogle {
        float: left;
        font-size: 20px;
        margin-left: 20px;
        padding: 3px 0;
        color: #c32325;
    }

    .main-menu {
        background: #c32325;
        height: 100vh;
        top: 0;
        z-index: 999;
        position: fixed;
        width: 200px;
        right: -100%;
        transition-duration: 0.3s;
        overflow: auto;
    }

        .main-menu ul li {
            float: left;
            width: 100%;
            display: unset;
        }

            .main-menu ul li a {
                color: #fff;
                padding: 5px 14px;
                width: 100%;
            }

    .menu-overlay {
        background: #00000063;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

    .magamenu {
        width: 100%;
        left: 0px;
        position: relative;
        top: 0;
    }

        .magamenu a {
            color: #6f6b6b !important;
        }

    .submenu {
        position: relative;
        top: 0;
        left: 0px;
        display: none;
    }

        .submenu a {
            color: #000 !important;
        }
        .logo img {
    width: 100%;
}
        li.search-list-open {
    width: calc(100% - 83px);
}
}

.magamenu h5 {
    color: #c32325;
    text-transform: capitalize;
}
.tours img {
    max-height: 234px;
    max-width: 100%;
    width: auto !important;
}
.tours {
text-align:center;
margin-bottom:15px;
}
.tours h4 {
    margin-bottom: 0;
    font-size: 20px;
    margin-top: 16px;
    color: #799f4a;
}
button.close.home-pop-close {
    position: absolute;
    right: -32px;
    background: #fff;
    opacity: 1;
    width: 35px;
    height: 35px;
    top: 0px;
}
#banner-134 button.owl-prev, #banner-134 button.owl-next  {
  cursor:pointer;
    font-size: 30px; 
    background:unset !important; 
    color: #a73824 !important;
}

 .special-incetive .card{
     margin-bottom:30px;
 }
.product-tag {
    position: absolute;
    right: 12px;
    /*background: red;*/
    top: 15px;
    color: #fff;
    padding: 2px 10px;
    font-size: 11px;
    border-radius: 4px;
    display: flex;
    align-items: center;
}