.wpfMainWrapper select#wpfSortProducts {
    font-size: 14px;
    border: none;
    padding: 14px 12px;
    border-radius: 6px;
}
.shop-archive-header img {
    width: 100%;
}
.wpfFilterTitle .wfpTitle {
    font-family: "Just Sans", sans-serif;
    font-weight: normal;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -0.5px;
    text-transform: capitalize;
    margin-bottom: 0;
}
li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-7489 a {
    background: #0084c7;
}

.wpfFilterWrapper {
    padding-left: 0 !important;
}

.wpfFilterWrapper ul.wpfFilterVerScroll li {
    margin-bottom: 15px;
    font-family: "Just Sans", sans-serif;
    font-size: 15px;
}

.wpfFilterWrapper ul.wpfFilterVerScroll li ul {
    margin-top: 13px;
}

.wpfSearchWrapper input {
    font-size: 15px !important;
    padding: 19px 20px !important;
    border: none;
    border-radius: 5px;
    margin-bottom: 18px !important;
}

body .wpfFilterVerScroll::-webkit-scrollbar-thumb {
    background-color: #63799c !important;
    border: none;
}

body .wpfFilterVerScroll::-webkit-scrollbar-track {
    background-color: #d7dde8 !important;
    border-radius: 45px !important;
    border: none;
}

.wpfFilterButtons.wpfFilterButtonsBottom {
    display: flex;
    flex-flow: column;
}

.wpfFilterButtons.wpfFilterButtonsBottom button {
    margin: 0;
    background: #082c6a;
    width: 100%;
    color: #fff;
}

.container {
    width: 1300px;
    margin: 0 auto;
}

.hide {
    display: none !important;
}

.shop-archive-header {
    padding: 0px 0;
    display: flex;
    flex-flow: column;
}

.shop-banner {
    display: flex;
    flex-flow: column;
    margin-bottom: 20px;
}

.shop-banner img {
    border-radius: 9px;
    height: 140px;
    object-fit: cover;
}

.shop-title {
    font-family: 'Rubik', sans-serif;
    font-size: 25px;
    font-weight: 600;
    margin-top: 0 !important;
    margin-bottom: 13px;
}

.shop-description {
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    line-height: 24px;
}

.shopwrapper {
    display: flex;
    flex-flow: row wrap;
}

.shop-sidebar {
    width: 260px;
}

.shop-container {
    background: #eaeef5;
}

.shop-main {
    width: calc(100% - 260px);
    display: flex;
    flex-flow: column;
    position: relative;
}

.shop-main .shop-products {
    width: 100%;
    padding-left: 50px;
}

.shop-main .shop-products li.product {
    background: #fff;
    height: 100%;
    margin: 0 !important;
    width: 100% !important;
    border-radius: 5px;
    padding: 27px 30px !important;
}

.shop-main .shop-products ul.products {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}

.shop-main .shop-products ul.products:before {
    display: none;
}

.shop-main .shop-products li.product h2.woocommerce-loop-product__title {
    color: #000;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 19px;
}

.shop-main .shop-products li.product a.button.product_type_simple {
    margin-top: auto;
}

.shop-main .shop-products li.product img {
    object-fit: cover;
    height: auto !important;
}

.shop-main .shop-products li.product a.woocommerce-LoopProduct-link {
    display: flex !important;
    flex-flow: column;
}

.shop-container {
    padding: 50px 0;
}

.shop-sidebar {
    display: flex;
    flex-flow: column;
}

.filter-section {
    display: flex;
    flex-flow: column;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}

.filter-section h4 {
    font-size: 17px;
    font-family: "Just Sans", sans-serif;
    font-weight: 500;
}

.filter-section ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: "Just Sans", sans-serif;
}

.filter-section ul li {
    position: relative;
}

.filter-section ul li label {
    display: flex;
    flex-flow: column;
    position: relative;
    padding-left: 39px;
    margin-bottom: 0;
    min-height: 32px;
    justify-content: center;
}

.filter-section ul li label span:before, .filter-section ul li label span:after {
    content: '';
}

.filter-section ul li label span:before {
    width: 21px;
    height: 22px;
    display: flex;
    flex-flow: column;
    border: 2px solid #979cc6;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 5px;
    transition: 0.5s ease-in-out;
}

