﻿.custom-sub-menu {
    padding-left: 1rem;
    margin-top: -7px;
}

.ur-megamenu .megamenu-row {
    justify-content: space-around;
}

    .ur-megamenu .megamenu-row .megamenu-column .custom-sub-menu li a {
        padding: 3px 0;
    }

.searchbtn {
    position: absolute;
    top: 7px;
    right: 5px;
}

.cartspan {
    padding: 1px 4px 3px 4px;
    background-color: #ae4f09;
    color: white;
    border-radius: 50%;
    top: -7px;
    position: relative;
    font-size: 12px;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
}

.todaydealslider .slick-next.slick-arrow {
    margin-left: 0;
    padding-left: 30px;
}




/* cart css*/
.conf0 {
    fill: #FC6394;
}

.conf1 {
    fill: #EF3C8A;
}

.conf2 {
    fill: #5ADAEA;
}

.conf3 {
    fill: #974CBE;
}

.conf4 {
    fill: #3CBECD;
}

.conf5 {
    fill: #813BBE;
}

.conf6 {
    fill: #F9B732;
}

.conf7 {
    display: none;
    fill: none;
    stroke: #000000;
    stroke-miterlimit: 10;
}

.conf8 {
    fill: none;
    stroke: #F9B732;
    stroke-width: 9;
    stroke-linecap: round;
    stroke-miterlimit: 10;
}


.confetti-cone {
    transform-origin: 200px 50px;
    animation: confetti-cone1 1.2s ease infinite;
}

@keyframes confetti-cone1 {
    0% {
        transform: translate(40px, 95px) rotate(45deg) scale(1, 1);
    }

    15% {
        transform: translate(10px, 145px) rotate(45deg) scale(1.1, 0.85);
    }

    100% {
        transform: translate(40px, 105px) rotate(45deg) scale(1, 1);
    }
}

#yellow-strip {
    fill: none;
    stroke: #F9B732;
    stroke-width: 9;
    stroke-linecap: round;
    stroke-miterlimit: 10;
    animation: confdash 1.2s ease infinite;
}


@keyframes confdash {
    0% {
        stroke-dasharray: 1000;
        stroke-dashoffset: 500;
        transform: translate(-30px, 30px);
        opacity: 0;
    }

    2% {
        stroke-dasharray: 1000;
        stroke-dashoffset: 500;
        transform: translate(-30px, 30px);
        opacity: 0;
    }

    35% {
        stroke-dasharray: 1000;
        stroke-dashoffset: 900;
        transform: translate(-2px, 0px);
        opacity: 1;
    }

    85% {
        stroke-dasharray: 1000;
        stroke-dashoffset: 1000;
        transform: translate(1px, -5px);
        opacity: 1;
    }

    90% {
        stroke-dashoffset: 1000;
        stroke-dashoffset: 1000;
        transform: translate(2px, -8px);
        opacity: 0;
    }

    100% {
        stroke-dashoffset: 1000;
        stroke-dashoffset: 500;
        transform: translate(2px, -8px);
        opacity: 0;
    }
}



#a2 {
    transform-origin: 310.9px 241px;
    animation: confa 1.2s ease-out infinite;
}

#a1 {
    transform-origin: 276px 246px;
    animation: confa 1.2s ease-out infinite;
}

@keyframes confa {
    0% {
        opacity: 0;
        transform: translate(-30px, 20px) rotate(0);
    }

    15% {
        opacity: 1;
        transform: translate(25px, -10px) rotate(60deg);
    }

    80% {
        opacity: 1;
        transform: translate(33px, -18px) rotate(180deg);
    }

    100% {
        opacity: 0;
        transform: translate(37px, -23px) scale(0.5)rotate(230deg);
    }
}


#b1 {
    transform-origin: 195.2px 232.6px;
    animation: confb 1.2s ease-out infinite;
}

#b2 {
    transform-origin: 230.8px 219.8px;
    animation: confb 1.2s ease-out infinite;
}

#b3 {
    transform-origin: 222.8px 190.6px;
    animation: confb 1.2s ease-out infinite;
}

#b4 {
    transform-origin: 262px 188.5px;
    animation: confb 1.2s ease-out infinite;
}

