* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

a, a:hover, a:visited, a:active, a:focus {
    text-decoration: none;
}

ul {
    margin: 0px;
    padding: 0px;
}

p {
    margin: 0px;
}

body {
    font-family: Sans-serif;
}

/* wishlist pop */
.wishlist-pop {
    padding: 0px;
}

#myalert {
    right: 50px;
    top: 50px;
    position: fixed;
    z-index: 10000;
    display: none;
}

.cart-pop {
    padding: 0px;
}

#myalerta {
    right: 50px;
    top: 50px;
    position: fixed;
    z-index: 10000;
    display: none;
}

/* poop end */

header {
    box-shadow: 0px 1px 6px #0000001a;
}

    header .headertop {
        background-color: #7e112c;
        padding: 5px;
    }

        header .headertop .owl-theme .owl-dots .owl-dot {
            display: none;
        }

        header .headertop .owl-theme .owl-nav [class*=owl-]:hover {
            background-color: transparent;
        }

        header .headertop .owl-carousel .owl-nav button.owl-next {
            position: absolute;
            right: 10px;
            bottom: -25px;
            font-size: 37px;
            color: #fff;
        }

        header .headertop .owl-carousel .owl-nav button.owl-prev {
            position: absolute;
            left: 0px;
            bottom: -25px;
            font-size: 37px;
            color: #fff;
        }

        header .headertop .text-center {
            color: #fff;
            font-size: 12px;
            position: relative;
            top: 4px;
        }

    header .headermedim .search-btn {
        align-items: center;
        position: relative;
    }

        header .headermedim .search-btn .submit-btn {
            position: absolute;
            right: 20px;
            background-color: transparent;
            border: transparent;
            color: #fff;
        }

        header .headermedim .search-btn .form-control {
            background-color: #7e112c;
            padding: 12px 10px;
            border-radius: 4px;
            border: transparent;
            box-shadow: none;
            color: #fff;
        }

            header .headermedim .search-btn .form-control::placeholder {
                color: #fff;
                font-size: 14px;
            }

    /* header .headermedim .heaqderlogo{padding-left: 72px;} */
    header .headermedim .heaqderlogo img {
        width: 180px;
    }

    header .headermedim {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5px 0px;
    }
        /* header .headermedim .headericon{position: absolute; right: 154px; top: 61px;} */
        header .headermedim .headericon .carrt {
            padding-right: 15px !important;
            position: relative;
        }

        header .headermedim .headericon li {
            padding-right: 40px;
            text-align: center;
        }

            header .headermedim .headericon li a {
                color: #7e112c;
                font-size: 18px;
                transition: .5s;
            }

                header .headermedim .headericon li a h6 {
                    font-size: 10px;
                }

                header .headermedim .headericon li a:hover {
                    color: #7e112c;
                }

        header .headermedim .headericon .carrt span {
            height: 20px;
            width: 20px;
            background-color: #7e112c;
            color: #fff;
            position: absolute;
            top: -8px;
            text-align: center;
            line-height: 20px;
            display: inline-block;
            left: 22px;
            border-radius: 50px;
            font-size: 12px;
        }

    /*  */
    header .heaberbooyem .navbar-brand {
        padding: 0px !important;
    }



    header .navbar-nav .dropdown-menu {
        width: 100%;
        padding: 25px;
        left: 0px;
        right: 0px;
        background-color: #fff;
        box-shadow: 0px 0px 10px #0000002d;
        top: 36px;
        border: transparent;
        border-radius: 0px;
    }

.navbar-expand-lg .navbar-nav .dropdown-menu h3 {
    font-size: 13px;
    letter-spacing: 3px;
    font-weight: 500;
    color: #7e112c;
}

.navbar-expand-lg .navbar-nav .dropdown-menu ul li {
    margin-bottom: 10px;
}

    .navbar-expand-lg .navbar-nav .dropdown-menu ul li a {
        font-size: 14px;
        color: #000;
        transition: .5s;
    }

/*  */

header .heaberbooyem {
    padding: 25px 0px 10px;
}

    header .heaberbooyem .navbar {
        padding: 0px;
    }

        header .heaberbooyem .navbar .offcanvas-body .navbar-brand {
            width: 150px;
        }

    header .heaberbooyem .navbar-nav .nav-item .nav-link {
        font-size: 12px;
        letter-spacing: 1px;
        text-transform: uppercase;
        transition: .5s;
        color: #7e112c;
    }

    header .heaberbooyem .leee .lee img {
        width: 250px;
    }

    header .heaberbooyem .gif-image img {
        width: 40px;
    }

.btn-close {
    color: #fff;
}

header .heaberbooyem .navbar-nav .nav-item .nav-link:hover {
    color: #7e112c;
}

header .heaberbooyem .navbar-nav .nav-item .nav-link::after {
    background-color: #7e112c;
    height: 2px;
    width: 0px;
    content: '';
    display: block;
    top: calc(100% + 4);
    transition: .5s;
}

header .heaberbooyem .navbar-nav .nav-item .nav-link:hover::after {
    width: 100%;
}

header .heaberbooyem .navbar-toggler {
    border-radius: 0px;
    border: 2px solid #7e112c;
}

    header .heaberbooyem .navbar-toggler span i {
        color: #7e112c !important;
    }

header .heaberbooyem .offcanvas {
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    width: 276px;
}

header .heaberbooyem button:focus:not(:focus-visible) {
    box-shadow: none;
}

header .heaberbooyem .offcanvas-header .btn-close {
    color: #030303;
}

header .heaberbooyem .navbar-nav .leee .lee {
    display: none;
}
/*  */

/* header ma cart ki  */
.vive-cart .row {
    border-top: 1px solid rgb(199, 196, 196);
    border-bottom: 1px solid rgb(199, 196, 196);
    padding-bottom: 30px;
    padding-top: 30px;
}

.vive-cart .content h3 {
    line-height: 17px;
}

    .vive-cart .content h3 a {
        font-size: 16px;
        color: #000;
        font-weight: bold;
    }

.vive-cart .content h4 b {
    font-size: 16px;
    color: #000;
}

.vive-cart .content h4 {
    color: rgb(165, 162, 162);
    font-size: 16px;
}

.vive-cart .content h5 b {
    color: #000;
    font-size: 16px;
}

.vive-cart .content h5 {
    color: rgb(165, 162, 162);
    font-size: 16px;
}

.vive-cart .content .qty-input {
    color: #000;
    background: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
}

    .vive-cart .content .qty-input .product-qty,
    .vive-cart .content .qty-input .qty-count {
        background: transparent;
        color: inherit;
        font-weight: bold;
        font-size: inherit;
        border: none;
        display: inline-block;
        min-width: 0;
        height: 2.5rem;
        line-height: 1;
    }

        .vive-cart .content .qty-input .product-qty:focus,
        .vive-cart .content .qty-input .qty-count:focus {
            outline: none;
        }

    .vive-cart .content .qty-input .product-qty {
        width: 50px;
        min-width: 0;
        display: inline-block;
        text-align: center;
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        appearance: textfield;
    }

        .vive-cart .content .qty-input .product-qty::-webkit-outer-spin-button, .qty-input .product-qty::-webkit-inner-spin-button {
            -webkit-appearance: none;
            appearance: none;
            margin: 0;
        }

    .vive-cart .content .qty-input .qty-count {
        padding: 0;
        cursor: pointer;
        width: 2.5rem;
        font-size: 1.25em;
        text-indent: -100px;
        overflow: hidden;
        position: relative;
    }

        .vive-cart .content .qty-input .qty-count:before, .qty-input .qty-count:after {
            content: "";
            height: 2px;
            width: 10px;
            position: absolute;
            display: block;
            background: #000;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
        }

    .vive-cart .content .qty-input .qty-count--minus {
        border-right: 1px solid #e2e2e2;
    }

    .vive-cart .content .qty-input .qty-count--add {
        border-left: 1px solid #e2e2e2;
    }

        .vive-cart .content .qty-input .qty-count--add:after {
            transform: rotate(90deg);
        }

