@font-face {
    font-family: "SolaimanLipi";
    src: url(../fonts/SolaimanLipi.ttf);
    font-weight: 400;
    font-style: normal
}

* {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box
}

:root {
    --primary-color: #01427a;
    --primary-color-light: #e0f7ff;
    --primary-color-2: #aacc04;
    --rating-color: #ebbf20;
    --text-color: #232323;
    --text-color-light: #707070;
    --text-color-dark: #1c1b1b;
    --light-color: #f6f6f6;
    --light-color-2: #f8f8f8;
    --stroke-color: #c1c1c1;
    --stroke-color-light: #ececec;
    --white: #fff;
    --black: #000;
    --font-inter: "Inter", sans-serif
}

html {
    overflow-x: hidden
}

body {
    color: var(--text-color);
    font-family: "Noto Serif Bengali", serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    overflow-x: hidden
}

main {
    min-height: 500px
}

p {
    font-family: var(--font-inter);
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.5
}

ol,
li {
    margin-bottom: 10px
}

h1 {
    font-size: 1.4rem;
    font-weight: 700
}

h2 {
    font-size: 1.2rem;
    font-weight: 600
}

h3 {
    font-weight: 550;
    font-size: 1.1rem
}

h4 {
    font-weight: 550;
    font-size: 1.1rem
}

h5 {
    font-weight: 550;
    font-size: 1.1rem
}

h6 {
    font-weight: 550;
    font-size: 1.1rem
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p {
    margin-bottom: 10px
}

a {
    color: var(--text-color);
    text-decoration: none
}

a:hover {
    color: var(--primary-color)
}

.btn:focus,
input:focus,
.form-control:focus {
    box-shadow: none
}

img {
    max-width: 100%;
    height: auto
}

.primary-color {
    color: var(--primary-color) !important
}

.primary-color-light {
    color: var(--primary-color-light)
}

.primary-color-2 {
    color: #008003 !important
}

.rating-color {
    color: var(--rating-color) !important
}

.text-color {
    color: var(--text-color) !important
}

.text-color-dark {
    color: var(--text-color-dark) !important
}

.text-color-light {
    color: var(--text-color-light) !important
}

.text-color-black {
    color: var(--black)
}

.hover-primary:hover {
    color: var(--primary-color)
}

.bg-primary {
    background-color: var(--primary-color) !important
}

.bg-primary-light {
    background-color: var(--primary-color-light)
}

.bg-primary-2 {
    background-color: var(--primary-color-2)
}

.bg-light {
    background-color: var(--light-color) !important
}

.bg-light-2 {
    background-color: var(--light-color-2) !important
}

.bg-text {
    background-color: var(--text-color) !important
}

.bg-dark {
    background-color: var(--text-color-dark) !important
}

.bg-black {
    background-color: var(--black) !important
}

.fs-10 {
    font-size: 1rem
}

.fs-11 {
    font-size: 1.1rem
}

.fs-12 {
    font-size: 1.2rem
}

.fs-13 {
    font-size: 1.3rem
}

.fs-14 {
    font-size: 1.4rem
}

.fs-15 {
    font-size: 1.5rem
}

.fs-16 {
    font-size: 1.6rem
}

.fs-18 {
    font-size: 1.8rem
}

.fs-30 {
    font-size: 3rem
}

.fs-35 {
    font-size: 3.5rem
}

.fs-40 {
    font-size: 4rem
}

.fs-45 {
    font-size: 4.5rem
}

.fs-50 {
    font-size: 5rem
}

.fw-medium {
    font-weight: 500
}

.fw-semibold {
    font-weight: 600
}

.sec-title {
    color: var(--text-color-dark);
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1rem
}

.section-title {
    padding-bottom: 5px;
    margin-bottom: 5px
}

.border-brand-1 {
    border: 1px solid var(--brand-color) !important
}

.border-brand-2 {
    border: 2px solid var(--brand-color) !important
}

.border-brand-3 {
    border: 3px solid var(--brand-color) !important
}

.border-top-brand-1 {
    border-top: 1px solid var(--brand-color) !important
}

.border-top-brand-2 {
    border-top: 2px solid var(--brand-color) !important
}

.border-top-brand-3 {
    border-top: 3px solid var(--brand-color) !important
}

.border-bottom-brand-1 {
    border-bottom: 1px solid var(--brand-color) !important
}

.border-bottom-brand-2 {
    border-bottom: 2px solid var(--brand-color) !important
}

.border-bottom-brand-3 {
    border-bottom: 3px solid var(--brand-color) !important
}

.rounded-4 {
    border-radius: 0.75rem !important
}

.rounded-top-4 {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important
}

.rounded-bottom-4 {
    border-bottom-left-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important
}

.rounded-5 {
    border-radius: 1rem !important
}

.rounded-top-5 {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important
}

.rounded-bottom-5 {
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important
}

.form-control {
    border: 1px solid var(--stroke-color);
    border-radius: 6px
}

.form-control:focus {
    border-color: var(--primary-color)
}

.form-select {
    border: 1px solid var(--stroke-color);
    border-radius: 15px
}

.form-select:focus {
    border-color: var(--primary-color)
}

.form-check input[type="checkbox"].form-check-input {
    border-color: var(--primary-color);
    width: 20px;
    height: 20px;
    margin-right: 5px
}

.form-check input[type="checkbox"].form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color)
}

