.container-fluid {
    width: 100%;
    padding-right: var(--bs-gutter-x,.0rem);
    padding-left: var(--bs-gutter-x,.0rem);
    margin-right: auto;
    margin-left: auto;
}
.form-control,
.custom-select {
    width: 100%;
    height: 45px;
    padding: 0 15px;
    color: #999999;
    border: 1px solid #dddddd;
    margin-bottom: 15px
}
.form-control:focus,
.custom-select:focus {
    box-shadow: none;
    border-color: #B5D266;
}
.text-secondary2 {
    font-weight: normal;
    font-size: .9rem;
    color: black !important;
}
button.btn {
    color: #fff;
    background-color: #B5D266;
    border-color: #B5D266;
}
button.btn-signup {
    color: #fff;
    background-color: #3f4347;
    border-color: #3f4347;
}
/* Topbar Start */
.top-bar {
    background-color: #fff;
}
.top-bar-phone {
    text-align: left;
    margin: 30px 0 25px 0;
}
.top-bar-phone i {
    color: #B5D266;
    font-size: 25px;
    margin-right: 10px;
}
.top-bar-logo {
    text-align: center;
    margin: 15px 0 10px 0; 
}
.top-bar-logo a {
    text-decoration: none;
    font-family: 'Ephesis', cursive;     
}
.top-bar-social {
    text-align: right;
    margin: 30px 0 25px 0;
}
.text-secondary {
    color: #B5D266 !important;
    font-weight: 600;
    font-size: 60px; 
}
.top-bar-logo a h1 {
    color: #3f4347 !important;
    font-weight: 600;
    font-size: 60px; 
}
.btn-primary {
    color: #fff;
    background-color: #B5D266;
    border-color: #B5D266;
}
.btn-primary:hover {
    color: #3f4347;
    background-color: #fff;
    border-color: #3f4347;
}
.btn-square {
    width: 36px;
    height: 36px;
}

/* Bottom Bar Start  */
.nav-link.login {
    display: block;
    padding: 0.5rem 1rem;
    background-color: #fff;
    padding: 30px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #B5D266;
    text-transform: uppercase;
    transition: .5s;
}
.nav-link.login:hover {
    display: block;
    padding: 0.5rem 1rem;
    background-color: #fff;
    padding: 30px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #3f4347;
    text-transform: uppercase;
    transition: .5s;
}
.bottom-bar {
    background: #ffffff;
}
.bottom-bar-container {
    text-align: center;
}
.bottom-bar .search {
    width: 100%;
    margin-top: 23px;
}
.bottom-bar .search input[type=text] {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    color: #666666;
    border: 1px solid #B5D266;
    border-radius: 4px;
}
.bottom-bar .search button {
    position: absolute;
    width: 40px;
    height: 38px;
    margin-top: 1px;
    margin-left: -41px;
    padding: 0 15px;
    border: none;
    background: none;
    color: #B5D266;
    border-radius: 0 2px 2px 0;
}
.bottom-bar .search button:hover {
    background: #B5D266;
    color: #ffffff;
}
.bottom-bar .user {
    font-size: 0;
    text-align: right;
    margin-top: 18px;
}
.bottom-bar .user .wishlist {
    margin-right: 15px;
    margin-top: 6px;
}
.bottom-bar .user .cart {
    margin-top: 6px;
}
.bottom-bar .user .cart i,
.bottom-bar .user .wishlist i {
    color: #B5D266;
}
.bottom-bar .user .cart span,
.bottom-bar .user .wishlist span {
    color: #B5D266;
    font-size: 15px;
}
.bottom-bar .user .cart:hover i,
.bottom-bar .user .wishlist:hover i,
.bottom-bar .user .cart:hover span,
.bottom-bar .user .wishlist:hover span {
    color: #fff;
}
.btn.wishlist, .btn.cart {
    color: #B5D266;
    background: #ffffff;
    border: 1px solid #B5D266;
}
.btn.wishlist:hover {
    color: #fff;
    background: #B5D266;
    border: 1px solid #fff;
}
.btn.cart:hover {
    color: #fff;
    background: #B5D266;
    border: 1px solid #fff;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
  
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
  }
  
  .tooltip:hover .tooltiptext {
    visibility: visible;
  }


