@media (max-width: 767.98px) {
    .filter-section {
      padding: 0;
    }
    /* .filter-section .navbar {
      background-color: #f8f9fa;
    } */
    .filter-section .navbar-collapse {
      max-height: 80vh;
      overflow-y: auto;
      padding: 15px;
    }
    .filter-section .input-group {
      flex-direction: column;
      gap: 10px;
    }
    .filter-section .input-group > * {
      width: 100%;
    }
    .filter-section .custom-drops .dropdown-menu {
      position: static !important;
      transform: none !important;
      min-width: 100%;
    }
  }
  @media (min-width: 768px) {
    .filter-section .navbar {
      display: none;
    }
  }


.container .box{
    width: 100% !important;
}

.container .box:first-of-type:after {
    border-width: 15px !important;
    left: 71px !important;
}

.container .box .bottom .advants {
    flex-wrap: wrap;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.form-control-sm {
    min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
    padding: .25rem .5rem;
    font-size: .8125rem;
    border-radius: 2px;
}

.btn-theme:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: 4px;
    /* background-color: green; */
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
}

.input-group .btn {
    position: relative;
    z-index: 2;
}

.dropdown-toggle {
    white-space: nowrap;
}

@keyframes appDropdownShow{
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.dropdown-menu.show {
    animation: appDropdownShow .25s both cubic-bezier(.7,0,.3,1);
}

.dropdown-menu.show {
    display: block;
}

.dropdown-menu {
    box-shadow: 0 .5rem 1rem rgba(var(--bs-inverse-rgb), .075);
}

.custom-drops ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-drops ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}

.custom-drops ul li label {
    flex: 1;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.b-0{
    border-radius: 0 !important;
}

.border-secondary {
    /* border-opacity: 1; */
    /* border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important; */
    border-color: rgb(121,142,152) !important;
}

.favourites-block {
    display: flex;
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
}

.add-three-dots
 {
    border-radius: var(--styleguide-border-radius-m, 8px);
    background-color: var(--styleguide-button-theme-secondary-background-color, var(--styleguide-color-neutral-00, #fff));
    border: 1px solid var(--styleguide-button-theme-secondary-border-color, var(--styleguide-color-brand-secondary-05, #8c84cc));
    margin-left: 8px;
}


.add-to-fv {
    
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: var(--styleguide-border-radius-100,100%);
    border-width: 0
}

.custom-gray-text-color{
    color: #707070;
}

.custom-black-text-color{
    color: #333 !important;
}

.price-tag{
    font-size: 1rem;
    font-weight: 600;
    /* line-height: 2.8rem; */
}

.card-footer-main{
    border-top: 1px solid #e8e4e4 !important;
}

.card-footer{
    padding: 8px 8px 8px 12px;
    background-color: #f7f7f7;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;

}

.footer-left p{
    font-size: 0.8rem;
    font-weight: 400;
}

.footer-btn{
    border-radius: 8px;
    border: 1px solid #8c84cc;
    background-color: #ffff !important;
    color: #8c84cc;
    font-weight: 600;
}

.footer-right{
    gap: 5px;
}

.container .box .top img{
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.custom-padding{
    padding: 20px 15px;
}