﻿
/*@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

:root {
    --body-f: #000;
    --body-bg: #f7f7f7;
    /*-------------------------------*/
    --top-h-bg: #33A137;
    --top-h-c: #fff;
    /*-------------------------------*/
    --theme-color2: #1d9ee0;
    --f-theme2: #fff;
    /*-------------------------------*/
    --lgt-theme: rgba(198, 224, 203, 0.34);
    --grad: linear-gradient(131deg, #f676af, #f06da7, #f9328a, #f92f88);
    /*-------------------------------*/
    --footer-c: #74767e;
    --footer-bg: #fff;
    /*-------------------------------*/
    --main-h-bg: #fff;
    --main-h-c: #000;
    /*-------------------------------*/
    --black: #000;
    --white: #fff;
    --white-smoke: #f5f5f5;
    /*-------------------------------*/
    --l-grey: #efeff0;
    --grey: #808080;
    --d-grey: #404145;
    /*-------------------------------*/
    --l-blue: #27aae1;
    --blue: #2680eb;
    --d-blue: blue;
    /*-------------------------------*/
    --l-purple: #cdb3fa;
    --purple: #6f42c1;
    --d-purple: #6610f2;
    /*-------------------------------*/
    --l-pink: #fedeec;
    --pink: #fb59a0;
    --d-pink: #ff4747;
    /*-------------------------------*/
    --l-red: #dc3545;
    --red: #dc3545;
    --d-red: #dc3545;
    /*-------------------------------*/
    --l-orange: #fd7e14;
    --orange: #fd7e14;
    --d-orange: #fd7e14;
    /*-------------------------------*/
    --l-yellow: #fbb040;
    --yellow: #fbb040;
    --d-yellow: #fbb040;
    /*-------------------------------*/
    --d-green: green;
    --green: #28a745;
    --l-green: #99cc00;
    --c-green: #17a2b8;
    /*-------------------------------*/
    --credit-color: linear-gradient(207deg, #f7dd95 0%, #E9A000 100%);
    /*-------------------------------*/
    /*   --h-fonts: "Manrope", sans-serif;
    --fonts: "Manrope", sans-serif;
    --i-fonts: "Manrope", sans-serif; */

    --h-fonts: "Rubik", sans-serif;
    --fonts: "Rubik", sans-serif;
    --i-fonts: "Rubik", sans-serif;
    --l-bold: 300;
    --r-bold: 400;
    --m-bold: 500;
    --s-bold: 600;
    --e-bold: 800;
    /*-------------------------------*/
}


.bold {
    font-weight: 600 !important;
}

.dark .white-bg {
    background: var(--black) !important;
}




.demoaccount {
    background: var(--black) !important;
    padding: 15px !important;
    color: white;
}


/*----------------------------------------------Top Header---------------------------------------------------*/

.partner-wrapper {
    border: none !important
}

    .partner-wrapper img {
        margin: 0px
    }

.body-content {
    padding: 0px
}

    .body-content main {
        padding: 0px !important
    }

.partner-list {
    margin: 0px 0px;
}


#dvCMSViewhomefooterContainer.container,
#dvCMSViewhomeContainer.container {
    max-width: 100% !important;
    padding: 0;
}

.top-header {
    color: var(--theme-color);
    font-size: 14px;
    display: block !important;
    height: 42px !important;
    font-weight: 400;
    margin: 0;
}

    .top-header ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .top-header .pull-left li {
        float: left;
    }

    .top-header a {
        color: var(--grey);
        padding: 10px 15px;
        display: inline-block;
        text-decoration: none;
        position: relative;
        border: solid 1px transparent;
        display: flex;
        text-transform: capitalize;
        cursor: pointer
    }



        .top-header a::after {
            content: "";
            position: absolute;
            top: 11px;
            right: -2px;
            width: 1px;
            height: 16px;
            overflow: hidden;
        }

    .top-header li:last-child a::after {
        border-right: 0px;
    }


.top-account-link a::after {
    display: none
}

.top-header a:hover {
    color: var(--l-blue);
    text-decoration: none !important
}

.top-header .dropdown_hover:hover svg,
.top-header .dropdown_hover.open svg {
    fill: var(--theme-color);
}

.top-header .dropdown_hover:hover .dropdown-toggle,
.top-header .dropdown_hover.open .dropdown-toggle {
    background: white;
    border: solid 1px var(--l-grey);
    border-bottom: 1px solid #fff;
    z-index: 100001;
    box-shadow: 0 -4px 8px 0 rgba(0,0,0,.04);
    color: var(--theme-color);
}

.top-header .top-account-link .dropdown-menu {
    margin-top: -2px !important;
    box-shadow: 4px 15px 16px rgba(0, 0, 0, 0.17);
    border: none;
    right: 1px;
    left: initial;
    color: var(--body-f);
    background: white;
    z-index: 100001;
    width: 230px;
}

.top-header span {
    margin-right: 5px;
}

.header-register-link:before {
    content: "/";
    margin: 0px 5px
}

.customer-menu {
    padding: 0px !important
}

    .customer-menu .top-account-link a {
        font-size: 18px;
        font-weight: 400;
    }

.header-becoemseller-link {
    padding: 9px 20px !important;
    margin: 6px 6px 7px 45px;
    border-radius: 11px;
    color: var(--white) !important;
    background: var(--theme-color);
}

.main-header .customer-menu .dropdown-toggle .user-svg {
    width: 25px;
    height: 21px;
    display: block;
    margin: 0px 11px -5px 11px;
    fill: var(--theme-color);
}

.main-header .customer-menu a .cart-down {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 0px;
    fill: #000;
    float: initial;
}

.mobile-heading,
.blogheading {
    font-size: 29px;
    font-weight: 600 !important;
    margin: 0px;
}

.main-header .customer-menu .dropdown-toggle {
    font-size: 12px;
    font-weight: 400;
    display: block;
    padding: 0px 15px 20px 15px;
}
/*---------------------region dropdown--------------------------------------*/
.top-header .region-setting {
    float: left
}

    .top-header .region-setting .region_div .dropdown-menu {
        width: 250px;
        font-size: 12px;
        font-weight: 600;
    }

        .top-header .region-setting .region_div .dropdown-menu li {
            margin: 5px 0px
        }

        .top-header .region-setting .region_div .dropdown-menu .btn {
            margin-top: 10px;
            width: 100%;
        }

    .top-header .region-setting .region_div img {
        height: 18px;
        margin: 0px 3px;
    }

.top-header .pull-right li {
    float: left;
}

.top-header i {
    color: var(--l-grey);
    margin-right: 0;
    padding: 3px 0px 0px 6px;
    float: right;
}


.top-header svg {
    height: 18px;
    fill: var(--f-theme);
    width: 18px;
    margin: 0px 3px;
}


.notify {
    border-radius: 10px;
    text-align: center;
    color: var(--f-theme);
    font-size: 10px;
    background: var(--theme-color);
    padding: 2px 5px;
    position: absolute;
    margin-left: -7px;
    margin-top: -35px;
    right: -3px;
    z-index: 100010;
    width: 19px;
}


    .notify:empty {
        display: none;
    }

.i-notify {
    border-radius: 10px;
    text-align: center;
    color: var(--f-theme);
    font-size: 8px;
    background: var(--theme-color);
    padding: 3px 4px;
    position: absolute;
    margin-left: -7px;
    margin-top: 1px;
    right: 1px;
    top: -4px;
    width: 19px;
    height: 19px;
}

    .i-notify:empty {
        display: none;
    }


.top-header .header-links a {
    padding-left: 0px;
}

.t-icons {
    padding: 9px 5px;
}

    .t-icons a {
        color: var(--d-grey);
        font-size: 13px;
    }

    .t-icons img {
        height: 32px;
        vertical-align: text-bottom;
    }


.multi-language,
.wishlist,
.customer-menu,
.header-credit,
.notify-counter,
.inbox-counter {
    float: right;
    display: flex;
}

    .notify-counter svg {
        width: 35px;
        height: 35px;
        fill: var(--grey);
    }

.inbox-counter {
    position: relative;
}

    .inbox-counter svg {
        width: 31px;
        height: 35px;
        fill: var(--grey);
    }

.customer-menu ul.dropdown-menu:before {
    content: "";
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -9px;
    right: 16px;
    z-index: 10;
}

.customer-menu ul.dropdown-menu:after {
    content: "";
    border-bottom: 12px solid #ccc;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    position: absolute;
    top: -12px;
    right: 14px;
    z-index: 9;
}

.main-header .customer-menu ul.dropdown-menu li a svg {
    width: 23px;
    height: 16px;
    margin: 3px;
    fill: var(--theme-color);
}



.customer-menu .dropdown-menu {
    z-index: 10001;
    top: 46px;
    min-width: 250px;
    right: 0;
}

    .customer-menu .dropdown-menu li a {
        color: black;
        padding: 6px 10px;
        display: inline-block;
        text-decoration: none;
        position: relative;
        border: solid 1px transparent;
        display: flex;
        text-transform: capitalize;
        font-size: 15px;
    }
/*  .customer-menu .dropdown-toggle {
        padding: 2px 5px;
        display: flex;
        justify-content: center;
        align-items: center;
    }*/

.customer-menu .current-plan .subs-name {
    background: var(--yellow) !important;
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: var(--l-bold);
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 30px;
    color: var(--black) !important;
}


.customer-menu .user-image {
    border-radius: 100%;
    padding: 1px;
    height: 33px;
    width: 39px;
    display: inline-block;
    text-align: center;
    object-fit: cover;
    object-position: center left;
    background: white;
}

.customer-menu .profile-alpha {
    border-radius: 100%;
    padding: 3px;
    height: 32px;
    width: 33px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    font-family: 'Felix Titling';
}



.customer-menu .subs-price,
.customer-menu .expiry,
.customer-menu .subs-btn {
    display: none
}

.notify-counter .dropdown-menu {
    width: 300px !important;
    background: white !important;
    left: initial !important;
    right: 0px !important;
}

.header-credit a {
    background: white;
    padding: 2px 1px;
    margin: 7px 9px;
    color: black !important;
    border-radius: 14px;
}

.header-credit .credit-icon {
    width: 18px;
    height: 18px;
    display: inline-block;
    background-color: #f96b04;
    background-image: linear-gradient(207deg, #fcd84c 0%, #F7C75C 100%);
    padding: 3px;
    border-radius: 100%;
    position: relative;
    margin-right: 5px;
}

    .header-credit .credit-icon:after {
        background-image: url('../../images/crediticon.png');
        background-repeat: no-repeat;
        background-size: 17px;
        background-position: 0px 0px;
        content: "";
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        filter: invert(0%) contrast(0%) brightness(1000%)
    }

.header-credit a:after {
    display: none
}

.header-credit a:hover {
    color: black;
}

.header-pages,
.multi-store {
    float: left;
    display: flex;
}

.right-login-section {
    width: 34%;
    padding-top: 12px;
}

    .right-login-section ul {
        list-style: none;
        padding: 0px 15px;
    }

        .right-login-section ul li a {
            color: black;
            font-weight: 600
        }

.wishlist a::after {
    display: none !important
}



/*------------------------------------------------------------------TOP HEADER-------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.green-grad {
    background-image: linear-gradient(var(--theme-color), white, white);
}








.donation input[type="text"] {
    color: var(--grey) !important;
    border: solid 1px #ccc !important;
    border-radius: 20px !important;
    padding: 15px !important;
}





.p-unlike {
    background: url('../Images/b-unlike.png');
    background-size: auto;
    height: 25px;
    width: 42px;
    background-size: 16px;
    position: absolute;
    right: 15px;
    bottom: 8px;
    background-repeat: no-repeat;
    padding: 4px;
    background-position: 5% 6px;
    display: none;
}


.p-like {
    background: url('../Images/b-like.png');
    background-size: auto;
    height: 25px;
    width: 42px;
    background-size: 16px;
    position: absolute;
    right: 15px;
    bottom: 8px;
    background-repeat: no-repeat;
    padding: 4px;
    background-position: 5% 6px;
    display: none;
}

    .p-unlike span,
    .p-like spna {
        font-size: 12px !important;
        margin-left: 10px;
        display: none;
    }


.d-unlike {
    background: url('../Images/b-unlike.png');
    height: 24px;
    width: 43px;
    background-size: 25px;
    position: relative;
    right: 0;
    background-repeat: no-repeat;
    padding: 1px;
    background-position: 3px;
    left: 10px;
    display: inline-block;
    top: 5px;
    bottom: 10px;
}


.d-like {
    background: url('../Images/b-like.png');
    height: 24px;
    width: 43px;
    background-size: 25px;
    position: relative;
    right: 0;
    background-repeat: no-repeat;
    padding: 1px;
    background-position: 3px;
    left: 10px;
    display: inline-block;
    top: 5px;
    bottom: 10px;
}

    .d-unlike span,
    .d-like spna {
        font-size: 12px !important;
        margin-left: 10px;
        display: none;
    }

#MainContent_wishlist_multiple_UpdatePanel1 {
    display: inline-block;
}


.donate .nav-tabs {
    border: none !important;
}

.detail-tab .nav-link.active,
.detail-tab .nav-link:hover,
.detail-tab .nav-link:focus {
    background-color: var(--theme-color);
    color: var(--f-theme);
    border-radius: 13px 13px 0px 0px;
}

.detail-tab .nav-link {
    color: var(--body-f);
    cursor: pointer;
    border-radius: 13px 13px 0px 0px;
}

.detail-tab .nav-tabs {
    border: none
}

.p-heading {
    position: relative;
}

    .p-heading:before {
        position: absolute;
        width: 35px;
        height: 5px;
        background: var(--theme-color);
        content: "";
        bottom: 0px;
    }









/*------------------------------------------------------------------MAIN HEADER-------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.main-header {
    background-color: var(--main-h-bg);
    color: var(--main-h-c);
    padding: 10px 15px;
    position: sticky;
    top: 0;
    z-index: 1001;
    transition: all 1s;
}

    .main-header .web-logo {
        display: flex;
        align-items: center;
        height: 54px;
        max-width: 15.1%;
        float: left;
        margin-right: 10px;
        min-width: 225px;
    }

        .main-header .web-logo img {
            max-width: 100%;
            max-height: 72px;
        }




/*----------------------top search bar------------------------------*/

/*.top-search-box .search_opacity {
    position: fixed;
    top: 91px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(3, 3, 3, 0.77);
    display: none;
}*/


.top-search-box {
    margin: 0px !important;
    background: var(--white-smoke);
}

    .top-search-box input[type="text"] {
        height: 40px;
        margin: 0 3px 0px 0px !important;
        border-radius: 9px !important;
    }

    .top-search-box .input-group-btn {
        background: var(--white-smoke) !important;
        border-radius: 0px 4px 4px 0px !important;
        padding: 7px 12px;
    }

        .top-search-box .input-group-btn i {
            color: white;
        }

.searchbar svg {
    fill: var(--theme-color)
}

.searchbar .badge {
    background: none !important;
    color: var(--grey);
    font-weight: var(--l-bold);
    padding: 0px;
    font-size: 12px;
}

.searchbar .form-control {
    background: var(--white-smoke)
}

.search_opacity {
    position: fixed;
    top: 98px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(3, 3, 3, 0.77);
    display: none;
    z-index: 100001;
}

#searchtype {
    color: var(--grey);
    float: right;
    font-size: 12px;
    margin: 5px;
}