.filter-section ul li label span:after {
    width: 6px;
    height: 11px;
    border-top: 2px solid #1523a2;
    border-left: 2px solid #1523a2;
    transform: rotate(-142deg);
    position: absolute;
    top: 9px;
    left: 8px;
    transition: 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.filter-section ul li label input[type="checkbox"] {
    width: 100%;
    height: 40px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
}

.filter-section:last-child {
    border: none;
}

.filter-section ul li label input:checked + span:before {
    background: #060f61;
    border-color: #060f61;
}

.filter-section ul li label input:checked + span:after {
    border-color: #fff;
    opacity: 1;
    visibility: visible;
}

.loader {
    width: 50px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #595959;
    --_m: conic-gradient(#0000 10%,#000), linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: l3 1s infinite linear;
}

@keyframes l3 {
    to {
        transform: rotate(1turn)
    }
}

.ajax-loader {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #fffffff0;
    z-index: 11;
    display: flex;
    flex-flow: column;
    align-items: center;
    padding-top: 240px;
}

.woocommerce-page ul.products li.product a.button.product_type_simple {
}

.shop-main .shop-products li.product a.button {
    background: #33345c;
    font-family: 'Just Sans', sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    padding: 12px 19px;
    border-radius: 4px;
    transition: 0.5s ease-in-out;
}

.shop-main .shop-products li.product a.button:hover {
    background: #227adb;
}

.elementor-widget-woocommerce-product-images ol.flex-control-nav.flex-control-thumbs {
    display: flex;
    flex-flow: column;
    gap: 4px;
    position: absolute;
    top: 0;
    left: -10px;
    width: 61px;
}

.elementor-widget-woocommerce-product-images ol.flex-control-nav.flex-control-thumbs li {
    width: 100% !important;
    background: #f1f1f1;
    padding: 10px 15px;
}

.elementor-widget-woocommerce-product-images ol.flex-control-nav.flex-control-thumbs li img {
    mix-blend-mode: multiply;
}

.woocommerce-product-gallery {
    display: flex !important;
    flex-flow: column !important;
    position: relative !important;
    margin-bottom: 0 !important;
    padding-left: 62px !important;
}

.elementor-widget-woocommerce-product-images span.onsale {
    border-radius: 0;
    height: auto;
    line-height: 20px;
    min-height: inherit;
    min-width: inherit;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 21px !important;
    background: #060d44;
    font-family: 'Inter', sans-serif;
    right: 60px;
    left: inherit;
    font-size: 12px;
    border-radius: 4px;
}

.filter-section ul li ul.accordion-content {
    padding-left: 38px;
}

/**
 * My Account
 */
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 20%;
}

.elementor-loop-container .jkit-post-featured-image {
    min-height: 354px;
    background: #f1f1f1;
    border-radius: 7px;
}

.woocommerce-account .woocommerce-MyAccount-content {
    display: inline-block;
    float: left;
    margin-left: 2.7%;
    width: 77%;
    padding-top: 3px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0;
    border-radius: 13px;
    background: #17212b;
    overflow: hidden;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    list-style: none;
    border-bottom: none;
    padding-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before {
    opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    padding: 16px 25px;
    display: block;
    color: #fff;
    font-size: 14px;
    transition: 0.3s ease-in-out;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
    margin-right: 20px;
    opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:before {
    opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    font-family: 'FontAwesome';
    content: "\f0e4";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    font-family: 'FontAwesome';
    content: "\f291";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    font-family: 'FontAwesome';
    content: "\f1c6";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    font-family: 'FontAwesome';
    content: "\f015";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
    font-family: 'FontAwesome';
    content: "\f09d";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    font-family: 'FontAwesome';
    content: "\f007";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    font-family: 'FontAwesome';
    content: "\f08b";
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
    font-size: 25px;
    text-align: center;
    font-weight: 600;
}

.woocommerce-account p.order-again {
    text-align: right;
}

.woocommerce-account .woocommerce-EditAccountForm input[type="submit"] {
    margin-top: 50px;
    float: right;
}

.woocommerce table.shop_table {
    box-shadow: none;
    margin: 0 !important;
    border-top: none !important;
    border-left: none;
    border-bottom: none;
    border-collapse: collapse !important;
    border-color: #eaeaea !important;
    font-family: "Just Sans" !important;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th,.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
    padding: 10px 20px;
    border-top: none;
    border-right: none;
    border-color: #d0d0d0a1;
}

.woocommerce table.my_account_orders .button {
    font-size: 12px;
    background: #0013ac;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    font-weight: 600;
}

nav.woocommerce-MyAccount-navigation {
    background: #fafaff;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
    color: #fff;
    background: #0013ac;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    /* font-size: 14px; */
    /* font-weight: normal; */
    background: #2d3946;
    color: #fff !important;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    padding: 11px 30px;
}

table td, table th {
    border-color: #e5e5e5;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
    background: #0013ac;
}

tr {
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    width: auto !important;
    font-family: "Rubik", sans-serif;
    border-radius: 3px;
    padding: 7px 16px;
    font-size: 14px;
}

table caption+thead tr:first-child td, table caption+thead tr:first-child th, table colgroup+thead tr:first-child td, table colgroup+thead tr:first-child th, table thead:first-child tr:first-child td, table thead:first-child tr:first-child th {
    border-block-start: 1px solid hsl(0deg 0% 50% / 21%) !important; }

.woocommerce table.shop_table td {
    border-color: #eaeaea !important;
    padding: 15px 14px;
}

table td, table th {
    border-color: #eaeaea !important;
}

.woocommerce table.shop_table th {
    padding: 13px 20px;
}

.elementor-kit-8 h2 {
    font-size: 19px;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
    height: 46px;
    border-radius: 5px;
    padding: 8px 15px;
    border: 2px solid #cccccc6e;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
}

h3#order_review_heading {
    display: none;
}

form.checkout.woocommerce-checkout {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

div#customer_details {
    display: flex;
    flex-flow: column;
    width: 55%;
}

div#customer_details .col-1, div#customer_details .col-2 {
    width: 100%;
}

div#order_review {
    width: 42%;
}