#b5 {
    transform-origin: 282.3px 170.6px;
    animation: confb 1.2s ease-out infinite;
}


@keyframes confb {
    0% {
        opacity: 0;
        transform: translate(-30px, 20px) rotate(0);
    }

    12% {
        opacity: 1;
        transform: translate(25px, -10px) rotate(60deg);
    }

    76% {
        opacity: 1;
        transform: translate(33px, -18px) rotate(180deg);
    }

    100% {
        opacity: 0;
        transform: translate(37px, -23px) scale(0.5) rotate(240deg);
    }
}

#c1 {
    transform-origin: 174.8px 183.4px;
    animation: confc 1.2s ease-out infinite;
}

#c2 {
    transform-origin: 178.9px 156.2px;
    animation: confc 1.2s ease-out infinite;
}

#c3 {
    transform-origin: 206.7px 140px;
    animation: confc 1.2s ease-out infinite;
}

#c4 {
    transform-origin: 213.5px 120.2px;
    animation: confc 1.2s ease-out infinite;
}

@keyframes confc {
    0% {
        opacity: 0.7;
        transform: translate(-30px, 20px) rotate(0);
    }

    18% {
        opacity: 1;
        transform: translate(5px, -10px) rotate(60deg);
    }

    76% {
        opacity: 1;
        transform: translate(13px, -18px) rotate(180deg);
    }

    100% {
        opacity: 0;
        transform: translate(17px, -23px) scale(0.5) rotate(230deg);
    }
}

#d1 {
    transform-origin: 127px 176px;
    animation: confd 1.2s ease-out infinite;
}

#d2 {
    transform-origin: 133px 118px;
    animation: confd 1.2s ease-out infinite;
}

#d3 {
    transform-origin: 152px 100px;
    animation: confd 1.2s ease-out infinite;
}

@keyframes confd {
    0% {
        opacity: 0.7;
        transform: translate(-20px, 20px) rotate(0);
    }

    18% {
        opacity: 1;
        transform: translate(-5px, -10px) rotate(60deg);
    }

    76% {
        opacity: 1;
        transform: translate(-8px, -18px) rotate(180deg);
    }

    100% {
        opacity: 0;
        transform: translate(-10px, -23px) scale(0.5) rotate(230deg);
    }
}

.congratulations-block {
    position: relative;
    width: 100%;
    display: inline-block;
    max-height: 270px;
}

.congrat-text {
    color: var(--secondary-color);
    font-weight: 600;
    position: absolute;
    right: 20px;
    top: 40px;
    font-family: "Poppins", sans-serif;
    text-align: right;
}



/*Coupon*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

.couponcontainer {
    width: 100%;
    /* height: 100vh;*/
    justify-content: center;
    align-items: center;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
}

.card {
    width: 315px;
    min-height: 175px;
    border-radius: 5px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
    background-color: #f6f6f6;
    padding: 8px 5px;
    position: relative;
    margin-right: 15px;
}

.main,
.copy-button {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    align-items: center;
}


.co-img img {
    width: 100px;
    height: 100px;
}

.vertical {
    border-left: 5px dotted black;
    height: 100px;
    position: absolute;
    left: 40%;
}

.content {
    width: 72%;
}

    .content h1 {
        font-size: 35px;
        color: #565656;
    }

        .content h1 span {
            font-size: 18px;
        }

    .content h2 {
        font-size: 18px;
        margin-left: -20px;
        color: #565656;
        text-transform: uppercase;
    }

    .content p {
        font-size: 16px;
        color: #696969;
        margin-left: -20px;
    }

.copy-button {
    margin: 12px 0 -5px 0;
    height: 45px;
    border-radius: 4px;
    padding: 0 5px;
    border: 1px solid #e1e1e1;
}

    .copy-button input {
        width: 100%;
        height: 100%;
        border: none;
        outline: none;
        font-size: 18px;
    }

    .copy-button button {
        padding: 3px 3px;
        background-color: #dc143c;
        color: #fff;
        border: 1px solid transparent;
    }


/* top right*/
.ribbon-wrapper {
    width: 100px;
    height: 70px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    right: 0px;
}

