    body.home {
        background: url(/wp-content/uploads/2021/09/preloader-background.jpg);
        background-position: center;
    }
	.custom-preloader-wrapper {
			display: none;
	}
	body.home .custom-preloader-wrapper {
			display: block;
	}
    body.home > .wrapper {
        opacity: 0;
        transition: .2s;
        transition-delay: 1.2s;
        background: #ffffff;
    }
    body.home > .wrapper {
        transition-delay: .5s;
        overflow: hidden;
    }
    body.home > .wrapper.fullyloaded {
        opacity: 1;
        overflow: visible;
    }
.preloader-plus.custom-preloader {
        background: url(/wp-content/uploads/2021/09/preloader-background.jpg);
        position: fixed;
        width: 100%;
        height: 100vh;
        background-position: center;
        opacity: 0;
        transition-delay: .1s;
        transition: .3s;
        overflow: hidden;
    }
    .custom-preloader-wrapper.fullyloaded .preloader-plus.custom-preloader {
        opacity: 1;
        transition-delay: .1s;
        overflow: visible;
    }
    body.home .custom-preloader-wrapper {
        opacity: 1;
        z-index: 999999999999999;
        transition: .3s;
        transition-delay: 1.2s;
			    position: fixed;
    }
    body.home .custom-preloader-wrapper.fullyloaded {
        opacity: 0;
			z-index: -1;
			position: relative;
    }
    .preloader-plus .preloader-custom-img {
        filter: brightness(1.2) drop-shadow(0px 0px 20px #7BFFFF);
        animation: custompulse .5s infinite alternate !important;
        width: clamp(0%, 500px, 90%);
        position: absolute;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        opacity: 1;
    }
    @keyframes custompulse {
        100% {
            filter: brightness(1) drop-shadow(0px 0px 0px #7BFFFF);
        }
        50% {
            filter: brightness(1.2) drop-shadow(0px 0px 20px #7BFFFF);
        }
        0% {
            filter: brightness(1) drop-shadow(0px 0px 0px #7BFFFF);
        }

    }
    .preloader-custom-img-shadow {
        position: absolute;
        transform: translate(-10px, 7px);
        opacity: 0.4;
        filter: blur(10) brightness(.8) drop-shadow(0px 0px 50px rgb(49 93 254 / 100%));
        animation: custompulseshadow 1.5s infinite alternate !important;
    }
    @keyframes custompulseshadow {
        100% {
            filter: blur(0) brightness(1) drop-shadow(0px 0px 5px rgb(49 93 254 / 100%));
            opacity: 0.4;
        }
        50% {
            filter: blur(10) brightness(.6) drop-shadow(0px 0px 50px rgb(49 93 254 / 100%));
            opacity: .3;
        }
        0% {
            filter: blur(0) brightness(1) drop-shadow(0px 0px 5px rgb(49 93 254 / 100%));
            opacity: 0.4;
        }
    }
    .top-bar {
        position: absolute;
        top: 90px;
        border: none;
        z-index: 0;
    }
    header.header-main.main-navigation-wrapper {
        border: none;
    }
    section.main-section {
        padding-top: 0px;
    }
    .home .navigation-main>ul>li>a {
        padding-bottom: 0px;
    }
    .header-logo .logo img:hover {
        transform: scale(1.03);
    }
    .ht-tab-menus li a {
        border: none;
        border-bottom: 1px solid transparent;
        border-radius: 0px;
        transition: .3s;
    }
    .ht-tab-menus li a.htactive {
        border-bottom: 1px solid #000;
    }
    a.elementor-button-link.elementor-button {
        border-radius: 0px;
        width: clamp(0%, 50%, 100%);

    }
    .ht-tab-pane {
        display: block;
        opacity: 0;
        height: 0;
        overflow: hidden;
        transition: opacity 0.2s;
    }
    .ht-tab-pane.htactive {
        opacity: 1;
        height: auto;
        transition: opacity 0.6s;
    }
    section#home-page-4 {
        /*background: url(/wp-content/uploads/2021/08/1.jpg);*/
    }
    section#home-page-4 > .elementor-container {
        /*background: linear-gradient(rgb(255 255 255 / 50%) 75%, #fff);*/
    }
    footer.footer {
        background: #fff;
    }
    .elementor-element .elementor-widget-container .product-style .ht-tab-pane .product-item .product-inner .content {
        background: transparent !important;
        font-size: 0.9em;
    }
    h1 .border, h2 .border, h3 .border, h4 .border, h5 .border, h6 .border, legend .border, ul.tabs li .border {
        box-shadow: none !important;
    }
    .ht-tab-pane .product-item .product-inner .content .price {
        font-size: 0.9em;
        text-align: center;
        margin: 0;
        display: block;
    }
    .elementor-element .product-item .product-inner .content .title a {
        color: #000 !important;
    }
    .ht-tab-pane .product-item .product-inner .content .price .amount {
        color: #6a6a6a !important;
    }
    .ht-tab-pane .product-item .product-inner .content h4.title {
        font-size: 0.9em;
        text-align: center;
        margin: 0;
    }
    .product-style .ht-tab-pane .product-item .product-inner .content h4.title a:hover {
        color: #6a6a6a !important;
    }
    .product-style .ht-tab-pane .product-item .product-inner .image-wrap {
        transition: .5s;
    }
    .product-style .ht-tab-pane .product-item .product-inner .image-wrap:hover {
        -webkit-transform: scale(1.04);
        -moz-transform: scale(1.04);
        -ms-transform: scale(1.04);
        -o-transform: scale(1.04);
        transform: scale(1.04);
    }
    .elementor-button-wrapper a.elementor-button-link:hover {
        background: #6a6a6a;
    }
    .elementor-widget-container .ht-category-wrap:hover .ht-category-content-3 {
        background: #000 !important;
    }
    .elementor-widget-container .ht-category-wrap .ht-category-content-3 {
        background: rgb(0 0 0 / 75%) !important;
        border: 1px solid #fff;
        margin: 0px 0px;
        padding: 30px 60px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: .5s;
    }
    .elementor-widget-container .ht-category-wrap .ht-category-content-3 .border {
        padding: 0;
        margin: 0;
    }
    .elementor-widget-container .ht-category-wrap .ht-category-content-3 .border a {
        font-size: 3em;
        font-weight: 100 !important;
        color: #fff !important;
    }
    .header-logo {
        max-width: 300px;
        margin: 0 auto;
    }
    .header-logo .container {
        width: auto;
    }
    .elementor-button span {
        text-decoration: inherit;
        font-family: 'Montserrat', sans-serif;
    }
   
    .webdesignkc img {
        height: 2.5em;
        filter: invert(1);
    }
    .webdesignkc {
        display: inline-block;
    }
    .footer .footer-widgets h3 {
        font-weight: normal;
        font-size: 1em;
        color: #000;
    }
    .footer-widgets,
    .footer-widgets div,
    .footer-widgets a {
        color: #656565;
        text-align: left;
    }
    .footer .footer-widgets ul.jetpack-social-widget-list li.jetpack-social-widget-item a {
        padding: 0px;
    }
    .post-header h2 a, .woocommerce-edit-account fieldset legend, h1, h2, h3, h4, h5, h6, #ship-to-different-address, .product-category .woocommerce-loop-category__title, body, dd, dt, html {
        font-family: 'Montserrat', sans-serif !important;
    }
    li.variable-item.disabled,
    .woocommerce-variation-description,
    div#tab-additional_information,
    tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_size {
        display: none !important;
    }
	body.page.page-template-default:not(.home):not(.woocommerce) .main-section .col-md-offset-2 {
			margin: 0px auto !important;
			padding: 0;
			width: clamp(0px, 1400px,100%);
			float: none;
	}
	body.page.page-template-default:not(.home):not(.woocommerce) .main-section .container {
			width: 100%;
	}
body.page-id-11313 .post-header {
    padding: 25px;
    background: #000;
}
body.page-id-11313 .post-header h2 {
	color: #fff;
	margin: 0px;
}
.woocommerce.single-product .entry-summary .theiaStickySidebar > .price {
    display: none;
}

    /*Consignment*/
div#consent-notice {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 1000vh;
    background: #ffffffe3;
    z-index: 99999;
}
div#consent-notice-inner {
    width: clamp(0px, 800px, 100%);
    margin: 50px auto;
    padding: 25px;
    height: 85vh;
    overflow: scroll;
    background: #fff;
    border: 1px solid #000;
    border-radius: 35px;
}
#consent-notice label {
    font-size: 17px;
}
#consent-notice input[type="submit"] {
    width: 100%;
    border: 3px solid #000;
    background: #fff;
    color: #000;
    font-weight: 600;
    font-size: 18px;
}
p.title {
    text-align: center;
    font-weight: 800;
    font-size: 20px;
    padding-bottom: 10px;
}
    .consignor-inventory-item {
        display: grid;
        grid-template-columns: 3fr 0.4fr 1fr 1fr 0.7fr 0.7fr 0.7fr 0.7fr 1fr;
        row-gap: 0px;
        column-gap: 1px;
        border: 1px solid;
        border-bottom: none;
        background: #d7d7d7;
        text-align: center;
        grid-template-areas:
            'header header header header header header header'
            'menu main main main right right right'
            'footer footer footer footer footer footer footer';

    }
    .consignor-inventory-item:last-child {
        border-bottom: 1px solid;
    }
    .consignor-innventory-column {
        background: #fff;
        padding: 10px;
    }
    .consignor-innventory-column.column-title {
        font-weight: bold;
    }
		div#gform_wrapper_1 {
				display: block !important;
		}
    ul#gform_fields_1 {
        display: grid;
        grid-template-columns: 1fr 1.5fr 0.5fr 0.7fr 0.7fr 0.7fr 0.5fr 0.5fr;
        grid-gap: 1px;
        border: 1px solid;
        background: #000;
        text-align: center;
    }
    .tracking-number {
        grid-area: footer;
        text-align: left;
        border-top: 1px solid #afafaf;
        padding: 10px 15px;
        background: #f5f5f5;
        text-decoration: underline;
    }
    .tracking-number.tracking-link {
        text-decoration: underline;
    }
    ul#gform_fields_1 > li {
        background: #fff;
        padding: 10px;
        margin: 0;
    }
    #gform_wrapper_1 .gform_footer.top_label {
        margin: 0;
        padding: 10px;
    }
    input#gform_submit_button_1 {
        float: right;
        margin: 0;
        background: #fff;
        color: #000;
        border: 1px solid;
    }
    .consignor-inventory-header-toggle {
        border: 2px solid;
        padding: 15px 20px;
        margin-top: 15px;
        background: #ffffff;
        cursor: pointer;
        transition: .5s;
    }
    .consignor-inventory-header-toggle h3,
    .consignor-inventory-header-toggle h4 {
        margin: 0;
        display: inline-block;
        font-weight: bold;
    }
    .consignor-inventory-header-toggle:hover {
        text-indent: 5px;
    }
    .consignor-inventory-loop-wrapper {
        height: 0;
        transform: translateY(-20px);
        overflow: hidden;
        opacity: 0;
        transition: 1s;
    }
    .consignor-inventory-loop-wrapper.active {
        overflow: hidden;
        height: auto;
        transform: translateY(0px);
        opacity: 1;
        transition: .5s;
    }
    div#input_1_3_chosen,
		div#input_1_16_chosen {
        font-size: 1em;
        font-weight: 500;
        border-radius: 5px;
        box-shadow: none;
    }
    div#input_1_3_chosen a,
		div#input_1_16_chosen a {
        padding: 10px;
        height: auto;
        border: 1px solid #eee;
        background: #f7f7f7;
        text-align: left;
    }
    .gform_legacy_markup_wrapper .chosen-container .chosen-results-scroll-down span,
    .gform_legacy_markup_wrapper .chosen-container .chosen-results-scroll-up span,
    .gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .gform_legacy_markup_wrapper .chosen-container-single .chosen-search input[type=text],
    .gform_legacy_markup_wrapper .chosen-container-single .chosen-single abbr,
    .gform_legacy_markup_wrapper .chosen-container-single .chosen-single div b,
    .gform_legacy_markup_wrapper .chosen-rtl .chosen-search input[type=text] {
        background-image: none !important;
    }
    #gform_wrapper_1 input[type=text] {
        padding: 10px;
    }
    .acf-fields.acf-form-fields.-top {
        position: relative;
        width: 25%;
        float: left;
    }
    .acf-fields.acf-form-fields.-top > div.acf-field {
        float: left;
        display: block !important;
        width: 50%;
        border: none;
        margin: 0;
        clear: none;
        padding: 0px;
        padding-right: 15px;
    }
    .acf-form-submit {
        float: left;
    }
    .acf-fields.acf-form-fields.-top > div.acf-field .acf-label {
        display: none;
    }
    .acf-fields.acf-form-fields.-top > div.acf-field input[type=text] {
        padding: 14px !important;
    }
    .tracking-link {
        text-decoration: underline;
        padding-top: 10px;
        color: #5b5b5b;
    }
    .tracking-link a {
        color: #5b5b5b;
    }
    input.acf-button.button.button-primary.button-large:hover {
        background: #000;
        opacity: .8;
    }
    div#message {
        display: none;
    }
    select#acf-field_612e76d2d78ee {
        background: #fff;
    }
    div#consignor-inventory-page {
        width: clamp(0%, 1500px, 98%);
        margin: 0 auto;
        font-size: 0.8em;
    }
    .tingle-modal.gpnf-modal .tingle-modal-box{
        width: 90%;
    }
    .gpnf-modal-header {
        background-color: #fff !important;
        color: #000 !important;
        border-bottom: 1px solid;
    }
    .tingle-modal-box__footer {
        background: #fff;
        padding-top: 0px;
    }
    .tingle-modal-box__footer button.tingle-btn {
        background: #fff;
        color: #000;
        border: 1px solid;
    }
    .tingle-modal__close span.tingle-modal__closeLabel {
        display: block;
        background: #fff;
        padding: 10px 20px;
        position: absolute;
        top: 0;
        right: 0;
        border-radius: 5px;
    }
    button,
    input[type="submit"].button {
        background: #fff !important;
        color: #000 !important;
        border: 1px solid #000 !important;
    }
    table.gpnf-nested-entries {
        width: 100%;
        text-align: center;
        border: 1px solid;
    }
    table.gpnf-nested-entries th {
        background: #fff;
        text-align: center;
        padding: 10px 5px;
        border-left: 1px solid;
        border-bottom: 1px solid;
    }
    .totals-wrapper .total {
        width: 50%;
        float: left;
        text-align: center;
        padding: 10px 35px 20px;
        border-bottom: 1px solid;
        margin: 0px 0px 35px;
    }
    .totals-wrapper .title {
        font-weight: bold;
    }
    .totals-wrapper .amount {
        font-size: 3em;
        line-height: 1em;
        padding: 5px 0px 0px;
        font-weight: 200;
    }
    .gpnf-spinner:before {
        border-top: .2rem solid #000;
    }
    #gform_2 button.gpnf-add-entry {
        float: right;
    }
    .gform_wrapper.gravity-theme .gform_footer.top_label {
        float: right;
        clear: none;
        width: clamp(0%, 400px, 100%);
        text-align: right;
        margin-top: 0;
        padding: 10px;
    }
    #gform_2 .gform_footer.top_label {
        padding-right: 0;
    }
    #consignor-inventory-page > h2 {
        margin: 35px 0px 0px;
    }
    .post-count {
        float: right;
        font-weight: 200;
    }
    .gform_wrapper.gravity-theme .gform_save_link.button svg {
        display: none;
    }
    .woocommerce-account .my-account-nav-custom ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
        display: none;
    }
    .edit-consignor-form-wrapper .acf-fields.acf-form-fields.-top > div.acf-field .acf-label {
        display: block;
        margin: 0;
    }
    .edit-consignor-form-wrapper .acf-fields.acf-form-fields.-top {
        position: relative;
        width: clamp(0%, 800px, 100%);
        float: none;
        margin: 0 auto;
    }
    .edit-consignor-form-wrapper .acf-form-submit {
        float: none;
        width: clamp(0%, 50%, 100%);
        clear: both;
        margin: 20px auto 20px;
        padding: 20px 0px;
    }
    .edit-consignor-form-wrapper {
        margin: 0px;
        clear: both;
    }
    .edit-consignor-form-wrapper .consignor-inventory-loop-wrapper {
        clear: both;
        padding: 25px 15px 0;
        margin-bottom: 0px;
        background: #f5f5f5;
        border: 1px solid;
        border-top: none;
    }
    .edit-consignor-form-wrapper .consignor-inventory-loop-wrapper.active   {
        padding: 25px 15px;
        margin-bottom: 25px;
    }
    .edit-consignor-form-wrapper input {
        width: 100%;
    }
    .edit-consignor-form-wrapper input[type='email'] {
        padding: 14px !important;
    }
    .edit-consignor-form-wrapper .acf-fields.acf-form-fields.-top > div.acf-field .acf-label label {
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-size: 0.9em;
    }
    .consignor-inventory-header-toggle h4 {
        font-size: 1em;
        font-weight: normal;
    }
    .edit-consignor-form-wrapper select {
        background: #fff;
    }
    .edit-consignor-form-wrapper .consignor-inventory-header-toggle {
        border: 1px solid;
        padding: 10px 15px;
        margin-top: 0px;
        background: #ffffff;
        cursor: pointer;
        transition: .5s;
    }
    .edit-consignor-form-wrapper  .password-reset-button {
        width: clamp(0%, 60%, 100%);
        margin: 0 auto;
        text-align: center;
    }
    .acf-fields.acf-form-fields.-top > div.acf-field.acf-field-select.acf-field-612fa760936df {
        display: none !important;
    }
    .tracking-form {
        padding: 15px 5px;
    }
    #acf-form .acf-fields.acf-form-fields.-top {
        width: 50%;
    }

    /*End Consignor*/
    a.button {
        color: #000;
        background: #fff;
        border: 1px solid;
    }
    a.button:hover,
    a.button:focus,
    .button {
        color: #000 !important;
        background: #fff !important;
        border: 1px solid !important;
    }
    .woocommerce.single-product .entry-summary h1.product_title {
        font-size: 1.5em;
    }
    span.wpm_gtin_code_wrapper {
        text-align: center;
        width: 100%;
        display: none;
        color: #656565;
    }
    .woocommerce.single-product .entry-summary .price {
        margin: 0px 0px 5px;
        font-weight: 500;
        color: #656565;
    }
    .woocommerce.single-product .entry-summary .single_variation_wrap .woocommerce-variation-price .price {
        text-align: left;
    }
    .woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item:before,
    .woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item:after,
    .woocommerce-variation-availability,
    div#more-information,
    .woocommerce-cart .woocommerce table.cart td.product-quantity {
        display: none;
    }
    body.page.woocommerce-cart .woocommerce-account .border-box,
    body.page.woocommerce-cart .woocommerce-checkout-review-order,
    body.page.woocommerce-cart .cart_totals,
    body.page.woocommerce-checkout .border-box,
    body.page.woocommerce-checkout .cart_totals,
    body.page.woocommerce-checkout .woocommerce-account .border-box,
    body.page.woocommerce-checkout .woocommerce-checkout .woocommerce-checkout-review-order {
        background: #fff;
        margin: 0px;
        border: 1px solid #656565 !important;
    }
    body.page.woocommerce-checkout .woocommerce-checkout #payment,
    body.page.woocommerce-checkout .woocommerce-checkout #payment div.payment_box {
        background: #fff;
    }
    body.page.woocommerce-checkout .woocommerce-checkout #payment div.payment_box {
        padding: 0px !important;
    }
    #wc-woocci_zaytech-cc-form .form-row {
        width: 100% !important;
        float: none !important;
        margin: 0px !important;
        padding: 5px 0px 10px !important;
    }
    div#clover-card-element,
    .wc-clover-elements-field{
        padding: 5px 10px !important;
        height: 40px !important;
        border: 1px solid #656565 !important;
        border-radius: 3px;
    }
    .shipping-options span.woocommerce-Price-amount.amount {
        float: right;
    }
    tr.shipping-options {
        border-bottom: 1px solid #eee !important;
    }
    body.page.woocommerce-checkout .woocommerce-checkout #payment div.payment_box label {
        font-weight: bold;
    }
    body.page.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods {
        padding-bottom: 0px !important;
    }
    div#login-widget {
        text-align: left;
        width: clamp(0%, 500px, 100%);
        margin: 50px auto;
        padding: 50px;
        background: #eeeeee;
        border: 1px solid #656565;
        color: #656565;
    }
    #login-widget h3.widget-title {
        margin: 0px 0px 15px;
        text-align: center;
    }
    div#login-widget ul#gform_fields_login {
        padding: 0px;
        margin: 0px;
    }
    div#login-widget .gform_body input[type=text],
    div#login-widget .gform_body input[type=password],
    div#login-widget .gform_body input[type=submit] {
        width: 100%;
        border: 1px solid #656565;
    }
    div#login-widget ul.gfield_checkbox {
        padding: 0;
    }
    div#login-widget .gfield_checkbox .gchoice label {
        vertical-align: middle;
    }
    div#login-widget label.gfield_label {
        font-size: 0.9em;
        font-weight: 400;
    }
    #gform_3 input {
        border: 1px solid #656565;
    }
    #gform_3 legend.gfield_label.gfield_label_before_complex {
        border-bottom: 2px solid #000;
        font-size: 1.2em;
        font-weight: 300;
        padding-top: 10px;
    }
    #gform_fields_login #field_1 label.gfield_label {
        font-size: 0px;
    }
    #gform_fields_login #field_1 label.gfield_label:before {
        content: "Username/Email";
        font-size: 17px;
    }
    div#ywbc_barcode_value {
        display: none;
    }
    .cart-sku div#ywbc_barcode_value {
        display: block;
    }
    #add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
        width: 100% !important;
    }
    li.wc_payment_method.payment_method_cod{
        display: none;
    }
    body.role-administrator li.wc_payment_method.payment_method_cod {
        display: block;
    }
    .return-shipping-button {
        padding: 20px 0px;
        width: 100%;
        text-align: center;
        cursor: pointer;
        text-decoration: underline;
        clear: both;
    }
    .return-shipping-content {
        padding: 15px;
        clear: both;
        border: 1px solid;
        display: none;
    }
    .return-shipping-content.active {
        display: block;
    }
    .product-id-cart {
        font-weight: 100 !important;
        font-size: 0.8em;
        font-style: italic;
    }
		#simple-social-icons-2 ul li a, #simple-social-icons-2 ul li a:hover, #simple-social-icons-2 ul li a:focus {
				padding: 0px !important;
				margin: 0px;
		}