/* Navbar Start */
.bg-primary {
    background-color: #3f4347 !important;
}
.px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}
.navbar-dark .navbar-nav .nav-link {
    padding: 30px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: .5s;
}
.nav-link:hover {
    display: block;
    padding: 0.5rem 1rem;
    background-color: #B5D266;
    padding: 30px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: .5s;
}
.dropdown-submenu {
    position: relative;
  }
  .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
  }
  .navbar-nav li:hover > ul.dropdown-menu {
      display: block;
  }


/* Footer Start */
footer {
    background: #3f4347;
}
.footer-container-left {
    margin: 50px 0 50px 0;
}
.footer-container-left h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}
.contact-info i {
    color: #fff;
    margin-right: 15px;
}
.contact-info p {
    color: #fff;
    font-size: 18px;
}

.btn-square, .btn-sm-square, .btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.d-flex a {
    background: #B5D266;
}
.d-flex a i {
    width: 36px;
    height: 36px;
}
.footer-container-left ul {
    list-style: none;
}
.footer-container-left ul li {
    margin-bottom: 12px;
}
.footer-container-left ul li a {
    color: #fff;
    white-space: nowrap;
    display: block;
    line-height: 23px;
    transition: all .3s;
    text-decoration: none;
    font-size: 18px;
}
.footer-container-left ul li a::before {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding-right: 5px;
}
.footer-container-left ul li a:hover {
    color: #B5D266;
}
.footer-container-left ul li a:hover::before {
    content: '\f101';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.footer-container-right {
    margin: -50px 0;
    background-color: #B5D266 !important;
    padding: 90px 0 50px 50px;
}
.footer-container-right h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}
.footer-container-right h6 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.input-group {
    padding-right: 6px;
    margin-left: -20px;
    margin-bottom: 41px;
    margin-top: 99px;
}
.footer-bottom {
    position: relative;
    padding: 25px 0;
    background: #f5f5dc;
}
.footer-bottom .template-by p {
    float: right;
}
.footer-bottom .copyright p, .footer-bottom .template-by p {
    color: #000;
    font-weight: 400;
    margin: 0;
}
.btn-signup {
    color: #fff;
    background-color: #3f4347;
    border-color: #3f4347;
    height: 45px;
}
.btn-signup:hover {
    color: #B5D266;
    background-color: #3f4347;
    border-color: #3f4347;
    height: 45px;
}

/*Cart Start*/
.cart-page {
    position: relative;
    margin-top: 70px;
    margin-bottom: 100px;
}
.cart-page .cart-page-inner {
    padding: 30px;
    margin-bottom: 30px;
    background: #f5f5dc;
}
.cart-page .table {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}
.cart-page-info {
    margin-top: 50px;
}
.cart-page .table .thead-dark th {
    font-family: 'Source Code Pro', monospace;
    font-size: 18px;
    font-weight: 700;
    color: #3f4347;
    text-align: center;
    background: transparent;
    border-color: #dddddd;
    border-bottom: none;
    vertical-align: middle;
}
.cart-page .table td {
    font-size: 16px;
    vertical-align: middle;
}
.cart-page .table .img {
    display: flex;
    align-items: center;
}
.cart-page .table .img img {
    max-width: 60px;
    max-height: 60px;
    margin-right: 15px;
}
.cart-page .table .img p {
    display: inline-block;
    text-align: left;
    margin: 0;
}
.cart-page .table .qty {
    display: inline-block;
    width: 100px;
    font-size: 0;
}
.cart-page .table button {
    width: 30px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    background: #B5D266;
    border: none;
    border-radius: 4px;
}
.cart-page .table button.btn-minus {
    border-radius: 4px 0 0 4px;
}
.cart-page .table button.btn-plus {
    border-radius: 0 4px 4px 0;
}
.cart-page .table button.btn-cart {
    width: auto;
}
.cart-page .table input {
    width: 40px;
    height: 30px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    background: #000;
    border: none;
}
.cart-page .coupon {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    font-size: 0;
}
.cart-page .coupon input {
    width: calc(100% - 135px);
    height: 40px;
    padding: 0 15px;
    font-size: 16px;
    color: #999999;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    margin-right: 15px;
    transition: all .3s;
}
.cart-page .coupon input:focus {
    border-color: #B5D266;
}
.cart-page .coupon button {
    width: 120px;
    height: 40px;
    padding: 2px 0;
    font-size: 16px;
    text-align: center;
    color: #B5D266;
    background: #ffffff;
    border: 1px solid #B5D266;
    border-radius: 4px;
}
.cart-page .coupon button:hover {
    color: #ffffff;
    background: #B5D266;
}
.cart-page .cart-summary {
    position: relative;
    width: 100%;
}
.cart-page .cart-summary .cart-content {
    padding: 30px;
    background: #f3f6ff;
}
.cart-page .cart-summary .cart-content h1 {
    font-size: 22px;
    margin-bottom: 20px;
}
.cart-page .cart-summary .cart-content p span,
.cart-page .cart-summary .cart-content h2 span {
    float: right;
}
.cart-page .cart-summary .cart-content h2 {
    font-size: 20px;
    font-weight: 600;
    padding-top: 12px;
    border-top: 1px solid #dddddd;
    margin: 0;
}
.cart-page .cart-summary .cart-btn button  {
    margin-top: 15px;
    width: calc(50% - 15px);
    height: 50px;
    padding: 2px 10px;
    text-align: center;
    color: #ffffff;
    background: #B5D266;
    border: none;
    border-radius: 4px;
}
.cartbutton {
    color: #fff;
    text-decoration: none;
}
.cart-page .cart-summary .cart-btn button:hover {
    color: #B5D266;
    background: #000;
}
.cart-page .cart-summary .cart-btn button:first-child  {
    margin-right: 25px;
    color: #B5D266;
    background: #ffffff;
    border: 1px solid #B5D266;
}
.cart-page .cart-summary .cart-btn button:first-child:hover {
    color: #ffffff;
    background: #B5D266
    ;
}

