/* CSS Document */

body {
    color: #181b1d;
    margin: 0;
    padding: 0px;
    font-family: 'Sen', sans-serif;
}

img {
    width: 100%;
}

a {
    color: #181b1d;
    transition: 400ms;
    text-decoration: none;
}

a:hover {
    color: #111;
    text-decoration: none;
}

.scrollup {
    position: fixed;
    right: 12px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-weight: 900;
    font-size: 20px;
    z-index: 99999999 !important;
    display: none;
    border-radius: 12px;
    background-color: #333;
    transition: 400ms;
}

.scrollup:hover {
    color: #FFF;
    background-color: #111;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.btn-long {
    padding: 10px 30px;
}

.btn-green {
    background-color: #1a8944;
    border-color: #1a8944;
}

.wrapper {
    position: relative;
    overflow: hidden;
}

.padding-1 {
    padding: 70px 0px;
}

.bg-lighten {
    background-color: #f6f6f6;
}

@media screen and (max-width: 992px) {
    .padding-1 {
        padding: 40px 0px;
    }
}


/* End Default CSS*/


/* Start Header CSS */

.desktop-header {
    display: block;
}

.header-top {
    background-color: #296f44;
    padding: 5px 0px;
}

.header-details ul {
    display: flex;
}

.header-details ul li {
    position: relative;
    padding: 0px 10px 0px 0px;
    margin: 0px 10px 0px 0px;
}

.header-details ul li a {
    color: #FFF;
    font-size: 14px;
}

.header-details ul li:after {
    position: absolute;
    width: 1px;
    height: 12px;
    background-color: #FFF;
    content: "";
    top: 0;
    right: 0px;
    bottom: 0;
    margin: auto;
}

.header-details ul li:last-child:after {
    display: none !important;
}