.option-input input[type="radio"] {
    border-color: var(--primary-color);
    width: 18px;
    height: 18px;
    margin-right: 5px
}

.option-input input[type="radio"]:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color)
}

.stars {
    color: var(--rating-color)
}

.title h2 {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1.5em;
	color: #333;
	font-weight: 900;
	text-align: left;
	position: relative;
	padding-left: 30px !important;
	line-height: 35px;
}

.title h2:after {
    display: inline-block;
    margin: 0 0 8px 20px;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #999;
    width: 140px;
    display: none;    
}

.title h2::before {
	display: inline-block;
	margin: 0 20px 8px 0;
	height: 30px;
	content: " ";
	text-shadow: none;
	background-color: #008003;
	width: 10px;
	top: 0;
	position: absolute;
	left: 0;
}

.btn-theme-color {
  background: #008003;
  color: #fff;
  border: 2px solid #008003;
  border-radius: 30px; /* Adjusted for a more rounded look */
  padding: 5px 50px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn-theme-color:hover {
    background: #000;
    color: #fff;
}

.btn-theme-color-g {
  background: #008003;
  color: #fff;
  border: 2px solid #008003;
  border-radius: 30px; /* Adjusted for a more rounded look */
  padding: 5px 100px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn-theme-color-g:hover {
    background: #000;
    color: #fff;
}
.topbar {
    font-size: 16px;
    line-height: 1.2;
    background-color: #005b16;
    color: #fff;
    padding: 15px 0
}

.topbar a {
    color: #fff;
    text-decoration: none
}

.topbar a:hover {
    text-decoration: underline
}

.topbar .list-inline-item i {
    font-size: 16px;
    margin-right: 5px
}
.navbar .input-group {
	width: 500px;
	background: #fff;
	padding: 5px;
    border-radius: 3px;
}
.navbar .input-group.m-search {
	max-width: 450px;
    min-width: 300px;
	width: 100%;
	background: #fff;
	padding: 5px;
    border-radius: 3px;
}
.navbar .fa-solid.fa-magnifying-glass {
	color: #fff;
}
.navbar .dropdown .btn {
    padding: 0;
    border: 0;
}
.navbar .btn.show{
	color: var(--bs-btn-active-color);
	background-color: transparent;
	border-color: transparent;
	padding: 0;
    border: 0;
}
.navbar-icon-group .dropdown-menu[data-bs-popper] {
	top: 80px;
	left: 50%;
	margin-top: var(--bs-dropdown-spacer);
	position: fixed;
	transform: translateX(-50%);
    padding: 0;
}
.navbar .input-group .btn {
	height: 31px;
	padding: 2px 15px;
	border-radius: 0;
	background: #000;
	border-radius: 3px;
	border-top-left-radius: 3px !important;
	border-bottom-left-radius: 3px !important;
	font-size: 20px;
}
.navbar .form-control {
	border: 0;
	border-radius: 0;
	padding: 0 15px;
    height: 31px;
}
.navbar .floating-num {
	background: #000 !important;
}
.navbar {
    background: #006f1b;
}
.navbar-expand-md .navbar-nav .nav-link.category-dropdown {
    background: #008003 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border-radius: 3px;
    color: #fff;
    margin-top: 1px;
}
ul.navbar-nav > li > a.category-dropdown:hover::after {
	width: 0;
}
/*
ul.navbar-nav > li > a.m-number:hover::after {
	width: 0;
}
*/
.navbar-expand-md .navbar-nav .nav-link.category-dropdown i {
    padding-right: 15px;
}
.navbar .fa-solid.fa-bars.fa-lg {
	color: #fff;
}
.navbar .logo img {
    height: 3.5rem
}
.navbar-icon-group a {
    color: #fff;
}
ul.navbar-nav li {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 .6rem;
    position: relative
}

ul.navbar-nav li a {
    font-size: 1rem;
    color: var(--text-color);
    position: relative;
    padding-left: 0 !important;
    padding-right: 0 !important;
    transition: 0.3s
}

ul.navbar-nav > li > a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #008003;
    transition: 0.3s
}

ul.navbar-nav li a:hover {
    color: #008003;
}

ul.navbar-nav > li > a:hover::after {
    width: 100%
}

ul.navbar-nav ul {
    list-style: none;
    padding: 0;
    background-color: var(--white);
    width: 20rem;
    border: 1px solid var(--stroke-color-light);
    position: absolute;
    display: none
}

ul.navbar-nav ul li {
    padding: 0 1rem
}

ul.navbar-nav li:hover > ul {
    display: block
}

ul.navbar-nav ul li {
    margin: 0;
    font-size: 1rem;
    font-weight: 500;
    text-transform: capitalize;
    position: relative
}

ul.navbar-nav ul li a {
    padding: .5rem 0;
    border-bottom: 1px solid var(--stroke-color-light);
    transition: 0.2s
}

ul.navbar-nav ul li a:hover {
    color: #008003;
}

ul.navbar-nav ul ul {
    position: absolute;
    top: 0;
    left: 20rem;
    display: none
}

ul.navbar-nav ul li:hover {
    display: block
}

.search-input {
    border-radius: 15px 0 0 15px
}

.search-btn {
    border-radius: 0 15px 15px 0
}

.order-summary .input-group-text {
    border: none
}

.coupon-btn {
    border-radius: 0 15px 15px 0 !important
}

.floating-num {
    position: absolute;
    top: -1rem;
    right: -.9rem;
    padding: .15rem;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .9rem;
    color: var(--white);
    background: var(--primary-color)
}

.sidebar {
    width: 20rem;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -34rem;
    padding: .7rem 0;
    background-color: var(--white);
    z-index: 1050;
    transition: 0.3s linear
}

.show-sidebar {
    left: 0 !important
}

.body-wrapper-freeze {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 70%);
    z-index: 1040;
    display: none
}

