/* Background orange  */

.background-orange {
    background: linear-gradient(-180deg, #f53d2d, #f63);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

a.text-white {
    color: #fff !important;
}

/* Header top */

#header-top {
    color: #fff;
    padding: 10px 0;
    font-size: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#header-top a {
    color: #fff;
}

#header-top a:hover {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

/* Header */

header#header {
    padding: 12px 0 11px;
    font-size: 13px;
}

header#header a {
    color: #fff;
    font-size: 13px;
}

header#header a:hover {
    text-decoration: none !important;
}

header#header a#monaliza-logo {
    padding: 6px 0 0;
}

header#header a#monaliza-logo img {
    width: auto;
    height: 20px;
    padding: 0;
}

header#header a.header-cart i {
    font-size: 18px;
    color: #fff;
    vertical-align: -3px;
}

header#header a.header-wishlist i {
    font-size: 18px;
    color: #fff;
    vertical-align: -3px;
}

header#header .col.header-account {
    max-width: 200px !important;
    min-width: 200px !important;
}

header#header .header-account a.btn:hover {
    color: #fff;
}

/* Search box */

header#header #search {
    font-size: 13px;
}

header#header span#search {
    padding: 0;
}

header#header #search button[type="submit"] {
    background: transparent;
    border: 0;
    padding: 6px 15px
}

header#header #search button[type="submit"] i {
    color: #fff;
}

header#header #search button[type="submit"]:hover i {
    color: yellow;
}

header#header #header-search .form-control {
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.input-group-text.success {
    color: rgb(255, 255, 255);
    background-color: rgb(92, 184, 92);
    border-color: rgb(76, 174, 76);
}

/* Header category */

#header-category {
    margin: 0;
    padding: 0 !important;
    margin-top: -7px;
    margin-left: -15px;
    margin-bottom: -10px;
}

#header-category .show a.dropdown-toggle {
    color: #fff;
}

#header-category .dropdown-menu i {
    width: 25px;
    text-align: center;
}

/* Mega menu category */

.dropdown-item {
    padding: .4rem 1rem !important;
}

.dropdown-menu {
    min-width: 900px !important;
    font-size: 12px !important;
    line-height: 22px !important;
}

.dropdown-menu a {
    color: #333 !important;
}

.dropdown-menu a:hover {
    color: #f03030 !important;
}

.dropdown-menu ul {
    margin-bottom: 10px;
    margin-top: 5px;
    margin-left: 0;
    padding-left: 0;
}

.dropdown-menu ul li {
    margin-left: 20px;
}

/* Tooltip */

.tooltip {
    font-size: 11px !important;
}

/* Elementor */

.elementor-headline-animation-type-clip .elementor-headline-dynamic-wrapper:after {
    background-color: rgba(0, 0, 0, 0.2) !important;
}