:root {
    --plava: #116ccb;
    --tamnoplava:/* #1c4462*/ #3D464D;

    --zelena:/*#0e6b81;*/#116ccb;
    --narancasta: orange;
}
.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: var(--zelena);
}
button.btn {
    color: #fff;
    background-color: var(--zelena);
    border-color: var(--zelena);
}
.btn-danger {
    color: #fff;
    background-color: var(--zelena);
    border-color: var(--zelena);
}
button.btn-signup {
    color: #fff;
    background-color: #3D464D;
    border-color: #3D464D;
}
/* Topbar Start */
.top-bar-container {
    color: #f3f6ff;
}
.top-bar {
    background-color: var(--plava);
}
.top-bar-phone {
    text-align: left;
    margin: 30px 0 25px 0;
}
.top-bar-phone i {
    color: #ffffff;
    font-size: 25px;
    margin-right: 10px;
}
.top-bar-logo {
    text-align: center;
    margin: 15px 0 10px 0; 
}
.top-bar-logo a {
    text-decoration: none;  
}
.top-bar-social {
    text-align: right;
    margin: 30px 0 25px 0;
}
.text-secondary-top {
    color: var(--zelena) !important;
    font-weight: 600;
    font-size: 60px; 
}
.top-bar-logo a h1 {
    color: #fff !important;
    font-weight: 600;
    font-size: 60px; 
}
.btn-primary {
    color: #fff;
    background-color: var(--zelena);
    border-color: var(--zelena);
    font-family: "Oswald",sans-serif;
}
.btn-primary:hover {
    color: #3D464D;
    background-color: #fff;
    border-color: #3D464D;
}
.btn-square {
    width: 36px;
    height: 36px;
}

/* Bottom Bar Start  */
.nav-link.login {
    display: block;
    padding: 0.5rem 1rem;
    background-color: var(--zelena);
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 600;
    color:white;
    text-transform: uppercase;
    transition: .5s;
}
.nav-link.login:hover {
    display: block;
    padding: 0.5rem 1rem;
    background-color: #227285;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #c8cdd1;
    text-transform: uppercase;
    transition: .5s;
}
.bottom-bar {
    background: #ffffff;
}
.bottom-bar-container {
    text-align: center;
}
.bottom-bar .search {
    width: 100%;
}
.bottom-bar .search input[type=text] {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    color: #666666;
    border: 1px solid var(--plava);
    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: var(--plava);;
    border-radius: 0 2px 2px 0;
}
.bottom-bar .search button:hover {
    background:var(--plava);
    color: #ffffff;
}
.bottom-bar .user {
    font-size: 0;
    text-align: right;
}
.bottom-bar .user .wishlist {
    margin-right: 15px;
    margin-top: 6px;
}
.bottom-bar .user .cart {
    height: 40px;
}
.bottom-bar .user .cart i,
.bottom-bar .user .wishlist i {
    color: var(--zelena);
}
.bottom-bar .user .cart span,
.bottom-bar .user .wishlist span {
    color: var(--zelena);
    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: var(--zelena);
    background: #ffffff;
    border: 1px solid var(--zelena);
}
.btn.wishlist:hover {
    color: #fff;
    background: var(--zelena);
    border: 1px solid #fff;
}
.btn.cart:hover {
    color: #fff;
    background: var(--zelena);
    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: var(--tamnoplava) !important;
}
.px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}
.navbar-dark .navbar-nav .nav-link {
    padding: 10px 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: var(--zelena);
    padding: 10px 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;
min-height: 100%;
  }
 a.dropdown-item{
    border-bottom: 1px solid #ddd;
  }
  .navbar-nav li:hover > ul.dropdown-menu {
      display: block;
  }