.logo-container {
    display: block;
    padding: 15px 0px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav ul {
    padding: 0px 30px 30px 30px;
}

.sidenav ul li a {
    color: #FFF;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 36px;
    margin-left: 50px;
}

.flex-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.logo-cards {
    display: flex;
    width: 20%;
    align-items: center;
}

.menu {
    cursor: pointer;
    display: inline-block;
    margin-right: 15px;
    font-size: 24px;
    line-height: normal;
}

.logo-cards img {
    width: 200px;
}

.search-container {
    width: 60%;
    margin: 0px 20px 0px 10px;
    background-color: #f9f9f9;
    border-radius: 20px;
    border: 1px solid #dfdfdf;
}

.search-item {
    padding: 10px 15px;
}

.search-container .form-control {
    font-size: 14px;
}

.cart-desktop {
    display: block;
    width: 20%;
}

.cart-desktop ul {
    display: flex;
    justify-content: space-between;
}

.cart-desktop ul li {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin: 0px 5px;
    position: relative;
}

.cart-desktop ul li a {
    display: flex;
    align-items: center;
    font-size: 14px;
    position: relative;
}

.cart-desktop ul li img {
    display: flex;
    width: 20px;
    margin-right: 5px;
}

.cart-count {
    position: absolute;
    background-color: #296f44;
    color: #FFF;
    width: 20px;
    height: 20px;
    font-weight: 700;
    line-height: normal;
    font-size: 9px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -5px;
    left: -10px;
}

@media screen and (max-width: 1405px) {
    .flex-container {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }
    .search-container {
        width: 45%;
    }
    .cart-desktop {
        display: block;
        width: 15%;
    }
    .logo-cards img {
        width: 160px;
    }
}

@media screen and (max-width: 1230px) {
    .desktop-header {
        display: none;
    }
    .flex-container {
        width: 100%;
        padding: 0px 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .search-container {
        width: 100%;
        margin: 0px 0px 10px 0px;
        background-color: #f9f9f9;
        border-radius: 20px;
        border: 1px solid #dfdfdf;
    }
    .logo-cards {
        display: flex;
        width: auto;
        align-items: center;
    }
    .cart-desktop {
        position: fixed;
        background-color: #FFF;
        bottom: 0px;
        width: 100%;
        left: 0px;
        z-index: 99999;
        padding: 10px;
        border-top: 1px solid #ccc;
    }
    .cart-desktop ul {
        display: flex;
        justify-content: center;
    }
    .cart-desktop ul li {
        margin: 0px 10px;
    }
}

.main-nav-desktop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgb(249, 249, 249);
    background: linear-gradient(90deg, rgba(249, 249, 249, 1) 88%, rgba(41, 111, 68, 1) 88%);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.navigation-main {
    padding: 10px 0px;
}

.navigation-main ul {
    display: flex;
}

.navigation-main ul li {
    display: flex;
    margin-right: 20px;
}

.navigation-main ul li a {
    display: flex;
    font-size: 14px;
}

.navigation-main ul li a.active {
    color: #296f44;
}

.quickmenu-desktop {
    background-color: #296f44;
}

.quickmenu-desktop ul {
    display: flex;
    justify-content: center;
}

.quickmenu-desktop ul li {
    display: flex;
    margin-right: 20px;
}

.quickmenu-desktop ul li a {
    display: flex;
    padding: 10px 0px;
    font-size: 14px;
    color: #FFF;
}

@media screen and (max-width: 1405px) {
    .navigation-main ul li a {
        font-size: 11px;
    }
    .quickmenu-desktop ul li a {
        font-size: 11px;
    }
}

.mobile-header {
    display: none;
}

@media screen and (max-width: 1230px) {
    .mobile-header {
        display: block;
    }
}


/* End Header CSS */


/* Start Slider Wrapper */

.slider-wrapper {
    padding: 30px 0px 0px;
}


/* End Slider Wrapper */


/* Start Content Area */

.web-title {
    display: block;
}

.web-title-big {
    display: block;
    font-size: 34px;
    font-weight: 700;
}

.web-title-small {
    display: block;
    font-size: 18px;
}

.department-containers {
    border: 1px solid #dddddd;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    border-bottom: none;
}

.department-single {
    display: flex;
    padding: 10px 0px;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    width: 20%;
    align-items: center;
}

.department-image {
    display: block;
}

.department-image {
    width: 120px;
    object-fit: contain;
}

.department-single:last-child {
    border-right: none;
}

.department-single .department-title {
    align-items: center;
    padding: 10px;
}

.department-single .department-title h5 {
    font-size: 16px;
}

@media screen and (max-width: 1230px) {
    .department-containers .department-single:last-child {
        display: none;
    }
    .department-single {
        display: flex;
        padding: 10px 0px;
        border-bottom: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
        width: 50%;
        align-items: center;
        flex-direction: column;
    }
}

.monthly-deals-tab {
    width: max-content;
    justify-content: center;
    border: 1px solid #e3e3e3;
}

.monthly-deals-tab button {
    border: 1px solid #e3e3e3 !important;
    color: #181b1d;
    padding: 10px 30px;
    border-radius: 0px !important;
}

.monthly-deals-tab button:hover {
    color: #181b1d;
    background-color: #FFF;
}

.monthly-deals-tab .nav-link.active {
    background-color: #FFF;
    color: #181b1d;
}

@media screen and (max-width: 1230px) {
    .monthly-deals-tab {
        justify-content: flex-start !important;
    }
    .monthly-deals-tab button {
        width: 100vh;
    }
}

.product-card-1 {
    position: relative;
    padding: 50px 30px;
    z-index: 9;
    background-color: #FFF;
    border-right: 1px solid #e8e8e8;
}

.product-card-1 img {
    height: 100px;
    margin-bottom: 20px;
    object-fit: contain;
}

.product-list-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    line-height: 20px;
    text-overflow: ellipsis " [..]";
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 24px;
}

.price-card-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-card-1 h6 {
    font-weight: 700;
}

.offer-red-btn {
    width: max-content;
    padding: 0px 10px;
    color: #FFF;
    top: 20px;
    font-size: 16px;
    font-weight: 600;
    right: 0px;
    position: absolute;
    background-color: #ff0000;
}

@media screen and (max-width: 1230px) {
    .product-card-1 {
        border-right: 1px solid #e8e8e8;
        border-bottom: 1px solid #e8e8e8;
    }
    .price-card-1 {
        flex-direction: column;
    }
    .price-card-1 h6 {
        margin-bottom: 10px;
    }
}

.default-content-1 {
    display: block;
}

.default-content-1 h3 {
    display: block;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}

.default-content-1 p {
    display: block;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
}

.default-content-1 ul {
    display: block;
}

.default-content-1 ul li {
    display: block;
    font-size: 16px;
    line-height: 34px;
}

.default-content-1 ul li svg {
    color: #296f44;
}

.default-content-image-1 {
    display: block;
}

.default-content-image-1 img {
    display: block;
    height: 440px;
    object-fit: cover;
}

@media screen and (max-width: 1230px) {
    .default-content-1 {
        margin-bottom: 30px;
    }
}

.featured-item {
    display: block;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #d3d3d3;
}

.featured-item img {
    height: 160px;
    object-fit: contain;
}

.featured-item h6 {
    color: #296f44;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 14px;
}

.featured-item h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    line-height: 20px;
    text-overflow: ellipsis " [..]";
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 24px;
}