div#payment {
    margin-top: 20px;
}

.cartstotalss {
    height: 21px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
    margin-left: -13px !important;
    width: 20px !important;
    background: #2f3946 !important;
    font-family: 'Rubik', sans-serif !important;
}

.elementor-element.elementor-element-bdf2643.jkit-sticky-element--enabled.jkit-sticky-position--fixed.e-flex.e-con-boxed.jkit-sticky-element-on--down.e-con.e-parent.e-lazyloaded.sticky-pinned {
    background: #fff;
    box-shadow: 0 0 13px rgba(0,0,0,0.1);
}

.woocommerce-message {
    position: absolute;
    top: 130px;
    right: 40px;
    z-index: 111;
    border-radius: 7px;
    font-size: 14px;
    display: flex;
    padding: 13px 15px 13px 45px;
}

.woocommerce-message a {
    margin-left: 30px !important;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: none;
    padding: 0;
}

form.woocommerce-form.woocommerce-form-login.login {
    margin-top: 0;
}

form.woocommerce-form.woocommerce-form-register.register {
    margin-top: 0;
}

.page-id-655 .elementor-element.elementor-element-231bbf8.divineaccount.elementor-widget.elementor-widget-shortcode {
    padding: 20px 20px;
}

.page-id-655 .elementor-element.elementor-element-231bbf8.divineaccount.elementor-widget.elementor-widget-shortcode h1, .page-id-655 .elementor-element.elementor-element-231bbf8.divineaccount.elementor-widget.elementor-widget-shortcode h2 {
    font-size: 35px;
    font-weight: 300;
    letter-spacing: -1px;
}

.page-id-655 .elementor-element.elementor-element-231bbf8.divineaccount.elementor-widget.elementor-widget-shortcode p {
    font-size: 14px;
}

.page-id-655 .elementor-element.elementor-element-231bbf8.divineaccount.elementor-widget.elementor-widget-shortcode p.form-row {
    font-size: 16px;
}

.page-id-655 .elementor-element.elementor-element-231bbf8.divineaccount.elementor-widget.elementor-widget-shortcode label {
    margin-bottom: 5px;
}