/* Featured Start */
.feature-container {
    margin-bottom: 30px;
}
.feature-container-info {
    background: #dddddd;
    padding: 20px 20px 10px 20px;
}
.feature-container-info h2 {
    color: var(--zelena) !important;
}
.feature-container-info i {
    color: var(--zelena) !important;
    font-size: 30px;
}
.feature-container-info h5 {
    color: #3D464D !important;
    font-family: "Oswald",sans-serif;
    text-transform: uppercase;
}

/* Footer Start */
footer {
    background: #3D464D;
}
.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: var(--zelena);
}
.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 6 Free';
    font-weight: 900;
    padding-right: 5px;
}
.footer-container-left ul li a:hover {
    color: var(--zelena);
}
.footer-container-left ul li a:hover::before {
    content: '\f101';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}
.footer-container-right {
    background-color: var(--zelena) !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: var(--bs-gray);
}
.footer-bottom .template-by p {
    float: right;
}
.footer-bottom .copyright p, .footer-bottom .template-by p {
    color: #3D464D;
    font-weight: 400;
    margin: 0;
}
.btn-signup {
    color: #fff;
    background-color: #3D464D;
    border-color: #3D464D;
    height: 45px;
}
.btn-signup:hover {
    color: var(--zelena);
    background-color: #3D464D;
    border-color: #3D464D;
    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: #3D464D;
    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: var(--zelena);
    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: var(--zelena);
}
.cart-page .coupon button {
    width: 120px;
    height: 40px;
    padding: 2px 0;
    font-size: 16px;
    text-align: center;
    color: var(--zelena);
    background: #ffffff;
    border: 1px solid var(--zelena);
    border-radius: 4px;
}
.cart-page .coupon button:hover {
    color: #ffffff;
    background: var(--zelena);
}
.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: 8px;
    width: calc(100% - -13px);
    height: 65px;
    padding: 2px 20px;
    text-align: center;
    color: #ffffff;
    background: var(--zelena);
    border: none;
    border-radius: 4px;
}
.cartbutton {
    color: #fff;
    text-decoration: none;
}
.cart-page .cart-summary .cart-btn button:hover {
    color: var(--zelena);
    background: #000;
}
.cart-page .cart-summary .cart-btn button:first-child  {
    margin-right: 25px;
    color: var(--zelena);
    background: #ffffff;
    border: 1px solid var(--zelena);
    font-family: "Oswald",sans-serif;
    text-transform: uppercase;
}
.cart-page .cart-summary .cart-btn button:first-child:hover {
    color: #ffffff;
    background: var(--zelena);
    font-family: "Oswald",sans-serif;
    text-transform: uppercase;
}

/*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: #353535;
    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: var(--zelena);
    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: #3D464D;
    background: var(--zelena);
    border: none;
    border-radius: 4px;
    transition: all .3s;
}
.checkout .checkout-payment .checkout-btn button:hover {
    color: var(--zelena);
    background: #3D464D;
}

/*My Account Start*/
.my-account {
    position: relative;
    padding: 30px 0;
}
.my-account .nav.nav-pills .nav-link {
    padding: 10px 15px;
    color: #353535;
    background: #ffffff;
    border-radius: 0;
    border-bottom: 1px solid #dddddd;
    transition: all .3s;
    font-family: "Oswald",sans-serif;
    text-transform: uppercase;
}
.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: var(--zelena);
    font-family: "Oswald",sans-serif;
    text-transform: uppercase;
}
.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: #353535;
    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:0;   
}
.page-container-title {
    background: #f5f5dc;
    text-align: center;
}
.page-container-title h1 {
    padding: 15px 0;
    color: #3D464D;
    font-family: "Oswald",sans-serif;
    text-transform: uppercase;
}
.category-product {
    margin-top: 50px;
    margin-bottom: 100px;
}