/*Wishlist Start*/
.wishlist-page {
    position: relative;
    padding: 30px 0;
    margin-bottom: 100px;
}
.wishlist-page .wishlist-page-inner {
    padding: 30px;
    background: #ffffff;
}
.wishlist-page .table {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}
.wishlist-page .table .thead-dark th {
    font-family: 'Source Code Pro', monospace;
    font-size: 18px;
    font-weight: 700;
    color: #3f4347;
    text-align: center;
    background: transparent;
    border-color: #dddddd;
    border-bottom: none;
    vertical-align: middle;
}
.wishlist-page .table td {
    font-size: 16px;
    vertical-align: middle;
}
.wishlist-page .table .img {
    display: flex;
    align-items: center;
}
.wishlist-page .table .img img {
    max-width: 60px;
    max-height: 60px;
    margin-right: 15px;
}
.wishlist-page .table .img p {
    display: inline-block;
    text-align: left;
    margin: 0;
}
.wishlist-page .table .qty {
    display: inline-block;
    width: 100px;
    font-size: 0;
}
.wishlist-page .table button {
    width: 30px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    background: #B5D266;
    border: none;
    border-radius: 4px;
}
.wishlist-page .table button.btn-minus {
    border-radius: 4px 0 0 4px;
}
.wishlist-page .table button.btn-plus {
    border-radius: 0 4px 4px 0;
}
.wishlist-page .table button.btn-cart {
    width: auto;
}
.wishlist-page .table input {
    width: 40px;
    height: 30px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    background: #000;
    border: none;
}

/*Checkout Start*/
.checkout {
    position: relative;
    padding-top: 30px;
}
.checkout .checkout-inner {
    margin-bottom: 30px;
    padding: 30px;
    background: #ffffff;
}
.checkout .billing-address,
.checkout .shipping-address {
    position: relative;
    width: 100%;
}
.checkout .shipping-address {
    display: none;
    margin-top: 30px;
}
.checkout .billing-address h2,
.checkout .shipping-address h2 {
    font-size: 25px;
    margin-bottom: 20px;
}
.checkout .checkout-summary,
.checkout .checkout-payment {
    position: relative;
    width: 100%;
}
.checkout .checkout-summary h1,
.checkout .checkout-payment h1 {
    font-size: 25px;
    margin-bottom: 20px;
}
.checkout .checkout-summary,
.checkout .checkout-payment .payment-methods {
    padding: 30px;
    background: #f3f6ff;
    margin-bottom: 30px;
}
.checkout .checkout-summary p.sub-total,
.checkout .checkout-summary p.ship-cost {
    padding-top: 15px;
    border-top: 1px solid #dddddd;
}
.checkout .checkout-summary p span,
.checkout .checkout-summary h2 span {
    float: right;
}
.checkout .checkout-summary h2 {
    font-size: 20px;
    padding-top: 12px;
    border-top: 1px solid #dddddd;
    margin: 0;
}
.checkout .checkout-payment .payment-methods .payment-content {
    display: none;
}
.checkout .checkout-payment .checkout-btn button {
    width: 100%;
    height: 50px;
    padding: 2px 10px;
    font-family: 'Source Code Pro', monospace;
    font-weight: 700;
    font-size: 25px;
    text-align: center;
    color: #000;
    background: #B5D266;
    border: none;
    border-radius: 4px;
    transition: all .3s;
}
.checkout .checkout-payment .checkout-btn button:hover {
    color: #B5D266;
    background: #000;
}