.nav-icons .search-dropdown {
    width: 300px
}

.nav-icons .user-dropdown {
    width: 200px
}

.nav-icons .dropdown-item {
    color: var(--text-color);
    text-decoration: none
}

.nav-icons .dropdown-item:hover,
.nav-icons .dropdown-item:focus {
    background-color: transparent;
    color: var(--primary-color-2)
}

.nav-icons .dropdown-item i {
    margin-right: 5px
}

.nav-icons .dropdown-menu-end {
    width: 200px
}

.tab-mobile-menu-buttons {
    padding-left: 2rem;
    padding-right: 2rem
}

.tab-mobile-menu-buttons .nav-pills .nav-item {
    width: 50%;
    text-align: center
}

.tab-mobile-menu-buttons .nav-pills .nav-link {
    border: 1px solid var(--brand-color);
    color: var(--brand-color);
    font-size: 1rem;
    font-weight: 600;
    padding: 1rem;
    text-transform: uppercase;
    border-radius: .3rem
}

.tab-mobile-menu-buttons .nav-pills .nav-link i {
    margin-right: 2px
}

.tab-mobile-menu-buttons .nav-pills .nav-link.active {
    color: var(--white);
    background-color: var(--brand-color)
}

.tab-mobile-menu-buttons button:hover {
    background-color: var(--brand-color);
    color: var(--white)
}

.tab-mobile-menu-buttons button.active-btn {
    background-color: var(--brand-color);
    color: var(--white)
}

.sidebar-content li {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    position: relative;
    cursor: pointer
}

.sidebar li:hover {
    color: var(--brand-color)
}

.sidebar li:hover a {
    color: var(--brand-color)
}

ul.sidebar-content-item li a i {
    color: var(--text-color);
    font-size: 1rem;
    float: right
}

ul.sidebar-content-item li a:hover {
    color: var(--brand-color)
}

.sidebar-content .tab-content,
.sidebar-content .sidebar-bottom-items {
    padding-left: 1rem;
    padding-right: 1rem
}

.side-menu-categories .dropdown li {
    cursor: pointer
}

.side-menu-categories .dropdown li i {
    float: right;
    font-size: 1rem
}

.side-menu-categories .dropdown-toggle::after {
    display: none
}

.side-menu-categories .dropdown-menu {
    border: none
}

.side-menu-categories .dropdown-menu li {
    margin-bottom: .5rem
}

.side-menu-categories .dropdown-menu li a {
    color: var(--text-color)
}

.side-menu-categories .dropdown-menu li a:hover {
    color: var(--brand-color)
}

.side-menu-categories .dropdown-menu li a:focus {
    background: none
}

.sider-body-wrapper-freeze {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 70%);
    z-index: 1040;
    display: none
}

.carousel-wrapper {
    width: 100%;
    margin: auto;
    text-align: center
}

.slider-item {
    text-align: center;
    overflow: hidden
}

.slider-item img {
    width: 100%;
    height: 550px;
    border-radius: 10px;
    transition: transform 0.3s
}

.owl-theme .owl-dots {
    text-align: center;
    margin-top: 10px
}

.img-category {
    text-align: center;
    margin: 20px
}

.img-sec img {
    max-width: 100%;
    border-radius: 50%;
    border: 2px solid #cecaca
}

.img-sec img:hover {
    border: 2px solid var(--primary-color)
}

.img-category h3 {
    margin-top: 10px;
    font-size: 1.2rem;
    color: var(--text-color-dark)
}

.img-category h3:hover {
    color: var(--primary-color)
}