.logintext span.elementor-icon-list-text {
    margin-left: -9px;
}

div#customer_login {
    padding: 40px 50px;
}

.divinesolutions_cartssec table th.label, .divinesolutions_cartssec table tbody tr td {
    padding: 5px 0px !important;
    background: none !important;
    font-family: 'Rubik', sans-serif;
}

.divinesolutions_cartssec table th.label label {
    font-weight: normal !important;
    font-size: 15px;
    font-family: "Rubik", Sans-serif;
}

.divinesolutions_cartssec table tbody tr td .variable-items-wrapper .button-variable-item.disabled {
    background: #dedede;
}

.divinesolutions_cartssec table tbody tr td .variable-items-wrapper .button-variable-item {
    font-family: 'Rubik', sans-serif;
    margin: 0 10px 0 0 !important;
    position: static !important;
}

.divinesolutions_cartssec table tbody tr td .variable-items-wrapper .button-variable-item .variable-item-contents {
    padding: 0px 33px !important;
    height: inherit !important;
    min-height: inherit !important;
    max-height: inherit !important;
}

.variable-item-contents {
}

.divinesolutions_cartssec table tbody tr td .variable-items-wrapper {
    position: relative;
}

.divinesolutions_cartssec .woocommerce-variation-add-to-cart button.minus,.divinesolutions_cartssec .woocommerce-variation-add-to-cart button.plus {
    margin-left: 0 !important;
    background: #eeeeee !important;
    border: none;
    padding: 13px 0px !important;
    height: 58px;
    font-weight: normal;
    width: 58px;
}

.divinesolutions_cartssec .woocommerce-variation-add-to-cart .quantity.wqpmb_quantity input {
    height: 58px !important;
    border-radius: 6px;
    font-family: 'Rubik', sans-serif !important;
    font-size: 17px !important;
}

.divinesolutions_cartssec .woocommerce-variation-add-to-cart .qib-button-wrapper {
    display: flex !important;
    align-items: self-start !important;
    gap: 6px;
}

.divinesolutions_cartssec .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    padding: 12px 40px !important;
    height: 60px;
}

.vendorasigningn {
    background: #eaf7ff;
    border-radius: 8px;
    padding: 20px 30px !important;
    display: flex;
    flex-flow: column;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
    border: 1px solid #eaf7ff;
    align-items: flex-start;
}

.vendorasigningn h2 {
    margin: 0;
    color: #1a262e;
    font-family: "Rubik", sans-serif !important;
    font-size: 21px;
}

.vendorasigningn p {
    color: #000;
    margin-top: 10px;
    font-size: 15px;
}

.vendorasigningn a {
    background: #3e3f5c;
    display: flex;
    flex-flow: column;
    padding: 12px 30px;
    border-radius: 5px;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    transition: 0.5s ease-in-out;
}

.vendor-upgrade-cta a:hover {
    background: #fbb03b !important;
    color: #fff !important;
}

.elementor-53 .elementor-element.elementor-element-8c86e2b .elementskit-navbar-nav > li, .elementor-widget-ekit-nav-menu ul#menu-header-menu li, .elementor-widget-ekit-nav-menu ul#menu-header-menu {
    position: static !important;
}

.elementor-widget-ekit-nav-menu ul#menu-header-menu li .elementskit-megamenu-panel {
    top: 81px !important;
}

@media (min-width: 980px) {
    .rightmenusections.e-flex.e-con.e-child, .rightmenusections.e-flex.e-con.e-child .elementor-element.elementor-element-8c86e2b.elementor-widget.elementor-widget-ekit-nav-menu, .rightmenusections.e-flex.e-con.e-child .elementor-element.elementor-element-8c86e2b.elementor-widget.elementor-widget-ekit-nav-menu .elementor-widget-container, .rightmenusections.e-flex.e-con.e-child .elementor-element.elementor-element-8c86e2b.elementor-widget.elementor-widget-ekit-nav-menu .elementor-widget-container nav.ekit-wid-con.ekit_menu_responsive_tablet, .rightmenusections.e-flex.e-con.e-child .elementor-element.elementor-element-8c86e2b.elementor-widget.elementor-widget-ekit-nav-menu .elementor-widget-container nav.ekit-wid-con.ekit_menu_responsive_tablet div#ekit-megamenu-header-menu {
        position: static !important;
    }
}