/*My Account Start*/
.my-account {
    position: relative;
    padding: 30px 0;
}
.my-account .nav.nav-pills .nav-link {
    padding: 10px 15px;
    color: #3f4347;
    background: #ffffff;
    border-radius: 0;
    border-bottom: 1px solid #dddddd;
    transition: all .3s;
}
.my-account .nav.nav-pills .nav-link:last-child {
    border-bottom: none;
}
.my-account .nav.nav-pills .nav-link:hover,
.my-account .nav.nav-pills .nav-link.active {
    color: #ffffff;
    background: #B5D266;
}
.my-account .nav.nav-pills .nav-link i {
    margin-right: 5px;
}
.my-account .tab-content {
    padding: 30px;
    background: #ffffff;
}
.my-account .tab-content .table {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}
.my-account .tab-content .table .thead-dark th {
    text-align: center;
    color: #3f4347;
    background: #ffffff;
    border-color: #dddddd;
    border-bottom: none;
    vertical-align: middle;
}
.my-account .tab-content .table td {
    vertical-align: middle;
}

/*Login-Register Start*/
.login {
    position: relative;
    padding-top: 5px;
}
.login .login-form,
.login .register-form {
    padding: 30px;
    background: #ffffff;
    margin-bottom: 30px;
}
.custom-control {
    margin-bottom: 20px;
}

.msgp {
    text-align: center;
    color: darkred;
    font-size: 20px;
}

/* Blog Page Start */
.blog-category-page {
    margin-top: 50px;
    margin-bottom: 100px;
}
.blog-item-category {
    margin-bottom: 25px;
}
.blog-item-category img {
    width: 100%;
    transition: .5s;
    position: relative;
}
.blog-item-category:hover img {
    transform: scale(1.2);
}
.blog-overlay-category {
    position: absolute;
    padding: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    z-index: 1;
}
.blog-overlay-category h4 {
    text-decoration: none;
    color: #fff;
    padding: 10px;
}
.blog-item-category a {
    position: absolute;
    padding: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    z-index: 1;
    text-decoration: none;
    background: linear-gradient(rgba(52, 173, 84, 0), rgba(54, 36, 25, 1));   
}
.blog-item-category a h4 {
    color: #fff;
}
.blog-category-page-image img {
    width: 100%;
}
.blog-category-page-info {
    margin-top: 20px;
    margin-bottom: 20px;
}
.blog-category-page-image-litl img {
    width: 100%;
    text-align: center;
    padding: 0 50px;
}
.blog-relates {
    margin-top: 40px;
}
.blog-category-page-info-ul ul {
    margin-top: 20px;
}
.blog-category-page-info-ul ul h5 {
    margin-bottom: 10px;
}
.blog-category-page-info-ul ul li {
    margin-left: 50px;
}
.adres-container {
    margin-top: 40px;
}
.my-account {
    margin-bottom: 100px;
}

/* Category Start */
.category {
    margin-top: 50px;
    margin-bottom: 50px;   
}
.page-container-title {
    background: #f5f5dc;
    text-align: center;
}
.page-container-title h1 {
    padding: 15px 0;
    color: #3f4347;
}
.category-product {
    margin-top: 50px;
    margin-bottom: 100px;
}