.product-grid {
    text-align: center;
    overflow: hidden;
    transition: all 0.4s ease-out
}

.product-grid:hover .product-image {
    box-shadow: 5px 10px 30px rgba(0, 0, 0, .1)
}

.product-grid .product-image {
	position: relative;
	border: 1px solid #e7e7e7;
	border-radius: 8px;
	overflow: hidden;
}

.product-grid .product-image a.image {
    display: block
}

.product-grid .product-image img {
    width: 100%;
    height: auto
}

.product-grid .product-discount-label {
	color: var(--black);
	background: #008003;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 2px 8px;
	border-radius: 5px;
	position: absolute;
	top: 12px;
	left: 12px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
}

.product-grid .product-links {
    width: 145px;
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 65%;
    left: 50%;
    transition: all 0.4s ease 0s
}

.product-grid:hover .product-links {
    opacity: 1;
    top: 50%
}

.product-grid .product-links li {
    display: inline-block;
    margin: 0 2px
}

.product-grid .product-links li a {
    color: var(--light-color);
    background: #008003;
    font-size: 16px;
    line-height: 42px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: block;
    position: relative;
    transition: all 0.4s ease-out 0s
}

.product-grid .product-links li a:hover {
    color: #fff;
    background: #000;
    box-shadow: 1px 1px 30px 0 rgba(0, 0, 0, .2)
}

.product-grid .product-links li a:before,
.product-grid .product-links li a:after {
    content: attr(data-tip);
    color: #fff;
    background-color: #555;
    font-size: 12px;
    line-height: 18px;
    padding: 5px 10px;
    white-space: nowrap;
    display: none;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -40px;
    transition: all 0.3s ease 0s
}
.add-produce-into-card .btn {
    width: 100%;
    text-align: center;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #e7e7e7;
}
.add-produce-into-card .btn i {
    padding-right: 10px;
}
.add-produce-into-card .btn:hover {
    background: #008003;
    color: #fff;
}
.product-grid .product-links li a:after {
    content: "";
    height: 10px;
    width: 10px;
    padding: 0;
    transform: translateX(-50%) rotate(45deg);
    top: -18px;
    z-index: -1
}

.product-grid .product-links li a:hover:before,
.product-grid .product-links li a:hover:after {
    display: block
}

.product-grid .product-content {
	padding: 5px;
	position: relative;
	text-align: left;
    padding-left: 0;
    padding-top: 20px;
}

.product-grid .rating {
    padding: 0;
    margin: 0 0 8px;
    list-style: none
}

.product-grid .rating li {
    color: #ffc107;
    font-size: 14px
}

.product-grid .rating i {
    color: #ffc107
}

.product-grid .title {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 5px
}

.product-grid .title a {
    color: #2c2c2c;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.3s ease 0s
}

.product-grid .title a:hover {
    color: #78a206
}

.product-grid .price {
    color: #78a206;
    font-size: 17px;
    font-weight: 600;
    display: block;
    transition: all 0.4s ease-in-out
}

.product-grid .price span {
    color: var(--text-color-light);
    font-size: 15px;
    font-weight: 500
}

@media screen and (max-width:1200px) {
    .product-grid {
        margin: 0 0 30px
    }
}

.widget-title {
    padding-bottom: 5px;
    margin-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 2px solid #999;
    max-width: 100%
}

.sidebar-categories .list-group-item {
    font-size: 1rem;
    border: none;
    padding: 5px 0;
    margin-bottom: 0
}

.sidebar-categories .list-group-item a {
    text-decoration: none;
    color: #333;
    padding: 0
}

.sidebar-categories .plus-icon {
    margin-left: 5px
}

.sidebar-categories .subCategories {
    padding: 5px
}

.price-range {
    margin: 0 auto
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    background-color: var(--bs-border-color);
    outline: none;
    opacity: .7;
    -webkit-appearance: none;
    margin: 5px 0;
    border-radius: 5px
}

.custom-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    cursor: pointer
}

.custom-range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    cursor: pointer
}

.price-labels {
    margin-bottom: 10px;
    font-weight: 700
}

.card-item-count {
    font-size: 2rem;
    border-color: var(--brand-color);
    padding: .75rem 1.5rem;
    border-radius: .5rem;
    width: 12rem;
    color: var(--text-color)
}

li.page-item {
    margin-right: 10px
}

.page-link {
    padding: .2rem .8rem
}

.main {
	background: #eee;
}

.main.home, .main.category, .main.shop, .main.product {
	background: #fff;
}

.navbar-nav{
    margin-bottom: 1px;
}

.page-link:hover {
    color: var(--light-color);
    border-color: var(--primary-color-2);
    background-color: var(--primary-color-2)
}

.active > .page-link,
.page-link.active {
    color: var(--light-color);
    border-color: var(--primary-color-2);
    background-color: var(--primary-color-2)
}

li.page-item a {
    color: var(--brand-color);
    border-color: var(--brand-color);
    border-radius: 0.5rem !important;
    font-size: 1.1rem !important
}

