.wuf-download-wrap{
    background: #eeeeee;
    padding: 40px;
    margin-top: 20px;
    display: none;
}
.wuf-load-spinner{
    width: 50px;
    margin: 0 auto;
}

.wuf-dw-images {
    position: relative;
    width: 150px;
    height: 150px;
}

.wuf-dw-images a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-decoration: none;
}

iframe {
    z-index: 1;
}

.category-item.wuf-back{
    border: 2px solid #c8d1d5ed;
    background-color: transparent !important;
    min-height: 150px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 65px 0px !important;
}

.wuf-download-wrap .wuf-dw-images .category-icon{
    max-width: 150px !important;
}

.wuf-download-wrap .wuf-dw-images{
    padding: 5px !important;
    background-color: #798185ed !important;
    min-height: 150px !important;
}

.wuf-download-wrap .category-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}

.wuf-download-wrap .category-item {
    text-align: center;
    padding: 30px;
    min-width: 150px;
    background-color: #c8d1d5ed;
}
.wuf-download-wrap .category-icon {
    max-width: 50px;
    margin: 0 auto;
}

.wuf-download-wrap .category-icon img {
    width: 100%;
    height: auto;
}

.wuf-download-wrap .category-name {
    margin-top: 8px;
    font-size: 14px;
    color: #333;
}






.admin-dashbord-pv .btn-sidebar {
    height: 48px !important;
}

/* body {
    background-color: #f6f7fb;
    color: #888da8;
    letter-spacing: 0.2px;
    font-family: 'Roboto', sans-serif;
    padding: 0;
    margin: 0;
} */

.wuf-retail-store-list {
    padding: 10px;
    list-style-type: none;
    margin: 0 !important;
}

.wuf-retail-store-list li {
    font-size: 14px;
    color: #333;
}

/* Prefix all classes with "wuf" */
.wuf-retail-link {
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.wuf-modal-content {
    background-color: #ffffff;
    color: #4f4f4f;
}

.wuf-modal-title {
    font-weight: bold;
}

.wuf-benefits-list {
    list-style-type: disc;
    margin-bottom: 20px;
}

.wuf-markup-input {
    border: 1px solid #ddd;
    margin-top: 10px;
}

.wuf-activate-btn {
    background-color: #dc3545;
    border-color: #dc3545;
}

.wuf-activate-btn:hover {
    background-color: #c82333;
    border-color: #bd2130;
}

#wufRetailModal .modal-header {
    justify-content: center !important;
}

.wuf-retail-active {
    color: green;
}


a,
p,
span,
div,
li,
td {
    font-weight: 300 !important;
}

::placeholder {
    color: #ccc !important;
    font-weight: 300;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ccc !important;
    font-weight: 300;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #ccc !important;
    font-weight: 300;
}

input {
    border-color: #d8e0e5;
    border-radius: 2px !important;
    box-shadow: none !important;
    font-weight: 300 !important;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #f6f7fb;
}

button.btn {
    border-radius: 2px !important;
    box-shadow: none !important;
}

button.btn.btn-primary {
    background-color: #0e9aee !important;
}

button.btn.btn-primary:hover {
    background-color: #0879c8 !important;
}

/* #left-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    background: linear-gradient(270deg, #444054, #4a4159);
    overflow-y: auto;
    height: 100vh;
    border-right: 1px solid #e6ecf5;
    margin-top: 60px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow-x: hidden;
    z-index: 2;
} */

/* #left-menu.small-left-menu,
#logo.small-left-menu {
    width: 57px;
} */

#left-menu ul {
    padding: 0;
    margin: 0;
}

#left-menu ul li {
    padding: 0;
    display: block;
    position: relative;
}

.woocommerce-shop .widget.WOOF_Widget {
    margin-bottom: 0 !important;
}

.qodef-woo-product-list .qodef-woo-split-cols .qodef-woo-product-info {
    min-width: 50% !important;
}

#left-menu>ul>li {
    margin: 10px 0 !important;
}