/* Featured Category Start */
.featured-category {
    position: relative;
    padding: 30px 0;
    margin-bottom: 50px;
}
.mushrooms-product, .vegetables-product {
    position: relative;
    margin-bottom: 50px;
}
.category .section-header {
    margin-bottom: 30px;
    padding: 20px 30px 15px 30px;
    color: #3f4347;
    background: #fff;
}
.category .section-header h1 {
    font: 2.43em/1em "Playball", sans-serif;
}
.category .section-header::before {
    position: absolute;
    content: "";
    top: 33px;
    left: 133px;
    width: 100px;
    height: 5px;
    background: #B5D266;
}
.category .section-header::after {
    position: absolute;
    content: "";
    top: 35px;
    left: 133px;
    width: 100px;
    height: 1px;
    background: #3f4347;
  }
.category .slick-prev,
.category .slick-next {
    top: -75px;
    width: 30px;
    height: 30px;
    z-index: 1;
    transition: .5s;
    color: #3f4347;
    background: #ffffff;
    border: 1px solid #3f4347;
    border-radius: 4px;
}
.category .slick-prev {
    left: calc(100% - 120px);
}
.category .slick-next {
    right: 45px;
}
.category .slick-prev:hover,
.category .slick-prev:focus,
.category .slick-next:hover,
.category .slick-next:focus {
    background: #3f4347;
}
.category .slick-prev::before,
.category .slick-next::before {
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    font-weight: 900;
    color: #3f4347;
}
.category .slick-prev::before {
    content: "\f104";
}
.category .slick-next::before {
    content: "\f105";
}
.category .slick-prev:hover::before,
.category .slick-prev:focus::before,
.category .slick-next:hover::before,
.category .slick-next:focus::before {
    color: #ffffff;
}
.single-menu {
    background:#fff;
    border-radius:10px;
    padding:10px;
    margin-top:20px;
    margin: 0 10px;
    border: 2px #B5D266 solid;
}
.single-menu .category-title {
    padding: 15px;
    text-align: center;
    background: #B5D266;
    transition: all .3s;
}
.category-title a {
    text-decoration: none;
    color: #f5f5dc;
    font-size: 20px;
}
.category-title a:hover {
    text-decoration: none;
    color: #3f4347;
    font-size: 20px;
}
.menu-image img {
    width: 100%;
    border-radius: 50%;
}
.menu-image {
    padding: 20px;
    margin-bottom: 10px;
}
.menu-image img::before {
    position: absolute;
  content: "";
  top: 15px;
  right: 0;
  bottom: -15px;
  left: 0;
  background: #B5D266;
  padding: 10px;
  margin-bottom: 10px;
}
.single-menu:hover .menu-image img {
    transform: rotate(360deg);
    transition: 1s;
}

/*Newsletter CSS Start*/
.newsletter {
    position: relative;
    padding: 30px 0;
    background: #3f4347;
    margin-bottom: 50px;
}
.newsletter h1 {
    color: #ffffff;
    font-size: 30px;
    margin: 0;
}
.newsletter .form {
    position: relative;
    max-width: 400px;
    margin: 0 0 0 auto;
}
.newsletter .form input {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    color: #666666;
    border: 1px solid #ffffff;
    border-radius: 4px;
}
.newsletter .form button {
    position: absolute;
    width: 80px;
    height: 40px;
    top: 0;
    right: 0;
    padding: 0 15px;
    border: none;
    background: #3f4347;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0 4px 4px 0;
}
.newsletter .form button:hover {
    color: #B5D266;
    background: #3f4347;
}

/* Best Prices Product Start */
.section-header h2 {
    font-size: 40px;
    font: 2.43em/1em "Playball", sans-serif;
}

/*Product Item CSS Start*/
.product-item {
    position: relative;
    padding: 10px;
}
.product-item .product-title {
    padding: 15px;
    text-align: center;
    background: #B5D266;
    transition: all .3s;
    height: 100px;
}
.product-item:hover .product-title {
    background: rgba(181, 210, 102, .7);
}
.product-item .product-title a,
.product-item .product-title .ratting {
    position: relative;
    width: 100%;
}
.product-item .ratting {
    padding: 15px;
    text-align: center;
    background: #B5D266;
    transition: all .3s;
    border-top: 1px #E5E4E2 solid;
}
.product-item:hover .ratting {
    background: rgba(181, 210, 102, .7);
}
.product-item .ratting {
    position: relative;
    width: 100%;
}
.product-item .product-title a {
    margin-bottom: 5px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}
