.theme-color-3 {
    --theme-color: #5b9f51;
    --theme-color-rgb: 91,159,81;
}
:root {
    --theme-color: #5b9f51;
    --theme-color1: #5b9f51;
    --theme-color2: linear-gradient(90.56deg, var(--theme-color1) 8.46%, var(--theme-color) 62.97%);
}
.bg-effect {
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
}
.product-box-3 .product-header .product-image img {
    width: 100%;
    height: auto;
 }
 .product-box-3 .product-header .product-image {
    padding: 0px;
 }
 .product-box-4 .product-image img {
    width: 100%;
    height: auto;
}
.product-box-4 {
    border: 0px solid #ececec;
    padding: 0px;
}
.product-box-4 .product-image img {
    margin: 0px auto 0px;
}
header .top-nav .navbar-top .middle-box .search-box .input-group button {
    background-color: #5b9f51;
    color: #fff;
    padding: 14px 20px;
    border-radius: 5px;
    border: 1px solid #5b9f51;
}
section, .section-t-space {
    padding-top: 0px;
}
sectioncj, .section-t-spacecj {
    padding-top: calc(30px + (50 - 30) * ((100vw - 320px) / (1920 - 320)));
}
.user-dashboard-section .dashboard-right-sidebar {
    border-radius: 10px;
}
.service-contain-2 {
    border-radius: 10px;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .category-list-box ul li a .category-name span {
    width: 10px;
    height: 10px;
    background-color: #5b9f51;
    padding: 4px 5px 3px;
    border-radius: 100%;
}
.shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item {
    width: 100%;
    height: 44px;
    background-color: #f7f6f3;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}
.shop-section .left-box .shop-left-sidebar .custom-nav-tab {
    gap: 8px;
}
.shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link {
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    color: #222;
    border-radius: unset;
    position: relative;
    text-align: left;
}
.shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link.active {
    color: #fff;
    background: linear-gradient(90.56deg, var(--theme-color1) 8.46%, var(--theme-color) 62.97%);
    font-size: 16px;
    font-weight: 400;
}
.user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link {
//*    font-size: calc(17px + (18 - 14) * ((100vw - 320px) / (1920 - 320))); *//
    font-size: 14px;
    position: relative;
    color: #4a5568;
    width: 100%;
    text-align: center;
    padding: calc(10px + (13 - 10) * ((100vw - 320px) / (1920 - 320))) calc(10px + (13 - 10) * ((100vw - 320px) / (1920 - 320))) calc(10px + (13 - 10) * ((100vw - 320px) / (1920 - 320))) calc(19px + (23 - 19) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 300;
    z-index: 0;
    overflow: hidden;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
header .header-nav .header-nav-right .deal-button span {
    font-size: 15px;
    font-weight: 600;
}
.title {
    margin-bottom: 0px;
    display: inline-block;
    position: relative;
}
.header-2 .top-nav {
    padding: 14px 0;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
	background-color: #f1f1f1;
}
header.active .sticky-header {
    padding: 14px 0;
    border-bottom: 1px solid #c0c0c0;
	background-color: #f1f1f1;
}
.footer-section-2 {
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
	background-color: #f1f1f1;
}
header .offcanvas-collapse .offcanvas-body .navbar-nav .nav-link {
    color: #4a5568;
    font-weight: 500;
}
.header-2 .header-nav-left .category-dropdown .category-list li .category-name {
    color: #4a5568;
    font-weight: 500;
}
p {
    line-height: 1.5;
}
h3 {
    line-height: 1.5;
}
h6 {
    line-height: 1.5;
}
.title h1 {
    font-weight: 700;
    color: #222;
    position: relative;
}
h1 {
    font-size: calc(22px + (28 - 22) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    margin: 0;
}
.order-table tbody tr td {
    text-align: left;
    padding: 12px 15px;
    vertical-align: middle;
    white-space: nowrap;
}
.order-table thead tr th {
    text-align: left;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 600;
    white-space: nowrap; 
    min-width: 90px;
}
.business-number {
    width: 65px;
    height: 65px;
    background: #f8f8f8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-home .total-box .totle-contain .totle-detail h5 {
    margin-bottom: calc(3px + (7 - 3) * ((100vw - 320px) / (1920 - 320)));
    color: #4a5568;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
	-webkit-line-clamp: 3;
    overflow: hidden; 
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.avlh6 {
    font-size: 16px;
    margin-bottom: 10px;
	color: #4a5568;
}
.avlh3 {
    font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 500;
    line-height: 1.5;
	color: #4a5568;
	margin: 0;
}
.avlh3g {
    font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 500;
    line-height: 1.5;
	color: #5b9f51;
	margin: 0;
}
.avl-blog-box {
    padding-bottom: 1px;
    border-radius: 10px;
    border: 1px solid #ececec;
    overflow: hidden;
    position: relative;
}
.banner-contain {
    border-radius: 10px;
}
.avlh6 {
    font-size: 16px;
    margin-bottom: 10px;
	color: #4a5568;
}
.th1 {
    font-size: calc(22px + (28 - 22) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    margin: 0;
}
.th3 {
    font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 500;
    line-height: 1.5;
	color: #4a5568;
	margin: 0;
}
.th3g {
    font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 500;
    line-height: 1.5;
	color: #5b9f51;
	margin: 0;
}
.th6 {
    font-size: 16px;
    margin-bottom: 10px;
	color: #4a5568;
}
h1 {
    font-size: calc(22px + (28 - 22) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    margin: 0;
}
h3 {
    font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 500;
    line-height: 1.5;
	color: #4a5568;
	margin: 0;
}
h5 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.5;
	color: #4a5568;
}
p {
    font-size: 16px;
    margin-bottom: 10px;
	color: #4a5568;
}
.g {
	color: #5b9f51;
}
.r {
	color: #ff4f4f ;
}
header .top-nav .navbar-top .rightside-box .right-side-menu .right-side::before {
    width: 0px;
}
.box-cj {
	top: 30px;
    left: 0;
    background-color: rgba(255,255,255,0.5);
    padding: 8px;
    border-radius: 10px 60px 60px 10px;
    -webkit-box-shadow: 0px 11px 10px rgba(74,85,104,0.06);
    box-shadow: 0px 11px 10px rgba(74,85,104,0.06);
}	
body { height: 100vh; }
.category-box::after {
    background-image: url(../images/vegetable/shape99.png);
}
.category-box img {
    width: 100%;
    width: calc(38px +(45 - 38)*((100vw - 320px) /(1920 - 320)));
    height: unset;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto;
}
.category-box {
	padding:unset;
}
.product-box-3 .product-header .product-image img {
    width: 100%;
    height: 140px;
}

.cjuk:hover {
background-color: #c0c0c0;
}

.category-section-3 .category-box-list .category-name h6 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.category-section-3 .category-box-list {
    padding: 10px;
    border-radius: 15px;
    background-color: #f1f1f3;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 0;
}

.category-section-3 .category-box-list a img {
    width: 92%;
    height: 100px;
}
.form-check-input:checked {
    background-color: #5b9f51;
    border-color: #5b9f51;
}
.f16 {
    font-size: 16px;
}
header .navbar.navbar-expand-xl .navbar-nav .nav-link::before {
    content: "";
}
.left-slider .slick-list .slick-track .slick-slide img {
    -webkit-filter: grayscale(20%) blur(0px);
    filter: unset;
    opacity: 1;
}
.theme-option {
    right: unset;
    left: calc(10px + (25 - 10) * ((100vw - 320px) / (1920 - 320)));
}
.page-link {
    position: relative;
    display: block;
    color: #5b9f51;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #c0c0c0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #5b9f51;
    border-color: #5b9f51;
}
iframe { 
  width: 100%;
//  height: 600px;
  aspect-ratio: 16 / 9;
}