#left-menu ul li a {
    color: #99abb4;
    width: 100%;
    display: flex;
    width: 260px;
    height: 37px;
    position: relative;
    align-items: center;
    gap: 10px;
    text-decoration: none;

}

#left-menu ul li a .open a {
    font-size: 16px;
}

#left-menu ul li a i {
    font-size: 22px;
    text-align: center;
    width: 35px;
    height: auto;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#left-menu ul li:hover a span {
    color: #ffffff;
}

#left-menu ul li:hover a i {
    color: #ffffff;
}

#left-menu ul li a span {
    width: 100%;
    height: auto;
    padding-left: 10px;
    color: #99abb4;
    font-weight: 300;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.small-left-menu input.form-control.form-control-sidebar {
    display: none;
}

/* #left-menu ul li.active a {
    border-bottom: 2px solid #0e9aee;
} */

#left-menu ul li.active a span {
    color: #fff;
}

/* #left-menu ul li.active a i {
    background-color: #0e9aee;
    color: #fff;
} */


#left-menu li.has-sub ul {
    background-color: #454e62;
    margin: 0 -10px;
    padding-left: 30px;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* #qodef-page-inner {
    padding: 0 !important;
    width: unset !important;
} */

#left-menu li ul.open {
    /*    height: 140px;*/
}

#left-menu li.has-sub ul>li {
    padding-top: 10px;
}

a:hover {
    text-decoration: none;
}

#page-container {
    padding-left: 300px;
    padding-top: 80px;
    padding-right: 25px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#logo {
    position: fixed;
    top: 0;
    z-index: 2;
    left: 0;
    background: linear-gradient(270deg, #444054, #4a4159);
    border-color: #464e62;
    height: auto;
    width: 280px;
    font-size: 30px;
    line-height: 2em;
    border-right: 1px solid #e6ecf5;
    z-index: 4;
    color: #fff;
    padding-left: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.company-logo.big-logo {
    text-align: center;
}

div#logo img {
    padding-left: 0;
    transition: .3s max-height, .3s padding ease-in-out;
    width: 90px;
}


#wuf-shop-topbar {
    background-color: #fff;
    height: auto;
    /* border-bottom: 1px solid #e6ecf5; */
    /* position: fixed; */
    top: 0;
    width: 100%;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 10px;
	/* padding:10px 0; */
}

/* #wuf-shop-topbar .header-left {
    padding-left: 300px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
} */

/* #wuf-shop-topbar .header-right {
    padding-right: 40px;
} */

#wuf-shop-topbar .header-right i,
#wuf-shop-topbar .header-left i {
    font-size: 30px;
    line-height: 2em;
    padding: 0 5px;
    cursor: pointer;
}

#wuf-shop-topbar {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
/*     background-color: #eeeeee; */
	margin-bottom:10px;
	/* border:2px solid #8b8b8b52; */
	border-radius:5px;
}

.showed-icon {
    position: absolute;
    right: 0;
    top: 3px;
    height: 40px;
    min-width: 40px;
    margin-left: 1px;
    cursor: pointer;
    align-items: center;
    border-radius: .25rem !important;
    text-decoration: none;
    justify-content: center;
    background: center / 23px no-repeat url(../images/expand-all.svg);
    margin: 0;
}

.dashboard-download-nav button, .dashboard-download-nav button:hover{
	background: transparent;
    color: #fff;
    border: unset;
}
.wuf-retail-store-list .text-secondary{
	color:#fff !important;
} 

.btn-check:active+.btn-secondary,
.btn-check:checked+.btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show>.btn-secondary.dropdown-toggle,
.btn-check:focus+.btn-secondary {
    background: transparent !important;
    color: #464e62 !important;
    border: unset !important;
}
.btn-secondary:focus {
	color: #fff !important;
}

/* .dashboard-download-nav {
    display: flex;
    gap: 17px;
} */

.dashboard-download-nav .dropdown-toggle::after {
    font-family: "Ionicons";
    content: "\f3d3";
    position: absolute;
    top: 7px;
    right: -5px;
    cursor: pointer;
    transform: rotate(90deg);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: unset;
    margin: 0;
}