.vive-cart .content .qty-input {
    border-radius: 4px;
    width: 140px;
    transform: scale(1);
    border: 1px solid#e2e2e2;
}

.vive-cart .cartinfo {
    margin: 20px 0px;
}

.vive-cart .cartinfoo {
    border-bottom: 1px solid rgb(199, 196, 196);
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.vive-cart .btnd {
    display: block;
    text-align: center;
    transition: .5s;
    padding: 10px 20px;
    background-color: #3f0816;
    color: #fff;
    transition: .5s;
    font-size: 18px;
}

    .vive-cart .btnd:hover {
        background-color: #3f0816;
    }

/* hearder ka cart icon ki css clos */

/* slider */

#slider {
    overflow: hidden;
}

    #slider .owl-theme .owl-dots .owl-dot {
        display: none;
    }

/* slider-line */

#slider-line {
    padding: 10px 0px 5px;
    border: 2px solid #7e112c;
    margin-top: -10px;
}

    #slider-line .text {
        color: #7e112c;
        font-size: 14px;
    }

/* arrival */

#arrival {
    padding: 50px 40px;
}

    #arrival .row {
        row-gap: 25px;
    }

    #arrival .imgsc:hover img {
        transform: rotatey(180deg);
    }

    #arrival .btn1 .btn2 {
        padding: 6px 20px;
        display: inline-block;
        background-color: transparent;
        border: 1px solid rgb(187, 186, 186);
        text-align: center;
        margin-bottom: 20px;
        color: #000;
    }

    #arrival .imgsc:hover .img1 {
        transform: translateY(0)scale(1.1);
        opacity: 0;
        transition: .5s;
        -o-transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
    }

    #arrival .imgsc .img2 {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        transition: .5s;
        z-index: 999;
        opacity: 0;
        transition: .5s;
        -o-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
    }

    #arrival .imgsc:hover .img2 {
        opacity: 1;
    }

    #arrival .imgsc .new {
        position: absolute;
        top: 13px;
        left: 12px;
        z-index: 999;
    }

        #arrival .imgsc .new .newproduct {
            padding: 3px 11px;
            background-color: #7e112c;
            font-size: 13px;
            color: #fff;
            border: 0px;
        }

    #arrival .imgsc .new-a {
        position: absolute;
        bottom: 23px;
        right: 12px;
        z-index: 99999;
    }

        #arrival .imgsc .new-a .newproduct {
            padding: 3px 11px;
            background-color: #7e112c;
            font-size: 13px;
            color: #fff;
            border: 0px;
        }

    #arrival .imgsc .wishlist {
        position: absolute;
        top: 13px;
        right: -37px;
        transition: .5s;
        z-index: 99999;
    }

    #arrival .imgsc:hover .wishlist {
        right: 12px;
    }

    #arrival .imgsc .wishlist .wishlist-pop {
        background-color: #fff;
        text-align: center;
        line-height: 39px;
        display: inline-block;
        height: 36px;
        width: 36px;
        border-radius: 50px;
        font-size: 19px;
        color: #000000;
        border: 0px;
    }

    #arrival .content h3 {
        text-align: center;
        line-height: 20px;
        margin: 15px 0px 20px;
    }

        #arrival .content h3 .btn4 {
            text-align: center;
            color: #232323;
            font-size: 15px;
            text-transform: uppercase;
            transition: .5s;
        }

            #arrival .content h3 .btn4:hover {
                text-decoration: underline;
                text-underline-offset: 3px;
                color: #7e112c;
            }

    #arrival .content h5 del {
        color: #232323;
    }

    #arrival .content h5 {
        text-align: center;
        font-size: 14px;
        margin: 0px 0px 15px;
        color: #7e112c;
        font-weight: 600;
    }

    #arrival .imgsc {
        position: relative;
        overflow: hidden;
    }

/* category-sec */

#category-sec .imgs {
    overflow: hidden;
}

    #category-sec .imgs img {
        transition: .5s;
    }

    #category-sec .imgs:hover img {
        transform: scale(1.1);
    }

/* spring-into */

#spring-into {
    padding: 40px 0px;
}

    #spring-into .content h2 {
        text-align: center;
        font-size: 39px !important;
        line-height: 1.2;
        color: #7e112c;
        letter-spacing: 3px;
    }

    #spring-into .content .text {
        font-size: 15px;
        color: #000000;
        line-height: 1;
        width: 68%;
        text-align: center;
        margin: auto;
    }

/* gallery */

#gallery {
    padding: 40px 0 0px;
}

    #gallery h2 {
        text-align: center;
        font-size: 32px !important;
        line-height: 1.2;
        color: #7e112c;
        letter-spacing: 3px;
        text-transform: uppercase;
    }

    #gallery .img-wrapper img {
        height: 275px;
        object-fit: cover;
    }

    #gallery .owl-carousel .owl-nav button.owl-next,
    #gallery .owl-carousel .owl-nav button.owl-prev,
    #gallery .owl-carousel button.owl-dot {
        display: none;
    }

.img-wrapper {
    position: relative;
    margin-top: 15px;
}

    .img-wrapper img {
        width: 100%;
    }

.img-overlay {
    background: #000000b3;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

    .img-overlay i {
        color: #ffffff;
        font-size: 21px;
    }

#overlay {
    background: #000000b3;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    #overlay img {
        margin: 0;
        width: 45%;
        height: auto;
        -o-object-fit: contain;
        object-fit: contain;
        padding: 5%;
    }

#nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

    #nextButton:hover {
        opacity: 0.7;
    }

#prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

    #prevButton:hover {
        opacity: 0.7;
    }

#exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
}

    #exitButton:hover {
        opacity: 0.7;
    }

/* customer-reviews */

#customer-reviews {
    background-color: #7e112c;
    padding: 70px 0px;
}

    #customer-reviews h2 {
        text-align: center;
        font-size: 40px !important;
        line-height: 1.2;
        color: #fff;
        letter-spacing: 1px;
        margin-bottom: 15px;
    }

    #customer-reviews .text {
        text-align: center;
        font-size: 16px;
        margin-bottom: 50px;
        font-weight: 400;
        color: #fff;
    }

    #customer-reviews .iner {
        text-align: center;
    }

        #customer-reviews .iner .imgs {
            height: 150px;
            width: 150px;
            border-radius: 50%;
            text-align: center;
            margin: auto;
            overflow: hidden;
        }

        #customer-reviews .iner .content h3 {
            font-size: 22px;
            margin: 20px 0px;
            font-weight: 400;
            color: #fff;
        }

        #customer-reviews .iner .content .text-a {
            font-size: 16px;
            font-weight: 400;
            color: #fff;
        }

    #customer-reviews .owl-theme .owl-dots .owl-dot {
        display: none;
    }

    #customer-reviews .owl-carousel .owl-nav button.owl-next {
        position: absolute;
        right: 0px;
        top: 95px;
        height: 35px;
        width: 35px;
        border-radius: 50px;
        background-color: #fff;
        color: #000;
        line-height: 32px;
    }

    #customer-reviews .owl-carousel .owl-nav button.owl-prev {
        position: absolute;
        left: 0px;
        top: 95px;
        height: 35px;
        width: 35px;
        border-radius: 50px;
        background-color: #fff;
        color: #000;
        line-height: 32px;
    }