.ribbon {
    font: bold 15px sans-serif;
    color: #333;
    text-align: center;
    /*-webkit-transform: rotate(-180deg);
                                                -moz-transform: rotate(-180deg);
                                                -ms-transform: rotate(-180deg);
                                                -o-transform: rotate(-180deg);*/
    position: relative;
    padding: 3px 0;
    top: 15px;
    right: 8px;
    width: 120px;
    background-color: #f36a07;
    color: #fff;
}


.couponapplied {
    border: 1px solid #f36a07;
    min-width: 200px;
    max-width: 200px;
    display: inline-block;
    height: 24px;
    border-radius: 37px;
    color: #f36a07;
    text-align: center;
    font-size: 14px;
}

.couponRemove {
    border: 1px solid #f36a07;
    height: 39px;
    border-radius: 37px;
    color: #f36a07;
    text-align: center;
    font-size: 19px;
    width: auto;
    padding: 7px;
}



.cart-table-wrapper .couponcontainer {
    justify-content: flex-start;
    gap: 10px;
}

.couponcontainer .card {
    border-radius: 0;
    flex: 0 0 315px;
    background: none;
    padding: 15px;
    box-shadow: none;
    margin: 0 0 15px 0;
}

    .couponcontainer .card .content {
        width: 100%;
    }

    .couponcontainer .card .ribbon-wrapper {
        top: 0;
        right: 0;
    }

    .couponcontainer .card .ribbon {
        top: 0;
    }

.couponcontainer-outer {
    overflow: auto;
    max-width: 100%;
}

.cart-table-wrapper .table-responsive {
    margin-bottom: 15px;
}

.form-check-input:checked {
    background-color: #f36a07;
    border-color: #f36a07;
}

.form-check-input:focus {
    box-shadow: none;
    outline: 0;
    border-color: #f36a07;
}


/*Product List*/
.range-value {
    display: block ruby;
}

.price-range-slider {
    width: 100%;
    float: left;
    padding: 10px 5px;
    .range-value

{
    margin: 0;
    input

{
    width: 100%;
    background: none;
    color: #000;
    font-size: 16px;
    font-weight: initial;
    box-shadow: none;
    border: none;
    margin: 20px 0 20px 0;
}

}

.range-bar {
    border: none;
    background: #dedede;
    height: 8px;
    width: 96%;
    margin-left: 8px;
    .ui-slider-range

{
    background: #f36a07;
}

.ui-slider-handle {
    border: none;
    border-radius: 3px;
    background: #fff;
    border: 2px solid #f36a07;
    height: 17px;
    width: 17px;
    /*top: -0.52em;*/
    cursor: pointer;
}

    .ui-slider-handle + span {
        background: #fff;
    }

}
}


.sidebar-widget .sidebar-check-fields li + li {
    margin-top: 0px !important;
}

.plus, .minus {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 16px 16px !important;
    width: 16px;
    height: 16px;
    /*vertical-align: middle;*/
}

.plus {
    background-image: url('/assetsmain1/images/treeview_plus.png');
}

.minus {
    background-image: url('/assetsmain1/images/treeview_minus.png');
}

ul {
    list-style: none;
    padding: 0px 0px 0px 0px;
}

    ul.inner_ul li:before {
        content: "├-";
        font-size: 25px;
        margin-left: -11px;
        margin-top: -5px;
        vertical-align: middle;
        float: left;
        width: 10px;
        color: #41424e;
    }

    ul.inner_ul li:last-child:before {
        content: "└";
    }

.inner_ul {
    padding: 0px 0px 0px 35px;
}

.tree_main .cattitle {
    font-size: 18px;
}


/*Contact us page*/
.contact-banner img {
    width: 100%;
    max-height: 350px;
}

.contact-info .callus, .contact-info .support {
    margin-top: -100px;
    padding: 25px;
    padding-top: 100px;
    padding-top: 75px;
    background: #fff;
    height: 100%;
    padding-bottom: 150px;
    box-shadow: 3px 3px 4px rgba(0,0,0,0.05);
    border-radius: 3px;
}

.contact-info i {
    font-size: 36px;
    margin-bottom: 15px;
}





/*Cookies Popup*/

