.product__col h1 {
    border: 1px solid #cfd6ce;
    background-color: #f6fef5;
    padding: 8px;
    border-radius: 7px;
}

#product-features-collapse .detail {
    align-items: center;
    border-bottom: none; 
    display: flex;
    padding: 0.25rem;
}

.product-miniature .card {
    height: 100%;
    border: 1px solid #999;
}

.product-miniature .product-miniature__infos__top {
    height: 100%;
    padding-top: .5rem;
    background-color: #e3ebe4;
    font-weight: bold;
}

.product-miniature__infos__top a {
    color: #16482c;
}


.product-miniature__infos__top b {
    color: #717171;
}

.product-miniature .product-miniature__image-container {
    border-radius: 0px; 
    overflow: hidden;
    position: relative;
    transition: .25s ease-out;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #1d4e29;
    --bs-btn-border-color: #1d4e29;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ef8c21;
    --bs-btn-hover-border-color: #ef8c21;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
}

.product-pack__item.rounded.mb-2.p-2 {
     padding: 0rem !important;
}


.product-pack__item.rounded.mb-2.p-2 a {
     color: #1d502a;
}

.custom-product-cms-text.mt-3.mb-3 {
    color: #acb7aa;
    font-style: italic;
    font-size: 14px;
}

.badge {
    background-color: #1d4e29;
    margin: .25rem;
}

.breadcrumb__wrapper {
    background: #e4ebe4;
    margin-bottom: 2rem;
}

#search_widget form input {
    background-color: #e5ebe5;
}

#conditions-to-approve {
    border-top: 1px solid #BBB;
}

.email-subscription {
    border-top: 1px solid #BBB;
}

.payment__list span{
    font-weight: bold;
}

.category.js-menu-item-lvl-0 {
    /*font-weight: bold;*/
}

.category.js-menu-item-lvl-0 a {
    /*color: #214f2d;*/
    /*background-color: #ccd7ce;*/
    /*padding: 10px;*/
}

.header-bottom {
    background-color: #ccd7ce;
}

.cms-page.js-menu-item-lvl-0 a {
    /*color: #999!important;*/
}

#cms-page-7 {
    border-left: 1px solid #e5ebe5;
}

#category-13 {
    border-left: 1px solid #e5ebe5;
}

.product-pack__reference  {
    padding-left: 0;
    width: 60px;
    color: #93a597;
}

#it_parcel_points_block {
    display: none;
    margin: 15px 0px;
    padding: 15px;
    border: 2px solid #ccd7cf;
}

#parcel_point_select {
    font-size: 0.95rem;
}

.choose-loacker {
    font-size: 1.1rem;
    font-weight: bold;
}

.extra-red {
    color: #ba1313;
    font-weight: bold;
}

.extra-red span {
    color: black;
    font-weight: normal;
}

#lnk-facebook {
    display: inline-block;
    width: 24px;  /* Nustatyk norimą dydį */
    height: 24px;
    text-indent: -9999px; /* Paslepia tekstą */
    overflow: hidden;
    vertical-align: middle;
    /* Įklijuojame tavo SVG kodą (paverstą į URL formatą) */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%2308448e'%3E%3Cpath d='M400 32H48A48 48 0 0 0 0 80v352a48 48 0 0 0 48 48h137.25V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.27c-30.81 0-40.42 19.12-40.42 38.73V256h68.78l-11 71.69h-57.78V480H400a48 48 0 0 0 48-48V80a48 48 0 0 0-48-48z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: 15px;
}