/* weabsite-content */

#weabsite-content {
    padding: 30px 0px;
}

    #weabsite-content .content h2 {
        font-size: 23px;
        letter-spacing: .05em;
        font-weight: 400;
        color: #7e112c;
        margin-bottom: 20px;
    }

    #weabsite-content .content .text {
        margin-bottom: 15px;
        color: #000;
        font-weight: 400;
    }

    #weabsite-content .content h3 {
        margin-bottom: 15px;
        color: #7e112c;
        font-size: 19px;
        font-weight: 600;
    }

/* footer */

footer .footer-top {
    background-color: #e1d5c2;
    padding: 60px 50px 0px;
}

    footer .footer-top .iner h3 {
        font-size: 18px;
        color: #7e112c;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 35px;
    }

    footer .footer-top .iner .top-info li a {
        color: #000;
        font-size: 14px;
        margin-bottom: 15px;
        display: inline-block;
        transition: .5s;
    }

        footer .footer-top .iner .top-info li a:hover {
            color: #7e112c;
            border-bottom: 1px solid #7e112c;
        }

    footer .footer-top .iner .text {
        font-size: 14px;
        color: #7e112c;
    }

    footer .footer-top .iner .form-control {
        border-radius: 0px;
        background-color: #fff;
        border: 1px solid #7e112c;
        box-shadow: none;
        font-size: 14px;
        padding: 11px 10px;
        margin-bottom: 10px;
    }

    footer .footer-top .iner .submit-btn {
        border-radius: 0px;
        background-color: #7e112c;
        font-size: 14px;
        padding: 11px 10px;
        display: block;
        width: 100%;
        border: transparent;
        color: #fff;
        margin-bottom: 20px;
    }

    footer .footer-top .iner .icon-info li a {
        color: #7e112c;
        font-size: 20px;
    }

footer .footer-bottom {
    overflow: hidden;
}



/* whatapp */
.quickcontact {
    width: 40px;
    position: fixed;
    top: 77%;
    right: 10px;
    /* z-index: 9999; */
}

/* search ka popup */

#search-menu {
    position: fixed;
    width: 100%;
    height: 20em;
    top: -20em;
    left: 0;
    right: 0;
    white-space: nowrap;
    z-index: 9999;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.01) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(50%, rgba(0, 0, 0, 0.8)), color-stop(100%, rgba(0, 0, 0, 0.01)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.01) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.01) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.01) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.01) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cc000000", endColorstr="#1a000000",GradientType=0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all;
}

    #search-menu.toggled {
        top: 0;
        opacity: 1;
        visibility: visible;
    }

    #search-menu .wrapper {
        position: relative;
        margin: 3em auto 0 auto;
        padding: 0 1em;
    }

        #search-menu .wrapper input {
            width: 58%;
            padding: 0 0 0.125em 0;
            background: transparent;
            border: none;
            border-bottom: 3px solid #bfbfbf;
            font-size: 25px;
            color: #bfbfbf;
        }

            #search-menu .wrapper input:focus {
                outline: none;
            }

        #search-menu .wrapper button {
            /* position: absolute;
		display: block;
		width: 10%; */
            right: 0;
            top: 0;
            background: transparent;
            border: none;
            color: #bfbfbf;
            font-size: 40px;
            -webkit-transition: 500ms ease all;
            -moz-transition: 500ms ease all;
            transition: 500ms ease all;
        }

            #search-menu .wrapper button:hover {
                color: #fff;
            }

            #search-menu .wrapper button:focus {
                outline: none;
            }

#search-icon {
    padding: 0 0.5em 0.25em 0.5em;
    font-size: 15px;
    color: #000;
    cursor: pointer;
    text-align: center;
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all;
}

    #search-icon:hover {
        color: #000000;
    }

/*  */





/* index clos */

/* about-start */

#about-frist {
    padding: 40px 0px;
}

    #about-frist .content {
        width: 75%;
        text-align: center;
        margin: auto;
    }

    #about-frist h2 {
        font-family: "Tenor Sans", "sans-serif";
        font-size: 21px;
        font-weight: 600;
        text-align: center;
        color: #7e112c;
    }

    #about-frist .text {
        color: #000000;
        letter-spacing: .02em;
        font-size: 14px;
        text-align: center;
        margin: 20px 0px 70px;
    }

    #about-frist .iner {
        text-align: center;
    }

        #about-frist .iner .imgs {
            overflow: hidden;
        }

            #about-frist .iner .imgs img {
                transition: .5s;
            }

            #about-frist .iner .imgs:hover img {
                transform: rotate(5deg);
            }

        #about-frist .iner h3 {
            color: #232323;
            margin: 15px 0px;
            font-size: 18px;
            font-weight: 700;
        }

        #about-frist .iner .text {
            color: #7e112c;
            font-size: 12px;
            width: 90%;
            margin: auto;
        }

/* about-tow */

#about-tow {
    padding: 50px 0px;
}

    #about-tow .row {
        row-gap: 30px;
        background-color: #f8f8f8;
        align-items: center;
    }

    #about-tow .content {
        margin-left: 40px;
    }

        #about-tow .content h3 {
            font-size: 22px;
            text-transform: uppercase;
            font-weight: 600;
            margin-bottom: 20px;
            color: #7e112c;
        }

        #about-tow .content .text {
            color: #000;
            font-size: 13px;
            text-align: justify;
            line-height: 22px;
            width: 80%;
        }

/* blog-sec */

#blog-sec {
    padding: 30px 50px;
}

    #blog-sec .row {
        row-gap: 25px;
    }

    #blog-sec .hed, #blog-sec .hed a {
        color: #999999;
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 40px;
        transition: .5s;
    }

        #blog-sec .hed a:hover {
            color: #7e112c;
        }

    #blog-sec h2 {
        font-size: 22px;
        color: #7e112c;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 20px;
    }

    #blog-sec .iner {
        text-align: center;
    }

        #blog-sec .iner .imgs {
            overflow: hidden;
        }

            #blog-sec .iner .imgs img {
                transition: 5s;
            }

            #blog-sec .iner .imgs:hover img {
                transform: scale(1.1);
            }

        #blog-sec .iner .content {
            padding: 20px 12px;
        }

            #blog-sec .iner .content h3 {
                color: #7e112c;
                font-weight: 600;
                font-size: 18px;
                letter-spacing: .05em;
                line-height: 1.2;
            }

            #blog-sec .iner .content h6 {
                font-size: 12px;
                font-weight: 400;
                text-transform: none;
                color: #7e112c;
                font-style: italic;
                margin: 15px 0px 20px;
            }

            #blog-sec .iner .content .view-btn {
                padding: 10px 20px;
                border: 1px solid #000;
                color: #000;
                display: inline-block;
                text-transform: uppercase;
                font-size: 14px;
                transition: .5s;
            }

                #blog-sec .iner .content .view-btn:hover {
                    background-color: #7e112c;
                    color: #fff;
                }

/* blog-detail */