.product-item .product-title .ratting i {
    font-size: 14px;
    color: #fff;
}
.product-item .product-content .price span {
    margin-left: 12px;
    text-decoration: line-through;
    font-weight: 700;
    color: #999999;
}
.product-item:hover .product-title a,
.product-item:hover .product-title .ratting i {
    color: #ffffff;
}
.product-item  .ratting i {
    font-size: 14px;
    color: #fff;
}
.product-item:hover .ratting i {
    color: #ffffff;
}
.product-item:hover .product-content .price span {
    color: #dddddd;
}
.product-item .product-image {
    position: relative;
    overflow: hidden;
}
.product-item .product-image a {
    display: block;
    background: #ffffff;
    transition: .3s;
}
.product-item .product-image img {
    width: 100%; 
    transition: all .3s;
}
.product-item:hover .product-image img {
    transform: scale(1.2);
}
.product-item .product-image .product-action {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(181, 210, 102, .5);
    transition: all .3s;
    font-size: 0;
    z-index: 1;
    opacity: 0;
}
.product-item:hover .product-image .product-action {
    opacity: 1; 
}
.product-item .product-image .product-action a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    padding: 7px 0 10px 0;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    background: #B5D266;
    border: 1px solid #ffffff;
    border-radius: 4px;
    transition: all .3s;
    margin-top: 50px;
}
.product-item:hover .product-image .product-action a {
    margin-top: 0;
}
.product-item .product-image .product-action a:last-child {
    margin-right: 0;
}
.product-item .product-image .product-action a:hover {
    color: #B5D266;
    background: #ffffff;
    border: 1px solid #B5D266;
}
.product-item .product-price {
    padding: 8px;
    background: #E5E4E2;
    transition: all .3s;
}
.product-item:hover .product-price {
    background: #B5D266;
}

.product-item .product-price h3 {
    display: inline-block;
    color: #000;
    margin: 0;
}
.product-item .product-price h3 span {
    font-size: 16px;
}
.product-item .product-price .btn {
    float: right;
    border: none;
    color: #000;
    background: #B5D266;
    font-size: 15px;
    padding: 7px 6px;
}
.product-item:hover .product-price .btn,
.product-item .product-price .btn:hover {
    color: #B5D266;
    background: #ffffff;
}
.product-item .product-price .btn i {
    margin-right: 5px;
}

/*Product View CSS Start*/
.product-view {
    position: relative;
    width: 100%;
    padding: 30px 0;
}
.product-view .product-view-top {
    padding: 30px;
    margin-bottom: 30px;
    background: #ffffff;
}
.product-description-img img {
    width: 100%;
}
.product-view .product-search {
    position: relative;
    width: 100%;
}
.product-view .product-search input {
    width: 100%;
    height: 35px;
    padding: 0 15px;
    color: #999999;
    background: transparent;
    border: 1px solid #3f4347;
    border-radius: 4px;
    transition: all .3s;
}
.product-view .product-search input:focus {
    border-color: #B5D266;
}
.product-view .product-search button {
    position: absolute;
    width: 35px;
    height: 33px;
    top: 1px;
    right: 1px;
    text-align: center;
    background: transparent;
    color: #3f4347;
    border: none;
    border-radius: 0 4px 4px 0;
    transition: all .3s;
}
.product-view .product-search button i {
    font-size: 16px;
}
.product-view .product-search button:hover {
    background: #B5D266;
    color: #ffffff;
}
.product-view .product-short,
.product-view .product-price-range {
    position: relative;
    width: 100%;
    text-align: right;
}
.product-view .product-short .dropdown .dropdown-toggle,
.product-view .product-price-range .dropdown .dropdown-toggle {
    display: block;
    width: 100%;
    height: 35px;
    padding: 5px 10px;
    background: transparent;
    border: 1px solid #3f4347;
    text-align: left;
    border-radius: 4px;
    cursor: pointer;
    transition: all .3s;
}
.product-view .product-short .dropdown .dropdown-toggle:hover,
.product-view .product-price-range .dropdown .dropdown-toggle:hover {
    color: #B5D266;
    border-color: #B5D266;
}
.product-view .product-short .dropdown .dropdown-toggle::after,
.product-view .product-price-range .dropdown .dropdown-toggle::after {
    float: right;
    margin-top: 10px;
}
.product-view .product-short .dropdown-menu,
.product-view .product-price-range .dropdown-menu {
    margin: -1px 0 0 0;
    border-radius: 0;
}
.product-view .product-item {
    margin-bottom: 30px;
}
.product-view .pagination {
    margin: 0;
}
.product-view .pagination .page-item .page-link {
    color: #3f4347;
    background: transparent;
    border-color: #3f4347;
}
.product-view .pagination .page-item:hover .page-link,
.product-view .pagination .page-item.active .page-link {
    color: #B5D266;
    background: #000;
}