.cookie-notice {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 10px;
    bottom: 0;
    width: 100%;
    background: #191919;
    color: #F6F6F6;
    font-size: 1.2rem;
    z-index: 999;
}

    .cookie-notice a {
        color: #F6F6F6;
    }

        .cookie-notice a:hover {
            text-decoration: none;
        }

        .cookie-notice a:visited {
            color: #F6F6F6;
        }

    .cookie-notice .cookie {
        font-size: 2.2rem;
        margin-right: 0.3rem;
        margin-left: 1rem;
    }

    .cookie-notice .accept-cookies {
        cursor: pointer;
        border: none;
        outline: none;
        background: #F6F6F6;
        color: #191919;
        font-weight: 700;
        padding: 0.5rem 1.5rem;
        margin-right: 1rem;
        margin-left: 3rem;
        transition: 0.35s ease;
    }

        .cookie-notice .accept-cookies:hover {
            box-shadow: 0.01rem 0.01rem 0.1rem #DDDDDD;
        }

body {
    margin: 0;
    padding: 0;
    font-family: Calibri;
}

.p {
    text-align: center;
    margin: 1.5rem auto;
}


.theme-bg1 {
    background-color: #b48171 !important;
}


.ui-menu {
    z-index: 9999 !important;
}

.imageClass {
    width: 80px;
    height: 65px;
    padding-right: 3px;
}

.custom-dropdown {
    position: relative;
    width: 150px;
    font-family: Arial;
    cursor: pointer;
}

    .custom-dropdown .selected-value {
        color: white !important;
    }


.selected-value {
    padding: 2px 10px 2px 10px;
    border: 1px solid #ccc;
}

.options-container {
    display: none;
    position: absolute;
    width: 100%;
    border: 1px solid #ccc;
    background: #fff;
    z-index: 1000;
}

    .options-container .option {
        padding: 10px;
        border-bottom: 1px solid #eee;
        display: flex;
        align-items: center;
    }

        .options-container .option:last-child {
            border-bottom: none;
        }

        .options-container .option:hover {
            background-color: #f2f2f2;
        }

.option img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}



/************* Product datalist ******************/

.plus, .minus {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 16px 16px !important;
    width: 16px;
    height: 16px;
}

.plus {
    background-image: url('/assetsmain1/images/treeview_plus.png');
}

.minus {
    background-image: url('/assetsmain1/images/treeview_minus.png');
}

ul {
    list-style: none;
    padding: 0px 0px 0px 20px;
}

    ul.inner_ul li:before {
        content: "├-";
        font-size: 21px;
        margin-left: -11px;
        margin-top: -5px;
        vertical-align: middle;
        float: left;
        width: 43px;
        color: #41424e;
    }

    ul.inner_ul li:last-child:before {
        content: "└";
    }

.inner_ul {
    padding: 0px 0px 0px 20px;
}

.tree_main .cattitle {
    font-size: 18px;
}


.range-value {
    display: block ruby;
}

.price-range-slider {
    width: 100%;
    float: left;
    padding: 10px 5px;
    .range-value

{
    margin: 0;
    input

{
    width: 100%;
    background: none;
    color: #000;
    font-size: 16px;
    font-weight: initial;
    box-shadow: none;
    border: none;
    margin: 20px 0 20px 0;
}

}

.range-bar {
    border: none;
    background: #dedede;
    height: 8px;
    width: 96%;
    margin-left: 8px;
    .ui-slider-range

{
    background: #f36a07;
}

.ui-slider-handle {
    border: none;
    border-radius: 3px;
    background: #fff;
    border: 2px solid #f36a07;
    height: 17px;
    width: 17px;
    cursor: pointer;
}

    .ui-slider-handle + span {
        background: #fff;
    }

}
}


.sidebar-widget .sidebar-check-fields li + li {
    margin-top: 0px !important;
}
/************* Product datalist ******************/



/********************* Layout Page *************************/
.cart-drawer .cartoffersslider img {
    height: 140px;
    max-height: 100%;
    width: 100%;
    object-fit: cover;
    margin-top: 30px;
}

.cart-drawer .cartoffersslider {
    position: absolute;
    bottom: 155px;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 0;
    background-color: #fff;
    padding-bottom: 20px;
}