.dashboard-download-nav a.dropdown-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 6px 110px 6px 29px !important;
}

.dashboard-download-nav .arrow-sub-drp {
    position: relative;
}

.dashboard-download-nav .arrow-sub-drp::after {
    font-family: "Ionicons";
    content: "\f3d3";
    position: absolute;
    top: 4px;
    right: 20px;
    cursor: pointer;
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: unset;
    margin: 0;
    font-size: 29px;
}

.dashboard-download-nav .raw-content span {
    font-size: 14px;
    color: #000;
    font-weight: 600 !important;
    text-transform: capitalize;
}

.dashboard-download-nav .raw-content p {
    font-size: 14px;
    line-height: 20px;
    padding-top: 6px;
}

.dashboard-download-nav ul.dropdown-menu.show {
    padding: 30px 0px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 20px;
    border: unset;
}

.login-form-pv .single-input {
    width: 100%;
    border: 1px solid #c1c1c1;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 6px;
    padding: 3px 15px;
    gap: 10px;
}

.login-form-pv .single-input span {
    padding: 0 10px 0 0;
    border-right: 1px solid;
}

.login-form-pv .single-input input {
    border: 0px solid #c1c1c1;
    width: 100%;
    outline: none;
    height: 28px;
    font-size: 14px;
    font-weight: 600 !important;
}

.login-form-pv .single-input input::placeholder {
    color: #000;
    font-weight: 600 !important;
}

.login-form-pv .form-check {
    margin-bottom: 10px;
}

.login-form-pv .form-check label {
    color: #fff;
}

#left-menu .login-form-pv .submit-btn button {
    width: 100% !important;
    padding: 6px 0;
    margin-top: .2rem;
    text-align: center;
    font-size: 1.1rem;
    background-color: #5542a0;
    border-radius: .5rem;
    border: .1rem solid #5f4ab2;
    outline: 0 !important;
    color: #fff;
    display: flex !important;
    transition: .3s background-color, .3s border, .15s width linear, .25s font-size, .3s margin-top ease-in-out;
    justify-content: center;
    align-items: center;
    gap: 11px;
}

.logout-btn-wrap .logout-button {
    width: 93% !important;
    padding: 6px 0;
    margin: 1.2rem auto;
    text-align: center;
    font-size: 1.1rem;
    background-color: #9a292a;
    border-radius: .5rem;
    border: .1rem solid #9a292a;
    outline: 0 !important;
    color: #fff;
    display: flex !important;
    transition: .3s background-color, .3s border, .15s width linear, .25s font-size, .3s margin-top ease-in-out;
    justify-content: center;
    align-items: center;
    gap: 11px;
}


.small-left-menu .hover-show-form {
    display: none;
}

#left-menu.small-left-menu .login-form-pv .submit-btn button span {
    opacity: 0 !important;
    display: none;
}

.hover-show-form {
    transform: translateY(-140px);
    height: 0.5rem;
    transition: .5s transform, .5s height;
}

/* 
.main-hovered-pv.hovered-dropdown .hover-show-form {
    transform: translateY(0) !important;
    height: 8.3rem !important;
} */

/* .become-dealer {
    text-align: center;
}

#left-menu.small-left-menu .become-dealer span {
    opacity: 0 !important;
} */

/* #left-menu .become-dealer a {
    width: 100% !important;
    padding: 10px 0;
    margin-top: .2rem;
    text-align: center;
    font-size: 1.1rem;
    background-color: #7947a7;
    border-radius: .5rem;
    border: .1rem solid #884bc0;
    outline: 0 !important;
    transition: .3s background-color, .3s border, .15s width linear, .25s font-size, .3s margin-top ease-in-out;
    text-decoration: unset;
    height: 45px !important;
    display: block !important;
} */

/* #left-menu .become-dealer a span,
#left-menu .become-dealer a i {
    color: #fff !important;
} */

/* .left-sidebar-pv.input-group {
    width: 100%;
    flex-wrap: nowrap;
} */