.accordion-button:not(.collapsed) {
    color: var(--brand-color);
    background-color: var(--brand-color-light)
}

.focus-shadow .form-control:focus {
    box-shadow: 0 0 0 2px var(--text-color-dark);
    border-color: var(--white)
}

.btn-primary {
    background-color: #008003;
    color: var(--white);
    border-color: #008003
}

.btn-primary:hover {
    background-color: #008003;
    color: var(--white);
    border-color: #1e8620;
    opacity: .8
}

.btn.border-black {
    border: 0;
    border-radius: 0;
    padding: .5rem 5rem;
    font-size: 1rem;
    font-weight: 600
}

.btn.border-black:hover {
    color: var(--light-color);
    background-color: var(--black)
}

.image-full {
	display: inline-block;
	line-height: 0;
	background: #e3e3e3;
    border-radius: 8px;
}

.xzoom-gallery {
    width: auto;
    height: auto
}

.gallery-wrapper .owl-theme .owl-nav.disabled + .gallery-wrapper .owl-dots {
    margin-top: 0
}

.quantity-input {
    display: flex;
    align-items: center
}

.single-product-details-main {
    background: #eee;
    padding: 25px;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.quantity-btn {
    font-size: 1rem;
    padding: 3px 10px;
    cursor: pointer;
    background-color: #008003;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 4px;
    margin: 0
}

.quantity-btn:hover {
    color: #fff;
    background-color: #3a3939 !important
}

.quantity-btn:active {
    color: #fff;
    background-color: #1f1e1e !important
}

.quantity-btn:focus {
    color: #fff;
    box-shadow: 0 0 0 3px rgba(41, 40, 40, .5)
}

.quantity-field {
    width: 50px;
    text-align: center;
    font-size: 1rem;
    margin: 0 5px;
    padding: 2px;
    border: 1px solid #000;
    border-radius: 4px
}

.add-to-cart-btn {
    font-size: 1rem;
    padding: 5px 15px;
    background-color: #008003;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 4px;
    margin: 0 0 0 5px;
    transition: background-color 0.3s ease, color 0.3s ease
}

.add-to-cart-btn:hover {
    color: #fff;
    background-color: var(--black)
}

.add-to-cart-btn:active {
    color: #fff;
    background-color: var(--black)
}

.add-to-cart-btn:focus {
    color: #fff;
    box-shadow: 0 0 0 3px rgba(41, 40, 40, .5)
}

.quantity-input-small .quantity-btn {
    padding: 3px 10px
}

.quantity-input-small .quantity-field {
    width: 50px;
    margin: 0 5px
}

.product-details-tabs .nav-pills .nav-link.active {
    background-color: #008003;
    color: #fff !important;
    border-radius: 0;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px
}

.order-summary{
    background: #fff;
    padding: 10px;
}

.weight-label{
    color: #000 !important;
    font-weight: bold !important;
    font-size: 1rem !important;
}

.stylish-radio {
    display: flex;
    flex-wrap: wrap;
}

.stylish-radio input[type="radio"] {
    display: none;
}

.stylish-radio label {
    cursor: pointer;
    color: #000;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 8px 16px;
    margin-right: 8px;
    margin-bottom: 8px;
}

.stylish-radio label:hover {
    color: white;
    background-color: #008003;
    border-color: #008003;
}

.stylish-radio input[type="radio"]:checked+label {
    color: white;
    background-color: #008003;
    border-color: #008003;
}

.auth .card {
	border-radius: 15px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
	max-width: 500px;
	margin: 3rem auto;
	border-radius: 6px;
}

.auth .card-body {
	padding: 60px 40px;
}

.sec-title {
	color: var(--text-color-dark);
	font-size: 30px;
	font-weight: 700;
	text-align: center !important;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

.card-margin {
    margin: 8rem 0
}

.sec-title.text-start.mt-4 {
	margin-top: 0 !important;
	padding-top: 30px;
}

.profile-content .card-body.p-2 {
	padding: 30px !important;
}

.profile-sidebar .list-group-item {
    background-color: #fff;
    border: solid 2px #eee;
    border-radius: 6px
}

.profile-sidebar .list-group-item a {
    display: block;
}

.profile-sidebar .list-group-item.active {
    background-color: #008003;
    border-color: #008003;
}

.profile-sidebar .list-group-item.active a {
    color: #fff
}

.rating-input {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start
}

.rating-input > input {
    display: none
}

.rating-input > label {
    position: relative;
    width: 30px;
    font-size: 30px;
    color: #ffd600;
    cursor: pointer
}

.rating-input > label::before {
    content: "\2605";
    position: absolute;
    opacity: 0
}

.rating-input > label:hover:before,
.rating-input > label:hover ~ label:before {
    opacity: 1 !important
}

.rating-input > input:checked ~ label:before {
    opacity: 1
}

.rating-input:hover > input:checked ~ label:before {
    opacity: .4
}

.color-brand {
    color: var(--primary-color-2)
}

.checkout-logo {
    max-width: 100px
}

.wm-50 {
    max-width: 50%
}

.footer-col ul {
    list-style: none;
    padding: 0
}

.tab-content img {
    width: 100% !important;
    height: auto !important
}

.contact-us i {
    color: #008003;
    margin-right: 5px;
}

.contact-us strong {
    color: var(--black)
}

.contact-us a {
    color: var(--black);
    text-decoration: none;
    transition: color 0.3s ease
}

.contact-us a:hover {
    color: var(--primary-color-2)
}
.contact-form {
	background: #fff;
    padding: 25px !important;
}
.contact-form input {
	background: #f7f7f7;
}

.contact-form input,
.contact-form textarea {
    border: 1px solid #ced4da;
    border-radius: 4px
}

.page-content {
    padding: 20px 0;
    color: #333;
    line-height: 1.2
}

.page-content h2 {
    color: #000;
    padding-bottom: 5px;
    margin-bottom: 10px
}

.page-content p {
    margin-bottom: 15px
}

.blog-posts {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #fff
}

.blog-posts .blog-grid {
    box-shadow: 0 0 30px rgba(31, 45, 61, .125);
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    margin-top: 15px;
    margin-bottom: 15px
}

.blog-posts .blog-img {
    position: relative
}

.blog-posts .blog-img .date {
    position: absolute;
    background: #008003;
    color: #fff;
    padding: 8px 15px;
    left: 10px;
    top: 10px;
    border-radius: 4px
}

.blog-posts .blog-img .date span {
    font-size: 22px;
    display: block;
    line-height: 22px;
    font-weight: 700
}

.blog-posts .blog-img .date label {
    font-size: 14px;
    margin: 0
}

.blog-posts .blog-info {
    padding: 20px
}

.blog-aside .widget {
    box-shadow: 0 0 30px rgba(31, 45, 61, .125);
    border-radius: 5px;
    overflow: hidden;
    background: #eee;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #ddd;
}

.blog-aside .widget-body {
    padding: 15px
}

.blog-aside .widget-title {
    padding: 15px;
    border-bottom: 1px solid #eee
}

.blog-aside .widget-title h3 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 0
}

.blog-aside .latest-post-aside + .latest-post-aside {
    border-top: 1px solid #eee;
    padding-top: 10px;
    margin-top: 10px
}

.blog-aside .latest-post-aside .lpa-right {
    width: 90px
}

.blog-aside .latest-post-aside .lpa-right img {
    border-radius: 3px
}

.blog-aside .latest-post-aside .lpa-left {
    padding-right: 15px
}

.blog-aside .latest-post-aside .lpa-title h2 {
    margin: 0;
    font-size: 15px
}

.blog-aside .latest-post-aside .lpa-title a {
    color: #000;
    font-size: 18px;
    font-weight: 450;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}

.blog-aside .latest-post-aside .lpa-title a:hover {
    color: var(--primary-color)
}

.blog-aside .latest-post-aside .lpa-meta a {
    color: var(--primary-color);
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 10px
}

.widget-categories ul {
    padding-left: 20px
}

.widget-categories li {
    font-size: 18px;
    font-weight: 450;
    margin-bottom: 5px
}

.widget-categories li a {
    color: #000
}

.widget-categories li a:hover {
    color: var(--primary-color)
}

.blog-single {
    padding-top: 30px;
    padding-bottom: 30px
}

.article {
    box-shadow: 0 0 30px rgba(31, 45, 61, .125);
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    padding: 15px;
    margin: 15px 0 30px
}

.article .article-title {
    padding: 15px 0 20px
}

.article .article-categories {
    margin: 10px 0
}

.article .article-categories a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
    margin-right: 10px
}

