.primaryButton{
    width: 100%;
    padding: 0 20px;
    color: white !important;
    text-align: center;
    background: #2d343d;
    border-radius: 10px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 45px;
    font-size: 16px;
    font-weight: 600;
    border:none;
    outline: none !important;
    transition: .3s ease-in-out;
}
.primaryButton:hover{
    background: #ff6000;
    transition: .3s ease-in-out;
}


.productPoists span i {
    font-size: 16px;
    line-height: 16px;
    transition: .3s ease-in-out;
    cursor: pointer;
}

.productPoists2 span i {
    font-size: 14px;
    line-height: 14px;
}

.productPoists span.active i {
    color: #f8c600;
    transition: .3s ease-in-out;
}

.productPoists span.certainActive i {
    color: #f8c600;
    transition: .3s ease-in-out;
}

.productPoists span.certainActivex2 i {
    color: #f8c600;
    transition: .3s ease-in-out;
}

.productPoists2 span.certainActivex2 i {
    color: #f8c600;
    transition: .3s ease-in-out;
}
.justify-content-center{
    justify-content: center;
}
.justify-content-between{
    justify-content: space-between;
}
.align-items-center{
    align-items: center;
}
.text-center{
    text-align: center;
}