.ui-autocomplete {
    position: fixed;
    top: 0;
    left: 0;
    cursor: default;
}



.ui-menu {
    z-index: 10001 !important;
    padding: 10px !important;
    border-radius: 8px;
    margin: 10px 10px 5px 0px;
    border: 1px solid #e7e7e7 !important;
    box-shadow: 0px 2px 4px rgba(192, 192, 192, 0.22);
    width: 44% !important;
    background: white;
    max-height: 600px;
    overflow: auto;
}

    .ui-menu li {
        font-size: 14px !important;
        font-weight: 500 !important;
        color: black !important;
        background: white !important;
        border: none !important;
        list-style: none;
        padding: 10px;
    }

        .ui-menu li:hover {
            border-radius: 8px !important;
            background: var(--white-smoke) !important;
        }


.top-search-box #btnclear {
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../images_web/clear.png');
    width: 37px;
    height: 25px;
    background-position: right;
    cursor: pointer;
    border: none !important;
    background-color: white;
    margin: 10px;
    position: absolute;
    right: 51px;
}

.top-search-box .search-load {
    width: 25px;
    height: 25px;
    background-position: right;
    cursor: pointer;
    border: none !important;
    background-color: white;
    margin: 10px;
    position: absolute;
    right: 51px;
}

.top-search-box .input-group-btn .btn {
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../Images/searchbar-icon.png');
    width: 30px;
    height: 30px;
    background-position: right;
    cursor: pointer;
    background-color: var(--d-grey);
    padding: 0px;
    border: none !important;
}



/*-------------------search bar-------------------------*/
.searchbar {
    width: 37.333% !important;
    float: left;
    margin: 12px 2px 4px 5px;
    display: block !important;
    height: 50px;
    flex: 1 0 0%;
}


.search-bar-form {
    background: #fff;
    border: 2px solid var(--theme-color);
    border-radius: 4px;
    width: 100%;
    display: table;
    margin-top: 6px;
    padding-left: 10px;
}


    .search-bar-form input {
        background: #fff;
        border: none;
        border-right-color: currentcolor;
        border-right-style: none;
        border-right-width: medium;
        margin-right: 2px;
        padding: 7px;
        width: 62.6%;
        border-radius: 0px;
        border-right: 1px solid #fff;
        float: left;
        font-size: 13px;
    }



    .search-bar-form select {
        background: var(--white);
        border: none;
        margin-right: 2px;
        padding: 8px;
        border-radius: 4px 0px 0px 4px;
        color: var(--d-grey);
        float: left;
        width: 30.5%;
        color: var(--grey);
        font-size: 13px;
    }


    .search-bar-form a {
        background-color: var(--theme-color);
        border: 1px solid var(--theme-color) !important;
        cursor: pointer;
        width: 6.5%;
        display: inline-block;
        float: right;
        text-align: center;
        margin: 0px -2px;
        padding: 2px;
        border-radius: 0px 4px 4px 0px;
    }

        .search-bar-form a:hover {
            background-color: var(--theme-color);
            border: 1px solid var(--theme-color) !important;
            color: var(--f-theme);
        }


    .search-bar-form img {
        width: 29px;
    }

    .search-bar-form .search_opacity {
        position: fixed;
        top: 128px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        background: rgba(3, 3, 3, 0.77);
        display: none;
    }

#searchtype {
    color: var(--grey);
    float: right;
    font-size: 12px;
    margin: 5px;
}

.ui-autocomplete {
    position: fixed;
    top: 0;
    left: 0;
    cursor: default;
}



.ui-menu {
    z-index: 10001 !important;
    padding: 10px !important;
    border-radius: 8px;
    margin: 10px 10px 5px 0px;
    border: 1px solid #e7e7e7 !important;
    box-shadow: 0px 2px 4px rgba(192, 192, 192, 0.22);
    width: 44% !important;
    background: white;
}

    .ui-menu li {
        font-size: 14px !important;
        font-weight: 500 !important;
        color: black !important;
        background: white !important;
        border: none !important;
        list-style: none;
        padding: 10px;
    }

        .ui-menu li:hover {
            border-radius: 8px !important;
            background: var(--white-smoke) !important;
        }


.search-bar-form #btnclear {
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../Images/clear.png');
    width: 37px;
    height: 25px;
    background-position: right;
    cursor: pointer;
    border: none !important;
    background-color: white;
    margin: 10px;
    position: absolute;
    right: 51px;
}

.search-bar-form .search-load {
    width: 25px;
    height: 25px;
    background-position: right;
    cursor: pointer;
    border: none !important;
    background-color: white;
    margin: 10px;
    position: absolute;
    right: 51px;
}





/*------------------------------------------------------------------multi level dropdown-------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.c-product {
    height: 600px;
    overflow: hidden;
}

.p-status {
    height: 245px;
    overflow: hidden;
}




.homepage .dropdown-menu {
    border-radius: 0px;
    margin: 0px;
    width: 220px;
    padding: 0px;
    box-shadow: none;
}


    .homepage .dropdown-menu li {
        display: block;
    }

.t-icons .dropdown-menu {
    text-align: left !important;
}





.h-c-banner {
    float: right;
    height: 361px;
    object-position: center;
    object-fit: cover;
    width: 140px;
}



.c-banner img {
    width: 100%;
    height: 600px;
    object-position: top center;
    object-fit: cover;
}








/*------------------------------------------------------------------Search page-------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.list-view-button,
.grid-view-button {
    cursor: pointer
}


.grid-view-filter li {
    list-style: none;
}

.list-view-filter li {
    width: 100% !important;
    list-style: none;
}



.btn-small {
    padding: 2px 10px;
}
/*------------------------------------------------------------------Other-------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.alert-dismissible:empty button {
    display: none;
}


.slider {
    padding-left: 45px !important;
    padding: 0px;
}

    .slider img {
        width: 100%;
        height: 400px;
    }


.m-block {
    display: none;
}



#AutoCompleteEx_completionListElem li {
    padding: 5px !important;
}



.number span {
    cursor: pointer;
}

.minus, .plus {
    width: 30px;
    height: 30px;
    background: #f2f2f2;
    border-radius: 100%;
    padding: 4px 5px 8px 5px;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.number input {
    height: 30px;
    width: 51px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}








.c-badge {
    width: 50px;
    max-height: 50px;
    position: absolute;
    color: white;
    right: 10px;
    top: 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: bold;
}

/*.c-badge:empty{
        display:none;
    }*/


.home .brand {
    background: white;
    padding: 5px;
    height: 80px;
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}


    .home .brand img {
        max-width: 100%;
        max-height: 70px;
    }


.search .brand {
    background: white;
    padding: 5px;
    height: 50px;
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}


    .search .brand img {
        max-width: 100%;
        max-height: 40px;
    }

.d-new .col-lg-2,
.d-new .col-md-3,
.d-new .col-sm-4,
.d-new .col-xs-6 {
    width: 100%;
    border-bottom: 1px #eee solid
}

.d-new .d-new-head {
    background: var(--white-smoke) !important;
    font-size: 14px !important;
    margin: 0px !important;
    padding: 10px !important;
}

.product_type_banner {
    width: 100%
}

.product-box {
    margin: 10px;
    border: solid 1px var(--l-grey);
    border-radius: 15px;
    background: white;
    box-shadow: 0px 2px 6px -3px rgba(0, 0, 0, 0.1);
}

    .product-box a {
        margin: 0px;
        padding: 0px
    }