/* Featured Category Start */
.featured-category {
    position: relative;
    padding: 30px 0;
    margin-bottom: 0;
}
.mushrooms-product, .vegetables-product {
    position: relative;
    margin-bottom: 50px;
}
.category .section-header {
    margin-bottom: 30px;
    padding: 20px 30px 15px 30px;
    color: #3D464D;
    background: #fff;
}
.category .section-header h1 {
    font-family: "Oswald",sans-serif;
    text-transform: uppercase;
}
.category .section-header::before {
    position: absolute;
    content: "";
    top: 33px;
    left: 133px;
    width: 100px;
    height: 5px;
    background: var(--zelena);
}
.category .section-header::after {
    position: absolute;
    content: "";
    top: 35px;
    left: 133px;
    width: 100px;
    height: 1px;
    background: #3D464D;
  }
.category .slick-prev,
.category .slick-next {
    top: -75px;
    width: 30px;
    height: 30px;
    z-index: 1;
    transition: .5s;
    color: #3D464D;
    background: #ffffff;
    border: 1px solid var(--zelena);
    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: #362419;
}
.category .slick-prev::before,
.category .slick-next::before {
    font-family: "Font Awesome 6 Free";
    font-size: 18px;
    font-weight: 900;
    color: #362419;
}
.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;
    padding:10px;
    margin-top:20px;
    margin: 0 10px;
    border: 2px #3D464D solid;
}
.single-menu .category-title {
    padding: 15px;
    text-align: center;
    background: #3D464D;
    transition: all .3s;
    font-family: "Oswald",sans-serif;
    text-transform: uppercase;

}
.category-title a {
    text-decoration: none;
    color: #f5f5dc;
    font-size: 20px;
}
.category-title a:hover {
    text-decoration: none;
    color: var(--zelena);
    font-size: 20px;
}
.menu-image img {
    width: 100%;
}
.menu-image {
    padding: 20px;
    margin-bottom: 10px;
}
.menu-image img::before {
    position: absolute;
  content: "";
  top: 15px;
  right: 0;
  bottom: -15px;
  left: 0;
  background: var(--zelena);
  padding: 10px;
  margin-bottom: 10px;
}

/*Newsletter CSS Start*/
.newsletter {
    position: relative;
    padding: 30px 0;
    background: #3D464D;
    margin-bottom: 50px;
}
.newsletter h1 {
    font-family: "Oswald",sans-serif;
    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: #3D464D;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0 4px 4px 0;
}
.newsletter .form button:hover {
    color: var(--zelena);
    background: #3D464D;
}

/* Best Prices Product Start */
.section-header h2 {
    font-size: 40px;
    font-family: "Oswald",sans-serif;
    text-transform: uppercase;
}

/*Product Item CSS Start*/
.product-item {
    padding: 10px;
    border: 1px #3D464D solid;
    margin-bottom: 24px;
    margin: 10px 10px;
}
.product-item-slider {
    position: relative;
    padding: 10px;
    border: 1px #3D464D solid;
    margin-bottom: 24px;
}
.product-item .product-title {
    padding: 15px;
    text-align: center;
    background: #3D464D;
    transition: all .3s;
    height: 100px;
}
.product-item:hover .product-title {
    background: #3D464D;
}
.product-item .product-title a,
.product-item .product-title .ratting {
    position: relative;
    width: 100%;
}
.product-item .ratting {
    padding: 15px;
    text-align: center;
    background: #3D464D;
    transition: all .3s;
    border-top: 1px #E5E4E2 solid;
}
.product-item:hover .ratting {
    background: #3D464D;
}
.product-name {
    text-align: center;
    padding-top: 6px;
}
.product-name a {
    color: #3D464D;
    text-decoration: none;
    font-size: 19px;
    font-family: "Oswald",sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}
.product-item .ratting {
    position: relative;
    width: 100%;
}
.product-item .product-title a {
    margin-bottom: 5px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    font-family: "Oswald",sans-serif;
}
.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, .service-item img {
    width: auto; 
    transition: all .3s;
    max-height: 200px;
        max-width: 100%;
}
.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(61, 70, 77, .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;
    height: 40px;
    margin-right: 5px;
    padding: 7px 0 10px 0;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    background: var(--zelena);
    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: #3D464D;
    background: #ffffff;
    border: 1px solid #3D464D;
}
.product-item .product-price {
    padding: 8px;
    background: #E5E4E2;
    transition: all .3s;
}
.product-item:hover .product-price {
    background: var(--zelena);
}

