﻿.default-btn, .swiper-pagination-bullet {
    background-color: #e98b0f;
}

.button-line {
    border-color: #e98b0f;
    color: white;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    padding: 15px 30px 16px;
    line-height: 1;
}

    .button-line:hover {
        color: #fff;
        background-color: #d69d15;
        border-color: #e98b0f;
    }
.default-btn:hover {    
    background-color: #d39f03;
    color: #fff;
}
.header-color-secondary {
    color: #e98b0f;
}
.pink-gradient {
    background-image: -webkit-linear-gradient( 45deg, #1F1510 0%, #60696b 100%) !important;
    background-color: #f94d1c !important;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #e98b0f;
}