.article .article-categories a:last-child {
    margin-right: 0
}

.article .article-categories a:hover {
    color: #000
}

.article .article-title h2 {
    color: #000;
    font-size: 22px;
    font-weight: 600
}

.article .article-content p {
    color: #000;
    font-size: 18px;
    font-weight: 400
}

.article .article-content h1,
.article .article-content h2,
.article .article-content h3,
.article .article-content h4,
.article .article-content h5,
.article .article-content h6 {
    color: #000;
    margin-bottom: 10px
}

.article .article-content blockquote {
    max-width: 600px;
    padding: 15px 0 30px 0;
    margin: 0
}

.article .article-content blockquote p {
    font-size: 20px;
    font-weight: 500;
    color: var(--primary-color);
    margin: 0
}

.article .article-content blockquote .blockquote-footer {
    color: var(--primary-color);
    font-size: 16px
}

.article .article-content blockquote .blockquote-footer cite {
    font-weight: 600
}

.article-comment {
    box-shadow: 0 0 30px rgba(31, 45, 61, .125);
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    padding: 20px
}

.article-comment h4 {
    color: #000;
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 22px
}

.footer-main {
    background-color: #006f1b;
    color: #fff;
    padding: 50px 0
}

.footer-main h4 {
    color: #fff
}

.widget {
    margin-bottom: 30px
}