/* .left-sidebar-pv.input-group input {
    background-color: #444054;
    border: 1px solid #695b73 !important;
    color: #fff;
} */

.left-sidebar-pv .btn-sidebar {
    background-color: #ef8b59;
    color: #fff;
}

/* #main-content {
    min-height: calc(100vh - 60px);
    clear: both;
} */

/* #page-container {
    /* padding-left: 300px;
    padding-top: 80px;
    padding-right: 25px; 
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
} */

#page-container.small-left-menu,
#wuf-shop-topbar .header-left.small-left-menu {
    padding-left: 80px;
}

.card {
    border: 1px solid #e6ecf5;
    margin-bottom: 1em;
    font-weight: 300;
}

.card .title {
    padding: 15px 20px;
    border-bottom: 1px solid #e6ecf5;
    margin-bottom: 10px;
    color: #000;
    font-size: 18px;
}

#show-lable {
    opacity: 0;
    visibility: hidden;
    left: 80px;
    font-weight: 300;
    padding: 6px 15px;
    background-color: #0e9aee;
    position: fixed;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#left-menu.small-left-menu li.has-sub::after {
    content: '';
}

#left-menu.small-left-menu li.has-sub ul {
    position: fixed;
    width: 280px;
    z-index: 123;
    height: 0;
    left: 69px;
    padding-left: 15px;
}


/* / product-styling / */
.fur-product-pv .main-pro-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 14px;
    padding: 0 20px;
}

.fur-product-pv .product-inner-sec {
    box-shadow: 0 3px 6px #00000029, 0 3px 6px #0000003b !important;
    width: 24%;
}

.fur-product-pv .product-list-pv .new-budget-pv {
    background: center / 75px no-repeat url(Assesst/new-icon-DYmETXuG.svg);
    height: 75px;
    width: 75px;
    position: absolute;
    margin-top: -8px;
    margin-left: -10px;
    filter: drop-shadow(1px 3px 4px #00000060);
    pointer-events: none;
    z-index: 1;
}

/* .fur-product-pv .product-list-pv .pro-image-col {
    cursor: zoom-in; 
    width: 280px;
    height: 187px;
} */
.fur-product-pv .product-list-pv .pro-image-col img {
    object-fit: cover;
    width: 100%;
    height: 240px;
}

/* .fur-product-pv .product-list-pv {
    position: relative;
}

.fur-product-pv .product-list-pv .pro-icon-top-pv {
    display: flex;
    gap: 17px;
    top: 0;
    position: absolute;
    justify-content: center;
    align-items: center;
    left: 0;
    transform: translate(70%, 0px);
} */

/* .fur-product-pv .product-list-pv .cubes-iocn-pv a,
.fur-product-pv .product-list-pv .download-iocn-pv a {
    width: 46px;
    height: 32px;
    opacity: 0;
    top: -30px;
    background-color: #eff1f4;
    border-radius: 10px 10px 40px 40px;
    transition: all .2s linear;
    display: block;
    text-align: center;
    font-size: 20px;
    position: relative;
}

.fur-product-pv .product-list-pv:hover .cubes-iocn-pv a,
.fur-product-pv .product-list-pv:hover .download-iocn-pv a {
    opacity: 1;
    top: 0;
    transition: all .2s linear;
} */

/* .fur-product-pv .product-list-pv .add-to-cart-pv {
    font-size: 22px;
    text-align: center;
    line-height: 40px !important;
    width: 52px;
    height: 37px;
    position: absolute;
    top: 0;
    right: -63px;
    opacity: 0;
    background-color: #eff1f4;
    border-radius: 40px 0 0 40px;
    transition: all .2s linear;
}

.fur-product-pv .product-list-pv:hover .add-to-cart-pv {
    right: -1px;
    opacity: 1;
}

.fur-product-pv .product-list-pv i {
    color: #4981af;
}

.fur-product-pv .product-list-pv .price-content {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    border-bottom: 1px solid #b3b3b3;
    box-shadow: 0 0 0 0 #0000004f;
    padding: 0 12px 0 0;
}

.fur-product-pv .product-list-pv .price-content .price-pv {
    overflow: hidden;
    cursor: pointer;
    width: 80px;
    height: 35px;
    padding-right: 10px;
    line-height: 35px;
    box-sizing: initial;
    text-align: left;
    padding-left: 5px;
    font-size: 18px;
    border-radius: 0 0 25px;
    margin-top: 0;
    font-family: Signika, sans-serif;
    color: #a11515;
    background: #fafafaf1;
    z-index: 1;
    box-shadow: 0 0 3px #00000085;
    transition: .3s padding-right, .3s color, .3s background-color;
}

.price-pv:hover {
    padding-right: 15px !important;
    color: #e80404 !important;
}

.fur-product-pv .product-list-pv .serial-num-pv h3 {
    font-size: 23px;
    text-align: center;
    line-height: 45px;
    color: #212529;
    font-weight: 600;
}

.fur-product-pv .product-list-pv .bottom-content-product h4 {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    text-align: center;
    line-height: 19px;
    border-bottom-right-radius: 6px;
    height: 90px;
    width: 280px;
    padding: 20px 10px;
    color: #416882;
} */

/* Full-screen black transparent overlay */
.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* Spinner style */
.spinner {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}
.woof_submit_search_form_container button.woof_reset_search_form, .woof_products_top_panel_ul button.woof_reset_button_2{
	background-color: #ef8b59!important;
    padding: 8px 40px!important;
    border-radius: 5px!important;
	border:none;
	color:#fff;
}

/* Spinner animation */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*buttons css*/
#wuf-shop-topbar .dashboard-download-nav{
	background-color: #ef8b59;
    padding: 5px 30px;
    border-radius: 5px;
    margin: 0 10px;
}
#wuf-shop-topbar .wuf-retail-mode-wrap{
	background-color: #ef8b59;
    padding: 0 20px;
    border-radius: 5px;
    /* margin: 0 10px; */
}
.wuf-shop-prod-search{
	margin-bottom:20px;
}
.wuf-shop-prod-search .btn-sidebar{
	height:100%;
}
.disabled-class {
    background-color: #ccc;
    color: #666;
    cursor: not-allowed;
	border: 1px solid #ccc;
}
.wuf-shop-prod-search input.wuf-dealer-cat-search:focus{
	border-color:#ddd;
}

