*, :active, :focus {
    outline: none!important;
}
ul.square li {
    list-style:none;
	position: relative;
}

ul.square li::before{
    content: ' ';
    position: absolute;
    top: 6px;
    left: -20px;
    width: 8px;
    height: 8px;
    background-color:var(--bs-red);
    border-radius: 2px;	

}


.deliver-info {
    position: absolute;
    width: 208px;
    height: 230px;
    bottom: 65px;
    border-radius: 5px;
    z-index: 2;
    left: -40px;
    align-items: center;
    justify-content: center;
    padding: 15px 40px 30px 40px;
}

.deliver-info i::before {
    font-size: 65px;
}
.fs-40, .fs-40:before{
    font-size: 40px;
}

.accordion-collapse {
    border: 0;
}
.accordion-button {
    padding: 0px;
    font-weight: bold;
    border: 0;
    font-size: 18px;
    color: #333333;
    text-align: left;
    border-bottom: 1px solid #ddd; 
}
.accordion-button:focus {
    box-shadow: none;
    border: none;
}
.accordion-button:not(.collapsed) {
    background: none;
    color: #dc3545;
}
.accordion-body {
    padding: 15px;
    background-color: #f6f6f6;
}
.accordion-button::after {
    width: auto;
    height: auto;
    content: "+";
    font-size: 40px;
    background-image: none;
    font-weight: 100;
    color: var(--bs-black);
    transform: translateY(-4px);
}
.accordion-button:not(.collapsed)::after {
    width: auto;
    height: auto;
    background-image: none;
    content: "-";
    font-size: 48px;
    transform: translate(-5px, -4px);
    transform: rotate(0deg);
}