/*Product Detail CSS Start*/
.product-detail {
    position: relative;
    width: 100%;
    padding: 30px 0;
    margin-bottom: 100px;
}
.product-detail .product-detail-top,
.product-detail .product-detail-bottom {
    margin-bottom: 30px;
}
.product-detail .product-detail-top {
    padding: 0;
    background: #ffffff;
}
.product-mage img {
    width: 100%;
}
.product-detail .product-slider-single img {
    width: 100%;
    padding: 30px;
}
.product-detail .product-slider-single-nav {
    margin: 15px 30px 30px 30px;
    border: 3px double #B5D266;
}
.product-detail .product-slider-single-nav .slider-nav-img {
    border-right: 1px solid #B5D266;
    overflow: hidden;
}
.product-detail .product-slider-single-nav img {
    width: 100%;
    transition: all .3s;
}
.product-detail .product-slider-single-nav img:hover {
    transform: scale(1.2);
}
.product-detail .product-content,
.product-detail .product-content .title,
.product-detail .product-content .ratting,
.product-detail .product-content .price,
.product-detail .product-content .details,
.product-detail .product-content .quantity,
.product-detail .product-content .action {
    position: relative;
    width: 100%;
}
.product-detail .product-content {
    padding: 0 30px;
    margin-left: 0px;
}
.product-detail .product-content .title h2 {
    font-size: 25px;
    margin-bottom: 5px;
}
.product-detail .product-content .ratting {
    margin-bottom: 10px;
}
.product-detail .product-content .ratting i {
    color: #B5D266;
    font-size: 16px;
}
.product-detail .product-content .price,
.product-detail .product-content .quantity,
.product-detail .product-content .p-size,
.product-detail .product-content .p-color {
    margin-bottom: 15px;
}
.product-detail .product-content .price h4,
.product-detail .product-content .quantity h4,
.product-detail .product-content .p-size h4,
.product-detail .product-content .p-color h4 {
    display: inline-block;
    width: 80px;
    font-size: 18px;
    font-weight: 700;
    margin-right: 5px;
}
.product-detail .product-content .price p {
    display: inline-block;
    color: #B5D266;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}
.product-detail .product-content .price span {
    color: #999999;
    text-decoration: line-through;
    margin-left: 12px;
}
.product-detail .product-content .quantity .qty {
    display: inline-block;
    font-size: 0;
}
.product-detail .product-content .quantity button {
    width: 30px;
    height: 30px;
    padding: 2px 0;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    background: #B5D266;
    border: none;
}
.product-detail .product-content .quantity button.btn-minus {
    border-radius: 4px 0 0 4px;
}
.product-detail .product-content .quantity button.btn-plus {
    border-radius: 0 4px 4px 0;
}
.product-detail .product-content .quantity input {
    width: 40px;
    height: 30px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    background: #3f4347;
    border: none;
}
.product-detail .product-content .action a:first-child {
    margin-right: 11px;
}
.product-detail .product-content .action a i {
    margin-right: 5px;
}
.product-detail .nav.nav-pills .nav-link {
    color: #B5D266;
    background: #3f4347;
    border-radius: 0;
    transition: all .3s;
    padding: 20px 0;
}
.product-detail .nav.nav-pills .nav-link:hover,
.product-detail .nav.nav-pills .nav-link.active {
    color: #000;
    background: #B5D266;
    padding: 20px 0;
}
.product-detail .tab-content {
    background: #ffffff;
    padding: 25px 15px 15px 15px;
}
.product-detail .tab-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.product-detail .tab-content ul li {
    margin-bottom: 10px;
}
.product-detail .tab-content ul li::before {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding-right: 5px;
}
.product-detail .tab-content .reviews-submitted {
    position: relative;
    margin-bottom: 45px;
}
.product-detail .tab-content .reviewer {
    color: #B5D266;
    font-size: 18px;
    font-weight: 600;
}
.product-detail .tab-content .reviewer span {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
}
.product-detail .tab-content .ratting {
    color: #B5D266;
    margin-bottom: 15px;
}
.product-detail .tab-content .reviews-submit .ratting {
    font-size: 24px;
}
.product-detail .tab-content .form input {
    width: 100%;
    height: 35px;
    padding: 0 15px;
    color: #666666;
    border: 1px solid #dddddd;
    border-radius: 4px;
    margin-bottom: 15px;
}
.product-detail .tab-content .form textarea {
    width: 100%;
    height: 80px;
    padding: 6px 15px;
    color: #666666;
    border: 1px solid #dddddd;
    border-radius: 4px;
    margin-bottom: 15px;
}
.product-detail .tab-content .form button {
    display: inline-block;
    height: 35px;
    padding: 0 15px;
    color: #B5D266;
    background: #ffffff;
    border: 1px solid #B5D266;
    border-radius: 4px;
    margin-bottom: 15px;
    transition: all .3s;
}
.product-detail .tab-content .form button:hover {
    color: #ffffff;
    background: #B5D266;
}

/*Call to Action Start*/
.call-to-action {
    position: relative;
    padding: 30px 0;
    background: #3f4347;
    margin-bottom: 20px;
}
.call-to-action .col-md-6:last-child {
    text-align: right;
}
.call-to-action h1 {
    color: #ffffff;
    font-size: 30px;
    margin: 0;
}
.call-to-action a {
    display: inline-block;
    padding: 0 20px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    color: #ffffff;
    font-size: 30px;
    letter-spacing: 2px;
    transition: all .3s;
    text-decoration: none;
}
.call-to-action a:hover {
    color: #B5D266;
    border-color: #B5D266;
}

/* Blog Start  */
.blog-container {
    margin-bottom: 100px;
}
.blog-container-title {
    text-align: center;
    margin-bottom: 50px;
}
.blog-container-title h6 {
    color: #3f4347;
    font-size: 20px;
    margin-bottom: 20px;
}
.blog-container-title h2 {
    font-size: 50px;
    margin-bottom: 10px;
    font-weight: 700;
}
.blog-item img {
    width: 100%;
    transition: .5s;
    position: relative;
}
.blog-item:hover img {
    transform: scale(1.2);
}
.blog-overlay {
    position: absolute;
    padding: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background: linear-gradient(rgba(52, 173, 84, 0), rgba(54, 36, 25, 1));
    z-index: 1;
}
.blog-overlay h4 {
    text-decoration: none;
    color: #fff;
}
.blog-item a {
    position: absolute;
    padding: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background: linear-gradient(rgba(52, 173, 84, 0), rgba(54, 36, 25, 1));
    z-index: 1;
    text-decoration: none;
}
.blog-item a h4 {
    color: #fff;
}

/* About Start */
.about-container {
    margin-bottom: 100px;
    margin-top: 50px;
}
.about-container-info {
    padding: 20px;
}
.about-container-info h3 {
    color: #B5D266;
}
.about-container-info h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}
.about-container-info p {
    font-size: 18px;
}
.about-container-image {
    padding: 35px;
}
.about-container-image img {
    width: 100%;
    margin-top: 70px;
}

/* Contact Start */
.contact {
    margin-top: 50px;
    margin-bottom: 50px;   
}
.contact .contact-info,
.contact .contact-form,
.contact .contact-map {
    height: 100%;
    padding: 30px;
    background: #ffffff;
    border-bottom: 30px solid #f3f6ff;
}
.contact .contact-info h2 {
    margin-bottom: 15px;
}
.contact .contact-info h3 {
    margin-bottom: 15px;
    font-size: 18px;
}
.contact .contact-info h3 i {
    width: 20px;
    color: #B5D266;
    margin-right: 5px;
}
.contact .social {
    position: relative;
    width: 100%;
}
.contact .social a {
    display: inline-block;
    margin: 10px 10px 0 0;
    width: 40px;
    height: 40px;
    padding: 5px 0;
    text-align: center;
    font-size: 18px;
    border: 1px solid #B5D266;
    border-radius: 4px;
}
.contact .social a i {
    color: #B5D266;
}
.contact .social a:hover {
    background: #B5D266;
}
.contact .social a:hover i {
    color: #ffffff;
}
.contact .contact-map iframe {
    width: 100%;
    height: 450px;
}
.social a i {
    color: #fff;
    margin-right: 1px;
}