#blog-detail {
    padding: 70px 0;
}

    #blog-detail .row {
        row-gap: 30px;
        justify-content: center;
    }

    #blog-detail .img img {
        width: 100%;
    }

    #blog-detail .content h5 a {
        color: #000;
        font-size: 22px;
        display: inline-block;
        margin-bottom: 10px;
    }

    #blog-detail .content span {
        color: #6d6d6d;
        display: inline-block;
        margin: 15px 0;
        font-size: 15px;
    }

        #blog-detail .content span i {
            color: #7e112c;
        }

    #blog-detail .content p {
        color: #6d6d6d;
        font-size: 16px;
        text-align: justify;
    }

    #blog-detail .blog {
        background-color: #e5621513;
        padding: 15px 30px 30px;
        border: 1px solid #7e112c;
        position: sticky;
        top: 100px;
    }

        #blog-detail .blog h4 {
            color: #7e112c;
            margin-bottom: 15px;
            text-align: center;
            font-size: 28px;
            font-weight: bold;
        }

        #blog-detail .blog ul {
            list-style: none;
            background-color: #fff;
            border: 1px solid #e4e4e4;
            padding: 10px;
        }

            #blog-detail .blog ul li {
                margin-bottom: 15px;
                align-items: center;
            }

                #blog-detail .blog ul li:last-child {
                    margin-bottom: 0;
                }

        #blog-detail .blog a {
            color: #000;
            font-size: 13px;
            display: inline-block;
        }

        #blog-detail .blog p {
            color: #6d6d6d;
            display: inline-block;
            font-size: 14px;
        }

            #blog-detail .blog p i {
                color: #7e112c;
            }

/* contact-sec */

#contact-sec {
    padding: 40px 50px;
}

    #contact-sec .hed, #contact-sec .hed a {
        color: #999999;
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 40px;
        transition: .5s;
    }

    #contact-sec h2 {
        font-size: 22px;
        color: #7e112c;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 20px;
    }

    #contact-sec .from .text-a {
        font-size: 14px;
    }

        #contact-sec .from .text-a.text-b {
            margin-bottom: 30px;
        }

    #contact-sec .from .form-control {
        padding: 10px 20px;
        box-shadow: none;
        background: 1px solid #c7c7c7;
        margin-bottom: 15px;
        border-radius: 0px;
    }

    #contact-sec .from .form-label {
        font-size: 14px;
    }

    #contact-sec .content {
        margin-left: 55px;
    }

        #contact-sec .content h6 {
            font-size: 14px;
            color: #7e112c;
            font-weight: 600;
            margin-bottom: 30px;
        }

        #contact-sec .content .text-a {
            font-size: 14px;
            width: 60%;
            margin-bottom: 25px;
        }

        #contact-sec .content h4 i {
            font-size: 14px;
            color: #7e112c;
        }

        #contact-sec .content h4 a {
            font-size: 14px;
            color: #000;
        }

        #contact-sec .content h5 {
            margin: 25px 0px;
            color: #7e112c;
            font-size: 14px;
            width: 60%;
            line-height: 25px;
            border-bottom: 1px solid #c7c7c7;
            padding-bottom: 20px;
        }

        #contact-sec .content ul li {
            margin-bottom: 15px;
            color: #7e112c;
            font-size: 14px;
        }

    #contact-sec .submit {
        padding: 11px 75px;
        background-color: #7e112c;
        border: 1px solid #000;
        color: #fff;
        transition: .5s;
        margin-top: 20px;
        display: inline-block;
    }

        #contact-sec .submit:hover {
            background-color: transparent;
            color: #7e112c;
        }

/* refund-policy */

#refund-policy {
    padding: 30px 0px;
}

    #refund-policy h2 {
        font-size: 40px;
        color: #7e112c;
        text-align: center;
        margin-bottom: 30px;
        letter-spacing: .05em;
    }

    #refund-policy .text {
        font-size: 15px;
        margin-bottom: 20px;
    }

    #refund-policy h6 {
        font-weight: 600;
    }

/* contact-information */

#contact-information {
    padding: 30px 0px;
}

    #contact-information h2 {
        font-size: 40px;
        color: #7e112c;
        text-align: center;
        margin-bottom: 70px;
        letter-spacing: .05em;
    }

    #contact-information ul li, #contact-information ul li a {
        margin-bottom: 20px;
        color: #000;
        font-size: 14px;
    }

/* track-your-order */

#track-your-order {
    padding: 30px 0px;
}

    #track-your-order .row {
        justify-content: center;
    }

    #track-your-order h2 {
        font-size: 25px;
        color: #7e112c;
        text-align: start;
        margin-bottom: 30px;
        letter-spacing: .05em;
    }

    #track-your-order .iner {
        text-align: center;
    }

        #track-your-order .iner .text {
            font-size: 15px;
            margin-bottom: 25px;
        }

        #track-your-order .iner .form-control {
            border-radius: 0px;
            box-shadow: none;
            padding: 10px;
            text-align: center;
        }

/* login */

#login {
    text-align: center;
    border-top: 1px solid #dfdfdf;
    padding: 30px 0px;
}

    #login .row {
        justify-content: center;
    }

    #login h2 {
        font-size: 25px;
        color: #7e112c;
        text-align: center;
        margin-bottom: 30px;
        letter-spacing: .05em;
    }

    #login p {
        font-size: 14px;
        margin-bottom: 40px;
        color: grey;
    }

    #login .form-control {
        border-radius: 0;
        padding: 15px;
    }

        #login .form-control:focus {
            box-shadow: none;
            border-color: #000;
        }

    #login form {
        row-gap: 20px;
    }

    #login .forgot {
        text-align: right;
        margin-top: -20px;
    }

    #login a {
        color: #7e112c;
        font-size: 14px;
        font-weight: 500;
    }

    #login .view {
        display: inline-block;
        border: 1px solid #7e112c;
        color: #ffffff;
        transition: .5s;
        padding: 10px 30px;
        font-size: 18px;
        position: relative;
        z-index: 1;
        background-color: #fdf5f9;
    }

        #login .view::before {
            background-color: #7e112c;
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            z-index: -1;
            content: '';
            transition: .5s;
            margin: auto;
        }

        #login .view:hover {
            color: #7e112c;
        }

            #login .view:hover::before {
                width: 0%;
            }

/* forgot */

#forgot {
    text-align: center;
    border-top: 1px solid #dfdfdf;
    padding: 30px 0px;
}

    #forgot .row {
        justify-content: center;
    }

    #forgot h2 {
        font-size: 25px;
        color: #7e112c;
        text-align: center;
        margin-bottom: 30px;
        letter-spacing: .05em;
    }

    #forgot p {
        font-size: 14px;
        margin-bottom: 40px;
        color: grey;
    }

    #forgot .form-control {
        border-radius: 0;
        padding: 15px;
    }

        #forgot .form-control:focus {
            box-shadow: none;
            border-color: #000;
        }

    #forgot form {
        row-gap: 30px;
    }

    #forgot .forgot {
        text-align: right;
        margin-top: -25px;
    }

    #forgot .back {
        color: #7e112c;
        font-weight: 500;
    }

    #forgot .view {
        display: inline-block;
        border: 1px solid #7e112c;
        color: #ffffff;
        transition: .5s;
        padding: 10px 30px;
        font-size: 18px;
        position: relative;
        z-index: 1;
        background-color: #fdf5f9;
    }

        #forgot .view::before {
            background-color: #7e112c;
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            z-index: -1;
            content: '';
            transition: .5s;
            margin: auto;
        }

        #forgot .view:hover {
            color: #7e112c;
        }

            #forgot .view:hover::before {
                width: 0%;
            }

/* otp */