.p-img {
    height: 214px;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

    .p-img img {
        border-radius: 8px 8px 0px 0px;
        object-fit: cover !important;
        width: 100% !important;
        height: 100% !important;
    }

.p-title {
    height: 20px;
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 1px;
    font-size: 14px;
    font-weight: 400;
}

.p-data {
    padding: 0px 4px;
}

.p-unit {
    display: none
}

.p-review {
    height: 20px;
    margin-bottom: 5px;
    font-size: 12px;
}

    .p-review i {
        color: var(--l-yellow);
    }

.p-price {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
}

    .p-price .p-old-p {
        color: var(--grey);
        font-size: 11px;
        height: 30px;
        font-weight: 300;
        text-decoration: none;
    }

.p-badges {
    height: 23px;
}

    .p-badges .Digital,
    .p-badges .Physical,
    .p-badges .Sale,
    .p-badges .Auction,
    .p-badges .Classified {
        padding: 1px 8px;
        font-size: 11px;
        border-radius: 6px;
        color: var(--white);
        margin-right: 2px
    }

    .p-badges .Digital {
        background: var(--l-orange);
    }

    .p-badges .Physical {
        background: var(--l-green);
    }

    .p-badges .Sale {
        background: var(--l-red);
    }

    .p-badges .Auction {
        background: var(--l-blue);
    }

    .p-badges .Classified {
        background: var(--d-yellow);
    }

    .p-badges .Course {
        background: var(--d-yellow);
    }

    .p-badges .Service {
        background: var(--d-yellow);
    }

.Sponsored {
    font-size: 12px;
    color: var(--grey)
}

.p-action-btn {
    border-top: solid 1px var(--l-grey);
    margin: 0px -10px;
    padding: 10px 10px 2px 10px;
}

    .p-action-btn .p-compare {
        border-radius: 20px;
        padding: 8px 8px;
        border: solid 1px var(--white-smoke);
        font-size: 12px;
        color: gray;
        background: var(--white-smoke);
    }



    .p-action-btn .p-chat {
        float: right;
        border-radius: 4px;
        padding: 2px 6px;
        border: solid 1px var(--white-smoke);
        font-size: 12px;
        color: gray;
        margin: -5px 0px 0px 5px;
        background: var(--white-smoke);
        height: 30px;
        cursor: pointer
    }

        .p-action-btn .p-chat svg {
            width: 20px;
            height: 20px;
            fill: gray;
        }


    .p-action-btn .p-view {
        float: right;
        border-radius: 4px;
        padding: 2px 6px;
        border: solid 1px var(--white-smoke);
        font-size: 12px;
        color: gray;
        margin: -5px 0px 0px 5px;
        background: var(--white-smoke);
        height: 30px;
        cursor: pointer
    }

        .p-action-btn .p-view svg {
            width: 20px;
            height: 20px;
            fill: gray;
            stroke: gray !important;
        }


    .p-action-btn .p-un-fav,
    .p-action-btn .p-un-fav:hover {
        float: right;
        border-radius: 4px;
        padding: 4px 8px;
        border: solid 1px var(--white-smoke);
        font-size: 12px;
        background: var(--white-smoke);
        margin: -5px 0px 0px 5px;
    }

    .p-action-btn .p-fav {
        float: right;
        border-radius: 4px;
        padding: 4px 8px;
        font-size: 12px;
        color: var(--white-smoke);
        margin: -5px 0px 0px 5px;
        height: 30px;
        cursor: pointer
    }

        .p-action-btn .p-fav svg {
            stroke: red !important;
        }


        .p-action-btn .p-fav svg,
        .p-action-btn .p-un-fav svg {
            stroke: grey;
            width: 20px;
            height: 20px;
        }




.p-conditional_div {
    margin: 10px -10px -10px -10px;
    padding: 10px 10px 10px 10px;
    border-top: solid 1px var(--l-grey);
    height: 50px;
    position: relative
}
    /*-----------Product Conditional Div ecommerce----------------*/
    .p-conditional_div .p-cart {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
    }

        .p-conditional_div .p-cart .qty {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            padding: 0px;
            width: 40%;
            float: left;
            height: 32px;
        }

            .p-conditional_div .p-cart .qty input[type="number"] {
                background-color: var(--white);
                border: 1px solid var(--l-grey) !important;
                padding: 4px 6px;
                width: 60px;
                border-radius: 5px;
                font-weight: 400;
                line-height: normal;
                margin-left: 5px;
            }

                .p-conditional_div .p-cart .qty input[type="number"]:focus,
                .p-conditional_div .p-cart .qty input[type="number"]:hover {
                    border: none;
                    box-shadow: none
                }



        .p-conditional_div .p-cart .p-buy-now {
            background-color: var(--theme-color);
            border: solid 1px transparent;
            border-radius: 5px;
            cursor: pointer;
            line-height: 1;
            padding: 8px 13px;
            transition: all 0.3s ease 0s;
            color: var(--f-theme);
            font-size: 14px;
            width: 100px;
            height: 32px;
        }

        .p-conditional_div .p-cart .p-cart-icon {
            background-color: var(--d-grey);
            border: solid 1px transparent;
            border-radius: 5px;
            cursor: pointer;
            line-height: 1;
            padding: 3px 5px;
            transition: all 0.3s ease 0s;
            color: var(--white);
            font-size: 14px;
            width: 44px;
            display: inline-block;
            text-align: center;
            height: 32px;
        }

        .p-conditional_div .p-cart .p-cart-icon-added {
            background-color: var(--d-grey);
            border: solid 1px transparent;
            border-radius: 5px;
            cursor: pointer;
            line-height: 1;
            padding: 3px 5px;
            transition: all 0.3s ease 0s;
            color: var(--white);
            font-size: 14px;
            width: 44px;
            display: inline-block;
            text-align: center;
            height: 32px;
            background-image:
        }

        .p-conditional_div .p-cart .p-cart-icon img {
            width: 24px;
        }

    .p-conditional_div .p-auction {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
    }

        .p-conditional_div .p-auction .p-bid-now {
            background-color: var(--d-grey);
            border: solid 1px transparent;
            border-radius: 5px;
            cursor: pointer;
            line-height: 1;
            padding: 8px 13px;
            transition: all 0.3s ease 0s;
            color: var(--f-theme);
            font-size: 14px;
            width: 100px;
        }

    .p-conditional_div .p-classified {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        color: black;
        font-size: 12px;
    }

        .p-conditional_div .p-classified div {
            display: flex;
        }

        .p-conditional_div .p-classified .view-detail {
            background-color: var(--d-grey);
            border: solid 1px transparent;
            border-radius: 5px;
            cursor: pointer;
            line-height: 1;
            padding: 8px 13px;
            transition: all 0.3s ease 0s;
            color: var(--f-theme);
            font-size: 13px;
            width: 100px;
        }



    .p-conditional_div .p-auction .Live {
        color: var(--white);
        font-size: 13px;
        font-weight: bold;
        text-decoration: blink;
        -webkit-animation-name: blinker;
        -webkit-animation-duration: 0.6s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-in-out;
        -webkit-animation-direction: alternate;
        background: var(--red);
        padding: 7px 15px;
        border-radius: 4px;
        width: 145px;
        text-align: center;
    }


    .p-conditional_div .p-auction .Expired {
        color: var(--red);
        font-size: 19px;
        font-weight: bold;
        background: var(--d-grey);
        position: absolute;
        right: 1px;
        left: 2px;
        top: 2px;
        bottom: -2px;
        border-radius: 4px;
        text-align: center;
        padding: 10px;
    }

    .p-conditional_div .p-auction .Up-Coming {
        color: var(--white);
        font-size: 14px;
        font-weight: bold;
        background: var(--orange);
        position: absolute;
        right: 1px;
        left: 2px;
        top: 2px;
        bottom: -2px;
        border-radius: 4px;
        text-align: center;
        padding: 5px;
    }


/*-----------------------Product Quick View------------------------*/




.detail {
    padding-bottom: 20px;
    position: relative
}

    .detail .title {
        margin: 0;
        line-height: 20px;
        font-weight: var(--m-bold);
        font-size: 16px;
        margin: 10px 0px;
    }

    .detail .video-btn {
        padding: 3px 9px 0px 9px;
        background: var(--l-grey);
        border-radius: 4px;
        float: right;
    }

        .detail .video-btn svg {
            width: 17px;
            fill: var(--theme-color);
        }



.p_quick_view .detail .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

    .p_quick_view .detail .close:hover {
        color: #06D85F;
    }


.detail .sticky-section {
    height: 400px;
}



.detail .img-box {
    position: sticky;
    top: 200px;
}


.detail hr {
    margin: 10px 0px;
}
/*Rating*/
.detail .rating {
    margin: 10px 0px;
    font-size: 12px;
    color: var(--d-grey);
}

    .detail .rating .sep {
        margin: 0px 6px
    }

/*coupon*/
.detail .coupon span {
    background: var(--d-pink);
    padding: 4px 0;
    margin: 0 9px;
    color: var(--white);
}

/*Quantity*/

.detail .d-quatity {
    padding: 20px 0px 0px 0px;
}



    .detail .d-quatity input[type="number"] {
        background-color: var(--white);
        border: 1px solid var(--l-grey);
        padding: 6px 6px;
        width: 100%;
        border-radius: 5px;
        font-weight: 400;
        line-height: normal;
        display: block;
    }

        .detail .d-quatity input[type="number"]:focus,
        .detail .d-quatity input[type="number"]:hover {
            box-shadow: none
        }



.detail .d-action .d-cart-icon {
    background-color: var(--d-grey) !important;
    border: solid 1px transparent;
    border-radius: 5px;
    cursor: pointer;
    line-height: 1;
    padding: 8px 13px;
    transition: all 0.3s ease 0s;
    color: var(--f-theme);
    font-size: 14px;
    width: 100px;
}

    .detail .d-action .d-cart-icon img {
        width: 20px
    }

.detail .d-action .d-buy-now {
    background-color: var(--theme-color);
    border: solid 1px transparent;
    border-radius: 5px;
    cursor: pointer;
    line-height: 1;
    padding: 11px 13px;
    transition: all 0.3s ease 0s;
    color: var(--f-theme);
    font-size: 14px;
    width: 100px;
}

.detail .price {
    margin: 16px 0px;
}

    .detail .price .discount-price {
        font-size: 12px;
        color: var(--grey)
    }

    .detail .price .original-price {
        font-size: 12px;
        color: var(--grey)
    }

        .detail .price .original-price .amount {
            text-decoration: line-through;
        }


.detail .shipping {
    margin-top: 4px;
    display: none
}

.detail .out-of-stock .status {
    background: var(--d-grey) !important;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 4px;
    color: white;
}


.detail .out-of-stock .out-notify {
    background-color: var(--l-grey);
    border: solid 1px transparent;
    border-radius: 5px;
    cursor: pointer;
    line-height: 1;
    padding: 8px 8px;
    transition: all 0.3s ease 0s;
    color: var(--f-theme);
    font-size: 14px;
    width: 100px;
}

    .detail .out-of-stock .out-notify img {
        width: 20px
    }
/*-----------auction detail---------------*/
.detail .d-auction {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 0px;
}

.detail .d-auction-textbox input[type="number"] {
    background-color: var(--white);
    border: 1px solid var(--l-grey);
    padding: 8px 6px;
    width: 100%;
    border-radius: 5px;
    font-weight: 400;
    line-height: normal;
    display: block
}

    .detail .d-auction-textbox input[type="number"]:focus,
    .detail .d-auction-textbox input[type="number"]:hover {
        box-shadow: none
    }





.detail .d-auction-btn .d-bid-now {
    background-color: var(--red);
    border: solid 1px transparent;
    border-radius: 5px;
    cursor: pointer;
    line-height: 1;
    padding: 11px 13px;
    transition: all 0.3s ease 0s;
    color: var(--f-theme);
    font-size: 14px;
    width: 100px;
}

/*-----------classification detail---------------*/

.detail .d-classified {
    padding: 0px;
}

.detail .d-contact-detail {
    border-radius: 4px;
    color: var(--d-grey);
    font-weight: 400;
}

    .detail .d-contact-detail svg {
        width: 16px;
        height: 24px;
        fill: var(--grey);
        margin-right: 15px;
    }

.detail .show-contact {
    color: var(--white);
    font-size: 11px;
    cursor: pointer;
    float: right;
    margin: 10px;
    background: var(--d-grey);
    padding: 5px;
    border-radius: 4px;
    border: solid 1px #eee;
    font-weight: 500;
    min-width: 84px;
    text-align: center;
}

.numbershow .number-detail,
.addressshow .address-detail
.addressshow .email-detail {
    display: none
}

.numbershow.show .number-detail,
.addressshow.show .address-detail,
.emailshow.show .email-detail {
    display: inline-block;
    padding-top: 11px;
}


.numbershow.show .number-code,
.addressshow.show .address-code,
.emailshow.show .email-code {
    display: none
}

.numbershow.show .show-contact,
.addressshow.show .show-contact,
.emailshow.show .show-contact {
    display: none
}

.numbershow .number-code,
.addressshow .address-code,
.emailshow .email-code {
    font-size: 23px;
    padding-top: 9px;
    display: inline-block;
}

.numbershow,
.addressshow,
.emailshow {
    width: 100%;
    align-items: center;
    height: 47px;
}


.detail .d-contact-btn .d-chat-now {
    background-color: var(--orange);
    border: solid 1px transparent;
    border-radius: 5px;
    cursor: pointer;
    line-height: 1;
    padding: 11px 13px;
    transition: all 0.3s ease 0s;
    color: var(--f-theme);
    font-size: 14px;
}

.detail .brand-name {
    color: var(--grey);
    font-size: 13px;
}
/*-----------Product varient----------------*/
/*-----------Product detail----------------*/
.detail-page {
    background: white;
    padding: 15px;
    border-radius: 8px;
}

    .detail-page .detail .d-varients {
        margin-bottom: 15px;
    }


    .detail-page .detail .d-quatity {
        font-size: 16px;
    }


    .detail-page .d-action-btn {
        border: none;
        position: absolute;
        right: 39px;
        z-index: 100;
        top: 0;
    }

        .detail-page .d-action-btn .d-compare {
            border-radius: 11px;
            padding: 5px 11px;
            border: solid 1px var(--l-grey);
            font-size: 11px;
            color: var(--grey);
            background: white;
            margin: 2px 0px;
        }




        .detail-page .d-action-btn .p-un-fav {
            float: initial;
            border-radius: 8px;
            padding: 0px 5px;
            font-size: 14px;
            margin: 0px;
        }

        .detail-page .d-action-btn .p-fav {
            float: initial;
            border-radius: 4px;
            padding: 4px 8px;
            font-size: 12px;
            color: var(--white-smoke);
            margin: -5px 0px 0px 5px;
            height: 30px;
            cursor: pointer
        }

            .detail-page .d-action-btn .p-fav svg {
                stroke: red !important;
            }

            .detail-page .d-action-btn .p-fav svg,
            .detail-page .d-action-btn .p-un-fav svg {
                stroke: grey;
                width: 20px;
                height: 20px;
            }


    /*detail Q/A*/




    .detail-page .qa {
        background: var(--l-grey);
        /*! border: 1px solid var(--l-grey); */
        border-radius: 4px;
        width: 100%;
        display: table;
        margin-top: 6px;
        padding-left: 0px;
        box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.1);
        margin-bottom: 16px;
    }


        .detail-page .qa input[type="text"] {
            background: #fff;
            border: none;
            border-right-color: currentcolor;
            border-right-style: none;
            border-right-width: medium;
            margin-right: 2px;
            padding: 11px;
            width: 83.6%;
            border-radius: 0px;
            border-right: 1px solid #fff;
            float: left;
            font-size: 13px;
            border-radius: 4px 0px 0px 4px;
        }






        .detail-page .qa .btn {
            background-color: var(--theme-color);
            border: 1px solid var(--theme-color) !important;
            cursor: pointer;
            width: 16.5%;
            display: inline-block;
            float: right;
            text-align: center;
            margin: 0px -2px;
            padding: 9px;
            border-radius: 0px 4px 4px 0px;
            color: var(--f-theme);
        }


/*---------------------Detail Slider-----------------------------*/


.slider-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.slider-main-image {
    width: 100%;
    overflow: hidden;
}

    .slider-main-image img {
        width: 100%;
        height: auto;
        object-fit: contain;
        cursor: zoom-in;
    }

.slider-thumbnails {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.slider-thumbnails-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 600px;
}

.slider-thumbnail {
    width: 80px;
    height: 60px;
    margin: 5px;
    overflow: hidden;
    border: solid 3px transparent;
    border-radius: 6px;
}

    .slider-thumbnail.active {
        border: solid 3px var(--l-grey);
    }

    .slider-thumbnail img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        cursor: pointer;
    }

.slider-controls {
    margin-top: 10px;
}

.slider-control-btn {
    font-size: 24px;
    padding: 5px 10px;
    margin: 0 5px;
    border: none;
    background-color: #fff;
    color: #333;
    cursor: pointer;
}



/*---------------------vendor detail-----------------------------*/
.vendor-detail-box {
    background: var(--white-smoke);
    border: solid 1px var(--white-smoke);
    border-radius: 8px;
    padding: 15px;
}


    .vendor-detail-box .b-image {
        max-width: 50px;
        max-height: 50px;
        margin: 5px 8px;
    }

    .vendor-detail-box .shop-name {
        font-weight: var(--s-bold);
        padding: 4px;
    }

    .vendor-detail-box .chat-btn {
        border-radius: 20px;
        padding: 5px 25px;
        font-size: 12px;
        color: var(--white);
        background: var(--grey);
        font-weight: var(--s-bold);
        margin: 3px;
    }

    .vendor-detail-box .contact-btn {
        border-radius: 20px;
        padding: 5px 25px;
        font-size: 12px;
        color: var(--f-theme);
        background: var(--theme-color);
        font-weight: var(--s-bold);
        margin: 3px;
    }

    .vendor-detail-box .info-icons {
        padding: 14px 10px;
        color: var(--grey);
        font-size: 13px;
        line-height: 28px;
        margin-top: 15px;
    }

        .vendor-detail-box .info-icons .data {
            float: right;
            color: black
        }


    .vendor-detail-box .shop-btn {
        border-radius: 20px;
        padding: 4px 8px;
        font-size: 12px;
        color: var(--white);
        background: var(--grey);
        font-weight: bold;
        margin: 3px;
        float: right
    }

    .vendor-detail-box .chat-btn img {
        width: 16px;
        margin-right: 5px;
        filter: brightness(0) invert(1);
    }


.review-img {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 10px 0px;
}


    .review-img img {
        max-width: 80px;
        max-height: 80px;
    }

/*---------------------------------Search Page-----------------------------------*/

.filter {
    display: none;
}

    .filter svg {
        width: 20px;
        height: 20px;
    }



.search-form-box {
    background: var(--white) !important;
    padding: 10px !important;
    position: fixed;
    top: 70px;
    bottom: 0;
    overflow: auto;
    width: 17%;
    left: 0;
}


.searchbind .search-btn-box {
    background: none;
    color: var(--theme-color);
    padding: 0;
    float: initial;
    width: 100%;
    text-align: left;
    font-size: 12px;
}

    .searchbind .search-btn-box:hover {
        box-shadow: none !important
    }

.search-form-box .searchbind {
    border-bottom: 1px solid var(--white-smoke);
    padding: 16px 0;
    font-size: 13px;
}

    .search-form-box .searchbind .h5 {
        font-weight: 700;
        font-size: 13px;
        color: #000;
        letter-spacing: 0;
        line-height: 18px;
    }

    .search-form-box .searchbind.links a {
        color: var(--black) !important;
        display: block;
    }

    .search-form-box .searchbind.checkright input[type=checkbox] + label:before,
    .search-form-box .searchbind.checkright input[type=radio] + label:before {
        width: 16px !important;
        height: 16px !important;
        font-size: 10px !important;
        line-height: 13px;
        padding-left: 4px;
    }