.product-item .product-price h3 {
    display: inline-block;
    color: #000;
    margin: 0;
    font-size: 22px;
}
.product-item .product-price h3 span {
    font-size: 22px;
}
.product-item .product-price .btn {
    float: right;
    border: none;
    color: #fff;
    background: #3D464D;
    font-size: 15px;
    padding: 4px 4px;
}
.product-item:hover .product-price .btn,
.product-item .product-price .btn:hover {
    color: var(--zelena);
    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 #353535;
    border-radius: 4px;
    transition: all .3s;
}
.product-view .product-search input:focus {
    border-color: var(--zelena);
}
.product-view .product-search button {
    position: absolute;
    width: 35px;
    height: 33px;
    top: 1px;
    right: 1px;
    text-align: center;
    background: transparent;
    color: #353535;
    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: var(--zelena);
    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 #353535;
    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: var(--zelena);
    border-color: var(--zelena);
}
.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: #353535;
    background: transparent;
    border-color: #353535;
}
.product-view .pagination .page-item:hover .page-link,
.product-view .pagination .page-item.active .page-link {
    color: var(--zelena);
    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 var(--zelena);
}
.product-detail .product-slider-single-nav .slider-nav-img {
    border-right: 1px solid var(--zelena);
    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;
    font-family: "Oswald",sans-serif;
    text-transform: uppercase;
}
.product-detail .product-content .ratting {
    margin-bottom: 10px;
}
.product-detail .product-content .ratting i {
    color: var(--zelena);
    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: var(--zelena);
    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: var(--zelena);
    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: #3D464D;
    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: #fff;
    background: #3D464D;
    border-radius: 0;
    transition: all .3s;
    padding: 20px 0;
    font-family: "Oswald",sans-serif;
    text-transform: uppercase;
}
.product-detail .nav.nav-pills .nav-link:hover,
.product-detail .nav.nav-pills .nav-link.active {
    color: #fff;
    background: var(--zelena);
    padding: 20px 0;
    font-family: "Oswald",sans-serif;
    text-transform: uppercase;
}
.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 6 Free';
    font-weight: 900;
    padding-right: 5px;
}
.product-detail .tab-content .reviews-submitted {
    position: relative;
    margin-bottom: 45px;
}
.product-detail .tab-content .reviewer {
    color: var(--zelena);
    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: var(--zelena);
    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: var(--zelena);
    background: #ffffff;
    border: 1px solid var(--zelena);
    border-radius: 4px;
    margin-bottom: 15px;
    transition: all .3s;
}
.product-detail .tab-content .form button:hover {
    color: #ffffff;
    background: var(--zelena);
}

/* Offer Start */
.banner-img-info-bottom {
    position: absolute;
    background: rgba(61, 70, 77, .8);
    margin-top: 20px;
    margin-left: 180px;
    color: #fff;
    padding: 20px;
}
.banner-img-info-bottom h5 {
    font-family: "Oswald",sans-serif;
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
}


/*Call to Action Start*/
.call-to-action {
    position: relative;
    padding: 30px 0;
    background: #3D464D;
    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;
    font-family: "Oswald",sans-serif;
}
.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: var(--zelena);
    border-color: var(--zelena);
}


/* About Start */
.about-container {
    margin-bottom: 100px;
    margin-top: 50px;
}
.about-container-info {
    padding: 20px 30px;
}
.about-container-info h3 {
    color: #3D464D;
}
.about-container-info h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: "Oswald",sans-serif;
    text-transform: uppercase;
}
.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: var(--zelena);
    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 var(--zelena);
    border-radius: 4px;
}
.contact .social a i {
    color: var(--zelena);
}
.contact .social a:hover {
    background: var(--zelena);
}
.contact .social a:hover i {
    color: #ffffff;
}
.contact .contact-map iframe {
    width: 100%;
    height: 450px;
}
.social a i {
    color: #fff;
    margin-right: 1px;
}

