/*-----------------------------------------------------------------------------------------------------------
                                    ----Dashboard Menu---
------------------------------------------------------------------------------------------------------------*/
.dashboard-menu {
    background: #111827;
}
.dashboard-navbar-item a {
    font-size: 14px;
    font-weight: 500;
    color: #525252;
}
.dashboard-alert {
    padding: 0;
    margin-bottom: 0;
}
.dashboard-navbar {
    display: flex;
    margin: 14px 0;
    padding: 9px;
    list-style: none;
    gap: 25px;
    background: #1f2937;
    border-radius: 11px;
}
.dashboard-dropdown-navbar-item a {
    font-size: 13px;
    line-height: 31px;
    font-weight: 500;
    padding: 0px 8px !important;
    display: block !important;
}
.dashboard-dropdown-navbar-item a:hover {
    background: #111827;
    color: white !important;
}
.dashboard-user img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 2px dotted #046fbc;
    padding: 2px;
    margin-right: 4px;
}
.dashboard-dropdown-box {
    background: #1f2937;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    min-width: 165px;
    top: 63px !important;
    border-radius: 0 0 7px 7px;
    padding: 0;
}
.dashboard-alert a:not([class]) {
    text-decoration: none;
}
.dashboard-alert a:not([class]):hover {
    text-decoration: none;
    color: #12aa98;
}
.close-button {
    padding: 8px;
    color: #666d7b;
    border-radius: 4px;
    opacity: unset;
    background: black;
}
.close-button:hover {
    background: #374151;
    color: #666d7b;
}
.dashboard-list-divider>:nth-child(n+2) {
    border-top: 1px solid #18212c;
    margin-top: 0;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Header Part---
------------------------------------------------------------------------------------------------------------*/
.top-header {
    background: #ffffff;
    padding: 8px 0px 8px 0px;
    border-bottom: 1px solid #e7e7e7;
}
.top-header-links>ul>li>a {
    font-size: 15px !important;
    text-transform: none !important;
    color: #484848 !important;
}
.social-media a {
    background: #ffffff;
    line-height: 23px;
    padding: 6px;
    display: inline-block;
    color: #f25822;
    border-radius: 5px;
}
.social-media a:hover {
    background: #17499e;
    color: white;
}
.search-icon {
    background: #f1f3f4;
    border-radius: 4px;
    width: 44px !important;
    color: #5c5c5c !important;
    border-top: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}
.search-input {
    height: 49px !important;
    border-radius: 8px;
    background: #ffffff !important;
    border: 1px solid #d3d3d3 !important;
}
.menu-bar-area img {
    height: 24px;
}
.menu-bar-area h3 {
    font-size: 12px;
    font-weight: 500;
    margin-top: 4px;
    color: #525252;
    text-align: center;
}
.shopping-cart img {
    height: 24px;
}
.shopping-cart h3 {
    font-size: 12px;
    text-align: center;
    margin-top: 4px;
    font-weight: 500;
    color: #525252;
}
.shopping-cart .shopping-counter {
    margin-left: 18px;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 17px;
    width: 16px;
    height: 16px;
    margin-top: -28px;
    background-color: #17499e;
    border-radius: 100%;
    color: #fff;
    z-index: 2;
    position: absolute;
    text-align: center;
    display: grid;
}
.uk-sticky-fixed .navbar-button {
    display: block;
}
.navbar-button {
    display: none;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Body Part---
------------------------------------------------------------------------------------------------------------*/
body, .uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6, .feat span {
    font-family: "rubik", sans-serif;
}
body {
    background: #f5f5f5;
}
.uk-link, a {
    color: #272727;
    text-decoration: none;
}
.uk-link:hover, a:hover {
    text-decoration: none;
    color: #22408c;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Sidebar Navigation---
------------------------------------------------------------------------------------------------------------*/
.navbar-toggles:before {
    content: "";
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    background: url(/assets/icon/icon-menu.png) no-repeat center center;
    background-color: #083e9b;
    position: relative;
    top: -3px;
    left: -6px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.navbar-toggles {
    font-size: 17px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    transition: all .3s ease;
    border-radius: 10px;
    box-shadow: none;
    border: 0;
    color: #ffffff;
    text-align: var(--left);
    width: 100%;
    font-weight: 400;
    background: #17499e !important;
    font-family: 'Rubik';
}
.products-navigation-items img {
    height: 30px;
    width: 30px;
    margin-right: 9px;
}
.products-navigation-items a {
    background: #ffffff;
    padding: 8px 8px !important;
    font-size: 15px;
    font-weight: 400;
    color: #4e4e4e !important;
}
.products-navigation-items a:hover {
    background: #f7f7f7;
    color: #17499e;
}
.products-category-area {
    background: #ffffff;
    border-radius: 3px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Products Index---
------------------------------------------------------------------------------------------------------------*/
.popular-products-section {
    background: #fcf7f0;
    padding: 20px 0px 20px 0px;
}
.tab-buttons {
    border: 1px solid #000;
    padding: 8px;
    border-radius: 40px;
    display: block;
}
.tab-button {
    padding: 5px 20px;
    border: none;
    background: #fcf7f0;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.3s;
    border-radius: 60px;
    font-size: 16px;
    font-family: 'Rubik';
}
.tab-button.active {
    background: #17499e;
    color: #fff;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
.bg1 {
    background: #fcf7f069;
    padding: 8px 8px !important;
    border-radius: 0px;
}
.add-to-cart button {
    background: #f06023;
    border: none;
    padding: 6px 8px;
    border-radius: 50px;
    color: white;
    font-family: 'Rubik';
    cursor: pointer;
    margin: 0;
    font-size: 13px;
}
.add-to-cart button:hover {
    background: #d73b04;
    color: white;
}
.views-links a {
    background: #17499e;
    border: none;
    padding: 6px 8px;
    border-radius: 50px;
    color: white;
    font-family: 'Rubik';
    cursor: pointer;
    margin: 0;
    font-size: 13px;
}
.views-links a:hover {
    background: #053a95;
    color: white;
}
.latest-products-section {
    background: #ffffff;
    padding: 20px;
    border-radius: 9px;
}
.products-card-body {
    padding: 10px 10px 15px 10px;
    border: 1px solid #f0f0f0;
    border-radius: 20px;
}
.products-card-body:hover {
    box-shadow: 4px 4px 20px #0000001a;
    transition: .3s;
    position: relative;
}
.feature-products-section {
    background: #ffffff;
    padding: 30px 0px;
}
.add-to-cart-icon button {
    background: #f0f0f0;
    border: none;
    cursor: pointer;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    padding: 6px;
    text-align: center;
}
.add-to-cart-icon button:hover {
    background: #17499e;
    color: white;
}
.views-links-icon a svg {
    text-align: center;
    background: #f0f0f0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 4px;
    color: #444444;
}
.views-links-icon a svg:hover {
    background: #17499e;
    color: white;
}
.xxxxmedium-products-thumnail img {
    height: 225px;
}
.card-default {
    border: 1px solid #0e0e0e2e;
    border-radius: 12px !important;
    cursor: pointer;
}
.card-default:hover {
    box-shadow: 0 14px 25px rgba(0, 0, 0, .16);
}
.card-body-default {
    padding: 10px 10px 10px 10px;
}
.xxxxsmall-products-title a {
    font-size: 14px;
    color: #5a5a5a;
    font-weight: 400;
}
.products-prize {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.08px;
}
.products-prize-area .products-prize {
    font-size: 16px;
    font-weight: 500;
    color: #f06023;
}
.products-prize-area .discount-prize {
    font-size: 13px;
    text-decoration: line-through;
    color: #666666;
}
.products-prize-area .discount-percentage {
    background: #f06023;
    font-size: 12px;
    padding: 2px 6px;
    display: inline-block;
    border-radius: 26px;
    color: white;
}
.prize-area .discount-prize {
    font-size: 14px;
    color: #8b8b8b;
    text-decoration: line-through;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Category Heading---
------------------------------------------------------------------------------------------------------------*/
.heading-text h1 {
    font-size: 36px;
    font-weight: 500;
    color: #505050;
    margin: 0;
}
.categoty-heading-text h2 {
    font-size: 30px;
    margin-bottom: 0;
    color: #fb5b21;
    font-weight: 700;
}
.more-links a {
    font-size: 15px;
    color: #1c3186 !important;
    text-transform: none;
    font-weight: 500;
}
.more-links span {
    background: #d1daff;
    border-radius: 50%;
    top: -3px;
    position: relative;
    height: 15px;
    width: 15px;
    padding: 2px;
    color: #1c3186;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Add Products Offcanvas---
------------------------------------------------------------------------------------------------------------*/
.offcanvas-bar {
    padding: 0px;
    color: #6c6c6c;
    width: 410px;
}
.view-bag-check-out .view-bag {
    background: #1c3186;
    border: none;
    padding: 0px 15px;
    line-height: 43px;
    color: white;
    font-family: 'Rubik';
    font-size: 15px;
    cursor: pointer;
}
.view-bag-check-out .checkout {
    background: #cb171f;
    padding: 0px 15px;
    line-height: 43px;
    border: none;
    font-family: 'rubik';
    color: white;
    cursor: pointer;
    font-size: 15px;
}
.offcanvas-bar-header {
    padding: 15px 15px 15px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.offcanvas-bar-body {
    padding: 15px 15px 15px 15px;
}
.offcanvas-bar {
    padding: 0px;
    color: #6c6c6c;
}
.offcanvas-bar-footer {
    position: sticky;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 15px 15px 15px 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.offcanvas-close {
    padding: 8px;
    color: #ffffff !important;
    position: unset;
    background: #1c3186;
    border-radius: 3px;
}

.products-title a {
    color: #6a6a6a !important;
    font-weight: 400;
    font-size: 15.99px;
    line-height: 18.19px;
    letter-spacing: 0.1299px;

    display: -webkit-box;
    -webkit-line-clamp: 2; /* show 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;

    white-space: normal;
    text-overflow: ellipsis;
}
.xxxxxproducts-thumnail img {
    height: 80px;
    width: 80px;
    background: #e1e1e1;
    padding: 1px;
    border-radius: 4px;
}
.QuantityBox {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 8px;
    background: #f0f5f7;
    height: 30px;
    border-radius: 8px;
    width: 80px;
}
.quantity_minus, .quantity_plus {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0;
    background: #ffffff;
    text-decoration: none;
    text-align: center;
    border: 1px solid #dfdfeb;
    border-radius: 50% !important;
    line-height: 18px;
    font-size: 17px;
    color: #818181 !important;!i;!;
}
.quantity_minus:hover, .quantity_plus:hover {
    background: #d8561f;
    color: #fff !important;
}
.quantity_input {
    text-align: center;
    width: 15px;
    line-height: 30px;
    color: #878787;
    font-weight: 500;
    padding: 0 9px;
    border: none;
    background: #f0f5f7;
    font-size: 13px;
}
.products-remove-button button {
    background: #d8561f;
    padding: 4px;
    border-radius: 3px;
    color: white !important;
}
.products-list-divider>:nth-child(n+2) {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e5e5e5 !important;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Footer---
------------------------------------------------------------------------------------------------------------*/
.subscribe-socialMedia-section {
    background: #1948a0;
    padding: 30px 0px;
}
.Subscribe-heading-text h1 {
    color: white;
    font-size: 25px;
    text-align: center;
    margin: 0;
}
.social-media-heading-text h1 {
    font-size: 25px;
    margin: 0;
    text-align: center;
    color: white;
}
.subscribe-input {
    background: #ffffff;
    width: 70%;
    height: 50px !important;
    border: none;
    padding: 5px 8px;
    font-size: 15px;
    font-family: 'rubik';
    border-radius: 3px;
}
.form-area .submit-buttom {
    background: #16bcdc;
    border: none;
    line-height: 48px;
    border-radius: 3px;
    font-size: 16px;
    font-family: 'rubik';
    color: white;
    cursor: pointer;
}
.footer-area {
    padding: 40px 0;
    background: #ffffff;
}
.footer-heading {
    margin-bottom: 20px !important;
}
.text-link {
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    transition: all .1s ease-in-out;
    color: #263c97;
}
.text-link::before {
    width: 35px;
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    background: #263c97;
    height: 2px;
    transition: all .1s ease-in-out;
}
.text-link:hover::before {
    width: 100%;
}
.trademark-area {
    background: #1948a0;
}
.trademark-text p {
    margin: 0;
    font-size: 16px;
    color: #ffffff;
}
.footer-links a {
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
}
.footer-text p {
    font-size: 15px;
    margin: 0;
}
.trademark-text a {
    color: #ef8300;
}
.payment-thumnail img {
    height: 50px;
}
.back-to-top-buttom {
    background: #c41616;
    position: fixed!important;
    bottom: 50px;
    right: 20px;
    width: 30px;
    height: 30px;
    z-index: 88;
    display: inline-flex;
    vertical-align: middle;
    justify-content: center;
    color: #ffffff;
    border-radius: 4px;
}
.back-to-top-buttom:hover {
    background: #235153;
    color: white;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Products Single---
------------------------------------------------------------------------------------------------------------*/
.products-single-title h3 {
    font-size: 25px;
    font-weight: 500;
    color: #3e3e3e;
}
.single-products-description p {
    font-size: 15px;
    color: #4a4a4a;
    margin: 0;
}
.products-prize .products-current-prize {
    font-size: 32px;
    font-weight: 300;
    color: #f06023;
}
.products-prize .products-discount-prize {
    font-size: 26px;
    text-decoration: line-through;
    font-weight: 300;
    color: #8f8f8f;
}
.addCart button {
    border: none;
    background: #f06023;
    line-height: 38px;
    cursor: pointer;
    padding: 0px 12px;
    color: white;
    font-family: 'Rubik';
    border-radius: 50px;
    font-size: 14px;
}
.addCart button:hover {
    background: #e14402;
    color: white;
}
.buyProducts button {
    border: 1px solid #f06023;
    padding: 0px 12px;
    border-radius: 50px;
    line-height: 38px;
    font-size: 14px;
    font-family: 'rubik';
    color: #f06023;
    cursor: pointer;
}
.buyProducts button:hover {
    background: #f06023;
    color: white;
}
#submit-button:disabled{
    background: #92a6b6;
    border: none;
    padding: 10px 20px;
    font-family: 'Jost';
    font-size: 16px;
    cursor: not-allowed;
    color: white;
}
.rating {
    display: inline-block;
}
.rating input {
    display: none;
}
.rating label {
    float: right;
    cursor: pointer;
    color: #ccc;
    transition: color 0.3s;
}
.rating label:before {
    content: '\2605';
    font-size: 30px;
}
.rating input:checked ~ label,
.rating label:hover,
.rating label:hover ~ label {
    color: #6f00ff;
    transition: color 0.3s;
}
.tabButton>li>a {
    text-transform: none;
    font-size: 20px;
    font-weight: 400;
    color: #858585;
}
.tabButton>.uk-active>a {
    color: #333;
    border-color: #1e87f0;
}
.tabButton>.uk-active>a {
    color: #333;
    border-bottom: 2px solid #17499e;
}
.productsReview button {
    background: #f06023;
    border: none;
    padding: 10px 24px;
    cursor: pointer;
    font-family: 'rubik';
    border-radius: 3px;
    color: white;
}
.small-featured-product-thumnail img {
    height: 70px;
    width: 70px;
    border: 1px solid #f5f5f5;
}
.uk-active > .thumnail-active {
    border: 1px solid #a7a7a7 !important;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Single Page---
------------------------------------------------------------------------------------------------------------*/
.single-title {
    color: #4a4c4e !important;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2;
    transition: all .3s ease 0s;
    margin: 0;
}
.title-sticky .uk-sticky-fixed {
    padding-top: 22px;
}
.title-sticky .uk-sticky-fixed .single-title {
    font-size: 30px;
    transition: all .3s ease 0s;
    top: 40px;
    position: relative;
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    padding: 6px 0px 6px 0px;
}
.single-mobile-news-title h1 {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
}
.single-news-byline img {
    height: 30px;
    width: 31px;
    background: #ffffff;
    border-radius: 50%;
    margin-right: 5px;
}
.single-news-byline a {
    font-size: 18px;
    font-weight: 600;
    color: #525252;
}
.publish-date {
    font-size: 16px !important;
    color: #525252 !important;
    font-weight: 600;
}
.feature-image-caption {
    font-size: 14px;
    font-style: italic;
}
figcaption {
    background: #f8f9fa;
    padding: 4px;
    text-align: center;
    font-size: 15px;
    font-style: italic;
}
blockquote {
    background: #ffffff1f;
    padding: 20px;
    border-radius: 0px;
    overflow: hidden;
    border-left: 8px solid #3496d71f;
}
blockquote p {
    font-size: 17px !important;
    color: #333;
    line-height: 30px !important;
    font-weight: 500 !important;
}
em {
    color: #545454;
}
.single-news-content p {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 25px;
    font-style: normal;
    font-weight: 400;
    text-align: justify;
}
.tag-box {
    background: #b0224b1c;
    border: 1px solid #ffcedc;
    border-radius: 9px;
    padding: 15px;
}
.trending-tags {
    overflow: auto;
    white-space: nowrap;
}
.trending-tags a {
    background: white;
    margin-right: 13px;
    padding: 3px 11px;
    font-size: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
    border-radius: 12px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Menu Offcanvas Bar---
------------------------------------------------------------------------------------------------------------*/
.menu-offcanvas-bar {
    padding: 0;
    background: #000000;
    width: 240px;
}
.offcanvas-bar-close button {
    background: #17499e;
    padding: 7px;
    color: white !important;
    border-radius: 50%;
}
.navbar-logo-area {
    background: #ffffff;
    padding: 23px;
}
.sidebar-nav-area {
    background: #ffffff;
}
.searchInput {
    height: 49px !important;
    background: #17499e !important;
    border: none !important;
}
.searchIcon {
    background: #f25822;
    width: 44px !important;
    color: #ffffff !important;
}
.sidebar-nav-item a {
    font-size: 15px;
    line-height: 50px;
    font-weight: 400;
    color: #2c2c2c;
    padding: 0px 8px;
    display: block;
}
.sidebar-nav-item a:hover {
    background: #f25822;
    color: white;
}
.sidebar-nav-item-dropdown a {
    padding: 0px 8px !important;
    font-size: 15px;
    color: #2c2c2c !important;
    line-height: 50px;
    font-weight: 400;
    display: block;
}
.sidebar-nav-item-dropdown a:hover {
    background: #e21a22;
    color: white !important;
}
.sidebar-dropdown-child-category a {
    font-size: 13px;
    line-height: 35px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Search Modal---
------------------------------------------------------------------------------------------------------------*/
.search_box {
    background: #dbdbdb;
    border-radius: 8px;
}
.heading-text h3 {
    margin: 0;
    font-size: 27px;
    font-weight: 700;
    color: #22408c;
}
.search-form-box {
    width: 100%;
}
.search-input-box {
    height: 61px !important;
    border-radius: 16px;
    background: white !important;
}
.search-icon-box {
    background: #ed1c24;
    border-radius: 0px 16px 16px 1px;
    width: 65px !important;
    color: #ffffff !important;
}
.search-icon-box:hover {
    background: #c90008;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----404 Blade---
------------------------------------------------------------------------------------------------------------*/
.not-found-heading-text h2 {
    font-size: 25px;
    font-family: 'jost';
    font-weight: 600;
    color: #c41616;
    margin: 0;
}
.not-found-heading-text h5 {
    font-size: 20px;
    margin: 0;
    font-family: 'jost';
    color: #666666;
}
.home-page-button a {
    background: #c41616;
    padding: 6px 12px;
    color: white;
    font-family: 'jost';
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Mobile Footer Menu---
------------------------------------------------------------------------------------------------------------*/
.mobile-footer-menu {
    background: #ffffff;
    padding: 8px 8px 8px 8px;
    box-shadow: 0 -10px 15px rgba(0, 0, 0, .08);
}
.footer-menu-area img {
    height: 20px;
    margin-bottom: 2px;
}
.footer-menu-area h3 {
    margin: 0;
    font-size: 15px;
    color: #22408c;
    font-weight: 600;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Notification---
------------------------------------------------------------------------------------------------------------*/
.uk-notification-message {
    position: relative;
    padding: 10px;
    background: #ffffff;
    font-size: 13px;
    line-height: 1.4;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    border-radius: 2px;
}
.uk-notification-close {
    display: block;
    position: absolute;
    top: 6px;
    right: 10px;
    background: #f8f8f8;
    padding: 6px;
    border-radius: 2px;
    color: #4e4e4e !important;
}
.uk-notification-close:hover {
    background: #f30000;
    color: white !important;
}