.mainheadersec>.e-con-inner {
    position: relative !important;
}

.storelocaterdivine .wpsl-search {
    background: #fdfdfd87;
    margin: 0 0 0px 0;
    padding: 20px;
}

.storelocaterdivine .wpsl-search form {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 30px;
}

.storelocaterdivine .wpsl-search form .wpsl-input, .storelocaterdivine .wpsl-search form .wpsl-search-btn-wrap {
    display: flex !important;
    width: auto !important;
    margin: 0 !important;
    align-items: flex-start;
    flex-flow: column;
    justify-content: flex-end;
}

.storelocaterdivine .wpsl-search form {
    font-size: 16px;
}

#wpsl-search-wrap .wpsl-input>div, #wpsl-search-wrap .wpsl-select-wrap>div {
    display: flex !important;
    margin: 0 !important;
}

#wpsl-search-wrap form label {
    width: auto !important;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    margin-right: 10px;
}

#wpsl-search-wrap form input, #wpsl-search-wrap form select, #wpsl-search-wrap form .wpsl-selected-item {
    height: 50px;
    border: 2px solid #f1f1f1;
    border-radius: 6px;
    font-family: 'Rubik', sans-serif;
    padding: 0 20px;
    box-shadow: none !important;
    outline: none;
    width: 100%;
}

.wpsl-dropdown {
}

.storelocaterdivine .wpsl-search form .wpsl-dropdown {
    width: 100% !important;
    display: flex !important;
    border: none !important;
}

form {
}

.storelocaterdivine .wpsl-search form .wpsl-input .wpsl-autocomplete-search-container {
    width: 100%;
}

.storelocaterdivine .wpsl-search form .wpsl-select-wrap {
    display: grid !important;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 11px;
    margin: 0;
}

.storelocaterdivine .wpsl-search form .wpsl-select-wrap div#wpsl-radius, .storelocaterdivine .wpsl-search form .wpsl-select-wrap div#wpsl-results {
    display: flex;
    flex-flow: column;
}

.storelocaterdivine .wpsl-search form .wpsl-search-btn-wrap input#wpsl-search-btn {
    border: none;
    background: #241746;
    color: #fff;
    text-transform: uppercase !important;
    font-weight: 600;
}

.storelocaterdivine div#wpsl-wrap {
    background: #f8f6ff;
}

#wpsl-stores ul {
    display: flex;
    flex-flow: column;
    padding: 24px 25px;
}

#wpsl-stores ul li {
    background: #fff;
    border-radius: 12px;
    margin-bottom: 10px;
    padding: 0px !important;
    box-shadow: 0px 0px 7px rgb(0 0 0 / 8%);
}

#wpsl-stores ul li .wpsl-direction-wrap {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #cccccc45;
    padding: 8px 6px 8px 15px;
    font-family: 'Rubik', sans-serif;
}

#wpsl-stores ul li .wpsl-direction-wrap a.wpsl-directions {
    background: #33384e;
    padding: 4px 10px;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    transition: 0.5s ease-in-out;
    display: flex;
    align-items: center;
}

#wpsl-stores ul li .wpsl-direction-wrap a.wpsl-directions:hover {
    background: #fbb03b;
    color: #000;
}

#wpsl-stores ul li .wpsl-store-location {
    padding: 14px;
}

#wpsl-stores ul li .wpsl-store-location span {
    font-size: 14px;
}

#wpsl-stores ul li .wpsl-store-location strong {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    margin-bottom: 6px;
    display: flex;
}

#wpsl-stores ul li .wpsl-store-location img.wpsl-store-thumb.wp-post-image {
    width: 81px !important;
    height: 81px !important;
    object-fit: cover;
    float: left;
    margin: 0px 15px 0 0;
}

#wpsl-result-list li p {
    line-height: 20px;
    margin-bottom: 0;
}

#wpsl-stores ul li .wpsl-direction-wrap a.wpsl-directions:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: flex;
    transform: rotate(45deg);
    margin-left: 3px;
    margin-top: 1px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--vendor-application a:before {
    font-family: 'FontAwesome';
    content: "\f54f";
}