#otp {
    text-align: center;
    border-top: 1px solid #dfdfdf;
    padding: 30px 0px;
}

    #otp .row {
        justify-content: center;
    }

    #otp h2 {
        font-size: 25px;
        color: #7e112c;
        text-align: center;
        margin-bottom: 30px;
        letter-spacing: .05em;
    }

    #otp p {
        font-size: 14px;
        margin-bottom: 40px;
        color: grey;
    }

    #otp .form-control {
        border-radius: 0;
        padding: 15px;
    }

        #otp .form-control:focus {
            box-shadow: none;
            border-color: #000;
        }

    #otp form {
        row-gap: 30px;
    }

    #otp .forgot {
        text-align: right;
        margin-top: -25px;
    }

    #otp .view {
        display: inline-block;
        border: 1px solid #7e112c;
        color: #ffffff;
        transition: .5s;
        padding: 10px 30px;
        font-size: 18px;
        position: relative;
        z-index: 1;
        background-color: #fdf5f9;
    }

        #otp .view::before {
            background-color: #7e112c;
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            z-index: -1;
            content: '';
            transition: .5s;
            margin: auto;
        }

        #otp .view:hover {
            color: #7e112c;
        }

            #otp .view:hover::before {
                width: 0%;
            }

/* password */

#password {
    text-align: center;
    border-top: 1px solid #dfdfdf;
    padding: 30px 0px;
}

    #password .row {
        justify-content: center;
    }

    #password h2 {
        font-size: 25px;
        color: #7e112c;
        text-align: center;
        margin-bottom: 30px;
        letter-spacing: .05em;
    }

    #password p {
        font-size: 14px;
        margin-bottom: 40px;
        color: grey;
    }

    #password .form-control {
        border-radius: 0;
        padding: 15px;
    }

        #password .form-control:focus {
            box-shadow: none;
            border-color: #000;
        }

    #password form {
        row-gap: 20px;
    }

    #password .forgot {
        text-align: right;
        margin-top: -20px;
    }

    #password .view {
        display: inline-block;
        border: 1px solid #7e112c;
        color: #ffffff;
        transition: .5s;
        padding: 10px 30px;
        font-size: 18px;
        position: relative;
        z-index: 1;
        background-color: #fdf5f9;
    }

        #password .view::before {
            background-color: #7e112c;
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            z-index: -1;
            content: '';
            transition: .5s;
            margin: auto;
        }

        #password .view:hover {
            color: #7e112c;
        }

            #password .view:hover::before {
                width: 0%;
            }

/* account */

#account {
    padding: 60px 0px;
}

    #account .hed, #account .hed a {
        color: #999999;
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 40px;
        transition: .5s;
    }

        #account .hed a:hover {
            color: #7e112c;
        }

    #account h3 {
        color: #7e112c;
        font-size: 25px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    #account .myaawwinr .hhhshs li {
        margin-bottom: 15px;
        font-size: 18px;
    }

        #account .myaawwinr .hhhshs li a {
            color: #FFF;
            transition: .5s;
            padding: 8px;
            font-size: 14px;
            background-color: #7e112c;
            display: inline-block;
            width: 200px;
            text-align: center;
        }

            #account .myaawwinr .hhhshs li a:hover {
                background-color: #000;
                color: #fff;
            }

    #account .myaawwinra .form-control {
        border-radius: 0px;
        border: 0;
        background-color: #fff;
    }

    #account .myaawwinra .upto {
        padding: 10px 20px;
        text-align: center;
        transition: .5s;
        font-size: 16px;
        background-color: #7e112c;
        color: #fff;
        display: block;
        margin-top: 20px;
    }

        #account .myaawwinra .upto:hover {
            background-color: #000;
        }

    #account table tr th {
        background-color: transparent;
    }

    #account table tr td {
        color: #5a5a5a;
        font-size: 14px;
        padding: 20px 0;
    }

        #account table tr td a {
            color: #5a5a5a;
            font-size: 14px;
        }

            #account table tr td a:hover {
                color: #7e112c;
            }

    #account table tr .btn2 a {
        background-color: #7e112c;
        padding: 10px 28px;
        color: #fff;
        border-radius: 3px;
        font-size: 14px;
        transition: .5s;
    }

        #account table tr .btn2 a:hover {
            background-color: #000;
        }

/* orderlist start */

.orderlist {
    padding: 50px 0px;
}

    .orderlist .account__welcome--text {
        color: grey;
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 3rem;
    }

    .orderlist .account__content--title {
        color: #7e112c;
        font-size: 25px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .orderlist .account__menu .account__menu--list {
        margin-bottom: 15px;
        font-size: 18px;
    }

        .orderlist .account__menu .account__menu--list a {
            color: #FFF;
            transition: .5s;
            font-size: 14px;
            padding: 8px;
            background-color: #7e112c;
            display: inline-block;
            width: 200px;
            text-align: center;
        }

            .orderlist .account__menu .account__menu--list a:hover {
                background-color: #000;
            }


/* cart */
#cart {
    padding: 60px 0;
}

    #cart .hed, #cart .hed a {
        color: #999999;
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 40px;
        transition: .5s;
    }

        #cart .hed a:hover {
            color: #7e112c;
        }

    #cart .cartrow {
        row-gap: 10px;
    }

    #cart ul li img {
        border-radius: 10px;
    }

    #cart ul li h6 {
        color: #000;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    #cart ul li p {
        color: #575757;
        font-size: 16px;
        margin-bottom: 10px;
        font-weight: 500;
    }

    #cart ul li a {
        color: #575757;
        font-size: 16px;
    }

    #cart .price p {
        color: #000;
        font-size: 20px;
        font-weight: 600;
        margin: 10px 0;
    }

        #cart .price p span {
            font-weight: 400;
            text-decoration: line-through;
            font-size: 18px;
        }

    #cart .price article {
        color: #7e112c;
        font-size: 16px;
        font-weight: 500;
    }

    #cart .qty-input {
        color: #000;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

        #cart .qty-input .product-qty,
        #cart .qty-input .qty-count {
            background: transparent;
            color: inherit;
            font-weight: bold;
            font-size: inherit;
            border: none;
            display: inline-block;
            min-width: 0;
            height: 2.5rem;
            line-height: 1;
        }

            #cart .qty-input .product-qty:focus,
            #cart .qty-input .qty-count:focus {
                outline: none;
            }

        #cart .qty-input .product-qty {
            width: 50px;
            min-width: 0;
            display: inline-block;
            text-align: center;
            -webkit-appearance: textfield;
            -moz-appearance: textfield;
            appearance: textfield;
        }

            #cart .qty-input .product-qty::-webkit-outer-spin-button, .qty-input .product-qty::-webkit-inner-spin-button {
                -webkit-appearance: none;
                appearance: none;
                margin: 0;
            }

        #cart .qty-input .qty-count {
            padding: 0;
            cursor: pointer;
            width: 2.5rem;
            font-size: 1.25em;
            text-indent: -100px;
            overflow: hidden;
            position: relative;
        }

            #cart .qty-input .qty-count:before, .qty-input .qty-count:after {
                content: "";
                height: 2px;
                width: 10px;
                position: absolute;
                display: block;
                background: #000;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                margin: auto;
            }

        #cart .qty-input .qty-count--minus {
            border-right: 1px solid #e2e2e2;
        }

        #cart .qty-input .qty-count--add {
            border-left: 1px solid #e2e2e2;
        }

            #cart .qty-input .qty-count--add:after {
                transform: rotate(90deg);
            }

    #cart .qty-input {
        border-radius: 4px;
        width: 140px;
        transform: scale(1);
        border: 1px solid#e2e2e2;
    }

    #cart .continue li a {
        font-weight: 500;
        color: #fff;
        padding: 10px;
        background-color: #7e112c;
        display: inline-block;
    }

    #cart form.row {
        text-align: end;
        row-gap: 20px;
    }

    #cart .shoppinginr .apply {
        display: inline-block;
        padding: 9px;
        background-color: #7e112c;
        color: #fff;
        transition: .5s;
    }

        #cart .shoppinginr .apply:hover {
            background-color: #000;
        }

    #cart .shoppinginr h4 {
        color: #7e112c;
        font-weight: 600;
        margin: 0;
    }

    #cart .shoppinginr p {
        color: gray;
        font-weight: 500;
        font-size: 16px;
        margin-bottom: 20px;
    }

    #cart .shoppinginr .form-control {
        border-radius: 0;
        background-color: transparent;
    }

    #cart .shoppinginra {
        margin-top: 30px;
        text-align: end;
    }

        #cart .shoppinginra table {
            width: 100%;
        }

            #cart .shoppinginra table tr th {
                text-align: left;
                margin-bottom: 20px;
                padding: 17px 10px 0;
                font-size: 15px;
                line-height: 1.5;
            }

            #cart .shoppinginra table tr td {
                text-align: right;
                font-family: Arial, Helvetica, sans-serif;
                margin-bottom: 20px;
                padding: 17px 10px 0;
                font-size: 15px;
                line-height: 1.5;
            }

        #cart .shoppinginra .make {
            padding: 10px;
            display: inline-block;
            background-color: #7e112c;
            color: #fff;
            transition: .5s;
            font-size: 14px;
            text-align: center;
            margin-top: 30px;
            transition: .5s;
        }

            #cart .shoppinginra .make:hover {
                background-color: #000;
            }

