/* Theme */
#switcher .theme-click {
	background-color: #ffae11;
}

/* Buttons*/

.btn-primary {
	background-color: #ffae11;
    border-color: #ffae11;
}
.in-size, .in-card-body button{
    color:#ffae11;
}

.owl-theme .owl-dots .owl-dot span {
    background-color: #ffae11;
}

.btn-primary:hover, .btn-blue:hover {
    background-image: -webkit-linear-gradient(right, #28395e, #ffae11);
    background-image: -ms-linear-gradient(right, #28395e, #ffae11);
    background-image: -moz-linear-gradient(right, #28395e, #ffae11);
    background-image: -o-linear-gradient(right, #28395e, #ffae11);
    background-image: linear-gradient(to left, #28395e, #ffae11);
    border: 1px solid #ffae11;
}

.in-product-body button:hover{
     color:#ffae11;
}

textarea:focus, select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="email"]:focus, .form-control:focus {
    box-shadow: 0px 0px 0px 1px #ffae11;
    border-color: #ffae11;
}

.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show>.btn-primary.dropdown-toggle, .btn-blue:not([disabled]):not(.disabled).active, .btn-blue:not([disabled]):not(.disabled):active, .show>.btn-blue.dropdown-toggle {
    background-image: -webkit-linear-gradient(right, #28395e, #ffae11);
    background-image: -ms-linear-gradient(right, #28395e, #ffae11);
    background-image: -moz-linear-gradient(right, #28395e, #ffae11);
    background-image: -o-linear-gradient(right, #28395e, #ffae11);
    background-image: linear-gradient(to left, #28395e, #ffae11);
    border-color: #ffae11;
    box-shadow: 0 17px 17px 0 rgba(0, 0, 0, 0.07);
}