.vendor-app__form h3 {
    font-size: 21px;
    margin: 0 0 20px 0;
}

.vendor-app__form {
    width: 100% !important;
    max-width: inherit !important;
    border: none !important;
    padding: 0 !important;
    margin-top: 0;
    background: none !important;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}

.vendor-app__form .va-grid label {
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.3px;
}

.vendor-app {
    display: flex;
    flex-flow: column;
}

.vendor-app .vendor-app__status {
    align-self: flex-end;
}

.vendor-app__form .va-grid label input[type="url"], .vendor-app__form .va-grid label input[type="text"], .vendor-app__form .va-grid label textarea, .vendor-app__form .va-grid label input[type="email"],.vendor-app__form .va-grid label input[type="address"],.vendor-app__form .va-grid label input[type="tel"] {
    height: 46px;
    border-radius: 5px;
    padding: 8px 15px;
    border: 2px solid #cccccc6e;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
}

.vendor-app__form .va-grid+h3 {
    margin-top: 30px;
}

.vbadge {
    font-family: 'Rubik', sans-serif !important;
    font-size: 15px;
    font-weight: 500 !important;
    padding: 9px 15px !important;
}

.vbadge img {
    margin-right: 10px !important;
    margin-left: 10px !important;
}

.vendor-app__form .va-grid {
    background: #fdfdfd;
    padding: 41px 23px 23px 23px;
    border-radius: 8px;
    margin-top: -20px;
    width: 100%;
    border: 1px solid #cccccc6e;
}

.vendor-app__form h3 {
    background: #ffffff !important;
    display: flex;
    flex-flow: column;
    position: relative;
    width: auto !important;
    padding: 10px 23px;
    margin-bottom: 0;
    margin-left: 23px;
    border-radius: 0 0px 8px 8px;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.vendor-app__form .va-grid + label {
    width: 100%;
    display: flex;
    flex-flow: column;
    margin-top: 30px;
}

.vendor-app__form .va-grid + label textarea {
    height: 150px;
}

.wc-vendor-upsell-box {
    border: none;
    outline: none !important;
    border-radius: 13px;
}

.wc-vendor-upsell-box::before {
    background: none;
}

.wc-vendor-upsell-box .wc-vendor-upsell-box__content h4 {
    font-weight: 600;
    margin: 0;
}

.wc-vendor-upsell-box .wc-vendor-upsell-box__content {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}

.wc-vendor-upsell-box .wc-vendor-upsell-box__content span.wc-vendor-upsell-box__badge {
    font-size: 14px;
    padding: 4px 20px;
}

.wc-vendor-upsell-box .wc-vendor-upsell-box__icon {
    margin: 0;
    box-shadow: none;
    border: none;
    padding: 0 !important;
    width: 33px;
}

.wc-vendor-upsell-box .wc-vendor-upsell-box__content p.wc-vendor-upsell-box__text {
    margin-top: -2px;
    padding-right: 180px;
    padding-bottom: 21px;
}

@media (min-width: 320px) and (max-width:768px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100%;
    }

    .woocommerce-MyAccount-content {
        margin-left: 0 !important;
        margin-top: 30px;
        width: 100% !important;
    }
}

.woocommerce table a {
    color: #000;
    text-decoration: none;
}

a {
    font-family: "Just Sans", sans-serif;
}

.product .addtocartbutton {
    width: 100%;
    display: flex;
    flex-flow: column;
    position: relative;
}

.product .addtocartbutton .e-loop-add-to-cart-form-container, .product .addtocartbutton .e-loop-add-to-cart-form-container form {
    width: 100%;
}

.getquotebutton .yith-ywraq-add-button a, .product .addtocartbutton .e-loop-add-to-cart-form-container form a {
    width: 100%;
    font-family: "Just Sans", Sans-serif !important;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 10px !important;
    border-radius: 6px !important;
    text-align: center;
    font-size: 15px !important;
}

