/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 14.01.2019, 05:53:49
    Author     : hoy465
*/


.add-bag .add-btn {
    background: linear-gradient(90deg, #072F84 0%, #3068DF 100%);
    box-shadow: 0 10px 20px rgba(0, 50, 255, 0.1);
}

.add-bag .add-btn span {
    transform: rotate(0deg);
}

.header_area .navbar .nav .nav-item:hover .nav-link, .header_area .navbar .nav .nav-item.active .nav-link {
    color: #072F84	 !important;
}

.active {
    color: #62B9FF !important;
}

.banner-area .active-banner-slider .owl-nav {
    display: none;
}

a {
    color: #888 !important;
}
a:hover {
    color: #aaa !important;
}

.btn-primary {
    border-radius: 0px;
    background-color: #386EB4;
    border-color: #386EB4;
}
.btn-warning {
    border-radius: 0px;
    background-color: #D9871B;
    border-color: #D9871B;
}