/**
 * Custom CSS for Bulgarian (.bg) site
 * Adjustments for Open Sans font vs AvenirNext LT Pro
 * Open Sans is slightly larger/wider than Avenir, so some size reductions may be needed
 * Using !important to override general custom.css styles
 */

/* Menu adjustments */
.c-mega-menu .nav.navbar-nav > li > a {
    font-size: 13px !important;
    /* letter-spacing: 0.3px !important; */
}

.c-mega-menu .dropdown-menu li a {
    font-size: 13px !important;
}

.c-mega-menu .dropdown-menu h3 {
    font-size: 14px !important;
}

/* Top menu links */
.c-top-menu .c-links-top li a {
    font-size: 13px !important;
}

/* Header adjustments */
.c-layout-header .c-topbar-brand .c-top-menu a {
    font-size: 13px !important;
}

/* Button text */
.btn {
    letter-spacing: 0.3px !important;
}

/* Cart menu */
.c-cart-menu .c-font-sbold {
    font-size: 13px !important;
}

/* Footer adjustments */
footer .c-font-14 {
    font-size: 13px !important;
}

/* Checkout page */
.c-shop-checkout-1 label {
    font-size: 13px !important;
}

.c-shop-checkout-1 .c-font-14 {
    font-size: 13px !important;
}

/* Product page */
.c-product-title {
    letter-spacing: 0.2px !important;
}

/* General text adjustments */
.c-font-sbold {
    font-weight: 600 !important;
}

.c-font-bold {
    font-weight: 700 !important;
}

.c-fonts-bold {
    font-weight: 600 !important;
}
.btn {
    font-weight: 600 !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700 !important;
}
.priceListing {
    font-weight: 700 !important;
}
.lister-product .titleListing {
    font-weight: 400 !important;
}
.subtitle {
    font-weight: 400 !important;
}
.headings {
    font-weight: 600 !important;    
}
@media (min-width: 1081px) and (max-width: 1200px){
.c-page-on-scroll.c-layout-header-fixed .c-layout-header .c-mega-menu .nav.navbar-nav > li > .c-link {
    font-size: 12px !important;
    padding: 23px 5px 21px 5px !important;
    font-weight: 700 !important;
}
.c-layout-header .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-link {
    font-size: 12px !important;
    padding: 41px 5px 39px 5px !important;
    font-weight: 700 !important;
}
}
@media (min-width: 1201px){
.c-page-on-scroll.c-layout-header-fixed .c-layout-header .c-mega-menu .nav.navbar-nav > li > .c-link {
    padding: 23px 8px 23px 8px !important;
    font-weight: 700 !important;
    font-size: 13px !important;
}
.c-layout-header .c-navbar .c-mega-menu > .nav.navbar-nav > li > .c-link {
    padding: 39px 8px 43px 8px !important;
    font-weight: 700 !important;
    font-size: 13px !important;
}
.c-center-lg {
    text-align: center;
} 
}