.featured-item ul {
    display: flex;
    margin: 10px 0px 15px;
}

.featured-item ul li {
    display: flex;
    color: #296f44;
    font-size: 14px;
}

.price-card-2 {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    line-height: normal;
}

.price-card-2 h5 {
    display: flex;
    color: #296f44;
    margin-right: 10px;
    line-height: normal;
    font-weight: 700;
}

.price-card-2 h5 span {
    font-size: 13px;
}

.price-card-2 h6 {
    color: #b0b0b0;
    font-weight: 500;
    margin: 0px;
    font-size: 14px;
    line-height: normal;
}

.all-category-item {
    display: block;
    width: 100%;
}

.all-category-item-img {
    display: block;
    margin-bottom: 15px;
}

.all-category-item-img img {
    display: block;
    width: 70px !important;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

.all-category-item h5 {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

.all-category-item ul {
    display: block;
    width: 100%;
}

.all-category-item ul li {
    display: block;
    width: 100%;
    font-size: 15px;
}

.all-category-item ul li a {
    display: flex;
    padding: 10px 0px;
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
    justify-content: space-between;
}


/* End Content Area */


/* Start Footer Area */

.footer-wrapper {
    padding: 60px 0px;
    background-color: #181b1d;
}

.footer {
    display: block;
    color: #FFF;
}

.footer img {
    display: block;
    width: 190px;
    margin-bottom: 20px;
}

.footer p {
    display: block;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 20px;
}

.footer h6 {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer ul li {
    display: block;
    margin-bottom: 15px;
}

.footer ul li a {
    display: inline-block;
    color: #FFF;
    font-size: 14px;
}

.footer-input {
    display: flex;
    border: 1px solid #5e6061;
    padding: 5px;
    border-radius: 10px;
    align-items: center;
    color: #5e6061;
    width: 75%;
    margin-bottom: 30px;
}

.footer-input input {
    background-color: transparent;
    border: none !important;
}

.footer-input svg {
    margin-right: 10px;
}

.footer-social {
    display: block;
}

.footer-social ul {
    display: flex;
}

.footer-social ul li {
    display: flex;
    margin-right: 15px
}

.footer-social ul li a {
    display: flex;
    color: #FFF;
}

.footer-social ul li a:hover {
    color: #FFF;
}

.copyrights {
    display: block;
    color: #FFF;
    text-align: center;
    margin-top: 30px;
}

.copyrights p {
    font-size: 14px;
}

@media screen and (max-width: 1230px) {
    .footer {
        margin-bottom: 30px;
    }
    .copyrights {
        margin-top: 0px;
    }
}


/* End Footer Area */