.search-data {
    padding: 4px 5px !important;
    position: fixed;
    top: 70px;
    bottom: 0;
    overflow: auto;
    width: 83%;
    right: 0;
    left: 17%;
    z-index: 1001;
}

.searchbind .pricing-box {
    display: flex
}

.search-data .total {
    position: absolute;
    top: 20px;
    padding: 0px 16px;
}

.searchbind .pricing-box .go-btn {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgY2xhc3M9ImZlYXRoZXIgZmVhdGhlci1hcnJvdy1yaWdodCIgZmlsbD0ibm9uZSIgaGVpZ2h0PSIyNCIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48bGluZSB4MT0iNSIgeDI9IjE5IiB5MT0iMTIiIHkyPSIxMiIvPjxwb2x5bGluZSBwb2ludHM9IjEyIDUgMTkgMTIgMTIgMTkiLz48L3N2Zz4=");
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--l-grey);
}

.searchbind .pricing-box input {
    margin-right: 5px
}

.search-data .product-home-heading {
    display: none
}


.search-data .product-box-wrapper {
    margin: 0px -10px;
}


.search-data .product_type_banner {
    margin: 10px 0px
}

.search-data .product-box-4 .p-action-btn {
    display: block !important
}

.search-data .product-box-8,
.search-data .product-box-5,
.search-data .product-box-4 {
    margin: 0px !important;
    padding: 0px !important;
}

.search-page .breadcrumb {
    background: none;
    border: none;
    margin: 14px 0px 0px 0px;
    padding: 0px 0px;
}



#searchproduct .col-lg-3 {
    width: 25%;
}


.listview .col-lg-3 {
    width: 100% !important
}


.listview .product-box-wrapper {
    background: white !important;
    width: 100%;
}


.listview .product-box {
    position: relative;
    border: none;
    border-bottom: solid 1px var(--l-grey);
    display: block;
    height: 175px;
}

.listview .p-title {
    height: 26px;
    line-height: 25px;
    -webkit-line-clamp: 1;
}

.listview .p-img {
    float: left;
    width: 22%;
    height: 174px !important;
    margin-right: 15px;
    margin-bottom: 0px;
}

.listview .p-badges {
    margin: 0px
}


.listview .p-img img {
    border-radius: 8px 0px 0px 8px;
}

.listview .p-data {
    width: 50%;
    float: left;
}

.listview .p-action-btn {
    border: none !important;
    position: absolute;
    bottom: 13px;
    left: 310px;
}

.listview .p-conditional_div {
    width: 32%;
    float: left;
    background: none;
    margin-top: -31px;
    border: none !important;
}

    .listview .p-conditional_div .p-cart {
        justify-content: flex-start;
        align-items: center;
    }

        .listview .p-conditional_div .p-cart .p-buy-now {
            margin-right: 7px;
        }

/*whishlist box*/

.wishlist-box .col-lg-3 {
    width: 33%
}


/*cart*/


.cart-div {
    width: 10%;
    float: left;
    padding: 4px 20px;
    display: none
}

    .cart-div svg {
        width: 37px;
    }

.cart-page {
    margin-bottom: 120px
}


    .cart-page .shopping-cart {
        padding: 3px !important;
        margin: 0;
        border-top: none;
        text-align: center;
    }

.shopping-cart img {
    max-width: 70%;
    max-height: 70px
}

/*all orders*/

.all-orders .shop-title {
    padding: 15px;
    font-size: 13px !important;
    margin-bottom: 13px;
    background: var(--white-smoke);
    border-radius: 4px;
}

.cart-qty {
    margin-top: 30px;
    display: flex;
    text-align: right;
    justify-content: flex-end;
}

    .cart-qty input[type="number"] {
        width: 60px;
        height: 32px;
        margin-left: 5px;
    }

.cart-delete {
    float: right;
}


.cart-page .shop-title {
    margin: 0px;
    padding: 15px;
    font-size: 18px !important;
    border-bottom: solid 1px #ccc;
}

.cart-page .p-name {
    font-size: 13px
}


.cart-page .cart-p-price {
    font-weight: var(--m-bold) !important;
    font-size: 13px;
    margin-bottom: 10px;
}


/*---------------------------------campaign banners------------------------------------------*/
.campaign-topbanner img {
    height: 80px;
}



.campaign-middlebanner img {
    width: 100%
}
/*----------------------------------------home box---------------------------------------------------*/
.home-box {
    position: relative;
    width: 100%;
    display: flex;
    margin-bottom: 15px;
}

    .home-box .section1 {
        width: 20%;
        float: left;
    }

    .home-box .section2 {
        float: left;
        width: 60.7%;
    }

    .home-box .section3 {
        width: 232px;
    }
/*----------------------------------------home page banner---------------------------------------------------*/
.homepage-banner {
    width: 100%;
    padding: 0px 0px;
    min-height: 332px;
}

    .homepage-banner img {
        width: 100%;
        height: 600px;
        object-fit: cover;
        object-position: center;
        background: white;
    }
/*-----------------------------------homepage-user-box--------------------------------*/
.homepage-user-box {
    background-image: url('https://amenvato.s3.us-east-2.amazonaws.com/envatoallproject/73b53706-dbe2-4005-b4c8-faa97a789aa4.png');
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 8px;
    background-size: 240px 101px;
    background-repeat: no-repeat;
    background-color: #fff;
    overflow: hidden;
    float: right;
}


.home-user-login {
    text-align: center;
    height: 150px
}

    .home-user-login .user-icon {
        width: 50px;
        margin: 0px auto;
    }

    .home-user-login .btn {
        margin: 5px;
        border-radius: 20px;
        font-weight: var(--s-bold);
        font-size: 14px;
        padding: 6px 15px;
    }

    .home-user-login .after-login-btn {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 12px;
        height: 62px;
    }

        .home-user-login .after-login-btn a img {
            width: 45px;
            display: block;
            background: var(--white-smoke);
            border-radius: 100%;
            padding: 10px;
        }

.homepage-p1 {
    background-image: url('https://amenvato.s3.us-east-2.amazonaws.com/envatoallproject/1a1cbbd0-9b89-4489-a87e-58b3685222e5.png');
    height: 263px;
    margin-top: 30px;
    background-color: #ffcb5d;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/*-----------------------------------------dropdown-category------------------------------------------*/
.category_dropdown {
    position: relative;
    display: block;
    /*width: 60%;*/
    float: right;
    width: 40%;
}

    .category_dropdown .category_btn {
        display: none
    }

    .category_dropdown h3 {
        font-size: 14px;
        margin: 0;
        font-weight: 700;
        line-height: 36px;
        height: 35px;
        display: none
    }

    .category_dropdown .category_icon {
        width: 40px;
        height: 40px;
        text-align: center;
        display: inline-block;
    }

        .category_dropdown .category_icon img {
            max-width: 20px;
            max-height: 18px;
        }


.category_list {
    z-index: 1000;
    padding: 0px;
    margin: 0px;
    width: 100%;
    position: relative;
}

    .category_list .first-level-ul {
        padding: 10px 0px;
        display: inline-block;
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

        .category_list .first-level-ul .first-level-li {
            list-style: none;
            width: initial;
            position: relative
        }


.category_dropdown:hover .category_list {
    display: block;
}

.category_list .first-level-ul .first-level-a :hover {
    background-color: #ddd;
}



.category_dropdown .first-level-icon {
    width: 38px;
    height: 35px;
    text-align: center;
    display: none;
}

.category_dropdown .first-level-ul .first-level-a {
    line-height: 36px;
    height: 30px;
    width: 100%;
    display: block;
    font-weight: 500;
    padding: 0px 15px;
    font-size: 17px;
    color: #000;
    text-decoration: none;
}

.category_dropdown .first-level-ul .first-level-li:hover .first-level-a {
    background: white;
    z-index: 100000;
    width: 100%;
    font-weight: 500;
    position: relative;
    box-shadow: -2px -4px 5px -2px rgba(0, 0, 0, 0.47);
    border-radius: 8px 8px 0px 0px;
}

.category_dropdown .first-level-icon img {
    max-width: 20px;
    max-height: 24px;
    display: none
}

.category_dropdown .second-level-ul {
    position: absolute;
    background-color: white;
    max-width: 500px;
    z-index: 1000;
    margin: 0px;
    box-shadow: -3px 4px 14px 0px rgba(0, 0, 0, 0.47);
    width: 500px;
    right: 0;
    padding: 10px;
    border-radius: 8px 0px 8px 8px;
    display: none;
    min-height: 200px;
}

    .category_dropdown .second-level-ul .second-level-li {
        list-style: none;
        width: 30%;
        float: left;
    }

    .category_dropdown .second-level-ul .second-level-a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        font-weight: bold
    }

        .category_dropdown .second-level-ul .second-level-a :hover {
            background-color: #ddd;
        }

.category_dropdown .first-level-li:hover .second-level-ul {
    display: block;
}

.category_dropdown .third-level-ul {
    padding: 0px;
}

    .category_dropdown .third-level-ul .third-level-li {
        list-style: none;
        width: 100%;
        padding: 0px;
    }

    .category_dropdown .third-level-ul .third-level-a {
        color: black;
        padding: 2px 16px;
        text-decoration: none;
        display: block;
        font-size: 12px;
    }

        .category_dropdown .third-level-ul .third-level-a:hover {
            color: var(--theme-color);
        }




/*-------------------------------------only main category-------------------------------------------*/





/*--------------------------------only sub category----------------------------------------------*/

.slider-category {
    background: var(--white);
}


    .slider-category h3 {
        font-size: 27px;
        font-weight: 600;
        margin: 0px;
        padding: 30px 0px 30px 18px
    }

#dvCategoriesIncludeInMenuContainer {
    margin: 0px -7px;
}

.category-slider {
    padding: 0px 10px 10px 10px !important;
}



    .category-slider .swiper-slide {
        border: 1px solid rgba(0, 0, 0, 0.04);
        margin-bottom: 25px;
        background: #fff;
        color: #000000 !important;
        padding: 1px;
        text-align: center;
        border-radius: 8px;
    }

        .category-slider .swiper-slide a {
            width: 100%;
        }

        .category-slider .swiper-slide img {
            width: 100%;
            height: 260px;
            border-radius: 15px;
        }




        .category-slider .swiper-slide .category-name {
            height: 80px;
            line-height: 22px;
            font-size: 18px;
            text-align: left;
            overflow: hidden;
            display: block;
            color: white;
            z-index: 10001;
            position: absolute;
            right: 0;
            left: 0;
            top: -5px;
            border-radius: 0px 0px 5px 5px;
            padding: 20px;
            font-weight: 700;
        }

    .category-slider .swiper-button-next::after,
    .category-slider .swiper-button-prev::after {
        font-family: swiper-icons;
        font-size: 19px;
        text-transform: none !important;
        letter-spacing: 0;
        font-variant: initial;
        line-height: 1;
        background: white;
        color: var(--grey);
        border: solid 1px #ccc;
        padding: 10px 15px;
        border-radius: 100%;
        margin-right: -6px;
        margin-left: -6px;
        margin-top: -87px !important;
    }



/*-----------------------------------------homepage-varticle-category------------------------------------------*/

.homepage_category {
    width: 20%;
    float: left;
    height: 474px;
    background: white;
    border-radius: 8px;
    position: relative;
    font-size: 14px;
    left: 0;
    top: 0;
    position: absolute;
}

    .homepage_category .third-level-ul .third-level-a img {
        width: 30px;
        max-height: 30px;
    }




    .homepage_category h3 {
        font-size: 14px;
        margin: 0;
        font-weight: 700;
        line-height: 36px;
        height: 35px;
    }

    .homepage_category .category_icon {
        width: 30px;
        height: 30px;
        text-align: center;
        display: inline-block;
    }

        .homepage_category .category_icon img {
            max-width: 20px;
            max-height: 18px;
        }

    .homepage_category .first-level-ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .homepage_category .first-level-icon {
        width: 30px;
        height: 30px;
        text-align: center;
        display: inline-block;
    }

    .homepage_category .first-level-ul .first-level-a {
        line-height: 29px;
        height: 27px;
        width: 100%;
        display: block;
        font-size: 13px;
    }

    .homepage_category .first-level-ul .first-level-li:hover .first-level-a {
        box-shadow: -11px 1px 19px -8px rgba(0, 0, 0, 0.28);
        background: white;
        z-index: 10000;
        width: 104%;
        font-weight: 500;
        position: relative;
    }


    .homepage_category .first-level-icon img {
        max-width: 15px;
        max-height: 24px;
    }

    .homepage_category .second-level-ul {
        display: none;
        position: absolute;
        background-color: white;
        min-width: 160px;
        z-index: 1000;
        margin: 0px;
        left: 235px;
        top: 0px;
        width: 1000px;
        height: 520px;
        box-shadow: -5px 0px 10px -7px rgba(0, 0, 0, 0.28);
        padding: 10px 0px;
        border-radius: 8px;
        overflow: hidden
    }

        .homepage_category .second-level-ul .second-level-li {
            list-style: none;
            display: inline-grid;
            width: 22%;
        }

        .homepage_category .second-level-ul .second-level-a {
            color: black;
            padding: 4px 16px;
            text-decoration: none;
            display: block;
            font-weight: bold
        }

            .homepage_category .second-level-ul .second-level-a :hover {
                background-color: #ddd;
            }

    .homepage_category .first-level-li:hover .second-level-ul {
        display: block;
    }

    .homepage_category .third-level-ul {
        padding: 0px;
    }

        .homepage_category .third-level-ul .third-level-li {
            list-style: none;
            width: 100%;
            padding: 0px;
        }

        .homepage_category .third-level-ul .third-level-a {
            color: black;
            padding: 2px 16px;
            text-decoration: none;
            display: block;
            font-size: 12px;
            cursor: pointer
        }

/*------------------------------------listing boost--------------------------------------*/
.boost-product .listing-boost {
    height: auto;
}


.listing-boost {
    padding: 40px 0px;
}


    .listing-boost h3 {
        font-size: 27px;
        font-weight: 800 !important;
        padding: 30px 4px !important;
    }
