:root {
    --green-light: #1a9753;
    --green-dark: #006400;
    --red: #da4f49;
    --white: #fff;
    --black: #000;
    
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    
    --map-height: 400px;
}

body {
    color: #303030;
}

li {
    list-style-type: none;
} 

/*#content ul li {
    list-style-type: disclosure-closed;
}

#content ol li {
    list-style-type: arabic;
}*/

a {
    color: var(--green-light);
}

.flex {
    display: flex;
}

.f-wrap {
    flex-wrap: wrap;
}


.form-control:focus {
    box-shadow: 0 0 0 0.25rem rgba(21, 128, 61, 0.25);
}

header .container>.row {
    /*width: 100%;*/
}

header .header-phone,
header .header-worktime {
    align-items: center;
    padding-bottom: 16px;
    font-size: 1rem;
    justify-content: center;
}

header .header-phone a {
    color: #303030;
}

header .header-phone i,
header .header-worktime i {
    color: var(--green-dark);
    margin-right: 4px;
}

.sub-ctg-list {
    padding-left: 0rem;
}

.sub-ctg {
    margin-bottom: 1rem;
    padding: 4px;
    border-radius: 4px;
}

.sub-ctg:hover { 
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.sub-ctg > a {
    display: block;
    font-size: 14px;
}

.breadcrumb-item>a {
    color: var(--green-dark);
}

.bg-primary {
    background-color: rgb(21 128 61 / var(--tw-text-opacity, 1)) !important;
}

#menu {
    background: linear-gradient(to bottom, 
    rgba(26, 151, 83, var(--tw-text-opacity, 1)),     
    rgba(21, 128, 61, var(--tw-text-opacity, 1)));
    border: none;
}

#menu .dropdown-inner ul li a:hover,
#menu .see-all:hover {
    background: linear-gradient(to bottom, 
    rgba(26, 151, 83, var(--tw-text-opacity, 1)),     
    rgba(21, 128, 61, var(--tw-text-opacity, 1)));
}

.list-group-item.active {
    background-color: var(--green-light);
    border-color: var(--green-dark);
}

.btn-primary {
    background: linear-gradient(to bottom, 
    rgba(26, 151, 83, var(--tw-text-opacity, 1)),     
    rgba(21, 128, 61, var(--tw-text-opacity, 1)));
}

#top {
    background: #fff;
    padding: 0;
    padding-top: .1rem;
    position: sticky;
    z-index: 100;
    top: 0;
}

#top .container {
    margin: .5rem auto;
    display: flex;
    justify-content: space-between;
}

.nav * {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition: .3s;
    
}

.nav.float-start .list-inline {
    position: fixed;
    flex-direction: column;
    /*top: calc(100vh - 120px);*/
    bottom: 0;
    right: 0;
}

.nav.float-start .list-inline-item {
    border-radius: 50%;
    width: 48px;
    height: 48px;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    background-color: white;
    overflow: hidden;
}

.nav.float-start .list-inline-item a {
    justify-content: center;
    padding: 0;
}

.nav.float-start i {
    margin-right: 0;
}

#menu .dropdown-inner {
    width: 100%;
}

#menu .dropdown-inner ul {
    display: flex;
    flex-direction: column;
    width: 100%;
}


.list-inline-btns {
    display: flex;    
    margin-bottom: 0;
}

.list-inline-btn {
    display: flex;
    flex-direction: row;
    border: 1px solid var(--green-dark);
    border-radius: 4px;
    padding: 0;
}

.navbar-light .navbar-toggler {
    background-color: #fff;
    background-image: none;
    border: 2px solid var(--green-dark);
}

#menu .navbar-toggler i {
    color: var(--green-dark);
}

.list-inline-btn a {
    color: #000;
    height: 100%;
    align-items: center;
    display: flex;
    padding: .5rem 1rem;
}

.list-inline-btn a:hover {
    background-color: rgb(22 163 74);
    color: #fff;
}

.list-inline-btn a:hover *{
    color: #fff;
}

.list-inline-btn i {
    margin-right: 0;
}

.list-inline-btn .dropdown-toggle span + i {
    margin-left: 6px;
    margin-right: 0;
}

#top .nav > .list-inline > .list-inline-item, #top .nav > .list-inline .list-inline-item > a, #top .nav > .list-inline .list-inline-item .dropdown > a,
.list-inline-btn .fa-solid {
    color: var(--green-dark);
}

.list-inline-btn .fa-heart {
    color: var(--red);    
}

#wishlist-total {
    text-wrap: nowrap;
}

#search .btn-search {
    background: var(--green-dark);
    color: #fff;
    padding: .5rem 1rem;
}

/*HERO SECTION*/
.hero {
    height: 60vh;
    position: relative;
    overflow: hidden;
    background-size: cover!important;
    padding-top: 10vh;
}

.hero-banner {
    height: 100%;
}

.hero-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.hero-title {
    color: #fff;
    font-size: 40px;
    text-shadow: 4px 2px 4px var(--black);
}