/*---shop togggle btn styles---*/
#sidebar-collapse {
    background-color: #ef8b59;
    padding: 7px 14px;
    border-radius: 50%;
    border: none;
    color: #fff;
	  width:fit-content;
    height:fit-content;
}
#sidebar-collapse {
    position: absolute;
    right: 0;
    top: 0;
}
.woof_fs_by_price{
	margin-top:35px;
}
.qodef-grid-inner.clear.wuf-collapse-filter {
    display: flex;
    flex-direction: row-reverse;
}
.qodef-grid-inner.clear.wuf-collapse-filter .qodef-grid-item.qodef-col--3{
	width:fit-content;
}
/*---shop togggle btn styles end ---*/


@media only screen and (max-width: 1600px) {
    .fur-product-pv .product-list-pv .pro-image-col img {
        height: 170px;
    }

    .fur-product-pv .product-list-pv .serial-num-pv h3 {
        font-size: 16px;
        text-align: center;
        line-height: 34px;
        color: #212529;
        font-weight: 600;
    }
}

@media only screen and (max-width: 1199px) {
    .fur-product-pv .product-list-pv .price-content {
        gap: 6px;
        justify-content: space-between;
        padding: 0 11px 0 0px;
    }

    .fur-product-pv .product-inner-sec {
        width: 32.6%;
        margin-bottom: 30px;
    }

    .fur-product-pv .product-list-pv .pro-icon-top-pv {
        transform: translate(37%, 0px);
    }
}

@media only screen and (max-width: 767px) {
    .fur-product-pv .product-inner-sec {
        width: 48.6%;
        margin-bottom: 16px;
    }

    .fur-product-pv .product-list-pv .pro-icon-top-pv {
        transform: translate(60%, 0px);
    }
}