/*---------------------------------------------Product_homepage----------------------------------------------------*/
.product-home-heading .h3 {
    height: 12px;
    text-align: left;
    width: 100%;
    margin: 35px auto 28px;
    display: block;
}

    .product-home-heading .h3 span {
        font-size: 25px;
        line-height: 25px;
        padding: 0 8px;
        background-color: var(--white-smoke);
        color: var(--black);
        font-weight: bold;
    }
/*---------------------------------------------Product_8 boxes----------------------------------------------------*/

.product-box-8,
.product-box-5,
.product-box-4 {
    border-radius: 10px;
    margin-top: 0px !important;
    background: var(--white-smoke);
    margin-bottom: 50px !important;
}

    .product-box-8 .col-lg-3 {
        width: 12.5%;
    }

    .product-box-8 .product_type_banner,
    .product-box-5 .product_type_banner,
    .product-box-4 .product_type_banner {
        max-width: 100%;
        width: auto;
        border-radius: 10px;
    }

    .product-box-8 .product-box {
        margin: 5px;
        padding: 0px;
        border-radius: 8px;
    }

    .product-box-8 .p-img {
        height: 124px !important;
        overflow: hidden;
    }

        .product-box-8 .p-img img {
            height: 124px;
            border-radius: 8px 8px 0px 0px;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .product-box-8 .p-data {
        padding: 5px
    }

    .product-box-8 .p-title {
        font-size: 12px !important;
    }

    .product-box-8 .p-price {
        font-size: 12px !important;
        color: var(--red);
    }

    .product-box-8 .p-badges,
    .product-box-8 .p-review,
    .product-box-8 .p-action-btn,
    .product-box-8 .p-conditional_div {
        display: none;
    }

.swiper-zoom-container {
    overflow: hidden;
}

    .swiper-zoom-container img {
        border-radius: 8px !important;
        object-fit: cover !important;
    }
/*---------------------------------------------Product_5 boxes----------------------------------------------------*/

.product-box-5 .col-lg-3 {
    width: 20%
}

.product-box-5 .p-conditional_div {
    display: none
}

.product-box-5 .p-img {
    height: 160px !important;
}

    .product-box-5 .p-img img {
    }

.product-box-5 .p-title {
    height: 21px;
    font-size: 11px;
}

.product-box-5 .p-badges {
    margin-bottom: 0px;
    height: 23px;
}

.product-box-5 .p-action-btn {
    display: none;
}

.product-box-5 .p-conditional_div .p-cart .p-buy-now {
    display: none
}
/*---------------------------------------------Product_4 boxes----------------------------------------------------*/

.product-box-4 .col-lg-3 {
    width: 33.2%;
}


.product-box-4 .product-box {
    border: none;
    box-shadow: none;
}

.product-box-4 .p-conditional_div,
.product-box-4 .p-review,
.product-box-4 .p-action-btn {
    display: none
}

.product-box-4 .p-img {
    height: 220px;
    display: block;
}

    .product-box-4 .p-img img {
        display: block;
        object-fit: cover;
        height: 220px !important;
        width: 100%;
        border-radius: 10px;
    }
/*---------------------------------------------Product_verticle----------------------------------------------------*/
.product-verticle .product-box-wrapper .block-item {
    width: 50% !important;
}

.product-verticle .product-box-4 {
    background: none !important;
    padding: 0px !important;
    margin-top: 0px !important;
}


.product-verticle .product-box {
    margin: 5px;
    padding: 5px;
    border-radius: 8px;
}

.product-verticle .p-img {
    height: 124px !important;
}

    .product-verticle .p-img img {
        max-height: 124px !important;
    }

.product-verticle .p-title {
    font-size: 12px !important;
}

.product-verticle .p-price {
    font-size: 12px !important;
    color: var(--red);
    display: none
}

.product-verticle .p-badges,
.product-verticle .p-review,
.product-verticle .p-action-btn,
.product-verticle .p-conditional_div {
    display: none;
}

.product-verticle .marginrf-m-15 {
    margin: 0px !important
}

.r-products {
    background: white;
    padding: 10px;
    border-radius: 8px;
}
/*---------------------------------------------side popup advertisment----------------------------------------------------*/
.left-popup-advert {
    width: 120px;
    height: 152px;
    position: fixed;
    bottom: 20%;
    left: 4%;
    z-index: 10000;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

    .left-popup-advert img {
        width: 120px;
        height: 120px;
        overflow: hidden;
    }

    .left-popup-advert .close {
        top: -32px;
        right: 0;
        color: white;
        background: var(--grey);
        border-radius: 100%;
        padding: 5px;
        height: 30px;
        width: 30px;
        line-height: 10px;
        font-size: 19px;
    }

.fixed-side-bar {
    background: var(--d-grey);
    width: 40px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10001;
}
/*-----------customer----------------*/


.overview-box {
    border: solid 1px var(--l-grey);
    border-radius: 4px;
    text-align: center;
    padding: 30px 15px;
    margin: 5px;
    background: var(--white)
}


    .overview-box svg {
        display: block;
        margin: 0px auto;
        height: 35px;
        width: 35px;
        fill: var(--grey)
    }

.customer-page .current-plan {
    width: 50%;
    border: solid 1px var(--l-grey);
    border-radius: 4px;
    padding: 30px 15px;
    margin: 15px;
    background: var(--white)
}




    .customer-page .current-plan .subs-name,
    .customer-page .current-plan .expiry,
    .customer-page .current-plan .subs-price {
        display: block;
    }

    .customer-page .current-plan:before {
        content: "Subscription Plan";
        display: block;
        font-size: 16px;
        margin-top: -20px;
        margin-bottom: 25px;
        padding-bottom: 8px;
        border-bottom: solid 1px #eee;
        font-weight: var(--s-bold)
    }

    .customer-page .current-plan .subs-name:before {
        content: "Current Plan";
        display: block;
        font-size: 12px;
        color: var(--grey);
        font-weight: var(--s-bold);
        text-transform: uppercase;
    }

    .customer-page .current-plan .subs-name {
        font-size: 18px;
        color: var(--black);
    }

    .customer-page .current-plan .subs-price {
        font-size: 15px;
        font-weight: var(--l-bold);
        margin-top: 20px;
        color: var(--d-grey);
    }

.customer-page-menu {
    background: white;
    border-radius: 6px;
    width: 20%;
    float: left;
    padding: 0px;
    text-transform: capitalize;
}

    .customer-page-menu svg {
        height: 26px;
        width: 21px;
        margin: -6px 8px 0px -5px;
        fill: var(--grey);
    }

.customer-page .listview .p-img {
    width: 20%;
}


.customer-page .listview .p-action-btn {
    display: block !important
}

.customer-page .listview .product-box-4 {
    padding: 0px;
    border-bottom: solid 1px var(--l-grey);
    margin: 0px !important;
}

.customer-page {
    width: 78%;
    float: right;
    background: white;
    border-left: solid 15px #f5f5f5;
}

    .customer-page .h4 {
        font-size: 18px;
        display: block;
        padding: 9px 15px 8px 15px;
        background: #fff;
        border-radius: 4px;
        font-weight: bold;
        border-bottom: solid 1px #eee;
    }


.customer-page-menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}


    .customer-page-menu ul li a {
        font-size: 14px;
        padding: 0 16px;
        height: 36px;
        display: block;
        padding: 7px 15px;
        border-left: 6px solid white;
        color: var(--d-grey);
        font-weight: 400;
        border-top: solid 1px #eee;
    }

        .customer-page-menu ul li a:hover {
            background: var(--white-smoke);
        }

.customer-page-menu .h4 {
    font-size: 18px;
    height: 38px;
    display: block;
    padding: 10px 15px;
    border-left: 6px solid white;
    color: var(--black);
}

.customer-page-menu ul li .active {
    background: var(--white-smoke);
    border-left: 6px solid var(--theme-color);
    color: var(--theme-color);
}

    .customer-page-menu ul li .active svg {
        fill: var(--theme-color)
    }

.o-username svg {
    width: 50px;
    height: 50px;
    fill: var(--theme-color)
}

.preview {
    width: 100px;
    height: 100px;
    border-radius: 0.375rem !important;
    border: solid 1px #ccc;
    margin: 0 auto;
}


.seller-shop {
    background: var(--white);
    border-radius: 4px;
    box-shadow: 0px 2px 12px -4px rgba(0, 0, 0, 0.1);
    padding: 15px;
    margin-top: 15px;
}

    .seller-shop .info-box .logo {
        max-width: 100px;
        margin-right: 15px;
        max-height: 60px;
    }

    .seller-shop .info-box {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }



/*---------------------------*/

.ship-details {
    min-height: 533px
}




.shipping-address {
    max-height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


.shipping-p-review .shop-title {
    display: none
}

.shipping-p-review .row {
    padding: 0px !important;
}

.shipping-p-review .shopping-cart {
    padding: 0px !important
}

.shipping-p-review .shopping-detail {
    width: 82%;
}

.shipping-p-review .shopping-action {
    width: 100%
}

.shipping-p-review .cart-p-price,
.shipping-p-review .charges-list {
    display: none
}

.shipping-p-review .shopping-action {
    margin-top: -61px;
}

.shipping-p-review .cart-delete {
    display: none
}

.shipping-p-review .p-name {
    font-size: 12px;
    height: 17px;
    overflow: hidden;
}


.shipping-p-review .cart-qty input[type="number"] {
    width: 54px;
    height: 24px;
    margin-left: 5px;
    border: none;
}


.shipping-p-review .web-bottom-fix .action-btn {
    display: none;
}

.shipping-p-review .web-bottom-fix .padding30 {
    padding: 10px 0px !important;
}

.shipping-p-review .cart-data {
    max-height: 350px;
    overflow: auto
}

.shipping-p-review .web-bottom-fix {
    position: relative;
    border: none !important
}

/*-----------Order Details-----------------------*/

.order-detail .shop-title {
    font-weight: bold;
    padding: 15px;
    border-bottom: solid 1px #eee
}

.order-detail .web-bottom-fix {
    display: none;
}

.order-detail .cart-qty {
    margin-top: 0px;
}

.order-detail p {
    margin: 0px;
}

.order-detail .aspNetDisabled {
    color: #030303 !important;
    background-color: #fff !important;
    border: none !important;
    padding: 0px 5px !important;
    height: 22px !important;
    font-weight: bold !important;
}



.order-detail .progress-wrap {
    max-width: 100%;
    width: 100%;
    margin-bottom: 40px;
    position: relative;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

    .order-detail .progress-wrap::before {
        content: "";
        width: 100%;
        height: 4px;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        z-index: 1;
        transition: 0.3s ease-in-out;
        background-color: var(--l-grey);
    }

.order-detail .progress {
    width: 0;
    height: 4px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
    transition: 0.3s ease-in-out;
    background-color: var(--l-grey);
}

.order-detail .step {
    width: 15px;
    height: 15px;
    font-weight: bold;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--d-grey);
    background-color: var(--l-grey);
    border-radius: 50%;
    transition: 0.3s ease-in-out;
}

    .order-detail .step.active {
        background: var(--theme-color);
    }


    .order-detail .step .status-label {
        margin-top: 52px;
        font-size: 12px;
    }


.empty-data-template {
    overflow: auto;
    z-index: 100;
}

    .empty-data-template .div-msg {
        width: 27%;
        margin: 5% auto;
        color: black;
        text-align: center;
        color: var(--grey);
    }

    .empty-data-template img {
        width: 100%
    }



.provider-search {
    background: none;
    padding: 29px;
    position: absolute;
    top: 240px;
    z-index: 100;
    width: 60%;
    color: white;
    border-radius: 8px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

    .provider-search h4 {
        font-size: 45px;
        margin-bottom: 25px;
        line-height: 1.4em;
        word-spacing: 0px;
        letter-spacing: 0px;
        color: var(--theme-color);
        font-weight: 600;
        text-align: center
    }


.searchform {
    width: 100%;
    display: table;
    background: #fff;
    border-radius: 20px;
    margin-top: 6px;
    border: solid 1px #dddcdc;
    box-shadow: 2px 0px 15px -5px rgba(78, 78, 78, 0.26);
}

    .searchform input,
    .searchform select {
        height: 55px;
        border-right: solid 1px #f2f2f2 !important;
        border-radius: 0px !important;
    }


.provider-search .searchform .row {
    margin: 0px;
    display: flex;
}

.searchform .category-box {
    width: 20%;
    border-right: solid 1px #eee;
    float: left;
}

.searchform .address-box {
    width: 70%;
    border-right: solid 1px #eee;
    float: left;
    padding: 10px;
}

.searchform .number-box {
    width: 10%;
    border-right: solid 1px #eee;
    float: left
}

.searchform .mile-box {
    width: 10%;
    float: left
}

.searchform .btn-box {
    width: 10%;
    float: left
}

    .searchform .btn-box svg {
        height: 25px;
        width: 25px;
        stroke: var(--f-theme)
    }

.searchform .provider-box {
    width: 25%;
    border-right: solid 1px #eee;
    float: left
}

.searchform .rating-box {
    width: 25%;
    border-right: solid 1px #eee;
    float: left
}

.searchform .status-box {
    width: 19%;
    border-right: solid 1px #eee;
    float: left
}

.searchform .input-group {
    width: 100%;
    border-radius: 20px;
    flex-wrap: initial;
}

.searchform .input-group-addon {
    background: none;
    border: none;
}

    .searchform .input-group-addon svg {
        width: 17px;
        height: 20px;
        fill: var(--theme-color);
    }

.searchform input {
    background: #fefefe;
    border: none;
    border-right-color: currentcolor;
    border-right-style: none;
    border-right-width: medium;
    width: 100%;
    padding: 13px 6px;
    border-radius: 4px;
    border-right: transparent;
    font-size: 12px;
}

.searchform select {
    background: #fefefe;
    border: none;
    border-right-width: medium;
    border-right-style: none;
    border-right-color: currentcolor;
    border-right-color: currentcolor;
    border-right-style: none;
    border-right-width: medium;
    padding: 14px 12px;
    border-radius: 4px !important;
    border-radius: 4px;
    border-right: transparent;
    font-size: 14px;
    width: 100%;
    border-radius: 20px 0px 0px 20px !important;
}

.searchform .input-group-addon {
    padding: 0px;
}

    .searchform .input-group-addon .acurrentlocation {
        height: 55px;
        display: inline-block;
        padding: 17px 15px;
        cursor: pointer;
    }

.searchform img {
    width: 22px;
    padding: 2px;
    margin-top: 3px;
}

.searchform .required {
    position: absolute;
}

.searchform button {
    background-color: var(--theme-color);
    border: transparent !important;
    cursor: pointer;
    display: inline-block;
    float: left;
    text-align: center;
    width: 100%;
    color: var(--f-theme) !important;
    padding: 15px 10px;
    border-radius: 0px 20px 19px 0px;
    font-size: 16px;
}

.searchform a:hover {
    color: white;
}

.searchform .search-line {
    width: 1px;
    position: absolute;
    right: -4px;
    top: 6px;
    height: 29px;
    background: #ccc;
}
/*---------search-box-style-----------*/

.searchform-box {
    padding-bottom: 67px !important;
}

    .searchform-box .searchform {
        /*background: var(--theme-color);*/
        border: 1px solid transparent;
        border-radius: 0px;
        padding: 0px;
        position: relative;
    }

    .searchform-box input,
    .searchform-box select {
        background: #fefefe;
        border: none;
        margin-right: 0px;
        padding: 10px 7px;
        width: 100%;
        border-radius: 8px
    }


    .searchform-box img {
        width: 22px;
    }

    .searchform-box a {
        /*width: 25%;*/
        float: right;
    }

    .searchform-box hr {
        display: none;
    }

    .searchform-box .required {
        position: relative;
        top: -12px;
    }


    .searchform-box .search-line {
        display: none;
    }

    .searchform-box .input-group {
        border: solid 1px #eee;
        margin-bottom: 10px;
        background: white;
        border-radius: 8px
    }

    .searchform-box .input-group-addon {
        padding: 6px 5px !important;
    }

    .searchform-box input[type="button"] {
        border: solid 1px #fff !important;
    }

    .searchform-box .category-box {
        width: 100%;
        border-right: none;
        float: initial
    }

    .searchform-box .address-box {
        width: 100%;
        border-right: none;
        float: initial
    }

    .searchform-box .number-box {
        width: 40%;
        border-right: none;
        float: left
    }

        .searchform-box .number-box .input-group {
            border-radius: 8px
        }

    .searchform-box .mile-box {
        width: 60%;
        float: left;
        border-right: none;
    }

        .searchform-box .mile-box .input-group {
            border-radius: 8px
        }

    .searchform-box .btn-box {
        width: 100%;
        border-right: none;
        float: initial;
        position: absolute;
        bottom: -64px;
    }

    .searchform-box .provider-box {
        width: 100%;
        border-right: none;
        float: initial
    }

    .searchform-box .rating-box {
        width: 100%;
        border-right: none;
        float: initial
    }

    .searchform-box .status-box {
        width: 100%;
        border-right: none;
        float: initial
    }

.searchform .category-box,
.searchform .address-box,
.searchform .number-box,
.searchform .mile-box,
.searchform .btn-box {
    padding: 0px;
    border: none !important
}



/*------------------------------*/
.cookie-container {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10001;
    left: 0;
}


.cookie {
    background: #000;
    margin: 0;
    padding: 20px 29px;
    width: 100%;
    color: white;
}

    .cookie p {
        color: var(--grey);
    }

    .cookie .action {
        float: right;
        margin-top: -54px;
    }

    .cookie h3 {
        font-size: 15px;
        margin: 0px;
    }

    .cookie .privacybtn {
        background: var(--grey);
        padding: 10px;
        color: white;
        border-radius: 6px;
        margin: 0px 5px;
        width: 119px;
        display: inline-block;
        text-align: center;
    }

    .cookie .acceptbtn {
        background: var(--theme-color);
        padding: 10px;
        color: white;
        border-radius: 6px;
        margin: 0px 5px;
        width: 120px;
        display: inline-block;
        text-align: center;
    }

.seller-shop-list .p-price .p-old-p {
    display: none
}


/*-----------------------------------------Theme one-------------------------------------------*/

.theme-one .homepage-banner {
    width: 100%;
    padding: 0px 0px;
    min-height: 332px;
}

    .theme-one .homepage-banner img {
        width: 100%;
        height: 450px;
        object-fit: cover;
        object-position: center;
        background: white;
    }

.theme-one .provider-search {
    background: none;
    padding: 29px;
    position: absolute;
    top: 199px;
    z-index: 100;
    width: 60%;
    color: white;
    border-radius: 8px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

    .theme-one .provider-search h4 {
        font-size: 45px;
        margin-bottom: 25px;
        line-height: 1.4em;
        word-spacing: 0px;
        letter-spacing: 0px;
        color: var(--theme-color);
        font-weight: 600;
        text-align: center;
    }

.theme-one .searchform {
    width: 100%;
    display: table;
    background: #fff;
    border-radius: 20px;
    margin-top: 6px;
    border: solid 1px #dddcdc;
    box-shadow: 2px 0px 15px -5px rgba(78, 78, 78, 0.26);
}


    .theme-one .searchform input,
    .theme-one .searchform select {
        height: 55px;
        border-right: solid 1px #f2f2f2 !important;
        border-radius: 0px !important;
        color: black;
    }


.theme-one .provider-search .searchform .row {
    margin: 0px;
    display: flex;
}

.theme-one .searchform .category-box {
    width: 20%;
    border-right: solid 1px #eee;
    float: left;
}

.theme-one .searchform .address-box {
    width: 50%;
    border-right: solid 1px #eee;
    float: left;
}

.theme-one .searchform .number-box {
    width: 10%;
    border-right: solid 1px #eee;
    float: left
}

.theme-one .searchform .mile-box {
    width: 10%;
    float: left
}

.theme-one .searchform .btn-box {
    width: 10%;
    float: left
}

    .theme-one .searchform .btn-box svg {
        height: 25px;
        width: 25px;
        stroke: var(--f-theme)
    }

    .theme-one .searchform .btn-box .text {
        display: none
    }

.theme-one .searchform .provider-box {
    width: 25%;
    border-right: solid 1px #eee;
    float: left
}

.theme-one .searchform .rating-box {
    width: 25%;
    border-right: solid 1px #eee;
    float: left
}

.theme-one .searchform .status-box {
    width: 19%;
    border-right: solid 1px #eee;
    float: left
}

.theme-one .searchform .input-group {
    width: 100%;
    border-radius: 20px;
    flex-wrap: initial;
}

.theme-one .searchform .input-group-addon {
    background: none;
    border: none;
}

    .theme-one .searchform .input-group-addon svg {
        width: 17px;
        height: 20px;
        fill: var(--theme-color);
    }

.theme-one .searchform input {
    background: #fefefe;
    border: none;
    border-right-color: currentcolor;
    border-right-style: none;
    border-right-width: medium;
    width: 100%;
    padding: 13px 6px;
    border-radius: 4px;
    border-right: transparent;
    font-size: 12px;
}

.theme-one .searchform select {
    background: #fefefe;
    border: none;
    border-right-width: medium;
    border-right-style: none;
    border-right-color: currentcolor;
    border-right-color: currentcolor;
    border-right-style: none;
    border-right-width: medium;
    padding: 14px 12px;
    border-radius: 4px !important;
    border-radius: 4px;
    border-right: transparent;
    font-size: 14px;
    width: 100%;
    border-radius: 20px 0px 0px 20px !important;
}

.theme-one .searchform .input-group-addon {
    padding: 0px;
}

    .theme-one .searchform .input-group-addon .acurrentlocation {
        height: 55px;
        display: inline-block;
        padding: 17px 15px;
        cursor: pointer;
    }

.theme-one .searchform img {
    width: 22px;
    padding: 2px;
    margin-top: 3px;
}

.theme-one .searchform .required {
    position: absolute;
}

.theme-one .searchform button {
    background-color: var(--theme-color);
    border: transparent !important;
    cursor: pointer;
    display: inline-block;
    float: left;
    text-align: center;
    width: 100%;
    color: var(--f-theme) !important;
    padding: 15px 10px;
    border-radius: 0px 20px 19px 0px;
    font-size: 16px;
}

.theme-one .searchform a:hover {
    color: white;
}

.theme-one .searchform .search-line {
    width: 1px;
    position: absolute;
    right: -4px;
    top: 6px;
    height: 29px;
    background: #ccc;
}


.theme-one .mian-category {
    background: transparent;
    margin-top: -400px;
    position: absolute;
    left: 0;
    right: 0;
}

    .theme-one .mian-category .web-logo {
        display: flex;
        align-items: center;
        height: 180px;
        max-width: 50%;
        float: left;
        margin-right: 10px;
        min-width: 325px;
        z-index: 100;
        justify-content: center;
    }

        .theme-one .mian-category .web-logo img {
            max-width: 100%;
            max-height: 100%;
        }

    .theme-one .mian-category h3 {
        font-size: 27px;
        font-weight: 800;
        margin: 0px;
        padding: 70px 0px 30px 0px;
        display: none
    }

    .theme-one .mian-category .first-level-ul {
        display: flex;
        flex-wrap: wrap;
        padding: 30px 76px;
        position: relative;
        z-index: 100;
        height: 184px;
        width:50%;
        overflow: hidden;
    }

    .theme-one .mian-category .first-level-li {
        text-align: center;
        display: block;
        color: #89b6db;
        border: solid !important;
        border-color: #BBDEFB !important;
        border-width: 1px !important;        
        width: 118px;
        margin: 10px 3px;
        position: relative;
        border-radius: 16px;
        padding: 16px 12px;
        height: 129px;
    }

        .theme-one .mian-category .first-level-li a {
            color: #89b6db;
        }

    .theme-one .mian-category .first-level-total {
        background: var(--l-grey) !important;
        color: var(--grey) !important;
        position: absolute;
        top: 9px;
        right: 28px;
        font-weight: var(--l-bold) !important;
        min-width: 10px;
        padding: 3px 7px;
        font-size: 10px;
        border-radius: 10px;
        letter-spacing: 0.5px;
        text-align: center;
        white-space: nowrap;
        line-height: 1;
        display: none
    }



    .theme-one .mian-category .first-level-li:hover {
        background: radial-gradient(63.44% 63.44% at 50% 50%,#E3F2FD 0,#fff 100%),#fff;
        transition: opacity .25s cubic-bezier(.75,0,.25,1);
    }

    .theme-one .mian-category .first-level-a img {
        max-width: 64px;
        height: 64px;
        display: block;
        margin-top: 0px;
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 2px;
    }

    .theme-one .mian-category .first-level-a {
        line-height: 16px;
        font-size: 15px;
        font-weight: 500;
    }





/*-----------------------------------------Theme Two-------------------------------------------*/

.theme-two {
    background: white
}

    .theme-two .homepage-banner {
        width: 50%;
        padding: 0px 0px;
        min-height: 332px;
        float: right;
    }

        .theme-two .homepage-banner img {
            width: 100%;
            height: 600px;
            object-fit: cover;
            object-position: center;
            background: white;
        }

    .theme-two .provider-search {
        background: none;
        padding: 100px 0px 0px 0px;
        z-index: 100;
        width: 50%;
        color: white;
        border-radius: 8px;
        margin: 0 auto;
        float: left;
        position: relative;
        top: initial
    }

        .theme-two .provider-search h4 {
            font-size: 45px;
            margin-bottom: 25px;
            line-height: 1.4em;
            word-spacing: 0px;
            letter-spacing: 0px;
            color: var(--theme-color);
            font-weight: 600;
            text-align: left;
        }

    .theme-two .searchform {
        width: 100%;
        display: table;
        background: #fff;
        border-radius: 20px;
        margin-top: 6px;
        border: solid 1px #dddcdc;
        box-shadow: 2px 0px 15px -5px rgba(78, 78, 78, 0.26);
    }


        .theme-two .searchform input,
        .theme-two .searchform select {
            height: 55px;
            border-right: solid 1px #f2f2f2 !important;
            border-radius: 0px !important;
        }


    .theme-two .provider-search .searchform .row {
        margin: 0px;
        display: flex;
    }

    .theme-two .searchform .category-box {
        width: 20%;
        border-right: solid 1px #eee;
        float: left;
    }

    .theme-two .searchform .address-box {
        width: 50%;
        border-right: solid 1px #eee;
        float: left;
    }

    .theme-two .searchform .number-box {
        width: 10%;
        border-right: solid 1px #eee;
        float: left
    }

    .theme-two .searchform .mile-box {
        width: 10%;
        float: left
    }

    .theme-two .searchform .btn-box {
        width: 10%;
        float: left
    }

        .theme-two .searchform .btn-box svg {
            height: 25px;
            width: 25px;
            stroke: var(--f-theme)
        }

    .theme-two .searchform .provider-box {
        width: 25%;
        border-right: solid 1px #eee;
        float: left
    }

    .theme-two .searchform .rating-box {
        width: 25%;
        border-right: solid 1px #eee;
        float: left
    }

    .theme-two .searchform .status-box {
        width: 19%;
        border-right: solid 1px #eee;
        float: left
    }

    .theme-two .searchform .input-group {
        width: 100%;
        border-radius: 20px;
        flex-wrap: initial;
    }

    .theme-two .searchform .input-group-addon {
        background: none;
        border: none;
    }

        .theme-two .searchform .input-group-addon svg {
            width: 17px;
            height: 20px;
            fill: var(--theme-color);
        }

    .theme-two .searchform input {
        background: #fefefe;
        border: none;
        border-right-color: currentcolor;
        border-right-style: none;
        border-right-width: medium;
        width: 100%;
        padding: 13px 6px;
        border-radius: 4px;
        border-right: transparent;
        font-size: 12px;
    }

    .theme-two .searchform select {
        background: #fefefe;
        border: none;
        border-right-width: medium;
        border-right-style: none;
        border-right-color: currentcolor;
        border-right-color: currentcolor;
        border-right-style: none;
        border-right-width: medium;
        padding: 14px 12px;
        border-radius: 4px !important;
        border-radius: 4px;
        border-right: transparent;
        font-size: 14px;
        width: 100%;
        border-radius: 20px 0px 0px 20px !important;
    }

    .theme-two .searchform .input-group-addon {
        padding: 0px;
    }

        .theme-two .searchform .input-group-addon .acurrentlocation {
            height: 55px;
            display: inline-block;
            padding: 17px 15px;
            cursor: pointer;
        }

    .theme-two .searchform img {
        width: 22px;
        padding: 2px;
        margin-top: 3px;
    }

    .theme-two .searchform .required {
        position: absolute;
    }

    .theme-two .searchform button {
        background-color: var(--theme-color);
        border: transparent !important;
        cursor: pointer;
        display: inline-block;
        float: left;
        text-align: center;
        width: 100%;
        color: var(--f-theme) !important;
        padding: 15px 10px;
        border-radius: 0px 20px 19px 0px;
        font-size: 16px;
    }

    .theme-two .searchform a:hover {
        color: white;
    }

    .theme-two .searchform .search-line {
        width: 1px;
        position: absolute;
        right: -4px;
        top: 6px;
        height: 29px;
        background: #ccc;
    }


    .theme-two .mian-category {
        background: white;
        position: relative;
    }
        .theme-two .mian-category .web-logo {
            display: flex;
            align-items: center;
            height: 54px;
            max-width: 15.1%;
            float: left;
            margin-right: 10px;
            min-width: 225px;
            z-index: 100;
        }

            .theme-two .mian-category .web-logo img {
                max-width: 100%;
                max-height: 72px;
            }

        .theme-two .mian-category h3 {
            font-size: 27px;
            font-weight: 800;
            margin: 0px;
            padding: 70px 0px 30px 0px;
            display: none
        }

        .theme-two .mian-category .first-level-ul {
            display: flex;
            flex-wrap: wrap;
            padding: 30px 76px;
            position: relative;
            z-index: 100;
            height: 184px;
            overflow: hidden;
        }

        .theme-two .mian-category .first-level-li {
            text-align: center;
            display: block;
            color: #000000;
            background: white;
            width: 118px;
            margin: 10px 3px;
            position: relative;
            border-radius: 16px;
            padding: 16px 12px;
            height: 129px;
        }

        .theme-two .mian-category .first-level-total {
            background: var(--l-grey) !important;
            color: var(--grey) !important;
            position: absolute;
            top: 9px;
            right: 28px;
            font-weight: var(--l-bold) !important;
            min-width: 10px;
            padding: 3px 7px;
            font-size: 10px;
            border-radius: 10px;
            letter-spacing: 0.5px;
            text-align: center;
            white-space: nowrap;
            line-height: 1;
            display: none
        }



        .theme-two .mian-category .first-level-li:hover {
            background: radial-gradient(63.44% 63.44% at 50% 50%,#c2ffe2 0,#fff 100%),#fff;
            transition: opacity .25s cubic-bezier(.75,0,.25,1);
        }

        .theme-two .mian-category .first-level-a img {
            max-width: 28px;
            height: 28px;
            display: block;
            margin: 0px 2px 20px 2px;
        }

        .theme-two .mian-category .first-level-a {
            line-height: 16px;
            font-size: 15px;
            font-weight: 500;
        }



.seller-wrapper {
    background-color: white;
    border-radius: 10px;
    padding: 0px 0px;
    text-align: left;
    display: block;
    min-width: 181px;
}


    .seller-wrapper img {
        border: none;
        padding: 5px;
        object-fit: contain;
        height: 150px;
        width: 150px;
        border-radius: 100%;
        margin: 10px auto;
        display: block;
    }

    .seller-wrapper .shop-detail {
        text-align: left;
        padding: 0px 6px;
        font-size: 14px;
        height: 41px;
        overflow: hidden;
        display: block;
        margin-bottom: 10px;
    }


.seller-view .swiper-slide {
    background: var(--white) !important;
    padding: 2px;
    border: solid 1px #e8e6e6;
    border-radius: 10px;
}

.seller-list {
    padding: 50px 0px;
}

    .seller-list .mobile-heading {
        margin-bottom: 15px
    }
/*-------------------------------- Mobile view style-------------------------------------------*/
@media screen and (max-width: 991px) {
    .theme-one .homepage-banner {
        display: none
    }

    .theme-one .provider-search {
        background: white;
        position: relative;
        top: 0;
        width: 100% !important;
        padding: 16px 16px 0px 17px;
    }

    .theme-one .mian-category {
        margin-top: 0px;
        position: relative;
        background: white;
        padding: 0px 10px;
    }

        .theme-one .mian-category .web-logo {
            height: 40px;
            display: none
        }

            .theme-one .mian-category .web-logo img {
                max-width: 120px;
            }

        .theme-one .mian-category .first-level-ul {
            height: auto;
            flex-wrap: nowrap;
            padding: 4px;
            scrollbar-width: none;
            overflow: scroll;
            width: 100%;
        }

        .theme-one .mian-category .first-level-li {
            height: 117px;
            box-shadow: 0 0 .880517px rgba(0,0,0,.029),0 0 2.29197px rgba(0,0,0,.03),0 0 5.52px rgba(0,0,0,.054),0 0 11px rgba(0,0,0,.09);
            border-radius: 13px;
            text-align: left;
            padding: 7px 12px;
        }

        .theme-one .mian-category .first-level-a img {
            max-width: 27px;
            height: 25px;
            display: block;
            margin: 14px 1px;
            padding: 0px;
        }

    .right-login-section {
        display: none
    }

    body {
        padding-bottom: 65px;
    }

    .body-content {
        bottom: 67px;
    }

    .wishlist-box .col-lg-3 {
        width: 100%
    }

    .cookie {
        display: none;
    }

    .top-header .header-links {
        display: none;
    }

    .top-header i {
        display: none;
    }

    .top-header .pull-right {
        float: left !important
    }

    .t-icons img {
        height: 25px;
        vertical-align: text-bottom;
        margin: 0px;
        display: block;
    }

    .t-icons {
        padding: 5px 5px;
        text-align: center !important
    }

    .top-header a {
        display: block;
    }


    #dvheadersearchbar {
        position: fixed;
        top: 40px;
        z-index: 1000;
        width: 100% !important;
        background: var(--l-grey);
        margin: 0px
    }

    .top-header .pull-right li {
        float: initial !important;
    }

    .sub-header .dropdown-menu > li > a {
        display: inline-block;
        width: 80%;
    }

    .sub-header .dropdown-menu > li > span > i {
        margin-right: 10px;
    }

    .t-icons .dropdown-menu {
        left: 0px;
    }

    .btn-lg {
        padding: 6px 9px;
    }


    .search-data {
        padding: 0px !important;
        position: relative;
        top: 0px;
        bottom: 0;
        overflow: auto;
        width: 100%;
        right: 0;
        left: 0;
        background: whitesmoke;
        scrollbar-width: none;
    }


    .collapse, .section3, .section1, .fixed-side-bar, .left-popup-advert {
        display: none !important;
    }




    .homepage-banner img {
        width: 100%;
        height: 450px;
        object-fit: cover;
        object-position: center;
    }

    .provider-search {
        padding: 5px;
        position: absolute;
        top: 15px;
        z-index: 100;
        width: 90%;
        color: white;
        border-radius: 8px;
        margin: 0 auto;
        left: 0;
        right: 0;
    }

    .searchform {
        background: none;
        border: none;
    }

    .theme-one .searchform .category-box,
    .theme-one .searchform .address-box,
    .theme-one .searchform .number-box,
    .theme-one .searchform .mile-box,
    .theme-one .searchform .btn-box {
        width: 100%;
        margin: 6px 0px;
        border-radius: 4px;
    }

    .theme-one .searchform select,
    .theme-one .searchform input {
        border: solid 1px var(--l-grey) !important;
        border-radius: 10px !important;
        height: 45px !important;
    }


    .category-slider {
        padding: 0px 10px 0px 10px !important;
    }


    .main-header .col-md-3 {
        position: initial !important
    }

    .cart img {
        height: 25px;
        max-width: 100%;
    }

    .m-block {
        display: initial;
    }

    .m-none {
        display: none !important;
    }


    .m-no-border {
        border: none !important
    }

    .slider {
        padding-left: 0px !important;
        padding: 0px;
    }

        .slider img {
            width: 100%;
            height: 150px;
        }



    .side-collapse.in {
        width: 0;
    }

    .navbar {
        min-height: auto !important;
    }

    .m-deals {
        border-color: var(--d-grey);
        position: fixed;
        background: var(--d-grey);
        width: 100%;
        padding: 10px;
        overflow: hidden;
        top: 114px;
    }






    .modal-dialog {
        margin-right: 10px;
        margin-left: 10px;
        margin-top: 22%;
    }





    .mobile-icons .col-xs-2 {
        width: 20%;
    }






    .cart-div {
        text-align: center;
        width: 16.6%;
        position: relative;
    }

        .cart-div img {
            width: 25px;
            display: block;
        }

    .notify {
        border-radius: 10px;
        text-align: center;
        color: var(--f-theme);
        font-size: 10px;
        background: var(--theme-color);
        padding: 2px 5px;
        position: absolute;
        margin-left: -7px;
        margin-top: -35px;
        right: -3px;
        z-index: 100010;
        width: 19px;
    }


    .home-box {
        /*position: relative;
        height: initial;
        margin-bottom:0px;*/
        display: none;
    }

    .homepage-banner {
        width: 100%;
        padding: 0px 0px;
        margin: 0px;
        height: auto
    }

    .homepage_category {
        width: 100%;
        height: initial;
        position: relative;
        display: none;
    }

        .homepage_category h3 {
            display: none;
        }

    .home-box .section2 {
        width: 100%
    }

    .main-header {
        height: 0;
        padding: 0;
        position: initial;
        z-index: 1000001 !important
    }

        .main-header .web-logo {
            height: 40px;
            display: none
        }

            .main-header .web-logo img {
                max-width: 120px;
            }

        .main-header .navbar-toggle {
            padding: 0px;
            float: initial;
        }

            .main-header .navbar-toggle i,
            .main-header .navbar-toggle span {
                margin: 6px 10px;
                color: var(--f-theme);
            }
    /*-----------------------search bar------------------------------------------*/

    .search-bar-form {
        background: #fff;
        border: 1px solid #d1cfcf;
        border-radius: 50px;
        padding: 1px;
        width: 95%;
        margin: 4px 8px;
    }

    .search-bar-form {
        border: solid 1px var(--l-grey);
        background: var(--white) !important;
        padding: 10px !important;
        border-radius: 4px;
        width: 100%;
        margin: 0px;
    }

        .search-bar-form input {
            background: #fefefe;
            border: none;
            margin-right: 2px;
            padding: 7px;
            width: 100%;
            border-radius: 50px;
            border: none;
        }

        .search-bar-form select {
            background: #fefefe;
            border: none;
            margin-right: 2px;
            padding: 6px;
            display: none;
        }

        .search-bar-form img {
            width: 26px;
            filter: contrast(19%);
        }

        .search-bar-form a {
            width: 13.8%;
            background: none;
            border: none !important;
        }

            .search-bar-form a:hover {
                background: none !important;
                border: none !important
            }

        .search-bar-form input {
            width: 86%;
        }


    .search-btn {
        background-image: url('../Images/black-back-btn.png');
        float: right;
        width: 21px;
        height: 26px;
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 13px;
        cursor: pointer
    }

        .search-btn img {
            width: 25px;
        }

    .search-btn {
        background: transparent;
    }

    .search-bar-form select {
        display: none;
    }







    /*/*-----------------------------search page--------------------------/*/

    .filter {
        display: block;
        float: left;
        padding: 10px;
        position: fixed;
        top: 0;
        right: 55px;
    }

        .filter svg {
            width: 20px;
            height: 20px;
            stroke: var(--grey)
        }

    .search-data .total {
        position: absolute;
        top: 10px;
        padding: 0px 16px;
    }


    .search-form {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: white;
        transition: width 500ms;
        z-index: 10001;
        opacity: 0;
        visibility: hidden;
        width: 0px
    }

        .search-form:target {
            opacity: 1;
            visibility: visible;
            z-index: 10000;
            width: 100%
        }




    .list-grid {
        float: right;
        padding: 10px 10px;
    }

    #searchproduct .product-box-wrapper {
        margin: 0px 0px;
    }

    #searchproduct .product-box-8,
    #searchproduct .product-box-5,
    #searchproduct .product-box-4 {
        background: white;
    }

    .listview .product-box-wrapper,
    .listview .product-box-wrapper .col-lg-3 {
        width: 100% !important;
    }

    .listview .p-data {
        width: 70%;
        float: left;
    }

    .listview .p-img img {
        max-height: 50px !important;
    }

    .listview .p-conditional_div {
        width: 60%;
        float: left;
        background: none;
        margin-top: -23px;
        border: none !important;
        margin-left: 26%;
    }

    .listview .p-img {
        height: 50px !important;
    }

    .search-form-box {
        background: var(--white) !important;
        padding: 10px !important;
        position: fixed;
        top: 21px;
        bottom: 0;
        overflow: auto;
        width: 100%;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        display: none;
        z-index: 10001
    }

        .search-form-box.showfilter {
            display: block;
        }

        .search-form-box:target {
            /*  display: block*/
        }
    /*-------------------------category------------------------------------*/
    .category-menu {
        background: white;
    }

        .category-menu li {
            width: 100%;
        }

        .category-menu a {
            width: 80%;
            color: black;
        }

        .category-menu li i {
            margin-right: 20px;
        }

    .h-c-banner {
        display: none;
    }

    .c-product {
        height: auto;
        overflow: initial;
    }

    .p-status {
        height: auto;
        overflow: initial;
    }

    .category {
        width: 100%;
        background: var(--theme-color);
        color: var(--f-theme);
    }

    .homepage .dropdown-menu {
        width: 100%;
        display: block !important;
    }

    .mega-dropdown {
        min-width: 0px;
        min-height: 0px;
        box-shadow: none;
        border-radius: 0px;
        border: none;
        position: initial;
        background: white;
        left: 0px;
        padding: 5px 20px;
        top: 0px;
    }

    .d-hover-content {
        display: block;
    }


    .category_header {
        display: none
    }

    .category_dropdown {
        display: none;
    }

    .swiper-slidecos img {
        border-radius: 0px;
    }

    /*-----------------------------------products css-------------------------------------------*/



    .product-box {
        margin: 2px !important;
        padding: 5px !important;
        border: none !important;
    }

    .p-img {
        height: 130px !important;
    }

        .p-img img {
            max-height: 130px !important;
        }

    .p-title {
        font-size: 13px;
        font-weight: 400;
    }

    .p-badges {
        margin: 0px
    }

    .p-price {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 0px;
    }

    .p-review {
        margin: 0px;
    }

    .p-action-btn {
        display: none;
    }

    .p-conditional_div {
        margin: 0px;
        padding: 5px 0px 0px 0px;
        background: none;
        height: initial;
        position: relative;
    }

        /*-----------------add to cart------------------------*/
        .p-conditional_div .p-cart .qty {
            width: 66%;
            float: initial
        }

        .p-conditional_div .p-cart .p-cart-icon {
            height: 29px;
            line-height: initial;
            padding: 4px 5px;
        }

            .p-conditional_div .p-cart .p-cart-icon img {
                width: 16px;
                margin-top: -3px;
            }

        .p-conditional_div .p-cart .p-buy-now {
            display: none;
        }

        /*-------------------auction---------------------------*/
        .p-conditional_div .p-auction .Expired {
            color: var(--red);
            font-size: 15px;
            font-weight: bold;
            background: var(--d-grey);
            position: relative;
            right: initial;
            left: initial;
            top: initial;
            bottom: initial;
            border-radius: 4px;
            text-align: center;
            padding: 6px;
            width: 100%;
        }
        /*-----------------classified------------------*/

        .p-conditional_div .p-classified .view-detail {
            display: none;
        }








    .product-home-heading .h3 {
        border: none;
        margin: 0px;
        padding: 10px 0px;
        width: 100%;
        height: 44px;
    }

        .product-home-heading .h3 span {
            background: none;
            font-size: 16px !important;
            font-weight: 500 !important;
            padding: 0px !important;
            margin: 0px 0px 0px !important;
        }

    .product-box-8, .product-box-5, .product-box-4 {
        padding: 0px;
        margin-top: 0px !important;
        margin-bottom: 15px !important;
        border-radius: 0;
    }

        .product-box-8 .col-lg-3,
        .product-box-5 .col-lg-3 {
            display: inline-block;
            color: #000000 !important;
            border-radius: 8px;
            width: 165px !important;
            float: inherit;
        }

        .product-box-8 .product-box-wrapper,
        .product-box-5 .product-box-wrapper {
            width: 100%;
            list-style: none;
            margin: 0;
            padding: 0;
            white-space: nowrap;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none;
        }



    .customer-page-menu,
    .customer-page {
        width: 100%;
    }


    .customer-page {
        padding: 0px;
        margin: 0px;
        border: none;
        margin-bottom: 20px
    }

        .customer-page .listview .p-action-btn {
            display: block !important;
            margin-top: 10px;
            position: relative;
            float: left;
        }

        .customer-page-menu .h4,
        .customer-page .h4 {
            display: none;
        }

    .customer-page-menu ul li a,
    .customer-page-menu ul li .active {
        border: none !important;
        padding: 7px 15px;
    }


    .customer-page-menu {
        display: none
    }

    .o-username img {
        width: 35px;
    }

    .overview-box {
        border-radius: 9px;
        padding: 5px;
        width: 46%;
        float: left;
        background: var(--white)
    }

        .overview-box a {
            font-size: 10px;
        }

        .overview-box img {
            display: block;
            margin: 0px auto;
            max-height: 20px;
            max-width: 21px;
        }


    /*---------------------------------------------------------*/
    .ship-details .shipping-box .btn {
        display: block !important;
    }






    .cart-qty {
        margin-top: 0px;
        display: flex;
        text-align: left;
        justify-content: flex-start;
        align-items: center;
    }

    .cart-delete {
        float: right;
        margin-left: 27px;
        margin-top: 5px;
    }

    .cart-page .shop-title {
        padding: 10px 15px;
        font-size: 14px !important;
        margin-bottom: 10px;
        border-bottom: solid 1px var(--l-grey);
    }

    .cart-page .web-bottom-fix {
        position: fixed;
        bottom: 70px;
        left: 0;
        right: 0;
    }

    .shopping-cart {
        padding-top: 10px !important;
        margin: 10px 0px;
        border-top: solid 1px var(--l-grey);
        font-size: 12px;
    }


    .order-detail .shopping-cart {
        width: 10%;
    }

    .order-detail .shopping-detail {
        padding: 0px;
        font-size: 12px;
    }

    .order-detail .shopping-action {
        position: absolute;
        bottom: -62px;
        right: 0;
    }

    .all-orders .shop-title {
        display: none
    }

    .all-orders {
        padding: 10px;
        background: var(--white-smoke)
    }
    /*-------------------------------Product Details-----------------------------------*/
    .detail-page {
        padding: 0px;
        margin: 0px !important
    }

        .detail-page .breadcrumb {
            display: none
        }

        .detail-page .detail .d-quatity {
            position: fixed;
            bottom: 75px;
            z-index: 10001;
            background: white;
            left: 0;
            right: 0;
            padding: 5px;
            display: flex;
            justify-content: center;
            align-content: center;
        }

            .detail-page .detail .d-quatity .col-md-9 {
                padding-right: 0px !important;
            }

            .detail-page .detail .d-quatity .d-quatity-textbox {
                width: 25%;
            }


    .d-quatity-textbox div {
        display: flex;
        align-items: center;
    }

    .detail .d-quatity input[type="number"] {
        padding: 4px 6px;
    }

    .detail .d-action .d-buy-now {
        padding: 8px 5px;
        font-size: 13px;
        width: 87px;
    }

    .detail .d-action .d-cart-icon {
        font-size: 13px;
        padding: 5px 8px;
        width: 87px;
    }

    .detail p {
        font-size: 12px
    }



    .d-action-btn {
        display: none
    }

    .details_tabs {
        display: block !important;
        position: fixed;
        right: 0px;
        left: 0px;
        z-index: 1000;
        background: white;
        top: 0px;
    }

    .details_tabs_links nav {
        font-size: 10px;
        font-weight: 600;
        background: white;
        display: flex;
        justify-content: space-around;
        width: 100%;
        margin: 0 auto;
    }

        .details_tabs_links nav a {
            color: var(--d-grey);
            position: relative;
            text-align: center;
            font-weight: 500;
            font-size: 14px;
            padding: 10px;
            border-bottom: solid 1px #fff
        }

        .details_tabs_links nav .active {
            color: var(--theme-color);
            border-bottom: solid 1px var(--theme-color);
        }

    .detail-page section {
        scroll-margin-top: 183px;
        opacity: 1 !important;
    }



    .details_tabs_box {
        display: none
    }

    .details_tabs {
        display: block !important;
        position: fixed;
        right: 0;
        left: 0;
        z-index: 1000;
        background: #fff;
        top: 0px
    }

    .details_tabs_links nav {
        font-size: 10px;
        font-weight: 600;
        background: #fff;
        display: flex;
        justify-content: space-around;
        width: 100%;
        margin: 0 auto
    }

        .details_tabs_links nav a {
            color: var(--d-grey);
            position: relative;
            text-align: center;
            font-weight: 500;
            font-size: 14px;
            padding: 10px;
            border-bottom: solid 1px #fff
        }

        .details_tabs_links nav .active {
            color: var(--theme-color);
            border-bottom: solid 1px var(--theme-color)
        }



    #sticky {
        width: 100%;
    }

        #sticky.stick {
            position: fixed;
            top: 0;
            z-index: 10000;
            border-radius: 0 0 0.5em 0.5em;
            left: 0;
            background-color: white;
        }


    .region_div {
        border-bottom: solid 1px var(--l-grey);
        padding: 10px;
    }

        .region_div .dropdown-menu {
            display: block;
            box-shadow: none;
            border: none !important;
        }

        .region_div img {
            height: 18px;
        }

        .region_div li {
            margin-bottom: 10px;
        }


    .vendor-detail-box .h5,
    .vendor-detail-box hr,
    .vendor-detail-box .shop-name,
    .vendor-detail-box .vendor-detail,
    .vendor-detail-box .info-icons {
    }

    .vendor-detail-box .b-image {
        max-width: 50px;
        max-height: 50px;
        float: left
    }

    /*------------------------------------------------------*/

    .seller-shop {
        padding: 0px 0px 10px 0px
    }

        .seller-shop .info-box {
            background: var(--white-smoke);
            padding: 7px;
            margin-bottom: 10px;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 10001;
        }

    .empty-data-template .div-msg {
        background: white;
        padding: 43px;
        border-radius: 0px;
        width: 100%;
        margin: 5% auto;
        color: black;
        text-align: center;
        color: grey;
        margin: 0;
        position: fixed;
        bottom: 0;
        top: 0;
    }

    .search-data .product-box-4 .p-action-btn {
        display: none !important
    }

    /*------------------Menu------------------*/

    .useraccount {
        background: white;
        position: fixed;
        top: 0;
        z-index: 10001;
        bottom: 69px;
        left: 0;
        right: 0;
    }

        .useraccount .profile {
            background: var(--white-smoke);
            padding: 21px 15px;
            margin: 7px;
            border-radius: 8px;
            font-weight: 500;
            font-size: 15px;
        }

    .login-popup .popup-heading {
        padding: 5px 15px !important;
    }



    .m-link.mobile-search svg {
        background: var(--theme-color);
        color: #fff;
        height: 40px;
        border-radius: 100px;
        width: 40px !important;
        padding: 8px;
        margin-top: -19px;
    }


    .mobile-heading {
        font-size: 16px !important;
        font-weight: 500 !important;
        padding: 5px 10px !important;
        margin: 12px 0px 0px 0px !important;
    }

    .search_opacity {
        position: relative;
        top: 0;
        bottom: 0px;
        left: 0px;
        right: 0px;
        background: transparent;
        display: none;
    }

    .ui-menu {
        width: 88% !important;
    }

    .category-slider .swiper-slide {
        width: 200px !important;
    }

        .category-slider .swiper-slide img {
            height: 260px;
        }

    .slider-category h3 {
        padding: 10px 0px 0px 25px;
    }

    .category-slider {
        padding: 20px !important;
    }

    .partner-list {
        display: none
    }

    .theme-one .provider-search h4 {
        font-size: 30px !important;
        text-align: left;
        margin-bottom: 10px;
        line-height: 34px;
    }

    .theme-one .searchform button {
        padding: 11px 10px;
        border-radius: 10px;
    }

    .theme-one .searchform .btn-box svg {
        display: none
    }

    .theme-one .searchform .btn-box .text {
        display: block
    }

    .theme-one .searchform {
        box-shadow: none;
        border: none;
    }

    .mian-category {
        padding: 10px;
    }

        .mian-category .web-logo {
            height: 40px;
            display: none
        }

            .mian-category .web-logo img {
                max-width: 120px;
            }

        .mian-category h3 {
            padding: 0px
        }

        .mian-category .first-level-ul {
            display: flex;
            flex-wrap: nowrap;
            padding: 0px 0px 70px 0px;
            margin: 0px;
            scrollbar-width: none;
            overflow: scroll;
        }

        .mian-category .first-level-li {
            width: 30%;
            padding: 0px;
        }

        .mian-category .first-level-a {
            line-height: 16px;
            font-size: 14px;
            font-weight: 500;
            width: 94px;
            display: block;
        }


            .mian-category .first-level-a .first-level-icon::after {
                border-bottom: 0px
            }
}

@media screen and (max-width: 640px) {
    /*-----------------------------------products css-------------------------------------------*/

    .product-box-wrapper .col-lg-3 {
        width: 50% !important;
        float: left;
    }
}



/*-----------------------------------rtl-----------------------------------------*/


.rtl .header-pages,
.rtl .multi-store {
    float: right
}

.rtl .multi-language,
.rtl .wishlist,
.rtl .customer-menu,
.rtl .header-credit,
.rtl .notify-counter,
.rtl .inbox-counter {
    float: left
}

.rtl .category_dropdown .second-level-ul {
    left: 0;
    right: initial
}

.rtl .header-register-link {
    margin: 6px 15px 6px 5px;
}

.rtl .top-search-box .input-group-btn {
    border-radius: 4px 0px 0px 4px !important;
}

.rtl .category_dropdown .second-level-ul {
    border-radius: 0px 8px 8px 8px;
}

    .rtl .category_dropdown .second-level-ul .second-level-li {
        float: right
    }

.rtl .product-home-heading .h3 {
    text-align: right
}

.rtl .detail .show-contact {
    float: left
}

.rtl .top-header .top-account-link .dropdown-menu {
    right: inherit;
    left: 1px;
}

.rtl .dropdown-menu .userfullname {
    text-align: right;
}

.rtl .customer-menu .dropdown-menu li a svg {
    margin: 0px 0px 0px 11px;
}

.rtl .top-header i {
    margin-right: 5px;
}

.rtl .notify {
    margin-left: 5px;
    left: 5px;
    right: initial;
}

.rtl .theme-one .searchform button,
.rtl .theme-one .searchform select {
    border-radius: 20px 0px 0px 20px !important;
}

.rtl .category-slider .swiper-slide .category-name {
    text-align: right;
}
/*--------------------------------Skeleton---------------------------------------*/
.categoriescontainer::after {
    content: "";
    margin: 9px 15px 0px 15px;
    display: inline-block;
    width: 50px;
    height: 33px;
    border-radius: 4px;
    float: right;
}

.headerlinkview::after {
    content: "";
    margin: 8px 15px;
    display: inline-block;
    width: 58px;
    float: left;
    height: 20px;
    border-radius: 4px;
    background: linear-gradient( to right, rgba(240, 240, 240, 0.13) 3%, rgba(228, 228, 228, 0.17) 18%, rgba(228, 228, 228, 0.39) 33% ) !important;
}

.home-blog .blogview {
    background: none;
    margin-bottom: 0px;
}

.home-blog {
    background: var(--white-smoke)
}

.blog-box {
    border: solid 1px #ecebeb;
    border-radius: 30px;
}

.home-blog .blog-box img {
    border-radius: 21px
}


.herobannercontainer::after {
    height: 400px;
    background: white !important
}

.productboosthomecontainer::after {
    height: 174px;
    margin: 37px 5px;
}
