.btn-primary {
    color: #fff;
    background-color: #ffdd1e;
    border-color: #ffdd1e;
    width: 100%;
    line-height: 45px;
    border-radius: 0;
}

.p_categoryBox .p_linkBox.click {
    background-color: rgba(1, 109, 231, 0);
}

.p_categoryBox .p_linkBox.click .p_title {
    color: #ffdd1e;
}

.p_categoryBox .p_parentBox .p_linkBox.click:before {
    content: " ";
    display: block;
    transition: all 0.5s;
    width: 65px;
    height: 3px;
    background-color: #ffdd1e;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.mouse_bac:hover {
    background-color: #ffdd1e;
}

.mouse_bac:hover .p_title {
    color: #ffdd1e;
}

.p_categoryBox .p_parentBox:hover {
    background-color: #ffdd1e;
}

.p_categoryBox .p_parentBox:before {
    content: " ";
    display: block;
    transition: all 0.5s;
    width: 0px;
    height: 3px;
    background-color: #ffdd1e;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.p_categoryBox .p_parentBox:hover:before {
    width: 65px;
}

.p_categoryBox .p_parentBox:hover .p_title {
    color: #ffffff;
}