@media only screen and (max-width: 639px) {
    .fur-product-pv .product-list-pv .serial-num-pv h3 {
        font-size: 16px;
        line-height: 36px;
    }

    .fur-product-pv .product-list-pv .pro-icon-top-pv {
        transform: translate(44%, 0px);
        gap: 5px;
    }

    .fur-product-pv .product-list-pv .cubes-iocn-pv a,
    .fur-product-pv .product-list-pv .download-iocn-pv a {
        width: 37px;
        height: 27px;
        font-size: 16px;
    }

    .fur-product-pv .product-list-pv .add-to-cart-pv {
        font-size: 21px;
        line-height: 29px !important;
        width: 40px;
        height: 31px;
    }
}


@media only screen and (max-width: 481px) {
	#wuf-shop-topbar .dashboard-download-nav, #wuf-shop-topbar .wuf-retail-mode-wrap{
		width:100% !important;
	}
	.qodef-woo-results{
		flex-direction:column;
	}
	form.wuf-ordering {
    	width: 100%;
	}
	.wuf-ordering select {
		width: 100%;
	}
}


@media only screen and (max-width: 479px) {
    .fur-product-pv .product-inner-sec {
        width: 100%;
        margin-bottom: 16px;
    }

    .fur-product-pv .product-list-pv .pro-icon-top-pv {
        transform: translate(67%, 0px);
        gap: 5px;
    }
	#wuf-shop-topbar .dashboard-download-nav, #wuf-shop-topbar .wuf-retail-mode-wrap{
		width:100% !important;
	}
}
@media only screen and (max-width: 370px) {
	.qodef-grid .qodef-grid-item.qodef-page-sidebar-section{
		display:flex!important;
		width:85%!important;
		margin:20px auto!important;
		float:none!important;
	}
}


@media only screen and (max-width: 992px) {
    #logo {
        width: 60px;
    }

    #page-container,
    #wuf-shop-topbar .header-left {
        padding-left: 80px;
    }

    #toggle-left-menu,
    .big-logo {
        display: none;
    }

    /*
    #logo{
        padding: 0;
        padding-left: 3px;
    }
    .small-logo{
        display: block;
    }
*/

}

@media only screen and (min-width: 992px) {
    #left-menu li.has-sub::after {
        font-family: "Ionicons";
        content: "\f3d3";
        position: absolute;
        top: 5px;
        right: 59px;
        cursor: pointer;
        transform: rotate(0deg);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #left-menu li.has-sub.rotate:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .small-logo {
        display: none;
    }

}



.tabs {
    display: flex;
    flex-direction: column;
    background-color: #80947e;
    width: 300px;
    padding-top: 16px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    position: relative;
    z-index: 99;
    transition: transform 0.7s ease;
}

.tabs {
    position: absolute !important;
    height: 100% !important;
}

.tab-content {
    width: 100% !important;
    margin-left: 0 !important;
    transition: transform 0.7s ease;
}

.tab-links {
    background-color: inherit;
    color: #99abb4;
    text-align: left;
    border: none;
    font-weight: 300;
    outline: none;
    transition: 0.3s;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
}

.tab-links.active,
.tab-links.active span {
    color: #fff !important;
    font-weight: 500;
}

button:focus {
    outline: unset !important;
}

.tab-links img {
    width: 20px;
    height: auto;
}

.tab-content {
    width: calc(100% - 160px);
    padding: 0;
    margin-left: -32px;
    position: relative;
    z-index: 1;
    transition: transform 0.7s ease;
}

.tab-content h2 {
    background: #000000;
    padding: 11px 100px;
    margin: 0;
    color: #fff;
}


.tab-content-item h2 {
    margin-top: 0;
}

iframe {
    width: 100%;
    height: 850px;
    border: none;
}

.hidden .toggle-button {
    left: 21em !important;
}

.tab-container.profile-dashbord.sidebar .toggle-button:hover {
    background-color: #000000;
}