/*your custom css goes here*/ 
@font-face {
    font-family: 'aktiv-grotesk';
    src: url('../font/Aktiv-Grotesk/TTF/AktivGrotesk-Regular.ttf') format('truetype')
}


body {
    font-family: 'aktiv-grotesk' ,sans-serif !important;
    background-color: #f2f3f8 !important;
}

.aiz-main-wrapper {
    /* background-color: #f2f3f8 !important; */
}

#footer {
    background-color: #041e42 !important;
    color: white !important
}

#footer .copyright {
    color: #818ea0 !important;
}

.top-navbar {
    border-bottom: 1px solid rgba(143, 151, 171, 0.15);
}

.top-navbar, #search-bar, #header_menu_labels {
    background-color: #031424 !important;
    font-family: 'aktiv-grotesk' ,sans-serif !important;
}

#menu-bar {
    background-color: #031424 !important;
}

#search-bar {
    border-color: #031424 !important;
}

#category-menu-bar {
    background-color: #f9b333 !important;
    color: black !important;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.carousel-box {
    /* background-color: white !important; */
}

.policy-file a > svg * {
    fill: #0062cc !important;
}

#call-to-action .call-to-action-content {
    background-color: #24292d !important;
    border-radius: 0.5rem !important;
}

#call-to-action .call-to-action-content::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url('../../img/pattern-2.png');
    background-repeat: no-repeat;
    background-position: 130% 80%;
    top: 0;
    right: 0;
}

.fill-white {
    fill: #fff !important;
}

.opacity-1 {
    opacity: 0.1 !important;
}

.cart-btn:hover .cart-btn-text {
    margin-top: -22px !important;
}

.cart-btn .cart-btn-text {
    margin-top: 32px !important;
}

#compare .badge, #wishlist .badge {
    color: black !important;
}

#menu-bar .country-item {
    position: relative;
}


#menu-bar .country-item a::after {
    content: '\f282';
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: absolute;
    top: 20px;
    right: -3px;
    font-size: 12px;
}


#hover-country-menu .active {
    display: block !important;
}

#hover-country-menu {
    top: 90%
}

#hover-country-menu .country-active-item:hover {
    background-color: #ffbd27 !important;
    border-color: #ffbd27 !important;
    color: black !important
}

._text-danger {
    color: #e62e04 !important;
}

#product-details .btn-primary {
    background-color: #0070dc !important;
    border-color: #0070dc !important;
    color: white;
}

/* #product-details .btn-primary:hover {
    background-color: black !important;
    border-color: #0062cc !important;
} */

#product-details .text-primary {
    color: #0062cc !important;
}

#product-details .btn-soft-primary {
    background-color: #cbdff4 !important;
    border-color: #cbdff4 !important;
    color: #0062cc !important;
}

#product-details .btn-soft-primary:hover {
    background-color: #0062cc !important;
    border-color: #0062cc !important;
    color: white !important;
}



#footer {
    background-color: #041e42 !important;
    color: white !important
}

#footer .copyright {
    color: #818ea0 !important;
}

#footer-categorie-list {
    list-style: none; 
    flex-flow: row wrap; 
    -webkit-box-orient: horizontal; 
    -webkit-box-direction: normal;
}

#footer-categorie-list li::after {
    content: "|";
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

#footer-categorie-list li {
    position: relative;
    font-size: 0.8125rem;
    margin-bottom: 0.1875rem;
}

#footer-categorie-list li a {
    color: white !important;
}

#footer-categorie-list li a:hover {
    text-decoration: underline;
}

#footer-newsletter-section {
    background-color: #041e42 !important;
    background-image: url('../img/pattern-2.png');
    background-repeat: no-repeat;
    background-position: 20% 30%;
}

.footer-newsletter p {
    color: #818ea0;
    font-size: 14px !important
}

#footer-widgets {
    background-color: #041e42 !important;
    border-color: #3b5998 !important;
}

.nav-item, .nav-link-light {
    color: #818ea0;
}

.nav-link-light:hover {
    color: white !important;
    text-decoration: underline;
}

.social li a {
    border-radius: 5px !important
}

.btn-primary, .btn-warning {
    color: black !important
}

.cart_summary .text-primary {
    color: #e62e04 !important;
}

._text-primary {
    color: #0062cc !important;
}

.active .border-bottom-6px {
    border-bottom-color: #0062cc !important;
}

.btn-link, .btn-link:hover {
    color: #0062cc !important;
}

.done .border-bottom-6px {
    border-bottom-color: #198754 !important;
}
.text-success, .hov-text-success:hover {
    color: #198754 !important;
}

a {
    color: #e62e04;
}

#cart_summary .badge-primary {
    background-color: #0062cc !important;
}

.aiz-rounded-check::after {
    background: #0062cc !important;
}

.aiz-megabox > input:checked ~ .aiz-megabox-elem, .aiz-megabox > input:checked ~ .aiz-megabox-elem {
    border-color: #0062cc !important;
}

.btn-soft-primary  {
    color: black !important
}

.btn-slide-warning:hover {
    color: black !important;
}

._btn-primary {
    background-color: #0070dc !important;
    border-color: #0070dc !important;
    color: white !important
}