.copyright-section .social-icons a {
    color: #fff;
    margin-right: 10px;
    font-size: 20px;
    transition: all linear .3s;
}
.footer-logo {
    max-width: 80px;
    width: 100%;
}
.widget ul {
    list-style: none;
    padding: 0
}

.widget ul li {
    margin-bottom: 10px
}

.widget a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease-in-out
}

.widget a:hover {
    color: var(--primary-color-2)
}

.copyright-section {
    background-color: #005b16;
    color: #fff;
    padding: 20px 0;
    text-align: center
}
.copyright-section a i:hover {
    color: var(--primary-color-2);
}

.copyright-section p {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0
}

@media (max-width:1199.98px) {
    .navbar .logo img {
        height: 2.3rem
    }
}

@media (max-width:400px) {
    .sidebar {
        width: 85%;
        left: -85%
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .fs-14 {
        font-size: 1.1rem
    }

    ol,
    li {
        margin-bottom: 5px
    }

    h1 {
        font-size: 1.2rem
    }

    h2 {
        font-size: 1rem
    }

    h3 {
        font-size: 1rem
    }

    h4 {
        font-size: 1rem
    }

    h5 {
        font-size: 1rem
    }

    h6 {
        font-size: 1rem
    }

    .fs-10 {
        font-size: .9rem
    }

    .fs-11 {
        font-size: 1rem
    }

    .fs-12 {
        font-size: 1.1rem
    }

    .fs-13 {
        font-size: 1.2rem
    }

    .fs-14 {
        font-size: 1.3rem
    }

    .fs-15 {
        font-size: 1.4rem
    }

    .fs-16 {
        font-size: 1.5rem
    }

    .fs-18 {
        font-size: 1.6rem
    }

    .fs-30 {
        font-size: 2rem
    }

    .fs-35 {
        font-size: 2.5rem
    }

    .fs-40 {
        font-size: 3rem
    }

    .fs-45 {
        font-size: 3.5rem
    }

    .fs-50 {
        font-size: 4rem
    }

    .sec-title {
        font-size: 1.5rem;
        margin-bottom: .5rem
    }

    .sec-desc {
        font-size: 1rem;
        line-height: 1.5
    }

    .wm-50 {
        max-width: 100%
    }

    .footer .footer-top {
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .tab-content img {
        width: 100% !important;
        height: auto !important
    }

    .slider-item img {
        height: auto
    }

    .title h2 {
        padding-bottom: 10px !important;
        border-bottom: solid 2px #999
    }

    .title h2:after {
        display: none
    }

    .title h2:before {
        display: none
    }

    .img-category h3 {
        margin-top: 5px;
        font-size: 1rem
    }

    .img-category {
        margin: 5px
    }

    .product-grid {
        margin: 0 0 15px
    }

    .copyright-section p {
        font-size: .8rem;
    }
}

@media (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
    .fs-14 {
        font-size: 1.1rem
    }

    ol,
    li {
        margin-bottom: 5px
    }

    h1 {
        font-size: 1.2rem
    }

    h2 {
        font-size: 1rem
    }

    h3 {
        font-size: 1rem
    }

    h4 {
        font-size: 1rem
    }

    h5 {
        font-size: 1rem
    }

    h6 {
        font-size: 1rem
    }

    .fs-10 {
        font-size: .9rem
    }

    .fs-11 {
        font-size: 1rem
    }

    .fs-12 {
        font-size: 1.1rem
    }

    .fs-13 {
        font-size: 1.2rem
    }

    .fs-14 {
        font-size: 1.3rem
    }

    .fs-15 {
        font-size: 1.4rem
    }

    .fs-16 {
        font-size: 1.5rem
    }

    .fs-18 {
        font-size: 1.6rem
    }

    .fs-30 {
        font-size: 2rem
    }

    .fs-35 {
        font-size: 2.5rem
    }

    .fs-40 {
        font-size: 3rem
    }

    .fs-45 {
        font-size: 3.5rem
    }

    .fs-50 {
        font-size: 4rem
    }

    .sec-title {
        font-size: 1rem;
        margin-bottom: .5rem
    }

    .sec-desc {
        font-size: 1rem;
        line-height: 1.5
    }

    .product-card .product-details h2 {
        font-size: .85rem;
        font-weight: 500;
        margin-bottom: .8rem
    }

    .wm-50 {
        max-width: 100%
    }

    .footer .footer-top {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }

    .tab-content img {
        width: 100% !important;
        height: auto !important
    }

    .slider-item img {
        height: auto
    }

    .title h2 {
        padding-bottom: 10px !important;
        border-bottom: solid 2px #999
    }

    .title h2:after {
        display: none
    }

    .title h2:before {
        display: none
    }

    .img-category h3 {
        margin-top: 5px;
        font-size: 1rem
    }

    .img-category {
        margin: 5px
    }

    .product-grid {
        margin: 0 0 15px
    }

    .copyright-section p {
        font-size: .8rem;
    }
}

@media (min-width:481px) and (max-width:767px) {
    .fs-14 {
        font-size: 1.1rem
    }

    ol,
    li {
        margin-bottom: 5px
    }

    h1 {
        font-size: 1.2rem
    }

    h2 {
        font-size: 1rem
    }

    h3 {
        font-size: 1rem
    }

    h4 {
        font-size: 1rem
    }

    h5 {
        font-size: 1rem
    }

    h6 {
        font-size: 1rem
    }

    .fs-10 {
        font-size: .9rem
    }

    .fs-11 {
        font-size: 1rem
    }

    .fs-12 {
        font-size: 1.1rem
    }

    .fs-13 {
        font-size: 1.2rem
    }

    .fs-14 {
        font-size: 1.3rem
    }

    .fs-15 {
        font-size: 1.4rem
    }

    .fs-16 {
        font-size: 1.5rem
    }

    .fs-18 {
        font-size: 1.6rem
    }

    .fs-30 {
        font-size: 2rem
    }

    .fs-35 {
        font-size: 2.5rem
    }

    .fs-40 {
        font-size: 3rem
    }

    .fs-45 {
        font-size: 3.5rem
    }

    .fs-50 {
        font-size: 4rem
    }

    .sec-title {
        font-size: 1rem;
        margin-bottom: .5rem
    }

    .sec-desc {
        font-size: 1rem;
        line-height: 1.5
    }

    .product-card .product-details h2 {
        font-size: .85rem;
        font-weight: 500;
        margin-bottom: .8rem
    }

    .wm-50 {
        max-width: 100%
    }

    .footer .footer-top {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }

    .tab-content img {
        width: 100% !important;
        height: auto !important
    }

    .slider-item img {
        height: auto
    }

    .title h2 {
        padding-bottom: 10px !important;
        border-bottom: solid 2px #999
    }

    .title h2:after {
        display: none
    }

    .title h2:before {
        display: none
    }

    .img-category h3 {
        margin-top: 5px;
        font-size: .9rem
    }

    .img-category {
        margin: 5px
    }

    .product-grid {
        margin: 0 0 10px
    }

    .copyright-section p {
        font-size: .8rem;
    }
    
     .btn-theme-color-g {
  padding: 5px 80px;
}
}

@media (min-width:320px) and (max-width:480px) {
    .product-card .product-details h2 {
        font-size: .85rem;
        font-weight: 500;
        margin-bottom: .8rem
    }

    .fs-14 {
        font-size: 1.1rem
    }

    ol,
    li {
        margin-bottom: 5px
    }

    .size-radios-main label,
    .size-radios label {
        padding: 5px 8px;
        margin: 0 .3rem .3rem 0
    }

    h1 {
        font-size: 1.2rem
    }

    h2 {
        font-size: 1rem
    }

    h3 {
        font-size: 1rem
    }

    h4 {
        font-size: 1rem
    }

    h5 {
        font-size: 1rem
    }

    h6 {
        font-size: 1rem
    }

    .fs-10 {
        font-size: .9rem
    }

    .fs-11 {
        font-size: 1rem
    }

    .fs-12 {
        font-size: 1.1rem
    }

    .fs-13 {
        font-size: 1.2rem
    }

    .fs-14 {
        font-size: 1.3rem
    }

    .fs-15 {
        font-size: 1.4rem
    }

    .fs-16 {
        font-size: 1.5rem
    }

    .fs-18 {
        font-size: 1.6rem
    }

    .fs-30 {
        font-size: 2rem
    }

    .fs-35 {
        font-size: 2.5rem
    }

    .fs-40 {
        font-size: 3rem
    }

    .fs-45 {
        font-size: 3.5rem
    }

    .fs-50 {
        font-size: 4rem
    }

    .sec-title {
        font-size: 1rem;
        margin-bottom: .5rem
    }

    .sec-desc {
        font-size: 1rem;
        line-height: 1.5
    }

    .product-card .product-details h2 {
        font-size: .85rem;
        font-weight: 500;
        margin-bottom: .8rem
    }

    .wm-50 {
        max-width: 100%
    }

    .footer .footer-top {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }

    .tab-content img {
        width: 100% !important;
        height: auto !important
    }

    .slider-item img {
        height: auto
    }

    .title h2 {
        padding-bottom: 10px !important;
        border-bottom: solid 2px #999
    }

    .title h2:after {
        display: none
    }

    .title h2:before {
        display: none
    }

    .img-category h3 {
        margin-top: 5px;
        font-size: .9rem
    }

    .img-category {
        margin: 5px
    }

    .product-grid {
        margin: 0 0 10px
    }

    .copyright-section p {
        font-size: .8rem;
    }
    
    .btn-theme-color-g {
  padding: 5px 80px;
}
}