/*Product Item Slider CSS Start*/
.product-item-slider {
    position: relative;
    padding: 10px;
    border: 1px #3D464D solid;
    margin-bottom: 24px;
    margin: 0 10px;
}
.product-item-slider .product-title {
    padding: 15px;
    text-align: center;
    background: #3D464D;
    transition: all .3s;
    height: 100px;
}
.product-item-slider:hover .product-title {
    background: #3D464D;
}
.product-item-slider .product-title a,
.product-item-slider .product-title .ratting {
    position: relative;
    width: 100%;
}
.product-item-slider .ratting {
    padding: 15px;
    text-align: center;
    background: #3D464D;
    transition: all .3s;
    border-top: 1px #E5E4E2 solid;
}
.product-item-slider:hover .ratting {
    background: #3D464D;
}
.product-item-slider .ratting {
    position: relative;
    width: 100%;
}
.product-item-slider .product-title a {
    margin-bottom: 5px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}
.product-item-slider .product-title .ratting i {
    font-size: 14px;
    color: #fff;
}
.product-item-slider .product-content .price span {
    margin-left: 12px;
    text-decoration: line-through;
    font-weight: 700;
    color: #999999;
}
.product-item-slider:hover .product-title a,
.product-item-slider:hover .product-title .ratting i {
    color: #ffffff;
}
.product-item-slider  .ratting i {
    font-size: 14px;
    color: #fff;
}
.product-item-slider:hover .ratting i {
    color: #ffffff;
}
.product-item-slider:hover .product-content .price span {
    color: #dddddd;
}
.product-item-slider .product-image {
    position: relative;
    overflow: hidden;
}
.product-item-slider .product-image a {
    display: block;
    background: #ffffff;
    transition: .3s;
}
.product-item-slider .product-image img {
    width: 100%; 
    transition: all .3s;
}
.product-item-slider:hover .product-image img {
    transform: scale(1.2);
}
.product-item-slider .product-image .product-action {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(61, 70, 77, .5);
    transition: all .3s;
    font-size: 0;
    z-index: 1;
    opacity: 0;
}
.product-item-slider:hover .product-image .product-action {
    opacity: 1; 
}
.product-item-slider .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: var(--zelena);
    border: 1px solid #ffffff;
    border-radius: 4px;
    transition: all .3s;
    margin-top: 50px;
}
.product-item-slider:hover .product-image .product-action a {
    margin-top: 0;
}
.product-item-slider .product-image .product-action a:last-child {
    margin-right: 0;
}
.product-item-slider .product-image .product-action a:hover {
    color: #3D464D;
    background: #ffffff;
    border: 1px solid #3D464D;
}
.product-item-slider .product-price {
    padding: 8px;
    background: #E5E4E2;
    transition: all .3s;
}
.product-item-slider:hover .product-price {
    background: var(--zelena);
}

.product-item-slider .product-price h3 {
    display: inline-block;
    color: #000;
    margin: 0;
}
.product-item-slider .product-price h3 span {
    font-size: 16px;
}
.product-item-slider .product-price .btn {
    float: right;
    border: none;
    color: #fff;
    background: #3D464D;
    font-size: 15px;
    padding: 7px 6px;
}
.product-item-slider:hover .product-price .btn,
.product-item .product-price .btn:hover {
    color: var(--zelena);
    background: #ffffff;
}
.product-item-slider .product-price .btn i {
    margin-right: 5px;
}

/* About-Home */
.img-twice::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 72%;
    margin-top: 12%;
    left: 20%;
    background: var(--zelena);
    border: 25px solid rgba(61, 70, 77, .5);
    border-radius: 6px;
    z-index: -1;
}
.img-about-bottom {
    margin-top: 53%;
    overflow:hidden;
}
.img-about-top {
    overflow:hidden;
}
.about-container-info i {
    color: var(--zelena) !important;
    margin-bottom: 15px;
}
.rounded-pill {
    margin-top: 15px;
}