.page-id-9896 .post-header,
.page-id-9896 a.wp-block-jetpack-slideshow_button-pause,
.page-id-9896 a.swiper-button-white{
    display: none !important;
}
.page-id-9896 .main-section .container,
.page-id-9896 .col-md-8.col-md-offset-2 {
    width: clamp(0px, 100%, 100%);
    margin: 0;
    padding: 0;
}
.page-id-9896 .swiper-wrapper img {
    width: 100%;
    height: auto;
    max-width: none;
    max-height: none !important;
}
.page-id-9896 ul.swiper-wrapper {
    height: auto !important;
		max-height: 650px !important;	
}
.page-id-9896 button.swiper-pagination-bullet {
    border-radius: 50px;
    border: 1px solid #000 !important;
}
.page-id-9896 button.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #000 !important;
    border: 1px solid #000 !important;
}
.page-id-9896 .wp-block-jetpack-slideshow_pagination.swiper-pagination.swiper-pagination-white.swiper-pagination-clickable.swiper-pagination-bullets {
    position: absolute;
    text-align: right;
    right: 50px !important;
    width: auto;
    bottom: 0;
    opacity: 1;
    margin: 0;
}
.full-width-padding {
    padding: 0px 2.5%;
}
.wc-block-grid__product-title {
    font-size: 1.5em;
    font-weight: 500;
}
.wc-block-grid__product-price.price {
    font-size: 1.5em;
    color: #000;
    font-weight: 400;
    opacity: 0.6;
}
.page-id-9896 .wc-block-featured-category a.wp-block-button__link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 0;
    opacity: 0;
}
.page-id-9896 .wc-block-featured-category__link {
    padding: 0px;
    height: 0;
}
.page-id-9896 h2.wc-block-featured-category__title {
    padding: 30px 50px !important;
    background: rgb(0 0 0 / 80%);
    font-weight: 300;
    font-size: 2em;
		transition: .3s;
}
.wc-block-featured-category.alignnone.wp-block-woocommerce-featured-category:hover h2.wc-block-featured-category__title {
	background: #000;
	padding: 40px 60px !important;
	transform: scale(1.05);
}
.wc-block-featured-category.alignnone.wp-block-woocommerce-featured-category:hover {
    background-position: center;
}
li.wp-block-getwid-tabs__nav-link.ui-tabs-tab.ui-corner-top.ui-tab {
    border: none;
    border-bottom: 1px solid #fff
}
li.wp-block-getwid-tabs__nav-link.ui-tabs-tab.ui-corner-top.ui-tab.ui-tabs-active.ui-state-active, 
li.wp-block-getwid-tabs__nav-link.ui-tabs-tab.ui-corner-top.ui-tab:hover {
    border: none;
    border-bottom: 1px solid #000;
}
.wp-block-getwid-tabs__tab-content {
		border: none;
}
.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) {
    margin-left: var(--wp--style--block-gap,1.3em);
}
a.wc-block-grid__product-link {
    text-decoration: none;
}
.ep-autosuggest-container {
    width: 79%;
    display: inline-block;
}
form#searchform input[type="submit"] {
    width: 20%;
    display: inline-block;
    float: right;
    border-radius: 0px !important;
		background: #fff;
		color: #000;
		border: 1px solid #000;
		font-weight: bold;
}
form#searchform input[type="submit"]:hover {
    background: #fff !important;
		box-shadow: inset 0px 0px 1px #000;
}
input.search-field {
    width: 100%;
    border: none;
    border-bottom: 2px solid;
    border-radius: 0;
}
form#searchform {
    background: #fff;
		padding: 5px 5px 20px !important;
		max-width: 1400px !important;
		max-width: 1200px;
    margin: 0 auto;
}
::placeholder {
	color: #000 !important;
}


    @media only screen and (max-width: 1400px) {
        ul#gform_fields_1 {
            grid-template-columns: 1fr 1fr;
        }
        .tingle-modal-box {
            width: clamp(0%, 100%, 100%);
        }
    }
    @media only screen and (max-width: 1100px) {
        .consignor-innventory-column.inventory-condition,
        .column-title.condition,
        .consignor-innventory-column.inventory-box,
        .column-title.box,
        .consignor-innventory-column.inventory-drop_off,
        .column-title.drop-off,
        .consignor-innventory-column.inventory-price,
        .column-title.price {
            display: none;
        }
        .consignor-inventory-item {
            grid-template-columns: 4fr 0.5fr 0.5fr 1fr;
        }
        .consignor-inventory-loop-wrapper {
            width: 100%;
        }
    }
    @media only screen and (max-width: 991px) {
        .container {
            width: 100%;
        }
    }
    @media only screen and (max-width: 900px) {
        .consignor-inventory-item {
            grid-template-columns: 2fr 0.5fr 0.5fr 1fr;
        }
        .post-count {
            display: none;
        }
        .top-bar {
            position: relative;
            top: 5px;
        }
    }
    @media only screen and (max-width: 800px) {
        ul#gform_fields_1 {
            grid-template-columns: 1fr;
        }
			.ep-autosuggest-container {
					width: 59%;
					display: inline-block;
			}
			form#searchform input[type="submit"] {
					width: 40%;
					display: inline-block;
					float: right;
					border-radius: 0px !important;
					background: #fff;
					color: #000;
					border: 1px solid #000;
					font-weight: bold;
			}
    }
    @media only screen and (max-width: 600px) {
        .elementor-widget-container .ht-category-wrap .ht-category-content-3 {
            padding: 30px 0px;
            width: 100%;
            background: #000;
        }
        .elementor-widget-container .ht-category-wrap .ht-category-content-3 .border a {
            font-size: 1.5em;
            font-weight: 300 !important;
        }
        .consignor-inventory-item {
            grid-template-columns: 1fr 0.5fr 0.5fr 0.5fr;
        }
        .totals-wrapper .total {
            width: 100%;
        }
    }

    @media only screen and (max-width: 500px) {
        .top-bar {
            position: relative;
            top: 0;
        }
        .consignor-inventory-item {
            grid-template-columns: 2fr 1fr;
        }
        .consignor-innventory-column.inventory-payout,
        .column-title.payout,
        .consignor-innventory-column.inventory-size,
        .column-title.size {
            display: none;
        }
        .totals-wrapper .amount {
            font-size: 2.5em;
        }
    }