.product .addtocartbutton a.added_to_cart.wc-forward {
    position: absolute;
    left: 0;
    right: 0;
    background: #ffffff;
    text-align: center;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    color: #004ca5;
    width: 100%;
    font-family: "Just Sans", Sans-serif !important;
    font-weight: 600;
    text-transform: capitalize;
    padding: 5px 10px !important;
    border-radius: 6px !important;
    font-size: 15px;
    border: 2px solid #0066de;
}

.getquotebutton .yith-ywraq-add-to-quote .yith_ywrap_add_item_response_message {
    font-size: 14px;
}

.yith_ywraq_add_item_response_message {
    font-size: 14px;
    text-align: center;
    display: none;
}

.yith_ywraq_add_item_response_message .yith_ywraq_add_item_browse_message a {
    width: 100%;
    text-align: center;
    font-size: 14px;
}

.getquotebutton .yith_ywraq_add_item_browse_message a {
    text-align: center;
    font-size: 14px !important;
    display: flex;
    flex-flow: column;
    background: #e9e9e9 !important;
    padding: 8px 10px;
    border-radius: 4px;
    margin-top: 0;
    color: #032c70;
}

span.woocommerce-Price-amount.amount bdi span {
    font-size: 12px;
    margin-top: 1px;
    display: inline-block;
    margin-right: 5px;
}

span.woocommerce-Price-amount.amount bdi {
    display: flex;
}

span.woocommerce-Price-amount.amount bd {
}

html body p.price del, html body p.price ins {
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    letter-spacing: -0.3px;
}

html body p.price del {
    text-decoration: line-through;
    opacity: 0.4 !important;
}

.yith-ywraq-add-button > img {
    position: absolute;
    right: 10px;
    top: 10px;
}

.block_products {
    height: 100% !important;
}

.block_products .elementor-widget-woocommerce-product-add-to-cart {
    margin-top: auto !important;
}

.block_products .getquotebutton {
    margin-top: auto !important;
}

.block_products .discountblock {
    width: 100px !important;
    max-width: inherit !important;
    text-align: center;
    padding: 0 !important;
    line-height: 30px;
}

@media (max-width: 980px) {
    .shopwrapper {
        display: flex;
        flex-flow: column;
    }

    .shopwrapper .shop-sidebar {
        width: 100%;
    }

    .shopwrapper .shop-products {
        padding: 0;
    }

    .container {
        width: 90%;
    }

    .shopwrapper .shop-main {
        width: 100% !important;
    }

    .shop-main .shop-products ul.products {
        grid-template-columns: repeat(2,1fr);
        gap: 5px;
    }

    .shop-main .shop-products ul.products li.product {
        padding: 0px 15px 15px 15px !important;
        display: flex;
        flex-flow: column;
    }

    .shop-main .shop-products ul.products li.product .add-to-cart-wrapper {
        margin-top: auto !important;
    }

    .shop-main .shop-products ul.products li.product .woocommerce-loop-product__link {
        margin-bottom: 6px;
    }

    .shop-main .shop-products ul.products li.product .add-to-cart-wrapper a {
        padding: 10px 10px;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
    }

    .commonpage>.e-con-inner {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    div#customer_details {
        width: 100%;
        display: flex;
        flex-flow: column;
    }

    div#order_review {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .ourbrands div#gallery-1 {
        grid-template-columns: repeat(2,1fr);
    }

    .topinfoss ul.elementor-icon-list-items.elementor-inline-items li:first-child {
        display: none;
    }

    .block_products .productimg {
        border: 1px solid #CCC;
        border-radius: 4px;
        height: 200px;
    }

    .block_products .productimg > a img {
        height: auto !important;
        width: 100% !important;
        object-fit: contain !important;
        max-width: 100% !important;
    }

    .block_products .discountblock {
        position: static !important;
        margin-top: 10px !important;
    }

    .block_products {
        height: 100% !important;
    }

    .block_products .elementor-widget-woocommerce-product-add-to-cart {
        margin-top: auto !important;
    }

    .block_products .getquotebutton {
        margin-top: auto !important;
    }

    .imgcontainersec {
        display: flex;
        flex-flow: column;
        height: 162px;
        align-items: center;
        overflow: hidden;
    }

    .imgcontainersec .productimg {
        height: 100% !important;
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        padding: 0 11px;
    }

    .block_products .productimg > a {
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
}