/* Gallery Area Start */
.single-gallery {
    padding: 0 10px;
    overflow:hidden;
    margin-bottom: 50px;
}
.img-fluid {
    width: 100%;
    -webkit-transition:all 0.3s ease 0s;
    -moz-transition:all 0.3s ease 0s;
    -o-transition:all 0.3s ease 0s;
    transition:all 0.3s ease 0s
}
/*.img-fluid:hover {
    transform: scale(1.5);
}*/

/* Blog Start  */
.blog-container {
    margin-bottom: 100px;
}
.blog-container-title {
    text-align: center;
    margin-bottom: 50px;
}
.blog-container-title h6 {
    color: #362419;
    font-size: 20px;
    margin-bottom: 20px;
}
.blog-container-title h2 {
    font-size: 50px;
    margin-bottom: 10px;
    font-weight: 700;
}
.blog-item {
    margin-bottom: 24px;
}
.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(61, 70, 77, 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(61, 70, 77, 1));
    z-index: 1;
    text-decoration: none;
}
.blog-item a h4 {
    color: #fff;
}

/* Start gallery */
.gallery-title {
    text-align: center;
}

/* Gift Cards Start */
.gift-cards {
    text-align: center;
    margin-bottom: 100px;
}
.gift-cards p {
    font-size: 25px;
}
.order-container-order {
    margin-top: 207px;
}

/* Our Team Start */
.thumb {
    overflow:hidden;
}
.chef-name {
    text-align: center;
    text-decoration: none;
}
.chef-name h4 {
    color: #3D464D;
    font-family: "Oswald",sans-serif;
    text-transform: uppercase;
    margin-top: 10px;
}
.chef-name span {
    color: var(--zelena);
    font-family: "Oswald",sans-serif;
    text-transform: uppercase;
    margin-top: 10px;
}
.team-info {
    margin-top: 50px;
}

/*Login-Register Start*/
.login {
    position: relative;
}
.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;
}
.text-secondary {
    color: #2B2E4A !important;
}
.service-item {
    border: 1px #3D464D solid;
    transition: .5s;
    padding:0;
    margin-bottom: 16px;
}
.service-item h4 {
    font-family: "Oswald",sans-serif;

}
.service-item:hover {
    background: #3D464D;
    transition: .5s;
   /* padding: 20px;*/
    margin-bottom: 16px;
    color: #ced4da;
}

/* Order page Start */

.sent-inner-text {
  text-align: center;
}
.sent-inner-text i {
	background: #F77D0A;
	width: 80px;
	height: 80px;
	display: inline-block;
	line-height: 80px;
	color: #fff;
	font-size: 30px;
	border-radius: 50%;
	margin-bottom: 35px;
}
.details-link.stn {
	margin-bottom: 30px;
	position: relative;
}
.sent-inner-text span {
  font-size: 36px;
  color: #2B2E4A;
  font-weight: 500;
  display: block;
  margin-bottom: 20px;
  font-family: "Oswald",sans-serif;
  text-transform: uppercase;
}
.sent-inner-text h4 {
  font-size: 36px;
  color: #333333;
  font-weight: 500;
  margin-bottom: 30px;
}
.order-send-content p {
  font-size: 20px;
  color: #677294;
  font-weight: 400;
  line-height: 30px;
  margin: ;
}

