.cb_template .btn-primary {
background-color: #835a00;
  color: #fffbda;
  background-image: radial-gradient(circle at 50% 100%,#000 1%,transparent 1%);
  border-radius: 0px;
border-color: initial;
}

.cb_template .btn-primary:hover {
background-color: #000;
  color: #fffbda;
  background-image: radial-gradient(circle at 50% 100%,#000 1%,transparent 1%);
}

.cb_template .btn-primary:focus, .cb_template .btn-primary.focus {
background-color: #000;
  color: #fffbda;
  background-image: radial-gradient(circle at 50% 100%,#000 1%,transparent 1%);
}

.cb_template .btn-primary.disabled, .cb_template .btn-primary:disabled {
background-color: #000;
  color: #fffbda;
  background-image: radial-gradient(circle at 50% 100%,#000 1%,transparent 1%);
}

.cb_template .btn-primary:not(:disabled):not(.disabled):active, .cb_template .btn-primary:not(:disabled):not(.disabled).active,
.show > .cb_template .btn-primary.dropdown-toggle {
background-color: #000;
  color: #fffbda;
  background-image: radial-gradient(circle at 50% 100%,#000 1%,transparent 1%);
}

.cb_template .btn-primary:not(:disabled):not(.disabled):active:focus, .cb_template .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .cb_template .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}