:root {
    --font1: 'Lato', sans-serif;
    --font2: 'Crimson Text', serif;
    /*--color1:#dd4026;*/
    --color1: #fcb040;
    --color2: #ebdd62;
    --color3: #7a7a7a;
    --color4: #fcb040;
}

.font1 {
    font-family: var(--font1);
}

.font2 {
    font-family: var(--font2);
}

.text-theme-color1 {
    color: var(--color1);
}

body {
    font-family: var(--font1);
}

h1 {
    font-size: 50px;
    font-family: var(--font2);
    font-style: italic;
    font-weight: 600;
    margin-bottom: 50px;
}

    h1 small {
        font-size: 45px;
    }

h2 {
    font-size: 56px;
    font-family: var(--font2);
    font-style: italic;
    font-weight: 600;
}

h3 {
    font-size: 38px;
    font-family: var(--font2);
    font-style: italic;
    font-weight: 600;
}

h4 {
    font-size: 30px;
    font-family: var(--font2);
    font-style: italic;
    font-weight: 600;
}

h5 {
    font-size: 24px;
    font-family: var(--font2);
    font-weight: 600;
    line-height: 1.5;
}

h6 {
    font-size: 18px;
    font-family: var(--font2);
    font-weight: 600;
    line-height: 1.5;
}

a, a:hover {
    text-decoration: none;
}

::placeholder {
    color: #ccc !important;
}

body.offcanvas-active {
    overflow: hidden;
}

.screen-darken {
    height: 100%;
    width: 0%;
    z-index: 30;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(34, 34, 34, 0.6);
    transition: opacity .2s linear, visibility 0.2s, width 2s ease-in;
}

    .screen-darken.active {
        z-index: 10;
        transition: opacity .3s ease, width 0s;
        opacity: 1;
        width: 100%;
        visibility: visible;
    }

