.l__container {
    width: 90%;
    max-width: 90rem;
    margin: 0 auto;
}

header .mb__view .uk-navbar-toggle svg {
    display: none;
    color: #ffffff;
}
header .mb__view .uk-navbar-toggle:hover,
.uk-navbar-toggle[aria-expanded="true"] {
    color: #ffffff;
}
header .mb__view .uk-navbar-dropdown-nav li a {
    padding: 0;
    display: block;
    font-weight: 600;
}
header .navbar .uk-navbar-nav > li > a {
    min-height: auto;
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: capitalize;
}
header .header__bottom--right form select,
header .header__bottom--right form input {
    font-size: 0.875rem;
    color: #8d8d8d;
}
header .header__bottom--right form select:focus,
header .header__bottom--right form input[type="text"]:focus {
    border-color: #dddddd;
    outline-offset: 0;
    box-shadow: none;
    font-size: 0.875rem;
}
header .header__bottom--left .uk-offcanvas-close svg {
    height: 25px;
    width: 25px;
}
header .header__bottom--left .uk-offcanvas-close svg line {
    fill: #4a4a4a;
    stroke: #4a4a4a !important;
}
header .header__social li svg path {
    fill: #ffffff !important;
}
header .offcanvas__body .uk-parent a .uk-icon {
    /* background-color: #ffffff;
    padding: .125rem; */
}
header .offcanvas__body .uk-parent a .uk-icon svg polyline {
    stroke: #ffffff !important;
}

.header-sticky {
    position: fixed;
    top: 0;
    animation: slideDown 0.5s;
    z-index: 9;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3019607843);
    transition: all 0.5s ease;
    background-color: #fbfbfb;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0%);
    }
}

footer .ribbon {
    position: absolute;
    top: 0;
    margin: -16px 0 0;
    padding: 10px 20px 6px;
    color: #fff;
    font-size: 20px;
    z-index: 1;
    background-color: #8b2f32;
    font-style: italic;
    font-weight: 400;
    text-transform: capitalize;
}
footer .ribbon:before {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 0;
    width: 7px;
    right: 100%;
    border-right: 10px solid #8b2f32;
    border-top: 16px solid transparent;
}

.footer .widget-newsletter .form-control {
    height: 4.8rem;
    padding: 0.9rem 2.5rem 0.8rem 0;
    border: 0;
    box-shadow: none;
    outline: none;
    background: #292c30;
    color: #777;
    font-size: 1.2rem;
}

/* banner and category */
.category__list {
    border: 1px solid #e7e7e7;
}

.category__wrap svg:hover path {
    fill: #8b2f32;
}
/* svg path {
    fill:#6a6a6d !important;
} */

.uk-light .uk-slidenav {
    background-color: #8b2f32;
    border-radius: 3px;
}
.uk-light .uk-slidenav svg polyline {
    stroke: #ffffff !important;
}

.owl-carousel .owl-dots {
    position: absolute;
    top: -2.8125rem;
    right: 0;
    margin: 0 !important;
}
.owl-carousel .owl-dots button span {
    height: 0.9375rem !important;
    width: 0.9375rem !important;
    background-color: transparent !important;
    border: 1px solid #6a6a6d;
    border-radius: 50%;
    position: relative;
}
.owl-carousel .owl-dots button span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 0.5rem;
    width: 0.5rem;
    border-radius: 50%;
}
.owl-carousel .owl-dots button.active span {
    border-color: #08c;
}
.owl-carousel .owl-dots button.active span:before {
    background-color: #08c;
}
.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    margin-top: 0;
}
.owl-carousel .owl-nav button {
    height: 1.875rem;
    width: 1.875rem;
    background-color: #8b2f32 !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.owl-carousel .owl-nav button span {
    display: none;
}
.owl-carousel .owl-nav button:before {
    content: "";
    font: var(--fa-font-solid);
    content: "\f054";
    color: #ffffff;
}
.owl-carousel .owl-nav button.owl-prev:before {
    content: "\f053";
}
.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}
.owl-carousel .owl-nav button.owl-next {
    right: 0;
}

#demo {
    background-color: #8b2f32;
    color: white;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: 0.125rem;
}