.warning-blk {
  border: 2px solid#EFABD5;
  padding: 20px;
  border-radius: 6px;
}
.warning-text {
  text-align: center;
}
.warning-text i {
  color: #FF7761;
  font-size: 30px;
  margin-bottom: 20px;
}
.warning-text h5 {
  font-size: 36px;
  color: #677294;
  font-weight: 500;
  margin-bottom: 20px;
}
.warning-text p {
  font-size: 20px;
  color: #677294;
  font-weight: 400;
  line-height: 30px;
  line-height: 28px;
  margin: 0;
  text-align: left;
}
.bdr i {
	background: #A09E9F;
	padding-right: 0 !important;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 14px;
	color: #ffff;
	font-weight: 500;
	border-radius: 50%;
	position: relative;
	top: -1px;
	left: -7px;
}
.details-link.stn ul li.active a::before {
	position: absolute;
	left: 0;
	bottom: -22px;
}
.bdr.cl i {
	background: #D72793;
}
.details-link ul li a span {
	position: absolute;
	background: #D72793;
	width: 20px;
	height: 3px;
	content: "";
	bottom: 0;
	left: 53px;
}
.sent-tr-blk {
	padding: 20px;
}
/* Order page End */

.dropdown-item {
    width: -webkit-fill-available;
}
.service-item
        {height: -webkit-fill-available;}
.fiksni.fixed {
    position: fixed;
    top: 0;
    z-index: 9;
    /* Dodajte ostale stilove prema potrebi */
}
.ikona {
    color: white;
    font-size: -webkit-xxx-large;
}
.content {
    color: white;
}
.product-item .product-image {
    position: relative;
    overflow: hidden;
}


.product-item .product-image:hover::before {
    opacity: 1;
    
}
/*
.product-item .product-action {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    z-index: 2;
}*/

.product-item .product-action a {
    color: #fff;
    padding: 10px!important;}

.product-item .product-action a:hover {
    color: #fff;
    /* Boja ikone košarice prilikom hovera */
}

.product-item .product-image .product-action {
    position: absolute;
    width: 1%;
    height: 100%;
   top:0;
   left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background:none;
    transition: all .3s;
    font-size: 0;
    z-index: 1;
    opacity: 0;
}

.contact-info span {
    color: white;
    padding-left: 10px;
}
.contact-info a {
    display: inline !important;
    padding-left: none;
}
.footer-bottom .copyright p,
.footer-bottom .template-by p {
    color: var(--bs-body-color);
}
.footer-bottom .copyright p,
.footer-bottom .template-by p.small {
color:var(--bs-gray-400);
}
.service-item a {
    text-decoration: none!important;
    color: var(--bs-body-color);
}
.product-action a i{
    margin: 0 30px;
}
.service-item:hover h4{
    color:white
}
.service-item .img-fluid:hover {
    transform: none;
}
@media (min-width: 576px) {
.container,
.container-sm {
    max-width: unset;
}}
@media (max-width: 576px) {
.col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
}
}
.breadcumb-menu {
width: fit-content;
padding: 0 10px 0 10px;
margin: 20px 0 20px 0;
    list-style-type: none;
    position: relative;
        background-color: aliceblue;
}

.breadcumb-menu li {
    display: inline-block;
    padding-right: 3px;
    list-style: none;
    position: relative;
}

.breadcumb-menu li:after {
    content: "/";
    position: relative;
    margin-left: 7px;
    font-weight: 400;
    font-size: 24px;
    color: var(--title-color);
}

.breadcumb-menu li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.breadcumb-menu li:last-child:after {
    display: none;
}

.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
    white-space: normal;
    color: inherit;
    word-break: break-word;
    font-weight: 400;
    font-size: 18px;
    color: var(--title-color);
    text-transform: lowercase;
}

.breadcumb-menu a:hover {
    color: var(--theme-color);
}

.breadcumb-title {
    color: var(--title-color);
    margin: -0.18em 0 -0.14em 0;
    line-height: 1.1;
    font-size: 60px;
    font-weight: 800;
}

.breadcumb-wrapper {
    background-size: cover;
    padding: 208px 0 288px;
    overflow: hidden;
    text-align: center;
    position: relative;
    background-color: #fbebef;
}

.breadcumb-wrapper .bottom-shape {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -6px;
}

.breadcumb-wrapper .bottom-shape img {
    width: 100%;
}