/* checkout start */

#checkout {
    padding: 30px 0px;
    background-color: #fdf5f9;
}

    #checkout .row {
        row-gap: 30px;
    }

    #checkout .checoctinra {
        position: sticky;
        top: 0px;
    }

    #checkout .hed, #checkout .hed a {
        color: #999999;
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 40px;
        transition: .5s;
    }

        #checkout .hed a:hover {
            color: #7e112c;
        }

    #checkout form.row {
        row-gap: 10px;
    }

    #checkout h2 {
        text-align: center;
    }

    #checkout .cheaa li a {
        color: #000;
    }

        #checkout .cheaa li a:hover {
            color: #7e112c;
        }

    #checkout .checoctinr .from .form-control, #checkout .checoctinr .from .form-select {
        border: 1px solid #ffffff;
        border-radius: 0px;
        background-color: #fff;
        box-shadow: none;
    }

    #checkout .checoctinr .btn6 {
        padding: 10px 20px;
        background-color: #7e112c;
        transition: .5s;
        width: auto;
        color: #fff;
        border-radius: 0px;
    }

        #checkout .checoctinr .btn6:hover {
            background-color: #000;
        }

    #checkout .checoctinr h3 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 20px;
        color: #7e112c;
    }

    #checkout .checoctinra h3 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 20px;
        color: #7e112c;
    }

    #checkout .checoctinra .table-responsive table td img {
        width: 70px;
    }

    #checkout .checoctinra .table-responsive table th, td {
        border-bottom: 1px solid #e7dddd;
        font-size: 14px;
        padding: 9px;
        vertical-align: middle;
    }

    #checkout .checoctinra .table-responsive table td .moon {
        font-size: 14px;
        font-weight: 600;
    }

    #checkout .checoctinra .table-responsive table td .qty {
        display: block;
    }

    #checkout .checoctinra .table-responsive table .wiiii {
        text-align: inherit;
        width: 300px;
    }

    #checkout .checoctinra .pay {
        padding: 10px 50px;
        background-color: #7e112c;
        transition: .5s;
        display: inline-block;
        color: #fff;
        margin-top: 20px;
        text-align: center;
        margin-bottom: 30px;
    }

        #checkout .checoctinra .pay:hover {
            background-color: #000;
        }

/* category */

#category {
    padding: 30px 40px;
}

    #category .row {
        row-gap: 25px;
    }

    #category h4 {
        text-align: center;
        font-size: 35px;
        font-weight: 600;
        color: #7e112c;
        margin-bottom: 25px;
    }

    #category .imgs {
        margin-bottom: 15px;
        overflow: hidden;
    }

        #category .imgs img {
            transition: .5s;
        }

        #category .imgs:hover img {
            transform: scale(1.1);
        }

    #category .hed, #category .hed a {
        color: #999999;
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 40px;
        transition: .5s;
    }

        #category .hed a:hover {
            color: #7e112c;
        }

    #category .imgsc:hover img {
        transform: rotatey(180deg);
    }

    #category .btn1 .btn2 {
        padding: 6px 20px;
        display: inline-block;
        background-color: transparent;
        border: 1px solid rgb(187, 186, 186);
        text-align: center;
        margin-bottom: 20px;
        color: #000;
    }

    #category .imgsc:hover .img1 {
        transform: translateY(0)scale(1.1);
        opacity: 0;
        transition: .5s;
        -o-transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
    }

    #category .imgsc .img2 {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        transition: .5s;
        z-index: 999;
        opacity: 0;
        transition: .5s;
        -o-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
    }

    #category .imgsc:hover .img2 {
        opacity: 1;
    }

    #category .imgsc .new {
        position: absolute;
        top: 13px;
        left: 12px;
        z-index: 999;
    }

        #category .imgsc .new .newproduct {
            padding: 3px 11px;
            background-color: #7e112c;
            font-size: 13px;
            color: #fff;
            border: 0px;
        }

    #category .imgsc .new-a {
        position: absolute;
        bottom: 23px;
        right: 12px;
        z-index: 99999;
    }

        #category .imgsc .new-a .newproduct {
            padding: 3px 11px;
            background-color: #7e112c;
            font-size: 13px;
            color: #fff;
            border: 0px;
        }

    #category .imgsc .wishlist {
        position: absolute;
        top: 13px;
        right: -37px;
        transition: .5s;
        z-index: 99999;
    }

    #category .imgsc:hover .wishlist {
        right: 12px;
    }

    #category .imgsc .wishlist .wishlist-pop {
        background-color: #fff;
        text-align: center;
        line-height: 39px;
        display: inline-block;
        height: 36px;
        width: 36px;
        border-radius: 50px;
        font-size: 19px;
        color: #000000;
        border: 0px;
    }

    #category .content h3 {
        text-align: center;
        line-height: 20px;
        margin: 15px 0px 20px;
    }

        #category .content h3 .btn4 {
            text-align: center;
            color: #232323;
            font-size: 15px;
            text-transform: uppercase;
            transition: .5s;
        }

            #category .content h3 .btn4:hover {
                text-decoration: underline;
                text-underline-offset: 3px;
                color: #7e112c;
            }

    #category .content h5 del {
        color: #232323;
    }

    #category .content h5 {
        text-align: center;
        font-size: 14px;
        margin: 0px 0px 15px;
        color: #7e112c;
        font-weight: 600;
    }

    #category .imgsc {
        position: relative;
        overflow: hidden;
    }

    #category .accordion-button {
        background-color: transparent;
        box-shadow: none;
        border-radius: 0px;
        border-bottom: 1px solid #232323;
        color: #7e112c;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 14px;
        padding: 10px 1px;
    }

    #category .iner {
        position: sticky;
        top: 30px;
    }

    #category .accordion-body {
        padding: 10px 0px;
    }

    #category .accordion-item {
        margin-bottom: 30px;
    }

    #category .accordion-body .category-cl li a {
        color: #232323;
        font-size: 14px;
        display: flex;
        margin-bottom: 10px;
        transition: .5s;
        text-transform: uppercase;
    }

        #category .accordion-body .category-cl li a i {
            display: none;
            transition: .5s;
        }

        #category .accordion-body .category-cl li a:hover i {
            display: block;
        }

        #category .accordion-body .category-cl li a span {
            transition: .5s;
        }

        #category .accordion-body .category-cl li a:hover span {
            padding-left: 15px;
            color: #7e112c;
        }

    #category .accordion-item {
        border: transparent;
    }

    #category .accordion-button::after {
        filter: grayscale(1);
    }

    #category .accordion-body .size-info li {
        display: flex;
        justify-content: space-between;
        margin-bottom: 13px;
    }

    #category .accordion-body .color-info .color-cl {
        display: inline-block;
        height: 35px;
        width: 35px;
        margin-left: 5px;
        border-radius: 50px;
        background-color: #000000;
    }