.hero-btn {
    max-width: 120px;
    border:none;
}

.hero-text-akcent {
    
}

/*CATEGORIES*/
.categories {
    margin: 3rem 0 6rem;
}

.category-item {
    padding: .2rem .5rem;
}

.category-item-link:hover {
    background-color: #ddd;/*test*/
}

.category-item-link {
    display: flex;
    border-radius: 8px;
    padding: 0.2rem .7rem;
    margin: .2rem .5rem;
    border: 1px solid #ddd;
    align-items: center;
}

.category-item-link i {
    margin-right: 4px;
}

.categories .title {
    margin: 2rem 0;
}


.category-img {
    width: 50%;
}

.category-card {
    flex-direction: column;
    align-items: center;
    border: 1px solid var(--green-dark);
    border-radius: 8px;
    padding: 1rem;
    margin: 1rem;
}

.category-card h3 {
    text-align: center;
    height: 2rem;
    font-size: 1rem;
    margin-top: 1rem;
}

.category-card:hover {
    transition: .3s;
    /*transform: scale(1.1, 1.1);*/
}

.categories .underline {
    height: 1px;
    background: var(--green-dark);
    transition: 1s;
    width: 0%;
}

.category-card:hover .underline {
    width: 100%;
}

.categories p {
    margin: 0;
}

/*Product-thumb*/
.product-thumb .price {
    display: flex;
    justify-content: end;
    font-size: 1rem;
}

.product-thumb .content h4 {
    height: 2rem;
}

.product-thumb .button-group {
    flex-direction: row-reverse;
    justify-content: left;
    background: var(--white);
    padding-bottom: .4rem;
    border-top: 0;
}

.product-thumb .button-group button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .8rem;
    line-height: 0;
    background: var(--white);
    color: var(--green-dark);
    border-radius: 2rem;
    flex: none;
    margin: 0rem .2rem;
}

/*********************/

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > :not(.btn-check) + .btn,
.btn-group button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .8rem;
    line-height: 0;
    background: var(--white);
    color: var(--green-dark);
    border-radius: 2rem;
    flex: none;
    margin: 0rem .2rem;
}

.btn-group .fa-heart {
    color: var(--red);
}
/***********************/

.product-thumb .button-group button:nth-child(1) {
    background: var(--green-dark);
    color: var(--white);
    flex: auto;
}

.product-thumb .button-group button:nth-child(2) {
    color: var(--red);
}

.product-thumb .button-group button span {
    margin-left: 8px;
}

.product-thumb .button-group button{
    border: 1px solid #ddd;
}


/*MAP*/
.map {
    height: calc(var(--map-height) + 3rem);
}

.map .container {
    height: 100%;
}

.map iframe {
    height: var(--map-height);
}


/*ABOUT US*/

.about-us {
    margin-top: 3rem;
    margin-bottom: 6rem;
}

.about-items {
    padding: .5rem;    
}

.about-item {
    display: flex;
    flex-direction: column;
    padding: .5rem;
}


.about-item .border {
    padding: 1.5rem;
    border-radius: .75rem;
    box-shadow: 0 0 0 0.25rem rgba(172, 171, 171, 0.17);
    height: 100%;
    border-color: white;
}

.about-item-title {
    font-weight:600;
    font-size: 1rem;
    height: 2rem;
    display: flex;
    margin-bottom: .5rem;
    margin-top: 1rem;
}

.about-item-desc {
    margin-bottom: 0;
}

.about-item-icon {
    font-size: 2rem;
    color: var(--green-dark);
}

.input-group > .form-control {
    width: auto;
}

#shopping-cart .input-group {
    display: flex;
    flex-direction: column;
}


#logo {
    display: flex;
    justify-content: center;
    margin: 0 0 0 0;
}

#logo img {
    max-width: 160px;
}

.payments .row {
    display: flex;
    justify-content: center;
}

.payments img {
    max-width: 800px;
}

@media (min-width: 576px) {
    #logo img {
        max-width: 180px;
    }
}

@media (min-width: 768px) {
    #logo img {
        max-width: 200px;
    }
    
    header #logo img {
        max-width: 245px;
        height: 100%;
        max-width: fit-content;
    }
    
    #shopping-cart .input-group {
        flex-direction: row;
    }
    
    .list-inline-btn i {
        margin-right: 6px;
    }
    
    header .header-phone,
    header .header-worktime {
        font-size: .9rem;
        padding-bottom: 0;
        justify-content: flex-start;
    }
}

@media (min-width: 992px) {    
    header #logo {
        width: auto;
    }
    header #logo img {
        max-width: 200px;
        height: auto;
    }
    
    header .h-md-100 {
        height: 100%;
    }
    
    header .header-phone,
    header .header-worktime {
        padding-bottom: 16px;
    }
}


@media (min-width: 960px) {
  .product-list .product-thumb .button-group {
    border: none;  
  }
}


@media (min-width: 1200px) {
    header .header-phone,
    header .header-worktime {
        font-size: 1rem;
    }
} 