.header {
    background: #000;
    background: linear-gradient(0deg, #0000 0%, #000 100%);
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    padding: 0 30px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.headeractive {
    background-color: #000;
}

.header a {
    color: #fff;
}

    .header a:hover {
        color: var(--color2);
    }

.header .navbar-nav .nav-item {
    display: flex;
    align-items: center;
}

.header .navbar-nav .nav-link {
    font-size: 12px;
    text-transform: uppercase;
    font-family: var(--font1);
    font-weight: 600;
    color: #fff;
}

    .header .navbar-nav .nav-link:hover {
        color: var(--color2);
    }

.header .dropdown-item {
    color: #000;
    font-size: 13px;
}

    .header .dropdown-item:hover {
        color: var(--color1);
    }

.header .dropdown > .dropdown-toggle + .dropdown-menu {
    top: 30px;
    border-radius: 0px;
    border: 0px;
    padding: 0px;
}

.header .dropdown:hover > .dropdown-toggle + .dropdown-menu {
    display: block;
}

.header .dropdown .dropdown-menu a {
    border-bottom: 1px solid #e3e3e3;
    line-height: 30px;
    font-weight: 600;
    display: flex;
}

    .header .dropdown .dropdown-menu a span {
        margin-left: auto;
        padding-left: 10px;
    }

.header .dropdown .dropdown-menu .submenu {
    padding: 0px;
    border-radius: 0px;
    border: 0px;
    top: 0px;
}

    .header .dropdown .dropdown-menu .submenu a {
        line-height: 24px;
        font-weight: 500;
        text-transform: capitalize
    }

.social a {
    padding: 10px;
    color: #212529;
    font-size: 23px;
}

#header-search .modal-content {
    background-color: transparent;
    border: 0px;
}

.search-bar, .search-bar button, .search-bar input, .search-bar input::placeholder {
    color: #fff6;
}

.search-bar {
    display: flex;
    font-size: 32px;
    border-bottom: 2px solid #fff3;
    padding-bottom: 20px;
}

    .search-bar button {
        background: none;
        border: 0px;
        opacity: 1;
    }

        .search-bar button:hover {
            color: #fff;
        }

    .search-bar input {
        border: 0px;
        flex: auto;
        background-color: transparent;
        outline: none;
        color: #fff;
    }

.screen-darken.active,
.modal-backdrop.show {
    opacity: 0.9;
    z-index: 8;
}

.category-matter {
    position: relative;
    overflow: hidden;
    padding: 10%;
    height: 100%;
}

    .category-matter:before {
        content: '';
        border: 2em solid var(--color1);
        border-radius: 50%;
        width: 26em;
        height: 26em;
        display: block;
        position: absolute;
        bottom: -16em;
        right: -16em;
    }

    .category-matter p {
        font-family: var(--font2);
        font-size: 18px;
    }

.link {
    color: var(--color1);
    font-weight: 600;
}

.links a {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    display: block;
    line-height: 32px;
}

    .links a:hover {
        color: var(--color1);
    }

.btn-default {
    font-size: 12px;
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
    padding: 0 30px;
    line-height: 40px;
}

    .btn-default::before {
        background-color: var(--color1);
    }

.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

    .video-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

.cat-thumb, .cat-thumb img, .cat-thumb .layer, .cat-thumb .layer .title,
.cat-thumb:hover, .cat-thumb:hover img, .cat-thumb:hover .layer, .cat-thumb:hover .layer .title {
    transition: all 1000ms;
}

.cat-thumb {
    display: block;
    position: relative;
    margin: 0 5px /* background-color: #000;*/
}

    .cat-thumb img { /*opacity: .5;*/
    }

    .cat-thumb .layer {
        position: absolute;
        padding: 80px 30px 30px;
        bottom: 0px;
        left: 0;
        right: 0;
        z-index: 1;
    }

        .cat-thumb .layer .title {
            font-family: var(--font2);
            font-size: 24px;
            line-height: 24px;
            font-weight: 600;
            font-style: italic;
            color: #fff;
        }

    .cat-thumb:hover img {
        opacity: .5;
    }

    .cat-thumb:hover .layer {
        background: linear-gradient(0deg, #000 0%, #0000 100%);
    }

        .cat-thumb:hover .layer .title {
            color: var(--color2);
        }

.padding-box-5 {
    padding: 10%;
}

.padding-box-10 {
    padding: 5% 20%;
}

.pro-thumb {
    padding: 30px;
}

    .pro-thumb .thumb {
        border: 1px solid #efefef;
        display: block;
        margin-bottom: 10px;
        width: 100%;
        height: 350px;
        overflow: hidden;
    }

        .pro-thumb .thumb img {
            object-fit: contain;
            width: 100%;
            height: 100%;
        }

    .pro-thumb .title {
        font-family: var(--font2);
        font-size: 15px;
        font-weight: 600;
        color: #000;
        text-align: center;
        height: 50px;
    }

        .pro-thumb .title a {
            color: #000;
            cursor: pointer;
        }

    .pro-thumb .price {
        font-family: var(--font2);
        font-weight: 600;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin-bottom: 10px;
    }

        .pro-thumb .price i {
            font-size: 80%;
        }

        .pro-thumb .price del {
            font-size: 19px;
            color: #888;
        }

        .pro-thumb .price b {
            font-size: 19px;
            color: var(--color1);
        }

    .pro-thumb .buy-now {
        background-color: var(--color1);
        font-size: 12px;
        text-transform: uppercase;
        color: #000;
        padding: 0 15px;
        line-height: 30px;
        display: table;
        /*margin: 0 auto;*/
        font-weight: 600;
        border-radius: 3px;
    }

        .pro-thumb .buy-now::before {
            background-color: var(--color2);
            border-radius: 3px;
        }

        .pro-thumb .buy-now:hover {
            color: #000;
            border-radius: 3px;
        }

.bg-light {
    background-color: #f7f8fc !important;
}

.user-profile {
    border-radius: 200px;
    overflow: hidden;
    display: inline-block;
}

    .user-profile img {
        object-fit: cover;
    }

.testimonials {
    padding: 150px 0;
}

.p-style-2 {
    font-family: var(--font2);
    font-size: 18px;
    color: #7a7a7a;
}

.footer-top {
    background-color: #222222;
    text-align: center;
    padding: 70px 0px 40px;
    color: #919191;
}
.footer-top ul{
    margin:0;
    padding-left:15px;
}
.footer-top ul li{
    line-height:30px;
}

.footer-top a {
    color: #919191;
}

.footer-top a:hover {
    color: var(--color1)
}

.footer-top a i {
    /*font-size: 23px;*/
}

.footer-top h6 {
    color: #fff;
}

.copy-right {
    background-color: #181818;
    color: #919191;
    text-align: center;
    padding: 15px 10px;
    font-family: var(--font2);
    font-style: italic;
}

    .copy-right a {
        color: #919191;
    }

.mini-cart {
    color: #fff;
    height: 65vh;
    overflow-y: auto;
}

    .mini-cart::-webkit-scrollbar {
        width: 10px;
    }

    .mini-cart::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .mini-cart::-webkit-scrollbar-thumb {
        background: #888;
    }

        .mini-cart::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.MiniCart .pro-details {
    font-size: 13px;
    color: #fff;
    display: flex;
    margin-bottom: 20px;
}

.MiniCart .thumb {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
}

    .MiniCart .thumb img {
        object-fit: cover;
        width: 100%;
    }

.MiniCart .matter {
    padding-left: 20px;
}

.MiniCart .title {
    font-size: 16px;
    display: inline-block;
    width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.MiniCart .qnt {
    font-weight: 600;
}

.MiniCart .total {
    border-block: 1px solid #fff3;
    padding-block: 10px;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.MiniCart .buttons {
    display: flex;
    justify-content: space-between;
}

    .MiniCart .buttons a {
        display: block;
        padding: 0 30px;
        line-height: 50px;
        background-color: var(--color1);
        color: #fff;
        margin: 0 5px;
        font-weight: 600;
        text-transform: uppercase;
    }

.top-10px {
    top: 10px;
}

.hero-banner {
    text-align: center;
}

.under-banner {
    height: 300px;
    overflow: hidden;
    background-color: #000;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
}

.under-banner:before {
        content: "";
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        /*background-color: #0009;*/
    }

.pageName {
    background-color: #f7f8fc;
    padding: 30px 0px;
}

    .pageName h1 {
        margin: 0px;
        margin: 0px;
        padding: 0px;
        line-height: 0.8;
        font-variant: petite-caps;
        font-style: normal;
    }

        .pageName h1:first-letter {
            color: var(--color4);
            font-size: 200%;
        }

.pagePath {
    font-size: 10px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    color: var(--color3);
}

    .pagePath a {
        color: var(--color1);
    }


section.range-slider {
    position: relative;
}

    section.range-slider input {
        pointer-events: none;
        position: absolute;
        overflow: hidden;
        left: 0;
        top: 0px;
        outline: none;
        margin: 0;
        padding: 0;
    }

        section.range-slider input::-webkit-slider-thumb {
            pointer-events: all;
            position: relative;
            z-index: 1;
            outline: 0;
            background-color: var(--color1);
        }

        section.range-slider input::-moz-range-thumb {
            pointer-events: all;
            position: relative;
            z-index: 10;
            -moz-appearance: none;
            width: 9px;
            background-color: var(--color1);
        }

        section.range-slider input::-moz-range-track {
            position: relative;
            z-index: -1;
            border: 0;
        }

        section.range-slider input:last-of-type::-moz-range-track {
            -moz-appearance: none;
            background: none transparent;
            border: 0;
        }

        section.range-slider input[type=range]::-moz-focus-outer {
            border: 0;
        }

.btn-default-hover-outline {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: var(--color1);
    padding: 7px 20px;
    display: inline-block;
    border: 2px solid var(--color1);
    color: #000;
    font-weight: 600;
}

    .btn-default-hover-outline:hover, .btn-default-hover-outline:focus, .btn-default-hover-outline.active {
        color: #000;
        border-color: #000;
    }

    .btn-default-hover-outline.hvr-sweep-to-right:before {
        background-color: #fff;
    }

.theme-navigation .page-item {
    padding: 0 2px;
}

.theme-navigation .page-link {
    border: 2px solid #999;
    border-radius: 0px;
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
}

    .theme-navigation .page-link:hover, .theme-navigation .page-link.active {
        background-color: #fff;
        border: 2px solid #000;
        color: #000;
    }

.single-product-gallery .thumbnails {
    column-count: 4;
    column-gap: 10px;
    margin-block: 10px;
}

    .single-product-gallery .thumbnails img {
        display: block;
        min-width: 100%;
        max-width: 100%;
    }

.single-product-gallery .toggle {
    display: block;
    margin: 10px auto 1.5em;
}

.product_meta a {
    text-decoration: underline;
    color: #000;
}

    .product_meta a:hover {
        color: var(--color1);
    }

.add-items {
    display: inline-flex;
    border: 2px solid var(--color1);
}

    .add-items .input {
        border: 0px;
        width: 50px;
        line-height: 48px;
        text-align: center;
        font-size: 22px;
    }

    .add-items .minus, .add-items .plus {
        background-color: var(--color1);
        color: #fff;
        width: 30px;
        text-align: center;
        display: block;
        line-height: 25px;
        cursor: pointer;
    }

        .add-items .minus:hover,
        .add-items .plus:hover {
            background-color: #000;
        }

.item-cart {
    display: grid;
    grid-template-columns: 15% 40% 15% 15% 10%;
    gap: 10px;
    border: 2px solid #e3e3e3;
    border-radius: 5px;
    padding: 10px;
    align-items: center;
    margin-bottom: 10px;
}

.fa-rotate-45-mins {
    transform: rotate(-45deg);
}

.whatsapp {
    background-color: #1ad03f;
    color: #fff;
    font-size: 30px;
    padding: 4px 15px;
    border-radius: 3px;
}

    .whatsapp:hover {
        background-color: #0b7e22;
    }

    .whatsapp.small {
        padding: 0 10px;
    }

@media(min-width:769px) {
    .header .navbar-nav .nav-item:after {
        content: "";
        border-right: 1px solid #fff6;
        height: 12px;
        margin: 0 30px;
    }

    .header .navbar-nav .nav-item:last-child:after {
        display: none;
    }

    .header .offcanvas-header {
        display: none;
    }

    .social {
        padding: 0 80px;
    }

    .border-sm-end {
        border-right: 1px solid #ccc;
    }

    .whatsapp.small {
        font-size: 20px;
    }
}

/* ============ mobile view ============ */
@media (max-width: 768px) {
    body {
        padding-top: 80px;
    }

    .header {
        padding: 10px;
        background: #000;
    }

        .header .navbar-brand img {
            /*width: 200px;*/
            height: 70px;
        }

        .header .navbar-nav {
            margin-top: 10px;
        }

        .header .social {
            margin-top: 20px;
        }

        .header .navbar-nav .nav-item {
            display: block;
        }
    .add-items{
        margin-right:7px!important;
    }
    .btn-default-hover-outline {
        letter-spacing: 0;
        padding: 0 5px;
        border: 1px solid var(--color1);
    }

    #navbar_main .offcanvas-header {
        display: block;
    }

    .mobile-offcanvas {
        visibility: hidden;
        transform: translateX(-100%);
        border-radius: 0;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 1200;
        width: 100%;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: visibility .3s ease-in-out, transform .3s ease-in-out;
        background-color: #000;
    }

        .mobile-offcanvas.show {
            visibility: visible;
            transform: translateX(0);
        }

        .mobile-offcanvas .container, .mobile-offcanvas .container-fluid {
            display: block;
        }

    .header .offcanvas-header .btn-close {
        color: #fff;
        font-size: 24px;
    }

    .search-btn {
        display: none;
    }

    .padding-box-10 {
        padding: 5%;
    }

        .padding-box-10 h1 {
            font-size: 38px;
            margin-bottom: 20px;
        }

    .testimonials {
        padding: 10% 0;
    }

    .cart .offcanvas-header {
        display: flex;
        justify-content: space-between;
    }

    .mini-cart {
        height: 66vh;
    }

    .pageName h1 {
        font-size: 28px;
    }

        .pageName h1:first-letter {
            font-size: 200%;
        }

    .pro-thumb {
        padding: 0px;
        margin-bottom: 30px;
    }

        .pro-thumb .title {
            font-size: 15px;
            line-height: 1.2
        }

        .pro-thumb .price del,
        .pro-thumb .price b {
            font-size: 17px;
        }

        .pro-thumb .buy-now {
            display: block;
            line-height: 30px;
            text-align: center;
            padding: 0 15px;
        }

    .under-banner {
        display: none;
    }

    .cart-box1 {
        grid-area: image;
    }

    .cart-box2 {
        grid-area: title;
    }

    .cart-box3 {
        grid-area: add;
        text-align: right;
    }

    .cart-box4 {
        grid-area: price;
    }

    .cart-box5 {
        grid-area: action;
    }

    .item-cart {
        grid-template-areas:
            'title title title action'
            'image price price add';
        grid-template-columns: 30% auto auto auto;
        text-align: center;
    }

    .footer-top {
        padding: 30px 0px;
        font-size: 13px;
    }

        .footer-top .logo {
            width: 150px;
        }

        .footer-top .p-style-2 {
            font-size: 16px;
        }

    .whatsapp.small {
        font-size: 19px;
    }

    .single-product-gallery .thumbnails {
        width: auto !important;
    }

    .desktop {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

    .categories {
        margin-bottom: 15px !important;
    }

    .pro-thumb .thumb {
        height: 220px !important;
    }

    .video .p-5 {
        padding: 15px !important;
    }

    .category-matter {
        padding: 3% 5% 5% !important;
    }

    h2 {
        font-size: 35px !important;
    }

    .size h3 {
        font-size: 31px !important;
        margin-bottom: 25px !important;
    }

    .category-matter:before {
        display: none;
    }
}
/* ============ mobile view .end// ============ */

.mobile {
    display: none;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

    .dropdown-menu li {
        position: relative;
    }

    .dropdown-menu .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .dropdown-menu .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu > li:hover {
        background-color: #f1f1f1
    }

        .dropdown-menu > li:hover > .submenu {
            display: block;
        }
}
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
    .submenu.dropdown-menu {
        margin: 10px;
    }
    /*.dropdown-menu .dropdown-menu{margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;}*/
}
/* ============ small devices .end// ============ */