/* rang slider */
.range-slider {
    width: 215px;
    text-align: center;
    position: relative;
    margin-left: 33px;
    margin-bottom: 40px;
}

.rangeValues {
    display: block;
    margin-right: 91px;
}


input[type=range] {
    -webkit-appearance: none;
    border: 1px solid white;
    width: 175px;
    position: absolute;
    left: -30px;
    top: 35px;
}

    input[type=range]::-webkit-slider-runnable-track {
        width: 300px;
        height: 5px;
        background: #ddd;
        border: none;
        border-radius: 3px;
    }

    input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        border: none;
        height: 16px;
        width: 16px;
        border-radius: 50%;
        background: #21c1ff;
        margin-top: -4px;
        cursor: pointer;
        position: relative;
        z-index: 1;
    }

    input[type=range]:focus {
        outline: none;
    }

        input[type=range]:focus::-webkit-slider-runnable-track {
            background: #ccc;
        }

    input[type=range]::-moz-range-track {
        width: 300px;
        height: 5px;
        background: #ddd;
        border: none;
        border-radius: 3px;
    }

    input[type=range]::-moz-range-thumb {
        border: none;
        height: 16px;
        width: 16px;
        border-radius: 50%;
        background: #21c1ff;
    }


    /*hide the outline behind the border*/

    input[type=range]:-moz-focusring {
        outline: 1px solid white;
        outline-offset: -1px;
    }

    input[type=range]::-ms-track {
        width: 300px;
        height: 5px;
        /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
        background: transparent;
        /*leave room for the larger thumb to overflow with a transparent border */
        border-color: transparent;
        border-width: 6px 0;
        /*remove default tick marks*/
        color: transparent;
        z-index: -4;
    }

    input[type=range]::-ms-fill-lower {
        background: #777;
        border-radius: 10px;
    }

    input[type=range]::-ms-fill-upper {
        background: #ddd;
        border-radius: 10px;
    }

    input[type=range]::-ms-thumb {
        border: none;
        height: 16px;
        width: 16px;
        border-radius: 50%;
        background: #21c1ff;
    }

    input[type=range]:focus::-ms-fill-lower {
        background: #888;
    }

    input[type=range]:focus::-ms-fill-upper {
        background: #ccc;
    }

/* rang slider clos */

/* wishlist start */

#wishlist {
    padding: 30px 40px;
}

    #wishlist .hed, #wishlist .hed a {
        color: #999999;
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 40px;
        transition: .5s;
    }

        #wishlist .hed a:hover {
            color: #7e112c;
        }

    #wishlist .row {
        margin-top: -11px;
    }

    #wishlist h3 {
        font-size: 21px;
        text-transform: capitalize;
        color: #242424;
        font-weight: 700;
        line-height: 20px;
        margin-bottom: 25px;
    }

    #wishlist .table tbody tr td {
        border: 1px solid #ebebeb;
        align-items: center;
        justify-content: center;
        color: #212121;
        font-weight: 500;
        text-transform: capitalize;
        font-size: 14px;
        text-align: center;
        align-items: center;
        min-width: 150px;
    }
    /* #wishlist .table>:not(caption)>*>*{padding: 3px 10px;} */
    #wishlist .table thead tr th {
        border: 1px solid rgb(196, 193, 193);
    }

    #wishlist .table tbody tr td .delet {
        color: #7e112c;
        font-weight: bolder;
    }

    #wishlist .table tbody tr td .product {
        color: #000;
    }

        #wishlist .table tbody tr td .product:hover {
            color: #c09578;
        }

    #wishlist .table tbody tr td .imgsc img {
        width: 100px;
    }

    #wishlist .table tbody tr td a {
        color: #000;
    }

    #wishlist .table tbody tr td .btn1 {
        background-color: #7e112c;
        color: #fff;
        transition: .5s;
    }

        #wishlist .table tbody tr td .btn1:hover {
            background-color: #7e112c;
            color: #fff;
        }

/* zoomproduct */


#zoomp {
    padding: 50px 40px;
}

    #zoomp .row {
        row-gap: 15px;
    }

    #zoomp .zoom-gallery {
        position: sticky;
        top: 10px;
    }

    #zoomp .owl-carousel {
        max-width: 320px;
        .owl-nav

{
    padding-top: .4em;
    font-family: sans-serif;
    font-size: .8em;
    > div

{
    padding: .4em 1.4em;
    border: 1px solid #333;
    background: #000;
    color: white;
    border-radius: .4em;
    background-image: linear-gradient(rgba(255, 255, 255, .3), rgba(0, 0, 0, .2));
    box-shadow: .1em .1em .4em rgba(0, 0, 0, .5);
    &:hover

{
    background-color: #333;
}

}

#zoomp .owl-prev {
    float: left;
}

#zoomp .owl-next {
    float: right;
}

}
}

.slick-prev, .slick-next {
    background: none;
    border: none;
    color: #333;
    font-size: 20px;
    cursor: pointer;
    margin: 5px auto;
    display: block;
}

#zoomp .zoom-gallery .selectors {
    max-width: 100px;
    overflow: hidden;
}

#zoomp .qty-input {
    color: #000;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

    #zoomp .qty-input .product-qty,
    #zoomp .qty-input .qty-count {
        background: transparent;
        color: inherit;
        font-weight: bold;
        font-size: inherit;
        border: none;
        display: inline-block;
        min-width: 0;
        height: 2.5rem;
        line-height: 1;
    }

        #zoomp .qty-input .product-qty:focus,
        #zoomp .qty-input .qty-count:focus {
            outline: none;
        }

    #zoomp .qty-input .product-qty {
        width: 50px;
        min-width: 0;
        display: inline-block;
        text-align: center;
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        appearance: textfield;
    }

        #zoomp .qty-input .product-qty::-webkit-outer-spin-button, .qty-input .product-qty::-webkit-inner-spin-button {
            -webkit-appearance: none;
            appearance: none;
            margin: 0;
        }

    #zoomp .qty-input .qty-count {
        padding: 0;
        cursor: pointer;
        width: 2.5rem;
        font-size: 1.25em;
        text-indent: -100px;
        overflow: hidden;
        position: relative;
    }

        #zoomp .qty-input .qty-count:before, .qty-input .qty-count:after {
            content: "";
            height: 2px;
            width: 10px;
            position: absolute;
            display: block;
            background: #000;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
        }

    #zoomp .qty-input .qty-count--minus {
        border-right: 1px solid #e2e2e2;
    }

    #zoomp .qty-input .qty-count--add {
        border-left: 1px solid #e2e2e2;
    }

        #zoomp .qty-input .qty-count--add:after {
            transform: rotate(90deg);
        }