.newsletter-section {
    /* background-image: url('/assetsmain1/images/image_banner1.jpg');*/
    background-color: #f6f6f6;
    background-size: contain;
    height: 100%;
    width: 100%;
}

    .newsletter-section input::placeholder {
        color: black !important;
    }
/********************* Layout Page *************************/



/********************* index Page ***********************/

.ur3-hero-box.hero-box-content {
    z-index: 999;
    position: absolute;
    width: 100%;
    margin: auto;
    height: 100%;
    padding: 240px;
    top: 0;
    transform: none !important;
}


.todaydealslider .slick-next.slick-arrow {
    color: #fff;
    margin-left: 20px;
    cursor: pointer;
    position: relative;
    z-index: 999;
    text-align: center;
    width: 100%;
    display: inline-block;
    max-width: 20px;
    left: 50%;
}

.todaydealslider .slick-prev.slick-arrow {
    position: absolute;
    color: #fff;
    z-index: 999;
    cursor: pointer;
    text-align: center;
    width: 100%;
    margin: auto;
    max-width: 20px;
    display: inline-block;
    left: 50%;
    bottom: 0px;
}

#instafeed .owl-nav {
    position: absolute;
    right: 0;
    top: -53px;
    font-size: 40px !important;
    color: var(--text-color);
    gap: 10px;
    display: flex;
    font-style: normal;
    font-weight: 300;
}


/********************* index Page ***********************/

/*Account Info Page*/

.account_profile ul {
    list-style: none;
    padding: 0px 0px 0px 0px !important;
}

.accountinfo_box_scroll {
    position: sticky;
    top: 100px;
}



/**************** Home Page Feedback***************/
.ur2-feedback-section .prev-arrow {
    display: inline-block;
    right: 50%;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    z-index: 9999;
    cursor: pointer;
    max-width: 20px;
}

.ur2-feedback-section .next-arrow {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 99;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    max-width: 20px;
    left: 50%;
}

.feedbackslider {
    padding-bottom: 30px;
}

.header-style-2 .header-link {
    display: flex;
}




.skeleton {
    background: #ddd;
    margin: 5px 0;
    border-radius: 4px;
}

.feature-image-skeleton {
    width: 100%;
    height: 200px; /* Adjust based on your design */
}

.title-skeleton {
    height: 20px;
    width: 80%;
    margin: 10px auto;
}

.price-skeleton {
    height: 20px;
    width: 40%;
    margin: 5px auto;
}

@keyframes shimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}

.skeleton {
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: shimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 1000px 104px;
    position: relative;
}

.ur-product-card-skeleton {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    padding: 10px;
}

.box_scroll {
    position: sticky;
    top: 100px;
    height: 100%;
}

.ur-product-card .feature-image img {
    height: 350px !important;
    object-fit: contain !important;
}


.whatsappchat {
    bottom: 20px;
    position: fixed;
    left: 20px;
    transform: rotate(0deg);
    transition: transform .16s linear;
    -webkit-box-shadow: 0 0 30px 0 rgba(248,248,248,.4);
    box-shadow: 0 0 30px 0 rgba(248,248,248,.4);
    z-index: 99999;
}

.ur-megamenu {
    z-index: 99999 !important;
}

.helpmail .helpcall {
    cursor: pointer !important;
    color: white !important;
}

.expertchat {
    cursor: pointer !important;
    color: white !important;
}

.listsort {
    position: relative;
}

.listcount {
    position: absolute;
    right: 0;
}


.ptb-40 {
    padding: 40px 0;
}


.instaitem {
    height: 230px;
}

.ptb-70 {
    padding: 70px 0;
}

.mb-20{
    margin-bottom:20px;
}


@media (max-width: 575.98px) {
    .ur-header-right {
        gap: 12px;
    }
}



@media (max-width: 767.98px) {
    .product-box {
        display: block !important;
    }

    .box_scroll {
        position: sticky;
        top: 80px;
        height: 100%;
        z-index: 999;
    }

    .instaitem {
        height: 220px;
    }

    .contact-info .callus, .contact-info .support {
        margin: 0;
        padding: 15px;
        margin-bottom: 15px;
    }
}

@media (max-width: 1100px) {
    .instaitem {
        height: 200px;
    }
}