.cta__bg {
    background-image: url(../images/slide-3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: auto;
    width: 100%;
    padding: 3.125rem 0;
    position: relative;
}
.cta__bg:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.back-to-top svg path {
    fill: #ffffff !important;
}

.f-button {
    background: #ffffff !important;
}
.wishlist__icon:hover svg path {
    fill: #8b2f32 !important;
}
.toolbox .uk-offcanvas-close svg {
    margin-right: 0;
}
.wrapper {
    margin-top: 1.5625rem;
}
.price-input {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.5625rem;
    width: 100%;
}
.price-input .field {
}
.field input {
    max-width: 3.125rem;
    height: 1.875rem;
    outline: none;
    text-align: center;
    border: none;
    font-size: 0.8125rem;
    padding: 0;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.price-input .separator {
    /* width: 3.125rem; */
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}
.slider {
    height: 3px;
    position: relative;
    background: #8b2f32;
    border-radius: 5px;
}
.slider .progress {
    height: 100%;
    left: 0%;
    right: 25%;
    position: absolute;
    border-radius: 5px;
    background: #8b2f32;
}
.range-input {
    position: relative;
}
.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
input[type="range"]::-webkit-slider-thumb {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #8b2f32;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #8b2f32;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.custom__radio label input {
    display: none;
}
.custom__radio label span {
    display: inline-block;
    position: relative;
    max-width: 132px;
    text-align: center;
    margin: 3px 6px 3px 0;
    padding: 4px 8px;
    transition: all 0.3s;
    border: 1px solid #e9e9e9;
    color: #777;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6rem;
    text-decoration: none;
}
.custom__radio label input:checked + span {
    background-color: #1f3372;
    color: #ffffff;
}

fieldset {
    position: relative;
}
fieldset .star-cb-group {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 1rem;
}
fieldset .star-cb-group > input {
    display: none;
}
fieldset .star-cb-group > input + label {
    /* only enough room for the star */
    display: inline-block;
    overflow: hidden;
    text-indent: 9999px;
    width: 2rem;
    white-space: nowrap;
    cursor: pointer;
}
fieldset .star-cb-group > input + label::before {
    display: inline-block;
    text-indent: -9999px;
    content: "☆";
    color: #888;
    font-size: 1.875rem;
}
fieldset .star-cb-group > input:checked ~ label:before,
fieldset .star-cb-group > input + label:hover ~ label:before,
fieldset .star-cb-group > input + label:hover:before {
    content: "★";
    color: #f85050;
    font-size: 1.875rem;
}
fieldset .star-cb-group .star-cb-clear + label {
    text-indent: -9999px;
    width: 0.5em;
    margin-left: -0.5em;
}
fieldset .star-cb-group .star-cb-clear + label::before {
    width: 0.5em;
}
fieldset .star-cb-group:hover > input + label::before {
    content: "☆";
    color: #888;
    text-shadow: none;
}
fieldset .star-cb-group:hover > input + label:hover::before,
fieldset .star-cb-group:hover > input + label:hover ~ label:before {
    content: "★";
    color: #e52;
    text-shadow: 0 0 1px #333;
}
fieldset .site-button {
    margin-top: 1.25rem;
    text-align: center;
}

.compare__list {
    overflow-x: auto;
}
.compare__list__table {
    width: 100%;
    white-space: nowrap;
}
.compare__list__table tbody tr td:first-child {
    width: 6.25rem;
}
.compare__list__table tbody td {
    white-space: initial;
}
.compare__list__table tbody td .product {
    white-space: initial;
    width: 18.75rem;
}

.notification .uk-offcanvas-bar {
    padding: 20px;
}
.notify-card {
    text-align: left;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    margin-top: 16px;
}
.notify-card h6 {
    color: #000000;
    font-weight: 600;
}
.notify-card p {
    font-size: 14px;
    margin-bottom: 0;
}
.notify-card:hover, .notify-card.new {
    border-left: 4px solid #8D4A9C;
}

@media (max-width: 767px) {
    .header__bottom--left button svg,
    .header__bottom--right li a svg {
        height: 75px;
        width: 75px;
    }
}