.breadcumb-wrapper .anime-img-3 img,
.breadcumb-wrapper .anime-img-2 img {
    width: 80%;
}

/****unittest-breadcumb*****/
.unittest-breadcumb.breadcumb-wrapper {
    padding: 180px 0;
}

.unittest-breadcumb.breadcumb-wrapper .breadcumb-title {
    margin: -0.15em 0 -0.26em 0;
}

.unittest-breadcumb.breadcumb-wrapper .breadcumb-menu {
    margin: 32px 0 -0.5em 0;
}

@media (max-width: 1600px) {
    .breadcumb-wrapper {
        padding: 168px 0 188px;
    }
}

/* Extra large devices */
@media (max-width: 1500px) {
    .breadcumb-wrapper {
        padding: 168px 0 228px;
    }

    .breadcumb-wrapper .anime-img-2 {
        width: 300px;
    }

    .breadcumb-wrapper .anime-img-3 {
        width: 300px;
        top: 30% !important;
    }
}

/* Large devices */
@media (max-width: 1199px) {
    .breadcumb-wrapper {
        padding: 140px 0 180px;
    }

    .breadcumb-wrapper .anime-img-2 {
        width: 200px;
    }

    .breadcumb-wrapper .anime-img-3 {
        width: 200px;
    }

    .breadcumb-menu {
        margin: 20px 0 20px 0;
    }

    .breadcumb-menu li,
    .breadcumb-menu a,
    .breadcumb-menu span {
        font-size: 16px;
    }

    .breadcumb-menu li:after {
        font-size: 16px;
    }

    .unittest-breadcumb.breadcumb-wrapper {
        padding: 140px 0;
    }

    .unittest-breadcumb .breadcumb-title {
        font-size: 42px;
    }

    .unittest-breadcumb.breadcumb-wrapper .breadcumb-menu {
        margin: 18px 0 -0.5em 0;
    }
}

/* Medium devices */
@media (max-width: 991px) {
    .breadcumb-wrapper {
        padding: 120px 0 150px;
    }

    .breadcumb-wrapper .anime-img-1 {
        width: 30px;
    }

    .breadcumb-wrapper .anime-img-2 {
        width: 150px;
        bottom: 5% !important;
        left: 7% !important;
    }

    .breadcumb-wrapper .anime-img-2 img {
        width: 100%;
    }

    .breadcumb-wrapper .anime-img-3 {
        width: 120px;
        top: 38% !important;
    }

    .breadcumb-wrapper .anime-img-3 img {
        width: 100%;
    }

    .breadcumb-wrapper .anime-img-4 {
        width: 50px;
    }

    .unittest-breadcumb.breadcumb-wrapper {
        padding: 120px 0;
    }
}

/* Small devices */
@media (max-width: 767px) {
    .breadcumb-wrapper {
        padding: 120px 0;
    }

    .breadcumb-wrapper .anime-img-2 {
        width: 100px;
        bottom: 5% !important;
        left: 4% !important;
    }

    .breadcumb-wrapper .anime-img-3 {
        width: 80px;
        top: 65% !important;
    }

    .unittest-breadcumb.breadcumb-wrapper {
        padding: 100px 0;
    }

    .unittest-breadcumb.breadcumb-wrapper .breadcumb-title {
        font-size: 34px;
    }
}

/* Extra small devices */
@media (max-width: 575px) {
    .breadcumb-title {
        font-size: 34px;
    }

    .breadcumb-wrapper {
        padding: 120px 0 110px;
    }

    .breadcumb-wrapper .anime-img-4,
    .breadcumb-wrapper .anime-img-3,
    .breadcumb-wrapper .anime-img-2,
    .breadcumb-wrapper .anime-img-1 {
        display: none;
    }
}
.product-name a.nemoj {
    color: unset;
    text-decoration: underline;
    font-size: unset;
    font-family: "Oswald", sans-serif;
    text-transform: none;
    font-weight: normal;
}