
.FBI-container {
    max-width:1240px;
    margin-left: auto;
    margin-right: auto;
}
.FBI-quantity .FBI-arrow {
    width: 15%;
    padding: 10px 10px;
    border: none;
    background-color: #ededed;
}
.FBI-quantity .FBI-arrow:focus {
    outline: none;
}
.FBI-chack {
    display: flex;
    align-items: center;
}
.FBI-align {
    text-align: center;
}
.FBI-table {
    width: 100%;
}
 .FBI-btn{
    padding: 10px 10px;
    background-color:#18cb8f;
    border: none;
    border-radius:5px;
}
.FBI-product-td {
    width: 20%;
}
.FBI-width {
    width: 15%;
}
.FBI-chack .FBI-lable {
    position: relative;
}
.FBI-chack .FBI-lable::before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #18cb8f;  
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}
.FBI-chack .FBI-chackbox:checked + .FBI-lable::after {
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    left: 8px;
    width: 6px;
    height: 14px;
    border: solid #18cb8f;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.FBI-chack .FBI-chackbox {
    display: none;
    cursor: pointer;
}



@media screen and (max-width:1024px) {
    .FBI-container {
        max-width: 100%;
        padding: 0px 20px;
    }

   
}
@media screen and (max-width:600px) {
    .FBI-quantity-td {
        width: 15%;
    }
    .FBI-quantity .FBI-arrow {
        width: 50%;
    }
}
@media screen and (max-width:540px) {

    .FBI-title {
        display: none;
    }
}