#zoomp .qty-input {
    border-radius: 4px;
    width: 140px;
    transform: scale(1);
    border: 1px solid#e2e2e2;
}

#zoomp .content {
    margin-left: 35px;
}

    #zoomp .content h3 {
        font-size: 20px;
        color: #7e112c;
        font-weight: 700;
        text-transform: uppercase;
    }

    #zoomp .content .star li i {
        font-size: 12px;
        margin: 10px 0px;
    }

    #zoomp .content .text {
        font-size: 14px;
        font-weight: 600;
        margin: 10px 0px;
    }

        #zoomp .content .text del {
            color: #7e112c;
        }

    #zoomp .content .size-cl {
        font-size: 15px;
    }

    #zoomp .content .size-ul {
        gap: 14px;
        margin: 10px 0px 15px;
    }

        #zoomp .content .size-ul li .btn {
            height: 35px;
            border: 1px solid #000;
            border-radius: 0px;
        }

            #zoomp .content .size-ul li .btn.active {
                background-color: #7e112c;
                color: #fff;
                transition: .5s;
            }

        #zoomp .content .size-ul li .active {
            background-color: #7e112c;
            color: #fff;
        }

        #zoomp .content .size-ul li .btn:hover {
            background-color: #7e112c;
            color: #fff;
        }

    #zoomp .content .ruler a {
        font-size: 16px;
        color: #000;
    }

    #zoomp .content .quantity-cl {
        margin: 20px 0px 10px;
        font-size: 14px;
    }

    #zoomp .content .qut-cl {
        gap: 15px;
    }

        #zoomp .content .qut-cl li .wishlist-list {
            height: 35px;
            width: 35px;
            border: 2px solid #7e112c;
            color: #7e112c;
            text-align: center;
            line-height: 35px;
            transition: .5s;
            display: inline-block;
            border-radius: 3px;
        }

        #zoomp .content .qut-cl li .add-cart {
            display: inline-block;
            width: 100%;
            background-color: #7e112c;
            color: #fff;
            border: 1px solid #7e112c;
            transition: .5s;
            padding: 9px;
            border-radius: 5px;
        }

            #zoomp .content .qut-cl li .add-cart:hover {
                background-color: transparent;
                color: #7e112c;
            }

    #zoomp .content h6 a {
        display: inline-block;
        width: 100%;
        background-color: #7e112c;
        color: #fff;
        border: 1px solid #7e112c;
        transition: .5s;
        padding: 11px;
        letter-spacing: 2px;
        text-transform: uppercase;
        border-radius: 0px;
        text-align: center;
        margin: 15px 0px;
    }

        #zoomp .content h6 a:hover {
            background-color: transparent;
            color: #7e112c;
        }

    #zoomp .content .specifications {
        font-size: 15px;
        background-color: #f1f1f1;
        padding: 1px 10px;
        margin-bottom: 10px;
    }

    #zoomp .content .fabric-cl {
        columns: 2;
        margin-top: 20px;
    }

        #zoomp .content .fabric-cl li {
            color: #7e112c;
            margin-bottom: 15px;
        }

    #zoomp .content .icon-info {
        margin-top: 10px;
    }

        #zoomp .content .icon-info li a {
            color: #7e112c;
        }

    #zoomp .content .accordion-item {
        border: transparent;
        margin-top: 20px;
    }

    #zoomp .content .accordion-button {
        background-color: transparent;
        border-radius: 0px;
        padding: 10px 0px;
        color: #000;
        font-weight: 600;
        box-shadow: none;
        border-bottom: 1px solid #000;
    }

        #zoomp .content .accordion-button:not(.collapsed)::after {
            filter: brightness(0.5);
        }

    #zoomp .content .accordion-body {
        padding: 10px 0px;
    }

        #zoomp .content .accordion-body .ds-a {
            font-size: 14px;
            margin-bottom: 15px;
        }

        #zoomp .content .accordion-body .read-btn {
            padding: 10px 30px;
            display: inline-block;
            background-color: #7e112c;
            color: #fff;
            transition: .5s;
            border: 1px solid #7e112c;
        }

            #zoomp .content .accordion-body .read-btn:hover {
                background-color: transparent;
                color: #7e112c;
            }


#related-products {
    padding: 50px 0px;
}

    #related-products h2 {
        text-align: center;
        font-size: 32px !important;
        line-height: 1.2;
        color: #7e112c;
        letter-spacing: 3px;
        margin-bottom: 30px;
        text-transform: uppercase;
    }

    #related-products .imgsc:hover img {
        transform: rotatey(180deg);
    }

    #related-products .btn1 .btn2 {
        padding: 6px 20px;
        display: inline-block;
        background-color: transparent;
        border: 1px solid rgb(187, 186, 186);
        text-align: center;
        margin-bottom: 20px;
        color: #000;
    }

    #related-products .imgsc:hover .img1 {
        transform: translateY(0)scale(1.1);
        opacity: 0;
        transition: .5s;
        -o-transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
    }

    #related-products .imgsc .img2 {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        transition: .5s;
        z-index: 999;
        opacity: 0;
        transition: .5s;
        -o-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
    }

    #related-products .imgsc:hover .img2 {
        opacity: 1;
    }

    #related-products .imgsc .new {
        position: absolute;
        top: 13px;
        left: 12px;
        z-index: 999;
    }

        #related-products .imgsc .new .newproduct {
            padding: 3px 11px;
            background-color: #7e112c;
            font-size: 13px;
            color: #fff;
            border: 0px;
        }

    #related-products .imgsc .new-a {
        position: absolute;
        bottom: 23px;
        right: 12px;
        z-index: 99999;
    }

        #related-products .imgsc .new-a .newproduct {
            padding: 3px 11px;
            background-color: #7e112c;
            font-size: 13px;
            color: #fff;
            border: 0px;
        }

    #related-products .imgsc .wishlist {
        position: absolute;
        top: 13px;
        right: -37px;
        transition: .5s;
        z-index: 99999;
    }

    #related-products .imgsc:hover .wishlist {
        right: 12px;
    }

    #related-products .imgsc .wishlist .wishlist-pop {
        background-color: #fff;
        text-align: center;
        line-height: 39px;
        display: inline-block;
        height: 36px;
        width: 36px;
        border-radius: 50px;
        font-size: 19px;
        color: #000000;
        border: 0px;
    }

    #related-products .content h3 {
        text-align: center;
        line-height: 20px;
        margin: 15px 0px 20px;
    }

        #related-products .content h3 .btn4 {
            text-align: center;
            color: #232323;
            font-size: 15px;
            text-transform: uppercase;
            transition: .5s;
        }

            #related-products .content h3 .btn4:hover {
                text-decoration: underline;
                text-underline-offset: 3px;
                color: #7e112c;
            }

    #related-products .content h5 del {
        color: #232323;
    }

    #related-products .content h5 {
        text-align: center;
        font-size: 14px;
        margin: 0px 0px 15px;
        color: #7e112c;
        font-weight: 600;
    }

    #related-products .imgsc {
        position: relative;
        overflow: hidden;
    }
